:root {
    --ink: #291632;
    --ink-soft: #66586c;
    --plum: #5b286f;
    --plum-dark: #32183f;
    --wine: #773856;
    --gold: #d7a54c;
    --cream: #fbf7f1;
    --rose: #f5e8ed;
    --green: #15875f;
    --orange: #c87527;
    --line: rgba(57, 30, 68, 0.12);
    --shadow: 0 24px 60px rgba(49, 24, 62, 0.13);
}

* { 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.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(50, 24, 63, 0.94);
    color: white;
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-size: 1.08rem; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--plum-dark); background: linear-gradient(135deg, #f6d991, var(--gold)); box-shadow: 0 8px 22px rgba(215,165,76,.28); }
.header-nav { display: flex; gap: 26px; margin-left: auto; }
.header-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .91rem; font-weight: 650; }
.header-nav a:hover { color: white; }
.header-cta { padding: 10px 16px; border-radius: 999px; color: var(--plum-dark); background: white; text-decoration: none; font-size: .9rem; font-weight: 800; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 16%, rgba(215,165,76,.24), transparent 28%), radial-gradient(circle at 12% 84%, rgba(167,91,127,.28), transparent 32%), linear-gradient(135deg, #32183f 0%, #512260 58%, #71334f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 28px 28px; }
.hero-grid { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; padding-top: 72px; }
.hero-copy { padding: 70px 0 92px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: #4fe0a9; box-shadow: 0 0 0 6px rgba(79,224,169,.13); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5.8vw, 5.25rem); font-weight: 500; }
.hero-lead { max-width: 670px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--plum-dark); background: linear-gradient(135deg, #f7dda0, var(--gold)); box-shadow: 0 14px 32px rgba(215,165,76,.24); }
.button-secondary { border: 1px solid rgba(255,255,255,.34); color: white; background: rgba(255,255,255,.08); }
.button-light { color: var(--plum-dark); background: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: .89rem; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: #74e6b7; font-weight: 900; }
.hero-visual { position: relative; align-self: end; height: 610px; }
.hero-visual > img { position: absolute; z-index: 2; right: -26px; bottom: 0; width: min(100%, 485px); height: 600px; border-radius: 230px 230px 28px 28px; object-fit: cover; object-position: center top; box-shadow: 0 35px 85px rgba(13,4,17,.36); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.hero-orbit-one { right: -70px; bottom: 35px; width: 510px; height: 510px; }
.hero-orbit-two { right: 15px; bottom: 118px; width: 350px; height: 350px; }
.availability-card { position: absolute; z-index: 4; left: -30px; bottom: 60px; display: flex; align-items: center; gap: 11px; max-width: 255px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: var(--shadow); font-size: .9rem; line-height: 1.3; }
.availability-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: #dff7ed; }

.assurance-strip { border-bottom: 1px solid var(--line); background: white; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-grid span { padding: 22px 20px; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: .84rem; text-align: center; }
.assurance-grid span:last-child { border-right: 0; }
.assurance-grid strong { display: block; color: var(--ink); font-size: .92rem; }

.section-heading { max-width: 670px; margin-bottom: 36px; }
.section-heading h2, .clarity h2, .final-cta h2 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.65rem); font-weight: 500; }
.section-heading > p:last-child { margin: 0; color: var(--ink-soft); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.agents-section { overflow: hidden; background: #fff; }
.agents-heading { max-width: 680px; }
.agents-heading > div:first-child { max-width: 680px; }
.agent-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 8px 0 25px; }
.agent-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); box-shadow: 0 14px 38px rgba(41,22,50,.08); }
.agent-photo-wrap { position: relative; height: 250px; overflow: hidden; background: var(--rose); }
.agent-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.agent-card:hover .agent-photo-wrap img { transform: scale(1.035); }
.status-pill { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: white; background: rgba(50,24,63,.86); font-size: .73rem; font-weight: 850; backdrop-filter: blur(8px); }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #b8acbd; }
.status-available span { background: #54e0a9; box-shadow: 0 0 0 4px rgba(84,224,169,.18); }
.status-busy span { background: #ffad55; }
.agent-body { padding: 18px; }
.agent-speciality { margin: 0 0 4px; color: var(--wine); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.agent-body h3 { margin-bottom: 5px; font-size: 1.3rem; }
.agent-box { margin: 0 0 16px; color: var(--ink-soft); font-size: .82rem; }
.agent-call { display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; border-radius: 12px; color: white; background: var(--plum-dark); text-decoration: none; font-size: .84rem; font-weight: 850; }
.agent-call:hover { background: var(--plum); }
.agents-note { margin: 16px 0 0; color: var(--ink-soft); font-size: .82rem; }
.agents-fallback { padding: 34px; border-radius: 22px; background: var(--rose); text-align: center; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 50%; color: white; background: var(--plum); font-weight: 900; }
.process-grid h3 { margin-bottom: 10px; font-size: 1.25rem; }
.process-grid p { margin: 0; color: var(--ink-soft); }

.clarity { color: white; background: var(--plum-dark); }
.clarity-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.clarity-copy > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.72); }
.topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.topic-grid span { padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); }
.rate-card { padding: 38px; border-radius: 26px; color: var(--ink); background: linear-gradient(150deg, #f9edcf, white); box-shadow: var(--shadow); }
.rate-label { margin: 0; color: var(--wine); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.rate-price { margin: 8px 0 16px; font-size: 1rem; }
.rate-price strong { font-family: Georgia, serif; font-size: 3.4rem; font-weight: 500; }
.rate-card > p:nth-of-type(3) { color: var(--ink-soft); }
.rate-card .button { width: 100%; margin: 12px 0 18px; color: white; background: var(--plum-dark); }
.rate-card small { display: block; color: var(--ink-soft); line-height: 1.5; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 40px 22px 0; cursor: pointer; font-weight: 800; }
.faq-list p { margin: -8px 0 22px; color: var(--ink-soft); }

.final-cta { padding: 72px 0; color: white; background: linear-gradient(120deg, var(--wine), var(--plum)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin-bottom: 8px; }
.final-cta p { margin: 0; color: rgba(255,255,255,.75); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 62px 0 24px; color: rgba(255,255,255,.7); background: #211128; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid strong { color: white; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid p { margin: 0; max-width: 430px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.mobile-call-bar { display: none; }

.call-dialog { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 28px 90px rgba(26,10,33,.42); }
.call-dialog::backdrop { background: rgba(25, 10, 31, .72); backdrop-filter: blur(3px); }
.call-dialog-inner { position: relative; padding: 34px; }
.call-dialog-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--cream); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.call-dialog h2 { max-width: 400px; margin: 0 50px 12px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; font-weight: 500; }
.call-dialog-intro { margin: 0 0 22px; color: var(--ink-soft); }
.call-options { display: grid; gap: 12px; }
.call-option { display: flex; flex-direction: column; gap: 2px; min-height: 82px; padding: 16px 18px; border-radius: 14px; text-decoration: none; }
.call-option strong { font-size: 1.15rem; }
.call-option span { font-size: .88rem; }
.call-option-direct { color: white; background: var(--plum-dark); box-shadow: 0 12px 28px rgba(50,24,63,.2); }
.call-option-direct:hover { background: var(--plum); }
.call-option-credits { border: 2px solid var(--line); color: var(--ink); background: var(--cream); }
.call-option-credits:hover { border-color: var(--plum); }
.call-dialog-help { margin: 18px 0 0; color: var(--ink-soft); font-size: .88rem; text-align: center; }

@media (max-width: 900px) {
    .header-nav { display: none; }
    .header-cta { margin-left: auto; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
    .hero-copy { padding: 70px 0 30px; }
    .hero-visual { width: min(540px, 100%); height: 530px; margin-inline: auto; }
    .hero-visual > img { right: 0; left: 50%; width: 410px; height: 510px; transform: translateX(-50%); }
    .availability-card { left: 5%; bottom: 35px; }
    .assurance-grid { grid-template-columns: 1fr 1fr; }
    .assurance-grid span:nth-child(2) { border-right: 0; }
    .assurance-grid span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .agent-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .clarity-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 28px, 1180px); }
    .section { padding: 72px 0; }
    .site-header { position: relative; }
    .header-inner { min-height: 66px; }
    .header-cta { display: none; }
    .brand { font-size: 1rem; }
    body { font-size: 17px; }
    .hero-copy { padding: 32px 0 14px; }
    h1 { margin-bottom: 18px; font-size: clamp(2.4rem, 12vw, 3.5rem); }
    .hero-lead { margin-bottom: 22px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { height: 310px; }
    .hero-visual > img { width: 245px; height: 300px; }
    .hero-orbit-one { right: 50%; width: 300px; height: 300px; transform: translateX(50%); }
    .hero-orbit-two { display: none; }
    .availability-card { left: 0; bottom: 14px; font-size: 1rem; }
    .assurance-grid { grid-template-columns: 1fr 1fr; }
    .assurance-grid span { padding: 17px 8px; }
    .agent-rail { grid-template-columns: 1fr; gap: 14px; }
    .agent-card { display: grid; grid-template-columns: 128px minmax(0, 1fr); border-radius: 16px; }
    .agent-photo-wrap { height: 100%; min-height: 178px; }
    .agent-body { display: flex; flex-direction: column; justify-content: center; padding: 16px; }
    .agent-call { min-height: 46px; font-size: .96rem; }
    .process-grid { grid-template-columns: 1fr; }
    .topic-grid { grid-template-columns: 1fr; }
    .rate-card { padding: 28px; }
    .final-cta-inner { display: block; }
    .final-cta .button { width: 100%; margin-top: 25px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { display: block; padding-bottom: 68px; }
    .footer-bottom span { display: block; margin-top: 5px; }
    .call-dialog-inner { padding: 28px 20px 22px; }
    .call-dialog h2 { font-size: 1.8rem; }
    .call-option { min-height: 88px; justify-content: center; }
    .call-option strong { font-size: 1.18rem; }
    .mobile-call-bar { position: fixed; z-index: 60; right: 10px; bottom: 10px; left: 10px; display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 0 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: rgba(50,24,63,.96); box-shadow: 0 15px 45px rgba(26,10,33,.3); text-decoration: none; font-weight: 850; backdrop-filter: blur(10px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
