:root {
    --bg: #f6fbff;
    --bg-grid: rgba(16, 43, 84, 0.07);
    --ink: #0b1b48;
    --muted: #5b6d8f;
    --line: #dce7f6;
    --card: rgba(255,255,255,0.84);
    --blue: #246bff;
    --cyan: #22c6ee;
    --indigo: #5b54ea;
    --green: #1dbf73;
    --shadow-lg: 0 30px 70px rgba(34, 68, 140, 0.14);
    --shadow-md: 0 18px 40px rgba(34, 68, 140, 0.12);
    --shadow-sm: 0 8px 22px rgba(34, 68, 140, 0.10);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Segoe UI", Inter, Arial, sans-serif; color: var(--ink); background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.92)), linear-gradient(var(--bg-grid) 1px, transparent 1px), linear-gradient(90deg, var(--bg-grid) 1px, transparent 1px), var(--bg); background-size: auto, 64px 64px, 64px 64px, auto; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -50px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }
.page-orb { position: fixed; border-radius: 50%; filter: blur(12px); opacity: .35; z-index: -1; pointer-events: none; }
.page-orb-a { width: 480px; height: 480px; background: radial-gradient(circle, rgba(34,198,238,.32), rgba(34,198,238,0)); top: 140px; left: -160px; }
.page-orb-b { width: 420px; height: 420px; background: radial-gradient(circle, rgba(91,84,234,.28), rgba(91,84,234,0)); right: -120px; bottom: 180px; }
.site-header { position: sticky; top: 0; z-index: 50; padding: 20px 0 12px; backdrop-filter: blur(18px); background: linear-gradient(180deg, rgba(246,251,255,.92), rgba(246,251,255,.72)); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 12px 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(138,165,210,.35); border-radius: 26px; box-shadow: var(--shadow-sm); }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(145deg, rgba(36,107,255,.15), rgba(91,84,234,.1)); }
.brand-mark img { width: 40px; height: 40px; object-fit: contain; }
.brand-copy { display: grid; }
.brand-copy strong { font-size: 1.6rem; line-height: 1; }
.brand-copy small { text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 700; font-size: .74rem; margin-top: 4px; }
.main-menu { display: flex; justify-content: center; gap: 26px; }
.main-menu a { position: relative; padding: 10px 0; font-weight: 700; color: #3d4d71; }
.main-menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--indigo)); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.main-menu a:hover, .main-menu a.is-active { color: var(--blue); }
.main-menu a:hover::after, .main-menu a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border-radius: 14px; border: 1px solid rgba(138,165,210,.4); background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 16px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(90deg, var(--cyan), var(--indigo)); box-shadow: 0 16px 30px rgba(76,117,255,.28); }
.button-ghost { color: var(--blue); background: rgba(255,255,255,.9); border-color: rgba(130,165,220,.55); }
.button-light { color: var(--blue); background: #fff; border-color: rgba(130,165,220,.5); }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
.button-large { min-height: 54px; padding: 0 24px; }
section { padding: 62px 0; }
.section-heading { max-width: 760px; margin-bottom: 26px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; color: var(--blue); font-size: .9rem; }
.eyebrow span { width: 24px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.on-dark { color: #c8efff; }
.section-heading h2, .hero h1, .how-copy h2, .contact-copy h2, .catalog-hero h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: .97; letter-spacing: -0.04em; }
.section-heading h2 em, .hero h1 em, .how-copy h2 em, .catalog-hero h2 em { font-style: normal; background: linear-gradient(90deg, var(--cyan), var(--indigo)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-heading p, .hero-lead, .how-copy > p, .catalog-hero p, .contact-copy p { font-size: 1.1rem; line-height: 1.7; color: var(--muted); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; min-height: calc(100vh - 140px); }
.hero-copy h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 6rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 22px; color: #2f456f; font-weight: 700; }
.hero-trust i { color: var(--green); font-style: normal; margin-right: 8px; }
.hero-scene { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-halo { position: absolute; inset: 50px 50px 30px; border-radius: 50%; background: radial-gradient(circle at center, rgba(197,239,251,.92), rgba(151,190,255,.45) 55%, rgba(151,190,255,0) 70%); }
.hero-zimu { position: relative; z-index: 2; width: min(560px, 100%); filter: drop-shadow(0 24px 38px rgba(31, 67, 143, .22)); }
.floating-card { position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid rgba(179,200,233,.6); border-radius: 22px; box-shadow: var(--shadow-md); color: var(--ink); }
.floating-question { top: 160px; left: 10px; width: 220px; padding: 16px 18px; }
.mini-label { display: inline-block; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(36,107,255,.09); color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.answer-lines { display: grid; gap: 8px; margin-top: 14px; }
.answer-lines i { display: block; height: 10px; border-radius: 99px; background: linear-gradient(90deg, rgba(34,198,238,.18), rgba(91,84,234,.06)); }
.floating-progress { top: 120px; right: 16px; display: flex; gap: 12px; align-items: center; padding: 14px 16px; }
.progress-icon, .bubble-mark { width: 36px; height: 36px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cyan), var(--indigo)); color: #fff; font-weight: 900; }
.floating-progress small, .floating-bubble small { display: block; color: var(--muted); }
.floating-progress strong { font-size: 1.4rem; }
.floating-subject { right: 26px; bottom: 150px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; }
.floating-subject span { font-size: 1.3rem; color: var(--indigo); }
.floating-bubble { left: 40px; bottom: 70px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; max-width: 320px; }
.floating-bubble strong { display: block; margin-bottom: 4px; color: var(--blue); }
.hero-marquee { display: flex; justify-content: center; padding: 18px 0 0; }
.hero-marquee-track { display: inline-flex; justify-content: center; align-items: center; gap: 18px; width: auto; max-width: 100%; color: #6479a5; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; text-align: center; flex-wrap: wrap; }
.benefits-grid { display: grid; gap: 16px; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.benefit-card { background: rgba(255,255,255,.88); border: 1px solid rgba(175,195,230,.52); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 26px; position: relative; overflow: hidden; }
.benefit-card h3 { margin: 0 0 12px; font-size: 2rem; letter-spacing: -0.03em; }
.benefit-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.benefit-primary { grid-row: span 2; background: linear-gradient(145deg, #173b93, #246bff); color: #fff; box-shadow: 0 30px 70px rgba(31,76,176,.28); }
.benefit-primary p { color: rgba(255,255,255,.88); }
.benefit-top-icon, .benefit-icon { position: relative; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 18px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.09)); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.benefit-top-icon::before, .benefit-icon::before { content: ""; position: absolute; inset: -8px; border-radius: 22px; background: radial-gradient(circle, rgba(34,198,238,.18), rgba(34,198,238,0) 70%); z-index: 0; }
.benefit-top-icon span, .benefit-icon span { position: relative; z-index: 2; font-size: 1.15rem; font-weight: 900; color: #fff; }
.benefit-icon { background: linear-gradient(135deg, rgba(34,198,238,.14), rgba(91,84,234,.14)); border-color: rgba(181,201,235,.55); }
.benefit-icon span { color: var(--blue); }
.benefit-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.benefit-tags span, .catalog-chip, .meta-pill, .pill { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; font-weight: 800; font-size: .78rem; }
.benefit-primary .benefit-tags span { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #fff; }
.progress-mini { display: flex; align-items: center; gap: 18px; margin-top: 34px; padding: 18px; border-radius: 22px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); }
.progress-mini small, .progress-mini strong { color: #fff; }
.progress-ring { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; font-size: 1.2rem; font-weight: 900; background: radial-gradient(circle at center, rgba(255,255,255,.12) 42%, transparent 43%), conic-gradient(#3ae4ff 0 84%, rgba(255,255,255,.22) 84% 100%); }
.progress-ring strong { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #365ee0; }
.benefit-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center; }
.benefit-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.benefit-list li::before { content: "•"; color: var(--blue); font-weight: 900; margin-right: 10px; }
.benefit-side-art { position: relative; min-height: 260px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, rgba(34,198,238,.08), rgba(91,84,234,.08)); }
.benefit-side-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(34,198,238,.28), rgba(34,198,238,0)); }
.benefit-side-art img { width: min(280px, 82%); position: relative; z-index: 2; filter: drop-shadow(0 18px 28px rgba(30,69,143,.18)); }
.how-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: center; }
.how-steps { display: grid; gap: 14px; margin-top: 26px; }
.how-step { text-align: left; display: grid; grid-template-columns: 38px 1fr; gap: 4px 14px; align-items: center; padding: 14px 16px; border-radius: 18px; border: 1px solid rgba(175,195,230,.52); background: rgba(255,255,255,.82); }
.how-step span { grid-row: span 2; width: 32px; height: 32px; border-radius: 12px; display: grid; place-items: center; font-weight: 900; color: var(--blue); background: rgba(36,107,255,.08); }
.how-step strong { font-size: 1.02rem; }
.how-step small { color: var(--muted); }
.how-step.is-active { border-color: rgba(81,118,255,.45); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.demo { position: relative; }
.demo-window { background: rgba(255,255,255,.88); border: 1px solid rgba(175,195,230,.55); border-radius: 30px; box-shadow: var(--shadow-lg); overflow: hidden; }
.demo-topbar, .demo-footer { display: flex; align-items: center; gap: 8px; padding: 14px 16px; background: rgba(244,248,255,.8); border-bottom: 1px solid rgba(175,195,230,.45); }
.demo-topbar span { width: 10px; height: 10px; border-radius: 50%; background: #58c5ff; }
.demo-topbar span:nth-child(2) { background: #7c83ff; }
.demo-topbar span:nth-child(3) { background: #a75cff; }
.demo-topbar strong { margin-left: auto; margin-right: auto; font-size: .95rem; }
.demo-topbar small { color: #1bb56e; font-weight: 800; }
.demo-body { display: grid; grid-template-columns: 60px 1fr; min-height: 410px; }
.demo-nav { background: linear-gradient(180deg, #1a3276, #173069); display: flex; flex-direction: column; align-items: center; gap: 16px; padding-top: 16px; }
.demo-mark { width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--cyan), var(--indigo)); }
.demo-nav i { width: 24px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.24); }
.demo-content { position: relative; padding: 28px 26px; }
.demo-screen { display: none; }
.demo-screen.is-active { display: block; }
.demo-screen h3 { font-size: 2rem; margin: 0 0 10px; }
.demo-form, .demo-cards, .demo-checkout, .demo-results { margin-top: 18px; }
.demo-form { max-width: 330px; padding: 18px; border-radius: 22px; border: 1px solid rgba(175,195,230,.5); background: #fff; display: grid; gap: 12px; }
.demo-form label { display: grid; gap: 6px; font-weight: 700; font-size: .9rem; }
.demo-form input { height: 42px; border-radius: 14px; border: 1px solid #cfddf5; background: #fbfdff; }
.demo-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-cards article, .demo-checkout, .demo-results div { border: 1px solid rgba(175,195,230,.5); border-radius: 18px; background: #fff; padding: 16px; box-shadow: 0 8px 20px rgba(34,68,140,.06); }
.demo-cards strong, .demo-checkout strong, .demo-results strong { display: block; }
.demo-cards small, .demo-checkout small, .demo-results small { color: var(--muted); }
.pill.ok { background: rgba(29,191,115,.14); color: #148f57; margin-bottom: 10px; }
.demo-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.demo-results strong { font-size: 1.7rem; color: var(--blue); }
.demo-footer { justify-content: space-between; border-top: 1px solid rgba(175,195,230,.45); border-bottom: 0; }
.demo-footer small { color: #45608d; font-weight: 700; }
.demo-toggle { width: 34px; height: 34px; border-radius: 12px; border: 1px solid rgba(175,195,230,.55); background: #fff; color: var(--blue); font-weight: 900; }
.demo-zimu-bubble { position: absolute; left: -20px; bottom: 24px; display: flex; align-items: center; gap: 12px; max-width: 300px; padding: 12px 14px; border-radius: 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(175,195,230,.56); box-shadow: var(--shadow-md); }
.demo-zimu-bubble img { width: 84px; }
.demo-zimu-bubble strong { display: block; margin-bottom: 4px; }
.demo-zimu-bubble small { color: var(--muted); }
.catalog-hero { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: center; padding: 28px 34px; background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(34,198,238,.08), rgba(91,84,234,.08)); border: 1px solid rgba(175,195,230,.55); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); }
.catalog-hero img { width: 300px; justify-self: end; }
.catalog-toolbar { display: grid; grid-template-columns: auto minmax(260px, 340px); gap: 18px; align-items: center; margin-top: 24px; }
.catalog-tabs { display: inline-flex; gap: 10px; padding: 6px; background: rgba(255,255,255,.86); border-radius: 18px; border: 1px solid rgba(175,195,230,.55); }
.catalog-tabs button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 14px; background: transparent; color: #44567e; font-weight: 800; }
.catalog-tabs button.is-active { color: #fff; background: linear-gradient(90deg, var(--blue), var(--indigo)); box-shadow: 0 14px 22px rgba(76,117,255,.24); }
.catalog-search { display: flex; align-items: center; gap: 10px; padding: 0 14px; min-height: 52px; border-radius: 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(175,195,230,.55); }
.catalog-search span { color: var(--blue); font-weight: 900; }
.catalog-search input { flex: 1; border: 0; outline: none; background: transparent; color: var(--ink); }
.catalog-feedback { margin: 18px 0 0; color: #536888; font-weight: 700; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.catalog-card { display: grid; grid-template-rows: auto 1fr; background: rgba(255,255,255,.92); border-radius: 26px; border: 1px solid rgba(175,195,230,.56); box-shadow: var(--shadow-sm); overflow: hidden; }
.catalog-card-media { position: relative; display: grid; place-items: center; min-height: 208px; padding: 20px; background: linear-gradient(145deg, rgba(34,198,238,.14), rgba(91,84,234,.14)); }
.catalog-card-media-frame { display: grid; place-items: center; width: min(210px, 88%); height: 168px; padding: 12px; background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.72); border-radius: 24px; backdrop-filter: blur(4px); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.catalog-card-media img { width: auto; max-width: 100%; max-height: 140px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(34,68,140,.14)); }
.catalog-badge { position: absolute; top: 16px; right: 16px; padding: 8px 12px; border-radius: 999px; font-size: .8rem; font-weight: 900; background: rgba(255,255,255,.9); color: #425475; border: 1px solid rgba(175,195,230,.56); }
.catalog-card-body { display: grid; gap: 14px; padding: 20px; }
.catalog-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.catalog-chip { background: rgba(36,107,255,.1); color: var(--blue); }
.catalog-card h3 { margin: 0; font-size: 1.5rem; letter-spacing: -0.03em; }
.catalog-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.catalog-meta-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.meta-pill { background: rgba(16,43,84,.06); color: #536888; }
.catalog-price { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 10px; border-top: 1px solid #e4edf8; }
.catalog-price strong { font-size: 1.8rem; color: var(--ink); letter-spacing: -0.03em; }
.catalog-price del { color: #8b9cbc; font-weight: 700; display: block; margin-top: 4px; }
.catalog-actions { display: flex; justify-content: center; margin-top: 26px; }
.catalog-empty { margin-top: 22px; padding: 20px; border-radius: 26px; background: rgba(255,255,255,.88); border: 1px solid rgba(175,195,230,.56); display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 18px; }
.catalog-empty img { width: 84px; justify-self: center; }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 20px; padding: 44px 48px; background: linear-gradient(90deg, #0d2c72, #1b57d0, #5b46db); border-radius: 36px; color: #fff; overflow: hidden; box-shadow: 0 30px 70px rgba(27,64,158,.32); }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: rgba(255,255,255,.88); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.contact-art { position: relative; min-height: 250px; display: grid; place-items: center; }
.contact-rings { width: 270px; height: 270px; border-radius: 50%; background: radial-gradient(circle at center, rgba(255,255,255,.1) 0, rgba(255,255,255,.08) 38%, transparent 39%), radial-gradient(circle at center, rgba(255,255,255,.12) 0, rgba(255,255,255,.05) 54%, transparent 55%), radial-gradient(circle at center, rgba(255,255,255,.08) 0, rgba(255,255,255,.03) 70%, transparent 71%); position: absolute; }
.contact-art img { width: min(180px, 56%); position: relative; z-index: 2; filter: drop-shadow(0 20px 30px rgba(14, 33, 97, .24)); }
.site-footer { background: #051b4f; color: rgba(255,255,255,.86); padding: 26px 0 18px; margin-top: 24px; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; }
.footer-brand strong { display: block; }
.footer-brand small { text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); margin-top: 18px; padding-top: 18px; color: rgba(255,255,255,.68); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) { .hero-grid, .how-grid, .contact-panel, .benefit-wide, .catalog-hero { grid-template-columns: 1fr; } .catalog-grid { grid-template-columns: repeat(2, 1fr); } .hero-copy { order: 1; } .hero-scene { order: 2; min-height: 540px; } .catalog-hero img { justify-self: center; } .demo-zimu-bubble { position: static; margin-top: 16px; } }
@media (max-width: 920px) { .header-inner { grid-template-columns: auto auto; } .menu-toggle { display: inline-flex; margin-left: auto; } .main-menu { display: none; grid-column: 1 / -1; flex-direction: column; gap: 14px; padding: 10px 4px 0; } .main-menu.is-open { display: flex; } .header-actions { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; } .benefits-grid { grid-template-columns: 1fr; } .benefit-primary { grid-row: auto; } .catalog-toolbar { grid-template-columns: 1fr; } }
@media (max-width: 720px) { section { padding: 44px 0; } .shell { width: min(100% - 24px, 1180px); } .header-inner { gap: 16px; padding: 12px 14px; } .brand-copy strong { font-size: 1.3rem; } .hero-grid { min-height: auto; gap: 24px; } .hero-copy h1 { font-size: clamp(2.7rem, 15vw, 4.4rem); } .hero-scene { min-height: 420px; } .hero-zimu { width: min(330px, 88%); } .hero-halo { inset: 36px; } .floating-question { left: 0; top: 68px; width: 190px; } .floating-progress { right: 0; top: 34px; } .floating-subject { right: 0; bottom: 118px; } .floating-bubble { left: 0; right: 0; bottom: 10px; margin: 0 auto; max-width: calc(100% - 16px); } .benefit-card h3 { font-size: 1.7rem; } .demo-body { grid-template-columns: 1fr; } .demo-nav { flex-direction: row; justify-content: center; padding: 12px; } .demo-content { padding: 20px; } .demo-screen h3 { font-size: 1.6rem; } .demo-cards, .demo-results { grid-template-columns: 1fr; } .catalog-grid { grid-template-columns: 1fr; } .catalog-empty { grid-template-columns: 1fr; text-align: center; } .contact-panel { padding: 32px 24px; } .hero-marquee-track { gap: 12px; font-size: .82rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }