.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 20px 60px;
}

.hero-card,
.card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.card {
    padding: 24px;
    margin-bottom: 24px;
}

.outlook-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    padding: 30px;
    margin-bottom: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-copy h1 {
    margin: 10px 0 14px;
    font-size: 38px;
    line-height: 1.08;
    color: #0f172a;
}

.hero-text {
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-screenshot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-screenshot img {
    width: 100%;
    max-width: 520px;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

.section-head {
    margin-bottom: 20px;
}

.section-head h2,
.faq-card h2,
.cta-card h2 {
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
}

.section-head p,
.cta-card > p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.hero-actions,
.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: #f97316;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

.btn-primary:hover {
    background: #ea580c;
}

.btn-secondary {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.btn-full {
    width: 100%;
}

.steps-grid,
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.step-card,
.benefit-item {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
}

.step-card {
    padding: 20px;
}

.step-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 11px;
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    font-size: 14px;
    font-weight: 800;
}

.step-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #0f172a;
}

.step-card p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.benefit-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
}

.benefit-check {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 10px;
    background: #059669;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    margin-top: 2px;
}

.benefit-item strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    margin-bottom: 6px;
}

.benefit-item p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.alias-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.alias-group {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.alias-group h3 {
    margin: 0;
    padding: 16px 18px;
    font-size: 17px;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.alias-table {
    display: flex;
    flex-direction: column;
}

.alias-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
}

.alias-row:last-child {
    border-bottom: 0;
}

.alias-row:nth-child(even) {
    background: #fcfdff;
}

.alias-row code {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: #f1f5f9;
    color: #0f172a;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.alias-row span {
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    column-gap: 16px;
    padding: 18px 20px;
    background: #ffffff;
    border: 0;
    cursor: pointer;
    text-align: left;
    font: inherit;
}

.faq-question span:first-child {
    color: #0f172a;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
}

.faq-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
}

.faq-answer p {
    margin: 14px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.faq-answer a {
    color: #ea580c;
    font-weight: 600;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

.faq-item.is-open {
    border-color: rgba(249, 115, 22, 0.28);
    box-shadow: 0 14px 36px rgba(249, 115, 22, 0.08);
}

.faq-item.is-open .faq-icon {
    transform: rotate(45deg);
    background: rgba(249, 115, 22, 0.10);
    color: #c2410c;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.cta-card {
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.cta-card .eyebrow {
    margin-bottom: 14px;
}

.cta-card .cta-actions {
    width: 100%;
    margin-top: 24px;
}

@media (max-width: 1100px) {
    .outlook-hero {
        grid-template-columns: 1fr;
    }

    .hero-screenshot {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .wrap {
        padding: 20px 16px 40px;
    }

    .hero-card,
    .card {
        border-radius: 20px;
    }

    .outlook-hero {
        padding: 22px;
    }

    .card {
        padding: 20px;
    }

    .hero-copy h1 {
        font-size: 30px;
    }

    .section-head h2,
    .faq-card h2,
    .cta-card h2 {
        font-size: 24px;
    }

    .steps-grid,
    .benefits-grid,
    .alias-groups {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .faq-question {
        padding: 16px 18px;
    }
}

@media (max-width: 560px) {
    .hero-copy h1 {
        font-size: 26px;
    }

    .hero-text,
    .step-card p,
    .benefit-item p,
    .faq-answer p {
        font-size: 14px;
    }

    .section-head p {
        font-size: 14px;
    }

    .alias-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px 14px;
    }

    .alias-row code {
        font-size: 12px;
    }

    .alias-row span {
        font-size: 13px;
    }
}
.outlook-inline-screenshot,
.faq-screenshot {
    margin: 18px 0 22px;
}

.outlook-inline-screenshot img,
.faq-screenshot img {
    display: block;
    width: 100%;
    max-width: 760px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    background: #ffffff;
}

.faq-screenshot img {
    max-width: 680px;
}

.outlook-inline-screenshot {
    display: flex;
    justify-content: center;
    margin: 10px 0 22px;
}

.outlook-inline-screenshot img {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
    background: #fff;
}

.outlook-use-section {
    overflow: hidden;
}

.outlook-use-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    gap: 30px;
    align-items: center;
}

.outlook-use-copy .section-head {
    margin-bottom: 22px;
}

.use-points {
    display: grid;
    gap: 14px;
}

.use-point {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.use-point-number {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
}

.use-point strong {
    display: block;
    margin-bottom: 5px;
    color: #0f172a;
    font-size: 15px;
}

.use-point p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.outlook-use-screenshot {
    display: flex;
    justify-content: center;
}

.outlook-use-screenshot img {
    width: 100%;
    max-width: 460px;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

@media (max-width: 1050px) {
    .outlook-use-grid {
        grid-template-columns: 1fr;
    }

    .outlook-use-screenshot {
        justify-content: flex-start;
    }

    .outlook-use-screenshot img {
        max-width: 620px;
    }
}

@media (max-width: 560px) {
    .use-point {
        grid-template-columns: 1fr;
    }

    .outlook-use-screenshot img {
        max-width: 100%;
        border-radius: 18px;
    }
}

.use-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 6px;
}

.use-tags span {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}