/* --- HERO VENDA: imagem + texto --- */
.bottom-hero-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2.5rem;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.bottom-visual {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 260px;
}
.bottom-visual img {
    max-width: 340px;
    width: 100%;
    border-radius: 18px;
    border: 1px solid #ccb79a;
    background: #fff;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
}
.bottom-copy {
    text-align: left;
}
.bottom-copy h2 {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 400;
    margin: 0 0 1.2rem;
    line-height: 1.13;
}
.bottom-copy .line-gold {
    color: var(--gold);
}
.bottom-copy ul {
    margin: 1.2rem 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.bottom-copy li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.18rem;
    color: #1d1812;
}
.bottom-copy li i {
    color: var(--gold);
    font-size: 1.3em;
}

/* --- 3 COLUNAS ABAIXO DO HERO --- */
.bottom-cta-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.2rem;
    align-items: start;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.bottom-cta-3col > * {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.checkout-card, .checkout-payment-accordion, .quick-access-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.checkout-card,
.checkout-payment-accordion,
.quick-access-card {
    background: #faf7f2;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.checkout-card {
    grid-column: 1 / 3; /* Spanning across two columns */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.2rem;
    padding: 1.5rem;
    background: #faf7f2;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
}
.checkout-card button {
    margin-top: auto; /* Pushes the button to the bottom of the form */
}
.checkout-payment-accordion {
    gap: 1.1rem;
}
.quick-access-card {
    min-width: 220px;
    height: 100%;
    justify-content: flex-start;
}
/* --- NOVO CHECKOUT 3 COLUNAS --- */
.bottom-cta-3col {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.2rem;
    align-items: flex-start;
    margin-top: 0;
    padding: 1.1rem 0 1.9rem;
}

.bottom-visual {
    grid-column: 1 / 2;
}

/* --- CORREÇÃO CHECKOUT 2 COLUNAS --- */
/* --- CHECKOUT 3 COLUNAS --- */
.bottom-cta-3col {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 0.9fr;
    gap: 2.2rem;
    align-items: stretch;
    margin-top: 0;
    padding: 1.1rem 0 1.9rem;
}
.bottom-visual {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.bottom-visual img {
    max-width: 260px;
    border-radius: 18px;
    border: 1px solid #ccb79a;
    background: #fff;
    margin-bottom: 1.1rem;
}
.bottom-copy {
    text-align: left;
    margin-top: 0.5rem;
}
.bottom-copy h2 {
    font-size: clamp(1.3rem, 2.2vw, 2.1rem);
    margin: 0 0 0.7rem;
}
.bottom-copy ul {
    margin: 0.5rem 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.bottom-copy li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.04rem;
    color: #1d1812;
}
.bottom-copy li i {
    color: var(--gold);
    font-size: 1.2em;
}
.checkout-card-2col {
    grid-column: 2 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #faf7f2;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    gap: 1.2rem;
    align-items: stretch;
}
.quick-access-card {
    grid-column: 3 / 4;
    background: #faf7f2;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
    padding: 1.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 220px;
    height: 100%;
}
    @media (max-width: 900px) {
        .bottom-cta-3col {
            grid-template-columns: 1fr;
            gap: 1.2rem;
        }
        .checkout-card-2col {
            grid-template-columns: 1fr;
            padding: 1.2rem 0.7rem;
        }
        .quick-access-card {
            min-width: 0;
            width: 100%;
            justify-content: stretch;
        }
    }

.accordion-toggle {
    width: 100%;
    background: #f5f1eb;
    border: 1px solid #ccb79a;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font-size: 1.08rem;
    font-weight: 700;
    color: #a66a22;
    cursor: pointer;
    margin-bottom: 0.3rem;
    text-align: left;
    transition: background 0.2s;
}
.accordion-toggle[aria-expanded="true"] {
    background: #e8dac6;
}
.accordion-panel {
    background: rgba(245, 241, 235, 0.94);
    border-radius: 8px;
    border: 1px solid #e2d3b8;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.cc-form-title {
    margin: 0 0 0.45rem;
    color: #5d503f;
    font-size: 0.9rem;
    font-weight: 700;
}

#cc-panel {
    display: block;
}

#cc-panel {
    position: relative;
    overflow: hidden;
}

#cc-panel > * {
    max-height: 1000px;
    overflow: hidden;
    transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.32s ease, margin 0.32s ease, padding 0.32s ease, border-width 0.32s ease;
}

#cc-panel.is-processing > *:not(.cc-processing-state),
#cc-panel.is-status-success > *:not(.cc-processing-state),
#cc-panel.is-status-error > *:not(.cc-processing-state) {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.cc-processing-state {
    min-height: 0;
    border: 1px solid #e2d3b8;
    border-radius: 12px;
    background: #fffaf2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    animation: cc-fade-in 0.3s ease forwards;
}

.cc-loading-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #ead8c0;
    border-top-color: var(--gold);
    border-radius: 999px;
    animation: cc-spin 0.85s linear infinite;
}

.cc-status-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #3f3427;
}

.cc-status-message {
    margin: 0;
    color: #4e4336;
    line-height: 1.45;
}

.cc-status-link {
    margin-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 0.62rem 0.9rem;
}

.cc-processing-state.is-error {
    border-color: #e3b5ac;
    background: #fff6f3;
}

@keyframes cc-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cc-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#cc-panel > * + * {
    margin-top: 0.7rem;
}

#cc-panel .cc-field-label {
    display: block;
    color: #5d503f;
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0;
}

#cc-panel .cc-field-label + input,
#cc-panel .cc-field-label + select {
    margin-top: 0.35rem;
}

#cc-panel input,
#cc-panel select {
    width: 100%;
}

#cc-panel .cc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "expiryLabel cvvLabel"
        "expiry cvv";
    column-gap: 0.7rem;
    row-gap: 0.35rem;
}

#cc-panel .cc-form-row input {
    margin-top: 0;
}

#cc-panel .cc-form-row label[for="cc-expiry"] {
    grid-area: expiryLabel;
}

#cc-panel .cc-form-row label[for="cc-cvv"] {
    grid-area: cvvLabel;
}

#cc-panel .cc-form-row #cc-expiry {
    grid-area: expiry;
}

#cc-panel .cc-form-row #cc-cvv {
    grid-area: cvv;
}

.cc-pay-button {
    width: 100%;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 0.72rem 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 10px rgba(141, 87, 25, 0.25);
}

.cc-pay-button:hover {
    filter: brightness(1.03);
}

.billing-address-title {
    margin: 0.9rem 0 0.2rem;
    padding-top: 0.75rem;
    color: #5d503f;
    font-size: 0.86rem;
    font-weight: 700;
}

.billing-address-title::before {
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto 0.7rem;
    border-top: 1px solid #ccb79a;
}

.cc-total-charge {
    margin: 0;
    color: #3f3427;
    font-size: 0.96rem;
    font-weight: 700;
}

.pix-loading {
    color: #a66a22;
    font-weight: 700;
    text-align: center;
    padding: 1.2rem 0;
}
.pix-qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    min-height: 180px;
}

.pix-qrcode .pix-helper-text {
    margin: 0;
    color: #5d503f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.pix-qrcode .pix-helper-text + .pix-helper-text {
    margin-top: 0.7rem;
}
.quick-access-card {
    grid-column: 4 / 5;
    background: #faf7f2;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(47,26,4,0.04);
    padding: 1.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 260px;
}
.quick-access-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.quick-access-title {
    margin: 0;
    color: #7f5420;
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    line-height: 1.25;
}

.quick-access-text {
    margin: 0;
    color: #5d503f;
    font-size: 1.12rem;
    line-height: 1.5;
}

.quick-access-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid #d9c5ac;
    margin: 0.6rem 0 0;
}

.quick-support-title {
    margin-top: 0.2rem;
    font-weight: 400;
    text-align: left;
}

.quick-support-text {
    margin-top: -0.1rem;
    text-align: center;
}

.quick-support-email {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #7f5420;
    font-weight: 700;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --bg: #f5f1eb;
    --paper: #fbf8f3;
    --ink: #14120f;
    --muted: #605648;
    --gold: #a66a22;
    --gold-dark: #8d5719;
    --line: #ded4c6;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Libre Baskerville', serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 16% 4%, #f7f2ea 0%, #f5f1eb 34%, #f2ede5 100%);
}

body.client-area {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.admin-area {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.client-area .panel-wrap {
    flex: 1;
}

body.admin-area .panel-wrap {
    flex: 1;
}

body.client-area .site-footer {
    margin-top: auto;
}

body.admin-area .site-footer {
    margin-top: auto;
}

body.client-area .download-ebook-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #b5762a, #d29a43);
    color: #fff8ef;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(151, 99, 28, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.client-area .download-ebook-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(151, 99, 28, 0.34);
    filter: brightness(1.03);
}

body.client-area .download-ebook-cta i {
    font-size: 1.1rem;
}

body.admin-area .panel h1,
body.admin-area .panel h2,
body.admin-area .panel h3,
body.admin-area .panel .stats-grid strong,
body.admin-area .panel th {
    color: #a66a22;
}

body.admin-area .panel h1,
body.admin-area .panel h2,
body.admin-area .panel h3 {
    margin-bottom: 0.9rem;
}

body.admin-area .panel i {
    color: #a66a22;
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400;
}

.container {
    width: min(1320px, 92vw);
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(245, 241, 235, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}

.nav-shell {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.logo {
    width: auto;
    height: 56px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.menu a {
    position: relative;
    text-decoration: none;
    color: #12110e;
    font-size: 1rem;
    line-height: 1;
}

.menu a.active::after,
.menu a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 34px;
    height: 2px;
    background: var(--gold);
}

.nav-cta {
    text-decoration: none;
    padding: 0.9rem 1.5rem;
    border-radius: 12px;
    font-size: 1.06rem;
    color: #fff;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
}

.landing-page {
    padding-top: 1.6rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 1rem 2.2rem;
    align-items: stretch;
    padding-top: 1rem;
}

.hero-copy {
    display: grid;
    justify-items: center;
}

.kicker {
    margin: 0 0 1.4rem;
    color: var(--gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

.hero-title {
    display: grid;
    justify-items: center;
    gap: 0.06em;
    line-height: 0.95;
    margin-bottom: 1.2rem;
    width: fit-content;
}

.hero-title .line-dark,
.hero-title .line-gold {
    display: block;
    font-size: clamp(2.2rem, 7.8vw, 5.1rem);
    letter-spacing: 0.02em;
    text-align: center;
}

.hero-title .line-dark {
    color: #0f0d0a;
}

.hero-title .line-gold {
    color: var(--gold);
}

.hero-title .line-para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    color: #231f19;
    font-size: clamp(1.1rem, 2.3vw, 2.55rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-title .line-para::before,
.hero-title .line-para::after {
    content: '';
    width: 88px;
    border-top: 1px solid #caa66e;
}

.subtitle {
    max-width: 520px;
    font-size: clamp(1.02rem, 1.3vw, 1.38rem);
    line-height: 1.34;
    margin: 0;
    color: #1f1a14;
    text-align: center;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2.1rem;
    border-top: 1px solid var(--line);
}

.trust-grid article {
    text-align: center;
    padding: 1.3rem 1rem 0;
    border-right: 1px solid var(--line);
}

.trust-grid article:last-child {
    border-right: 0;
}

.trust-grid i {
    color: var(--gold);
    font-size: 2.4rem;
}

.trust-grid p {
    margin: 0.85rem 0 0;
    color: #24201a;
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero-visual {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 775px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-stage {
    position: absolute;
    inset: 8% 0 8% 0;
    border-radius: 32px;
}

.hero-visual::before {
    content: none;
}

.hero-visual img {
    position: relative;
    z-index: 2;
    width: 775px;
    max-width: 100%;
    object-fit: contain;
    object-position: center top;
    filter: none;
}

.benefits-board {
    margin-top: 1.8rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(251, 247, 240, 0.8);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.benefits-board article {
    text-align: center;
    padding: 1.9rem 1.1rem 1.5rem;
    border-right: 1px solid var(--line);
}

.benefits-board article:last-child {
    border-right: 0;
}

.benefits-board i {
    color: var(--gold);
    font-size: 2.7rem;
}

.benefits-board h3 {
    margin: 1.1rem 0 0.35rem;
    font-size: 1.15rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.benefits-board p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.34;
    color: #25211a;
}

.about-grid {
    margin-top: 2.1rem;
    display: grid;
    gap: 2.2rem;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.section-label {
    margin: 0 0 0.7rem;
    color: var(--gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    font-weight: 700;
}

.about-copy h2 {
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    line-height: 1.04;
    margin-bottom: 1rem;
}

.about-copy h2 span {
    color: var(--gold);
}

.about-copy {
    min-height: 600px;
}

.about-copy p {
    font-size: 1.12rem;
    line-height: 1.9;
    color: #1d1812;
    margin: 0 0 1rem;
}

.about-photo {
    width: min(100%, 480px);
    justify-self: center;
    border-radius: 26px;
    overflow: hidden;
    height: 600px;
    max-height: 600px;
    border: 1px solid #ccb496;
    background: linear-gradient(160deg, #b98a5f, #caa57e);
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quote-box {
    margin-top: 1.65rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(252, 249, 244, 0.92);
}

.quote-box p {
    margin: 0;
    text-align: center;
    padding: 1.4rem 1.2rem;
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.45;
}

.quote-box i {
    color: var(--gold);
    font-size: 1.8em;
}

.newsletter-box {
    margin-top: 1rem;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(252, 249, 244, 0.92);
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 1.4rem;
    align-items: center;
    padding: 1.4rem;
}

.newsletter-copy h3 {
    margin: 0.15rem 0 0.55rem;
    font-size: clamp(1.2rem, 1.9vw, 1.75rem);
}

.newsletter-copy p {
    margin: 0;
    line-height: 1.55;
}

.newsletter-form {
    display: grid;
    gap: 0.5rem;
}

.newsletter-form label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #5d503f;
}

.newsletter-form input {
    width: 100%;
}

.newsletter-form button {
    margin-top: 0.4rem;
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
    padding: 0.72rem 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 10px rgba(141, 87, 25, 0.25);
    cursor: pointer;
}

.newsletter-form button:hover {
    filter: brightness(1.03);
}

.bottom-cta {
    margin-top: 0;
    display: grid;
    grid-template-columns: 0.88fr 1.08fr;
    grid-template-areas:
        'visual copy'
        'card card';
    gap: 1.5rem;
    align-items: center;
    padding: 1.1rem 0 1.9rem;
}

.bottom-visual {
    grid-area: visual;
    height: 550px;
    width: fit-content;
    max-width: 100%;
    justify-self: center;
    display: flex;
    align-items: end;
    justify-content: center;
    background: linear-gradient(155deg, #f7f2ea 0%, #e8dac6 100%);
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #ccb496;
}

.bottom-visual img {
    height: 550px;
    width: auto;
    max-width: 100%;
    border-radius: 26px;
}

.bottom-copy {
    grid-area: copy;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.65rem;
}

.bottom-copy .section-label {
    margin: 0;
}

.bottom-copy h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.75rem);
    line-height: 1.3;
    margin: 0;
}

.bottom-copy h2 span {
    color: var(--gold);
}

.bottom-copy ul {
    list-style: none;
    padding: 0;
    margin: 0.35rem 0 0;
    display: grid;
    gap: 0.95rem;
}

.bottom-copy li {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    font-size: 1.12rem;
    line-height: 1.5;
}

.bottom-copy li i {
    color: var(--gold);
    font-size: 1.47rem;
}

#garanta.bottom-cta-hero {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#garanta .bottom-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
}

#garanta .bottom-visual {
    grid-area: auto;
    grid-column: auto;
    height: auto;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: 0;
    padding: 0;
}

#garanta .bottom-visual img {
    display: block;
    width: min(100%, 340px);
    height: auto;
    max-width: 100%;
    margin: 0;
    border-radius: 18px;
    border: 1px solid #ccb79a;
}

#garanta .bottom-copy {
    grid-area: auto;
    grid-column: auto;
    height: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    text-align: left;
    margin: 0;
}

#garanta .bottom-copy h2 {
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    line-height: 1.1;
    margin: 0;
}

#garanta .bottom-copy ul {
    margin: 0.75rem 0 0;
    gap: 0.9rem;
}

@media (max-width: 900px) {
    #garanta .bottom-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    #garanta .bottom-visual {
        order: 1;
        justify-self: center;
    }

    #garanta .bottom-copy {
        order: 2;
    }
}

#cta.bottom-cta-3col {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    max-width: 1320px;
    margin: 0 auto 2.5rem;
    padding: 0;
}

#cta.bottom-cta-3col > * {
    min-height: 0;
    max-width: none;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
}

#cta .checkout-main-card {
    border: 1px solid #ccb79a;
    border-radius: 16px;
    background: #faf7f2;
    box-shadow: 0 2px 8px rgba(47, 26, 4, 0.04);
    padding: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

#cta .checkout-main-cta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

#cta .checkout-main-cta button {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
    letter-spacing: 0.02em;
}

#cta .checkout-main-cta button.is-loading,
#cta .checkout-main-cta button:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

#cta .checkout-card,
#cta .checkout-payment-accordion,
#cta .quick-access-card {
    min-width: 0;
    grid-area: auto;
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    align-self: start;
}
.checkout-card {
    grid-area: card;
    width: 100%;
    border: 1px solid #ccb79a;
    border-radius: 16px;
    background: #faf7f2;
    padding: 1rem;
}

#cta .checkout-main-card .checkout-card,
#cta .checkout-main-card .checkout-payment-accordion {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.checkout-tag {
    margin: 0;
    color: #7f5420;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
}

.checkout-payment-title {
    margin: 0 0 0.5rem;
    color: #7f5420;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.price-line {
    margin: 0.55rem 0 0;
    font-size: clamp(2rem, 2.4vw, 2.6rem);
    color: var(--gold);
    font-weight: 700;
    line-height: 1.02;
}

.price-line small {
    display: block;
    font-size: 0.95rem;
    color: var(--muted);
    text-decoration: line-through;
    font-weight: 400;
}

.installments {
    margin: 0.2rem 0 0.95rem;
    color: #221d17;
    font-size: 0.95rem;
}

.promotion-quantity-notice {
    margin: 0.35rem 0 0.5rem;
    color: #6b5a44;
    font-size: 0.88rem;
    line-height: 1.3;
}

.promotion-time-notice {
    margin: 0.35rem 0 0.5rem;
    color: #6b5a44;
    font-size: 0.88rem;
    line-height: 1.3;
}

.promotion-time-notice strong {
    color: #7f5420;
    font-weight: 700;
}

.checkout-box,
.promo-form,
.quick-access-form {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.pix-fallback-link {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid #c8aa82;
    border-radius: 10px;
    color: #8a571f;
    font-weight: 700;
    text-decoration: none;
    background: #fbf4ea;
}

.pix-fallback-link:hover {
    background: #f4e4cf;
}

.promo-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.promo-field label {
    color: #7f5420;
    font-size: 0.92rem;
    font-weight: 700;
}

.promo-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.promo-field-full {
    width: 100%;
}

.promo-field.is-hidden {
    display: none;
}

.admin-promotions-list {
    margin-top: 1rem;
}

.admin-promo-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.admin-promo-status-form {
    margin: 0;
}

.admin-promo-actions .with-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-promo-edit-icon {
    width: 42px;
    height: 42px;
    padding: 0;
    text-decoration: none;
}

.admin-promo-edit-icon i {
    margin-right: 0;
}

.admin-social-links-card {
    margin-top: 0.6rem;
}

.admin-social-links-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.admin-social-link-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0;
    border: 1px solid #ccb79a;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.admin-social-link-icon {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9c5ac;
    background: #fbf8f3;
    color: #a66a22;
    font-size: 1.2rem;
}

.admin-social-link-row input[type="text"] {
    border: 0;
    border-radius: 0;
    min-width: 0;
}

.admin-social-link-row button {
    border: 0;
    border-radius: 0;
    height: 100%;
    padding: 0.75rem 1.1rem;
    color: #fff;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
}

.admin-social-link-row button i {
    color: inherit;
}

.admin-settings-card {
    margin-top: 0.6rem;
}

.admin-settings-form {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: none;
}

.admin-settings-form input,
.admin-settings-form select,
.admin-settings-form textarea {
    width: 100%;
}

.admin-settings-form label {
    color: #7f5420;
    font-size: 0.92rem;
    font-weight: 700;
}

.admin-settings-form textarea {
    font: inherit;
    border-radius: 10px;
    border: 1px solid #ccb79a;
    padding: 0.7rem 1rem;
    background: #fff;
    resize: vertical;
    min-height: 88px;
}

.admin-settings-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 2px #f7e7d1;
}

.admin-settings-help {
    margin-top: -0.15rem;
    color: #6b5a44;
    font-size: 0.82rem;
}

.admin-settings-favicon-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    align-items: stretch;
}

.admin-settings-favicon-preview,
.admin-settings-og-image-preview,
.admin-settings-static-text {
    border: 1px solid #ccb79a;
    border-radius: 10px;
    background: #fff;
    padding: 0.7rem 1rem;
}

.admin-settings-favicon-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
}

.admin-settings-browser-preview {
    width: 100%;
    max-width: 360px;
    border: 1px solid #d4c2a6;
    border-radius: 12px;
    background: #eceff3;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.admin-settings-browser-toolbar {
    height: 14px;
    background: linear-gradient(180deg, #d7dde6, #c8d0da);
    border-bottom: 1px solid #c0c9d4;
}

.admin-settings-browser-tabs {
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem 0.5rem;
}

.admin-settings-browser-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 120px;
    max-width: 210px;
    margin: 0;
    padding: 0.44rem 0.58rem;
    border: 1px solid #cdd6df;
    border-bottom-color: #c7d0db;
    border-radius: 9px 9px 7px 7px;
    background: #edf1f6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.admin-settings-browser-tab.is-active {
    background: #ffffff;
    border-color: #cbd4df;
    border-bottom-color: #ffffff;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.6);
}

.admin-settings-browser-tab.is-inactive {
    opacity: 0.9;
    filter: saturate(0.9);
}

.admin-settings-browser-tab.is-inactive .admin-settings-browser-title {
    color: #596272;
}

.admin-settings-browser-favicon-placeholder {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #d9dee7, #afb9c7);
    flex: 0 0 16px;
}

.admin-settings-browser-favicon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    object-fit: cover;
    flex: 0 0 16px;
}

.admin-settings-browser-title {
    color: #2f3640;
    font-size: 0.84rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-settings-browser-close {
    border: 0;
    background: transparent;
    color: #6a7482;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 999px;
    padding: 0;
    line-height: 1;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-settings-browser-close:hover {
    background: #dde3ec;
    color: #2f3640;
}

.admin-settings-browser-tab.is-active .admin-settings-browser-close:hover {
    background: #f0f3f8;
}

.admin-settings-og-image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.admin-settings-og-image-preview img {
    max-width: 100%;
    max-height: 96px;
    object-fit: contain;
}

.admin-settings-static-text {
    margin: 0;
    color: #2f291f;
}

.admin-settings-product-fields,
.admin-settings-product-isbn {
    display: none;
}

.admin-settings-product-fields.is-visible,
.admin-settings-product-isbn.is-visible {
    display: block;
}

.checkout-box label {
    color: #5d503f;
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: -0.35rem;
}

.checkout-box input.field-invalid {
    border-width: 2px;
    border-color: #ccb79a;
}

.accordion-panel input.field-invalid,
.accordion-panel select.field-invalid {
    border-width: 2px;
    border-color: #ccb79a;
}

.checkout-box .field-error-message {
    margin-top: -0.35rem;
    font-size: 0.78rem;
    color: #6b5a44;
    line-height: 1.2;
}

.accordion-panel .field-error-message {
    margin-top: -0.2rem;
    font-size: 0.78rem;
    color: #6b5a44;
    line-height: 1.2;
}

.checkout-box .checkout-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 0.2rem;
    font-size: 0.76rem;
    line-height: 1.3;
    color: #6b5a44;
    font-weight: 400;
}

.checkout-box .checkout-consent input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0.12rem 0 0;
    padding: 0;
    border-radius: 4px;
    accent-color: var(--gold);
}

input,
select,
button,
.big-button {
    font: inherit;
    border-radius: 10px;
    border: 1px solid #ccb79a;
    padding: 0.7rem 1rem;
    background: #fff;
    font-size: 1rem;
    transition: border 0.18s;
}
input:focus,
select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 2px #f7e7d1;
}
@media (max-width: 1100px) {
    .bottom-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        text-align: center;
    }
    .bottom-copy {
        text-align: center;
    }
    .bottom-cta-3col {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .bottom-visual img {
        max-width: 220px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .bottom-cta-3col {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    #cta.bottom-cta-3col {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #cta .checkout-main-card {
        order: 1;
    }

    #cta .quick-access-card {
        order: 2;
    }

    #cta .checkout-main-card {
        grid-template-columns: 1fr;
    }

    .bottom-visual,
    .checkout-card-2col,
    .quick-access-card {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }
    .checkout-card-2col {
        grid-template-columns: 1fr;
        padding: 1.2rem 0.7rem;
    }
    .quick-access-card {
        justify-content: stretch;
    }
    .bottom-visual img {
        max-width: 140px;
    }

    .promo-form-row {
        grid-template-columns: 1fr;
    }

    .admin-social-links-list {
        grid-template-columns: 1fr;
    }

    .admin-social-link-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .admin-social-link-row button {
        grid-column: 1 / -1;
    }

    .admin-settings-favicon-row {
        grid-template-columns: 1fr;
    }
}

button,
.big-button,
.nav-cta {
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.checkout-box button,
.checkout-main-cta button {
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
    letter-spacing: 0.02em;
}

button.ghost {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold-dark);
}

.with-icon i {
    margin-right: 0.42rem;
    font-size: 1.5em;
}

.paypal-mark {
    margin: 0.8rem 0 0.7rem;
    text-align: center;
    color: #174ea6;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 700;
}

.site-footer {
    border-top: 1px solid var(--line);
    padding: 1rem 0 1.4rem;
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-shell p {
    margin: 0;
    color: #302a22;
    font-size: 1rem;
}

.social-links {
    display: flex;
    gap: 0.9rem;
}

.social-links a {
    color: #2a241d;
    font-size: 1.4rem;
    text-decoration: none;
}

.social-links i {
    font-size: 2.1rem;
}

.panel-wrap {
    padding: 2rem 0;
}

.panel {
    padding: 1.2rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(47, 26, 4, 0.08);
}

.row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.stats-grid article {
    background: #f9f4ed;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.8rem;
}

.stats-grid article span {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.3rem;
    color: var(--gold);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

th,
td {
    border-bottom: 1px solid var(--line);
    text-align: left;
    padding: 0.75rem;
}

.admin-leads-card {
    margin-top: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f9f4ed;
}

.admin-leads-heading span {
    color: #5d503f;
    font-weight: 700;
}

.admin-leads-filters {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 0.8rem 0 0.4rem;
}

.admin-leads-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border: 1px solid #ccb79a;
    border-radius: 10px;
    background: #fff;
    color: #5d503f;
    text-decoration: none;
}

.admin-leads-pagination {
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.admin-leads-page-link {
    text-decoration: none;
    color: var(--gold-dark);
    font-weight: 700;
}

.admin-leads-page-link.is-disabled {
    pointer-events: none;
    color: #9a8e7e;
}

.admin-product-upload-card {
    margin-top: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f9f4ed;
}

.admin-product-upload-card label {
    color: #7f5420;
    font-weight: 700;
    font-size: 0.95rem;
}

.admin-product-inline-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f9f4ed;
}

.admin-product-inline-form {
    display: grid;
    gap: 0.45rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--line);
}

.admin-product-inline-form:last-child {
    border-bottom: 0;
}

.admin-product-inline-form label {
    color: #7f5420;
    font-weight: 700;
}

.admin-product-inline-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    width: 100%;
}

.admin-product-inline-row button {
    white-space: nowrap;
}

.admin-product-upload-card input[type="file"] {
    border: 1px solid #ccb79a;
    border-radius: 10px;
    background: #fff;
    padding: 0.7rem;
}

.admin-product-image-preview {
    margin-top: 1rem;
}

.admin-product-image-preview p {
    margin: 0 0 0.5rem;
    color: #5d503f;
    font-weight: 700;
    text-align: center;
}

.admin-product-preview-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.admin-product-image-preview img {
    width: min(260px, 100%);
    border: 1px solid #ccb79a;
    border-radius: 12px;
    display: block;
}

.admin-product-download-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
}

.admin-product-download-btn i {
    color: #fff;
}

.admin-sales-chart-card {
    margin-top: 1.1rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f9f4ed;
}

.admin-sales-chart-head span {
    color: #7f5420;
    font-size: 0.95rem;
    font-weight: 700;
}

.admin-sales-chart {
    margin-top: 0.8rem;
    border: 1px solid #dcc4a3;
    border-radius: 12px;
    background: #efe2cf;
    padding: 0.75rem;
}

.admin-sales-plot {
    min-height: 210px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
    align-items: end;
    padding: 0.4rem 0.35rem 0;
    border-radius: 10px;
    border-bottom: 1px solid #ceb18c;
    background: linear-gradient(
        to top,
        rgba(127, 84, 32, 0.14) 0,
        rgba(127, 84, 32, 0.14) 1px,
        transparent 1px,
        transparent 20%
    );
    background-size: 100% 20%;
}

.admin-sales-bar-item {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    gap: 0.35rem;
}

.admin-sales-bar-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #7f5420;
}

.admin-sales-bar-fill {
    width: min(56px, 78%);
    align-self: end;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(180deg, #c38a42, #a66a22);
    box-shadow: 0 8px 14px rgba(127, 84, 32, 0.25);
}

.admin-sales-bar-label {
    font-size: 0.84rem;
    color: #5d503f;
    font-weight: 700;
}

.admin-period-filter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccb79a;
    border-radius: 999px;
    overflow: hidden;
    background: #f8f1e6;
    box-shadow: 0 8px 18px rgba(47, 26, 4, 0.08);
}

.admin-period-filter a {
    padding: 0.5rem 0.95rem;
    text-decoration: none;
    color: #7f5420;
    font-size: 0.92rem;
    font-weight: 700;
    border-right: 1px solid #ccb79a;
    transition: background 0.2s ease, color 0.2s ease;
}

.admin-period-filter a:last-child {
    border-right: 0;
}

.admin-period-filter a:hover {
    background: #f2e5d4;
}

.admin-period-filter a.is-active {
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #fff;
}

.admin-leads-sort-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.admin-leads-sort-link:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    body.admin-area .row-between {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-period-filter {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-radius: 14px;
    }

    .admin-period-filter a {
        border-right: 1px solid #ccb79a;
        border-bottom: 1px solid #ccb79a;
        text-align: center;
    }

    .admin-period-filter a:nth-child(3n) {
        border-right: 0;
    }

    .admin-period-filter a:nth-last-child(-n + 3) {
        border-bottom: 0;
    }

    .admin-sales-chart {
        overflow-x: auto;
    }

    .admin-sales-plot {
        min-width: 560px;
    }

    .admin-product-inline-form {
        align-items: stretch;
    }

    .admin-product-inline-row {
        grid-template-columns: 1fr;
    }

    .admin-product-inline-row button {
        justify-content: center;
    }

    .admin-leads-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.flash {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 60;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.flash.is-fading {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.flash-success {
    background: #2b8a3e;
}

.flash-error {
    background: #b94835;
}

@media (max-width: 1280px) {
    .kicker {
        font-size: 1rem;
    }

    .subtitle {
        font-size: 1.06rem;
    }

    .trust-grid p {
        font-size: 0.98rem;
    }

    .benefits-board h3 {
        font-size: 1.2rem;
    }

    .benefits-board p {
        font-size: 0.95rem;
    }

    .about-copy p {
        font-size: 1rem;
    }

    .stats-row span {
        font-size: 0.94rem;
    }

    .bottom-copy li {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .menu {
        display: none;
    }

    .about-copy {
        min-height: 0;
    }

    .hero-grid,
    .about-grid,
    .bottom-cta {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 460px;
    }

    .hero-visual img {
        width: min(360px, 72%);
    }

    .bottom-visual {
        width: 100%;
        justify-self: stretch;
    }

    .benefits-board {
        grid-template-columns: 1fr 1fr;
    }

    .benefits-board article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .benefits-board article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .stats-row,
    .trust-grid,
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-row article,
    .trust-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .stats-row article:nth-last-child(-n+2),
    .trust-grid article:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

@media (max-width: 620px) {
    html,
    body {
        overflow-x: hidden;
    }

    .container {
        width: min(1320px, 94vw);
    }

    .logo {
        height: 44px;
    }

    .nav-cta {
        font-size: 0.85rem;
        padding: 0.65rem 0.8rem;
    }

    .hero-grid {
        gap: 0.8rem;
    }

    .hero-copy {
        width: 100%;
        justify-items: stretch;
    }

    .kicker,
    .hero-title,
    .subtitle {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-title {
        gap: 0.12em;
    }

    .hero-title .line-dark,
    .hero-title .line-gold {
        font-size: clamp(1.95rem, 12vw, 2.8rem);
        line-height: 1.02;
    }

    .hero-title .line-para {
        font-size: clamp(0.95rem, 6vw, 1.4rem);
        gap: 0.55rem;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .hero-title .line-para::before {
        content: '';
        width: 46px;
        border-top: 1px solid #caa66e;
    }

    .hero-title .line-para::after {
        width: 46px;
    }

    .hero-visual {
        width: 100%;
        min-height: 390px;
        align-items: center;
    }

    .hero-visual img {
        width: min(320px, 84vw);
    }

    .about-copy p {
        text-align: justify;
    }

    .stats-row,
    .trust-grid,
    .benefits-board,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stats-row article,
    .trust-grid article,
    .benefits-board article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .trust-grid article:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .benefits-board article:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .stats-row article:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .benefits-board article:last-child,
    .stats-row article:last-child,
    .trust-grid article:last-child {
        border-bottom: 0;
    }

    .footer-shell {
        flex-direction: column;
        text-align: center;
    }
}
