:root {
  --navy: #071d3b;
  --navy-2: #0d2d55;
  --ink: #12233a;
  --muted: #5d6b7d;
  --paper: #f7f9fb;
  --white: #ffffff;
  --teal: #2f8990;
  --teal-light: #d9eff0;
  --gold: #e2ac3e;
  --gold-light: #f3e6bd;
  --line: rgba(7, 29, 59, 0.14);
  --shadow: 0 22px 70px rgba(7, 29, 59, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--gold); color: var(--navy); padding: 10px 14px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 190px; }
.brand img { display: block; width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; }
nav a:not(.nav-cta):hover, nav a:not(.nav-cta):focus { color: var(--teal); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); }
.nav-cta:hover, .nav-cta:focus { background: var(--navy); color: var(--white); }
.hero { background: var(--white); padding: 94px 0 100px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 76px; align-items: center; }
.eyebrow { color: var(--teal); font-size: 12px; letter-spacing: .16em; font-weight: 700; margin: 0 0 18px; }
.eyebrow span { color: var(--gold); padding: 0 4px; }
.eyebrow-gold { color: var(--gold); }
h1, h2, h3 { font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; line-height: 1.15; margin: 0; }
h1 { color: var(--navy); font-size: clamp(2.8rem, 5vw, 5.25rem); letter-spacing: -.045em; max-width: 700px; }
h2 { color: var(--navy); font-size: clamp(2rem, 3vw, 3.25rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; color: inherit; }
.hero-lede { max-width: 610px; color: var(--muted); font-size: 1.2rem; margin: 28px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 19px; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--white); }
.button-primary:hover, .button-primary:focus { background: var(--navy-2); }
.button-outline { border: 1px solid var(--navy); color: var(--navy); }
.button-outline:hover, .button-outline:focus { background: var(--navy); color: var(--white); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover, .button-dark:focus { background: var(--navy-2); }
.text-link { color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.hero-note { color: #788697; font-size: 13px; margin: 28px 0 0; max-width: 500px; }
.hero-panel { min-height: 480px; color: var(--white); background: var(--navy); border-radius: 28px; padding: 24px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(47, 137, 144, .16); right: -100px; bottom: -105px; }
.panel-topline, .panel-footer { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; position: relative; z-index: 1; }
.panel-index { margin-left: auto; color: var(--gold); }
.panel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.discovery-orbit { height: 390px; position: relative; }
.orbit-line { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit-line-one { width: 270px; height: 270px; }
.orbit-line-two { width: 390px; height: 210px; transform: translate(-50%, -50%) rotate(24deg); border-color: rgba(47,137,144,.8); }
.orbit-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 144px; height: 144px; border-radius: 50%; background: var(--teal); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 0 0 12px rgba(47,137,144,.14); }
.orbit-core span { font-size: 20px; letter-spacing: .12em; font-weight: 700; }
.orbit-core small, .orbit-node small { color: rgba(255,255,255,.74); font-size: 11px; }
.orbit-node { position: absolute; min-width: 118px; padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(8px); }
.orbit-node strong { display: block; font-size: 14px; }
.node-one { top: 28px; left: 22px; }
.node-two { top: 57px; right: 2px; }
.node-three { bottom: 24px; left: 50%; transform: translateX(-50%); }
.panel-footer { border-top: 1px solid rgba(255,255,255,.16); padding-top: 17px; justify-content: space-between; }
.panel-footer span:last-child { color: var(--gold); }
.section-light { background: var(--paper); }
.section-paper { background: var(--white); }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.problem { padding: 100px 0; }
.narrow-grid { display: grid; grid-template-columns: .45fr 1.1fr; gap: 80px; }
.problem h2 { max-width: 650px; }
.problem p { max-width: 650px; color: var(--muted); margin: 22px 0 0; }
.services { padding: 104px 0 112px; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { color: rgba(255,255,255,.68); margin: 0; }
.service-grid, .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 310px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 19px; display: flex; flex-direction: column; }
.service-card.featured-card { background: var(--teal); border-color: var(--teal); }
.card-number { color: var(--gold); font-size: 12px; letter-spacing: .14em; font-weight: 700; margin-bottom: 56px; }
.service-card p { color: rgba(255,255,255,.71); font-size: 15px; margin: 15px 0 24px; }
.service-card a { color: var(--gold); text-decoration: none; font-weight: 700; margin-top: auto; }
.featured-card a, .featured-card p { color: var(--white); }
.process { padding: 104px 0; }
.centered-heading { text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-step { padding: 30px 32px 12px 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 32px; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--teal); font-weight: 700; font-size: 13px; letter-spacing: .12em; }
.process-step h3 { color: var(--navy); margin: 24px 0 12px; }
.process-step p { color: var(--muted); margin: 0; max-width: 280px; }
.pricing { padding: 104px 0 112px; }
.pricing-heading > p { color: var(--muted); }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; box-shadow: 0 8px 35px rgba(7,29,59,.04); }
.price-card-main { border: 2px solid var(--teal); box-shadow: var(--shadow); transform: translateY(-10px); }
.price-label { color: var(--teal); font-size: 12px; letter-spacing: .15em; font-weight: 700; margin: 0 0 18px; }
.price { color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; font-size: 3.25rem; line-height: 1; margin-bottom: 22px; }
.price span { font-family: "DM Sans", Arial, sans-serif; font-size: 14px; font-weight: 700; color: var(--muted); }
.price-card > p:not(.price-label) { color: var(--muted); min-height: 76px; margin: 0; }
.price-card ul { list-style: none; padding: 0; margin: 10px 0 28px; border-top: 1px solid var(--line); }
.price-card li { border-bottom: 1px solid var(--line); padding: 10px 0; font-size: 14px; }
.price-card li::before { content: "✓"; color: var(--teal); font-weight: 700; margin-right: 10px; }
.price-card .button { margin-top: auto; }
.pricing-footnote { color: var(--muted); font-size: 13px; margin: 22px 0 0; text-align: center; }
.audience { padding: 104px 0; }
.audience-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; align-items: start; }
.audience-list { border-top: 1px solid rgba(255,255,255,.22); }
.audience-list div { display: grid; grid-template-columns: .9fr 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.audience-list strong { font-size: 15px; }
.audience-list span { color: rgba(255,255,255,.68); font-size: 14px; }
.faq { padding: 104px 0; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.1fr; gap: 100px; }
.faq-list details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--teal); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); max-width: 600px; margin: 14px 0 0; }
.section-gold { background: var(--gold); }
.contact { padding: 76px 0; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact h2 { color: var(--navy); }
.contact p:not(.eyebrow) { color: rgba(7,29,59,.76); max-width: 620px; margin: 18px 0 0; }
.site-footer { background: #04152e; color: var(--white); padding: 34px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-inner strong { display: block; letter-spacing: .16em; font-size: 15px; }
.footer-inner span { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-inner p { color: rgba(255,255,255,.58); margin: 0; font-size: 13px; }

@media (max-width: 900px) {
  .header-inner { min-height: 70px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { padding: 68px 0 76px; }
  .hero-grid, .narrow-grid, .split-heading, .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-panel { max-width: 620px; }
  .service-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card-main { transform: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 26px 0; }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 14px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 32px, 1160px); }
  .brand { width: 150px; }
  .nav-cta { padding: 8px 11px; font-size: 12px; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
  .hero-panel { min-height: 410px; padding: 18px; border-radius: 20px; }
  .discovery-orbit { height: 320px; }
  .orbit-line-one { width: 220px; height: 220px; }
  .orbit-line-two { width: 300px; height: 175px; }
  .orbit-core { width: 120px; height: 120px; }
  .node-one { top: 22px; left: 0; }
  .node-two { top: 36px; right: 0; }
  .node-three { bottom: 12px; }
  .audience-list div { grid-template-columns: 1fr; gap: 5px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
