:root {
  --navy: #173f73;
  --navy-dark: #0d2b50;
  --blue: #739ce1;
  --orange: #ff9c2f;
  --coral: #ef6f91;
  --aqua: #64cfd0;
  --cream: #fffaf4;
  --soft: #f3f7fd;
  --text: #23354b;
  --muted: #607187;
  --white: #fff;
  --border: #dfe8f3;
  --shadow: 0 24px 64px rgba(23, 63, 115, .12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,232,243,.85); backdrop-filter: blur(16px); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 154px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: min-height .28s ease; }
.brand { width: 330px; height: 130px; display: block; overflow: hidden; flex: 0 0 auto; transition: width .28s ease, height .28s ease; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.site-header.is-scrolled .header-inner { min-height: 90px; }
.site-header.is-scrolled .brand { width: 205px; height: 80px; }
nav { display: flex; align-items: center; gap: 6px; }
nav a { padding: 10px 12px; color: var(--navy); border-radius: 12px; font-size: .94rem; font-weight: 750; text-decoration: none; }
nav a:hover, nav a:focus-visible { background: var(--soft); }
nav .nav-cta { margin-left: 6px; padding-inline: 18px; color: white; background: var(--navy); }
nav .nav-cta:hover, nav .nav-cta:focus-visible { background: var(--orange); }
.nav-toggle { display: none; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 660px; margin: auto; padding: clamp(64px, 8vw, 108px) 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 96px); }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: .79rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy-dark); line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 700px; margin: 0 0 24px; font-size: clamp(2.8rem, 5.8vw, 5.1rem); }
h1 span { color: var(--orange); }
h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.5rem); }
h3 { margin: 0; font-size: 1.25rem; }
.lead { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border-radius: 15px; color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(23,63,115,.2); font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--orange); transform: translateY(-2px); }
.text-link { color: var(--navy); font-weight: 800; text-underline-offset: 4px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 32px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: .93rem; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--aqua); font-weight: 900; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; padding: 50px 32px; overflow: visible; background: linear-gradient(145deg, #f1f6ff, #fff8ee); border: 1px solid var(--border); border-radius: 48% 52% 45% 55% / 45% 42% 58% 55%; box-shadow: var(--shadow); }
.hero-visual img { position: relative; z-index: 2; width: 95%; }
.hero-note { position: absolute; z-index: 3; right: 18px; bottom: 24px; max-width: calc(100% - 36px); padding: 14px 18px; color: white; background: var(--navy); border-radius: 16px; box-shadow: 0 14px 30px rgba(23,63,115,.22); transform: rotate(-2deg); }
.color-dot { position: absolute; border-radius: 50%; opacity: .72; }
.dot-one { width: 90px; height: 90px; top: 30px; right: 40px; background: var(--aqua); }
.dot-two { width: 52px; height: 52px; bottom: 44px; left: 28px; background: var(--coral); }
.section { padding: clamp(78px, 10vw, 128px) max(20px, calc((100% - 1180px) / 2)); }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading.compact { grid-template-columns: 1fr; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 270px; padding: 28px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 14px 36px rgba(23,63,115,.07); }
.card:nth-child(2) .icon { color: #ba496a; background: #fff0f4; }
.card:nth-child(3) .icon { color: #bc6907; background: #fff4e6; font-size: 1rem; }
.card:nth-child(4) .icon { color: #2d8587; background: #eafafa; }
.icon { width: 50px; height: 50px; margin-bottom: 24px; display: grid; place-items: center; color: var(--navy); background: #edf3ff; border-radius: 15px; font-size: 1.16rem; font-weight: 900; }
.card p { margin: 12px 0 0; color: var(--muted); }
.split-section { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.split-copy { max-width: 720px; }
.split-copy h2, .about-copy h2 { margin-bottom: 24px; }
.split-copy p { color: var(--muted); }
.large-copy { color: var(--text) !important; font-size: 1.16rem; }
.callout { position: relative; margin: 0; padding: 42px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; color: white; background: var(--navy); border-radius: 34px; box-shadow: var(--shadow); }
.callout p { margin: 0; font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 750; line-height: 1.42; }
.quote-mark { position: static; color: var(--orange); font-family: Georgia, serif; font-size: 3.2rem; font-weight: 700; line-height: .9; }
.process-section { color: white; background: var(--navy-dark); }
.process-section h2 { color: white; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.process-list li { padding: 10px 34px 10px 0; display: grid; grid-template-columns: auto 1fr; gap: 20px; border-right: 1px solid rgba(255,255,255,.16); }
.process-list li + li { padding-left: 34px; }
.process-list li:last-child { border: 0; }
.process-list span { color: var(--orange); font-size: .84rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 10px; color: white; }
.process-list p { margin: 0; color: #cbd8e8; }
.pricing-section { padding-bottom: clamp(32px, 4vw, 52px); background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.price-list { display: grid; gap: 16px; }
.price-card { padding: 24px 28px; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; align-items: center; gap: 26px; background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 12px 34px rgba(23,63,115,.07); }
.price-card-featured { background: linear-gradient(110deg, #eafafa, #f5fbff); border-color: #cceced; }
.price-icon { width: 64px; height: 64px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-size: 1.18rem; font-weight: 900; }
.price-card-featured .price-icon { background: #11a9af; font-size: 1.6rem; }
.price-copy h3 { margin-bottom: 6px; font-size: 1.34rem; }
.price-copy p { margin: 3px 0 0; color: var(--muted); }
.price-copy .price-duration { color: var(--text); font-weight: 800; }
.price-value { min-width: 178px; padding: 18px 22px; display: grid; justify-items: center; text-align: center; color: var(--navy); background: #eaf2ff; border-radius: 999px; }
.price-card-featured .price-value { color: #087e83; background: white; }
.price-value strong { font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.15; white-space: nowrap; }
.price-value span { margin-top: 4px; color: var(--muted); font-size: .78rem; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: .9rem; }
.about-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(46px, 8vw, 100px); background: var(--cream); }
.about-image { max-width: 460px; justify-self: center; overflow: hidden; background: white; border: 10px solid white; border-radius: 40px; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: auto; object-fit: contain; }
.about-copy { max-width: 650px; }
.about-copy > p { color: var(--muted); }
.notice { margin-top: 30px; padding: 18px 20px; background: white; border-left: 5px solid var(--orange); border-radius: 0 14px 14px 0; }
.contact-section { padding: clamp(62px, 8vw, 92px) max(20px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; color: white; background: var(--navy); }
.contact-section h2 { max-width: 640px; color: white; }
.contact-section p:not(.eyebrow) { max-width: 620px; color: #d6e1ee; font-size: 1.08rem; }
.eyebrow.light { color: #ffd164; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions a { padding: 18px 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; text-decoration: none; }
.contact-actions a:hover { background: rgba(255,255,255,.16); }
.contact-actions span { color: #bdcde1; }
.contact-actions strong { overflow-wrap: anywhere; }
footer { width: min(1180px, calc(100% - 40px)); min-height: 150px; margin: auto; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
footer p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.footer-meta p + p { margin-top: 2px; }
.footer-meta a { color: var(--navy); font-weight: 800; text-underline-offset: 3px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: var(--navy); font-weight: 750; }
.legal-page { min-height: 70vh; background: var(--soft); }
.legal-wrap { width: min(820px, calc(100% - 40px)); margin: auto; padding: clamp(60px, 9vw, 110px) 0; }
.legal-wrap h1 { margin-bottom: 34px; font-size: clamp(2.6rem, 6vw, 4.4rem); }
.legal-card { padding: clamp(26px, 5vw, 50px); background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card h2 { margin: 38px 0 10px; font-size: 1.5rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--navy); font-weight: 700; overflow-wrap: anywhere; }
.legal-card .updated { padding-top: 24px; border-top: 1px solid var(--border); font-size: .9rem; }
@media (max-width: 980px) {
  .header-inner { min-height: 126px; }
  .brand { width: 270px; height: 106px; }
  .site-header.is-scrolled .header-inner { min-height: 84px; }
  .site-header.is-scrolled .brand { width: 190px; height: 74px; }
  .nav-toggle { padding: 10px 12px; display: inline-flex; align-items: center; gap: 9px; color: var(--navy); background: white; border: 1px solid var(--border); border-radius: 11px; font: inherit; font-weight: 800; }
  .nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after { width: 19px; height: 2px; display: block; background: currentColor; border-radius: 2px; }
  .nav-toggle-lines { position: relative; }
  .nav-toggle-lines::before, .nav-toggle-lines::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-lines::before { top: -6px; } .nav-toggle-lines::after { top: 6px; }
  nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 14px 20px 20px; display: none; align-items: stretch; flex-direction: column; background: white; border-bottom: 1px solid var(--border); box-shadow: 0 18px 32px rgba(23,63,115,.12); }
  nav.is-open { display: flex; }
  nav a { padding: 12px 14px; }
  nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(640px, 100%); min-height: 440px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split-section, .about-section, .contact-section { grid-template-columns: 1fr; }
  .callout { max-width: 620px; }
  .about-image { max-width: 520px; justify-self: start; }
  .price-card { grid-template-columns: 64px minmax(0, 1fr); }
  .price-value { min-width: 0; grid-column: 2; justify-self: start; }
  .contact-section { gap: 30px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 80px; }
  .header-inner, .hero, footer { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 104px; gap: 12px; }
  .brand { width: 210px; height: 83px; }
  .site-header.is-scrolled .header-inner { min-height: 76px; }
  .site-header.is-scrolled .brand { width: 160px; height: 63px; }
  .hero { padding: 52px 0 70px; gap: 45px; }
  h1 { max-width: 100%; font-size: clamp(2.25rem, 10.5vw, 3.35rem); overflow-wrap: break-word; hyphens: manual; }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { width: 100%; min-height: 330px; padding: 42px 18px; overflow: hidden; border-radius: 36px; }
  .hero-note { right: 14px; bottom: 16px; max-width: calc(100% - 28px); font-size: .88rem; }
  .dot-one { width: 60px; height: 60px; }
  .section { padding-inline: 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .split-section { gap: 38px; }
  .callout { padding: 32px 28px; gap: 9px; }
  .quote-mark { font-size: 2.7rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .process-list li:first-child { padding-top: 0; }
  .process-list li:last-child { border-bottom: 0; }
  .price-card { padding: 22px 18px; grid-template-columns: 52px minmax(0, 1fr); align-items: start; gap: 16px; }
  .price-icon { width: 52px; height: 52px; font-size: .95rem; }
  .price-copy h3 { font-size: 1.18rem; }
  .price-value { width: 100%; padding: 14px 18px; justify-self: stretch; }
  .about-image { width: 100%; border-width: 7px; border-radius: 28px; }
  .contact-section { padding-inline: 16px; }
  .contact-actions a { align-items: flex-start; flex-direction: column; }
  footer { min-height: 180px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .legal-wrap { width: calc(100% - 32px); }
  .legal-card { border-radius: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
