.ar-hero,
.ar-proof,
.ar-why,
.ar-guide,
.ar-final-cta,
.ar-order-page {
    font-family: inherit;
}

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

.ar-trust-pill {
    display: inline-flex;
    margin-bottom: 30px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e7e9f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    color: #202331;
    font-size: 15px;
    font-weight: 850;
}

.ar-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.ar-hero p {
    max-width: 660px;
    margin: 18px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

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

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

.ar-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(255, 79, 31, 0.36);
}

.ar-secondary-btn {
    background: #eef2f7;
    color: #202331;
}

.ar-hero-visual {
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 79, 31, 0.13), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5f6f8 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.ar-phone {
    width: 340px;
    min-height: 560px;
    border: 13px solid #111;
    border-radius: 42px;
    background: #ffffff;
    padding: 48px 28px;
    position: relative;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.18);
    transform: rotate(8deg);
    text-align: center;
}

.ar-checkmark {
    width: 92px;
    height: 92px;
    margin: 30px auto;
    border-radius: 50%;
    background: #ff4f1f;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 48px;
    font-weight: 950;
    box-shadow: 0 0 0 18px #fff0ea;
}

.ar-phone h3 {
    color: #202331;
    font-size: 28px;
}

.ar-floating-card {
    position: absolute;
    right: -90px;
    top: 300px;
    width: 300px;
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    text-align: left;
}

.ar-floating-card strong {
    display: block;
    color: #202331;
    margin-bottom: 8px;
}

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

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

.ar-section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.ar-section-heading h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 70px);
    letter-spacing: -0.055em;
    color: #050505;
}

.ar-why {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
}

.ar-why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.ar-support-card {
    min-height: 520px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 79, 31, 0.15), transparent 34%),
        linear-gradient(135deg, #202331, #11131d);
}

.ar-benefit-list {
    display: grid;
    gap: 24px;
}

.ar-benefit-list div {
    min-height: 100px;
    padding: 28px 34px;
    border: 1px solid #e1e5ec;
    border-radius: 28px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 26px;
}

.ar-benefit-list span {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #ff4f1f;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 950;
}

.ar-benefit-list strong {
    color: #202331;
    font-size: 28px;
    letter-spacing: -0.035em;
}

.ar-guide {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 70px;
}

.ar-toc {
    position: sticky;
    top: 110px;
    align-self: start;
}

.ar-toc h3 {
    font-size: 26px;
    margin-bottom: 18px;
}

.ar-toc a {
    display: block;
    padding: 18px 20px;
    border-radius: 14px;
    color: #667085;
    text-decoration: none;
    font-weight: 700;
}

.ar-toc a:hover {
    background: #fff0ea;
    color: #ff4f1f;
}

.ar-article section {
    margin-bottom: 70px;
}

.ar-article h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.055em;
    color: #050505;
}

.ar-article p,
.ar-article li {
    color: #3f4558;
    font-size: 21px;
    line-height: 1.6;
}

.ar-document-preview {
    margin-top: 36px;
    min-height: 320px;
    border-radius: 24px;
    background: #f1f3f7;
    display: grid;
    place-items: center;
    text-align: center;
}

.ar-document-preview strong {
    display: block;
    font-size: 28px;
}

.ar-document-preview span {
    color: #ff4f1f;
    font-size: 22px;
    font-weight: 900;
}

.ar-inline-cta {
    padding: 50px;
    border-radius: 28px;
    background: #f7f8fb;
}

/* Order */

.ar-order-page {
    min-height: 100vh;
    padding: 50px 0 90px;
    background: #f7f8fb;
}

.ar-order-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
}

.ar-order-step {
    display: none;
}

.ar-order-step.active {
    display: block;
}

.ar-order-step h1 {
    font-size: clamp(34px, 4vw, 56px);
    margin: 18px 0 14px;
    color: #202331;
    letter-spacing: -0.05em;
}

.ar-order-step > p {
    color: #4b5563;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.ar-back-link {
    display: inline-flex;
    background: none;
    border: none;
    color: #ff4f1f;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 12px;
}

.ar-form-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
    margin-bottom: 28px;
}

.ar-form-card h2 {
    margin: 0 0 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
    color: #202331;
    font-size: 26px;
}

.ar-form-card label {
    display: block;
    margin: 18px 0 10px;
    color: #111827;
    font-weight: 900;
}

.ar-form-card input,
.ar-form-card select {
    width: 100%;
    min-height: 58px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #ffffff;
    padding: 14px 16px;
    font-size: 16px;
}

.ar-form-card input:focus,
.ar-form-card select:focus {
    outline: none;
    border-color: #ff4f1f;
    box-shadow: 0 0 0 5px rgba(255, 79, 31, 0.12);
}

.ar-form-grid {
    display: grid;
    gap: 24px;
}

.ar-form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.ar-radio-card,
.ar-plan-card,
.ar-check-line {
    cursor: pointer;
}

.ar-radio-card input,
.ar-plan-card input,
.ar-check-line input {
    width: auto;
    min-height: auto;
    margin-right: 10px;
}

.ar-radio-card,
.ar-plan-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px;
}

.ar-radio-card:has(input:checked),
.ar-plan-card:has(input:checked) {
    border-color: #ff4f1f;
    background: #fff7f3;
}

.ar-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ar-plan-card span {
    display: grid;
    gap: 8px;
}

.ar-plan-card strong {
    font-size: 22px;
}

.ar-plan-card.featured {
    border-color: #ffd0bf;
}

.ar-step-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 26px;
}

.ar-order-summary {
    position: sticky;
    top: 110px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.ar-order-summary h2 {
    margin: 0 0 28px;
    font-size: 28px;
}

.ar-summary-line,
.ar-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ar-summary-total {
    font-size: 26px;
    font-weight: 950;
}

.ar-trust-summary {
    text-align: center;
    margin: 26px 0;
    color: #f5b623;
    font-size: 22px;
}

.ar-trust-summary small {
    display: block;
    color: #4b5563;
    margin-top: 8px;
    font-size: 14px;
}

.ar-summary-note {
    padding: 18px;
    border-radius: 16px;
    background: #ecfdf5;
    color: #065f46;
    line-height: 1.45;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .ar-hero,
    .ar-why-grid,
    .ar-order-container,
    .ar-guide {
        grid-template-columns: 1fr;
    }

    .ar-order-summary,
    .ar-toc {
        position: static;
    }

    .ar-floating-card {
        display: none;
    }
}

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

    .ar-hero h1 {
        font-size: 44px;
    }

    .ar-hero-visual {
        min-height: 430px;
    }

    .ar-phone {
        width: 280px;
        min-height: 430px;
    }

    .ar-form-grid.two,
    .ar-form-grid.three,
    .ar-plan-grid {
        grid-template-columns: 1fr;
    }

    .ar-order-container {
        padding: 0 16px;
    }

    .ar-form-card {
        padding: 24px;
    }

    .ar-step-actions {
        flex-direction: column;
    }

    .ar-primary-btn,
    .ar-secondary-btn {
        width: 100%;
    }

    .ar-benefit-list strong {
        font-size: 22px;
    }
}
