.tx-hero,
.tx-proof,
.tx-benefits,
.tx-guidance,
.tx-services,
.tx-steps,
.tx-final-cta {
    font-family: inherit;
}

.tx-hero {
    max-width: 1500px;
    margin: 48px auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 64px;
    align-items: center;
}

.tx-eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-size: 14px;
    font-weight: 950;
}

.tx-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(44px, 6vw, 80px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.tx-hero p {
    max-width: 720px;
    margin: 20px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 600;
}

.tx-hero-actions,
.tx-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tx-primary-btn,
.tx-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 950;
    transition: 0.22s ease;
}

.tx-primary-btn {
    background: linear-gradient(135deg, #ff4f1f 0%, #ff7043 100%);
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
}

.tx-secondary-btn {
    background: #202331;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.tx-primary-btn:hover,
.tx-secondary-btn:hover {
    transform: translateY(-2px);
}

.tx-hero-visual {
    min-height: 620px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 79, 31, 0.16), transparent 32%),
        linear-gradient(135deg, #202331 0%, #10121c 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.tx-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(30deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 120px 120px;
}

.tx-approval-card {
    width: min(520px, 86%);
    min-height: 370px;
    padding: 46px;
    border-radius: 34px;
    background: rgba(255,255,255,0.96);
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 90px rgba(0,0,0,0.22);
}

.tx-approval-card span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff0ea;
    color: #ff4f1f;
    font-weight: 950;
    margin-bottom: 34px;
}

.tx-approval-card strong {
    display: block;
    color: #202331;
    font-size: 82px;
    line-height: 1;
    letter-spacing: -0.07em;
}

.tx-approval-card p {
    margin: 24px 0 0;
    color: #667085;
    font-size: 18px;
}

.tx-proof {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e7e9f0;
    border-bottom: 1px solid #e7e9f0;
}

.tx-proof p {
    margin: 0;
    color: #202331;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.tx-proof strong {
    color: #ff4f1f;
}

.tx-benefits,
.tx-services,
.tx-steps {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 70px 40px;
    border-radius: 34px;
    background: #f7f8fb;
}

.tx-section-heading {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
}

.tx-section-heading span {
    color: #ff4f1f;
    font-weight: 950;
}

.tx-section-heading h2,
.tx-guidance-content h2,
.tx-final-cta h2 {
    margin: 12px 0 20px;
    color: #050505;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.tx-section-heading p,
.tx-guidance-content p,
.tx-final-cta p {
    margin: 0;
    color: #3f4558;
    font-size: 21px;
    line-height: 1.55;
}

.tx-benefit-grid,
.tx-service-grid,
.tx-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.tx-step-grid {
    grid-template-columns: repeat(3, 1fr);
}

.tx-card,
.tx-service-grid div,
.tx-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.tx-card span,
.tx-step span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: #ff4f1f;
    color: #ffffff;
    font-weight: 950;
    margin-bottom: 28px;
}

.tx-card h3,
.tx-service-grid strong,
.tx-step h3 {
    display: block;
    margin: 0 0 14px;
    color: #202331;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.tx-card p,
.tx-service-grid p,
.tx-step p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.tx-guidance {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.tx-guidance-visual {
    min-height: 520px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 79, 31, 0.16), transparent 32%),
        #f7f8fb;
    display: grid;
    place-items: center;
}

.tx-document-stack {
    position: relative;
    width: min(480px, 90%);
    min-height: 370px;
}

.tx-paper {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.tx-paper.back {
    transform: rotate(-8deg) translate(-26px, 20px);
    opacity: 0.6;
}

.tx-paper.middle {
    transform: rotate(6deg) translate(24px, -10px);
    opacity: 0.8;
}

.tx-paper.front {
    padding: 44px;
    transform: rotate(-1deg);
}

.tx-paper.front strong {
    display: block;
    color: #202331;
    font-size: 34px;
    margin-bottom: 18px;
}

.tx-paper.front span {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #16a34a;
    font-weight: 950;
}

.tx-paper.front p {
    color: #667085;
    line-height: 1.55;
}

.tx-guidance-content p + p {
    margin-top: 18px;
}

.tx-guidance-content .tx-primary-btn {
    margin-top: 30px;
}

.tx-final-cta {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 64px 42px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 216, 202, 0.55), transparent 30%),
        linear-gradient(135deg, #202331 0%, #121420 100%);
    color: #ffffff;
    text-align: center;
}

.tx-final-cta h2 {
    color: #ffffff;
}

.tx-final-cta p {
    max-width: 760px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.78);
}

.tx-final-actions {
    justify-content: center;
}

@media (max-width: 1100px) {
    .tx-hero,
    .tx-guidance {
        grid-template-columns: 1fr;
    }

    .tx-benefit-grid,
    .tx-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tx-hero-visual {
        min-height: 500px;
    }
}

@media (max-width: 760px) {
    .tx-hero {
        margin-top: 34px;
        gap: 36px;
    }

    .tx-hero h1 {
        font-size: 42px;
    }

    .tx-hero p {
        font-size: 18px;
    }

    .tx-hero-visual {
        min-height: 420px;
        border-radius: 26px;
    }

    .tx-approval-card {
        padding: 30px;
    }

    .tx-approval-card strong {
        font-size: 58px;
    }

    .tx-benefits,
    .tx-services,
    .tx-steps {
        margin: 0 16px 60px;
        padding: 44px 20px;
    }

    .tx-benefit-grid,
    .tx-service-grid,
    .tx-step-grid {
        grid-template-columns: 1fr;
    }

    .tx-guidance {
        gap: 36px;
        margin-bottom: 60px;
    }

    .tx-primary-btn,
    .tx-secondary-btn {
        width: 100%;
        text-align: center;
    }

    .tx-final-cta {
        margin: 0 16px 60px;
        padding: 44px 24px;
    }
}
