:root {
    --ink: #0E1116;
    --muted: #6B7280;
    --navy: #102038;
    --navy-deep: #0B1B36;
    --navy-soft: #1C2D4C;
    --gold: #B69464;
    --gold-dark: #8E6C3D;
    --gold-light: #CDAF80;
    --sand: #E6DCCB;
    --cream: #F8F6F1;
    --cream-light: #FBF9F5;
    --line: #E3D9C6;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(16, 32, 56, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.5; background: var(--white); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -56px; z-index: 20; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 16px; }

/* ---------- Header ---------- */
.site-header { padding: 22px 0; background: rgba(255,255,255,0.94); border-bottom: 1px solid rgba(16,32,56,0.06); backdrop-filter: blur(8px); }
.header-content, .footer-content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 40px; object-fit: contain; }
.brand-label { color: var(--gold-dark); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase; padding-top: 3px; display: none; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.header-whatsapp:hover, .site-footer a:hover { color: var(--gold-dark); }
.header-whatsapp i { color: var(--gold-dark); font-size: 1.1rem; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 82px 0 96px; background: radial-gradient(circle at 78% 22%, rgba(182,148,100,0.12), transparent 26%), linear-gradient(110deg, #fcfbf8 0%, #fcfbf8 55%, var(--cream) 100%); }
.hero::before { position: absolute; content: ""; width: 430px; height: 430px; right: -230px; bottom: -260px; border: 1px solid rgba(182,148,100,0.30); border-radius: 50%; }
.hero::after { position: absolute; content: ""; width: 46px; height: 46px; left: 12%; top: 130px; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 0l2.2 6.8L18 9l-6.8 2.2L9 18l-2.2-6.8L0 9l6.8-2.2z' fill='%23B69464'/%3E%3C/svg%3E"); background-size: 18px; }
.hero-badge { position: absolute; z-index: 0; top: 26px; left: 50%; transform: translateX(-50%); color: var(--gold-dark); font-size: .62rem; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; opacity: .55; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .8fr); align-items: center; gap: 64px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--gold-dark); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 2px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -0.02em; }
h1 { max-width: 700px; margin-bottom: 23px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(2.85rem, 5.4vw, 4.9rem); line-height: 1.04; }
h1 em { color: var(--gold-dark); font-style: italic; }
.hero-description { max-width: 560px; margin-bottom: 24px; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.focus-areas { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.focus-areas span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; color: var(--navy); background: var(--white); border: 1px solid rgba(16,32,56,.14); border-radius: 100px; font-size: .85rem; font-weight: 600; box-shadow: 0 4px 12px rgba(16,32,56,.05); }
.focus-areas i { color: var(--gold-dark); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 20px; border: 0; border-radius: 10px; font: inherit; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--navy-soft), var(--navy)); box-shadow: 0 12px 22px rgba(16,32,56,.28); }
.button-primary:hover { background: linear-gradient(135deg, var(--navy), var(--navy-deep)); box-shadow: 0 16px 28px rgba(16,32,56,.34); }
.button-primary > .fa-whatsapp { color: #4ade80; font-size: 1.25rem; }
.button-secondary { color: var(--navy); background: var(--white); border: 1px solid rgba(16,32,56,.2); box-shadow: 0 8px 18px rgba(16,32,56,.06); }
.button-secondary:hover { color: var(--gold-dark); border-color: var(--gold); box-shadow: 0 12px 22px rgba(16,32,56,.1); }
.button-arrow { margin-left: 7px; font-size: .82rem; }
.main-cta { padding: 18px 22px; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-note { display: flex; align-items: center; gap: 8px; margin: 13px 0 0; color: var(--muted); font-size: .8rem; }
.cta-note i { color: var(--gold-dark); }

.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.founder-frame { position: relative; z-index: 2; width: min(100%, 390px); aspect-ratio: 1; margin: 0; overflow: hidden; border: 10px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--navy); box-shadow: 0 20px 52px rgba(16,32,56,.24); }
.founder-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transform: scale(1.08); }
.founder-caption { position: absolute; z-index: 3; left: 50%; bottom: 14px; translate: -50% 0; padding: 8px 18px; text-align: center; color: var(--navy); background: rgba(255,255,255,.92); border: 1px solid rgba(16,32,56,.08); border-radius: 100px; box-shadow: 0 10px 24px rgba(16,32,56,.18); backdrop-filter: blur(6px); }
.founder-caption strong, .founder-caption small { display: block; }
.founder-caption strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; }
.founder-caption small { margin-top: 1px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-orbit { position: absolute; border-radius: 50%; }
.orbit-one { z-index: 0; width: 400px; height: 400px; border: 1px dashed rgba(182,148,100,.55); animation: rotate 28s linear infinite; }
.orbit-two { z-index: 1; width: 445px; height: 445px; border: 24px solid rgba(182,148,100,.12); }
.human-card { position: absolute; z-index: 3; right: -4px; bottom: 36px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; background: var(--white); border: 1px solid rgba(16,32,56,.08); border-radius: 12px; box-shadow: var(--shadow); }
.human-card-icon { display: grid; place-items: center; width: 36px; height: 36px; color: var(--gold-dark); background: var(--cream); border-radius: 50%; }
.human-card strong, .human-card small { display: block; }
.human-card strong { color: var(--navy); font-size: .83rem; }
.human-card small { margin-top: 1px; color: var(--muted); font-size: .73rem; }

/* ---------- Trust bar ---------- */
.trust-bar { padding: 28px 0; background: var(--navy); border-top: 1px solid rgba(182, 148, 100, 0.15); border-bottom: 1px solid rgba(182, 148, 100, 0.15); }
.trust-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; justify-content: center; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #E8DFCE; font-size: 0.86rem; font-weight: 600; text-align: center; }
.trust-icon { color: var(--gold-light); flex-shrink: 0; }

/* ---------- Practice areas ---------- */
.practice-areas { padding: 96px 0; }
.section-heading { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.section-heading .section-kicker { justify-content: center; }
h2 { margin-bottom: 16px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; font-size: clamp(2.3rem, 4vw, 3.4rem); line-height: 1.1; }
.section-heading > p:last-child, .process-intro > p:last-child, .faq-intro > p:last-child { color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.offer-marker { position: absolute; top: 0; left: 30px; width: 34px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); border-radius: 0 0 3px 3px; opacity: .9; }
.offer-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 12px; font-size: 1.1rem; }
.offer-icon.gold { color: var(--gold-dark); background: #F3ECDE; }.offer-icon.navy { color: var(--navy); background: #e8eef4; }.offer-icon.stone { color: #6d5f48; background: #f1ece2; }
.offer-card h3, .steps-list h3 { margin-bottom: 8px; color: var(--navy); font-size: 1.1rem; }
.offer-card p, .steps-list p { margin-bottom: 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }

/* ---------- How it works ---------- */
.how-it-works { padding: 96px 0; background: var(--cream-light); }
.process-layout { display: grid; grid-template-columns: .87fr 1.13fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--gold-dark); font-weight: 700; font-size: .92rem; text-decoration: none; }
.text-link:hover { color: var(--navy); }
.text-link i { transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }
.steps-list { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 21px; padding: 0 0 30px; position: relative; }
.steps-list li:not(:last-child)::after { position: absolute; content: ""; top: 54px; left: 26px; height: calc(100% - 54px); border-left: 1px dashed var(--sand); }
.step-number { display: grid; place-items: center; width: 54px; height: 54px; color: var(--gold-dark); background: var(--white); border: 1px solid rgba(182,148,100,.4); border-radius: 50%; font-size: .82rem; font-weight: 700; box-shadow: 0 4px 10px rgba(16,32,56,.05); }

/* ---------- Support / differentials ---------- */
.support-section { padding: 96px 0; background: var(--navy); }
.support-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 58px 64px; overflow: hidden; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: radial-gradient(circle at 97% 5%, rgba(182,148,100,.30), transparent 28%), linear-gradient(125deg, var(--navy-deep), var(--navy-soft)); }
.section-kicker.light { color: var(--gold-light); }
.support-copy h2 { color: var(--white); }.support-copy > p:last-child { max-width: 540px; margin-bottom: 0; color: #d5dde8; }
.support-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.support-list li { display: flex; align-items: center; gap: 11px; color: #f1f3f6; font-weight: 500; }.support-list i { color: var(--gold-light); }

/* ---------- FAQ ---------- */
.faq-section { padding: 96px 0; }.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; color: var(--navy); cursor: pointer; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary i { color: var(--gold-dark); font-size: .85rem; transition: transform .2s ease; }.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 610px; margin: -4px 32px 22px 0; color: var(--muted); font-size: .94rem; }

/* ---------- Final CTA ---------- */
.final-cta { padding: 94px 0 70px; text-align: center; background: var(--cream); }.final-cta-content { max-width: 720px; }.final-cta .section-kicker { justify-content: center; }.final-cta h2 { margin-inline: auto; }.final-cta p:not(.section-kicker) { max-width: 540px; margin: 0 auto 28px; color: var(--muted); }.final-actions { justify-content: center; }
.final-cta-logo { display: block; width: 172px; height: auto; margin: 0 auto 26px; opacity: .9; }

/* ---------- Footer ---------- */
.site-footer { padding: 24px 0; color: #9fb0c0; background: var(--navy-deep); font-size: .82rem; }.site-footer p { margin: 0; }.site-footer a { color: var(--white); text-decoration: none; }.footer-logo { display: block; height: 24px; width: auto; opacity: .95; }
.footer-content { flex-wrap: wrap; }

/* ---------- Mobile CTA ---------- */
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease var(--delay, 0ms), transform .55s ease var(--delay, 0ms); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
    .hero { padding-top: 58px; }.hero-grid, .process-layout, .support-card, .faq-layout { grid-template-columns: 1fr; gap: 48px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 400px; grid-row: 1; }.founder-frame { width: 330px; }.orbit-one { width: 350px; height: 350px; }.orbit-two { width: 390px; height: 390px; }.human-card { right: max(0px, calc(50% - 225px)); bottom: 20px; }.process-intro { position: static; max-width: 660px; }.support-card, .faq-layout { gap: 34px; }.support-card { padding: 45px; }.offer-grid { gap: 14px; }
    .trust-list { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
    .trust-item { justify-content: flex-start; text-align: left; max-width: 240px; margin: 0 auto; width: 100%; }
}
@media (max-width: 640px) {
    body { padding-bottom: 77px; }.container { width: min(100% - 36px, 1120px); }.site-header { padding: 16px 0; }.header-whatsapp span { display: none; }.header-whatsapp { width: 32px; height: 32px; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }.brand-logo { height: 26px; }.brand-label { font-size: .58rem; letter-spacing: .24em; }
    .hero { padding: 46px 0 58px; }.hero-badge { display: none; }.hero-grid { gap: 38px; }.eyebrow { margin-bottom: 13px; font-size: .66rem; letter-spacing: .08em; }.hero h1 { font-size: clamp(2.6rem, 12vw, 3.4rem); }.hero-description { font-size: 1rem; }.hero-actions, .final-actions { display: grid; grid-template-columns: 1fr; }.main-cta, .hero-actions .button, .final-cta .button { width: 100%; padding: 16px; }.main-cta .button-arrow { display: none; }.cta-note { align-items: flex-start; font-size: .72rem; line-height: 1.45; }.hero-visual { min-height: 325px; }.founder-frame { width: 270px; border-width: 7px; }.founder-caption { bottom: 10px; padding: 6px 14px; }.founder-caption strong { font-size: .92rem; }.founder-caption small { font-size: .6rem; }.orbit-one { width: 290px; height: 290px; }.orbit-two { width: 320px; height: 320px; border-width: 18px; }.human-card { right: 3px; bottom: 3px; padding: 10px 11px; }.human-card-icon { width: 32px; height: 32px; }.human-card strong { font-size: .74rem; }.human-card small { font-size: .65rem; }
    .trust-bar { padding: 18px 0; }
    .trust-list { grid-template-columns: 1fr; gap: 16px; }
    .trust-item { font-size: 0.8rem; justify-content: flex-start; text-align: left; max-width: 280px; margin: 0 auto; width: 100%; }
    .practice-areas, .how-it-works, .support-section, .faq-section, .final-cta { padding: 68px 0; }.section-heading { margin-bottom: 30px; }.offer-grid { grid-template-columns: 1fr; }.offer-card { padding: 24px; }.process-layout { gap: 32px; }.steps-list li { gap: 15px; }.support-card { padding: 32px 25px; border-radius: 14px; }.support-list { gap: 12px; }.support-list li { align-items: flex-start; font-size: .91rem; }.faq-layout { gap: 30px; }.faq-list summary { padding: 18px 0; font-size: .94rem; }.faq-list details p { margin-right: 0; }.final-cta-logo { width: 150px; }.site-footer { padding: 20px 0; }.footer-content { align-items: flex-start; flex-direction: column; gap: 5px; }
    .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 10; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 18px 14px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }.mobile-cta .button { width: 100%; padding: 14px 8px; font-size: .82rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.visual-orbit { animation: none; }.button { transition: none; } }
