@font-face {
    font-family: "IRANYekanX";
    src: url("/fonts/IRANYekanX/IRANYekanXFaNum-Medium.woff") format("woff");
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "IRANYekanX";
    src: url("/fonts/IRANYekanX/IRANYekanXFaNum-Heavy.woff") format("woff");
    font-weight: 800 900;
    font-display: swap;
}

:root {
    --brand: #407bff;
    --brand-deep: #2359d6;
    --brand-soft: #eef4ff;
    --gold: #edb436;
    --ink: #142033;
    --copy: #42526a;
    --muted: #6f7d91;
    --line: #dde5f0;
    --canvas: #f6f8fc;
    --white: #fff;
    --success: #1f9d73;
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shadow-sm: 0 12px 36px rgba(24, 48, 87, .08);
    --shadow-lg: 0 32px 80px rgba(28, 67, 132, .16);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

.marketing-body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    color: var(--ink);
    background: var(--white);
    font-family: "IRANYekanX", Tahoma, sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

.marketing-body *,
.marketing-body *::before,
.marketing-body *::after {
    box-sizing: border-box;
}

.marketing-body img {
    display: block;
    max-width: 100%;
}

.marketing-body a {
    color: inherit;
    text-decoration: none;
}

.marketing-body button,
.marketing-body input,
.marketing-body textarea {
    font: inherit;
}

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

.skip-link {
    position: fixed;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    z-index: 200;
    padding: 10px 16px;
    border-radius: 10px;
    color: var(--white) !important;
    background: var(--brand-deep);
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.marketing-body :focus-visible {
    outline: 3px solid rgba(64, 123, 255, .38);
    outline-offset: 3px;
}

.marketing-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(221, 229, 240, .85);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 6px 24px rgba(24, 48, 87, .04);
    backdrop-filter: blur(18px);
}

.marketing-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-link img { width: 188px; height: auto; }

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.3vw, 34px);
    color: #36455b;
    font-size: .92rem;
}

.desktop-nav a,
.footer-grid a,
.footer-bottom a { transition: color .2s ease; }

.desktop-nav a:hover,
.footer-grid a:hover,
.footer-bottom a:hover { color: var(--brand); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 19px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-weight: 700;
    line-height: 1.5;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button--large { min-height: 54px; padding: 13px 24px; }
.button--primary { color: var(--white) !important; background: var(--brand); box-shadow: 0 12px 28px rgba(64, 123, 255, .25); }
.button--primary:hover { background: var(--brand-deep); box-shadow: 0 16px 32px rgba(35, 89, 214, .28); }
.button--secondary { color: var(--brand-deep) !important; border-color: #c8d7f0; background: var(--white); }
.button--secondary:hover { border-color: var(--brand); background: var(--brand-soft); }
.button--ghost { color: var(--brand-deep) !important; border-color: #d7e1f0; background: #f9fbff; }

.mobile-menu-button {
    width: 46px;
    height: 46px;
    display: none;
    place-items: center;
    gap: 5px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
}

.mobile-menu-button span { width: 22px; height: 2px; display: block; border-radius: 2px; background: var(--ink); }

.mobile-navigation {
    padding: 8px 20px 22px;
    border-top: 1px solid var(--line);
    background: var(--white);
}

.mobile-navigation[hidden] { display: none; }
.mobile-navigation a:not(.button) { display: block; padding: 11px 4px; border-bottom: 1px solid #eef2f7; }
.mobile-navigation .button { width: 100%; margin-top: 14px; }

.marketing-main { overflow: clip; }

.hero {
    position: relative;
    isolation: isolate;
    padding: clamp(72px, 8vw, 122px) 0 90px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 86%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .38;
    background-image: radial-gradient(#b9c9e5 .75px, transparent .75px);
    background-size: 22px 22px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow--one { width: 460px; height: 460px; inset-block-start: -220px; inset-inline-end: -160px; background: rgba(64, 123, 255, .10); }
.hero-glow--two { width: 320px; height: 320px; inset-block-end: -140px; inset-inline-start: -90px; background: rgba(237, 180, 54, .10); }

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(42px, 6vw, 82px);
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--brand-deep);
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

.eyebrow span { width: 24px; height: 3px; border-radius: 8px; background: var(--gold); }

.hero h1 {
    max-width: 620px;
    margin: 20px 0 20px;
    font-size: clamp(2.35rem, 4.45vw, 4.55rem);
    font-weight: 900;
    line-height: 1.27;
    letter-spacing: -.055em;
}

.hero h1 strong { color: var(--brand); font-weight: inherit; }
.hero-lead { max-width: 600px; margin: 0; color: var(--copy); font-size: clamp(1rem, 1.45vw, 1.16rem); line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 26px 0 0;
    padding: 0;
    color: #52627a;
    font-size: .84rem;
    list-style: none;
}

.trust-points li { display: flex; align-items: center; gap: 7px; }
.trust-points i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: #e9f8f2; font-size: .65rem; }

.product-stage { position: relative; min-width: 0; padding: 24px 18px 34px; }
.product-stage::before { content: ""; position: absolute; inset: 6% 3% 0; z-index: -1; border-radius: 38px; background: linear-gradient(145deg, #dfeaff, #f7faff 62%, #fff4d9); transform: rotate(-2deg); }
.product-window { overflow: hidden; border: 1px solid #d5dfed; border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.product-window > img { width: 100%; aspect-ratio: 627 / 475; object-fit: cover; object-position: top; }
.window-bar { min-height: 42px; display: flex; align-items: center; gap: 6px; padding: 8px 12px; border-bottom: 1px solid #e7edf5; direction: ltr; background: #f8fafc; }
.window-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #cfd8e7; }
.window-bar > span:first-child { background: #ff7a70; }
.window-bar > span:nth-child(2) { background: #f3c24e; }
.window-bar > span:nth-child(3) { background: #51c995; }
.window-bar div { margin-inline: auto; padding: 2px 30px; border: 1px solid #e3e9f2; border-radius: 7px; color: #8793a5; background: #fff; font-size: .64rem; direction: rtl; }

.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 168px; padding: 11px 13px; border: 1px solid rgba(221, 229, 240, .9); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.floating-note > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--brand); background: var(--brand-soft); }
.floating-note span { display: grid; font-size: .78rem; font-weight: 800; line-height: 1.55; }
.floating-note small { color: var(--muted); font-size: .66rem; font-weight: 400; }
.floating-note--top { inset-block-start: -5px; inset-inline-end: -10px; }
.floating-note--bottom { inset-block-end: 1px; inset-inline-start: -12px; }

.outcomes,
.capabilities,
.architecture,
.deployment { padding: clamp(76px, 9vw, 118px) 0; }

.outcomes { padding-top: 64px; }
.section-heading { margin-bottom: 48px; }
.section-heading h2,
.architecture-copy h2,
.contact-copy h2 { margin: 10px 0 12px; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.45; letter-spacing: -.04em; }
.section-heading > p,
.section-heading--split > p,
.architecture-copy > p,
.contact-copy > p { color: var(--copy); }
.section-heading--center { max-width: 760px; margin-inline: auto; margin-bottom: 50px; text-align: center; }
.section-heading--center p { margin: 0 auto; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr); align-items: end; gap: 54px; }
.section-heading--split p { margin: 0 0 10px; }

.outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.outcome-card { min-width: 0; padding: 30px 25px; border-inline-end: 1px solid var(--line); }
.outcome-card:last-child { border-inline-end: 0; }
.outcome-card h3 { margin: 18px 0 8px; font-size: 1.05rem; }
.outcome-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--brand-deep); background: var(--brand-soft); font-size: 1.1rem; }
.icon-box--gold { color: #a86d00; background: #fff6de; }
.icon-box--green { color: #16815e; background: #e8f8f2; }
.icon-box--slate { color: #485a73; background: #eef1f6; }

.capabilities { background: var(--canvas); }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.capability-card { position: relative; min-width: 0; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.capability-card:hover { transform: translateY(-5px); border-color: #c4d4ef; box-shadow: var(--shadow-sm); }
.capability-card--featured { border-color: #c9d9f8; background: linear-gradient(145deg, #fff, #f4f8ff); }
.capability-card .card-number { position: absolute; inset-block-start: 18px; inset-inline-end: 24px; color: #e1e7f1; font-size: 2.2rem; font-weight: 900; }
.capability-card h3 { margin: 22px 0 10px; font-size: 1.2rem; }
.capability-card p { min-height: 76px; margin: 0; color: var(--copy); font-size: .9rem; }
.capability-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.capability-card li { padding: 4px 10px; border: 1px solid #e2e9f3; border-radius: 20px; color: #617089; background: #f8fafc; font-size: .72rem; }

.architecture-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(46px, 7vw, 96px); }
.architecture-visual { position: relative; padding: 16px; border: 1px solid #e1e8f2; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f5f9ff, #fff); box-shadow: var(--shadow-sm); }
.architecture-visual img { width: 100%; border-radius: 20px; }
.architecture-copy > p { margin: 0 0 30px; line-height: 2; }
.architecture-list { display: grid; gap: 12px; }
.architecture-list > div { display: flex; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid #e3eaf4; border-radius: 15px; background: #fbfcfe; }
.architecture-list i { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--brand); background: var(--brand-soft); }
.architecture-list span { display: grid; line-height: 1.6; }
.architecture-list strong { font-size: .9rem; }
.architecture-list small { color: var(--muted); font-size: .75rem; }

.deployment { background: #101d33; color: var(--white); }
.deployment .section-kicker { color: #9ebcff; }
.deployment .section-heading p { color: #aab6c8; }
.deployment-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.deployment-steps::before { content: ""; position: absolute; inset-block-start: 27px; inset-inline: 16.66%; border-top: 1px dashed rgba(156, 185, 239, .4); }
.deployment-steps li { position: relative; display: grid; justify-items: center; text-align: center; }
.step-number { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; border: 7px solid #101d33; border-radius: 50%; color: var(--white); background: var(--brand); box-shadow: 0 0 0 1px rgba(158, 188, 255, .35); font-weight: 900; }
.deployment-steps div { padding: 17px 18px 0; }
.deployment-steps h3 { margin: 0 0 9px; font-size: 1.08rem; }
.deployment-steps p { margin: 0; color: #aab6c8; font-size: .86rem; }

.contact-section { padding: clamp(78px, 9vw, 118px) 0; color: var(--white); background: linear-gradient(115deg, #2359d6, #3975f4 55%, #316be9); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(48px, 7vw, 94px); }
.section-kicker--light { color: #dce7ff; }
.contact-copy > p { color: #e3ebff; }
.direct-contact { display: grid; gap: 12px; margin-top: 32px; }
.direct-contact a { display: flex; align-items: center; gap: 13px; width: fit-content; max-width: 100%; }
.direct-contact i { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: rgba(255, 255, 255, .13); }
.direct-contact span { min-width: 0; display: grid; line-height: 1.55; }
.direct-contact small { color: #cddcff; font-size: .72rem; }
.direct-contact strong { overflow-wrap: anywhere; font-size: .88rem; }

.contact-form { min-width: 0; display: grid; gap: 16px; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(255, 255, 255, .35); border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 28px 70px rgba(10, 32, 79, .25); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 2px; }
.form-heading h3 { margin: 3px 0 0; font-size: 1.28rem; }
.form-heading > i { color: #25d366; font-size: 2.3rem; }
.form-step { color: var(--brand); font-size: .73rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.contact-form label { min-width: 0; display: grid; gap: 6px; color: #344258; font-size: .8rem; font-weight: 700; }
.contact-form label > span { color: var(--muted); font-size: .7rem; font-weight: 400; }
.contact-form input,
.contact-form textarea { width: 100%; min-width: 0; border: 1px solid #dce4ef; border-radius: 11px; color: var(--ink); background: #fbfcfe; outline: 0; }
.contact-form input { min-height: 48px; padding: 8px 13px; }
.contact-form textarea { resize: vertical; padding: 10px 13px; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(64, 123, 255, .12); }
.contact-form ::placeholder { color: #98a4b5; font-weight: 400; }
.button--whatsapp { width: 100%; margin-top: 2px; color: #fff; background: #168e5f; box-shadow: 0 12px 24px rgba(22, 142, 95, .2); }
.button--whatsapp:hover { background: #10754e; }
.form-note { display: flex; align-items: flex-start; gap: 7px; margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.8; }
.form-note i { margin-top: 5px; color: var(--brand); }

.marketing-footer { padding: 60px 0 20px; border-top: 1px solid var(--line); color: #536177; background: #f8fafc; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 60px; padding-bottom: 42px; }
.footer-brand p { max-width: 410px; margin: 20px 0 0; font-size: .88rem; }
.footer-grid h2 { margin: 0 0 15px; color: var(--ink); font-size: .95rem; }
.footer-grid ul { display: grid; gap: 8px; margin: 0; padding: 0; font-size: .82rem; list-style: none; }
.contact-list a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .74rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 1080px) {
    .desktop-nav { gap: 16px; font-size: .82rem; }
    .desktop-login { padding-inline: 13px; }
    .hero-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 36px; }
    .floating-note { display: none; }
}

@media (max-width: 960px) {
    .desktop-nav,
    .desktop-login { display: none; }
    .mobile-menu-button { display: grid; }
    .hero { padding-top: 62px; }
    .hero-grid,
    .architecture-grid,
    .contact-grid { grid-template-columns: minmax(0, 1fr); }
    .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
    .hero h1,
    .hero-lead { margin-inline: auto; }
    .hero-actions,
    .trust-points { justify-content: center; }
    .product-stage { width: min(720px, 100%); margin-inline: auto; }
    .outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .outcome-card:nth-child(2) { border-inline-end: 0; }
    .outcome-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .architecture-visual { order: 2; }
    .contact-copy { max-width: 700px; text-align: center; margin-inline: auto; }
    .direct-contact { justify-items: center; }
    .contact-form { width: min(720px, 100%); margin-inline: auto; }
}

@media (max-width: 720px) {
    .marketing-container { width: min(100% - 28px, 1180px); }
    .marketing-nav { min-height: 68px; }
    .brand-link img { width: 162px; }
    .hero { padding-block: 52px 70px; }
    .hero h1 { font-size: clamp(2.1rem, 11vw, 3.2rem); }
    .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
    .hero-actions .button { width: 100%; }
    .trust-points { display: grid; justify-content: start; text-align: right; }
    .product-stage { margin-top: 10px; padding: 12px 4px 20px; }
    .product-window { border-radius: 14px; transform: none; }
    .window-bar div { padding-inline: 12px; }
    .section-heading--split { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .outcome-grid,
    .capability-grid,
    .deployment-steps,
    .form-row,
    .footer-grid { grid-template-columns: minmax(0, 1fr); }
    .outcome-card { border-inline-end: 0; border-bottom: 1px solid var(--line); }
    .outcome-card:nth-child(3) { border-bottom: 1px solid var(--line); }
    .outcome-card:last-child { border-bottom: 0; }
    .capability-card p { min-height: auto; }
    .deployment-steps { gap: 30px; }
    .deployment-steps::before { inset-block: 28px 28px; inset-inline-start: 50%; border-top: 0; border-inline-start: 1px dashed rgba(156, 185, 239, .4); }
    .deployment-steps li { grid-template-columns: 56px minmax(0, 1fr); align-items: start; justify-items: stretch; text-align: right; }
    .deployment-steps div { padding: 4px 14px 0 0; }
    .step-number { border-width: 6px; }
    .contact-form { padding: 23px 18px; border-radius: 22px; }
    .footer-grid { gap: 32px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Authentication */
.auth-body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: #f5f8fe;
    font-family: "IRANYekanX", Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.auth-body *, .auth-body *::before, .auth-body *::after { box-sizing: border-box; }
.auth-body :focus-visible { outline: 3px solid rgba(64, 123, 255, .35); outline-offset: 3px; }
.auth-page { min-height: 100vh; display: grid; grid-template-columns: minmax(460px, .82fr) minmax(560px, 1.18fr); }
.auth-panel { display: grid; place-items: center; padding: 46px clamp(28px, 5vw, 82px); background: #fff; }
.auth-card { width: min(100%, 440px); }
.auth-logo { display: inline-flex; margin-bottom: 54px; }
.auth-logo img { width: 214px; height: auto; }
.auth-heading > span { color: var(--brand); font-size: .76rem; font-weight: 800; }
.auth-heading h1 { margin: 4px 0 8px; font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.35; }
.auth-heading p { margin: 0 0 30px; color: var(--muted); font-size: .9rem; }
.auth-alert { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 20px; padding: 12px 14px; border: 1px solid #ffc8c8; border-radius: 12px; color: #a82b2b; background: #fff4f4; font-size: .8rem; }
.auth-form { display: grid; }
.auth-form > label { margin-bottom: 7px; color: #344258; font-size: .8rem; font-weight: 700; }
.auth-form > .auth-field + label { margin-top: 17px; }
.auth-field { position: relative; }
.auth-field > i { position: absolute; inset-block-start: 50%; inset-inline-start: 15px; z-index: 1; color: #8b98aa; transform: translateY(-50%); }
.auth-field input { width: 100%; min-height: 54px; padding: 9px 45px 9px 48px; border: 1px solid #d9e2ef; border-radius: 13px; color: var(--ink); background: #f9fbfe; font: inherit; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.auth-field input:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(64, 123, 255, .1); }
.auth-field input::placeholder { color: #a1abba; font-size: .82rem; }
.password-toggle { position: absolute; inset-block-start: 50%; inset-inline-end: 8px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 10px; color: #7e8a9c; background: transparent; cursor: pointer; transform: translateY(-50%); }
.password-toggle:hover { color: var(--brand); background: var(--brand-soft); }
.auth-options { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 20px 0 25px; font-size: .78rem; }
.remember-option { display: flex; align-items: center; gap: 8px; white-space: nowrap; cursor: pointer; }
.remember-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--brand); }
.auth-options > a { color: var(--brand-deep); font-weight: 700; text-decoration: none; }
.auth-submit { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 13px; color: #fff; background: var(--brand); box-shadow: 0 14px 28px rgba(64, 123, 255, .24); cursor: pointer; font: inherit; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.auth-submit:hover { background: var(--brand-deep); box-shadow: 0 18px 34px rgba(35, 89, 214, .28); transform: translateY(-2px); }
.auth-support { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }
.auth-support a { color: var(--brand-deep); font-weight: 800; text-decoration: none; }
.auth-showcase { position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; padding: clamp(52px, 7vw, 92px); color: #fff; background: #101d33; }
.auth-showcase::before, .auth-showcase::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); }
.auth-showcase::before { width: 580px; height: 580px; inset-block-start: -260px; inset-inline-end: -220px; background: rgba(64, 123, 255, .28); }
.auth-showcase::after { width: 430px; height: 430px; inset-block-end: -250px; inset-inline-start: -130px; background: rgba(237, 180, 54, .12); }
.auth-showcase-content { width: min(100%, 680px); }
.auth-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: #cbdcff; background: rgba(255,255,255,.06); font-size: .72rem; }
.auth-showcase h2 { max-width: 620px; margin: 18px 0 12px; font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: 1.45; letter-spacing: -.04em; }
.auth-showcase p { max-width: 600px; margin: 0; color: #afbdd1; font-size: .92rem; line-height: 2; }
.auth-showcase img { width: min(100%, 520px); height: auto; display: block; margin: 30px auto 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 34px 70px rgba(0,0,0,.3); object-fit: contain; }
.auth-showcase ul { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0; padding: 0; color: #d9e4f4; font-size: .78rem; list-style: none; }
.auth-showcase li { display: flex; align-items: center; gap: 7px; }
.auth-showcase li i { color: #69d4a9; }

@media (max-width: 1020px) {
    .auth-page { grid-template-columns: minmax(0, 1fr); }
    .auth-showcase { display: none; }
    .auth-panel { min-height: 100vh; }
}

@media (max-width: 520px) {
    .auth-panel { align-items: start; padding: 28px 20px 36px; }
    .auth-card { padding-top: 4px; }
    .auth-logo { margin-bottom: 52px; }
    .auth-logo img { width: 184px; }
    .auth-heading h1 { font-size: 2.1rem; }
    .auth-options { align-items: flex-start; flex-direction: column; gap: 12px; }
    .auth-submit { margin-top: 4px; }
}
