:root {
  --gc-bg: #05090f;
  --gc-bg-soft: #08111a;
  --gc-panel: rgba(12, 25, 38, .74);
  --gc-panel-solid: #0b1723;
  --gc-border: rgba(255, 255, 255, .10);
  --gc-border-strong: rgba(255, 255, 255, .16);
  --gc-text: #f4f8fb;
  --gc-muted: #9dafbf;
  --gc-purple: #9a6bff;
  --gc-cyan: #3dd9e8;
  --gc-mint: #5cf4b7;
  --gc-gradient: linear-gradient(135deg, var(--gc-purple), var(--gc-cyan) 54%, var(--gc-mint));
  --gc-shadow: 0 28px 80px rgba(0, 0, 0, .42);
  --gc-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
  color: var(--gc-text);
  background:
    radial-gradient(circle at 13% 5%, rgba(154, 107, 255, .17), transparent 25rem),
    radial-gradient(circle at 87% 20%, rgba(61, 217, 232, .13), transparent 27rem),
    radial-gradient(circle at 50% 105%, rgba(92, 244, 183, .08), transparent 32rem),
    var(--gc-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
a:hover { color: inherit; }
::selection { color: #07111b; background: var(--gc-mint); }

.text-gradient {
  color: transparent;
  background: var(--gc-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.site-nav {
  z-index: 1030;
  padding: 1rem 0;
  transition: padding .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-nav.is-scrolled {
  padding: .62rem 0;
  background: rgba(5, 9, 15, .78);
  border-bottom: 1px solid var(--gc-border);
  backdrop-filter: blur(18px);
}
.navbar-brand { font-weight: 800; letter-spacing: -.03em; }
.navbar-brand img { width: 35px; height: 35px; }
.navbar-nav .nav-link { color: #b8c7d5; font-size: .94rem; font-weight: 600; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus { color: #fff; }
.navbar-toggler { border: 1px solid var(--gc-border); box-shadow: none !important; }
.navbar-toggler-icon { filter: invert(1); }

.btn { border-radius: 999px; font-weight: 750; padding: .78rem 1.18rem; }
.btn-gradient {
  color: #061019;
  border: 0;
  background: var(--gc-gradient);
  box-shadow: 0 12px 32px rgba(61, 217, 232, .18);
}
.btn-gradient:hover { color: #061019; transform: translateY(-1px); filter: saturate(1.08) brightness(1.04); }
.btn-ghost { color: #fff; border: 1px solid var(--gc-border-strong); background: rgba(255, 255, 255, .045); }
.btn-ghost:hover { color: #fff; border-color: rgba(255, 255, 255, .27); background: rgba(255, 255, 255, .075); }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 9.5rem 0 5.5rem;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #c9d6e0;
  border: 1px solid var(--gc-border);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding: .46rem .78rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gc-mint); box-shadow: 0 0 0 5px rgba(92, 244, 183, .11); }
.hero h1 { max-width: 760px; margin: 1.35rem 0 1.25rem; font-size: clamp(3rem, 7vw, 6.65rem); line-height: .94; letter-spacing: -.065em; font-weight: 820; }
.hero .lead { max-width: 640px; color: var(--gc-muted); font-size: clamp(1.02rem, 1.6vw, 1.2rem); line-height: 1.75; }
.hero-note { color: #8092a3; font-size: .8rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; color: #9eb0bf; font-size: .85rem; }
.trust-row span { display: inline-flex; align-items: center; gap: .4rem; }
.trust-row i { color: var(--gc-mint); }

.hero-visual { position: relative; min-height: 650px; perspective: 1200px; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(55px); opacity: .32; pointer-events: none; }
.glow-orb.one { width: 230px; height: 230px; right: 12%; top: 15%; background: var(--gc-purple); }
.glow-orb.two { width: 270px; height: 270px; left: 5%; bottom: 5%; background: var(--gc-cyan); opacity: .18; }
.phone {
  position: absolute;
  width: min(300px, 66vw);
  aspect-ratio: 9 / 19.5;
  padding: 10px;
  border-radius: 48px;
  background: linear-gradient(145deg, #243849, #05090d 35%, #172735 85%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 45px 100px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,255,255,.06);
  transform: rotate(5deg) translateZ(0);
  right: 11%; top: 2%;
  z-index: 2;
}
.phone.secondary { width: min(245px, 55vw); right: auto; left: 1%; top: 21%; transform: rotate(-10deg); z-index: 1; opacity: .88; }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 39px; background: linear-gradient(180deg, #0b1b28, #071019 56%, #091621); }
.phone-screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 0, rgba(61,217,232,.14), transparent 35%), radial-gradient(circle at 0 75%, rgba(154,107,255,.12), transparent 35%); }
.dynamic-island { position: absolute; z-index: 4; top: 12px; left: 50%; transform: translateX(-50%); width: 91px; height: 25px; border-radius: 999px; background: #020406; }
.statusbar { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; padding: 17px 19px 0; color: #dbe5ec; font-size: .64rem; font-weight: 700; }
.app-shell { position: relative; z-index: 2; height: 100%; padding: 42px 17px 19px; display: flex; flex-direction: column; }
.app-heading { display: flex; justify-content: space-between; align-items: center; }
.app-brand { display: flex; align-items: center; gap: .55rem; font-size: .9rem; font-weight: 800; }
.app-brand img { width: 25px; height: 25px; }
.icon-btn { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; color: #aebdca; background: rgba(255,255,255,.04); }
.connection-area { flex: 1; display: grid; place-content: center; text-align: center; }
.connect-ring { position: relative; width: 154px; height: 154px; margin: 0 auto 19px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(from 10deg, var(--gc-purple), var(--gc-cyan), var(--gc-mint), var(--gc-purple)); box-shadow: 0 0 45px rgba(61,217,232,.16); }
.connect-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #0b1b28; }
.connect-button { position: relative; width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: radial-gradient(circle at 35% 25%, #16364d, #0b1b28 65%); border: 1px solid rgba(255,255,255,.08); }
.connect-button i { font-size: 2.4rem; }
.connection-area h6 { margin: 0; font-size: .97rem; }
.connection-area p { margin: .3rem 0 0; color: #6f8495; font-size: .67rem; }
.profile-card { padding: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.profile-row { display: flex; justify-content: space-between; align-items: center; }
.profile-meta { display: flex; align-items: center; gap: 10px; min-width: 0; }
.flag { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(61,217,232,.12); color: var(--gc-cyan); }
.profile-name { font-size: .72rem; font-weight: 750; }
.profile-sub { color: #6f8495; font-size: .57rem; }
.ping { color: var(--gc-mint); font-size: .59rem; font-weight: 700; }
.mini-nav { display: flex; justify-content: space-around; margin-top: 14px; color: #667b8c; font-size: .55rem; }
.mini-nav .active { color: var(--gc-cyan); }
.mini-nav i { display: block; font-size: 1.05rem; margin-bottom: 2px; }

.profile-screen .app-shell { padding-top: 43px; }
.profile-screen h5 { margin: 20px 0 4px; font-size: 1.05rem; font-weight: 800; }
.profile-screen .intro { color: #718596; font-size: .64rem; }
.profile-list { display: grid; gap: 9px; margin-top: 17px; }
.profile-list .profile-card { padding: 11px; }
.profile-list .profile-card.active { border-color: rgba(61,217,232,.34); background: rgba(61,217,232,.08); }
.add-profile { margin-top: 12px; width: 100%; border: 1px dashed rgba(255,255,255,.17); border-radius: 15px; padding: 11px; color: #9fb0bf; background: rgba(255,255,255,.025); font-size: .65rem; }

.floating-card { position: absolute; z-index: 4; padding: 15px 17px; border: 1px solid var(--gc-border); border-radius: 19px; background: rgba(9, 19, 29, .78); backdrop-filter: blur(18px); box-shadow: var(--gc-shadow); }
.floating-card.speed { right: -2%; bottom: 18%; }
.floating-card.private { left: 7%; bottom: 5%; }
.floating-card .value { display: block; font-size: 1.08rem; font-weight: 800; }
.floating-card .label { color: var(--gc-muted); font-size: .68rem; }
.floating-card i { color: var(--gc-mint); }

.logo-strip { border-block: 1px solid var(--gc-border); background: rgba(255,255,255,.018); }
.logo-strip-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.3rem 2.4rem; color: #778b9b; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { position: relative; padding: 7.5rem 0; }
.section-label { color: var(--gc-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-title { max-width: 780px; margin: .65rem 0 1rem; font-size: clamp(2.15rem, 4.8vw, 4.25rem); line-height: 1.03; letter-spacing: -.05em; font-weight: 820; }
.section-copy { max-width: 700px; color: var(--gc-muted); font-size: 1.04rem; line-height: 1.75; }

.feature-card { height: 100%; padding: 27px; border: 1px solid var(--gc-border); border-radius: var(--gc-radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(61,217,232,.24); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 16px; color: #07111b; background: var(--gc-gradient); font-size: 1.25rem; }
.feature-card h3 { margin-bottom: .75rem; font-size: 1.14rem; font-weight: 800; }
.feature-card p { margin: 0; color: var(--gc-muted); font-size: .92rem; line-height: 1.7; }

.bento-panel { position: relative; overflow: hidden; height: 100%; min-height: 370px; padding: 32px; border: 1px solid var(--gc-border); border-radius: 34px; background: var(--gc-panel); box-shadow: var(--gc-shadow); }
.bento-panel::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; bottom: -90px; border-radius: 50%; background: var(--gc-cyan); filter: blur(70px); opacity: .11; }
.bento-panel h3 { position: relative; z-index: 2; font-size: 1.55rem; font-weight: 800; letter-spacing: -.03em; }
.bento-panel p { position: relative; z-index: 2; color: var(--gc-muted); line-height: 1.7; }
.step-list { position: relative; z-index: 2; display: grid; gap: 13px; margin-top: 31px; }
.step { display: flex; gap: 13px; align-items: center; padding: 13px; border: 1px solid rgba(255,255,255,.075); border-radius: 17px; background: rgba(255,255,255,.03); }
.step-number { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: #07111b; background: var(--gc-gradient); font-size: .78rem; font-weight: 850; }
.step strong { display: block; font-size: .9rem; }
.step span { color: #8194a4; font-size: .72rem; }
.code-card { position: relative; z-index: 2; margin-top: 35px; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; background: #061019; font-family: "SFMono-Regular", Consolas, monospace; font-size: .68rem; color: #8ca0b1; }
.code-card .green { color: var(--gc-mint); }.code-card .purple { color: #be9fff; }.code-card .cyan { color: var(--gc-cyan); }
.qr-placeholder { position: absolute; right: 26px; bottom: 29px; width: 106px; height: 106px; padding: 8px; border-radius: 18px; background: #fff; box-shadow: 0 15px 50px rgba(0,0,0,.35); transform: rotate(4deg); }
.qr-grid { width: 100%; height: 100%; border-radius: 5px; background: repeating-conic-gradient(#09131d 0 25%, #fff 0 50%) 50% / 14px 14px; }
.qr-grid::after { content: "G"; width: 34px; height: 34px; display: grid; place-items: center; position: absolute; inset: 0; margin: auto; border-radius: 10px; color: #07111b; background: var(--gc-gradient); font-family: sans-serif; font-weight: 900; }

.privacy-banner { overflow: hidden; padding: 56px; border: 1px solid rgba(92,244,183,.17); border-radius: 38px; background: radial-gradient(circle at 80% 20%, rgba(92,244,183,.12), transparent 25rem), linear-gradient(135deg, rgba(15,32,43,.92), rgba(7,16,24,.92)); box-shadow: var(--gc-shadow); }
.privacy-banner .shield { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 23px; color: #061019; background: var(--gc-gradient); font-size: 2rem; }
.privacy-point { display: flex; gap: 12px; color: #d9e4eb; }
.privacy-point i { color: var(--gc-mint); }
.privacy-point small { display: block; color: var(--gc-muted); line-height: 1.5; }

.platform-card { height: 100%; padding: 30px; border: 1px solid var(--gc-border); border-radius: 29px; background: rgba(255,255,255,.035); }
.platform-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.07); font-size: 1.65rem; }
.platform-card h3 { font-weight: 800; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: .37rem .63rem; border-radius: 999px; color: #cfece0; background: rgba(92,244,183,.09); border: 1px solid rgba(92,244,183,.15); font-size: .7rem; font-weight: 750; }
.status-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gc-mint); box-shadow: 0 0 0 4px rgba(92,244,183,.08); }
.status-pill.soon { color: #d5c9ee; background: rgba(154,107,255,.09); border-color: rgba(154,107,255,.17); }
.status-pill.soon .dot { background: var(--gc-purple); box-shadow: 0 0 0 4px rgba(154,107,255,.08); }
.store-button { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; padding: .7rem 1rem; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: #020407; }
.store-button:hover { border-color: rgba(255,255,255,.3); background: #060a0e; }
.store-button i { font-size: 1.55rem; }
.store-button small, .store-button strong { display: block; line-height: 1.12; }.store-button small { color: #aab8c4; font-size: .6rem; text-transform: uppercase; }.store-button strong { margin-top: 3px; font-size: .98rem; }
.store-button.is-disabled { opacity: .57; pointer-events: none; }

.accordion { --bs-accordion-bg: transparent; --bs-accordion-color: var(--gc-text); --bs-accordion-border-color: var(--gc-border); --bs-accordion-btn-color: var(--gc-text); --bs-accordion-btn-bg: transparent; --bs-accordion-active-color: var(--gc-text); --bs-accordion-active-bg: rgba(255,255,255,.035); --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-btn-icon-filter: invert(1); --bs-accordion-btn-active-icon-filter: invert(1); }
.accordion-item { overflow: hidden; margin-bottom: 12px; border: 1px solid var(--gc-border) !important; border-radius: 18px !important; background: rgba(255,255,255,.02); }
.accordion-button { font-weight: 750; }
.accordion-body { color: var(--gc-muted); line-height: 1.72; }

.cta-card { position: relative; overflow: hidden; padding: 65px 34px; text-align: center; border: 1px solid var(--gc-border); border-radius: 38px; background: linear-gradient(145deg, rgba(154,107,255,.12), rgba(61,217,232,.08) 50%, rgba(92,244,183,.07)); box-shadow: var(--gc-shadow); }
.cta-card::before { content: ""; position: absolute; inset: -40%; background: conic-gradient(from 200deg, transparent, rgba(255,255,255,.06), transparent 30%); animation: spin 15s linear infinite; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 830; letter-spacing: -.055em; }

.site-footer { padding: 4rem 0 2rem; border-top: 1px solid var(--gc-border); background: rgba(2,5,9,.42); }
.footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.footer-brand img { width: 34px; height: 34px; }
.footer-copy, .footer-link { color: #7f92a2; font-size: .84rem; line-height: 1.7; }
.footer-link { text-decoration: none; }.footer-link:hover { color: #fff; }
.footer-title { color: #dbe4eb; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.legal-hero { padding: 9.5rem 0 4rem; }
.legal-shell { max-width: 920px; }
.legal-shell h1 { font-size: clamp(2.6rem, 6vw, 5.3rem); letter-spacing: -.055em; font-weight: 830; }
.legal-meta { color: var(--gc-muted); }
.legal-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--gc-border); border-radius: 30px; background: rgba(255,255,255,.025); }
.legal-card h2 { margin: 2.2rem 0 .85rem; font-size: 1.35rem; font-weight: 800; }.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--gc-muted); line-height: 1.8; }.legal-card a { color: var(--gc-cyan); }

.support-card { height: 100%; padding: 28px; border: 1px solid var(--gc-border); border-radius: 25px; background: rgba(255,255,255,.028); }
.support-card i { color: var(--gc-cyan); font-size: 1.45rem; }.support-card h3 { margin-top: 1rem; font-size: 1.1rem; font-weight: 800; }.support-card p { color: var(--gc-muted); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse { margin-top: .75rem; padding: 1rem; border: 1px solid var(--gc-border); border-radius: 20px; background: rgba(6,13,20,.96); backdrop-filter: blur(16px); }
  .hero { padding-top: 8rem; text-align: center; }
  .hero .lead { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 620px; margin-top: 2.5rem; }.phone { right: 16%; }.phone.secondary { left: 12%; }.floating-card.private { left: 12%; }.floating-card.speed { right: 8%; }
  .privacy-banner { padding: 40px 28px; }
}
@media (max-width: 575.98px) {
  .hero { padding-bottom: 3.5rem; }.hero h1 { font-size: 3.6rem; }.hero-visual { min-height: 540px; }.phone { width: 245px; right: 4%; }.phone.secondary { width: 190px; left: -8%; top: 26%; }.floating-card { padding: 11px 13px; }.floating-card.speed { right: -2%; bottom: 20%; }.floating-card.private { left: 1%; bottom: 3%; }.section { padding: 5.4rem 0; }.section-title { font-size: 2.5rem; }.feature-card, .bento-panel, .platform-card { padding: 23px; }.privacy-banner { padding: 32px 21px; border-radius: 28px; }.cta-card { padding: 48px 20px; }.qr-placeholder { width: 82px; height: 82px; right: 18px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* --- Screenshot-driven Griffin Client refresh --- */
.hero.hero-screenshots { min-height: auto; padding-bottom: 4.5rem; }
.screenshot-stack { min-height: 720px; }
.device-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 42px;
  padding: 10px;
  background: linear-gradient(145deg, #253646, #08111a 38%, #1a2b39 100%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 45px 110px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.05);
}
.device-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}
.device-shot.primary {
  right: 2%;
  top: 1%;
  width: min(310px, 70vw);
  aspect-ratio: 590 / 1280;
  transform: rotate(7deg);
  z-index: 2;
}
.device-shot.secondary {
  left: 2%;
  top: 20%;
  width: min(268px, 60vw);
  aspect-ratio: 944 / 2048;
  transform: rotate(-9deg);
  z-index: 1;
}

.app-gallery .shot-card {
  height: 100%;
}
.shot-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  border: 1px solid var(--gc-border);
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: var(--gc-shadow);
}
.shot-card img {
  display: block;
  width: 100%;
  background: #0b1320;
}
.shot-card.tall img {
  aspect-ratio: 590 / 1280;
  object-fit: cover;
}
.shot-card.shot-wide img {
  aspect-ratio: 590 / 1280;
  object-fit: cover;
  max-height: 700px;
}
.shot-card figcaption {
  display: grid;
  gap: .3rem;
  padding: 1.1rem 1.2rem 1.25rem;
}
.shot-card strong { font-size: 1rem; font-weight: 800; }
.shot-card span { color: var(--gc-muted); font-size: .87rem; line-height: 1.65; }

.app-detail-panel .mini-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.04);
  color: #d4dde6;
  font-size: .8rem;
}
.app-detail-panel .mini-badge img { width: 28px; height: 28px; border-radius: 50%; }
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.highlight-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: #dce7ee;
  font-size: .85rem;
}
.highlight-item i { color: var(--gc-cyan); font-size: 1rem; }

@media (max-width: 991.98px) {
  .screenshot-stack { min-height: 690px; margin-top: 1rem; }
  .device-shot.primary { right: 7%; }
  .device-shot.secondary { left: 6%; top: 22%; }
}
@media (max-width: 767.98px) {
  .screenshot-stack { min-height: 610px; }
  .highlight-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .screenshot-stack { min-height: 540px; }
  .device-shot.primary { width: 220px; right: 2%; top: 4%; }
  .device-shot.secondary { width: 180px; left: -1%; top: 22%; }
  .shot-card { border-radius: 24px; }
  .shot-card figcaption { padding: .95rem 1rem 1.05rem; }
}
