:root {
  --white: #ffffff;
  --soft-blue: #eef8ff;
  --light-blue: #d8f0ff;
  --blue: #168fce;
  --blue-bright: #22b4e6;
  --navy: #123f69;
  --navy-dark: #071f39;
  --green: #62bd3d;
  --ink: #122234;
  --muted: #63758b;
  --line: #dce8f2;
  --shadow: 0 22px 60px rgba(18, 63, 105, 0.12);
  --shadow-soft: 0 14px 36px rgba(18, 63, 105, 0.08);
  --radius: 24px;
  --header-height: clamp(76px, 7vh, 92px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

.container {
  width: min(1520px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.navbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(18, 63, 105, 0.08);
  backdrop-filter: blur(18px);
}

.navbar__inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: clamp(52px, 4vw, 64px);
  height: clamp(52px, 4vw, 64px);
  object-fit: contain;
  border-radius: 16px;
  flex: 0 0 auto;
}

.brand strong {
  display: block;
  color: var(--navy);
  font-size: clamp(22px, 1.6vw, 27px);
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: #385066;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 800;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  background: var(--white);
}

.menu-toggle svg,
.icon-box svg,
.benefit-item svg,
.faq-item svg,
.social-links svg,
.hero__service-note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: clamp(50px, 4.2vw, 58px);
  padding: 0 clamp(22px, 2vw, 30px);
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-size: clamp(14px, 1vw, 16px);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.wa-icon {
  width: 19px;
  height: 19px;
  color: #25d366;
  fill: currentColor;
  stroke: none;
  flex: 0 0 auto;
}

.wa-inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--green);
  font-weight: 800;
  vertical-align: -3px;
}

.wa-inline--light {
  color: #b7f59b;
}

.btn--large {
  min-height: clamp(58px, 4.8vw, 68px);
  padding: 0 clamp(30px, 2.8vw, 42px);
  font-size: clamp(16px, 1.25vw, 19px);
}

.btn--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  box-shadow: 0 16px 34px rgba(22, 143, 206, 0.26);
}

.btn--outline {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(18, 63, 105, 0.18);
}

.btn--light {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 18px 34px rgba(3, 15, 30, 0.2);
}

.btn--primary .wa-icon {
  color: var(--white);
}

.btn--outline .wa-icon,
.btn--light .wa-icon {
  color: #25d366;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: center;
  padding: clamp(44px, 5vw, 76px) 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(34, 180, 230, 0.18), transparent 28%),
    linear-gradient(120deg, var(--white) 0%, var(--soft-blue) 58%, var(--light-blue) 100%);
}

.hero__shape {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.hero__shape--one {
  width: 560px;
  height: 560px;
  right: -220px;
  top: -190px;
  border: 92px solid rgba(22, 143, 206, 0.1);
}

.hero__shape--two {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -110px;
  background: rgba(98, 189, 61, 0.09);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
}

.badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--navy);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.badge {
  padding: 9px 15px;
  border: 1px solid rgba(18, 63, 105, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(18, 63, 105, 0.06);
}

.eyebrow {
  color: var(--blue);
}

.eyebrow--light {
  color: #bfefff;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.hero h1 {
  margin: 20px 0 20px;
  max-width: 880px;
  color: var(--navy-dark);
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero__lead {
  margin: 0 0 28px;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-indicator {
  margin: 18px 0 0;
  color: #53687d;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
}

.hero__visual {
  position: relative;
  min-height: clamp(460px, 42vw, 640px);
}

.hero__image-card {
  position: absolute;
  inset: 0 0 32px 26px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.84);
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__service-note {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 360px;
  padding: clamp(18px, 1.6vw, 24px);
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(18, 63, 105, 0.08);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.hero__service-note svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--blue);
  background: var(--soft-blue);
  border-radius: 16px;
  flex: 0 0 auto;
}

.hero__service-note strong,
.hero__service-note span {
  display: block;
}

.hero__service-note span {
  color: var(--muted);
  font-size: clamp(13px, 0.95vw, 15px);
}

.section {
  padding: clamp(84px, 7vw, 118px) 0;
}

.section--services,
.section--process,
.section--faq {
  background: var(--white);
}

.section--why {
  background: linear-gradient(180deg, var(--soft-blue) 0%, var(--white) 100%);
}

.section--testimonials {
  background: var(--soft-blue);
}

.section--location {
  background: linear-gradient(180deg, var(--white) 0%, var(--soft-blue) 100%);
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-bottom: clamp(42px, 4vw, 58px);
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-items: center;
}

.section-heading h2,
.split-layout__content h2,
.faq-copy h2,
.cta-panel h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.split-layout__content p,
.faq-copy p,
.cta-panel p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2vw, 34px);
}

.service-card,
.testimonial-card {
  border: 1px solid rgba(18, 63, 105, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.service-card {
  min-height: clamp(280px, 22vw, 330px);
  padding: clamp(30px, 2.5vw, 42px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.icon-box {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--blue);
  background: linear-gradient(135deg, var(--soft-blue), var(--white));
  border: 1px solid rgba(22, 143, 206, 0.18);
  border-radius: 18px;
}

.icon-box svg {
  width: 28px;
  height: 28px;
}

.service-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(64px, 6vw, 96px);
  align-items: center;
}

.split-layout__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 10px solid var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.split-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-layout__content {
  display: grid;
  gap: 18px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 63, 105, 0.1);
  border-radius: 18px;
  font-weight: 800;
}

.benefit-item svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
  flex: 0 0 auto;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 1.8vw, 30px);
}

.process-card {
  min-height: clamp(240px, 18vw, 300px);
  padding: clamp(28px, 2.3vw, 38px);
  background: linear-gradient(180deg, var(--white), #f8fcff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(18, 63, 105, 0.05);
}

.process-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 16px;
  font-weight: 800;
}

.process-card h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: clamp(24px, 1.8vw, 30px);
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2vw, 34px);
}

.testimonial-card {
  min-height: clamp(230px, 18vw, 300px);
  padding: clamp(30px, 2.4vw, 40px);
}

.testimonial-card p {
  margin: 0 0 24px;
  color: #30475f;
  font-size: clamp(17px, 1.2vw, 20px);
}

.testimonial-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 5vw, 84px);
  align-items: start;
}

.faq-copy {
  display: grid;
  gap: 14px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(18, 63, 105, 0.05);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item svg {
  color: var(--blue);
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open svg {
  transform: rotate(180deg);
}

.section--cta {
  padding: 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 54%, var(--blue) 100%);
}

.cta-panel {
  min-height: clamp(340px, 32vw, 480px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-top: clamp(72px, 6vw, 104px);
  padding-bottom: clamp(72px, 6vw, 104px);
}

.cta-panel h2 {
  max-width: 640px;
  color: var(--white);
}

.cta-panel p {
  max-width: 660px;
  margin-top: 14px;
  color: #d2e8f7;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 4vw, 70px);
  align-items: center;
}

.location-copy {
  display: grid;
  gap: 18px;
}

.location-copy h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.location-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.25vw, 21px);
}

.location-copy .btn {
  width: fit-content;
}

.map-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.map-frame {
  overflow: hidden;
  height: clamp(460px, 36vw, 620px);
  border: 10px solid var(--white);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  padding: 64px 0;
  color: #b7cce0;
  background: #071b31;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: 38px;
}

.footer__brand p {
  max-width: 330px;
  margin: 20px 0;
}

.brand--footer strong {
  color: var(--white);
}

.brand--footer small {
  color: #b7cce0;
}

.footer h4 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 15px;
}

.footer a,
.footer span {
  display: block;
  margin: 9px 0;
  color: #b7cce0;
  font-size: 14px;
}

.footer a.footer-contact {
  display: flex;
  align-items: center;
  gap: 7px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.social-links svg {
  width: 19px;
  height: 19px;
}

.social-links .wa-icon {
  color: #25d366;
  fill: currentColor;
  stroke: none;
}

@media (max-width: 1024px) {
  .navbar__inner {
    grid-template-columns: auto auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    order: 3;
  }

  .navbar__cta {
    justify-self: end;
    order: 2;
  }

  .nav-links {
    position: absolute;
    top: var(--header-height);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .nav-links a:hover {
    background: var(--soft-blue);
  }

  .hero__grid,
  .split-layout,
  .faq-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: 500px;
  }

  .service-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1520px);
  }

  .navbar__inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .brand img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    max-width: 190px;
    white-space: normal;
    line-height: 1.25;
  }

  .navbar__cta {
    display: none;
  }

  .menu-toggle {
    order: 2;
  }

  .nav-links {
    top: 72px;
    left: 14px;
    right: 14px;
  }

  .hero {
    padding: 58px 0 72px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .btn,
  .cta-panel .btn {
    width: 100%;
  }

  .hero__visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .hero__image-card {
    position: relative;
    inset: auto;
    height: clamp(300px, 76vw, 430px);
    border-width: 8px;
    border-radius: 24px;
  }

  .hero__service-note {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .split-layout__content h2,
  .faq-copy h2,
  .cta-panel h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .service-grid,
  .testimonial-grid,
  .process-grid,
  .benefit-list,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .testimonial-card,
  .process-card {
    min-height: auto;
    padding: 24px;
  }

  .split-layout {
    gap: 34px;
  }

  .split-layout__image {
    border-width: 8px;
    border-radius: 24px;
  }

  .process-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    align-items: start;
  }

  .process-card h3 {
    margin: 0 0 6px;
  }

  .process-card p {
    grid-column: 2;
  }

  .faq-item button {
    padding: 20px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .cta-panel {
    min-height: auto;
    display: grid;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .location-copy .btn {
    width: 100%;
  }

  .map-frame {
    height: 340px;
    border-width: 8px;
    border-radius: 24px;
  }

  .footer {
    padding: 52px 0;
  }
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 22px, 1520px);
  }

  .brand small {
    max-width: 150px;
  }

  .btn--large {
    padding: 0 20px;
  }
}
