:root {
  --navy: #0b2947;
  --navy-light: #173f65;
  --gold: #e59a12;
  --gold-light: #f7c458;
  --cream: #f7f1e8;
  --sand: #e7dac8;
  --ink: #182636;
  --muted: #657381;
  --white: #fff;
  --line: #dfe5e9;
  --green: #0f766e;
  --shadow: 0 24px 65px rgba(11, 41, 71, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; }
a { color: inherit; }
h1, h2 { margin: 0; font-family: "Libre Baskerville", serif; line-height: 1.16; letter-spacing: -.035em; color: var(--navy); }
h1 { font-size: clamp(2.45rem, 5vw, 5rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.4rem); }
h3 { margin: 0; color: var(--navy); }
.section { padding: 110px max(5vw, 24px); }
.eyebrow { margin: 0 0 18px; color: #a96800; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }

.site-header { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 8px max(5vw, 24px); background: rgba(255,255,255,.96); border-bottom: 1px solid #eae6df; position: relative; z-index: 10; }
.brand img { display: block; width: 140px; height: 68px; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.site-header nav a { text-decoration: none; color: #435261; font-weight: 700; font-size: .92rem; }
.site-header nav a:hover { color: var(--gold); }
.header-cta { color: #fff; background: var(--navy); border-radius: 999px; padding: 11px 20px; text-decoration: none; font-weight: 800; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; align-items: center; padding: 72px max(5vw, 24px) 105px; background: radial-gradient(circle at 72% 15%, #fff9eb, transparent 30%), linear-gradient(135deg, #fcfaf6, #eee2d2); overflow: hidden; }
.hero-content { max-width: 760px; }
.hero-intro { max-width: 680px; margin: 26px 0; color: #526170; font-size: clamp(1.05rem, 1.5vw, 1.26rem); }
.discovery-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin: 28px 0; padding: 20px 22px; background: rgba(255,255,255,.78); border-left: 5px solid var(--gold); box-shadow: 0 12px 35px rgba(11,41,71,.08); }
.gift-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--gold); border-radius: 50%; font-size: 1.35rem; }
.badge, .table-badge { display: inline-block; padding: 3px 9px; color: #fff; background: var(--gold); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.discovery-card h2 { margin: 7px 0 4px; font-family: "DM Sans", sans-serif; font-size: 1.15rem; letter-spacing: 0; }
.discovery-card p { margin: 0; color: #6f665d; font-size: .92rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 0; border-radius: 7px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.button:hover, .header-cta:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button-gold { color: #fff; background: linear-gradient(135deg, var(--gold), #c87a06); box-shadow: 0 13px 30px rgba(200,122,6,.22); }
.button-navy { color: #fff; background: var(--navy); }
.secondary-link { color: var(--navy); font-weight: 800; text-underline-offset: 5px; }
.hero-visual { max-width: 580px; justify-self: end; position: relative; }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; width: 170px; height: 170px; right: -34px; top: -36px; background: var(--gold-light); border-radius: 50%; opacity: .7; }
.image-frame::after { content: ""; position: absolute; inset: 25px -24px -25px 26px; border: 2px solid var(--gold); border-radius: 49% 49% 18px 18px; }
.image-frame img { width: 100%; aspect-ratio: 1 / 1; display: block; object-fit: cover; border-radius: 49% 49% 18px 18px; box-shadow: var(--shadow); position: relative; z-index: 1; }
.identity-card { position: absolute; z-index: 2; left: -35px; bottom: -28px; display: flex; flex-direction: column; padding: 16px 22px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.identity-card strong { color: var(--navy); font-family: "Libre Baskerville", serif; }
.identity-card span { color: var(--muted); font-size: .86rem; }

.trust-bar { max-width: 1180px; margin: -38px auto 0; position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.trust-bar div { display: flex; align-items: center; gap: 14px; padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-bar div:last-child { border: 0; }
.trust-bar span { color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }

.why { background: #fff; }
.benefit-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-grid article { min-height: 250px; padding: 34px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); box-shadow: 0 14px 36px rgba(11,41,71,.06); }
.benefit-number { color: var(--gold); font-weight: 800; }
.benefit-grid h3 { margin: 18px 0 10px; font-family: "Libre Baskerville", serif; font-size: 1.22rem; }
.benefit-grid p { margin: 0; color: var(--muted); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; background: var(--cream); }
.process-copy > p:last-child { color: var(--muted); font-size: 1.08rem; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #d9cdbf; }
.process-list li:last-child { border: 0; }
.process-list li > span { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 800; }
.process-list h3 { margin-bottom: 5px; font-size: 1.05rem; }
.process-list p { margin: 0; color: var(--muted); }

.pricing { background: #fff; }
.pricing-table-wrap { max-width: 1160px; margin: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; }
th { padding: 17px 20px; color: #fff; background: var(--navy); text-align: left; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
td { padding: 19px 20px; border-bottom: 1px solid var(--line); }
tbody tr:last-child td { border: 0; }
tbody tr:hover { background: #fafcfd; }
.free-row { background: #fff8e8; }
.free-row td { border-bottom: 2px solid #f0c86d; }
td:first-child { width: 40%; }
td strong { color: var(--navy); }
td:first-child > strong, td:first-child > small { display: block; }
td small { margin-top: 3px; color: var(--muted); }
.table-badge { margin-bottom: 7px; }
.price-free { color: #a86500; }
.action-stack { display: flex; gap: 8px; align-items: center; }
.table-button { display: inline-flex; min-width: 72px; justify-content: center; padding: 8px 13px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .84rem; white-space: nowrap; }
.choose { color: var(--navy); background: #fff; border: 1px solid #aebcc8; }
.choose:hover { color: #fff; background: var(--navy); }
.pay { color: #fff; background: var(--green); border: 1px solid var(--green); }
.pay:hover { background: #0a5c55; }
.pricing-notes { max-width: 1000px; margin: 22px auto 0; padding: 17px 20px; background: #f5f8fa; border-left: 4px solid var(--gold); }
.pricing-notes p { margin: 4px 0; color: #5f6e7b; font-size: .84rem; }
.pricing-notes strong { color: var(--navy); }

.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: center; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-light)); }
.about-image img { display: block; width: 100%; max-height: 610px; object-fit: cover; border-radius: 14px; box-shadow: 0 28px 75px rgba(0,0,0,.24); }
.about .eyebrow { color: var(--gold-light); }
.about h2 { color: #fff; }
.about-copy > p:not(.eyebrow) { color: #d7e0e7; font-size: 1.06rem; }
.about .button-navy { color: var(--navy); background: #fff; }

.faq { background: var(--cream); }
.faq-list { max-width: 900px; margin: auto; }
.faq details { margin-bottom: 12px; padding: 0 24px; background: #fff; border: 1px solid #ddd5ca; border-radius: 10px; }
.faq summary { padding: 20px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq details p { margin: -4px 0 22px; color: var(--muted); }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: start; background: #fff; }
.contact-intro { position: sticky; top: 28px; }
.contact-intro > p:last-of-type { color: var(--muted); font-size: 1.06rem; }
.contact-intro > a { color: var(--navy); font-weight: 800; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 11px; padding: 34px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 14px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row > div { display: grid; gap: 7px; }
.contact-form label { margin-top: 4px; color: var(--navy); font-weight: 800; font-size: .9rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfcfd; border: 1px solid #b8c4ce; border-radius: 7px; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(229,154,18,.22); border-color: var(--gold); }
.contact-form .button { margin-top: 8px; }
.contact-form small { color: #77838d; text-align: center; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 32px max(5vw,24px); color: #d6e0e8; background: #071d32; font-size: .88rem; }
footer img { width: 108px; height: 58px; padding: 3px; object-fit: contain; background: #fff; border-radius: 5px; }
footer a { color: var(--gold-light); }
footer small { grid-column: 1 / -1; color: #8293a2; text-align: center; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto 1fr; }
  .site-header nav { display: none; }
  .header-cta { justify-self: end; }
  .hero, .process, .about, .contact { grid-template-columns: 1fr; }
  .hero-visual { max-width: 540px; justify-self: center; margin: 40px 22px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .process { gap: 40px; }
  .about-image { max-width: 620px; }
  .contact-intro { position: static; }
  .trust-bar { margin: 0; grid-template-columns: 1fr; }
  .trust-bar div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .pricing-table-wrap { overflow: visible; border: 0; box-shadow: none; }
  table, tbody, tr, td { display: block; }
  thead { display: none; }
  tbody { display: grid; gap: 16px; }
  tr { padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 28px rgba(11,41,71,.06); }
  td, td:first-child { width: 100%; padding: 7px 3px; border: 0; }
  td[data-label]:not(:first-child)::before { content: attr(data-label) " : "; color: #71808c; font-size: .84rem; }
  .action-stack { margin-top: 5px; }
}

@media (max-width: 560px) {
  .section { padding: 78px 20px; }
  .site-header { min-height: 76px; padding-inline: 17px; gap: 12px; }
  .brand img { width: 105px; height: 56px; }
  .header-cta { padding: 9px 14px; font-size: .82rem; }
  .hero { padding: 52px 20px 68px; }
  .discovery-card { grid-template-columns: 1fr; }
  .gift-icon { display: none; }
  .hero-actions { gap: 15px; }
  .hero-actions .button, .secondary-link { width: 100%; text-align: center; }
  .identity-card { left: -8px; }
  .action-stack { display: grid; grid-template-columns: 1fr 1fr; }
  .table-button { width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 18px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
