/* =========================================================
   Luma — premium homepage v2
   Brand-true (navy/blue/amber on paper) · tech + human · RTL
   Bento-grid showcase · product-UI mockups · motion-driven
   ========================================================= */

:root {
  --navy:   #07183f;
  --navy2:  #0e255d;
  --blue:   #1e63ff;
  --blue2:  #0d8bff;
  --amber:  #f4b63f;
  --paper:  #fffdf8;
  --surface:#ffffff;
  --ink:    #07183f;
  --muted:  #63718f;
  --border: #e4eaf5;
  --ok:     #0f9f6e;
  --tint:   #eef4ff;     /* soft blue wash */
  --tint2:  #f6f9ff;

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 56px);
  --sect: clamp(80px, 12vh, 150px);
  --r: 22px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 24px 60px -28px rgba(7,24,63,.22);
  --shadow-sm: 0 12px 30px -18px rgba(7,24,63,.20);
  --font-head: 'Rubik', system-ui, sans-serif;
  --font-body: 'Heebo', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- type ---------- */
h1,h2,h3 { font-family: var(--font-head); font-weight: 600; letter-spacing: -.02em; line-height: 1.08; }
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: .02em;
  color: var(--blue); margin-bottom: 18px;
}
.kicker::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: var(--blue); }
.kicker.center { justify-content: center; }
.big   { font-size: clamp(2.2rem, 5.4vw, 4.2rem); font-weight: 600; letter-spacing: -.03em; }
.h2    { font-size: clamp(1.8rem, 3.6vw, 2.9rem); font-weight: 600; letter-spacing: -.025em; }
.dim   { color: var(--muted); }
.lead  { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); font-weight: 300; line-height: 1.7; max-width: 52ch; }
.lead.center { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 54px; padding-inline: 28px; border-radius: 999px; cursor: pointer;
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; letter-spacing: -.01em;
  border: 1px solid transparent; transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.btn svg { width: 18px; height: 18px; }
.btn-solid { background: var(--navy); color: #fff; box-shadow: 0 16px 34px -14px rgba(7,24,63,.5); }
.btn-solid:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(30,99,255,.5); }
.btn-line { background: var(--surface); color: var(--navy); border-color: var(--border); }
.btn-line:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-ghost { height: 44px; padding-inline: 20px; font-size: .96rem; background: var(--tint); color: var(--navy); }
.btn-ghost:hover { background: #e2ebff; }

/* ---------- nav ---------- */
.nav { position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 50; transition: background .4s var(--ease), box-shadow .4s var(--ease), backdrop-filter .4s; }
.nav.scrolled { background: rgba(255,253,248,.8); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); box-shadow: 0 1px 0 var(--border); }
.nav-inner { max-width: var(--maxw); margin-inline: auto; padding: 14px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { height: 38px; width: auto; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: .98rem; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--navy); }
.nav-right { display: flex; align-items: center; gap: 12px; }

/* ---------- HERO ---------- */
.hero { position: relative; padding-block: clamp(120px, 17vh, 190px) var(--sect); overflow: hidden; }
.hero::before { /* tech grid */
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 90% at 70% 0%, #000 0%, transparent 65%);
          mask-image: radial-gradient(120% 90% at 70% 0%, #000 0%, transparent 65%);
}
.hero::after { /* blue glow */
  content: ""; position: absolute; z-index: 0; inset-block-start: -18%; inset-inline-end: -10%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(closest-side, rgba(30,99,255,.16), rgba(13,139,255,.06) 55%, transparent 72%); filter: blur(8px); pointer-events: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 22px; }
.hero-eyebrow .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(15,159,110,.16); }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.02; }
.hero h1 .grad { background: linear-gradient(100deg, var(--blue), var(--blue2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { margin-top: 22px; font-size: clamp(1.08rem, 1.6vw, 1.32rem); font-weight: 300; color: var(--muted); max-width: 40ch; line-height: 1.65; }
.hero-actions { margin-top: 30px; display: flex; gap: 13px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }

/* ---------- live demo generator ---------- */
.gen { margin-top: 28px; }
.gen-row { display: flex; gap: 10px; }
.gen-row input {
  flex: 1; height: 54px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface);
  padding-inline: 22px; font-family: var(--font-body); font-size: 1.05rem; color: var(--navy);
  transition: border-color .2s, box-shadow .2s;
}
.gen-row input::placeholder { color: #9aa6bd; }
.gen-row input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(30,99,255,.14); }
.gen-row .btn { flex: none; }
.gen-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip {
  height: 38px; padding-inline: 16px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--border); background: var(--surface); color: var(--muted);
  font-family: var(--font-body); font-size: .92rem; font-weight: 600;
  transition: all .2s var(--ease);
}
.chip:hover { border-color: #c4d2f3; color: var(--navy); }
.chip.is-on { background: var(--navy); color: #fff; border-color: var(--navy); }
.gen-tiny { margin-top: 14px; font-size: .84rem; color: var(--muted); }

.gen-canvas { position: relative; min-height: 440px; display: grid; place-items: center; }
.canvas-idle { text-align: center; color: var(--muted); border: 1.5px dashed var(--border); border-radius: var(--r); width: 100%; height: 100%; min-height: 440px; display: grid; place-content: center; justify-items: center; gap: 14px; background: linear-gradient(180deg, var(--surface), var(--tint2)); }
.canvas-idle .ci-mark { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--tint); color: var(--blue); }
.canvas-idle .ci-mark svg { width: 30px; height: 30px; }
.canvas-idle p { font-size: 1rem; }

.canvas-load { text-align: center; display: grid; gap: 16px; justify-items: center; }
.canvas-load .ldots { display: flex; gap: 7px; }
.canvas-load .ldots span { width: 11px; height: 11px; border-radius: 50%; background: var(--blue); animation: lpulse 1s infinite; }
.canvas-load .ldots span:nth-child(2){ animation-delay:.15s } .canvas-load .ldots span:nth-child(3){ animation-delay:.3s }
@keyframes lpulse { 0%,100%{opacity:.3;transform:scale(.8)} 40%{opacity:1;transform:scale(1)} }
.canvas-load .ltext { color: var(--navy); font-weight: 600; }
.canvas-load .lbar { width: 220px; height: 6px; border-radius: 999px; background: var(--border); overflow: hidden; }
.canvas-load .lbar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--blue), var(--blue2)); animation: lfill 1.8s var(--ease) forwards; }
@keyframes lfill { to { width: 100%; } }

.gen-result { width: 100%; animation: rIn .5s var(--ease) both; }
@keyframes rIn { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.gen-result .res-cta { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; background: var(--tint2); border: 1px solid var(--border); border-radius: 16px; padding: 14px 18px; }
.gen-result .res-cta b { font-family: var(--font-head); font-size: 1.02rem; color: var(--navy); }
.lead-toast { position: absolute; inset-block-start: 14px; inset-inline-start: 14px; z-index: 5; display: inline-flex; align-items: center; gap: 9px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); border-radius: 14px; padding: 10px 14px; font-size: .9rem; font-weight: 600; color: var(--navy); animation: toastIn .5s var(--ease) both; }
.lead-toast .td { width: 9px; height: 9px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(15,159,110,.18); flex: none; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

/* ---------- live demo frame (real built sites) ---------- */
.demoframe { position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); background: var(--surface); }
.demoframe .df-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-bottom: 1px solid var(--border); background: var(--tint2); }
.demoframe .df-bar i { width: 9px; height: 9px; border-radius: 50%; background: #d7deec; }
.demoframe .df-bar i:nth-child(1){ background:#ff6058 } .demoframe .df-bar i:nth-child(2){ background:#ffbd2e } .demoframe .df-bar i:nth-child(3){ background:#28ca42 }
.demoframe .df-url { margin-inline-start: 8px; flex: 1; height: 20px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; padding-inline: 11px; font-size: 10.5px; color: var(--muted); direction: ltr; overflow: hidden; white-space: nowrap; }
.demoframe .df-view { position: relative; width: 100%; height: 320px; overflow: hidden; background: #0e1320; }
.demoframe iframe { position: absolute; top: 0; left: 0; width: 1366px; height: 860px; border: 0; transform-origin: top left; pointer-events: none; }
.demoframe.tall .df-view { height: 360px; }
.df-banner { position: absolute; inset-block-end: 0; inset-inline: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; background: linear-gradient(0deg, rgba(7,24,63,.92), rgba(7,24,63,0)); color: #fff; }
.df-banner b { font-family: var(--font-head); font-size: .98rem; }
.df-banner .df-link { font-size: .85rem; font-weight: 700; color: #fff; background: var(--blue); padding: 7px 14px; border-radius: 999px; pointer-events: auto; }
.df-tag { position: absolute; inset-block-start: 52px; inset-inline-end: 12px; z-index: 3; font-size: 11px; font-weight: 800; color: #fff; background: var(--blue); padding: 5px 12px; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* ---------- product mockups ---------- */
.mock-stack { position: relative; }
.window { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.window-bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--border); background: var(--tint2); }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d7deec; display: block; }
.window-bar i:nth-child(1){ background:#ff6058 } .window-bar i:nth-child(2){ background:#ffbd2e } .window-bar i:nth-child(3){ background:#28ca42 }
.window-url { margin-inline-start: 10px; flex: 1; height: 22px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); display: flex; align-items: center; padding-inline: 12px; font-size: 11px; color: var(--muted); direction: ltr; }
.site-hero { padding: 22px 20px; background: linear-gradient(160deg, var(--navy), var(--navy2)); color: #fff; }
.site-hero .tag { font-size: 10px; color: var(--amber); font-weight: 700; letter-spacing: .1em; }
.site-hero h4 { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-top: 8px; line-height: 1.15; }
.site-hero .row { display: flex; gap: 8px; margin-top: 14px; }
.site-hero .pill { height: 26px; padding-inline: 14px; border-radius: 999px; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.site-hero .pill.a { background: var(--blue); color: #fff; }
.site-hero .pill.b { background: rgba(255,255,255,.14); color: #fff; }
.site-body { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 14px; }
.site-body span { height: 46px; border-radius: 10px; background: var(--tint); border: 1px solid var(--border); }

/* floating dashboard card */
.float-card { position: absolute; inset-block-end: -26px; inset-inline-start: -22px; width: 230px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); padding: 14px; }
.float-card .fc-top { display: flex; align-items: center; justify-content: space-between; }
.float-card .fc-top b { font-family: var(--font-head); font-size: 13px; }
.float-card .live { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: var(--ok); }
.float-card .live::before { content:""; width:7px;height:7px;border-radius:50%;background:var(--ok); box-shadow:0 0 0 3px rgba(15,159,110,.18); }
.fc-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.fc-stat { background: var(--tint2); border: 1px solid var(--border); border-radius: 10px; padding: 8px 6px; text-align: center; }
.fc-stat b { font-family: var(--font-head); font-size: 17px; display: block; color: var(--navy); }
.fc-stat.up b { color: var(--ok); }
.fc-stat span { font-size: 9px; color: var(--muted); font-weight: 600; }

/* ---------- trust strip ---------- */
.trust { border-block: 1px solid var(--border); background: var(--surface); }
.trust-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; padding-block: 20px; }
.trust-item { display: inline-flex; align-items: center; gap: 9px; font-size: .98rem; font-weight: 500; color: var(--navy); }
.trust-item svg { width: 19px; height: 19px; color: var(--blue); flex: none; }

/* ---------- statement ---------- */
.statement { padding-block: var(--sect); }

/* ---------- BENTO ---------- */
.bento-sec { padding-block: var(--sect); }
.bento { margin-top: clamp(36px, 5vw, 56px); display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(190px, auto); gap: 16px; }
.cell { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); padding: 26px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.cell:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfdcfb; }
.cell .c-ico { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--tint); color: var(--blue); margin-bottom: 14px; }
.cell .c-ico svg { width: 23px; height: 23px; }
.cell h3 { font-size: 1.32rem; font-weight: 600; }
.cell p { color: var(--muted); font-weight: 300; margin-top: 8px; font-size: 1rem; line-height: 1.6; }
.cell .c-tag { position: absolute; inset-block-start: 22px; inset-inline-start: 22px; font-size: 11px; font-weight: 700; color: var(--amber); letter-spacing: .06em; }
/* spans */
.cell.w3 { grid-column: span 3; } .cell.w2 { grid-column: span 2; } .cell.w4 { grid-column: span 4; }
.cell.tall { grid-row: span 2; }
.cell.navy { background: linear-gradient(150deg, var(--navy), var(--navy2)); border-color: transparent; color: #fff; }
.cell.navy h3 { color: #fff; } .cell.navy p { color: rgba(255,255,255,.72); }
.cell.navy .c-ico { background: rgba(255,255,255,.12); color: #fff; }

/* mini chart (marketing) */
.mini-chart { display: flex; align-items: flex-end; gap: 7px; height: 64px; margin-top: 16px; }
.mini-chart span { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(var(--blue), var(--blue2)); opacity: .85; }
/* mini flow (automation, echoes logo motif) */
.flow { margin-top: 16px; display: flex; align-items: center; gap: 0; }
.flow .node { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.flow .node.amber { background: var(--amber); } .flow .node.blue { background: var(--blue); } .flow .node.dark { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); }
.flow .node svg { width: 15px; height: 15px; color: #fff; }
.flow .link { height: 2px; flex: 1; background: repeating-linear-gradient(90deg, currentColor 0 6px, transparent 6px 11px); opacity: .5; }
/* mini chat (whatsapp example) */
.mini-chat { margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.mini-chat .b { max-width: 82%; padding: 8px 11px; border-radius: 13px; font-size: 12.5px; line-height: 1.4; }
.mini-chat .b.in { align-self: flex-start; background: var(--tint); border-end-start-radius: 4px; }
.mini-chat .b.out { align-self: flex-end; background: var(--blue); color: #fff; border-end-end-radius: 4px; }

/* ---------- WORK ---------- */
.work-sec { padding-block: var(--sect); background: var(--surface); border-block: 1px solid var(--border); }
.work-grid { margin-top: clamp(34px,5vw,52px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 20px; }
.work-card { display: flex; flex-direction: column; gap: 11px; padding: 30px; border: 1px solid var(--border); border-radius: var(--r); background: var(--paper); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.work-card:hover { transform: translateY(-4px); border-color: #cfdcfb; box-shadow: var(--shadow); }
.work-tag { align-self: flex-start; font-size: .76rem; font-weight: 700; letter-spacing: .04em; color: var(--blue); background: var(--tint); padding: 5px 13px; border-radius: 999px; }
.work-card h3 { font-size: clamp(1.35rem,2.2vw,1.85rem); }
.work-card p { color: var(--muted); font-weight: 300; line-height: 1.6; }
.work-go { margin-top: auto; color: var(--blue); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* ---------- BLOG ---------- */
.blog-sec { padding-block: var(--sect); }
.blog-grid { margin-top: clamp(34px,5vw,52px); display: grid; grid-template-columns: repeat(auto-fit, minmax(218px,1fr)); gap: 18px; }
.post { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.post:hover { transform: translateY(-4px); border-color: #cfdcfb; box-shadow: var(--shadow-sm); }
.post .cat { font-size: .74rem; font-weight: 700; color: var(--blue); letter-spacing: .04em; }
.post h3 { font-size: 1.12rem; font-weight: 600; line-height: 1.4; }
.post .meta { margin-top: auto; font-size: .82rem; color: var(--muted); }
.blog-all { margin-top: 28px; text-align: center; }
.blog-all a { color: var(--blue); font-weight: 600; }

/* ---------- PROCESS ---------- */
.proc-sec { padding-block: var(--sect); background: var(--surface); border-block: 1px solid var(--border); }
.steps { margin-top: clamp(38px,5vw,56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 18px; }
.step { position: relative; padding-top: 22px; }
.step .n { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #fff; background: var(--blue); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.18rem; font-weight: 600; }
.step p { color: var(--muted); font-weight: 300; margin-top: 7px; font-size: .98rem; line-height: 1.55; }

/* ---------- CTA ---------- */
.cta-sec { padding-block: var(--sect); }
.cta-box { background: linear-gradient(140deg, var(--navy), var(--navy2)); border-radius: 32px; padding: clamp(40px, 6vw, 76px); text-align: center; color: #fff; position: relative; overflow: hidden; box-shadow: 0 30px 70px -30px rgba(7,24,63,.6); }
.cta-box::after { content:""; position:absolute; inset-block-start:-40%; inset-inline-end:-10%; width:50%; height:160%; background: radial-gradient(closest-side, rgba(30,99,255,.4), transparent 70%); }
.cta-box > * { position: relative; z-index: 2; }
.cta-box h2 { font-size: clamp(1.9rem,4vw,3.2rem); color: #fff; }
.cta-box p { color: rgba(255,255,255,.78); font-weight: 300; max-width: 46ch; margin: 18px auto 0; font-size: clamp(1.02rem,1.5vw,1.22rem); }
.cta-box .hero-actions { justify-content: center; margin-top: 30px; }
.cta-box .btn-line { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.cta-box .btn-line:hover { background: rgba(255,255,255,.18); color: #fff; border-color: #fff; }
.cta-box .btn-solid { background: #fff; color: var(--navy); }
.cta-box .btn-solid:hover { background: var(--amber); color: var(--navy); }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--border); padding-block: 44px; background: var(--surface); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.footer-inner img { height: 34px; }
.footer-inner p { color: var(--muted); font-weight: 300; }
.footer-inner small { color: var(--muted); opacity: .7; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .mock-stack { margin-top: 12px; }
  .float-card { inset-inline-start: auto; inset-inline-end: -10px; width: 200px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .cell.w3, .cell.w2, .cell.w4 { grid-column: span 2; }
  .cell.tall { grid-row: auto; }
  .nav-links { display: none; }
}
@media (max-width: 540px) {
  .bento { grid-template-columns: 1fr; }
  .cell.w3, .cell.w2, .cell.w4 { grid-column: span 1; }
  .float-card { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
