:root {
    --ink: #151715;
    --ink-soft: #30342f;
    --green: #69b83f;
    --green-dark: #397b26;
    --green-pale: #eaf4e4;
    --paper: #f3f5ef;
    --white: #fff;
    --line: #d9ddd4;
    --muted: #667064;
    --danger: #a12a2a;
    --radius: 20px;
    --shadow: 0 22px 60px rgba(18, 24, 17, .1);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg, video { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(2.7rem, 6vw, 5.9rem); font-weight: 650; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); font-weight: 620; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); min-width: 0; margin-inline: auto; }
.narrow { max-width: 850px; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
.route-loader { min-height: 100vh; display: grid; place-items: center; background: var(--paper); color: var(--green-dark); font-weight: 750; letter-spacing: .03em; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(21, 23, 21, .96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.nav-wrap { position: relative; z-index: 102; width: min(1240px, calc(100% - 32px)); min-height: 76px; margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 8px; margin-inline: auto; }
.main-nav > a, .nav-menu-trigger { min-height: 40px; padding: 0 13px; border: 0; border-radius: 10px; background: transparent; display: inline-flex; align-items: center; color: #c9cec6; font-size: .88rem; font-weight: 650; line-height: 1; transition: color .18s ease, background .18s ease; }
.main-nav > a:hover, .main-nav > a.active, .nav-menu-trigger:hover, .nav-menu-trigger.active, .nav-menu-trigger[aria-expanded="true"] { background: rgba(255,255,255,.08); color: var(--white); }
.nav-menu-group, .nav-account-menu { position: relative; }
.nav-menu-trigger { gap: 7px; cursor: pointer; }
.nav-menu-trigger svg, .nav-account-chevron { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .18s ease; }
.nav-menu-trigger[aria-expanded="true"] svg, .nav-account-trigger[aria-expanded="true"] .nav-account-chevron { transform: rotate(180deg); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-actions form { margin: 0; }
.text-link { color: #e5e8e1; font-size: .88rem; }
.nav-account-trigger { min-height: 50px; max-width: 230px; padding: 5px 9px 5px 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.045); display: grid; grid-template-columns: 36px minmax(0, 1fr) 16px; align-items: center; gap: 9px; color: var(--white); cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease; }
.nav-account-trigger:hover, .nav-account-trigger.active, .nav-account-trigger[aria-expanded="true"] { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.09); }
.nav-account-avatar { width: 36px; height: 36px; border-radius: 10px; background: var(--green); display: grid; place-items: center; color: #10200d; font-size: .8rem; font-weight: 850; }
.nav-account-copy, .nav-account-summary > span:last-child { min-width: 0; display: grid; line-height: 1.2; }
.nav-account-copy strong, .nav-account-summary strong { font-size: .74rem; font-weight: 800; }
.nav-account-copy small { overflow: hidden; color: #aeb6ab; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.nav-popover { position: absolute; top: calc(100% + 12px); z-index: 104; width: 315px; padding: 9px; border: 1px solid #3a4038; border-radius: 14px; background: #1b1f1a; box-shadow: 0 18px 45px rgba(0,0,0,.32); animation: nav-popover-in .16s cubic-bezier(.16,1,.3,1); }
.nav-popover--management { left: 0; }
.nav-popover--account { right: 0; width: 300px; }
.nav-popover > a, .nav-signout { width: 100%; min-height: 58px; padding: 9px 10px; border: 0; border-radius: 10px; background: transparent; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 11px; color: #eff2ed; cursor: pointer; text-align: left; }
.nav-popover > a:hover, .nav-popover > a.active, .nav-signout:hover { background: rgba(255,255,255,.07); }
.nav-popover > a > span:last-child, .nav-signout > span:last-child { min-width: 0; display: grid; }
.nav-popover strong { font-size: .82rem; font-weight: 760; }
.nav-popover small { color: #aeb6ab; font-size: .7rem; line-height: 1.35; }
.nav-popover-icon { width: 34px; height: 34px; border: 1px solid rgba(105,184,63,.24); border-radius: 9px; background: rgba(105,184,63,.08); display: grid; place-items: center; color: #8fd06b; }
.nav-popover-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.nav-popover-separator { height: 1px; margin: 7px 10px 8px; background: #343a32; }
.nav-popover-label { padding: 0 11px 5px; display: block; color: #899187; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nav-account-summary { margin-bottom: 7px; padding: 8px 10px 12px; border-bottom: 1px solid #343a32; display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 11px; color: var(--white); }
.nav-account-summary small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-signout { color: #ffd8d8; }
.nav-signout .nav-popover-icon { border-color: rgba(220,103,103,.24); background: rgba(220,103,103,.08); color: #e18c8c; }
.nav-menu-scrim { position: fixed; inset: 76px 0 0; z-index: 99; padding: 0; border: 0; background: rgba(0,0,0,.08); cursor: default; }
@keyframes nav-popover-in { from { opacity: 0; transform: translateY(-5px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.nav-toggle { width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; display: none; flex: 0 0 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--white); cursor: pointer; }
.nav-toggle span { width: 19px; height: 2px; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { min-height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); border-color: var(--green); color: #10160d; }
.btn-primary:hover { background: #7acb4f; border-color: #7acb4f; color: #0d120b; }
.btn-primary:disabled { background: var(--green); border-color: var(--green); color: #10160d; }
.btn-light { background: rgba(255,255,255,.1); color: var(--white); border-color: rgba(255,255,255,.35); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { background: transparent; color: #dfe4dc; border-color: rgba(255,255,255,.25); }
.btn-small { min-height: 38px; padding-inline: 17px; font-size: .85rem; }
.btn-block { width: 100%; }
.btn:disabled { cursor: not-allowed; opacity: .55; transform: none; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(105,184,63,.55); outline-offset: 3px; }

.hero { min-height: 720px; display: flex; align-items: center; color: var(--white); background: linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 47%, rgba(0,0,0,.2) 76%), url("img/hero.png") 67% center / cover no-repeat; }
.hero-content { padding-block: 110px; }
.hero h1 { max-width: 760px; margin: 23px 0 25px; }
.hero p { max-width: 625px; color: #c9cec6; font-size: 1.18rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.eyebrow { color: var(--green); font-size: .73rem; letter-spacing: .17em; font-weight: 800; }
.eyebrow--dark { color: var(--green-dark); }

.section { padding: 105px 0; }
.section--light { background: var(--paper); }
.section--green { background: var(--green); color: #10200d; }
.section--green .eyebrow { color: #20391a; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 44px; }
.section-heading h2 { max-width: 760px; margin: 13px 0 0; }
.section-heading--small { margin-bottom: 24px; }
.section-heading--small h2 { font-size: 2rem; }
.arrow-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); white-space: nowrap; font-weight: 700; }

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-grid--all { grid-template-columns: repeat(2, 1fr); }
.platform-card { min-height: 380px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(26,31,24,.04); }
.platform-card:hover { border-color: #b9c5b2; transform: translateY(-3px); transition: .2s ease; }
.platform-monogram { width: 50px; height: 50px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 15px; background: var(--green-pale); color: var(--green-dark); font-size: 1.35rem; font-weight: 850; }
.card-kicker { color: var(--green-dark); font-size: .7rem; letter-spacing: .13em; font-weight: 850; text-transform: uppercase; }
.platform-card h2, .platform-card h3 { margin: 11px 0; }
.platform-card h3 { font-size: 2.1rem; }
.platform-card p { margin-bottom: 28px; }
.price { margin-top: auto; font-size: 1.22rem; font-weight: 800; }
.price small { color: var(--muted); font-size: .75rem; font-weight: 500; }
.platform-card-top, .platform-footer { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.platform-card--detailed { min-height: 410px; }
.platform-card--detailed h2 { font-size: 2.6rem; }
.platform-footer { align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.platform-footer a { color: var(--green-dark); font-weight: 750; }
.status-dot { color: var(--green-dark); font-size: .75rem; font-weight: 700; }
.status-dot::before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--green); }
.metric-row { display: flex; gap: 50px; margin: 20px 0 28px; }
.metric-row div { display: flex; flex-direction: column; }
.metric-row strong { font-size: 1.6rem; }
.metric-row span { color: var(--muted); font-size: .78rem; }

.value-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.value-grid h2 { max-width: 520px; margin-top: 14px; }
.steps article { padding: 25px 0; border-bottom: 1px solid rgba(18,31,14,.25); display: grid; grid-template-columns: 58px 1fr; gap: 22px; }
.steps article > span { font-size: .8rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 1.55rem; }
.steps p { margin: 0; color: #24421e; }
.trusted-section { background: var(--white); padding-block: 65px; }
.trusted-label { text-align: center; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.logo-row { margin-top: 34px; display: flex; align-items: center; justify-content: space-around; gap: 35px; flex-wrap: wrap; filter: grayscale(1); opacity: .72; }
.logo-row img { max-width: 120px; max-height: 48px; object-fit: contain; }
.cta-section { padding: 80px 0; background: var(--paper); }
.cta-card { min-height: 280px; padding: 55px 65px; border-radius: 28px; background: var(--green); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-card h2 { max-width: 760px; margin: 12px 0 0; }

.page-hero { padding: 115px 0 105px; color: var(--white); background: var(--ink); }
.page-hero h1 { margin: 20px 0 22px; max-width: 950px; }
.page-hero p { max-width: 690px; color: #c2c9bf; font-size: 1.12rem; }
.page-hero--compact { padding-block: 80px; }
.split-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-grid p { margin-bottom: 8px; font-size: 1.17rem; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.story-visual { min-height: 520px; display: grid; place-items: center; border-radius: 25px; overflow: hidden; background: #050605; }
.story-visual img { width: min(85%, 440px); }
.story-grid h2 { margin: 14px 0 25px; }
.story-grid p { font-size: 1.08rem; }
.principles { margin-top: 35px; border-top: 1px solid var(--line); }
.principles div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 130px 1fr; }
.principles span { color: var(--muted); }

.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 5px; cursor: pointer; font-size: 1.15rem; font-weight: 750; list-style: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--green-dark); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 45px 25px 5px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.contact-aside { padding-top: 25px; }
.contact-aside h2 { font-size: 2.5rem; margin: 14px 0 22px; }
.contact-detail { padding: 20px 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.contact-detail span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.form-card, .panel-card, .summary-card { padding: 35px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(20,30,18,.05); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 25px; }
.form-grid label, .form-card > form > label, .builder-step > label { display: flex; flex-direction: column; gap: 8px; color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.field-full { grid-column: 1 / -1; }
input:not([type="checkbox"]), select, textarea, .form-control { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cfd5cb; border-radius: 10px; background: #fbfcfa; color: var(--ink); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus, .form-control:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(105,184,63,.16); }
.validation-message, .validation-summary-errors { color: var(--danger); font-size: .82rem; }
.success-panel { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: start; }
.success-panel > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-weight: 900; }
.success-panel h2 { margin: 25px 0 10px; }

.dashboard-header { padding: 75px 0 45px; background: var(--paper); border-bottom: 1px solid var(--line); }
.dashboard-header h1 { margin: 12px 0; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.dashboard-header p { margin-bottom: 0; }
.dashboard-header .section-heading { margin-bottom: 0; }
.dashboard-section { padding-top: 48px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stat-grid article { min-height: 180px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); display: flex; flex-direction: column; }
.stat-grid span, .stat-grid small { color: var(--muted); font-size: .78rem; }
.stat-grid strong { margin-block: auto; font-size: 2.4rem; line-height: 1; }
.dashboard-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.dashboard-grid--payments { grid-template-columns: 1fr 1fr; }
.panel-card--dark { background: var(--ink); color: var(--white); }
.panel-card--dark p { color: #bac2b7; }
.panel-card h2 { margin: 13px 0 18px; font-size: 2rem; }
.quick-links { display: flex; flex-direction: column; }
.quick-links a { padding: 17px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-weight: 700; }
.quick-links b { color: var(--green-dark); }
.empty-state { padding: 34px; border: 1px dashed #bac2b7; border-radius: var(--radius); color: var(--muted); text-align: center; }
.empty-state--large { padding: 80px 30px; }
.empty-state--large h2 { margin: 15px 0 10px; font-size: 2.2rem; color: var(--ink); }
.empty-state--large .btn { margin-top: 15px; }
.empty-icon { width: 60px; height: 60px; margin: auto; border-radius: 50%; display: grid; place-items: center; background: var(--green-pale); color: var(--green-dark); font-size: 2rem; }

.table-card { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.data-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.data-table th { padding: 16px 20px; background: #e9ece5; color: #5d675b; font-size: .68rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 20px; border-top: 1px solid var(--line); color: #4c554a; }
.data-table tr:hover td { background: #fafbf8; }
.contracts-table th:last-child, .contracts-table td:last-child { text-align: right; }
.contract-number { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 850; white-space: nowrap; }
.contract-number span { color: var(--green-dark); transition: transform .18s ease; }
.contract-number:hover { color: var(--green-dark); }
.contract-number:hover span { transform: translate(2px, -2px); }
.contract-open { display: inline-flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: .76rem; font-weight: 800; white-space: nowrap; }
.contract-open:hover { color: var(--ink); }
.table-action { width: 130px; }
.country-code { margin-right: 7px; padding: 4px 7px; background: var(--green-pale); border-radius: 5px; color: var(--green-dark); font-size: .67rem; font-weight: 800; }
.status-badge { padding: 5px 9px; border-radius: 999px; background: #eceeea; color: #5f665d; font-size: .7rem; font-weight: 750; white-space: nowrap; }
.status-badge--large { padding: 9px 14px; font-size: .75rem; }
.status-active, .status-approved { background: #ddf1d2; color: #2d6b1d; }
.status-pendingpayment, .status-pending, .status-pastdue { background: #fff0c7; color: #755408; }
.status-failed, .status-cancelled { background: #f7dada; color: #8a2424; }
.status-suspended { background: #e4e1f8; color: #514593; }
.back-link { display: block; margin-bottom: 28px; color: var(--green-dark); font-size: .82rem; font-weight: 750; }

.contract-detail-header { padding: 55px 0 42px; background: var(--paper); border-bottom: 1px solid var(--line); }
.contract-title-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.contract-title-row h1 { margin: 12px 0 8px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.contract-title-row p { margin: 0; }
.contract-title-actions { display: flex; align-items: center; justify-content: end; gap: 10px; flex-wrap: wrap; }
.contract-detail-section { padding-top: 42px; }
.contract-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; align-items: start; }
.contract-detail-main { display: grid; gap: 24px; }
.contract-info-card h2, .contract-platforms-card h2, .confirmation-card h2 { margin: 10px 0 0; font-size: 1.8rem; }
.contract-facts { margin: 26px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contract-facts > div { padding: 18px 0; border-top: 1px solid var(--line); }
.contract-facts > div:nth-child(odd) { padding-right: 24px; }
.contract-facts > div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line); }
.contract-facts dt { margin-bottom: 6px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contract-facts dd { margin: 0; color: var(--ink); font-weight: 750; }
.platform-count { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-weight: 850; }
.contract-platform-list { margin-top: 22px; }
.contract-platform-item { padding: 15px 0; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.contract-platform-item > div { flex: 1; display: flex; flex-direction: column; }
.contract-platform-item small { color: var(--muted); }
.contract-platform-item .platform-monogram { width: 42px; height: 42px; margin: 0; border-radius: 11px; font-size: 1rem; }
.contract-summary { position: sticky; top: 100px; }
.confirmation-card { margin-bottom: 24px; padding: 24px; border: 1px solid #e9c7c7; border-radius: var(--radius); background: #fff8f8; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.confirmation-card p { max-width: 700px; margin: 8px 0 0; }
.confirmation-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.btn-outline-danger { border-color: #c76d6d; color: #8a2424; background: transparent; }
.btn-outline-danger:hover { border-color: #8a2424; background: #fff2f2; }
.btn-danger { border-color: #8a2424; background: #8a2424; color: var(--white); }
.btn-danger:hover { border-color: #6f1c1c; background: #6f1c1c; }
.alert-success { background: #e5f4df; border-color: #c9e6bd; color: #2d6b1d; }

.advertising-header { padding: 55px 0 42px; background: var(--paper); border-bottom: 1px solid var(--line); }
.advertising-title-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.advertising-title-row h1 { margin: 12px 0 8px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.advertising-title-row p { margin: 0; }
.advertising-section { padding-top: 40px; }
.platform-switcher { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: grid; grid-template-columns: minmax(220px, .75fr) 1.25fr; align-items: center; gap: 35px; }
.platform-switcher h2 { margin: 8px 0 5px; font-size: 1.8rem; }
.platform-switcher p { margin: 0; }
.platform-switcher-options { display: flex; justify-content: end; flex-wrap: wrap; gap: 10px; }
.platform-switcher-button { min-width: 145px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfa; color: var(--ink); display: flex; align-items: center; gap: 10px; font-weight: 800; cursor: pointer; }
.platform-switcher-button:hover, .platform-switcher-button.selected { border-color: var(--green); background: var(--green-pale); }
.platform-switcher-button .platform-monogram { width: 34px; height: 34px; margin: 0; border-radius: 9px; font-size: .9rem; }
.platform-switcher-button--all { min-width: 112px; }
.platform-multi-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: #edf1e9; color: var(--green-dark); }
.platform-logo-wrap { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 9px; background: #f0f3ed; overflow: hidden; }
.platform-logo-wrap img { width: 32px; height: 32px; object-fit: contain; }
.completion-dot { width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; display: inline-block; margin-left: auto; }
.completion-empty { background: #d9362b; }
.completion-partial { background: #efbd20; }
.completion-complete { background: #17895f; }
.platform-selection-summary { margin-top: 14px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.platform-selection-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.platform-selection-chip { padding: 7px 10px; border: 1px solid #c9d4c3; border-radius: 10px; background: var(--green-pale); display: inline-flex; align-items: center; gap: 7px; font-weight: 750; font-size: .87rem; }
.platform-selection-chip img { width: 23px; height: 23px; object-fit: contain; }
.completion-legend { margin-left: auto; display: flex; flex-wrap: wrap; gap: 13px; color: var(--muted); font-size: .79rem; }
.completion-legend span { display: inline-flex; align-items: center; gap: 6px; }
.completion-legend .completion-dot { margin: 0; }
.preview-link { display: inline-flex; margin-top: 10px; color: var(--green-dark); font-size: .84rem; font-weight: 750; }

.payment-hero-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.payment-hero-card h2 { margin: 8px 0 6px; font-size: 1.8rem; }
.payment-hero-card p { margin: 0; max-width: 720px; }
.payment-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: end; }
.integration-status { padding: 8px 11px; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.integration-status.ready { background: #e7f5df; color: #247414; }
.integration-status.pending { background: #fff0c9; color: #805400; }
.payment-section-grid { margin-top: 22px; }
.configuration-row { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; }
.configuration-note { margin: 18px 0 0; font-size: .82rem; }
.subscription-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.subscription-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; display: grid; gap: 15px; }
.subscription-card h3 { margin: 6px 0; font-size: 1.2rem; }
.subscription-card p { margin: 0; font-size: .86rem; }
.subscription-card label { display: grid; gap: 6px; font-size: .78rem; font-weight: 800; }
.subscription-card select, .data-table select { width: 100%; min-width: 150px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.subscription-price { font-size: 1.55rem; }
.table-actions { display: flex; align-items: center; gap: 10px; }
.status-onhold, .status-failed, .status-delinquent { background: #ffe5e0; color: #a4291b; }
.status-cancelled { background: #eceeea; color: #5c645b; }
.advertising-section-heading { margin: 48px 0 22px; display: flex; justify-content: space-between; align-items: end; }
.advertising-section-heading h2 { margin: 8px 0 4px; font-size: 2.25rem; }
.advertising-section-heading p { margin: 0; }
.editorial-heading { margin-top: 60px; }
.asset-grid, .editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.asset-editor-card, .editorial-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(28,35,25,.04); }
.asset-editor-heading { min-height: 55px; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.asset-editor-heading h3 { margin: 4px 0 0; font-size: 1.45rem; }
.asset-format { color: var(--green-dark); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.asset-preview { height: 220px; margin: 20px 0; overflow: hidden; border: 1px dashed #bdc6b9; border-radius: 12px; background: #f2f4ef; display: grid; place-items: center; }
.asset-preview img { width: 100%; height: 100%; object-fit: contain; }
.asset-preview-vertical img { width: auto; max-width: 55%; }
.asset-preview-empty { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--muted); }
.asset-preview-empty span { color: var(--green-dark); font-size: 2rem; }
.publication-status { border: 1px solid transparent; }
.status-draft { border-color: #ead99e; background: #fff7d9; color: #7b5b08; }
.status-published { border-color: #c7e2ba; background: #e8f6e1; color: #2e741d; }
.btn-draft { border-color: #bfc8ba; background: #fff; color: var(--ink); }
.btn-draft:hover { border-color: var(--green-dark); background: #f4f8f1; color: var(--green-dark); }
.publication-actions { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.asset-preview-composer { margin-top: 18px; }
.preview-device-selector { width: fit-content; max-width: 100%; margin-left: auto; padding: 4px; border: 1px solid #d8ded4; border-radius: 12px; background: #f6f8f4; display: flex; align-items: center; gap: 4px; }
.preview-device-selector > span { margin: 0 8px; color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.preview-device-button { min-height: 37px; padding: 7px 11px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #60695d; display: inline-flex; align-items: center; gap: 7px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.preview-device-button i { width: 17px; height: 15px; display: grid; place-items: center; font-style: normal; line-height: 1; }
.preview-device-glyph { position: relative; display: block; color: currentColor; }
.preview-device-glyph--mobile { width: 8px; height: 14px; border: 1.8px solid currentColor; border-radius: 2px; }
.preview-device-glyph--mobile::after { content: ""; position: absolute; left: 50%; bottom: 1px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.preview-device-glyph--tablet { width: 14px; height: 11px; border: 1.8px solid currentColor; border-radius: 2px; }
.preview-device-glyph--tablet::after { content: ""; position: absolute; top: 50%; right: 1px; width: 2px; height: 2px; border-radius: 50%; background: currentColor; transform: translateY(-50%); }
.preview-device-glyph--desktop { width: 16px; height: 10px; border: 1.8px solid currentColor; border-radius: 2px; }
.preview-device-glyph--desktop::before { content: ""; position: absolute; left: 6px; top: 9px; width: 3px; height: 4px; background: currentColor; }
.preview-device-glyph--desktop::after { content: ""; position: absolute; left: 3px; top: 12px; width: 10px; height: 1.5px; border-radius: 3px; background: currentColor; }
.preview-device-button:hover { background: #fff; color: var(--green-dark); }
.preview-device-button.selected { border-color: #bcd7ae; background: #fff; color: var(--green-dark); box-shadow: 0 4px 14px rgba(46,116,29,.09); }
.creative-preview { position: relative; min-height: 360px; margin: 20px 0 14px; padding: 18px; overflow: hidden; border: 1px solid #d8ded4; border-radius: 16px; background: radial-gradient(circle at 50% 15%, #fff 0, #eef2eb 68%); display: grid; place-items: center; }
.creative-preview-empty { min-height: 260px; color: var(--muted); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; text-align: center; }
.creative-preview-empty span { width: 48px; height: 48px; margin-bottom: 5px; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); display: grid; place-items: center; font-size: 1.8rem; }
.creative-preview-empty strong { color: var(--ink-soft); }
.creative-preview-empty small { max-width: 230px; }
.creative-preview-empty--interactive { position: absolute; inset: 0; width: 100%; min-height: 100%; padding: 24px; border-radius: inherit; cursor: pointer; transition: background .18s ease, box-shadow .18s ease; }
.creative-preview-empty--interactive:hover, .creative-preview-empty--interactive:focus-visible { outline: 0; background: rgba(224,242,214,.45); box-shadow: inset 0 0 0 2px #9dcc86; }
.creative-preview-empty--interactive:hover span { transform: scale(1.06); }
.device-preview { overflow: hidden; border: 1px solid #d6dbd2; background: #fff; box-shadow: 0 18px 40px rgba(21,28,19,.14); }
.device-preview img { display: block; }
.device-preview--phone, .device-preview--social, .editorial-preview-phone { width: min(260px, 100%); border: 7px solid #262a26; border-radius: 28px; }
.device-preview--phone { width: min(225px, 100%); aspect-ratio: 9 / 19.5; display: flex; flex-direction: column; }
.phone-status { height: 29px; padding: 0 13px; background: #fff; color: #171a17; display: flex; align-items: center; justify-content: space-between; font-size: .62rem; font-weight: 800; }
.phone-status-icons { display: inline-flex; align-items: center; gap: 4px; color: #171a17; }
.phone-status-icons i { position: relative; flex: 0 0 auto; display: block; }
.phone-signal { width: 11px; height: 8px; background: currentColor; clip-path: polygon(0 100%, 0 72%, 20% 72%, 20% 52%, 43% 52%, 43% 31%, 67% 31%, 67% 10%, 91% 10%, 91% 100%); }
.phone-wifi { width: 11px; height: 8px; border: 2px solid currentColor; border-color: currentColor transparent transparent; border-radius: 50% 50% 0 0; }
.phone-wifi::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 3px; height: 3px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.phone-battery { width: 14px; height: 8px; border: 1.5px solid currentColor; border-radius: 2px; }
.phone-battery::before { content: ""; position: absolute; top: 1px; right: 1px; bottom: 1px; left: 1px; border-radius: 1px; background: currentColor; }
.phone-battery::after { content: ""; position: absolute; top: 2px; right: -3px; width: 2px; height: 4px; border-radius: 0 2px 2px 0; background: currentColor; }
.phone-brand { height: 40px; padding: 6px 11px; border-block: 1px solid #edf0ea; display: flex; align-items: center; gap: 8px; }
.phone-brand img, .editorial-preview-brand img { width: 25px; height: 25px; object-fit: contain; }
.phone-brand strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.phone-banner-slot { width: 100%; aspect-ratio: 3.2 / 1; overflow: hidden; background: #e6e9e3; }
.phone-banner-slot img, .wide-ad-slot img, .vertical-ad-slot img, .social-square-slot img { width: 100%; height: 100%; object-fit: cover; }
.phone-feed-card { margin: 10px; padding: 10px; border: 1px solid #e4e8e0; border-radius: 10px; display: flex; gap: 9px; }
.phone-feed-card > span { width: 33px; height: 33px; flex: 0 0 33px; border-radius: 50%; background: #dfe5dc; }
.phone-feed-card > div { flex: 1; display: grid; gap: 6px; }
.phone-feed-card b, .phone-feed-card i { height: 7px; border-radius: 99px; background: #dfe5dc; }
.phone-feed-card i { width: 68%; background: #edf0ea; }
.phone-feed-list { min-height: 0; flex: 1; overflow: hidden; display: grid; align-content: start; }
.phone-navigation { height: 43px; padding: 4px 9px; border-top: 1px solid #e4e8e0; background: #fff; display: flex; align-items: center; justify-content: space-between; }
.phone-navigation span { color: #5d655b; display: grid; justify-items: center; font-size: .8rem; line-height: 1; }
.phone-navigation small { margin-top: 3px; font-size: .45rem; }
.preview-nav-icon { position: relative; width: 13px; height: 13px; display: block; color: currentColor; }
.preview-nav-home::before { content: ""; position: absolute; left: 3px; top: 4px; width: 7px; height: 7px; border: 1.5px solid currentColor; border-top: 0; border-radius: 1px; }
.preview-nav-home::after { content: ""; position: absolute; left: 3px; top: 1px; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); }
.preview-nav-search { width: 10px; height: 10px; margin: 0 2px 3px 0; border: 1.5px solid currentColor; border-radius: 50%; }
.preview-nav-search::after { content: ""; position: absolute; right: -4px; bottom: -3px; width: 5px; height: 1.5px; border-radius: 2px; background: currentColor; transform: rotate(45deg); }
.preview-nav-content { border: 1.5px solid currentColor; border-radius: 2px; }
.preview-nav-content::before, .preview-nav-content::after { content: ""; position: absolute; left: 2px; right: 2px; height: 1.5px; background: currentColor; box-shadow: 0 3px 0 currentColor; }
.preview-nav-content::before { top: 3px; }
.preview-nav-profile::before { content: ""; position: absolute; left: 4px; top: 0; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.preview-nav-profile::after { content: ""; position: absolute; left: 1px; bottom: 0; width: 12px; height: 6px; border-radius: 8px 8px 3px 3px; background: currentColor; }
.device-preview--social { border-width: 6px; }
.social-post-head { min-height: 49px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; }
.social-post-head img { width: 31px; height: 31px; object-fit: contain; }
.social-post-head > div { min-width: 0; flex: 1; display: grid; }
.social-post-head strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.social-post-head small { color: var(--muted); font-size: .52rem; }
.social-post-head b { font-size: 1rem; }
.device-preview--social > p { min-height: 42px; margin: 0; padding: 8px 11px; color: #444b42; font-size: .62rem; line-height: 1.35; }
.social-square-slot { width: 100%; aspect-ratio: 1; overflow: hidden; background: #e6e9e3; }
.social-actions { min-height: 35px; padding: 7px 9px; display: flex; align-items: center; justify-content: space-between; color: #60685f; font-size: .49rem; }
.device-preview--social-context { width: min(230px, 100%); }
.context-banner { position: relative; overflow: hidden; background: #dde2d9; }
.context-banner > span { position: absolute; top: 5px; right: 6px; z-index: 1; padding: 2px 5px; border-radius: 4px; background: rgba(0,0,0,.58); color: #fff; font-size: .42rem; }
.context-banner > img { width: 100%; height: 100%; object-fit: cover; }
.context-banner-placeholder { width: 100%; height: 100%; padding: 8px; border: 1px dashed #aeb9a8; background: repeating-linear-gradient(135deg, #eef2eb 0, #eef2eb 8px, #e7ece4 8px, #e7ece4 16px); color: #6e786b; display: grid; align-content: center; justify-items: center; gap: 2px; text-align: center; }
.context-banner-placeholder span { font-size: .45rem; font-weight: 800; text-transform: uppercase; }
.context-banner-placeholder strong { font-size: .53rem; }
.phone-context-banner { width: 100%; aspect-ratio: 3.2 / 1; }
.tablet-context-banner { width: calc(100% - 26px); margin: 12px auto; aspect-ratio: 4 / 1; border-radius: 6px; }
.desktop-context-banner { width: calc(100% - 28px); margin: 15px auto 11px; aspect-ratio: 4 / 1; border-radius: 6px; }
.tablet-square-layout { padding: 0 13px 14px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(90px, .75fr); align-items: start; gap: 10px; }
.desktop-square-layout { padding: 0 14px 16px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(92px, .36fr); align-items: start; gap: 12px; }
.context-social-card { min-width: 0; overflow: hidden; border: 1px solid #dfe4dc; border-radius: 8px; background: #fff; }
.context-social-card > p { min-height: 32px; margin: 0; padding: 6px 9px; overflow: hidden; color: #4d554b; font-size: .53rem; line-height: 1.35; }
.context-social-card .social-post-head { min-height: 40px; padding: 6px 8px; }
.context-social-card .social-post-head img { width: 25px; height: 25px; }
.context-social-card .social-actions { min-height: 28px; padding: 5px 7px; font-size: .42rem; }
.tablet-context-feed { display: grid; gap: 8px; }
.tablet-context-feed article { height: 55px; border-radius: 7px; background: linear-gradient(135deg, #e1e6de 35%, #f3f5f1 35%); }
.desktop-side-context-banner { width: 100%; aspect-ratio: 4 / 9; border-radius: 7px; }
.device-preview--desktop { width: 100%; max-width: 540px; border-radius: 11px; }
.device-preview--tablet { width: min(470px, 100%); overflow: hidden; border: 9px solid #303430; border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(21,28,19,.14); }
.tablet-frame-top { height: 30px; padding: 0 14px; border-bottom: 1px solid #edf0ea; display: flex; align-items: center; justify-content: space-between; color: #171a17; font-size: .62rem; font-weight: 800; }
.tablet-frame-top i { width: 30px; height: 4px; border-radius: 99px; background: #c8cdc5; }
.tablet-wide-slot { position: relative; width: calc(100% - 26px); margin: 13px auto; aspect-ratio: 4 / 1; overflow: hidden; border-radius: 7px; background: #dadeD6; }
.tablet-wide-slot > span { position: absolute; top: 5px; right: 6px; z-index: 1; padding: 2px 5px; border-radius: 4px; background: rgba(0,0,0,.58); color: #fff; font-size: .42rem; }
.tablet-wide-slot img { width: 100%; height: 100%; object-fit: cover; }
.tablet-content-grid { padding: 0 13px 15px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.tablet-content-grid article { height: 54px; border-radius: 7px; background: linear-gradient(135deg, #dfe4dc 40%, #f3f5f1 40%); }
.browser-toolbar { height: 26px; padding: 0 9px; background: #e8ebe5; display: flex; align-items: center; gap: 5px; }
.browser-toolbar > span { width: 7px; height: 7px; border-radius: 50%; background: #bec5b9; }
.browser-toolbar i { margin-left: 5px; color: #7a8278; font-size: .5rem; font-style: normal; }
.mock-site-nav { min-height: 42px; padding: 8px 13px; background: var(--ink); color: #fff; display: flex; align-items: center; gap: 18px; }
.mock-site-nav strong { margin-right: auto; color: var(--green); font-size: .78rem; }
.mock-site-nav span { color: #cbd0c9; font-size: .54rem; }
.wide-ad-slot { position: relative; width: calc(100% - 28px); margin: 17px auto 13px; aspect-ratio: 4 / 1; overflow: hidden; border-radius: 6px; background: #dadfd6; }
.wide-ad-slot > span, .vertical-ad-slot > span { position: absolute; top: 5px; right: 6px; z-index: 1; padding: 2px 5px; border-radius: 4px; background: rgba(0,0,0,.58); color: #fff; font-size: .45rem; }
.mock-content-row { padding: 0 14px 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-content-row article { height: 70px; border-radius: 6px; background: linear-gradient(#dfe4dc 55%, #f3f5f1 55%); }
.vertical-layout { min-height: 270px; padding: 15px; display: grid; grid-template-columns: minmax(0, 1fr) 105px; gap: 16px; }
.mock-content-column { min-width: 0; padding: 5px; }
.mock-content-column h4 { margin: 0 0 20px; font-size: 1rem; }
.mock-content-column p { width: 100%; height: 45px; margin: 9px 0; border-radius: 6px; background: #e6e9e3; }
.vertical-ad-slot { position: relative; width: 100%; aspect-ratio: 4 / 9; overflow: hidden; border-radius: 6px; background: #dadfd6; }
.preview-ready-note { margin-bottom: 14px; padding: 10px 12px; border: 1px solid #d4e6cb; border-radius: 11px; background: #f5fbf2; display: flex; align-items: center; gap: 10px; }
.preview-ready-note > span { width: 27px; height: 27px; flex: 0 0 27px; border-radius: 50%; background: #dff1d6; color: var(--green-dark); display: grid; place-items: center; font-weight: 900; }
.preview-ready-note > div { min-width: 0; display: grid; }
.preview-ready-note strong { color: var(--ink-soft); font-size: .76rem; }
.preview-ready-note small { color: var(--muted); font-size: .68rem; }
.editorial-preview-composer { margin-top: 18px; }
.editorial-live-preview { min-height: 540px; margin: 20px 0 24px; padding: 20px; border: 1px solid #d8ded4; border-radius: 16px; background: radial-gradient(circle at 50% 15%, #fff 0, #eef2eb 68%); display: grid; place-items: center; }
.editorial-preview-phone { overflow: hidden; background: #fff; box-shadow: 0 18px 40px rgba(21,28,19,.14); }
.editorial-preview-phone--real { width: min(225px, 100%); aspect-ratio: 9 / 20.5; display: flex; flex-direction: column; }
.editorial-preview-brand { height: 38px; padding: 6px 10px; border-block: 1px solid #e6eae3; display: flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: .67rem; font-weight: 850; }
.editorial-preview-copy { padding: 11px 12px 8px; display: grid; }
.editorial-preview-copy strong { font-size: .83rem; line-height: 1.15; }
.editorial-preview-copy small { margin-top: 4px; color: var(--muted); font-size: .58rem; }
.editorial-preview-image, .editorial-preview-empty { width: 100%; aspect-ratio: 1; object-fit: cover; }
.editorial-preview-empty { padding: 14px; border: 0; background: #171917; color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; text-align: center; font-size: 1.25rem; font-weight: 300; }
.editorial-preview-empty strong { font-size: 1rem; font-weight: 500; }
.editorial-preview-empty small { color: #c8cec5; font-size: .56rem; font-weight: 650; }
.editorial-preview-empty > span { width: 34px; height: 34px; border-radius: 50%; background: rgba(101,190,62,.15); color: #8ed166; display: grid; place-items: center; font-size: 1.35rem; }
.editorial-preview-empty--interactive { cursor: pointer; transition: background .18s ease, box-shadow .18s ease; }
.editorial-preview-empty--interactive:hover, .editorial-preview-empty--interactive:focus-visible { outline: 0; background: #242924; box-shadow: inset 0 0 0 2px var(--green); }
.editorial-preview-phone > p { min-height: 60px; margin: 0; padding: 9px 12px; overflow: hidden; color: #565e54; flex: 1; font-size: .58rem; line-height: 1.45; }
.editorial-preview-phone .phone-navigation { flex: 0 0 43px; margin-top: auto; }
.editorial-mobile-ad { flex: 0 0 auto; }
.editorial-preview-phone--real .editorial-preview-image, .editorial-preview-phone--real .editorial-preview-empty { height: 148px; flex: 0 0 148px; aspect-ratio: auto; }
.editorial-preview-tablet { width: min(470px, 100%); }
.editorial-tablet-ad, .editorial-desktop-ad { margin-bottom: 0; }
.editorial-tablet-layout { padding: 14px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(105px, .65fr); align-items: start; gap: 13px; }
.editorial-tablet-layout article, .editorial-desktop-layout article { min-width: 0; overflow: hidden; border: 1px solid #e0e5dd; border-radius: 9px; background: #fff; }
.editorial-tablet-layout article > p, .editorial-desktop-layout article > p { margin: 0; padding: 10px 12px; color: #596156; font-size: .58rem; line-height: 1.5; }
.editorial-tablet-layout aside, .editorial-desktop-layout aside { display: grid; gap: 8px; }
.editorial-tablet-layout aside strong, .editorial-desktop-layout aside strong { color: var(--ink-soft); font-size: .62rem; }
.editorial-tablet-layout aside span, .editorial-desktop-layout aside span { height: 55px; border-radius: 7px; background: linear-gradient(135deg, #dde3da 38%, #f3f5f1 38%); }
.editorial-preview-desktop { max-width: 540px; }
.editorial-desktop-layout { padding: 16px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(120px, .55fr); align-items: start; gap: 16px; }
.editorial-desktop-layout article .editorial-preview-image, .editorial-desktop-layout article .editorial-preview-empty { max-height: 260px; }
.editorial-ad-rail { display: block !important; }
.editorial-side-ad { min-height: 270px; }
.asset-editor-card label, .editorial-form label { display: flex; flex-direction: column; gap: 8px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.file-picker { margin-top: 14px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: #f8faf6; }
.file-picker > span { color: var(--green-dark); }
.file-picker input[type="file"] { width: 100%; color: var(--muted); font-size: .76rem; }
.selected-file { display: block; margin-top: 9px; color: var(--green-dark); overflow-wrap: anywhere; }
.asset-actions { min-height: 50px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.text-danger-button { margin-right: auto; padding: 7px 0; border: 0; background: transparent; color: #8a2424; font-size: .78rem; font-weight: 800; cursor: pointer; }
.text-danger-button:hover { text-decoration: underline; }
.text-danger-button:disabled { cursor: not-allowed; opacity: .5; }
.status-empty { background: #eceeea; color: #5f665d; }
.status-rejected { background: #f7dada; color: #8a2424; }
.editorial-grid { align-items: start; }
.editorial-card { padding: 28px; }
.editorial-image { height: 190px; margin: 20px 0; overflow: hidden; border-radius: 12px; background: #f2f4ef; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-form { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.editorial-form .field-full { grid-column: 1 / -1; }

.contract-builder form { width: 100%; }
.builder-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 25px; align-items: start; }
.builder-step { margin-bottom: 20px; }
.step-heading { display: flex; gap: 18px; margin-bottom: 25px; }
.step-heading > span { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-size: .72rem; font-weight: 850; }
.step-heading h2 { margin: 0 0 5px; font-size: 1.65rem; }
.step-heading p { margin: 0; }
.selection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.selection-card { padding: 17px; border: 1px solid var(--line); border-radius: 13px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 12px; cursor: pointer; }
.selection-card:hover, .selection-card.selected { border-color: var(--green); background: #f7fbf5; }
.selection-card .platform-monogram { width: 38px; height: 38px; margin: 0; border-radius: 10px; font-size: 1rem; }
.selection-copy { display: flex; flex-direction: column; }
.selection-copy small { color: var(--muted); }
.selection-price { display: grid; justify-items: end; line-height: 1.1; }
.selection-price strong { font-weight: 800; }
.selection-price small { margin-top: 4px; color: var(--muted); font-size: .64rem; font-weight: 650; white-space: nowrap; }
.summary-card { position: sticky; top: 100px; }
.summary-card h2 { margin: 11px 0 25px; font-size: 2rem; }
.summary-lines > div { padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; }
.summary-breakdown { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.summary-breakdown > div { padding: 5px 0; display: flex; justify-content: space-between; gap: 18px; color: var(--ink-soft); font-size: .86rem; }
.summary-breakdown strong { color: var(--ink); font-variant-numeric: tabular-nums; text-align: right; }
.summary-breakdown .summary-pending { max-width: 145px; color: var(--muted); font-size: .72rem; font-weight: 650; line-height: 1.35; }
.summary-total { margin: 22px 0 8px; display: flex; justify-content: space-between; align-items: center; }
.summary-total strong { font-size: 1.7rem; font-variant-numeric: tabular-nums; }
.fine-print, .muted { color: var(--muted); font-size: .78rem; }
.alert { margin-bottom: 20px; border-radius: 10px; }
.alert-danger { background: #f9e4e4; border-color: #efcaca; color: #8b2525; }

.panel-heading { display: flex; justify-content: space-between; }
.compact-empty { padding: 35px 10px; text-align: center; }
.compact-empty > span { font-size: 2rem; color: var(--green-dark); }
.payment-method { padding: 17px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.payment-method div { display: flex; flex: 1; flex-direction: column; }
.payment-method small { color: var(--muted); }
.card-chip { width: 38px; height: 28px; border-radius: 6px; background: var(--ink); }
.check-list { padding: 0; list-style: none; }
.check-list li { padding: 11px 0 11px 27px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.table-section { margin-top: 40px; }
.progress-track { width: 100%; height: 8px; overflow: hidden; border-radius: 99px; background: #e4e8e0; }
.progress-track span { height: 100%; display: block; border-radius: inherit; background: var(--green); }

.site-footer { padding: 60px max(24px, calc((100% - 1180px)/2)); background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr auto; gap: 30px 80px; }
.site-footer p { margin: 10px 0 0; color: #9da59a; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; }
.site-footer nav a { color: #d8dcd5; }
.site-footer small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #343834; color: #7f887c; }
.brand--footer img { width: 30px; height: 30px; }

.account-page { min-height: calc(100vh - 76px); padding: 65px 0 90px; background: var(--paper); }
.account-grid { min-height: 620px; overflow: hidden; border-radius: 25px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.account-intro { padding: 65px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; }
.account-intro > img { width: 65px; margin-bottom: 45px; }
.account-intro h1 { margin: 17px 0 23px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.account-intro p { color: #bdc5ba; font-size: 1.08rem; }
.account-form { padding: 65px; background: var(--white); display: flex; flex-direction: column; justify-content: center; }
.account-form h2 { margin: 12px 0 28px; font-size: 2.25rem; }
.account-form form { display: flex; flex-direction: column; gap: 18px; }
.account-form form > label, .account-field { display: flex; flex-direction: column; gap: 8px; color: var(--ink-soft); font-size: .82rem; font-weight: 750; }
.account-field > label { cursor: pointer; }
.password-input { position: relative; }
.password-input input { padding-right: 54px; }
.password-toggle { position: absolute; top: 50%; right: 6px; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 8px; background: transparent; color: var(--muted); display: grid; place-items: center; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, color .2s ease; }
.password-toggle:hover, .password-toggle[aria-pressed="true"] { background: var(--green-pale); color: var(--green-dark); }
.password-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.account-form .btn { margin-top: 8px; }
.account-links { margin-top: 24px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .83rem; }
.account-links a { color: var(--green-dark); font-weight: 750; }
.check-field { margin: 5px 0 20px; display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: .83rem; }
.check-list--dark li { border-color: #363a36; color: #d6dbd3; }
.row { --bs-gutter-x: 2rem; }
.form-floating > .form-control { min-height: 58px; }
.nav-pills .nav-link.active { background: var(--green-dark); }

.valid.modified:not([type=checkbox]) { outline: 1px solid var(--green-dark); }
.invalid { outline: 1px solid var(--danger); }
h1:focus { outline: none; }
#blazor-error-ui { display: none; position: fixed; inset: auto 0 0 0; z-index: 1000; padding: 14px 20px; background: #fff0c7; color: #553e08; text-align: center; }
#blazor-error-ui .dismiss { position: absolute; right: 18px; cursor: pointer; }
.components-reconnect-hide { display: none; }
#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed {
    position: fixed;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 1100;
    max-width: calc(100vw - 28px);
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: #1b1f1a;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
    color: #f3f5ef;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.3;
}
#components-reconnect-modal > div { display: none; }
#components-reconnect-modal.components-reconnect-show .components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed { display: flex; align-items: center; gap: 10px; }
#components-reconnect-modal.components-reconnect-show .components-reconnect-show::before {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .28);
    border-top-color: var(--green);
    border-radius: 50%;
    content: "";
    animation: reconnect-spin .8s linear infinite;
}
#components-reconnect-modal [data-reconnect-reload] {
    min-height: 34px;
    padding-inline: 12px;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #10160d;
    cursor: pointer;
    font-size: .78rem;
    font-weight: 800;
}
#components-reconnect-modal.components-reconnect-rejected { display: none; }
@keyframes reconnect-spin { to { transform: rotate(360deg); } }
.blazor-error-boundary { padding: 1rem; background: var(--danger); color: white; }
.blazor-error-boundary::after { content: "Ocurrió un error inesperado."; }
.error-hero h1 { max-width: 760px; }
.error-card { display: grid; gap: 14px; }
.error-card h2 { margin: 8px 0 0; font-size: 2rem; }
.error-card p { margin: 0; }
.error-card .btn { width: fit-content; margin-top: 10px; }
.error-reference { padding: 16px; border: 1px solid #efcccc; border-radius: 12px; background: #fff5f5; display: grid; gap: 5px; }
.error-reference code { color: var(--danger); overflow-wrap: anywhere; }

@media (max-width: 1120px) {
    .nav-wrap { min-height: 72px; padding: 11px 0; flex-wrap: wrap; gap: 10px 14px; }
    .brand { margin-right: auto; }
    .nav-toggle { display: inline-flex; order: 3; }
    .nav-actions { order: 2; margin-left: 0; }
    .main-nav {
        order: 4;
        width: 100%;
        max-height: 0;
        margin: 0;
        padding: 0 8px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        border: 0 solid rgba(255,255,255,.1);
        border-radius: 14px;
        background: rgba(8,10,8,.58);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 12px;
        transition: opacity .16s ease, visibility .16s ease, border-color .16s ease;
    }
    .main-nav.is-open { max-height: 620px; padding: 10px; opacity: 1; visibility: visible; border-width: 1px; }
    .main-nav > a, .nav-menu-trigger { width: 100%; min-height: 44px; padding: 9px 12px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; font-size: .9rem; }
    .main-nav > a:hover, .main-nav > a.active, .nav-menu-trigger:hover, .nav-menu-trigger.active { background: rgba(255,255,255,.08); }
    .nav-menu-group { position: static; }
    .nav-popover--management { position: static; grid-column: 1 / -1; width: 100%; margin-top: 4px; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); box-shadow: none; }
    .nav-account-trigger { max-width: 205px; }
    .nav-menu-scrim { inset-block-start: 72px; }
    .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .subscription-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .section { padding-block: 78px; }
    .hero { min-height: 650px; background-position: 60% center; }
    .hero h1 { max-width: 650px; }
    .platform-grid--all, .value-grid, .split-grid, .story-grid, .contact-grid, .dashboard-grid, .dashboard-grid--payments, .builder-grid, .contract-detail-grid, .platform-switcher { grid-template-columns: minmax(0, 1fr); }
    .value-grid, .split-grid, .story-grid, .contact-grid { gap: 45px; }
    .platform-switcher-options { justify-content: start; }
    .payment-hero-card { align-items: start; flex-direction: column; }
    .payment-hero-actions { justify-content: start; }
    .completion-legend { width: 100%; margin-left: 0; }
    .account-grid { min-height: 0; grid-template-columns: 1fr; }
    .account-intro, .account-form { padding: 48px; }
    .account-intro { min-height: 330px; }
    .account-intro > img { width: 54px; margin-bottom: 24px; }
    .story-visual { min-height: 400px; }
    .summary-card, .contract-summary { position: static; }
    .site-footer { grid-template-columns: 1fr; }
    .site-footer small { grid-column: 1; }
    .asset-grid, .editorial-grid { gap: 16px; }
}

@media (max-width: 760px) {
    h1 { font-size: clamp(2.2rem, 11vw, 3.65rem); }
    h2 { font-size: clamp(1.75rem, 8vw, 2.7rem); }
    .container { width: min(100% - 28px, 1180px); }
    .section { padding-block: 60px; }
    .hero { min-height: 600px; background-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.7)), url("img/hero.png"); }
    .hero-content { padding-block: 70px; }
    .hero p, .page-hero p, .split-grid p, .story-grid p { font-size: 1rem; }
    .page-hero { padding: 75px 0 68px; }
    .page-hero--compact { padding-block: 58px; }
    .dashboard-header, .contract-detail-header, .advertising-header { padding: 50px 0 34px; }
    .dashboard-header h1, .contract-title-row h1, .advertising-title-row h1 { font-size: clamp(2.15rem, 10vw, 3.35rem); overflow-wrap: anywhere; }
    .dashboard-section, .contract-detail-section, .advertising-section { padding-top: 32px; }
    .section-heading, .cta-card, .contract-title-row, .advertising-title-row, .confirmation-card { align-items: start; flex-direction: column; }
    .section-heading { margin-bottom: 32px; }
    .section-heading .btn, .section-heading > a:not(.arrow-link) { width: 100%; }
    .button-row .btn { flex: 1 1 190px; }
    .cta-section { padding-block: 55px; }
    .cta-card { min-height: 0; padding: 38px 30px; }
    .cta-card .btn { width: 100%; }
    .platform-card, .platform-card--detailed { min-height: 0; padding: 26px; }
    .platform-card h3, .platform-card--detailed h2 { font-size: 2rem; }
    .metric-row { gap: 28px; flex-wrap: wrap; }
    .logo-row { justify-content: center; gap: 28px; }
    .faq-list summary { padding-block: 21px; font-size: 1rem; }
    .faq-list details p { padding-right: 10px; }
    .form-grid, .editorial-form { grid-template-columns: minmax(0, 1fr); }
    .field-full, .editorial-form .field-full { grid-column: auto; }
    input:not([type="checkbox"]), select, textarea, .form-control { font-size: 16px; }
    .form-card, .panel-card, .summary-card, .asset-editor-card, .editorial-card { padding: 25px 22px; }
    .empty-state { padding: 28px 18px; }
    .empty-state--large { padding-block: 55px; }
    .stat-grid { gap: 12px; }
    .stat-grid article { min-height: 145px; padding: 21px; }
    .stat-grid strong { font-size: 2rem; }
    .panel-heading { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
    .quick-links a { gap: 18px; }
    .subscription-grid { grid-template-columns: minmax(0, 1fr); }
    .contract-title-actions { width: 100%; justify-content: start; }
    .contract-title-actions .btn { flex: 1 1 190px; }
    .contract-facts { grid-template-columns: minmax(0, 1fr); }
    .contract-facts > div:nth-child(odd), .contract-facts > div:nth-child(even) { padding-inline: 0; border-left: 0; }
    .contract-platform-item { align-items: flex-start; flex-wrap: wrap; }
    .contract-platform-item > .btn, .contract-platform-item > a { margin-left: 56px; }
    .confirmation-actions { width: 100%; flex-direction: column; }
    .confirmation-actions .btn { width: 100%; }
    .platform-switcher { padding: 23px 20px; gap: 24px; }
    .platform-switcher-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .platform-switcher-button { min-width: 0; width: 100%; }
    .platform-selection-summary { padding: 15px; align-items: start; flex-direction: column; }
    .advertising-section-heading { margin-top: 40px; align-items: start; }
    .advertising-section-heading h2 { font-size: 1.9rem; }
    .asset-grid, .editorial-grid { grid-template-columns: minmax(0, 1fr); }
    .asset-preview { height: clamp(180px, 55vw, 240px); }
    .asset-actions { min-height: 0; align-items: stretch; flex-direction: column-reverse; }
    .asset-actions .btn { width: 100%; }
    .publication-actions { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .preview-device-selector { width: 100%; flex-wrap: wrap; }
    .preview-device-selector > span { width: 100%; margin: 2px 8px 0; }
    .preview-device-button { flex: 1 1 100px; justify-content: center; }
    .creative-preview { min-height: 340px; padding: 14px; }
    .editorial-live-preview { min-height: 400px; padding: 14px; }
    .text-danger-button { min-height: 44px; margin: 0; text-align: center; }
    .account-page { min-height: 0; padding: 38px 0 55px; }
    .account-intro, .account-form { padding: 38px 28px; }
    .account-intro { min-height: 0; }
    .account-intro h1 { font-size: 2.6rem; }
    .account-form h2 { font-size: 2rem; }
    .error-card .btn { width: 100%; }
    .responsive-table-card { overflow: visible; border: 0; border-radius: 0; background: transparent; }
    .contracts-table, .reports-table { min-width: 0; display: block; }
    .contracts-table thead, .reports-table thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .contracts-table tbody, .reports-table tbody { display: grid; gap: 14px; }
    .contracts-table tr, .reports-table tr { padding: 13px 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 8px 25px rgba(20,30,18,.04); display: block; }
    .contracts-table td, .reports-table td { width: 100%; min-height: 45px; padding: 10px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(105px, .55fr) minmax(0, 1fr); align-items: center; gap: 16px; text-align: right; overflow-wrap: anywhere; }
    .contracts-table td:first-child, .reports-table td:first-child { border-top: 0; }
    .contracts-table td::before, .reports-table td::before { content: attr(data-label); color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
    .contracts-table td > *, .reports-table td > * { justify-self: end; max-width: 100%; }
    .contracts-table .table-action { width: 100%; text-align: right; }
    .reports-table .progress-track { min-width: 110px; }
    .site-footer { padding: 48px 25px; gap: 26px; }
    .nav-account-trigger { width: 46px; min-height: 46px; padding: 4px; display: grid; grid-template-columns: 1fr; place-items: center; }
    .nav-account-copy, .nav-account-chevron { display: none; }
    .nav-account-avatar { width: 34px; height: 34px; }
    .nav-popover--account { right: -56px; width: min(300px, calc(100vw - 20px)); }
}

@media (max-width: 520px) {
    .brand span { display: none; }
    .nav-wrap { width: min(100% - 20px, 1240px); gap: 9px; }
    .nav-actions { gap: 8px; }
    .nav-actions .btn-small { min-height: 44px; padding-inline: 13px; }
    .main-nav { grid-template-columns: minmax(0, 1fr); }
    .main-nav.is-open { max-height: 760px; }
    .platform-grid, .platform-grid--all, .stat-grid, .selection-grid { grid-template-columns: minmax(0, 1fr); }
    .stat-grid article { min-height: 132px; }
    .principles div { grid-template-columns: 1fr; gap: 4px; }
    .story-visual { min-height: 300px; }
    .platform-switcher-options { grid-template-columns: minmax(0, 1fr); }
    .account-links { align-items: flex-start; flex-direction: column; }
    .selection-card { grid-template-columns: auto auto minmax(0, 1fr); }
    .selection-price { grid-column: 3; }
    .summary-lines > div, .summary-total, .configuration-row { align-items: flex-start; gap: 5px; flex-direction: column; }
    .payment-method { align-items: flex-start; flex-wrap: wrap; }
    .payment-method .btn { width: 100%; }
    .site-footer nav { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
    .nav-actions .text-link { display: none; }
    .nav-actions .btn-small { padding-inline: 11px; font-size: .8rem; }
    .container { width: min(100% - 22px, 1180px); }
    .hero { min-height: 570px; }
    .button-row .btn { flex-basis: 100%; width: 100%; }
    .form-card, .panel-card, .summary-card, .asset-editor-card, .editorial-card { padding: 22px 17px; }
    .publication-actions { grid-template-columns: minmax(0, 1fr); }
    .preview-device-button { flex-basis: 80px; padding-inline: 8px; }
    .creative-preview { min-height: 320px; padding: 10px; }
    .mock-site-nav { gap: 10px; }
    .mock-site-nav span { display: none; }
    .tablet-square-layout { grid-template-columns: minmax(0, 1fr) 72px; gap: 6px; padding-inline: 7px; }
    .desktop-square-layout { grid-template-columns: minmax(0, 1fr) 74px; gap: 7px; padding-inline: 7px; }
    .context-social-card .social-actions span:nth-child(2) { display: none; }
    .vertical-layout { grid-template-columns: minmax(0, 1fr) 90px; gap: 10px; padding: 10px; }
    .contracts-table tr, .reports-table tr { padding-inline: 14px; }
    .contracts-table td, .reports-table td { grid-template-columns: 92px minmax(0, 1fr); gap: 10px; }
}

@media (hover: none) {
    .btn:hover, .platform-card:hover { transform: none; }
}

@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; }
}
