@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap");

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid #e5e7eb
}

:root {
  --background: 0 0% 100%;
  --foreground: 218 72% 12%;
  --card: 0 0% 100%;
  --card-foreground: 218 72% 12%;
  --primary: 218 72% 20%;
  --primary-foreground: 0 0% 100%;
  --primary-light: 218 60% 30%;
  --accent: 145 62% 42%;
  --accent-foreground: 0 0% 100%;
  --accent-hover: 145 62% 36%;
  --accent-light: 145 62% 95%;
  --secondary: 218 30% 97%;
  --secondary-foreground: 218 72% 20%;
  --muted: 218 20% 96%;
  --muted-foreground: 218 20% 50%;
  --border: 218 20% 90%;
  --input: 218 20% 90%;
  --ring: 218 72% 20%;
  --radius: 0.75rem;
  --gradient-primary: linear-gradient(135deg, #0e2958, #0a1d3d);
  --gradient-accent: linear-gradient(135deg, #29ae60, #22a076);
  --gradient-hero: linear-gradient(160deg, #0a1d3d, #162f5a 60%, #243e6b);
  --shadow-sm: 0 2px 8px rgba(14, 41, 88, .08);
  --shadow-md: 0 4px 20px rgba(14, 41, 88, .12);
  --shadow-lg: 0 8px 40px rgba(14, 41, 88, .18);
  --shadow-xl: 0 20px 60px rgba(14, 41, 88, .25);
  --shadow-accent: 0 8px 30px rgba(41, 174, 96, .35)
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth
}

body,
html {
  font-family: Inter, sans-serif
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  line-height: inherit
}

h1,
h2,
h3,
h4 {
  font-family: Sora, sans-serif;
  font-weight: 700
}

a {
  color: inherit;
  text-decoration: inherit
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto
}

button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width:640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width:1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1280px
  }
}

.nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid hsl(var(--border));
  background-color: hsl(var(--background)/.97);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-sm)
}

.nav-logo-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--gradient-primary);
  flex-shrink: 0
}

.nav-link {
  font-size: .875rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
  transition: color .2s;
  white-space: nowrap
}

.nav-link:hover {
  color: hsl(var(--primary))
}

.nav-phone {
  display: flex;
  font-weight: 600;
  color: hsl(var(--primary))
}

.btn-cta-nav,
.nav-phone {
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  white-space: nowrap
}

.btn-cta-nav {
  display: inline-flex;
  border-radius: var(--radius);
  padding: .625rem 1.25rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-accent);
  transition: all .2s;
  cursor: pointer;
  border: none
}

.btn-cta-nav:hover {
  box-shadow: var(--shadow-accent);
  transform: translateY(-1px)
}

.hero-section {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem
}

.hero-bg {
  background-size: cover;
  background-position: 50%
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0
}

.hero-overlay {
  background: linear-gradient(135deg, #07152ced, #0d254fe0 55%, #162f5abf)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 10
}

@media (min-width:1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem
  }
}

.hero-badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: .5rem;
  border-radius: 9999px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  background: rgba(41, 174, 96, .15);
  color: #45d380;
  border: 1px solid rgba(41, 174, 96, .3)
}

.hero-headline {
  font-family: Sora, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff
}

@media (min-width:1024px) {
  .hero-headline {
    font-size: 3rem
  }
}

@media (min-width:1280px) {
  .hero-headline {
    font-size: 3.5rem
  }
}

.text-accent {
  color: hsl(var(--accent))
}

.hero-subline {
  font-size: 1.0625rem;
  line-height: 1.625;
  color: hsla(0, 0%, 100%, .75);
  max-width: 32rem
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  color: hsla(0, 0%, 100%, .85)
}

.hero-form-card {
  border-radius: calc(var(--radius) + 8px);
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-xl)
}

@media (min-width:1024px) {
  .hero-form-card {
    padding: 2rem
  }
}

.hero-form-title {
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--primary));
  margin-bottom: .1rem
}

.hero-form {
  gap: 1rem
}

.form-group,
.hero-form {
  display: flex;
  flex-direction: column
}

.form-group {
  gap: .375rem
}

.form-label {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: hsl(var(--foreground))
}

.form-input {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--input));
  background: hsl(var(--secondary));
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: all .15s;
  outline: none
}

.form-input::placeholder {
  color: hsl(var(--muted-foreground))
}

.form-input:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary)/.15)
}

.rodo-label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: .625rem
}

.rodo-checkbox {
  margin-top: .125rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  accent-color: hsl(var(--primary));
  cursor: pointer
}

.rodo-text {
  font-size: .75rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground))
}

.rodo-link {
  color: hsl(var(--primary));
  text-decoration: underline
}

.form-submit-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-radius: calc(var(--radius) + 4px);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-accent);
  box-shadow: var(--shadow-accent);
  transition: all .2s;
  border: none;
  cursor: pointer
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(41, 174, 96, .45)
}

.section-tag {
  display: inline-block;
  border-radius: 9999px;
  background-color: hsl(var(--accent-light));
  padding: .375rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: hsl(var(--accent))
}

.section-tag-light {
  background-color: hsla(0, 0%, 100%, .15);
  color: #fff
}

.section-title {
  font-family: Sora, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: hsl(var(--foreground))
}

@media (min-width:1024px) {
  .section-title {
    font-size: 2.25rem
  }
}

.section-title-light {
  color: #fff
}

.section-subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground))
}

.section-subtitle-light {
  color: hsla(0, 0%, 100%, .7)
}

.section-header {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center
}

@media (min-width:1024px) {
  .section-header {
    margin-bottom: 4rem
  }
}

.section-trust {
  background: #fff
}

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 3.5rem
}

@media (min-width:1024px) {
  .trust-stats-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.trust-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid hsl(var(--border));
  background: hsl(var(--secondary));
  padding: 1.5rem;
  text-align: center
}

.trust-stat-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--radius) + 4px);
  background-color: hsl(var(--accent-light))
}

.trust-stat-value {
  font-family: Sora, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: hsl(var(--primary))
}

.trust-stat-label {
  font-size: .875rem;
  line-height: 1.25;
  color: hsl(var(--muted-foreground))
}

.trust-partners {
  text-align: center
}

.trust-partners-label {
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: hsl(var(--muted-foreground))
}

.trust-partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem
}

.trust-partner-pill {
  border-radius: 9999px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--secondary));
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
  transition: all .15s
}

.trust-partner-pill:hover {
  border-color: hsl(var(--primary)/.3);
  color: hsl(var(--primary))
}

.section-offer {
  background: #fff
}

@media (min-width:1024px) {
  .section-offer {
    padding: 7rem 0
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem
}

@media (min-width:768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
  }
}

.portfolio-item {
  position: relative;
  cursor: pointer
}

.portfolio-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  aspect-ratio: 4/3
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  transition: all .5s;
  background: linear-gradient(0deg, rgba(7, 21, 44, .85) 0, rgba(7, 21, 44, .3) 50%, transparent)
}

.portfolio-overlay-content {
}

.portfolio-item:hover .portfolio-overlay-content {
  transform: translateY(0)
}

.portfolio-category {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  background: hsl(var(--accent));
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  opacity: 0;
  transition: opacity .3s;
  margin-bottom: .25rem
}

.portfolio-item:hover .portfolio-category {
  opacity: 1
}

.portfolio-title {
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375;
  color: #fff
}

.portfolio-desc {
  font-size: .875rem;
  line-height: 1.625;
  color: hsla(0, 0%, 100%, .8);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s
}

.portfolio-item:hover .portfolio-desc {
  max-height: 7rem;
  opacity: 1
}

.portfolio-cta {
  margin-top: .25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 700;
  color: hsl(var(--accent));
  opacity: 0;
  transition: opacity .3s
}

.portfolio-item:hover .portfolio-cta {
  opacity: 1
}

.portfolio-cta:hover {
  color: #fff
}

.portfolio-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .7s
}

.portfolio-item:hover .portfolio-img {
  transform: scale(1.07)
}

.portfolio-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 700
}

.portfolio-tag-default {
  border: 1px solid hsl(var(--border));
  background: hsla(0, 0%, 100%, .9);
  color: hsl(var(--primary))
}

.portfolio-footer {
  display: flex;
  flex-direction: column;
  gap: .125rem;
  padding: .75rem .25rem .25rem
}

.portfolio-footer-category {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: hsl(var(--accent))
}

.portfolio-footer-title {
  font-size: .875rem;
  font-weight: 600;
  color: hsl(var(--primary))
}

.section-calc {
  padding: 5rem 0;
  background: var(--gradient-hero)
}

@media (min-width:1024px) {
  .section-calc {
    padding: 7rem 0
  }
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  grid-gap: 2rem;
  gap: 2rem
}

@media (min-width:1024px) {
  .calc-grid {
    grid-template-columns: 1fr 1fr
  }
}

.calc-inputs {
  gap: 1.5rem
}

.calc-input-group,
.calc-inputs {
  display: flex;
  flex-direction: column
}

.calc-input-group {
  gap: .75rem
}

.calc-input-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.calc-label {
  font-size: .875rem;
  font-weight: 600;
  color: hsla(0, 0%, 100%, .8)
}

.calc-value-display {
  font-size: .875rem;
  font-weight: 700;
  color: hsl(var(--accent))
}

.calc-slider {
  height: .5rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 9999px;
  background: #244b8f;
  accent-color: hsl(var(--accent))
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: hsl(var(--accent));
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(41, 174, 96, .3)
}

.calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: hsla(0, 0%, 100%, .4)
}

.calc-result-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: calc(var(--radius) + 8px);
  background: #fff;
  padding: 1.5rem;
  box-shadow: var(--shadow-xl)
}

.calc-result-header {
  display: flex;
  align-items: center;
  gap: .5rem;
  border-bottom: 1px solid hsl(var(--border));
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground))
}

.calc-monthly {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem 0;
  text-align: center
}

.calc-monthly-label {
  font-size: .875rem;
  color: hsl(var(--muted-foreground))
}

.calc-monthly-value {
  font-family: Sora, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: hsl(var(--primary))
}

.calc-monthly-sub {
  font-size: .75rem;
  color: hsl(var(--muted-foreground))
}

.calc-breakdown {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  border-top: 1px solid hsl(var(--border));
  padding-top: 1rem
}

.calc-breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem 0
}

.calc-breakdown-label {
  font-size: .875rem;
  color: hsl(var(--muted-foreground))
}

.calc-breakdown-value {
  font-size: .875rem;
  font-weight: 600;
  color: hsl(var(--foreground))
}

.calc-disclaimer {
  border-radius: var(--radius);
  background: hsl(var(--muted));
  padding: .75rem;
  font-size: .75rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground))
}

.calc-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-radius: calc(var(--radius) + 4px);
  padding: .875rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-accent);
  box-shadow: var(--shadow-accent);
  transition: all .2s;
  text-decoration: none
}

.calc-cta-btn:hover {
  transform: translateY(-1px)
}

.section-testimonials {
  background: #fff;
  padding: 5rem 0
}

@media (min-width:1024px) {
  .section-testimonials {
    padding: 7rem 0
  }
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem
}

@media (min-width:768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1280px) {
  .testimonials-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid hsl(var(--border));
  background: hsl(var(--secondary));
  padding: 1.5rem;
  transition: all .2s;
  box-shadow: var(--shadow-sm)
}

.testimonial-card:hover {
  border-color: hsl(var(--primary)/.2)
}

.testimonial-quote-icon {
  height: 2rem;
  width: 2rem;
  color: rgba(41, 174, 96, .3)
}

.testimonial-stars {
  display: flex;
  gap: .125rem
}

.testimonial-content {
  flex: 1 1;
  font-size: .875rem;
  line-height: 1.625;
  color: hsl(var(--foreground))
}

.testimonial-saved {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--radius);
  background: hsl(var(--accent-light));
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  color: hsl(var(--accent))
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: .75rem;
  border-top: 1px solid hsl(var(--border));
  padding-top: .5rem
}

.testimonial-avatar {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-primary)
}

.testimonial-name {
  font-size: .875rem;
  font-weight: 700;
  color: hsl(var(--foreground))
}

.testimonial-role {
  font-size: .75rem;
  color: hsl(var(--muted-foreground))
}

.section-blog {
  background: hsl(var(--secondary));
  padding: 5rem 0
}

@media (min-width:1024px) {
  .section-blog {
    padding: 7rem 0
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem
}

@media (min-width:768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1280px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.blog-card {
  display: block;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid hsl(var(--border));
  background: #fff;
  transition: all .2s;
  box-shadow: var(--shadow-sm);
  text-align: left;
  cursor: pointer
}

.blog-card:hover {
  transform: translateY(-.25rem);
  box-shadow: var(--shadow-lg)
}

.blog-card-inner {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  height: 100%
}

.blog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.blog-tag {
  border-radius: calc(var(--radius) - 2px);
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 700
}

.blog-tag-blue {
  background: #eff6ff;
  color: #1d4ed8
}

.blog-tag-purple {
  background: #faf5ff;
  color: #7e22ce
}

.blog-tag-green {
  background: #f0fdf4;
  color: #15803d
}

.blog-tag-teal {
  background: #f0fdfa;
  color: #0f766e
}

.blog-read-time {
  font-size: .75rem;
  color: hsl(var(--muted-foreground))
}

.blog-title {
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  color: hsl(var(--primary))
}

.blog-desc {
  flex: 1 1;
  font-size: .875rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground))
}

.blog-read-more {
  margin-top: .5rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 600;
  color: hsl(var(--accent))
}

.section-cta {
  background: #fff;
  padding: 5rem 0
}

@media (min-width:1024px) {
  .section-cta {
    padding: 7rem 0
  }
}

.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  background: var(--gradient-hero)
}

@media (min-width:1024px) {
  .cta-card {
    padding: 4rem
  }
}

.cta-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem
}

.cta-tag {
  border-radius: 9999px;
  background: hsla(0, 0%, 100%, .1);
  padding: .375rem 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em
}

.cta-headline,
.cta-tag {
  font-weight: 700;
  color: #fff
}

.cta-headline {
  font-family: Sora, sans-serif;
  font-size: 1.875rem;
  line-height: 1.25
}

@media (min-width:1024px) {
  .cta-headline {
    font-size: 3rem
  }
}

.cta-sub {
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.625;
  color: hsla(0, 0%, 100%, .75)
}

.cta-contact-grid {
  display: grid;
  width: 100%;
  max-width: 42rem;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem
}

@media (min-width:640px) {
  .cta-contact-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.cta-contact-box {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid hsla(0, 0%, 100%, .15);
  background: hsla(0, 0%, 100%, .1);
  padding: 1rem;
  transition: all .2s;
  text-decoration: none
}

.cta-contact-box:hover {
  background: hsla(0, 0%, 100%, .15)
}

.cta-contact-label {
  margin-bottom: .125rem;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: hsla(0, 0%, 100%, .5)
}

.cta-contact-value {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.375;
  color: #fff
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  max-width: 30rem
}

@media (min-width:640px) {
  .cta-actions {
    flex-direction: row
  }
}

.cta-btn-primary {
  display: flex;
  align-items: center;
  gap: .75rem;
  border-radius: calc(var(--radius) + 4px);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--gradient-accent);
  box-shadow: var(--shadow-accent);
  transition: all .2s;
  border: none;
  cursor: pointer;
  white-space: nowrap
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 50px rgba(41, 174, 96, .5)
}

.cta-disclaimer {
  font-size: .875rem;
  color: hsla(0, 0%, 100%, .5)
}

.cta-decoration {
  position: absolute;
  top: -5rem;
  right: -5rem;
  height: 16rem;
  width: 16rem;
  border-radius: 9999px;
  opacity: .1;
  background: #29ae60;
  filter: blur(60px);
  pointer-events: none
}

.footer {
  padding: 4rem 0;
  background: var(--gradient-primary)
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  border-bottom: 1px solid #244b8f;
  padding-bottom: 2.5rem
}

@media (min-width:768px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:1280px) {
  .footer-top {
    grid-template-columns: 2fr 1fr
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.footer-logo {
  gap: .25rem
}

.footer-logo,
.footer-logo-l {
  display: flex;
  align-items: center
}

.footer-logo-l {
  height: 2.25rem;
  width: 2.25rem;
  justify-content: center;
  border-radius: var(--radius);
  background: hsl(var(--accent))
}

.footer-logo-l,
.footer-logo-text {
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff
}

.footer-logo-text {
  margin-left: .5rem
}

.footer-logo-dot {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--accent))
}

.footer-tagline {
  font-size: .875rem;
  line-height: 1.625;
  color: #acbad2
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  color: #acbad2;
  transition: color .15s;
  text-decoration: none
}

.footer-contact-item:hover {
  color: #fff
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.footer-col-title {
  font-family: Sora, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.footer-link {
  font-size: .875rem;
  color: #9cacc9;
  transition: color .15s;
  text-decoration: none
}

.footer-link:hover {
  color: #fff
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding-top: 2rem;
  text-align: center
}

.footer-bottom-text {
  font-size: .75rem;
  color: #6a83af
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(30px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.animate-fade-up {
  animation: fade-up .6s ease-out forwards
}

.animate-slide-in-right {
  animation: slide-in-right .6s ease-out forwards
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: #fff;
  padding: 5rem 1.5rem 2rem;
  overflow-y: auto
}

.mobile-menu-link {
  display: block;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  border-bottom: 1px solid hsl(var(--border));
  text-decoration: none
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.hero-form-paragraph {
  font-family: Sora, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  color: hsl(var(--primary));
  margin-bottom: .5rem
}

.portfolio-overlay {
  pointer-events: none;
}

.portfolio-cta {
  pointer-events: auto;
}