/*
===============================================================================
 EasyConf Conference Hosting
 HOST-CONFERENCE-UX-001-IMP-02-PART-02-FIX1

 Public /host landing page.
 Scope: .ec-host-landing only.
===============================================================================
*/

.ec-host-landing {
    --hl-navy: #102a46;
    --hl-blue: #195a91;
    --hl-blue-soft: #edf5fb;
    --hl-ink: #182b3d;
    --hl-muted: #647587;
    --hl-border: #dce6ee;
    --hl-soft: #f5f8fb;
    --hl-white: #ffffff;
    --hl-success: #17734a;
    --hl-success-soft: #e9f6ef;
    --hl-shadow: 0 18px 48px rgba(16, 42, 70, .09);

    width: 100%;
    overflow: hidden;

    color: var(--hl-ink);

    background:
        radial-gradient(
            circle at 88% 2%,
            rgba(25, 90, 145, .10),
            transparent 31rem
        ),
        linear-gradient(
            180deg,
            #f8fbfe 0,
            #ffffff 34rem
        );
}

.ec-host-landing,
.ec-host-landing * {
    box-sizing: border-box;
}

.ec-host-landing__shell {
    width: min(1200px, calc(100% - 36px));
    margin-inline: auto;
}


/* ========================================================================
   TOP HOST PORTAL BAR
======================================================================== */

.ec-host-landing__topbar {
    padding-top: 18px;
}

.ec-host-landing__topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    min-height: 68px;

    padding: 11px 14px 11px 18px;

    border: 1px solid rgba(210, 223, 233, .92);
    border-radius: 15px;

    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 28px rgba(16, 42, 70, .05);
}

.ec-host-landing__brand {
    display: flex;
    align-items: center;
    gap: 12px;

    min-width: 0;

    text-decoration: none;
}

.ec-host-landing__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    border-radius: 12px;

    color: #fff;
    background: var(--hl-navy);

    font-size: .93rem;
    font-weight: 900;
    letter-spacing: -.03em;
}

.ec-host-landing__brand-copy {
    min-width: 0;
}

.ec-host-landing__brand-name {
    display: block;

    color: var(--hl-navy);

    font-size: .98rem;
    font-weight: 850;
    line-height: 1.25;
}

.ec-host-landing__brand-subtitle {
    display: block;

    margin-top: 2px;

    color: var(--hl-muted);

    font-size: .72rem;
    font-weight: 650;
    line-height: 1.35;
}

.ec-host-landing__top-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;

    gap: 8px;
}


/* ========================================================================
   BUTTONS
======================================================================== */

.ec-host-landing__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 44px;

    padding: 10px 17px;

    border: 1px solid transparent;
    border-radius: 10px;

    font: inherit;
    font-size: .87rem;
    font-weight: 800;
    line-height: 1.2;

    text-decoration: none;

    transition:
        background-color .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        transform .15s ease;
}

.ec-host-landing__button:hover,
.ec-host-landing__button:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.ec-host-landing__button:focus-visible {
    outline: 3px solid rgba(25, 90, 145, .20);
    outline-offset: 3px;
}

.ec-host-landing__button--primary {
    color: #fff;
    background: var(--hl-navy);
    border-color: var(--hl-navy);

    box-shadow: 0 8px 20px rgba(16, 42, 70, .15);
}

.ec-host-landing__button--primary:hover,
.ec-host-landing__button--primary:focus {
    color: #fff;
    background: #183e66;
    border-color: #183e66;
}

.ec-host-landing__button--secondary {
    color: var(--hl-navy);
    background: #fff;
    border-color: #c5d4df;
}

.ec-host-landing__button--secondary:hover,
.ec-host-landing__button--secondary:focus {
    color: var(--hl-navy);
    background: #f6f9fb;
    border-color: #9eb4c6;
}


/* ========================================================================
   HERO
======================================================================== */

.ec-host-landing__hero {
    padding: clamp(46px, 7vw, 88px) 0 58px;
}

.ec-host-landing__hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.22fr)
        minmax(330px, .78fr);

    align-items: center;

    gap: clamp(34px, 6vw, 72px);
}

.ec-host-landing__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 20px;

    padding: 8px 13px;

    border: 1px solid #cfe0ed;
    border-radius: 999px;

    color: var(--hl-blue);
    background: rgba(255, 255, 255, .88);

    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ec-host-landing__eyebrow-dot {
    width: 8px;
    height: 8px;

    flex: 0 0 8px;

    border-radius: 50%;

    background: var(--hl-success);
}

.ec-host-landing__title {
    max-width: 790px;

    margin: 0;

    color: var(--hl-navy);

    font-size: clamp(2.25rem, 5.2vw, 4.35rem);
    font-weight: 850;
    line-height: 1.035;
    letter-spacing: -.045em;
}

.ec-host-landing__lead {
    max-width: 720px;

    margin: 23px 0 0;

    color: var(--hl-muted);

    font-size: clamp(1rem, 1.7vw, 1.16rem);
    line-height: 1.82;
}

.ec-host-landing__hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 11px;

    margin-top: 30px;
}

.ec-host-landing__microcopy {
    margin: 14px 0 0;

    color: var(--hl-muted);

    font-size: .86rem;
    line-height: 1.6;
}


/* ========================================================================
   HERO WORKSPACE CARD
======================================================================== */

.ec-host-landing__workspace-card {
    position: relative;

    overflow: hidden;

    padding: 31px;

    border: 1px solid var(--hl-border);
    border-radius: 18px;

    background: rgba(255, 255, 255, .96);

    box-shadow: var(--hl-shadow);
}

.ec-host-landing__workspace-card::before {
    content: "";

    position: absolute;

    inset: 0 0 auto;

    height: 5px;

    background:
        linear-gradient(
            90deg,
            var(--hl-navy),
            #337eb7
        );
}

.ec-host-landing__workspace-kicker {
    margin: 0 0 7px;

    color: var(--hl-blue);

    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.ec-host-landing__workspace-title {
    margin: 0;

    color: var(--hl-navy);

    font-size: 1.38rem;
    font-weight: 850;
    line-height: 1.35;
}

.ec-host-landing__workspace-list {
    display: grid;

    gap: 17px;

    margin: 25px 0 0;
    padding: 0;

    list-style: none;
}

.ec-host-landing__workspace-item {
    display: grid;

    grid-template-columns: 32px minmax(0, 1fr);

    align-items: start;

    gap: 12px;
}

.ec-host-landing__workspace-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 9px;

    color: var(--hl-success);
    background: var(--hl-success-soft);

    font-size: .84rem;
    font-weight: 900;
}

.ec-host-landing__workspace-item-title {
    display: block;

    color: var(--hl-ink);

    font-size: .92rem;
    font-weight: 800;
    line-height: 1.4;
}

.ec-host-landing__workspace-item-copy {
    display: block;

    margin-top: 3px;

    color: var(--hl-muted);

    font-size: .83rem;
    line-height: 1.55;
}


/* ========================================================================
   SECTIONS
======================================================================== */

.ec-host-landing__section {
    padding: clamp(52px, 7vw, 80px) 0;
}

.ec-host-landing__section--soft {
    border-block: 1px solid #e5edf3;

    background: var(--hl-soft);
}

.ec-host-landing__section-head {
    max-width: 760px;

    margin-bottom: 31px;
}

.ec-host-landing__section-label {
    display: block;

    margin-bottom: 8px;

    color: var(--hl-blue);

    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.ec-host-landing__section-title {
    margin: 0;

    color: var(--hl-navy);

    font-size: clamp(1.7rem, 3.6vw, 2.6rem);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -.025em;
}

.ec-host-landing__section-copy {
    margin: 13px 0 0;

    color: var(--hl-muted);

    font-size: .98rem;
    line-height: 1.75;
}


/* ========================================================================
   PROCESS
======================================================================== */

.ec-host-landing__steps {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 13px;
}

.ec-host-landing__step {
    min-width: 0;

    padding: 22px 18px;

    border: 1px solid var(--hl-border);
    border-radius: 14px;

    background: #fff;
}

.ec-host-landing__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    margin-bottom: 16px;

    border-radius: 11px;

    color: var(--hl-blue);
    background: var(--hl-blue-soft);

    font-size: .78rem;
    font-weight: 900;
}

.ec-host-landing__step-title {
    margin: 0;

    color: var(--hl-navy);

    font-size: .96rem;
    font-weight: 850;
    line-height: 1.4;
}

.ec-host-landing__step-copy {
    margin: 8px 0 0;

    color: var(--hl-muted);

    font-size: .82rem;
    line-height: 1.62;
}


/* ========================================================================
   CAPABILITIES
======================================================================== */

.ec-host-landing__capabilities {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 15px;
}

.ec-host-landing__capability {
    min-width: 0;

    padding: 25px;

    border: 1px solid var(--hl-border);
    border-radius: 14px;

    background: #fff;
}

.ec-host-landing__capability-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    margin-bottom: 17px;

    border-radius: 12px;

    color: var(--hl-blue);
    background: var(--hl-blue-soft);

    font-size: .9rem;
    font-weight: 900;
}

.ec-host-landing__capability-title {
    margin: 0;

    color: var(--hl-navy);

    font-size: 1rem;
    font-weight: 850;
}

.ec-host-landing__capability-copy {
    margin: 8px 0 0;

    color: var(--hl-muted);

    font-size: .86rem;
    line-height: 1.66;
}


/* ========================================================================
   GOVERNANCE / RETURNING APPLICANTS
======================================================================== */

.ec-host-landing__governance-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(300px, .88fr);

    gap: 20px;
}

.ec-host-landing__governance-card,
.ec-host-landing__return-card {
    padding: clamp(25px, 4vw, 35px);

    border: 1px solid var(--hl-border);
    border-radius: 16px;

    background: #fff;
}

.ec-host-landing__governance-title,
.ec-host-landing__return-title {
    margin: 0;

    color: var(--hl-navy);

    font-size: 1.28rem;
    font-weight: 850;
    line-height: 1.35;
}

.ec-host-landing__governance-copy,
.ec-host-landing__return-copy {
    margin: 11px 0 0;

    color: var(--hl-muted);

    font-size: .92rem;
    line-height: 1.72;
}

.ec-host-landing__governance-list {
    display: grid;

    gap: 10px;

    margin: 21px 0 0;
    padding: 0;

    list-style: none;
}

.ec-host-landing__governance-list-item {
    position: relative;

    padding-inline-start: 25px;

    color: var(--hl-ink);

    font-size: .89rem;
    line-height: 1.55;
}

.ec-host-landing__governance-list-item::before {
    content: "✓";

    position: absolute;

    inset-inline-start: 0;

    color: var(--hl-success);

    font-weight: 900;
}

.ec-host-landing__return-card {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            rgba(25, 90, 145, .06),
            #fff 65%
        );
}

.ec-host-landing__return-actions {
    margin-top: 21px;
}


/* ========================================================================
   FINAL CTA
======================================================================== */

.ec-host-landing__final {
    padding: 0 0 clamp(58px, 8vw, 90px);
}

.ec-host-landing__final-card {
    display: grid;

    grid-template-columns: minmax(0, 1fr) auto;

    align-items: center;

    gap: 25px;

    padding: clamp(29px, 5vw, 45px);

    border-radius: 18px;

    color: #fff;
    background: var(--hl-navy);

    box-shadow: 0 20px 50px rgba(16, 42, 70, .16);
}

.ec-host-landing__final-title {
    margin: 0;

    color: #fff;

    font-size: clamp(1.45rem, 3vw, 2.05rem);
    font-weight: 850;
    line-height: 1.25;
}

.ec-host-landing__final-copy {
    max-width: 720px;

    margin: 9px 0 0;

    color: rgba(255, 255, 255, .78);

    line-height: 1.68;
}

.ec-host-landing__final-card
.ec-host-landing__button--primary {
    color: var(--hl-navy);
    background: #fff;
    border-color: #fff;

    box-shadow: none;
}

.ec-host-landing__final-card
.ec-host-landing__button--primary:hover,
.ec-host-landing__final-card
.ec-host-landing__button--primary:focus {
    color: var(--hl-navy);
    background: #f2f6f9;
    border-color: #f2f6f9;
}


/* ========================================================================
   RTL
======================================================================== */

[dir="rtl"] .ec-host-landing,
.ec-host-landing[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .ec-host-landing__hero-arrow,
.ec-host-landing[dir="rtl"] .ec-host-landing__hero-arrow {
    transform: scaleX(-1);
}


/* ========================================================================
   RESPONSIVE
======================================================================== */

@media (max-width: 1060px) {

    .ec-host-landing__steps {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {

    .ec-host-landing__hero-grid,
    .ec-host-landing__governance-grid,
    .ec-host-landing__final-card {
        grid-template-columns: 1fr;
    }

    .ec-host-landing__workspace-card {
        max-width: 680px;
    }

    .ec-host-landing__capabilities {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .ec-host-landing__final-card {
        align-items: start;
    }
}

@media (max-width: 700px) {

    .ec-host-landing__shell {
        width: min(100% - 22px, 1200px);
    }

    .ec-host-landing__topbar-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ec-host-landing__top-actions {
        width: 100%;
    }

    .ec-host-landing__top-actions
    .ec-host-landing__button {
        flex: 1 1 auto;
    }

    .ec-host-landing__hero {
        padding-top: 38px;
    }

    .ec-host-landing__steps,
    .ec-host-landing__capabilities {
        grid-template-columns: 1fr;
    }

    .ec-host-landing__hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ec-host-landing__hero-actions
    .ec-host-landing__button,
    .ec-host-landing__return-actions
    .ec-host-landing__button,
    .ec-host-landing__final
    .ec-host-landing__button {
        width: 100%;
    }
}

@media (max-width: 440px) {

    .ec-host-landing__top-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ec-host-landing__top-actions
    .ec-host-landing__button {
        width: 100%;
    }

    .ec-host-landing__workspace-card,
    .ec-host-landing__step,
    .ec-host-landing__capability,
    .ec-host-landing__governance-card,
    .ec-host-landing__return-card,
    .ec-host-landing__final-card {
        border-radius: 12px;
    }
}

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

    .ec-host-landing__button {
        transition: none;
    }

    .ec-host-landing__button:hover,
    .ec-host-landing__button:focus {
        transform: none;
    }
}

/* =========================================================
   HOST-CONFERENCE-UX-001-IMP-02-FIX5
   Arabic-first landing refinements
   ========================================================= */

.ec-host.ec-host-landing {
    margin: 0;
    min-height: 100vh;
    background: #f7f9fc;
    color: #172033;
    font-family: "Cairo", system-ui, -apple-system, sans-serif;
}

.ec-host-landing .ec-hp-topbar {
    width: min(1180px, calc(100% - 40px));
    min-height: 74px;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ec-host-landing .ec-hp-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #172033;
    text-decoration: none;
}

.ec-host-landing .ec-hp-brand-mark {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 43px;
    background: #173b72;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-brand-copy strong,
.ec-host-landing .ec-hp-brand-copy small {
    display: block;
}

.ec-host-landing .ec-hp-brand-copy small {
    margin-top: 3px;
    color: #667085;
    font-size: 11px;
}

.ec-host-landing .ec-hp-nav {
    display: flex;
    align-items: center;
    gap: 7px;
}

.ec-host-landing .ec-hp-nav a {
    text-decoration: none;
}

.ec-host-landing .ec-hp-nav-link,
.ec-host-landing .ec-hp-lang {
    padding: 9px 12px;
    border-radius: 9px;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
}

.ec-host-landing .ec-hp-lang {
    border: 1px solid #d5dce7;
    background: #fff;
}

.ec-host-landing .ec-hp-nav-cta {
    padding: 10px 15px;
    border-radius: 9px;
    background: #173b72;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 74px 0 82px;
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(350px, .88fr);
    gap: clamp(50px, 7vw, 92px);
    align-items: center;
}

.ec-host-landing .ec-hp-hero-copy {
    max-width: 650px;
}

.ec-host-landing .ec-hp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #e9f0fa;
    color: #315d92;
    font-size: 11px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-eyebrow span {
    color: #3f79bb;
    font-size: 8px;
}

.ec-host-landing .ec-hp-hero h1 {
    max-width: 700px;
    margin: 18px 0 16px;
    color: #15233b;
    font-size: clamp(40px, 5.5vw, 67px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

[dir="rtl"] .ec-host-landing .ec-hp-hero h1 {
    letter-spacing: 0;
}

.ec-host-landing .ec-hp-lead {
    max-width: 620px;
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.95;
}

.ec-host-landing .ec-hp-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ec-host-landing .ec-hp-btn {
    min-height: 46px;
    padding: 0 17px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-btn-primary {
    background: #173b72;
    color: #fff;
}

.ec-host-landing .ec-hp-btn-secondary {
    border: 1px solid #d4dce7;
    background: #fff;
    color: #344054;
}

.ec-host-landing .ec-hp-assurance {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    color: #667085;
    font-size: 10px;
    font-weight: 700;
}

.ec-host-landing .ec-hp-workspace-preview {
    padding: 24px;
    border: 1px solid #dce3ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(16,24,40,.08);
}

.ec-host-landing .ec-hp-preview-head,
.ec-host-landing .ec-hp-progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ec-host-landing .ec-hp-preview-kicker,
.ec-host-landing .ec-hp-preview-head strong {
    display: block;
}

.ec-host-landing .ec-hp-preview-kicker {
    margin-bottom: 4px;
    color: #98a2b3;
    font-size: 9px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-preview-head strong {
    color: #344054;
    font-size: 13px;
}

.ec-host-landing .ec-hp-preview-status {
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff5db;
    color: #8a6412;
    font-size: 9px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-preview-progress {
    margin-top: 22px;
}

.ec-host-landing .ec-hp-progress-row {
    margin-bottom: 7px;
    color: #667085;
    font-size: 10px;
}

.ec-host-landing .ec-hp-progress-track {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf1f6;
}

.ec-host-landing .ec-hp-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #3d75b5;
}

.ec-host-landing .ec-hp-preview-list {
    margin-top: 20px;
    display: grid;
    gap: 8px;
}

.ec-host-landing .ec-hp-preview-list > div {
    padding: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #edf0f4;
    border-radius: 11px;
}

.ec-host-landing .ec-hp-preview-list > div.is-current {
    border-color: #b9cde5;
    background: #f6f9fd;
}

.ec-host-landing .ec-hp-check,
.ec-host-landing .ec-hp-step-no {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    background: #e8eef7;
    color: #315d92;
    font-size: 10px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-preview-list strong,
.ec-host-landing .ec-hp-preview-list small {
    display: block;
}

.ec-host-landing .ec-hp-preview-list strong {
    color: #344054;
    font-size: 10px;
}

.ec-host-landing .ec-hp-preview-list small {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 8px;
}

.ec-host-landing .ec-hp-preview-next {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 11px;
    background: #173b72;
    color: #fff;
}

.ec-host-landing .ec-hp-preview-next small,
.ec-host-landing .ec-hp-preview-next strong {
    display: block;
}

.ec-host-landing .ec-hp-preview-next small {
    opacity: .72;
    font-size: 8px;
}

.ec-host-landing .ec-hp-preview-next strong {
    margin-top: 3px;
    font-size: 10px;
}

.ec-host-landing .ec-hp-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0;
}

.ec-host-landing .ec-hp-section-heading {
    max-width: 700px;
    margin-bottom: 30px;
}

.ec-host-landing .ec-hp-section-heading > span,
.ec-host-landing .ec-hp-section-label {
    color: #315d92;
    font-size: 10px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-section-heading h2,
.ec-host-landing .ec-hp-value h2,
.ec-host-landing .ec-hp-return h2 {
    margin: 8px 0 10px;
    color: #172033;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.3;
}

.ec-host-landing .ec-hp-section-heading p,
.ec-host-landing .ec-hp-value-copy > p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.9;
}

.ec-host-landing .ec-hp-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.ec-host-landing .ec-hp-process-card {
    min-height: 165px;
    padding: 19px;
    border: 1px solid #e0e6ee;
    border-radius: 14px;
    background: #fff;
}

.ec-host-landing .ec-hp-process-card > span {
    color: #3e70a8;
    font-size: 10px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-process-card h3 {
    margin: 17px 0 8px;
    color: #344054;
    font-size: 13px;
}

.ec-host-landing .ec-hp-process-card p {
    margin: 0;
    color: #7b8493;
    font-size: 10px;
    line-height: 1.75;
}

.ec-host-landing .ec-hp-value {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 55px;
    align-items: center;
}

.ec-host-landing .ec-hp-feature-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.ec-host-landing .ec-hp-feature-grid > div {
    padding: 15px;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    background: #fff;
}

.ec-host-landing .ec-hp-feature-grid strong,
.ec-host-landing .ec-hp-feature-grid span {
    display: block;
}

.ec-host-landing .ec-hp-feature-grid strong {
    color: #344054;
    font-size: 11px;
}

.ec-host-landing .ec-hp-feature-grid span {
    margin-top: 4px;
    color: #7b8493;
    font-size: 9px;
    line-height: 1.6;
}

.ec-host-landing .ec-hp-governance-card {
    padding: 27px;
    border-radius: 18px;
    background: #172f55;
    color: #fff;
}

.ec-host-landing .ec-hp-governance-icon {
    width: 39px;
    height: 39px;
    margin-bottom: 18px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    font-weight: 800;
}

.ec-host-landing .ec-hp-governance-card .ec-hp-section-label {
    display: block;
    color: #c5d7ec;
}

.ec-host-landing .ec-hp-governance-card h3 {
    margin: 9px 0;
    font-size: 19px;
    line-height: 1.5;
}

.ec-host-landing .ec-hp-governance-card p {
    margin: 0;
    color: #d4dfec;
    font-size: 11px;
    line-height: 1.85;
}

.ec-host-landing .ec-hp-return {
    width: min(1180px, calc(100% - 40px));
    margin: 28px auto 72px;
    padding: 34px 38px;
    border-radius: 18px;
    background: #173b72;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.ec-host-landing .ec-hp-return > div {
    max-width: 720px;
}

.ec-host-landing .ec-hp-return > div > span {
    color: #c6d6e9;
    font-size: 10px;
    font-weight: 800;
}

.ec-host-landing .ec-hp-return h2 {
    margin: 6px 0 5px;
    color: #fff;
    font-size: 25px;
}

.ec-host-landing .ec-hp-return p {
    margin: 0;
    color: #d8e2ee;
    font-size: 11px;
}

.ec-host-landing .ec-hp-btn-light {
    flex: 0 0 auto;
    background: #fff;
    color: #173b72;
}

.ec-host-landing .ec-hp-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 22px 0 30px;
    border-top: 1px solid #e4e8ef;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #98a2b3;
    font-size: 9px;
}

@media (max-width: 980px) {
    .ec-host-landing .ec-hp-hero,
    .ec-host-landing .ec-hp-value {
        grid-template-columns: 1fr;
    }

    .ec-host-landing .ec-hp-workspace-preview {
        max-width: 620px;
    }

    .ec-host-landing .ec-hp-process {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .ec-host-landing .ec-hp-topbar,
    .ec-host-landing .ec-hp-hero,
    .ec-host-landing .ec-hp-section,
    .ec-host-landing .ec-hp-return,
    .ec-host-landing .ec-hp-footer {
        width: min(100% - 28px, 1180px);
    }

    .ec-host-landing .ec-hp-topbar {
        align-items: flex-start;
    }

    .ec-host-landing .ec-hp-brand-copy small {
        display: none;
    }

    .ec-host-landing .ec-hp-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .ec-host-landing .ec-hp-nav-link {
        display: none;
    }

    .ec-host-landing .ec-hp-nav-cta {
        padding: 9px 11px;
        font-size: 10px;
    }

    .ec-host-landing .ec-hp-hero {
        padding: 46px 0 56px;
        gap: 36px;
    }

    .ec-host-landing .ec-hp-hero h1 {
        font-size: 39px;
    }

    .ec-host-landing .ec-hp-process,
    .ec-host-landing .ec-hp-feature-grid {
        grid-template-columns: 1fr;
    }

    .ec-host-landing .ec-hp-return {
        padding: 27px 23px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ec-host-landing .ec-hp-footer {
        flex-wrap: wrap;
    }
}

@media (max-width: 420px) {
    .ec-host-landing .ec-hp-hero h1 {
        font-size: 34px;
    }

    .ec-host-landing .ec-hp-hero-actions {
        display: grid;
    }

    .ec-host-landing .ec-hp-btn {
        width: 100%;
    }

    .ec-host-landing .ec-hp-workspace-preview {
        padding: 18px;
    }
}


/* =========================================================
   HOST-CONFERENCE-UX-001-IMP-02-FIX5A
   Explicit English/LTR landing geometry repair
   ========================================================= */

/*
 * FIX5 correctly changes the document to dir=ltr for English.
 * These rules make the landing composition explicitly LTR rather
 * than depending on direction-neutral behavior inherited from the
 * Arabic-first Host presentation system.
 */

html[dir="ltr"] .ec-host-landing,
html[dir="ltr"] body.ec-host-landing {
    direction: ltr;
    text-align: left;
}


/* ---------- Header ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-topbar {
    direction: ltr;
}

html[dir="ltr"] .ec-host-landing .ec-hp-brand {
    flex-direction: row;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-brand-copy {
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-nav {
    direction: ltr;
    flex-direction: row;
}


/* ---------- Hero ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-hero {
    direction: ltr;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(350px, .88fr);
}

html[dir="ltr"] .ec-host-landing .ec-hp-hero-copy {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-workspace-preview {
    grid-column: 2;
    grid-row: 1;
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-eyebrow {
    direction: ltr;
}

html[dir="ltr"] .ec-host-landing .ec-hp-hero h1,
html[dir="ltr"] .ec-host-landing .ec-hp-lead {
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-hero-actions,
html[dir="ltr"] .ec-host-landing .ec-hp-assurance {
    direction: ltr;
    justify-content: flex-start;
}


/* ---------- Workspace preview ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-preview-head,
html[dir="ltr"] .ec-host-landing .ec-hp-progress-row {
    direction: ltr;
}

html[dir="ltr"] .ec-host-landing .ec-hp-preview-head > div {
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-preview-status {
    margin-left: auto;
    margin-right: 0;
}

html[dir="ltr"] .ec-host-landing .ec-hp-preview-list > div {
    direction: ltr;
    flex-direction: row;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-check,
html[dir="ltr"] .ec-host-landing .ec-hp-step-no {
    margin-left: 0;
    margin-right: 0;
}

html[dir="ltr"] .ec-host-landing .ec-hp-preview-next {
    direction: ltr;
    text-align: left;
}


/* ---------- Journey ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-section-heading,
html[dir="ltr"] .ec-host-landing .ec-hp-process-card {
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-process {
    direction: ltr;
}


/* ---------- Value section ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-value {
    direction: ltr;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, .65fr);
}

html[dir="ltr"] .ec-host-landing .ec-hp-value-copy {
    grid-column: 1;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-governance-card {
    grid-column: 2;
    direction: ltr;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-feature-grid > div {
    direction: ltr;
    text-align: left;
}


/* ---------- Returning organizer ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-return {
    direction: ltr;
    flex-direction: row;
    text-align: left;
}

html[dir="ltr"] .ec-host-landing .ec-hp-return > div {
    text-align: left;
}


/* ---------- Footer ---------- */

html[dir="ltr"] .ec-host-landing .ec-hp-footer {
    direction: ltr;
    flex-direction: row;
    text-align: left;
}


/* =========================================================
   English responsive behavior
   ========================================================= */

@media (max-width: 980px) {

    html[dir="ltr"] .ec-host-landing .ec-hp-hero {
        grid-template-columns: 1fr;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-hero-copy,
    html[dir="ltr"] .ec-host-landing .ec-hp-workspace-preview {
        grid-column: 1;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-hero-copy {
        grid-row: 1;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-workspace-preview {
        grid-row: 2;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-value {
        grid-template-columns: 1fr;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-value-copy,
    html[dir="ltr"] .ec-host-landing .ec-hp-governance-card {
        grid-column: 1;
    }
}


@media (max-width: 680px) {

    html[dir="ltr"] .ec-host-landing .ec-hp-topbar {
        direction: ltr;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-nav {
        justify-content: flex-end;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-return {
        flex-direction: column;
        align-items: flex-start;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-footer {
        flex-direction: row;
    }
}


@media (max-width: 420px) {

    html[dir="ltr"] .ec-host-landing .ec-hp-hero-actions {
        justify-items: stretch;
    }

    html[dir="ltr"] .ec-host-landing .ec-hp-btn {
        justify-content: center;
    }
}
