/* styles.css — ملکستان public marketing site (RTL Persian)
   Same brand as the panel: teal accent, ink, light neutrals, Estedad/Vazirmatn. */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&family=Estedad:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
    --font: 'Vazirmatn', 'Tahoma', sans-serif;
    --display: 'Estedad', 'Vazirmatn', serif;
    --mono: 'IBM Plex Mono', monospace;

    --ink: #14181f;
    --ink-2: #3a4250;
    --muted: #6a7686;
    --paper: #ffffff;
    --soft: #f4f6f7;
    --soft-2: #eceff1;
    --line: #e5e9ec;

    --accent: #2f7d8a;
    --accent-deep: #245f6a;
    --accent-pale: #e7f1f2;
    --accent-ink: #0e2826;   /* dark teal for hero/footer */
    --gold: #b8893f;
    --forest: #3f8a5c;

    --r: 10px;
    --r-lg: 18px;
    --shadow-sm: 0 1px 2px rgba(20,26,38,.06), 0 0 0 1px rgba(20,26,38,.04);
    --shadow: 0 12px 30px rgba(20,26,38,.10);
    --shadow-lg: 0 30px 70px rgba(14,40,38,.22);
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0; font-family: var(--font); color: var(--ink);
    background: var(--paper); line-height: 1.7;
    -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.25; margin: 0; letter-spacing: -.01em; text-wrap: balance; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.en { font-family: var(--mono); direction: ltr; unicode-bidi: isolate; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--accent); border-radius: 2px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: 15px; padding: 12px 22px; border-radius: var(--r); cursor: pointer; border: 1px solid transparent; transition: transform .12s ease, box-shadow .2s, background .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(47,125,138,.30); }
.btn-primary:hover { background: var(--accent-deep); box-shadow: 0 10px 26px rgba(47,125,138,.38); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--soft); }
.btn-white { background: #fff; color: var(--accent-ink); }
.btn-white:hover { background: #eef6f6; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 19px; font-family: var(--display); }
.brand .mark { width: 36px; height: 36px; border-radius: 9px; background: var(--accent); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 800; }
.brand small { display: block; font-size: 10.5px; color: var(--muted); font-weight: 500; font-family: var(--font); margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-inline-start: auto; }
.nav-links a { padding: 8px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.nav-links a:hover { background: var(--soft); color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 10px; margin-inline-start: 12px; }
.nav-toggle { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--accent-ink); color: #eaf3f2; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; opacity: .6; }
.hero::after { content: ""; position: absolute; top: -160px; inset-inline-start: -160px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(47,125,138,.55), transparent 65%); }
.hero-in { position: relative; padding: 76px 0 0; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero .eyebrow { color: #6fcbd0; }
.hero .eyebrow::before { background: #6fcbd0; }
.hero h1 { font-size: 50px; color: #fff; margin: 18px 0 0; line-height: 1.18; }
.hero h1 .hl { color: #6fcbd0; }
.hero-sub { font-size: 18px; color: #b9cfce; margin-top: 20px; max-width: 520px; }
.hero-cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-trust .n { font-family: var(--display); font-size: 26px; font-weight: 800; color: #fff; }
.hero-trust .l { font-size: 12.5px; color: #9bb4b3; margin-top: 2px; }
.hero-visual { position: relative; align-self: end; }

/* device frames for product shots */
.browser { background: #fff; border-radius: 14px 14px 0 0; box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.browser-bar { height: 38px; background: #eceef1; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #e0e3e7; }
.browser-bar i { width: 11px; height: 11px; border-radius: 50%; background: #cfd4da; }
.browser-bar i:nth-child(1) { background: #e0726a; } .browser-bar i:nth-child(2) { background: #e6b65c; } .browser-bar i:nth-child(3) { background: #7bbf7b; }
.browser-bar .url { margin-inline-start: 12px; background: #fff; border-radius: 6px; height: 22px; flex: 1; max-width: 280px; display: flex; align-items: center; padding: 0 10px; font-family: var(--mono); font-size: 10.5px; color: #8a93a0; direction: ltr; }
.shot-frame { overflow: hidden; position: relative; background: var(--soft); }
.shot-frame > .shot-scale { transform-origin: top right; }

/* ---------- generic section ---------- */
section { padding: 92px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head h2 { font-size: 38px; margin-top: 14px; }
.section-head p { color: var(--muted); font-size: 17px; margin-top: 14px; }
.center { text-align: center; }

/* ---------- logos / trust ---------- */
.logos { padding: 40px 0; border-bottom: 1px solid var(--line); }
.logos .wrap { display: flex; align-items: center; justify-content: center; gap: 42px; flex-wrap: wrap; }
.logos span { font-family: var(--display); font-weight: 700; font-size: 19px; color: #aeb6c0; }
.logos .lbl { font-size: 13px; color: var(--muted); font-family: var(--font); font-weight: 500; }

/* ---------- features ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: box-shadow .2s, transform .2s, border-color .2s; }
.feat:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: transparent; }
.feat .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-pale); color: var(--accent-deep); display: grid; place-items: center; margin-bottom: 16px; }
.feat h3 { font-size: 19px; }
.feat p { color: var(--muted); font-size: 14.5px; margin-top: 8px; }

/* ---------- showcase (alternating) ---------- */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 96px; }
.showcase:last-child { margin-bottom: 0; }
.showcase.flip .sc-media { order: 2; }
.sc-copy h3 { font-size: 30px; margin: 14px 0 0; }
.sc-copy p { color: var(--muted); font-size: 16.5px; margin-top: 16px; }
.sc-list { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.sc-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.sc-list .ck { width: 22px; height: 22px; border-radius: 50%; background: var(--accent-pale); color: var(--accent-deep); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.sc-media { position: relative; }
.sc-media .browser, .sc-media .phone-shell { box-shadow: var(--shadow); }
.sc-media.tinted { background: var(--soft); border-radius: var(--r-lg); padding: 30px; }

/* phone frame */
.phone-shell { width: 270px; background: #0a0c10; border-radius: 34px; padding: 8px; box-shadow: var(--shadow-lg); margin: 0 auto; }
.phone-screen { border-radius: 27px; overflow: hidden; background: #fff; position: relative; }

/* ---------- stats band ---------- */
.band { background: var(--accent-ink); color: #fff; }
.band .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.band .s { text-align: center; }
.band .n { font-family: var(--display); font-size: 42px; font-weight: 800; color: #6fcbd0; }
.band .l { color: #9bb4b3; font-size: 14px; margin-top: 4px; }

/* ---------- testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; }
.tcard .stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.tcard p { font-size: 15.5px; color: var(--ink-2); margin-top: 14px; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 11px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.tcard .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; }
.tcard .who b { font-size: 14px; } .tcard .who small { color: var(--muted); font-size: 12px; display: block; }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; }
.plan.pop { border: 2px solid var(--accent); box-shadow: var(--shadow); position: relative; }
.plan.pop .tag { position: absolute; top: -13px; inset-inline-start: 50%; transform: translateX(50%); background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; }
.plan h3 { font-size: 20px; }
.plan .desc { color: var(--muted); font-size: 13.5px; margin-top: 6px; min-height: 38px; }
.plan .amt { margin: 18px 0; }
.plan .amt b { font-family: var(--display); font-size: 38px; font-weight: 800; }
.plan .amt span { color: var(--muted); font-size: 14px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.plan li { display: flex; gap: 9px; font-size: 14px; color: var(--ink-2); align-items: flex-start; }
.plan li .ck { color: var(--forest); flex-shrink: 0; }
.plan li.off { color: #aab1ba; } .plan li.off .ck { color: #cfd4da; }

/* ---------- CTA ---------- */
.cta { background: var(--accent-ink); color: #fff; border-radius: 24px; padding: 60px; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 40px 40px; }
.cta h2 { font-size: 36px; color: #fff; position: relative; }
.cta p { color: #b9cfce; font-size: 17px; margin-top: 14px; position: relative; }
.cta .hero-cta { justify-content: center; position: relative; }

/* ---------- blog ---------- */
.blog-hero { padding: 64px 0 0; }
.blog-hero h1 { font-size: 42px; }
.blog-hero p { color: var(--muted); font-size: 17px; margin-top: 12px; }
.cats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.cats a { padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: 500; border: 1px solid var(--line); color: var(--ink-2); }
.cats a.on, .cats a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--paper); transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.post-cover { height: 168px; position: relative; display: grid; place-items: center; }
.post-cover .cat { position: absolute; top: 12px; inset-inline-start: 12px; background: rgba(255,255,255,.92); color: var(--accent-deep); font-size: 11.5px; font-weight: 700; padding: 3px 10px; border-radius: 6px; }
.post-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.post-card h3 { font-size: 18px; line-height: 1.4; }
.post-card .excerpt { color: var(--muted); font-size: 14px; margin-top: 8px; flex: 1; }
.post-card .meta { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 12.5px; color: var(--muted); }
.featured { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 44px; }
.featured .cover { min-height: 340px; position: relative; display: grid; place-items: center; }
.featured .body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.featured h2 { font-size: 30px; margin: 14px 0; }
.featured .excerpt { color: var(--muted); font-size: 16px; }

/* article */
.article { max-width: 760px; margin: 0 auto; padding: 56px 24px 0; }
.article .kicker { color: var(--accent); font-weight: 700; font-size: 14px; }
.article h1 { font-size: 40px; margin: 14px 0 18px; }
.article .byline { display: flex; align-items: center; gap: 12px; padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 32px; color: var(--muted); font-size: 14px; }
.article .lead { font-size: 20px; line-height: 1.8; color: var(--ink-2); margin-bottom: 24px; }
.article-body { font-size: 17px; line-height: 1.95; color: #2c333d; }
.article-body h2 { font-size: 26px; margin: 38px 0 14px; }
.article-body h3 { font-size: 21px; margin: 30px 0 10px; }
.article-body p { margin: 0 0 18px; }
.article-body ul { padding-inline-start: 22px; margin: 0 0 18px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { margin: 26px 0; padding: 18px 22px; background: var(--accent-pale); border-inline-start: 4px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; font-size: 18px; color: var(--accent-deep); }
.article-cover { height: 360px; border-radius: var(--r-lg); margin: 8px 0 32px; display: grid; place-items: center; }

/* ---------- faq ---------- */
.faq details { border: 1px solid var(--line); border-radius: var(--r); padding: 4px 20px; margin-bottom: 12px; background: var(--paper); transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 16.5px; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--accent); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); font-size: 15px; padding: 0 0 18px; margin: 0; }

/* ---------- abstract illustrations (no panel screenshots) ---------- */
.illus { position: relative; }

/* hero "hub" ecosystem graphic */
.hub { position: relative; width: 100%; aspect-ratio: 1/0.92; max-width: 480px; margin-inline-start: auto; }
.hub-core { position: absolute; top: 50%; inset-inline-end: 50%; transform: translate(50%,-50%); width: 132px; height: 132px; border-radius: 30px; background: linear-gradient(150deg,#48a7b3,#236d77); display: grid; place-items: center; color: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.25); z-index: 3; }
.hub-ring { position: absolute; top: 50%; inset-inline-end: 50%; transform: translate(50%,-50%); width: 320px; height: 320px; border: 1.5px dashed rgba(111,203,208,.35); border-radius: 50%; }
.hub-ring.r2 { width: 420px; height: 420px; border-color: rgba(111,203,208,.18); }
.chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); padding: 10px 15px; border-radius: 13px; font-size: 13.5px; font-weight: 600; box-shadow: 0 14px 30px rgba(0,0,0,.22); z-index: 4; white-space: nowrap; }
.chip .ci { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.chip-1 { top: 6%; inset-inline-end: 4%; } .chip-2 { top: 24%; inset-inline-start: 0%; }
.chip-3 { bottom: 20%; inset-inline-end: -2%; } .chip-4 { bottom: 4%; inset-inline-start: 8%; }
.hub-stat { position: absolute; bottom: 30%; inset-inline-start: -4%; background: var(--accent-ink); color: #fff; border: 1px solid rgba(111,203,208,.3); border-radius: 14px; padding: 12px 15px; z-index: 5; box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.hub-stat b { font-family: var(--display); font-size: 22px; color: #6fcbd0; display: block; }
.hub-stat span { font-size: 11px; color: #9bb4b3; }
@keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
@keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }
.chip-1,.chip-3,.hub-stat { animation: float1 5s ease-in-out infinite; }
.chip-2,.chip-4 { animation: float2 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .chip,.hub-stat { animation: none !important; } }

/* schematic showcase art (concept diagrams, not real UI) */
.art { border-radius: var(--r-lg); padding: 26px; position: relative; overflow: hidden; }
.art-pipe { background: linear-gradient(135deg,#eef5f5,#dcebec); display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.art-col { display: flex; flex-direction: column; gap: 10px; }
.art-col .h { height: 8px; border-radius: 4px; background: var(--accent); opacity: .8; width: 70%; }
.art-cardlet { background: #fff; border-radius: 11px; padding: 12px; box-shadow: 0 6px 16px rgba(20,26,38,.08); display: flex; flex-direction: column; gap: 7px; }
.art-cardlet .top { height: 4px; border-radius: 2px; width: 60%; }
.art-cardlet .ln { height: 6px; border-radius: 3px; background: #e6ebec; }
.art-cardlet .ln.s { width: 50%; }
.art-cardlet.drag { transform: rotate(-4deg) translateY(-4px); box-shadow: 0 18px 36px rgba(20,26,38,.22); position: relative; z-index: 2; }

.art-report { background: linear-gradient(135deg,#0e2826,#235e66); display: flex; flex-direction: column; gap: 20px; }
.art-bars { display: flex; align-items: flex-end; gap: 12px; height: 150px; }
.art-bars .b { flex: 1; border-radius: 6px 6px 0 0; background: rgba(111,203,208,.45); }
.art-bars .b.hl { background: #6fcbd0; }
.art-row { display: flex; gap: 16px; align-items: center; }
.art-donut { width: 92px; height: 92px; border-radius: 50%; flex-shrink: 0; background: conic-gradient(#6fcbd0 0 62%, #b8893f 62% 83%, #4f9d86 83% 100%); position: relative; }
.art-donut::after { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: #0e2826; }
.art-legend { display: flex; flex-direction: column; gap: 9px; flex: 1; }
.art-legend .lg { display: flex; align-items: center; gap: 8px; }
.art-legend .lg i { width: 9px; height: 9px; border-radius: 2px; }
.art-legend .lg .bar { flex: 1; height: 7px; border-radius: 4px; background: rgba(255,255,255,.12); }

/* schematic phone */
.art-phone { width: 248px; margin: 0 auto; background: #0a0c10; border-radius: 34px; padding: 9px; box-shadow: var(--shadow-lg); }
.art-phone-scr { background: #fff; border-radius: 26px; overflow: hidden; padding: 16px 14px; min-height: 420px; }
.ap-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.ap-title { height: 14px; width: 90px; border-radius: 5px; background: var(--ink); }
.ap-dot { width: 30px; height: 30px; border-radius: 9px; background: var(--accent-pale); }
.ap-stat { display: flex; gap: 8px; margin-bottom: 16px; }
.ap-stat .s { flex: 1; height: 56px; border-radius: 11px; border: 1px solid var(--line); padding: 9px; }
.ap-stat .s b { display: block; height: 16px; width: 60%; border-radius: 4px; background: var(--accent); opacity: .85; margin-bottom: 6px; }
.ap-stat .s i { display: block; height: 6px; width: 80%; border-radius: 3px; background: #e6ebec; }
.ap-card { border: 1px solid var(--line); border-radius: 12px; padding: 12px; display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.ap-card .av { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; }
.ap-card .col { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.ap-card .col .l1 { height: 8px; width: 70%; border-radius: 4px; background: #d8e0e1; }
.ap-card .col .l2 { height: 6px; width: 45%; border-radius: 3px; background: #e9eded; }
.ap-fab { position: absolute; }

/* ---------- footer ---------- */
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer .brand { color: #fff; }
.footer .brand small { color: #8aa3a2; }
.footer-col h4 { color: #fff; font-size: 14px; font-family: var(--font); font-weight: 700; margin-bottom: 14px; }
.footer-col a { display: block; padding: 5px 0; font-size: 14px; color: #9bb4b3; }
.footer-col a:hover { color: #fff; }
.footer-about { font-size: 14px; max-width: 280px; margin-top: 16px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; flex-wrap: wrap; gap: 12px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
    .hero-in { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; }
    .hero h1 { font-size: 38px; }
    .hero-visual { margin-bottom: -2px; }
    .feat-grid, .tgrid, .price-grid, .post-grid { grid-template-columns: 1fr; }
    .showcase, .showcase.flip .sc-media { grid-template-columns: 1fr; order: 0; }
    .showcase .sc-media { order: 2; }
    .band .wrap { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .featured { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .nav-toggle { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 9px; border: 1px solid var(--line); background: #fff; margin-inline-start: auto; cursor: pointer; }
    .section-head h2 { font-size: 30px; }
    .cta { padding: 40px 24px; }
    .cta h2 { font-size: 28px; }
}
