.pricing-public-page {
    background: #f4f1ed;
    color: var(--navy);
}

.pricing-public-page main {
    padding-top: 104px;
}

.pricing-hero {
    padding: 72px 0 58px;
    overflow: hidden;
}

.pricing-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
    gap: 70px;
    align-items: center;
}

.pricing-kicker,
.pricing-step-heading > span,
.pricing-results-heading > span,
.pricing-lead-copy > span,
.pricing-lead-success > span {
    display: inline-block;
    color: var(--copper);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.pricing-hero h1 {
    max-width: 760px;
    margin: 14px 0 0;
    font-size: clamp(2.65rem, 5.8vw, 5.4rem);
    line-height: .98;
}

.pricing-hero-copy {
    max-width: 720px;
    margin: 24px 0 30px;
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.75;
}

.pricing-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    background: var(--copper);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.pricing-primary-link:hover {
    background: var(--copper-strong);
}

.pricing-hero-note {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.pricing-hero-card {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(183, 122, 74, .24);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(35, 58, 87, .10);
}

.pricing-hero-card::before {
    content: "";
    position: absolute;
    inset: -28px auto auto -32px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(183, 122, 74, .12);
    filter: blur(2px);
    z-index: -1;
}

.pricing-hero-card > span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pricing-hero-card ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.pricing-hero-card li {
    padding: 16px;
    border-radius: 16px;
    background: #f7f4f0;
}

.pricing-hero-card strong,
.pricing-hero-card small {
    display: block;
}

.pricing-hero-card strong {
    font-size: 16px;
}

.pricing-hero-card small {
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.45;
}

.pricing-calculator-section {
    padding: 28px 0 88px;
}

.pricing-calculator-shell,
.pricing-results {
    border: 1px solid rgba(35, 58, 87, .10);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(35, 58, 87, .08);
}

.pricing-calculator-shell {
    padding: clamp(22px, 5vw, 48px);
}

.pricing-progress-wrap {
    margin-bottom: 38px;
}

.pricing-progress-copy {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.pricing-progress {
    height: 7px;
    overflow: hidden;
    border-radius: 99px;
    background: #ece7e1;
}

.pricing-progress span {
    display: block;
    width: 33.333%;
    height: 100%;
    border-radius: inherit;
    background: var(--copper);
    transition: width .3s ease;
}

.pricing-step-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.pricing-step-heading h2,
.pricing-results-heading h2,
.pricing-info-section h2,
.pricing-faq-section h2 {
    margin: 8px 0 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
}

.pricing-step-heading p,
.pricing-results-heading p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.pricing-fields-grid,
.pricing-lead-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.pricing-field {
    display: grid;
    gap: 8px;
}

.pricing-field > span {
    font-size: 13px;
    font-weight: 800;
}

.pricing-field em {
    color: var(--muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
}

.pricing-field input,
.pricing-field select {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    border: 1px solid #d8d1c8;
    border-radius: 13px;
    background: #fff;
    color: var(--navy);
    font: inherit;
    font-size: 16px;
    outline: none;
    padding: 0 14px;
    transition: border-color .2s, box-shadow .2s;
}

.pricing-field input:focus,
.pricing-field select:focus {
    border-color: var(--copper);
    box-shadow: 0 0 0 3px rgba(183, 122, 74, .13);
}

.pricing-field small {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.45;
}

.pricing-range-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 14px;
    align-items: center;
    min-height: 50px;
}

.pricing-range-line input {
    min-height: auto;
    padding: 0;
    accent-color: var(--copper);
}

.pricing-range-line output {
    padding: 9px;
    border-radius: 10px;
    background: #f4efe9;
    font-weight: 800;
    text-align: center;
}

.pricing-disclaimer {
    margin-top: 24px;
    padding: 15px 17px;
    border: 1px solid #eadbcf;
    border-radius: 14px;
    background: #fbf6f1;
    color: #74533b;
    font-size: 12px;
    line-height: 1.55;
}

.pricing-step-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 34px;
}

.pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    box-sizing: border-box;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.pricing-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.pricing-button-primary {
    background: var(--copper);
    color: #fff;
}

.pricing-button-primary:hover:not(:disabled) {
    background: var(--copper-strong);
}

.pricing-button-secondary {
    border: 1px solid #d7cec4;
    background: #fff;
    color: var(--navy);
}

.pricing-button-wide {
    width: 100%;
}

.pricing-form-message {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eef8f1;
    color: #27633a;
    font-size: 13px;
    line-height: 1.5;
}

.pricing-form-message.is-error {
    background: #fff0ef;
    color: #a42f28;
}

.pricing-results {
    margin-top: 30px;
    padding: clamp(22px, 5vw, 48px);
}

.pricing-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.pricing-result-card {
    min-height: 170px;
    padding: 24px;
    border: 1px solid #e2dcd5;
    border-radius: 20px;
    background: #faf8f5;
}

.pricing-result-card.is-primary {
    border-color: var(--copper);
    background: var(--navy);
    color: #fff;
}

.pricing-result-card span,
.pricing-result-card strong,
.pricing-result-card small {
    display: block;
}

.pricing-result-card span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    opacity: .72;
}

.pricing-result-card strong {
    margin-top: 18px;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.pricing-result-card small {
    margin-top: 12px;
    color: inherit;
    line-height: 1.45;
    opacity: .7;
}

.pricing-gap-card {
    margin-top: 18px;
    padding: 20px 22px;
    border-radius: 18px;
    background: #f2e7dc;
}

.pricing-gap-card span,
.pricing-gap-card strong {
    display: block;
}

.pricing-gap-card span {
    color: #80583a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing-gap-card strong {
    margin-top: 4px;
    font-size: 28px;
}

.pricing-gap-card p {
    margin: 8px 0 0;
    color: #694d39;
}

.pricing-result-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 40px;
    margin-top: 28px;
    padding: 28px;
    border-radius: 22px;
    background: #f7f4f0;
}

.pricing-result-detail h3,
.pricing-lead-copy h3,
.pricing-lead-success h3 {
    margin: 0;
    font-size: 25px;
}

.pricing-result-detail p,
.pricing-lead-copy p,
.pricing-lead-success p {
    color: var(--muted);
    line-height: 1.65;
}

.pricing-result-detail dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.pricing-result-detail dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ded7cf;
}

.pricing-result-detail dt {
    color: var(--muted);
}

.pricing-result-detail dd {
    margin: 0;
    font-weight: 800;
}

.pricing-lead-panel {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 42px;
    margin-top: 28px;
    padding: clamp(22px, 4vw, 38px);
    border-radius: 24px;
    background: var(--navy);
    color: #fff;
}

.pricing-lead-copy p,
.pricing-lead-success p {
    color: rgba(255, 255, 255, .72);
}

.pricing-lead-panel .pricing-field > span {
    color: #fff;
}

.pricing-lead-panel .pricing-field input {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .98);
}

.pricing-consent {
    display: flex;
    gap: 10px;
    margin: 18px 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.5;
}

.pricing-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    accent-color: var(--copper);
}

.pricing-honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.pricing-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.pricing-info-section,
.pricing-faq-section {
    padding: 88px 0;
}

.pricing-info-section {
    background: #fff;
}

.pricing-info-section h2 {
    max-width: 850px;
}

.pricing-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.pricing-info-grid article {
    padding: 25px;
    border: 1px solid #e1d9d0;
    border-radius: 20px;
    background: #faf8f5;
}

.pricing-info-grid strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--copper);
    color: #fff;
}

.pricing-info-grid h3 {
    margin: 18px 0 0;
    font-size: 23px;
}

.pricing-info-grid p {
    margin: 9px 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 70px;
}

.pricing-faq-section details {
    padding: 20px 0;
    border-bottom: 1px solid #dcd4cb;
}

.pricing-faq-section summary {
    cursor: pointer;
    font-weight: 800;
}

.pricing-faq-section details p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.pricing-unavailable {
    min-height: 60vh;
    padding: 100px 0;
    text-align: center;
}

@media (max-width: 860px) {
    .pricing-public-page main {
        padding-top: 94px;
    }

    .pricing-hero {
        padding-top: 42px;
    }

    .pricing-hero-grid,
    .pricing-result-detail,
    .pricing-lead-panel,
    .pricing-faq-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pricing-result-grid,
    .pricing-info-grid {
        grid-template-columns: 1fr;
    }

    .pricing-result-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .pricing-fields-grid,
    .pricing-lead-grid {
        grid-template-columns: 1fr;
    }

    .pricing-calculator-shell,
    .pricing-results {
        border-radius: 22px;
    }

    .pricing-step-actions,
    .pricing-success-actions {
        flex-direction: column;
    }

    .pricing-button {
        width: 100%;
    }
}

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