:root {
    --s3-ink: #111827;
    --s3-muted: #667085;
    --s3-yellow: #a16207;
    --s3-yellow-dark: #854d0e;
    --s3-green: #16a34a;
    --s3-border: #e5e7eb;
    --s3-soft: #f8fafc;
    --s3-dark: #0f172a
}

.s3-safe-bottom {
    padding-bottom: 88px
}

.s3-container {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto
}

.s3-narrow {
    width: min(860px, calc(100% - 32px))
}

.s3-hero {
    padding: 18px 0 60px
}

.s3-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 56px;
    align-items: center
}

.s3-kicker {
    display: inline-block;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--s3-yellow);
    margin-bottom: 12px
}

.s3-h1 {
    font-size: clamp(2.15rem, 4.2vw, 4rem);
    line-height: 1.06;
    letter-spacing: -.035em;
    font-weight: 900;
    color: var(--s3-ink);
    max-width: 880px
}

.s3-lead {
    margin-top: 22px;
    color: #475467;
    font-size: 1.08rem;
    line-height: 1.9;
    max-width: 760px
}

.s3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.s3-actions-center {
    justify-content: center
}

.s3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease
}

.s3-btn:hover {
    transform: translateY(-1px)
}

.s3-btn-primary {
    background: #a16207;
    color: #fff;
    box-shadow: 0 12px 24px rgba(161, 98, 7, .16)
}

.s3-btn-primary:hover {
    background: #854d0e
}

.s3-btn-wa {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 12px 24px rgba(22, 163, 74, .14)
}

.s3-btn-wa:hover {
    background: #15803d
}

.s3-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px
}

.s3-quick a {
    font-size: .88rem;
    font-weight: 700;
    color: #475467;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 8px 12px
}

.s3-visual figure {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
    aspect-ratio: 4/3;
    background: #f3f4f6
}

.s3-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s3-trust-box {
    margin: -28px 22px 0;
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .1);
    display: grid;
    gap: 5px
}

.s3-trust-box strong {
    color: #111827;
    font-size: .98rem
}

.s3-trust-box span {
    color: #667085;
    font-size: .88rem;
    line-height: 1.55
}

.s3-section {
    padding: 72px 0;
    scroll-margin-top: 96px
}

.s3-muted {
    background: #f8fafc;
    border-block: 1px solid #eef2f7
}

.s3-section-head {
    max-width: 800px;
    margin-bottom: 32px
}

.s3-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #111827
}

.s3-section-head p,
.s3-split>div>p {
    margin-top: 14px;
    color: #667085;
    line-height: 1.8
}

.s3-card-grid {
    display: grid;
    gap: 16px
}

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

.s3-card-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.s3-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .035)
}

.s3-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fef3c7;
    color: #92400e;
    font-size: .78rem;
    font-weight: 900
}

.s3-card h3 {
    margin-top: 14px;
    font-size: 1.02rem;
    line-height: 1.5;
    font-weight: 800;
    color: #111827
}

.s3-card p {
    margin-top: 8px;
    color: #667085;
    line-height: 1.7
}

.s3-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 60px;
    align-items: center
}

.s3-split h2 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -.025em
}

.s3-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0
}

.s3-chip-list li {
    padding: 10px 13px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #344054;
    font-weight: 700;
    font-size: .92rem
}

.s3-brand-note-wrap {
    padding: 0 0 30px
}

.s3-brand-note {
    padding: 20px 22px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    border-radius: 18px
}

.s3-brand-note strong {
    color: #92400e
}

.s3-brand-note p {
    margin-top: 6px;
    color: #6b5b32;
    line-height: 1.7
}

.s3-dark {
    background: #0f172a;
    color: #fff
}

.s3-section-head-light h2 {
    color: #fff
}

.s3-section-head-light p {
    color: #cbd5e1
}

.s3-card-dark {
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none
}

.s3-card-dark h3 {
    margin-top: 0;
    color: #fff
}

.s3-card-dark p {
    color: #cbd5e1
}

.s3-area-section {
    background: #fffbeb;
    border-block: 1px solid #fef3c7
}

.s3-faq {
    border-top: 1px solid #e5e7eb
}

.s3-faq details {
    border-bottom: 1px solid #e5e7eb
}

.s3-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 21px 0;
    font-weight: 800;
    color: #111827
}

.s3-faq summary::-webkit-details-marker {
    display: none
}

.s3-faq summary span:last-child {
    font-size: 1.35rem;
    color: #a16207;
    transition: transform .2s ease
}

.s3-faq details[open] summary span:last-child {
    transform: rotate(45deg)
}

.s3-faq p {
    padding: 0 42px 20px 0;
    color: #667085;
    line-height: 1.75
}

.s3-related {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.s3-related a {
    padding: 10px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-weight: 700;
    color: #344054;
    text-decoration: none
}

.s3-related a:hover {
    border-color: #d1a541;
    color: #854d0e
}

.s3-related .s3-related-parent {
    background: #111827;
    color: #fff;
    border-color: #111827
}

.s3-final-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, #fff7d6, #fff 58%, #ecfdf3)
}

.s3-final-inner {
    text-align: center;
    max-width: 820px
}

.s3-final-inner h2 {
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    font-weight: 900;
    letter-spacing: -.03em
}

.s3-final-inner p {
    margin: 14px auto 0;
    max-width: 650px;
    color: #667085;
    line-height: 1.8
}

.s3-mobile-cta {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(16px);
    border-top: 1px solid #e5e7eb
}

.s3-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 12px;
    font-weight: 900;
    color: #fff
}

.s3-mobile-cta a:first-child {
    background: #a16207
}

.s3-mobile-cta a:last-child {
    background: #16a34a
}

@media(min-width:768px) {
    .s3-safe-bottom {
        padding-bottom: 0
    }

    .s3-mobile-cta {
        display: none
    }
}

@media(max-width:900px) {

    .s3-hero-grid,
    .s3-split {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .s3-visual {
        max-width: 700px
    }

    .s3-card-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:640px) {

    .s3-container,
    .s3-narrow {
        width: min(100% - 28px, 1180px)
    }

    .s3-hero {
        padding: 4px 0 42px
    }

    .s3-h1 {
        font-size: 2.25rem
    }

    .s3-lead {
        font-size: 1rem
    }

    .s3-actions {
        display: grid;
        grid-template-columns: 1fr
    }

    .s3-btn {
        width: 100%
    }

    .s3-section {
        padding: 52px 0
    }

    .s3-card-grid-3,
    .s3-card-grid-2 {
        grid-template-columns: 1fr
    }

    .s3-card {
        padding: 18px
    }

    .s3-trust-box {
        margin: -20px 12px 0
    }

    .s3-section-head {
        margin-bottom: 24px
    }
}

@media(prefers-reduced-motion:reduce) {

    .s3-btn,
    .s3-faq summary span:last-child {
        transition: none !important
    }
}