:root {
  --ink: #102d3a;
  --muted: #58707a;
  --aqua: #2aa9ba;
  --aqua-dark: #087a91;
  --mist: #eff8f8;
  --cream: #fbfaf6;
  --line: #d8e5e7;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }

.site-header, main > section, footer { padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(251, 250, 246, .94); border-bottom: 1px solid rgba(16, 45, 58, .08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.brand strong { color: var(--aqua-dark); }
.brand-mark { width: 31px; height: 31px; display: inline-grid; place-items: center; color: white; background: var(--aqua); border-radius: 9px 9px 12px 12px; font-family: Georgia, serif; font-size: 19px; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta) { color: #43606b; }
.nav-cta { padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 7px; }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .68fr); align-items: center; gap: 96px; background: radial-gradient(circle at 83% 35%, #d7f1f3 0, #d7f1f3 11%, transparent 31%), linear-gradient(112deg, #f8fcfc, #e8f5f5); }
.hero-content { max-width: 710px; padding: 80px 0; }
.eyebrow, .card-label { margin: 0 0 12px; color: var(--aqua-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 23px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(46px, 5.8vw, 77px); line-height: .98; letter-spacing: -.06em; }
h2 { margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 53px); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
h3 { font-size: 20px; line-height: 1.2; }
.hero-copy { max-width: 575px; margin-bottom: 32px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 49px; padding: 13px 21px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--aqua-dark); }
.button-secondary { border: 1px solid #9bbcc3; color: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.hero-points { display: flex; gap: 19px; flex-wrap: wrap; margin: 40px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; color: #43606b; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--aqua-dark); }
.hero-card { padding: 34px; color: #eafafb; background: var(--ink); box-shadow: 0 25px 55px rgba(16, 45, 58, .17); border-radius: 14px; }
.hero-card .card-label { color: #77d8e4; }
.hero-card ol { margin: 28px 0; padding: 0; list-style: none; counter-reset: steps; }
.hero-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 17px 0; border-top: 1px solid rgba(224, 249, 250, .16); font-size: 15px; }
.hero-card li span { color: #77d8e4; font-family: Georgia, serif; font-size: 19px; }
.hero-card > a { color: #fff; font-size: 14px; font-weight: 800; }
.hero-card > a span { margin-left: 8px; color: #77d8e4; }

.trust-strip { min-height: 87px; display: flex; gap: 44px; align-items: center; justify-content: space-between; background: var(--ink); color: #c9e2e6; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.trust-strip p { margin: 0; }
.trust-strip p::before { content: "•"; margin-right: 10px; color: #6ed0de; }
.section { padding-top: 112px; padding-bottom: 112px; }
.section-intro { max-width: 680px; }
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.service-grid article { padding: 28px 31px 12px 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 31px; }
.service-grid article:last-child { border-right: 0; }
.service-number { display: block; margin-bottom: 35px; color: var(--aqua-dark); font-size: 13px; font-weight: 800; }
.service-grid p, .about-content p, .process-list p { color: var(--muted); }
.about { display: grid; grid-template-columns: .85fr 1fr; gap: min(10vw, 150px); align-items: center; background: var(--mist); }
.about-visual { min-height: 390px; position: relative; overflow: hidden; background: linear-gradient(160deg, #bee7e8, #76c7d1); border-radius: 14px; }
.drop { position: absolute; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); background: rgba(255, 255, 255, .72); }
.drop-one { width: 175px; height: 175px; top: 48px; left: 58px; }
.drop-two { width: 260px; height: 260px; right: -70px; bottom: -52px; opacity: .44; }
.about-label { position: absolute; right: 34px; bottom: 36px; color: var(--ink); font-size: 15px; line-height: 1.15; text-transform: uppercase; letter-spacing: .08em; }
.about-label strong { display: block; font-family: Georgia, serif; font-size: 45px; letter-spacing: -.05em; text-transform: none; }
.text-link { display: inline-block; margin-top: 12px; color: var(--aqua-dark); font-weight: 800; }
.text-link span { margin-left: 8px; }
.process { background: var(--white); }
.process-list { margin-top: 54px; }
.process-list article { display: grid; grid-template-columns: 74px 1fr; gap: 30px; padding: 26px 0; border-top: 1px solid var(--line); }
.process-list article:last-child { border-bottom: 1px solid var(--line); }
.process-list span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #a7c5ca; border-radius: 50%; color: var(--aqua-dark); font-weight: 800; }
.process-list h3 { margin-bottom: 6px; }
.process-list p { margin-bottom: 0; }
.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 91px; padding-bottom: 91px; background: var(--aqua-dark); color: white; }
.contact-section .eyebrow { color: #b8f1f4; }
.contact-section h2 { margin-bottom: 10px; }
.contact-section p:not(.eyebrow) { margin-bottom: 0; color: #d3f1f3; }
.contact-details { display: grid; gap: 6px; }
.contact-phone { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.contact-address { color: #d3f1f3; font-size: 14px; text-decoration: underline; text-decoration-color: rgba(211, 241, 243, .45); text-underline-offset: 4px; }
footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0c232d; color: #d0e4e6; font-size: 13px; }
footer .brand { color: white; }
footer p { margin: 0; }

@media (max-width: 760px) {
  .site-header { min-height: 70px; } nav { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 0; } .hero-content { padding: 70px 0 42px; }
  .hero-card { margin-bottom: 64px; } .trust-strip { padding-top: 24px; padding-bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .section { padding-top: 76px; padding-bottom: 76px; } .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; gap: 44px; } .about-visual { min-height: 305px; }
  .contact-section, footer { align-items: flex-start; flex-direction: column; } .contact-section { padding-top: 64px; padding-bottom: 64px; }
}
