/* ==========================================================================
   chawais.com — Black + metallic gold, glass

   Palette is lifted straight from the brand mark: a warm near-black field
   and a graduated gold — pale champagne highlight, rich amber body, bronze
   shadow — the same three stops the logo's own metal gradient uses.

   Two golds, not one, and that split matters:
     --gold / --gold-deep   = the brightest, most saturated stop. Reserved for
                               money — the primary CTA, price figures, result
                               numbers. This rule predates the re-theme; it's
                               the reason the numbers land, so it stayed.
     --blue / --blue-hi/deep = a quieter, more bronzed gold for everything
                               structural — borders, glows, eyebrow text,
                               links. If every gold on the page were CTA-
                               bright, nothing would read as the one thing to
                               click. (Token names still say "blue" because
                               they're referenced in a few hundred places —
                               renaming risked more than it tidied.)

   Panels are real glass now — translucent near-black with backdrop-blur —
   matching the frosted language of the team dashboards, where the original
   was solid dark cards with no blur.
   ========================================================================== */
:root {
  --void: #09080a;
  --deep: #100d0a;
  --panel: rgba(20, 17, 12, .6);
  --panel-2: rgba(15, 13, 10, .48);
  --steel: rgba(255, 255, 255, .16);
  --line: rgba(196, 150, 50, .20);
  --line-soft: rgba(196, 150, 50, .10);
  --glass: blur(16px);
  --blue: #b8860b;
  --blue-hi: #e0b34a;
  --blue-deep: #8a6015;
  --gold: #f0b429;
  --gold-deep: #d99a08;
  --chrome: #f6efe0;
  --text: #d9cdb4;
  --muted: #a6987f;
  --faint: #8b7f66;   /* was #6f6551 — only 3.3:1 on the page grounds; all the small
                          mono labels using it failed the 4.5:1 body-text minimum */
  --green: #37d399;
  --red: #e53238;
  --tiktok: #25f4ee;
  --etsy: #f1641e;
  --shopify: #95bf47;
  --display: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --mono: 'JetBrains Mono', Consolas, monospace;
  --shell: 1240px;
  --gutter: clamp(1rem, 3.2vw, 2rem);
  --header: 76px;
  --radius: 14px;
  --radius-lg: 22px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(900px 560px at 85% -8%, rgba(184,134,11,.12), transparent 62%),
    var(--void);
  font: 400 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; max-width: 100%; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); color: var(--chrome); }
.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: var(--gold); color: #151000; font-weight: 600; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--blue-hi);
  font: 600 .69rem/1.3 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.is-gold { color: var(--gold); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(55,211,153,.09); }
.section { position: relative; padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-heading { max-width: 760px; margin-bottom: clamp(2.4rem, 5vw, 4.2rem); }
.section-heading.compact { margin-bottom: 2.4rem; }
.section-heading h2, .results-head h2, .model-intro h2, .faq-title h2, .country-title h2, .contact-copy h2 {
  margin-top: .9rem;
  font-size: clamp(2.15rem, 5vw, 4.65rem);
  line-height: .99;
  font-weight: 600;
  letter-spacing: -.045em;
}
.section-heading h2 span, .about-copy h2 span { color: var(--blue-hi); }
.section-heading > p:last-child { max-width: 650px; margin-top: 1.15rem; color: var(--muted); font-size: 1.03rem; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .78rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: 600 .9rem/1 var(--display);
  cursor: pointer;
  transition: border-color .2s, background-color .2s, box-shadow .2s, color .2s;
}
.btn-primary { color: #1a1200; border-color: rgba(255,220,125,.65); background: linear-gradient(180deg, #ffd05c, var(--gold)); box-shadow: 0 12px 34px -15px rgba(255,193,43,.85); }
.btn-primary:hover { box-shadow: 0 16px 38px -12px rgba(255,193,43,.95); }
.btn-ghost { color: var(--chrome); background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.btn-ghost:hover { border-color: rgba(224,179,74,.55); background: rgba(184,134,11,.1); }
.text-link { display: inline-flex; align-items: center; min-height: 24px; gap: .55rem; margin-top: 1.6rem; color: var(--blue-hi); font: 600 .9rem var(--display); }
.text-link:hover { color: var(--chrome); }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background-color .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.is-stuck { background: rgba(4,7,15,.86); border-bottom-color: var(--line); backdrop-filter: blur(18px) saturate(1.35); }
.header-inner { display: flex; align-items: center; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; margin-right: auto; min-width: 0; }
.brand img { width: 56px; height: 56px; flex: none; }
.brand span { display: block; line-height: 1.05; min-width: 0; }
.brand b { display: block; color: var(--chrome); font: 600 .91rem/1 var(--display); letter-spacing: -.015em; white-space: nowrap; }
.brand small { display: block; margin-top: 5px; color: var(--blue-hi); font: 500 .52rem/1 var(--mono); letter-spacing: .21em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: .05rem; }
.desktop-nav a { padding: .48rem .68rem; border-radius: 8px; color: var(--muted); font-size: .84rem; font-weight: 550; white-space: nowrap; transition: color .2s, background-color .2s; }
.desktop-nav a:hover { color: var(--chrome); background: rgba(255,255,255,.04); }
.header-actions { display: flex; align-items: center; gap: .55rem; }
.login-link { display: inline-flex; min-height: 42px; align-items: center; gap: .45rem; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 10px; color: var(--text); font: 600 .82rem var(--display); background: rgba(255,255,255,.025); transition: border-color .2s, color .2s; }
.login-link:hover { border-color: rgba(224,179,74,.5); color: #fff; }
.login-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-cta { min-height: 42px; padding: .65rem 1rem; font-size: .8rem; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); cursor: pointer; }
.menu-button i { display: block; width: 17px; height: 2px; margin: 3px auto; border-radius: 2px; background: var(--chrome); transition: transform .25s, opacity .2s; }
.menu-button[aria-expanded="true"] i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: var(--header) 0 0; z-index: 95; display: grid; align-content: start; gap: 0; padding: 1.2rem max(var(--gutter), env(safe-area-inset-left)) calc(2rem + env(safe-area-inset-bottom)); background: rgba(4,7,15,.98); backdrop-filter: blur(20px); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .22s, visibility .22s, transform .22s; overflow-y: auto; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu > a:not(.btn) { padding: 1rem 0; border-bottom: 1px solid var(--line-soft); color: var(--chrome); font: 600 1.04rem var(--display); }
.mobile-menu .btn { margin-top: 1.4rem; }

/* Hero and console */
.hero { position: relative; min-height: 760px; display: flex; align-items: center; padding: calc(var(--header) + clamp(3.6rem, 7vw, 6.5rem)) 0 clamp(4rem, 8vw, 7rem); overflow: clip; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .26; background-image: linear-gradient(rgba(224,179,74,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(224,179,74,.07) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; width: 720px; height: 720px; right: -160px; top: 10px; border-radius: 50%; background: radial-gradient(circle, rgba(184,134,11,.18), rgba(184,134,11,.035) 42%, transparent 70%); filter: blur(4px); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); align-items: center; gap: clamp(2.5rem, 5vw, 5.5rem); }
.hero-prelude { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 740px; }
.hero-prelude .eyebrow { margin: 0; white-space: nowrap; }
.hero-countries { display: flex; align-items: center; justify-content: flex-end; gap: .45rem; color: var(--chrome); font: 600 .72rem/1 var(--mono); letter-spacing: .08em; }
.hero-countries span { display: inline-flex; align-items: center; gap: .45rem; min-height: 34px; padding: .34rem .62rem; border: 1px solid var(--line-soft); border-radius: 999px; background: rgba(255,255,255,.025); }
.hero-countries .market-flag {
  width: 30px; height: auto; flex: 0 0 30px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.22) inset;
}
.hero-copy h1 { margin-top: 1.2rem; max-width: 760px; color: var(--chrome); font-family: var(--display); font-size: clamp(3.45rem, 6vw, 6rem); line-height: .91; font-weight: 600; letter-spacing: -.057em; }
.hero-copy h1 span { color: var(--blue-hi); text-shadow: 0 0 46px rgba(184,134,11,.2); }
.hero-lede { max-width: 620px; margin-top: 1.65rem; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .9rem 1.8rem; margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; align-items: baseline; gap: .48rem; }
.hero-proof strong { color: var(--gold); font: 600 1.7rem/1 var(--display); letter-spacing: -.03em; }
.hero-proof span { color: var(--faint); font: 500 .62rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.console-wrap { min-width: 0; }
.console { position: relative; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(165deg, rgba(30,25,16,.66), rgba(12,10,7,.62)); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass);  box-shadow: 0 26px 64px -26px rgba(0,0,0,.5), 0 0 90px -45px rgba(184,134,11,.4); overflow: hidden; }
.console::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(224,179,74,.8), transparent); }
.console-bar { min-height: 44px; display: flex; align-items: center; gap: .65rem; padding: .65rem .9rem; border-bottom: 1px solid var(--line); color: var(--faint); font: 600 .72rem var(--mono); letter-spacing: .1em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--steel); }
.window-dots i:first-child { background: rgba(255,193,43,.6); }
.console-online { display: inline-flex; align-items: center; gap: .35rem; margin-left: auto; color: var(--green); }
.console-online i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(55,211,153,0); } 0% { box-shadow: 0 0 0 0 rgba(55,211,153,.5); } }
.console-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.console-tab { position: relative; min-width: 0; padding: 1.05rem .25rem .84rem; border: 0; border-right: 1px solid var(--line-soft); background: transparent; opacity: .44; cursor: pointer; }
.console-tab:last-child { border-right: 0; }
.tab-mark { display: flex; align-items: center; justify-content: center; height: 54px; margin-bottom: 10px; }
.tab-mark img {
  width: min(136px, 92%); height: 46px; object-fit: contain;
  transform: scale(var(--mark-scale, 1));
  transition: transform var(--dur-micro, .18s) var(--ease);
}
.console-tab[data-market="tiktok"]  { --mark-scale: 1.24; }
.console-tab[data-market="etsy"]     { --mark-scale: 1.08; }
.console-tab[data-market="shopify"]  { --mark-scale: 1.08; }
.tab-mark-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--tab-colour, var(--blue)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--tab-colour, var(--blue)) 22%, transparent); }
.console-tab b { display: block; overflow: hidden; color: var(--chrome); font: 600 .9rem var(--body); letter-spacing: -.025em; text-overflow: ellipsis; }
.console-tab small { display: block; margin-top: 4px; color: var(--faint); font: 600 .62rem var(--mono); letter-spacing: .1em; }
.console-tab:hover { opacity: .75; }
.console-tab.is-active { opacity: 1; background: rgba(184,134,11,.07); }
.console-tab.is-active::after { content: ''; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--tab-colour, var(--blue)); }
.console-tab[data-market="tiktok"] { --tab-colour: var(--tiktok); }
.console-tab[data-market="etsy"] { --tab-colour: var(--etsy); }
.console-tab[data-market="shopify"] { --tab-colour: var(--shopify); }
.console-body { display: grid; gap: .85rem; padding: 1rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.metric { padding: .72rem; border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(255,255,255,.02); }
.metric span { display: block; color: var(--faint); font: 600 .64rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.metric b { display: block; margin-top: .3rem; color: var(--chrome); font: 600 1.42rem/1 var(--display); letter-spacing: -.025em; }
.metric small { display: block; margin-top: .35rem; color: var(--green); font: 600 .66rem var(--mono); }
.chart-panel { padding: .75rem; border: 1px solid var(--line-soft); border-radius: 10px; background: rgba(255,255,255,.014); }
.chart-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.chart-head span { color: var(--faint); font: 600 .64rem var(--mono); letter-spacing: .08em; }
.chart-head b { color: var(--gold); font: 600 1.1rem var(--display); }
.chart-panel svg { width: 100%; height: 88px; margin-top: .4rem; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--console-colour, var(--blue)); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.activity-feed { display: grid; gap: 4px; min-height: 83px; }
.feed-row { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: .5rem; min-height: 27px; padding: .3rem .5rem; border-radius: 7px; background: rgba(255,255,255,.017); color: var(--muted); font: 500 .78rem var(--body); animation: feed-in .3s var(--ease) both; }
.feed-row i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.feed-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.feed-row b { color: var(--text); font-weight: 500; }
@keyframes feed-in { from { opacity: 0; transform: translateY(3px); } }
.console-note { max-width: 430px; margin: 1rem auto 0; color: var(--faint); text-align: center; font: 500 .82rem/1.55 var(--body); letter-spacing: 0; }
.console-note span { color: var(--blue-hi); }

.activity-rail { overflow: hidden; border-block: 1px solid var(--line); background: rgba(30,25,16,.42); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass);  }
.rail-track { width: max-content; display: flex; animation: rail 42s linear infinite; }
.rail-item { display: grid; grid-template-columns: auto auto auto; align-items: center; gap: .8rem; min-width: 265px; padding: .8rem 1.35rem; border-right: 1px solid var(--line); font: 500 .62rem var(--mono); }
.rail-item b { width: 28px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--blue-hi); font-size: .55rem; }
.rail-item span { color: var(--text); }
.rail-item small { color: var(--green); }
@keyframes rail { to { transform: translateX(-50%); } }

/* Reasons */
.why-section { background: linear-gradient(180deg, var(--deep), var(--void)); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.reason { min-width: 0; padding: 1.7rem 1.5rem 1.2rem 0; border-right: 1px solid var(--line); }
.reason + .reason { padding-left: 1.5rem; }
.reason:last-child { border-right: 0; }
.reason > span { color: var(--blue-hi); font: 500 .63rem var(--mono); letter-spacing: .1em; }
.reason h3 { margin-top: 1.4rem; font-size: 1.12rem; font-weight: 600; }
.reason p { margin-top: .6rem; color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* Commercial model */
.model-section { overflow: hidden; background: radial-gradient(700px 450px at 77% 50%, rgba(184,134,11,.1), transparent 70%), #060b15; border-block: 1px solid var(--line-soft); }
.model-layout { display: grid; grid-template-columns: .78fr 1.15fr .82fr; gap: 1rem; align-items: stretch; }
.model-intro { align-self: center; padding-right: clamp(1rem, 3vw, 3rem); }
.model-intro h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.model-intro > p:not(.eyebrow) { margin-top: 1.1rem; color: var(--muted); }
.model-main, .mini-service { border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(28,23,15,.62), rgba(14,12,8,.58)); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass);  }
.model-main { display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.model-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.model-top span, .mini-service span { color: var(--blue-hi); font: 500 .57rem var(--mono); letter-spacing: .1em; }
.model-top strong { color: var(--gold); font: 600 1.25rem var(--display); }
.model-main h3 { margin-top: 1.7rem; font-size: 2rem; letter-spacing: -.025em; }
.model-main > p { margin-top: .75rem; color: var(--muted); }
.model-main ul { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.model-main li { position: relative; padding-left: 1.3rem; color: var(--text); font-size: .84rem; }
.model-main li::before { content: ''; position: absolute; left: 0; top: .58em; width: 7px; height: 4px; border-left: 1.5px solid var(--green); border-bottom: 1.5px solid var(--green); transform: rotate(-45deg); }
.model-foot { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.model-foot b { display: block; color: var(--chrome); font-size: .9rem; }
.model-foot span { display: block; margin-top: .25rem; color: var(--faint); font: .6rem var(--mono); }
.model-side { display: grid; gap: 1rem; }
.mini-service { display: flex; flex-direction: column; justify-content: center; padding: 1.45rem; }
.mini-service div b { display: block; margin-top: .8rem; color: var(--chrome); font: 600 1.25rem var(--display); }
.mini-service p { margin-top: .65rem; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.mini-service a { display: inline-flex; align-items: center; min-height: 24px; margin-top: 1.1rem; color: var(--blue-hi); font: 600 .78rem var(--display); }
.mini-service.reinstatement { border-color: rgba(255,193,43,.22); background: linear-gradient(160deg, rgba(184,134,11,.16), rgba(14,12,8,.6)); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass);  }
.mini-service.reinstatement span, .mini-service.reinstatement a { color: var(--gold); }

/* Marketplace bands */
.market-section { padding-bottom: 0; }
.market-bands { border-top: 1px solid var(--line); }
.market-band { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.market-band::before { content: ''; position: absolute; inset: 0; opacity: .07; background: linear-gradient(100deg, var(--market), transparent 50%); }
.market-band:hover::before { opacity: .11; }
.market-inner { position: relative; min-height: 142px; display: grid; grid-template-columns: .8fr 1.5fr .55fr; align-items: center; gap: clamp(1.5rem, 5vw, 5rem); }
.market-name img { width: 118px; max-height: 46px; object-fit: contain; object-position: left center; filter: brightness(1.25) contrast(1.05); }
.market-name > span, .word-logo span { display: block; margin-top: .75rem; color: var(--faint); font: 500 .56rem var(--mono); letter-spacing: .13em; }
.word-logo { color: var(--market); font: 600 2.35rem/1 var(--display); letter-spacing: -.045em; }
.market-inner > p { max-width: 610px; color: var(--muted); font-size: .92rem; }
.market-inner > strong { color: var(--market); text-align: right; font: 600 2rem/1 var(--display); letter-spacing: -.04em; }
.market-inner > strong small { display: block; margin-top: .35rem; color: var(--faint); font: 500 .52rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.market-band.ebay { --market: var(--red); }
.market-band.tiktok { --market: var(--tiktok); }
.market-band.etsy { --market: var(--etsy); }
.market-band.shopify { --market: var(--shopify); }

/* Process */
.process-section { background: linear-gradient(180deg, var(--deep), var(--void)); }
.process-line { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; counter-reset: step; }
.process-line li { position: relative; min-width: 0; padding: 2.1rem 1.2rem 0 0; border-right: 1px solid var(--line); }
.process-line li + li { padding-left: 1.2rem; }
.process-line li:last-child { border-right: 0; }
.process-line li::before { content: ''; position: absolute; width: 9px; height: 9px; left: 0; top: -5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--deep); }
.process-line li + li::before { left: 1.2rem; }
.process-line span { color: var(--faint); font: 500 .59rem var(--mono); letter-spacing: .1em; }
.process-line b { display: block; margin-top: .7rem; color: var(--chrome); font: 600 1.05rem var(--display); }
.process-line p { margin-top: .55rem; color: var(--muted); font-size: .79rem; line-height: 1.55; }

/* Results and proof */
.results-section { background: radial-gradient(800px 520px at 12% 10%, rgba(255,193,43,.07), transparent 65%), #060b15; border-block: 1px solid var(--line-soft); }
.results-head { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.results-head > p { max-width: 480px; justify-self: end; color: var(--muted); }
.proof-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.proof-grid { margin-bottom: 1rem; }
.proof-grid[hidden] { display: none; }
.proof-card, .case-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(26,22,15,.58), rgba(13,11,8,.52)); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass);  overflow: hidden; }
.proof-shot { width: 100%; height: 210px; object-fit: cover; cursor: zoom-in; }
.proof-metric { height: 210px; display: grid; place-content: center; text-align: center; background: radial-gradient(circle, rgba(255,193,43,.13), transparent 70%); }
.proof-metric b { color: var(--gold); font: 600 2.6rem var(--display); }
.proof-metric span { color: var(--faint); font: 500 .6rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.proof-body { padding: 1rem 1.1rem 1.2rem; }
.proof-body b { display: block; color: var(--chrome); font-size: .9rem; }
.proof-body span { display: block; margin-top: .25rem; color: var(--faint); font: .62rem var(--mono); }
.proof-body a { display: inline-block; margin-top: .7rem; color: var(--blue-hi); font-size: .75rem; font-weight: 600; }
.case-card { padding: 1.5rem; }
.case-meta { display: flex; align-items: center; gap: .65rem; color: var(--faint); font: 500 .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.case-meta span { display: grid; place-items: center; width: 30px; height: 23px; border: 1px solid var(--line); border-radius: 5px; color: var(--blue-hi); }
.case-card h3 { margin-top: 1.25rem; font-size: 1.25rem; line-height: 1.25; }
.case-card > p { min-height: 84px; margin-top: .75rem; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.case-card > div:last-child { display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: baseline; gap: .35rem .55rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.case-card > div:last-child b { color: var(--gold); font: 600 1.15rem var(--display); }
.case-card > div:last-child small { color: var(--faint); font: .52rem var(--mono); text-transform: uppercase; }

/* About */
.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.portrait { position: relative; max-width: 490px; }
.portrait-frame { position: relative; border: 1px solid var(--line); border-radius: 30px 30px 90px 30px; background: radial-gradient(circle at 50% 35%, rgba(184,134,11,.28), rgba(20,17,12,.6) 52%, transparent 72%); overflow: hidden; }
.portrait-frame::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(224,179,74,.16); border-radius: 22px 22px 78px 22px; }
.portrait-frame img { position: relative; width: 100%; filter: saturate(.88) contrast(1.04); }
.founder-tag { position: absolute; right: -24px; bottom: 32px; min-width: 165px; padding: 1rem 1.15rem; border: 1px solid rgba(224,179,74,.35); border-radius: 12px; background: rgba(20,17,12,.72); backdrop-filter: var(--glass); -webkit-backdrop-filter: var(--glass); box-shadow: 0 16px 38px rgba(0,0,0,.35); }
.founder-tag span { display: block; color: var(--blue-hi); font: 500 .55rem var(--mono); letter-spacing: .16em; }
.founder-tag b { display: block; margin-top: .35rem; color: var(--chrome); font: 600 1.1rem var(--display); }
.about-copy h2 { margin-top: .9rem; font-size: clamp(2.4rem, 5vw, 4.65rem); line-height: .98; letter-spacing: -.045em; }
.about-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 1.3rem; color: var(--muted); font-size: 1rem; }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.6rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.about-facts b, .about-facts span { display: block; }
.about-facts b { color: var(--chrome); font-size: .83rem; }
.about-facts span { margin-top: .2rem; color: var(--faint); font: .62rem/1.5 var(--mono); }
.social-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.social-row a { padding: .48rem .75rem; border: 1px solid var(--line); border-radius: 8px; color: var(--text); font-size: .72rem; font-weight: 600; transition: border-color .2s, color .2s; }
.social-row a:hover { border-color: rgba(224,179,74,.5); color: #fff; }

/* Countries */
.countries-section { background: linear-gradient(110deg, rgba(184,134,11,.08), transparent 38%), var(--deep); border-block: 1px solid var(--line); }
.country-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.country-title h2 { font-size: clamp(2.25rem, 4vw, 3.75rem); }
.countries { display: grid; grid-template-columns: 1fr 1fr; }
.countries > div { display: grid; grid-template-columns: 45px 1fr; gap: .8rem; align-items: center; padding: 1.1rem; border-bottom: 1px solid var(--line); }
.countries > div:nth-child(odd) { border-right: 1px solid var(--line); }
.countries b { display: grid; place-items: center; width: 38px; height: 30px; border: 1px solid var(--line); border-radius: 6px; color: var(--blue-hi); font: 600 .62rem var(--mono); }
.countries span { color: var(--chrome); font-size: .84rem; font-weight: 600; }
.countries small { display: block; margin-top: .12rem; color: var(--faint); font: .54rem var(--mono); text-transform: uppercase; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.faq-title { position: sticky; top: calc(var(--header) + 2rem); }
.faq-title h2 { font-size: clamp(2.5rem, 4vw, 3.8rem); }
.faq-title > p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.3rem 0; color: var(--chrome); font: 600 1rem var(--display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--blue-hi); font: 500 1.25rem var(--mono); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 720px; padding: 0 0 1.4rem; color: var(--muted); font-size: .91rem; line-height: 1.75; }

/* Contact and footer */
.contact-section { position: relative; overflow: hidden; padding-block: clamp(5rem, 9vw, 8rem); background: radial-gradient(850px 470px at 10% 50%, rgba(184,134,11,.16), transparent 67%), #07101f; border-top: 1px solid var(--line); }
.contact-section::after { content: ''; position: absolute; width: 560px; height: 560px; right: -240px; bottom: -340px; border: 1px solid rgba(255,193,43,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,193,43,.018), 0 0 0 120px rgba(255,193,43,.012); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.contact-copy h2 { max-width: 760px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.contact-copy > p:not(.eyebrow) { max-width: 610px; margin-top: 1.25rem; color: var(--muted); }
.contact-copy .btn { margin-top: 1.9rem; }
.contact-lines { border-top: 1px solid var(--line); }
.contact-lines > * { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-lines span { color: var(--faint); font: 500 .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-lines b { color: var(--chrome); text-align: right; font-size: .85rem; }
.contact-lines a:hover b { color: var(--blue-hi); }
.site-footer { padding: 3.4rem 0 calc(1.5rem + env(safe-area-inset-bottom)); background: #02050b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .8fr 1fr; gap: 2rem; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; object-position: top left; }
.footer-brand p { max-width: 280px; margin-top: .8rem; color: var(--faint); font-size: .78rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-grid span { margin-bottom: .35rem; color: var(--blue-hi); font: 500 .55rem var(--mono); letter-spacing: .13em; }
.footer-grid a { display: flex; align-items: center; min-height: 24px; color: var(--muted); font-size: .78rem; }
.footer-grid a:hover { color: var(--chrome); }
.footer-grid small { max-width: 230px; color: var(--faint); font-size: .65rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.7rem; padding-top: 1.2rem; border-top: 1px solid var(--line-soft); color: var(--faint); font: .58rem var(--mono); }
.floating-wa { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 90; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 12px 35px rgba(37,211,102,.35); }
.floating-wa svg { width: 27px; height: 27px; fill: currentColor; }
.floating-wa:hover { box-shadow: 0 15px 42px rgba(37,211,102,.55); }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 2rem; background: rgba(9,8,10,.86); opacity: 0; visibility: hidden; cursor: zoom-out; transition: opacity .2s, visibility .2s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; border-radius: 14px; box-shadow: 0 30px 90px #000; }
.lightbox button { position: absolute; right: 1.2rem; top: 1.2rem; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: #fff; font-size: 1.5rem; cursor: pointer; }

/* One orchestrated reveal, with no movement on interactive controls. */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .07s; }
.reveal[data-delay="2"] { transition-delay: .14s; }
.reveal[data-delay="3"] { transition-delay: .21s; }
.reveal[data-delay="4"] { transition-delay: .28s; }
.reveal[data-delay="5"] { transition-delay: .35s; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: 2rem; }
  .model-layout { grid-template-columns: .75fr 1.25fr; }
  .model-side { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .market-inner { grid-template-columns: .72fr 1.4fr .5fr; }
}

@media (max-width: 900px) {
  :root { --header: 68px; }
  .brand img { width: 46px; height: 46px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .console-wrap { width: min(100%, 620px); }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  .reason:nth-child(2) { border-right: 0; }
  .reason:nth-child(n+3) { border-top: 1px solid var(--line); }
  .reason:nth-child(3) { padding-left: 0; }
  .model-layout { grid-template-columns: 1fr; }
  .model-intro { max-width: 650px; padding-right: 0; margin-bottom: 1.2rem; }
  .model-side { grid-column: auto; }
  .market-inner { min-height: 164px; grid-template-columns: .7fr 1.3fr; }
  .market-inner > strong { grid-column: 1 / -1; text-align: left; padding-bottom: 1.3rem; }
  .market-inner > strong small { display: inline; margin-left: .45rem; }
  .process-line { grid-template-columns: repeat(3, 1fr); }
  .process-line li:nth-child(3) { border-right: 0; }
  .process-line li:nth-child(n+4) { margin-top: 2.5rem; }
  .process-line li:nth-child(3n+1) { padding-left: 0; }
  .process-line li:nth-child(3n+1)::before { left: 0; }
  .proof-grid, .case-grid { grid-template-columns: 1fr 1fr; }
  .case-card:last-child { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
  .country-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .faq-title { position: static; }
  .countries { max-width: 760px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }

  /* Touch targets: these links sat at 17-21px tall, under the 24px WCAG 2.5.8
     minimum. Height grows the hit area without moving the text. */
  .text-link { min-height: 44px; }
  .mini-service a { min-height: 44px; }
  .footer-grid a { min-height: 30px; }
  .footer-grid > div:not(.footer-brand) { gap: .2rem; }
}

@media (max-width: 640px) {
  :root { --gutter: 1rem; }
  .brand small { letter-spacing: .14em; }
  .login-link { min-width: 42px; justify-content: center; padding: .55rem; }
  .login-link span { display: none; }
  .header-actions { gap: .4rem; }
  .hero { padding-top: calc(var(--header) + 3rem); }
  .hero-prelude { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .hero-countries { justify-content: flex-start; flex-wrap: wrap; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-lede { font-size: .97rem; }
  .hero-actions .btn { flex: 1; padding-inline: 1rem; }
  .hero-proof { gap: .9rem 1.1rem; }
  .hero-proof strong { font-size: 1.42rem; }
  .hero-proof span { font-size: .53rem; }
  .console { border-radius: 16px; }
  .console-bar { font-size: .53rem; }
  .console-tab { padding-block: .85rem .72rem; }
  .tab-mark { height: 38px; margin-bottom: 7px; }
  .tab-mark img { width: min(96px, 92%); height: 36px; }
  .console-tab b { font-size: .8rem; }
  .console-tab small { font-size: .54rem; }
  .console-body { padding: .72rem; gap: .65rem; }
  .metric-row { gap: .4rem; }
  .metric { padding: .58rem .45rem; }
  .metric span { font-size: .55rem; }
  .metric b { font-size: 1.16rem; }
  .chart-panel svg { height: 70px; }
  .console-note { font-size: .7rem; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason, .reason + .reason { padding: 1.4rem 0; border-right: 0; border-top: 1px solid var(--line); }
  .reason:first-child { border-top: 0; }
  .model-side { grid-template-columns: 1fr; }
  .model-main ul { grid-template-columns: 1fr; }
  .market-inner { min-height: 0; grid-template-columns: 1fr; gap: 1rem; padding-block: 1.6rem; }
  .market-name img { width: 100px; }
  .market-inner > strong { grid-column: auto; padding-bottom: 0; text-align: left; font-size: 1.45rem; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .process-line li:nth-child(3) { border-right: 1px solid var(--line); }
  .process-line li:nth-child(even) { border-right: 0; }
  .process-line li:nth-child(n+3) { margin-top: 2.2rem; }
  .process-line li:nth-child(odd) { padding-left: 0; }
  .process-line li:nth-child(odd)::before { left: 0; }
  .process-line li:nth-child(even) { padding-left: 1.2rem; }
  .process-line li:nth-child(even)::before { left: 1.2rem; }
  .proof-grid, .case-grid { grid-template-columns: 1fr; }
  .case-card:last-child { grid-column: auto; }
  .results-head { grid-template-columns: 1fr; align-items: start; }
  .results-head > p { justify-self: start; }
  .about-grid { grid-template-columns: 1fr; }
  .portrait { max-width: 390px; margin-right: 20px; }
  .founder-tag { right: -20px; }
  .about-facts { grid-template-columns: 1fr; }
  .countries { grid-template-columns: 1fr; }
  .countries > div:nth-child(odd) { border-right: 0; }
  .contact-lines > * { flex-direction: column; align-items: flex-start; gap: .3rem; }
  .contact-lines b { text-align: left; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .brand b { font-size: .8rem; }
  .brand small { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .metric small { display: none; }
  .console-tab small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .rail-track { width: auto; flex-wrap: wrap; }
}

/* ==========================================================================
   Phone comfort
   --------------------------------------------------------------------------
   The breakpoints above already handle LAYOUT on small screens — grids
   collapse, nav condenses. What they don't handle is comfort, which is a
   different problem:

     1. Headings are set at line-height .99 for one-line desktop display. The
        same heading wraps to three lines on a 360px screen and the letters
        touch. Opened up here.
     2. Section padding of 5rem top AND bottom means roughly a thumb-length of
        empty space between every block, so the page reads as mostly scrolling.
     3. Glass is cheap to composite on a laptop and expensive on a mid-range
        Android. Blur radius drops and pane opacity rises to compensate — the
        frosted look survives, the scroll jank doesn't.

   Loaded last so it wins without touching anything above.
   ========================================================================== */
@media (max-width: 760px) {
  :root { --glass: blur(10px); }

  h1, h2, h3 { line-height: 1.1; letter-spacing: -.03em; }
  .section-heading h2, .results-head h2, .model-intro h2,
  .faq-title h2, .country-title h2, .contact-copy h2 {
    line-height: 1.08;
    letter-spacing: -.032em;
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }
  .hero-copy h1 { line-height: 1.04; }

  .section { padding-block: clamp(3rem, 9vw, 4rem); }
  .section-heading { margin-bottom: 1.8rem; }
  .section-heading.compact { margin-bottom: 1.5rem; }

  body { font-size: 16px; line-height: 1.62; }
  .section-heading > p:last-child { font-size: .98rem; margin-top: .9rem; }

  .btn-ghost, .login-link, .menu-button { background: rgba(255,255,255,.06); }

  p, .hero-lede, .contact-lines b { overflow-wrap: break-word; }
}

a, button, .btn { -webkit-tap-highlight-color: rgba(184,134,11,.14); }

/* ==========================================================================
   DIMENSION — the page reads as objects on a desk, not flat panels

   Do usool jin par ye poora block khara hai:
     1. Zaawiye chhote rakhein. 4-7 degree se oopar jate hi text ke kinare
        phatne lagte hain (sub-pixel rendering) aur cheez sasti lagne lagti
        hai. Gehrai zaawiye se nahi, PARTON se aati hai — oopar ek baareek
        roshni ki lakeer, neeche do saaye.
     2. Sirf transform aur opacity chalti hain. Baqi har cheez har frame par
        layout dobara banwati hai.
   ========================================================================== */

/* Har wo container jis ke andar koi cheez ghoomti hai, usay perspective
   chahiye — warna rotate flat "squash" jaisa lagta hai. */
.hero-grid,
.reason-grid,
.case-grid,
.model-layout,
.rooms,
.market-bands,
.countries,
.about-grid { perspective: 1400px; perspective-origin: 50% 40%; }

/* ── console: bilkul seedha, koi tilt nahi ────────────────────────────
   Pehle yahan rotateY/rotateX tha (product-shot jaisa). Hata diya —
   panel ab poori tarah square baithta hai. Gehrai sirf saayon se aati
   hai, kisi zaawiye se nahi, is liye number aur chart bilkul seedhe
   parhe jate hain. */
.console {
  transition: box-shadow .5s var(--ease);
  box-shadow:
    0 26px 64px -26px rgba(0,0,0,.62),
    0 60px 120px -60px rgba(0,0,0,.75),
    0 0 90px -45px rgba(184,134,11,.42),
    inset 0 1px 0 rgba(255,255,255,.07);
}
.console-wrap:hover .console {
  box-shadow:
    0 30px 70px -26px rgba(0,0,0,.66),
    0 70px 140px -60px rgba(0,0,0,.8),
    0 0 120px -40px rgba(184,134,11,.55),
    inset 0 1px 0 rgba(255,255,255,.1);
}

/* ── cards: gehrai parton se ──────────────────────────────────────────── */
.reason,
.case-card,
.mini-service,
.model-main,
.room-card,
.proof-card {
  transform-style: preserve-3d;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease),
              border-color .45s var(--ease);
}
.case-card,
.mini-service,
.model-main,
.proof-card {
  box-shadow:
    0 2px 4px rgba(0,0,0,.28),
    0 12px 28px -14px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.055);
}
.case-card:hover,
.mini-service:hover,
.proof-card:hover {
  transform: translateY(-7px) rotateX(2.4deg) translateZ(14px);
  box-shadow:
    0 4px 8px rgba(0,0,0,.3),
    0 26px 52px -18px rgba(0,0,0,.6),
    0 0 60px -34px rgba(224,179,74,.5),
    inset 0 1px 0 rgba(255,255,255,.09);
}
/* Reason cells ke apne border hain, is liye sirf uthate hain — saaya nahi. */
.reason:hover { transform: translateY(-5px) translateZ(10px); }

/* ── marketplace bands: guzarte waqt halka sa mura ────────────────────── */
.market-band { transform-style: preserve-3d; transition: transform .5s var(--ease); }
.market-band:hover { transform: translateZ(16px) scale(1.006); }

/* ── portrait: frame apni jagah, tasveer thodi aage ───────────────────── */
.portrait { transform-style: preserve-3d; perspective: 1200px; }
.portrait-frame {
  transform: rotateY(4deg) rotateX(-1.5deg);
  transform-origin: 30% 50%;
  transition: transform .7s var(--ease), box-shadow .7s var(--ease);
  box-shadow: 0 40px 90px -40px rgba(0,0,0,.7);
}
.portrait:hover .portrait-frame { transform: rotateY(0) rotateX(0) translateZ(16px); }
.founder-tag { transform: translateZ(46px); }

/* ── buttons: dabne par sach me dabte hain ────────────────────────────── */
.btn { transform: translateZ(0); transition: transform .18s var(--ease), border-color .2s, background-color .2s, box-shadow .2s, color .2s; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-primary:active,
.btn-ghost:active { transform: translateY(1px) scale(.985); }

/* ── countries + faq: halki si gehrai, ghumaao ke baghair ─────────────── */
.countries > div { transition: transform .35s var(--ease), background .35s var(--ease); }
.countries > div:hover { transform: translateZ(8px); background: rgba(255,255,255,.02); }

/* Chhoti screen par tilt bekaar hai — ungli ke neeche hover hota hi nahi,
   aur mura hua text phone par sab se pehle phatta hai. */
@media (max-width: 900px) {
  .portrait-frame { transform: none; }
  .founder-tag { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .portrait-frame,
  .founder-tag { transform: none; }
  .case-card:hover,
  .mini-service:hover,
  .proof-card:hover,
  .reason:hover,
  .market-band:hover,
  .countries > div:hover { transform: none; }
}
