:root {
    --bg: #f4efe7;
    --bg-accent: #e7d8c4;
    --surface: rgba(255, 250, 243, 0.78);
    --surface-strong: #fff8ef;
    --ink: #1d2a26;
    --muted: #4d5d59;
    --line: rgba(29, 42, 38, 0.12);
    --gold: #b8822f;
    --gold-deep: #8d6120;
    --green: #25453d;
    --shadow: 0 24px 80px rgba(24, 36, 32, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(184, 130, 47, 0.26), transparent 28%),
        radial-gradient(circle at right 18%, rgba(37, 69, 61, 0.16), transparent 24%),
        linear-gradient(180deg, #fbf7f0 0%, var(--bg) 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.page-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1rem 0 3rem;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 0 2rem;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 6rem -8rem auto auto;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgba(184, 130, 47, 0.18);
    filter: blur(12px);
}

.topbar,
.hero-grid,
.section,
.site-footer {
    position: relative;
    z-index: 1;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4.5rem;
}

.topbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-kicker,
.eyebrow,
.panel-label,
.service-index {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 800;
}

.brand-kicker,
.eyebrow,
.service-index {
    color: var(--gold-deep);
}

.brand-name {
    font-size: 1rem;
    font-weight: 700;
}

.pill-link,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.pill-link {
    padding: 0.85rem 1.25rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
}

.pill-link:hover,
.button:hover {
    transform: translateY(-1px);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
}

.hero-copy,
.hero-panel,
.service-card,
.quote-card,
.contact-card {
    animation: fade-up 700ms ease both;
}

.hero-copy h1,
.section-heading h2,
.contact-card h2 {
    margin: 0;
    font-family: "DM Serif Display", serif;
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(3.4rem, 8vw, 6.6rem);
}

.lede {
    max-width: 41rem;
    margin: 1.4rem 0 0;
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--muted);
}

.hero-price {
    max-width: 40rem;
    margin: 1rem 0 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(184, 130, 47, 0.24);
    border-radius: 1.1rem;
    background: rgba(255, 249, 239, 0.76);
    font-size: 1rem;
    line-height: 1.65;
}

.hero-price strong {
    font-size: 1.2rem;
    color: var(--green);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.button {
    min-height: 3.3rem;
    padding: 0.85rem 1.4rem;
    font-weight: 700;
}

.button-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #d9a047 100%);
    color: #1a1307;
    box-shadow: 0 18px 35px rgba(184, 130, 47, 0.2);
}

.button-secondary {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
}

.hero-metrics,
.hero-panel ul,
.service-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.3rem;
}

.hero-metrics li {
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10px);
}

.hero-metrics strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.55rem;
    font-weight: 800;
}

.hero-metrics span,
.service-card p,
.benefit-grid p,
.contact-note,
.site-footer,
.hero-panel li,
.quote-meta {
    color: var(--muted);
    line-height: 1.65;
}

.hero-panel {
    display: grid;
    gap: 1rem;
}

.panel-card,
.service-card,
.benefit-grid article,
.roadmap-card,
.bundle-banner,
.calculator-card,
.quote-card,
.contact-card {
    border: 1px solid rgba(29, 42, 38, 0.08);
    border-radius: 1.6rem;
    background: var(--surface);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.panel-card {
    padding: 1.45rem;
}

.panel-value {
    margin: 0.5rem 0 0;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 700;
}

.hero-panel ul {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.section {
    margin-top: 4rem;
}

.section-heading {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 1.8rem;
}

.section-heading h2,
.contact-card h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.service-grid,
.benefit-grid {
    display: grid;
    gap: 1.2rem;
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.service-menu-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.7rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    font-weight: 700;
}

.service-card {
    padding: 1.8rem;
}

.service-card h3,
.benefit-grid h3 {
    margin: 0.65rem 0 0;
    font-size: 1.5rem;
}

.service-card ul {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.service-card li,
.hero-panel li {
    position: relative;
    padding-left: 1.15rem;
}

.service-card li::before,
.hero-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gold);
}

.benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid article {
    padding: 1.5rem;
    background: rgba(255, 249, 239, 0.88);
}

.bundle-banner {
    margin-top: 1.4rem;
    padding: 1.5rem;
    background:
        linear-gradient(135deg, rgba(37, 69, 61, 0.94), rgba(184, 130, 47, 0.24)),
        rgba(255, 249, 239, 0.88);
    color: #f8f2e9;
}

.bundle-banner h3 {
    margin: 0.4rem 0 0.6rem;
    font-size: 1.6rem;
}

.bundle-banner p:last-child {
    margin: 0;
    color: rgba(248, 242, 233, 0.82);
}

.roadmap-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    gap: 1.2rem;
    align-items: end;
    padding: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 249, 239, 0.98), rgba(231, 216, 196, 0.72)),
        var(--surface);
}

.roadmap-copy {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 1.02rem;
}

.roadmap-actions {
    display: grid;
    gap: 1rem;
    justify-items: start;
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 1.3rem;
}

.calculator-card {
    display: grid;
    gap: 0.9rem;
    padding: 1.5rem;
    background: rgba(255, 249, 239, 0.9);
}

.calculator-card h3 {
    margin: 0;
    font-size: 1.35rem;
}

.calculator-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.calculator-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2.4rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.68);
    font-weight: 700;
}

.turnaround-grid,
.dashboard-layout,
.dashboard-grid,
.gauge-row,
.freedom-grid {
    display: grid;
    gap: 1.2rem;
}

.turnaround-grid,
.calculator-grid,
.freedom-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.dashboard-grid,
.gauge-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.turnaround-card,
.dashboard-card,
.owner-life-card,
.integration-strip,
.comparison-table-wrap,
.freedom-math,
.freedom-box {
    border: 1px solid rgba(29, 42, 38, 0.08);
    border-radius: 1.6rem;
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.turnaround-card,
.owner-life-card,
.integration-strip,
.comparison-table-wrap,
.freedom-math {
    padding: 1.6rem;
    background: rgba(255, 249, 239, 0.9);
}

.turnaround-card {
    display: grid;
    gap: 0.9rem;
}

.turnaround-card h3,
.owner-life-card h3 {
    margin: 0;
    font-size: 1.45rem;
}

.turnaround-card p,
.owner-life-card p,
.integration-strip p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.turnaround-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.turnaround-card li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--muted);
}

.turnaround-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gold);
}

.badge-card {
    background:
        linear-gradient(180deg, rgba(37, 69, 61, 0.06), rgba(255, 249, 239, 0.9)),
        rgba(255, 249, 239, 0.9);
}

.execution-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(184, 130, 47, 0.4);
    background:
        linear-gradient(135deg, rgba(184, 130, 47, 0.92), rgba(232, 200, 129, 0.92)),
        rgba(255, 249, 239, 0.9);
    color: #3d2c0f;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(184, 130, 47, 0.18);
}

.dashboard-card {
    padding: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(43, 128, 195, 0.18), transparent 26%),
        linear-gradient(180deg, #10201e 0%, #152926 100%);
    color: #eef8f5;
}

.dashboard-topbar {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.dashboard-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.dashboard-metric,
.gauge-card {
    padding: 1rem;
    border: 1px solid rgba(173, 255, 235, 0.12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-metric p,
.dashboard-metric span,
.gauge-card p {
    margin: 0;
    color: rgba(238, 248, 245, 0.76);
}

.dashboard-metric strong {
    display: block;
    margin: 0.35rem 0;
    font-size: 1.9rem;
    color: #b6ffe8;
    text-shadow: 0 0 18px rgba(68, 207, 255, 0.16);
}

.gauge-card {
    justify-items: center;
    text-align: center;
}

.gauge {
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    margin-bottom: 0.65rem;
    border-radius: 50%;
    border: 9px solid rgba(67, 212, 255, 0.2);
    border-top-color: #4ed9c7;
    border-right-color: #6ab6ff;
    color: #f2fffb;
    font-weight: 800;
    box-shadow: inset 0 0 22px rgba(78, 217, 199, 0.1);
}

.gauge-alt {
    border-top-color: #ffd169;
    border-right-color: #60ffcb;
}

.owner-portrait {
    position: relative;
    min-height: 220px;
    border-radius: 1.3rem;
    background:
        radial-gradient(circle at 28% 30%, rgba(255, 255, 255, 0.88), transparent 14%),
        linear-gradient(180deg, rgba(231, 216, 196, 0.86), rgba(255, 249, 239, 0.98));
    overflow: hidden;
}

.owner-portrait-circle {
    position: absolute;
    inset: auto auto 0.8rem 1.2rem;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 240, 214, 0.95), rgba(212, 181, 140, 0.96) 38%, rgba(143, 108, 70, 0.96) 39%, rgba(143, 108, 70, 0.96) 100%);
    filter: drop-shadow(0 16px 30px rgba(24, 36, 32, 0.14));
}

.owner-portrait-card {
    position: absolute;
    top: 1rem;
    right: 1rem;
    min-width: 160px;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(16, 32, 30, 0.88);
    color: #c0ffeb;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(16, 32, 30, 0.18);
}

.comparison-table-wrap table {
    margin-top: 0;
}

.freedom-box {
    display: grid;
    gap: 0.4rem;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.72);
}

.freedom-box p,
.freedom-box span {
    margin: 0;
    color: var(--muted);
}

.freedom-box strong {
    font-size: 1.8rem;
}

.freedom-box-highlight {
    background:
        linear-gradient(135deg, rgba(184, 130, 47, 0.16), rgba(37, 69, 61, 0.08)),
        rgba(255, 255, 255, 0.78);
}

.quote-card {
    padding: 2rem;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(37, 69, 61, 0.94), rgba(21, 32, 29, 0.94)),
        rgba(37, 69, 61, 0.94);
    color: #fef6ea;
}

.quote-text {
    margin: 0;
    font-family: "DM Serif Display", serif;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.2;
}

.quote-meta {
    margin-top: 1rem;
    color: rgba(254, 246, 234, 0.76);
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 1.2rem;
    padding: 1.8rem;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 249, 239, 0.96), rgba(244, 239, 231, 0.9));
}

.contact-actions {
    display: grid;
    gap: 0.9rem;
    justify-items: start;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0 0.5rem;
    font-size: 0.94rem;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .hero-grid,
    .service-grid,
    .benefit-grid,
    .turnaround-grid,
    .roadmap-card,
    .calculator-grid,
    .dashboard-layout,
    .dashboard-grid,
    .gauge-row,
    .freedom-grid,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        max-width: 12ch;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .site-footer,
    .topbar,
    .topbar-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .page-shell {
        width: min(100% - 1.2rem, 100%);
    }

    .hero {
        padding-top: 0.5rem;
    }

    .topbar {
        margin-bottom: 3rem;
    }

    .hero-copy h1 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .panel-value,
    .service-card h3,
    .benefit-grid h3,
    .turnaround-card h3,
    .calculator-card h3,
    .owner-life-card h3 {
        font-size: 1.3rem;
    }

    .quote-card,
    .contact-card,
    .service-card,
    .benefit-grid article,
    .turnaround-card,
    .dashboard-card,
    .owner-life-card,
    .comparison-table-wrap,
    .freedom-math {
        border-radius: 1.2rem;
    }

    .comparison-table-wrap {
        overflow-x: auto;
    }
}
