/* Chambify Home v2 — premium */
:root {
    --ink: #0A1A2F;
    --ink-soft: #13283f;
    --brand: #1877E6;
    --brand-bright: #4DA6FF;
    --brand-deep: #0E5FC0;
    --credit: #FFC24B;
    --credit-deep: #F0A21C;
    --surface: #F4F8FE;
    --mist: #E6F0FC;
    --card: #FFFFFF;
    --line: #E3EAF3;
    --muted: #5C6B7E;
    --muted-light: #9AA8B8;
    --radius: 18px;
    --radius-lg: 26px;
    --shadow-sm: 0 2px 10px rgba(14, 40, 80, .06);
    --shadow-md: 0 14px 40px rgba(14, 40, 80, .10);
    --shadow-lg: 0 30px 70px rgba(10, 26, 47, .18);
    --maxw: 1160px;
    --ease: cubic-bezier(.16, .84, .34, 1);
}

.home-v2 { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--card); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.home-v2 h1, .home-v2 h2, .home-v2 h3, .home-v2 h4 { font-family: 'Space Grotesk', sans-serif; line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
.home-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.home-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--brand), var(--credit)); z-index: 300; transition: width .1s linear; }
.home-cursor-dot, .home-cursor-ring { display: none; }
html.fx-ready .home-cursor-dot { display: block; position: fixed; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); z-index: 9999; pointer-events: none; transform: translate(-50%, -50%); }
html.fx-ready .home-cursor-ring { display: block; position: fixed; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(24, 119, 230, .45); z-index: 9998; pointer-events: none; transform: translate(-50%, -50%); transition: width .3s var(--ease), height .3s var(--ease), background .3s, border-color .3s; }
html.fx-ready .home-cursor-ring.is-grow { width: 62px; height: 62px; background: rgba(24, 119, 230, .07); border-color: rgba(240, 162, 28, .7); }

.home-btn { display: inline-flex; align-items: center; gap: 9px; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; padding: 14px 26px; border-radius: 999px; border: 0; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease); white-space: nowrap; text-decoration: none; }
.home-btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 26px rgba(24, 119, 230, .35); }
.home-btn-primary:hover { background: var(--brand-deep); box-shadow: 0 16px 34px rgba(24, 119, 230, .45); }
.home-btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.home-btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.home-btn-credit { background: var(--credit); color: #3a2a00; box-shadow: 0 10px 26px rgba(240, 162, 28, .4); }

.home-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-deep); background: var(--mist); padding: 7px 14px; border-radius: 999px; }
.home-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--credit-deep); animation: homePulse 2.4s var(--ease) infinite; }
@keyframes homePulse { 0% { box-shadow: 0 0 0 0 rgba(240, 162, 28, .45); } 70% { box-shadow: 0 0 0 9px rgba(240, 162, 28, 0); } 100% { box-shadow: 0 0 0 0 rgba(240, 162, 28, 0); } }

.home-header { position: sticky; top: 0; z-index: 150; background: rgba(255, 255, 255, .72); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.home-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(14, 40, 80, .05); }
.home-nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.home-logo__img { height: 40px; width: auto; }
.home-nav-links { display: flex; gap: 28px; align-items: center; }
.home-nav-links a { font-size: 15px; color: var(--muted); font-weight: 500; text-decoration: none; position: relative; transition: color .2s; }
.home-nav-links a:hover { color: var(--ink); }
.home-nav-cta { display: flex; gap: 10px; align-items: center; }
.home-nav-cta .home-btn { padding: 11px 22px; font-size: 14px; }

.home-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--surface), #fff 92%); padding: 64px 0 130px; }
.home-hero .glow { position: absolute; border-radius: 50%; filter: blur(60px); z-index: 0; pointer-events: none; }
.home-hero .glow.g1 { width: 46vw; height: 46vw; background: radial-gradient(circle, rgba(77, 166, 255, .32), transparent 65%); top: -12vw; left: -8vw; }
.home-hero .glow.g2 { width: 34vw; height: 34vw; background: radial-gradient(circle, rgba(255, 194, 75, .28), transparent 62%); top: -4vw; right: -6vw; }
.home-hero::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -1px; height: 90px; background: #fff; border-radius: 50% 50% 0 0/100% 100% 0 0; z-index: 1; }
.home-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; position: relative; z-index: 2; }
.home-hero-title { font-size: clamp(38px, 5.2vw, 62px); margin: 22px 0 20px; }
.home-hero-title .line { display: block; overflow: hidden; padding-bottom: .06em; }
.home-hero-title .grad { background: linear-gradient(100deg, var(--brand), var(--brand-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-hero .lead { font-size: 18px; color: var(--muted); max-width: 480px; margin-bottom: 30px; }
.home-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.home-hero-meta { display: flex; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.home-hero-meta .n { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 24px; }
.home-hero-meta .n span { color: var(--credit-deep); }
.home-hero-meta small { color: var(--muted-light); font-size: 13px; display: block; }

.home-stage { position: relative; }
.home-carousel { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--ink); aspect-ratio: 4/3.15; }
.home-slides { position: absolute; inset: 0; }
.home-hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity 1s ease, transform 6s linear; display: flex; flex-direction: column; justify-content: flex-end; background-size: cover; background-position: center; }
.home-hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 18, 33, .05) 30%, rgba(8, 18, 33, .86)); }
.home-hero-slide.is-active { opacity: 1; transform: scale(1); }
.home-slide-body { position: relative; z-index: 2; padding: 26px 28px 30px; color: #fff; }
.home-slide-body h3 { font-size: 23px; margin-bottom: 6px; }
.home-slide-body p { font-size: 14px; color: rgba(255, 255, 255, .82); max-width: 340px; }
.home-car-controls { position: absolute; top: 16px; right: 16px; z-index: 3; display: flex; gap: 8px; }
.home-car-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: rgba(8, 18, 33, .35); color: #fff; cursor: pointer; display: grid; place-items: center; }
.home-car-dots { position: absolute; bottom: 18px; right: 24px; z-index: 3; display: flex; gap: 7px; }
.home-car-dots button { width: 9px; height: 9px; border-radius: 999px; border: 0; background: rgba(255, 255, 255, .45); cursor: pointer; padding: 0; transition: .3s; }
.home-car-dots button.is-active { width: 26px; background: var(--credit); }
.home-balance { position: absolute; left: -26px; bottom: 42px; z-index: 5; background: var(--ink); color: #fff; border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-lg); min-width: 218px; animation: homeFloaty 5s ease-in-out infinite; }
@keyframes homeFloaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.home-balance .lbl { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-bright); margin-bottom: 6px; }
.home-balance .big { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 34px; line-height: 1; }
.home-balance .big span { color: var(--credit); }
.home-balance .meter { height: 8px; border-radius: 999px; background: rgba(255, 255, 255, .12); margin: 12px 0 7px; overflow: hidden; }
.home-balance .meter i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--credit), var(--credit-deep)); border-radius: 999px; transition: width 1.6s var(--ease); }

.home-sec { padding: 96px 0; position: relative; }
.home-sec--surface { background: var(--surface); }
.home-sec--gradient { background: linear-gradient(180deg, #fff, var(--surface)); }
.home-sec-head { text-align: center; max-width: 620px; margin: 0 auto 54px; }
.home-sec-head h2 { font-size: clamp(28px, 4vw, 42px); margin: 16px 0 14px; }
.home-sec-head h2 .grad { background: linear-gradient(100deg, var(--brand), var(--brand-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.home-sec-head p { color: var(--muted); font-size: 17px; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }

.home-statement-sec { padding: 118px 0; background: #fff; text-align: center; }
.home-statement { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: clamp(26px, 4.3vw, 50px); line-height: 1.24; max-width: 980px; margin: 0 auto; }
.home-statement .home-word { display: inline-block; color: #C5D0DC; transition: color .35s var(--ease); }

.home-trust { background: #fff; padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.home-trust-card { text-align: center; padding: 26px 16px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: .4s var(--ease); }
.home-trust-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.home-trust-card .n { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 36px; color: var(--brand); }
.home-trust-card p { font-size: 14px; color: var(--muted); margin-top: 4px; }

.home-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.home-step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 28px; overflow: hidden; transition: .45s var(--ease); }
.home-step::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--brand), var(--brand-bright)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.home-step:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.home-step:hover::before { transform: scaleX(1); }
.home-step .ico { font-size: 2rem; width: 54px; height: 54px; border-radius: 15px; background: var(--mist); display: grid; place-items: center; margin-bottom: 18px; }
.home-step h3 { font-size: 20px; margin-bottom: 9px; }
.home-step p { color: var(--muted); font-size: 15px; }

.home-demo-card { max-width: 680px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.home-demo-top { display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.home-demo-row { display: flex; align-items: center; gap: 14px; padding: 16px 26px; border-bottom: 1px solid var(--line); }
.home-demo-row .ri { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; font-size: 1.4rem; background: var(--mist); }
.home-demo-row .h { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 15px; background: var(--surface); padding: 6px 12px; border-radius: 9px; color: var(--brand-deep); }
.home-demo-foot { display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; padding: 22px 26px; }

.home-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; background: var(--surface); }
.home-marquee-track { display: inline-flex; align-items: center; white-space: nowrap; animation: homeScrollX 30s linear infinite; }
.home-marquee:hover .home-marquee-track { animation-play-state: paused; }
.home-marquee-track span { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(30px, 6vw, 60px); letter-spacing: -.02em; padding: 0 26px; color: transparent; -webkit-text-stroke: 1.4px var(--muted-light); }
.home-marquee-track .fill { color: var(--brand); -webkit-text-stroke: 0; }
.home-marquee-track .star { -webkit-text-stroke: 0; color: var(--credit-deep); font-size: .5em; padding: 0 10px; }
.home-marquee--frases { background: linear-gradient(90deg, var(--ink-soft) 0%, #0d2240 50%, var(--ink-soft) 100%); border-color: rgba(255, 255, 255, .08); }
.home-marquee--frases .home-marquee-track span { -webkit-text-stroke: 1.4px rgba(255, 255, 255, .35); }
.home-marquee--frases .home-marquee-track .fill { color: var(--credit); -webkit-text-stroke: 0; }
.home-marquee--frases .home-marquee-track .star { color: var(--brand-bright); }
@keyframes homeScrollX { to { transform: translateX(-50%); } }

.home-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 38px; }
.home-filter { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 14px; padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--muted); cursor: pointer; transition: .3s var(--ease); }
.home-filter.is-active, .home-filter:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.home-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-task { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: box-shadow .4s var(--ease); position: relative; display: flex; flex-direction: column; will-change: transform; }
.home-task:hover { box-shadow: var(--shadow-md); border-color: transparent; }
.home-task--hidden { display: none !important; }
.home-task-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; gap: 8px; }
.home-chip { font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.home-task .hours { font-family: 'Space Mono', monospace; font-weight: 700; font-size: 14px; color: #3a2a00; background: var(--credit); padding: 6px 11px; border-radius: 9px; white-space: nowrap; }
.home-task .ico { font-size: 1.6rem; margin-bottom: 10px; }
.home-task h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 16.5px; margin-bottom: 5px; line-height: 1.25; }
.home-task .sub { font-family: 'Space Mono', monospace; font-size: 11px; color: var(--brand-deep); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 9px; }
.home-task p { font-size: 14px; color: var(--muted); flex: 1; }

.home-plans { background: linear-gradient(180deg, var(--surface), #fff); }
.home-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.home-plan { background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; transition: .45s var(--ease); position: relative; }
.home-plan:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.home-plan.is-featured { border-color: var(--brand); box-shadow: 0 24px 60px rgba(24, 119, 230, .18); transform: scale(1.03); }
.home-plan .ribbon { position: absolute; top: 18px; right: 18px; background: var(--credit); color: #3a2a00; font-family: 'Space Mono', monospace; font-weight: 700; font-size: 10px; letter-spacing: .1em; padding: 6px 12px; border-radius: 999px; }
.home-plan .num b { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 54px; color: var(--brand); line-height: 1; }
.home-plan .btn { width: 100%; justify-content: center; margin-top: auto; }

.home-student-wrap { padding: 0 0 100px; }
.home-student { position: relative; overflow: hidden; border-radius: 32px; text-align: center; color: #fff; padding: 72px 32px; background: linear-gradient(125deg, #1877E6, #3b5bdb 45%, #7048e8); box-shadow: var(--shadow-lg); }
.home-student .blob { position: absolute; border-radius: 50%; filter: blur(2px); }
.home-student .blob.b1 { width: 300px; height: 300px; background: rgba(255, 255, 255, .10); top: -120px; left: -80px; }
.home-student .blob.b2 { width: 240px; height: 240px; background: rgba(255, 194, 75, .18); bottom: -110px; right: -60px; }
.home-student .inner { position: relative; z-index: 2; max-width: 560px; margin: 0 auto; }
.home-student .eyebrow { background: rgba(255, 255, 255, .16); color: #fff; }

.home-footer { background: var(--ink); color: #fff; padding: 64px 0 30px; }
.home-foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.home-foot-brand p { color: var(--muted-light); font-size: 14px; margin-top: 14px; max-width: 300px; }
.home-foot-news input { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 12px 18px; color: #fff; min-width: 220px; }
.home-foot-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 26px; align-items: center; }
.home-foot-links a { color: var(--muted-light); font-size: 13px; margin-right: 24px; text-decoration: none; }
.home-foot-copy { color: var(--muted-light); font-size: 13px; font-family: 'Space Mono', monospace; }

.home-logos { padding: 54px 0; text-align: center; background: #fff; }
.home-trust-kicker { text-align: center; font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 1.5rem; }
.home-logos__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 2.5rem; opacity: .55; filter: grayscale(1); }
.home-logos__grid img { height: 1.75rem; }

.home-sec-bg-dots { background-color: #fff; background-image: radial-gradient(circle at 20% 30%, rgba(77, 166, 255, .12) 0, transparent 45%), radial-gradient(circle at 80% 70%, rgba(255, 194, 75, .10) 0, transparent 40%); }
.home-sec-bg-lines { background: linear-gradient(180deg, #fff 0%, var(--surface) 100%); }
.home-sec-bg-mesh { background: var(--surface) url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231877E6' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.home-sec-bg-demo { background: linear-gradient(180deg, #fff, var(--surface)), radial-gradient(ellipse at 90% 20%, rgba(24, 119, 230, .08), transparent 50%); }
.home-sec-bg-catalog { background: var(--surface) radial-gradient(circle at 10% 90%, rgba(255, 194, 75, .12), transparent 35%), radial-gradient(circle at 95% 10%, rgba(24, 119, 230, .10), transparent 40%); }
.home-sec-bg-plans { background: linear-gradient(180deg, var(--surface), #fff), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%231877E6' fill-opacity='0.03'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E"); }
.home-sec-bg-student { padding-top: 0; }

.home-demo-badge { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--brand-deep); background: var(--mist); padding: 6px 13px; border-radius: 999px; }
.home-demo-row .meta strong { display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 15px; }
.home-demo-row .meta span { font-size: 12px; color: var(--muted-light); }
.home-demo-foot .lbl { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-bright); }
.home-demo-foot .big { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 28px; }
.home-demo-foot .big span { color: var(--credit); }
.home-demo-foot .calc { font-family: 'Space Mono', monospace; font-size: 12px; color: var(--muted-light); }
.home-plan .pname { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 18px; margin-bottom: 14px; }
.home-plan .num { display: flex; align-items: baseline; gap: 8px; }
.home-plan .num span { color: var(--muted); font-size: 14px; }
.home-plan .desc { color: var(--muted); font-size: 14px; margin: 14px 0 18px; min-height: 42px; }
.home-plan .price { font-family: 'Space Mono', monospace; font-size: 13px; color: var(--muted-light); margin-bottom: 16px; border-top: 1px dashed var(--line); padding-top: 16px; }
.home-plan .price b { color: var(--ink); font-size: 15px; }
.home-carousel--video { display: flex; align-items: stretch; }
.home-step .num { position: absolute; top: 26px; right: 30px; font-family: 'Space Mono', monospace; font-weight: 700; font-size: 13px; color: var(--credit-deep); }
.home-student h2 { font-size: clamp(28px, 4vw, 40px); margin: 18px 0 14px; }
.home-student p { font-size: 16px; color: rgba(255, 255, 255, .86); margin-bottom: 28px; }

@media (max-width: 920px) {
    .home-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .home-steps, .home-cat-grid, .home-plan-grid, .home-trust-grid { grid-template-columns: 1fr 1fr; }
    .home-nav-links { display: none; }
    html.fx-ready .home-cursor-dot, html.fx-ready .home-cursor-ring { display: none; }
}
@media (max-width: 600px) {
    .home-steps, .home-cat-grid, .home-plan-grid, .home-trust-grid { grid-template-columns: 1fr; }
    .home-balance { left: 0; position: relative; margin-top: 1rem; animation: none; }
}
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    [data-reveal] { opacity: 1; transform: none; }
    .home-statement .home-word { color: var(--ink); }
}
