:root {
  --ink: #07111f;
  --ink-2: #22324b;
  --muted: #66748c;
  --paper: #ffffff;
  --soft: #f4f8fd;
  --line: #dfe8f4;
  --blue: #1975ff;
  --cyan: #19c6d5;
  --green: #20c76f;
  --orange: #ff9d17;
  --red: #ee4b58;
  --violet: #7c5cff;
  --shadow: 0 24px 70px rgba(7, 17, 31, .13);
  --shadow-strong: 0 42px 110px rgba(7, 17, 31, .24);
  --radius: 24px;
  --wrap: 1180px;
  --ease: cubic-bezier(.2, .78, .2, 1);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(25,117,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(32,199,111,.04) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 42%, #f3f7fc 100%);
  background-size: 88px 88px, 88px 88px, auto;
  overflow-x: hidden;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(4, 12, 24, .38);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s var(--ease), visibility .28s;
}
body.menu-open::before { opacity: 1; visibility: visible; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
.store-button.is-coming-soon,
.footer-downloads a { cursor: default; pointer-events: none; }
.store-button.is-coming-soon { opacity: .9; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-family: Manrope, ui-sans-serif, system-ui, sans-serif; }
ul { margin: 0; padding: 0; }
li { list-style: none; }
strong, b { color: var(--ink); }
.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.up { color: var(--green); }
.down { color: var(--red); }
.skip-link { position: absolute; top: -60px; left: 50%; z-index: 200; transform: translateX(-50%); padding: 10px 16px; border-radius: 0 0 12px 12px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
}
.btn:hover, .store-button:hover { transform: translateY(-2px); }
body.lang-switching *,
body.lang-switching *::before,
body.lang-switching *::after {
  transition: none !important;
}
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 18px 38px rgba(25,117,255,.22); }
.btn-ghost { color: var(--ink); border-color: var(--line); background: #fff; }
.btn-full { width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(251,253,255,.9);
  box-shadow: 0 12px 34px rgba(7,17,31,.08);
  backdrop-filter: blur(16px) saturate(150%);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 78px;
}
.brand { flex: none; }
.brand img { width: 174px; }
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.desktop-nav > a, .nav-group > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #4d5c72;
  font-size: .84rem;
  font-weight: 600;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.desktop-nav > a::after, .nav-group > a::after { content: ""; position: absolute; right: 12px; bottom: 4px; left: 12px; height: 2px; border-radius: 2px; background: var(--blue); opacity: 0; transform: scaleX(.35); transition: opacity .18s ease, transform .22s var(--ease); }
.desktop-nav > a:hover, .nav-group:hover > a { color: var(--ink); background: rgba(238,244,251,.8); }
.desktop-nav > a:hover::after, .nav-group:hover > a::after { opacity: 1; transform: scaleX(1); }
.nav-product { gap: 7px; }
.nav-product i { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-group:hover .nav-product i, .nav-group:focus-within .nav-product i { transform: translateY(2px) rotate(225deg); }
.nav-divider { width: 1px; height: 22px; margin: 0 5px; background: #dce5f0; }
.nav-group { position: relative; }
.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 13px);
  z-index: 20;
  display: grid;
  gap: 8px;
  width: 340px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(7,17,31,.16);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.mega-menu a { display: grid; grid-template-columns: 36px 1fr; gap: 3px 11px; align-items: center; padding: 12px; border-radius: 14px; transition: background .18s ease, transform .18s ease; }
.mega-menu a:hover { background: #f3f7fc; transform: translateX(2px); }
.dot { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; margin-top: 0; border-radius: 11px; box-shadow: inset 0 0 0 8px rgba(255,255,255,.85); }
.dot.blue { background: var(--blue); }
.dot.green { background: var(--green); }
.dot.orange { background: var(--orange); }
.mega-menu strong { font-size: .9rem; font-weight: 700; }
.mega-menu em { color: var(--muted); font-style: normal; font-size: .75rem; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-picker { position: relative; flex: none; }
.language-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  height: 44px;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 7px 18px rgba(7,17,31,.05);
}
.language-trigger .flag { font-size: 1.15rem; line-height: 1; }
.language-trigger strong { flex: 1; font-size: .78rem; }
.language-trigger i { width: 7px; height: 7px; border-right: 2px solid #8895a7; border-bottom: 2px solid #8895a7; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.language-trigger[aria-expanded="true"] i { transform: translateY(2px) rotate(225deg); }
.language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 260;
  display: grid;
  gap: 5px;
  width: 210px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7,17,31,.18);
  opacity: 0;
  transform: translateY(-7px) scale(.98);
  transform-origin: top right;
  transition: opacity .2s ease, transform .24s var(--ease);
}
.language-options[hidden] { display: none; }
.language-options.is-open { opacity: 1; transform: none; }
.language-options button { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; padding: 10px; border: 0; border-radius: 12px; color: var(--ink); background: transparent; text-align: left; }
.language-options button:hover { background: var(--soft); }
.language-options button.is-active { background: #edf5ff; }
.language-options button span { font-size: 1.25rem; }
.language-options button b { font-size: .86rem; }
.language-options button small { color: var(--muted); font-size: .68rem; font-weight: 900; }
.mobile-language { width: 100%; margin-bottom: 6px; }
.mobile-language .language-trigger {
  width: 100%;
  height: 58px;
  padding: 7px 14px;
  border: 0;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #081426, #142b4b);
  box-shadow: 0 14px 30px rgba(7,17,31,.18);
}
.mobile-language .language-trigger .flag { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: rgba(255,255,255,.1); font-size: 1.22rem; }
.mobile-language .language-trigger strong { color: #fff; font-size: .86rem; text-align: left; }
.mobile-language .language-trigger i { border-color: rgba(255,255,255,.72); }
.mobile-language .language-options { right: auto; left: 0; width: 100%; transform-origin: top center; }
.mobile-language .language-options { top: calc(100% + 7px); padding: 7px; border-radius: 16px; box-shadow: 0 22px 55px rgba(7,17,31,.22); }
.mobile-language .language-options button { min-height: 50px; }
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.menu-button[aria-expanded="true"] { z-index: 201; border-color: rgba(25,117,255,.22); box-shadow: 0 10px 26px rgba(7,17,31,.12); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 999px; background: var(--ink); transition: transform .2s var(--ease); }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 200;
  display: grid;
  align-content: start;
  gap: 9px;
  width: min(420px, calc(100% - 28px));
  max-height: 100dvh;
  overflow-y: auto;
  padding: 18px 18px max(22px, env(safe-area-inset-bottom));
  border: 0;
  border-left: 1px solid rgba(223,232,244,.9);
  border-radius: 30px 0 0 30px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
  box-shadow: -28px 0 80px rgba(7,17,31,.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transform-origin: right center;
  pointer-events: none;
  transition: opacity .28s ease, transform .42s var(--ease), visibility .42s;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; padding: 2px 2px 12px; border-bottom: 1px solid #e5edf6; }
.mobile-menu-top img { width: 138px; }
.mobile-menu-top button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7,17,31,.08);
  font-size: 1.35rem;
  line-height: 1;
}
.mobile-menu .mobile-language { margin-bottom: 4px; }
.mobile-menu a:not(.btn) {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 26px;
  gap: 2px 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 13px;
  border: 1px solid rgba(220,230,242,.95);
  border-radius: 19px;
  background: linear-gradient(135deg, #fff, #fbfdff);
  box-shadow: 0 10px 26px rgba(7,17,31,.055), inset 0 1px 0 #fff;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity .28s var(--ease), transform .38s var(--ease), border-color .18s ease, box-shadow .18s ease;
}
.mobile-menu-links{display:contents}
.mobile-menu.is-open a:not(.btn) { opacity: 1; transform: none; }
.mobile-menu.is-open a:nth-of-type(1) { transition-delay: .06s; }
.mobile-menu.is-open a:nth-of-type(2) { transition-delay: .1s; }
.mobile-menu.is-open a:nth-of-type(3) { transition-delay: .14s; }
.mobile-menu.is-open a:nth-of-type(4) { transition-delay: .18s; }
.mobile-menu a:not(.btn)::after { content: "→"; grid-column: 3; grid-row: 1 / span 2; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; color: #718097; background: #f0f4f9; font-size: .85rem; font-weight: 800; }
.mobile-menu a:not(.btn):hover { border-color: rgba(25,117,255,.25); box-shadow: 0 12px 28px rgba(25,117,255,.1); }
.mobile-menu a span { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--blue); background: linear-gradient(145deg, #e4f0ff, #f4f9ff); font-size: .67rem; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(25,117,255,.08); }
.mobile-menu a:nth-of-type(2) span { color: var(--violet); background: linear-gradient(145deg, #f0edff, #faf9ff); }
.mobile-menu a:nth-of-type(3) span { color: #159b59; background: linear-gradient(145deg, #e6f9ef, #f5fdf8); }
.mobile-menu a:nth-of-type(4) span { color: #dc7b00; background: linear-gradient(145deg, #fff2df, #fffaf2); }
.mobile-menu a:nth-of-type(5) span { color: #d14b65; background: linear-gradient(145deg, #ffeaf0, #fff7f9); }
.mobile-menu a strong { font-size: .96rem; font-weight: 700; letter-spacing: -.015em; }
.mobile-menu a em { color: #748197; font-style: normal; font-size: .72rem; font-weight: 500; }
.mobile-menu .btn { min-height: 52px; margin-top: 6px; border-radius: 16px; background: linear-gradient(135deg, #1975ff, #0d5fd5); box-shadow: 0 14px 30px rgba(25,117,255,.25); }

.hero { padding: 72px 0 94px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 58px; align-items: center; }
.hero h1 {
  max-width: 680px;
  margin-top: 0;
  color: var(--ink);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.3rem, 4.8vw, 4.65rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.hero-lead { max-width: 540px; margin-top: 20px; color: #526078; font-size: 1.05rem; font-weight: 500; line-height: 1.65; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.store-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 184px;
  min-height: 56px;
  padding: 8px 14px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #303030;
  background: #000;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: transform .18s var(--ease);
}
.store-button::after {
  content: none;
}
.store-button:nth-child(1) {
  background: #000;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.store-button:nth-child(2) {
  background: #000;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.store-icon { width: 28px; height: 32px; flex: none; color: #fff; }
.store-icon.play-logo { width: 30px; height: 34px; }
.store-button span:last-child { display: grid; line-height: 1.08; }
.store-button small { color: #fff; font-size: .61rem; font-weight: 600; letter-spacing: .01em; }
.store-button strong { color: #fff; font-size: 1.08rem; font-weight: 600; }
.live-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 620px; margin-top: 26px; }
.live-metrics span { padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 12px 28px rgba(7,17,31,.06); }
.live-metrics strong { display: block; font-size: 1.05rem; }
.live-metrics em { display: block; color: var(--muted); font-style: normal; font-size: .82rem; font-weight: 760; }

.fusion-stage { position: relative; min-height: 730px; }
.stage-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 640px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
}
.stage-photo::selection { background: transparent; }
.app-screen {
  position: absolute;
  z-index: 4;
  width: 290px;
  border: 1px solid rgba(223,232,244,.9);
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(14px);
  will-change: transform;
}
.screen-portfolio {
  right: 58px;
  top: 36px;
  min-height: 610px;
  padding: 18px 14px 14px;
  animation: floatOne 5.4s ease-in-out infinite;
}
.screen-market {
  left: 8px;
  top: 78px;
  width: 274px;
  padding: 18px;
  transform: rotate(-3deg);
  animation: floatTwo 6s ease-in-out infinite;
}
.screen-analysis {
  left: 48px;
  bottom: 4px;
  width: 330px;
  padding: 18px;
  transform: rotate(2deg);
  animation: floatThree 6.3s ease-in-out infinite;
}
@keyframes floatOne { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floatTwo { 0%,100% { transform: rotate(-3deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-11px); } }
@keyframes floatThree { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-10px); } }
.screen-status, .screen-head, .market-top { display: flex; align-items: center; justify-content: space-between; }
.screen-status { font-size: .72rem; font-weight: 950; }
.screen-status i { width: 36px; height: 12px; background: var(--ink); clip-path: polygon(0 100%,0 62%,18% 62%,18% 100%,28% 100%,28% 40%,46% 40%,46% 100%,56% 100%,56% 18%,74% 18%,74% 100%,84% 100%,84% 0,100% 0,100% 100%); }
.screen-head { margin-top: 14px; }
.screen-head strong { font-size: 1.32rem; }
.screen-head strong span { color: var(--blue); }
.screen-head button, .market-top button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.donut-wrap { position: relative; width: 214px; height: 214px; margin: 16px auto 10px; }
.donut-wrap svg { width: 100%; height: 100%; animation: slowSpin 18s linear infinite; will-change: transform; }
@keyframes slowSpin { to { transform: rotate(360deg); } }
.donut-track, .donut-main, .donut-blue, .donut-cyan { fill: none; stroke-width: 24; stroke-linecap: round; transform-origin: center; transform: rotate(-90deg); }
.donut-track { stroke: #e5edf7; }
.donut-main { stroke: var(--orange); stroke-dasharray: 72 28; }
.donut-blue { stroke: var(--blue); stroke-dasharray: 18 82; stroke-dashoffset: -74; }
.donut-cyan { stroke: var(--cyan); stroke-dasharray: 8 92; stroke-dashoffset: -94; }
.donut-wrap div { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.donut-wrap small { color: #8a93a5; font-weight: 900; }
.donut-wrap strong { display: block; font-size: 1.18rem; }
.mini-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mini-stat-row span { padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.mini-stat-row .soft-red { background: rgba(238,75,88,.08); }
.mini-stat-row small { display: block; color: var(--muted); font-size: .64rem; font-weight: 850; }
.mini-stat-row b { display: block; margin-top: 6px; font-size: .78rem; }
.asset-list { display: grid; gap: 6px; margin-top: 12px; padding: 10px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.asset-list div { display: grid; grid-template-columns: 36px 1fr auto; gap: 9px; align-items: center; padding: 7px 0; border-bottom: 1px solid #edf2f8; }
.asset-list div:last-child { border-bottom: 0; }
.coin { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 13px; color: #fff; font-style: normal; font-weight: 950; }
.coin.orange { background: var(--orange); }
.coin.cyan { background: var(--cyan); }
.coin.blue { background: var(--blue); }
.coin.cyan::before, .coin.blue::before { content: ""; width: 15px; height: 15px; border: 3px solid #fff; border-right-color: transparent; border-radius: 50%; }
.asset-list span { display: grid; font-size: .84rem; font-weight: 900; }
.asset-list span strong { font-size: .84rem; text-align: left; }
.asset-list small { color: var(--muted); font-size: .64rem; }
.asset-list > div > b { font-size: .8rem; text-align: right; }
.market-top h3, .screen-analysis h3 { font-size: 1.48rem; line-height: 1; }
.rate-row { display: grid; gap: 8px; margin-top: 14px; }
.rate-row span { display: grid; grid-template-columns: 42px 1fr auto; gap: 8px; align-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-size: .78rem; font-weight: 950; }
.rate-row em { font-style: normal; font-size: .72rem; }
.pill-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 13px; padding: 5px; border-radius: 18px; background: #eaf0f7; }
.pill-tabs span { padding: 8px 6px; border-radius: 14px; color: var(--muted); text-align: center; font-size: .72rem; font-weight: 950; }
.pill-tabs .active { color: var(--blue); background: #fff; box-shadow: 0 8px 18px rgba(7,17,31,.08); }
.market-bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; align-items: end; height: 190px; margin-top: 18px; }
.market-bars div, .wide-bars div { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; gap: 8px; }
.market-bars b, .wide-bars b { color: var(--green); font-size: .76rem; }
.market-bars i, .wide-bars i { width: min(42px, 100%); height: var(--h); border-radius: 16px 16px 7px 7px; background: linear-gradient(180deg, var(--c), rgba(255,255,255,.32)); animation: growBar 2.4s var(--ease) infinite alternate; transform-origin: bottom; }
.market-bars span, .wide-bars span { font-size: .68rem; font-weight: 950; }
@keyframes growBar { from { transform: scaleY(.72); } to { transform: scaleY(1); } }
.portfolio-strip {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}
.portfolio-strip i { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 14px; background: rgba(255,255,255,.12); }
.portfolio-strip strong { color: #fff; }
.portfolio-strip small { display: block; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 740; }
.portfolio-strip b { color: #fff; font-size: 1.5rem; }
.locked-card { position: relative; margin-top: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; }
.side-line { position: absolute; left: 0; top: 18px; width: 5px; height: 38px; border-radius: 999px; background: var(--blue); }
.locked-card h4 { padding-left: 10px; font-size: 1.18rem; }
.locked-card p { margin-top: 6px; color: var(--muted); font-size: .78rem; font-weight: 720; }
.locked-card svg { width: 100%; height: 82px; margin-top: 10px; border: 1px solid #edf2f8; border-radius: 16px; background: linear-gradient(135deg, #f5fbff, #fff8f8); }
.locked-card path { fill: none; stroke: var(--red); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 460; stroke-dashoffset: 460; animation: drawLine 2.4s var(--ease) infinite alternate; }
.locked-card button { display: block; margin: -12px auto 0; padding: 9px 15px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-weight: 950; box-shadow: 0 12px 28px rgba(25,117,255,.18); }
@keyframes drawLine { to { stroke-dashoffset: 0; } }

.ticker-strip { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.8); }
.ticker-track { display: flex; width: max-content; gap: 12px; padding: 16px 0; animation: ticker 28s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .88rem; font-weight: 900; }
@keyframes ticker { to { transform: translateX(-50%); } }

.asset-universe-wrap { padding-top: 32px; }
.asset-universe {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 38px;
  align-items: center;
  min-height: 390px;
  padding: 44px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 28%, rgba(25,117,255,.3), transparent 32%),
    radial-gradient(circle at 60% 100%, rgba(25,198,213,.15), transparent 35%),
    linear-gradient(135deg, #07111f, #10233f 58%, #0d294c);
  box-shadow: 0 34px 90px rgba(7,17,31,.2);
  overflow: hidden;
}
.asset-universe::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent 25%, #000); }
.asset-universe-copy { position: relative; z-index: 2; }
.asset-universe-copy > span { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(126,190,255,.25); border-radius: 999px; color: #8fc7ff; background: rgba(25,117,255,.1); font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.asset-universe h2 { max-width: 520px; margin-top: 16px; color: #fff; font-size: clamp(2.5rem, 4vw, 3.7rem); font-weight: 700; line-height: 1.02; letter-spacing: -.05em; }
.asset-universe-copy p { max-width: 530px; margin-top: 18px; color: rgba(255,255,255,.67); font-size: .98rem; line-height: 1.7; }
.asset-universe-visual { position: relative; min-height: 290px; }
.asset-count { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; place-items: center; width: 190px; height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(7,17,31,.66); box-shadow: 0 0 0 18px rgba(25,117,255,.06), 0 24px 60px rgba(0,0,0,.24); backdrop-filter: blur(12px); transform: translate(-50%,-50%); text-align: center; }
.asset-count strong { color: #fff; font-size: 1.25rem; font-weight: 800; letter-spacing: .06em; }
.asset-count span { max-width: 110px; color: rgba(255,255,255,.55); font-size: .7rem; line-height: 1.35; }
.asset-orbits { position: absolute; inset: 5px; border: 1px solid rgba(120,184,255,.16); border-radius: 50%; animation: orbitPulse 4s ease-in-out infinite alternate; }
.asset-orbits::before { content: ""; position: absolute; inset: 42px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.asset-pill { position: absolute; z-index: 4; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); box-shadow: 0 12px 26px rgba(0,0,0,.16); backdrop-filter: blur(12px); font-size: .73rem; font-weight: 700; white-space: nowrap; }
.pill-bist { left: 7%; top: 16%; color: #91c4ff; }
.pill-fund { right: 2%; top: 12%; color: #76e1cb; }
.pill-fx { left: 0; bottom: 15%; color: #ffc26f; }
.pill-metal { right: 1%; bottom: 12%; color: #e4c2ff; }
.pill-crypto { left: 50%; bottom: -2px; color: #ff9fa9; transform: translateX(-50%); }
@keyframes orbitPulse { from { transform: scale(.97); opacity: .75; } to { transform: scale(1); opacity: 1; } }

.section { padding: 104px 0; }
.section-head { max-width: 790px; margin: 0 auto 44px; text-align: center; }
.section-head h2, .section-copy h2 {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.35rem, 3.5vw, 3.05rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.section-copy p { max-width: 560px; margin-top: 16px; color: #627087; font-size: 1rem; font-weight: 500; line-height: 1.65; text-wrap: pretty; }
.screen-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .portfolio-board, .market-panel, .analysis-panel, .plan {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow);
}
.feature-card { min-height: 270px; padding: 28px; }
.feature-card h3 { margin-top: 22px; font-family: Manrope, ui-sans-serif, system-ui, sans-serif; font-size: 1.28rem; font-weight: 700; line-height: 1.25; letter-spacing: -.025em; text-wrap: balance; }
.feature-card p { margin-top: 10px; color: #6a778b; font-weight: 500; line-height: 1.58; text-wrap: pretty; }
.feature-icon { position: relative; display: block; width: 58px; height: 58px; border-radius: 18px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.feature-icon.pie::before { content: ""; position: absolute; inset: 13px; border: 7px solid var(--blue); border-right-color: transparent; border-radius: 50%; transform: rotate(-28deg); }
.feature-icon.bars { display: flex; align-items: flex-end; justify-content: center; gap: 5px; padding: 12px; }
.feature-icon.bars::before { content: ""; width: 8px; height: 18px; border-radius: 999px; background: var(--green); box-shadow: 14px -9px 0 var(--blue), 28px -18px 0 var(--orange); }
.feature-icon.spark::before, .feature-icon.spark::after { content: ""; position: absolute; left: 50%; top: 50%; border-radius: 999px; background: var(--violet); transform: translate(-50%, -50%); }
.feature-icon.spark::before { width: 8px; height: 34px; }
.feature-icon.spark::after { width: 34px; height: 8px; }

.section-dark {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(135deg, #07111f, #10213a 58%, #12243f);
  background-size: 92px 92px, 92px 92px, auto;
}
.dashboard-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 56px; align-items: center; }
.section-dark h2, .section-dark p { color: #fff; }
.section-dark .section-copy p { color: rgba(255,255,255,.76); }
.portfolio-board { padding: 28px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: 0 34px 90px rgba(0,0,0,.24); }
.board-top { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: start; }
.board-top span { color: rgba(255,255,255,.64); font-weight: 880; }
.board-top strong { color: #fff; font-size: 2rem; }
.board-top b { grid-column: 2; font-size: .95rem; }
.allocation-rail { display: flex; overflow: hidden; height: 34px; margin-top: 30px; border-radius: 999px; background: rgba(255,255,255,.12); }
.allocation-rail i { width: var(--w); background: var(--c); animation: pulseColor 3s ease-in-out infinite; }
@keyframes pulseColor { 0%,100% { opacity: .9; } 50% { opacity: 1; } }
.board-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.board-cards span { padding: 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.08); }
.board-cards small { display: block; color: rgba(255,255,255,.62); font-weight: 840; }
.board-cards b { display: block; margin-top: 4px; color: #fff; font-size: 1.18rem; }
.risk-flow { display: grid; gap: 12px; margin-top: 20px; }
.risk-flow div { position: relative; padding: 16px 16px 16px 54px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); }
.risk-flow small { position: absolute; left: 15px; top: 15px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 950; }
.risk-flow strong { display: block; color: #fff; }
.risk-flow em { display: block; margin-top: 3px; color: rgba(255,255,255,.66); font-style: normal; font-size: .9rem; font-weight: 720; }

.split { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 56px; align-items: center; }
.mode-button { margin-top: 24px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-weight: 900; box-shadow: 0 12px 26px rgba(7,17,31,.06); }
.mode-button[aria-pressed="true"] { color: var(--red); border-color: rgba(238,75,88,.25); background: rgba(238,75,88,.08); }
.market-panel { padding: 28px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-head small { display: block; color: var(--muted); font-size: .74rem; font-weight: 950; }
.panel-head strong { display: block; margin-top: 3px; font-size: 1.34rem; }
.panel-head span { padding: 8px 12px; border-radius: 999px; color: var(--green); background: rgba(32,199,111,.12); font-size: .76rem; font-weight: 950; }
.wide-bars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: end; height: 280px; margin-top: 32px; }
.wide-bars b.down { color: var(--red); }
.wide-bars b.up { color: var(--green); }
.wide-bars i { width: min(60px, 100%); }
.wide-bars span { font-size: .8rem; }

.analysis-panel { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 34px; align-items: center; padding: 34px; }
.analysis-lab { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.lab-title { display: flex; align-items: center; gap: 12px; }
.lab-title strong { font-size: 1.18rem; }
.analysis-lab svg { width: 100%; height: 210px; margin-top: 22px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, #f8fbff, #fff7f7); overflow: hidden; }
.analysis-lab .area { fill: rgba(238,75,88,.16); }
.analysis-lab .line { fill: none; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 760; stroke-dashoffset: 760; animation: drawLine 2.8s var(--ease) infinite alternate; }
.analysis-lab .red { stroke: var(--red); }
.analysis-lab .blue { stroke: var(--blue); animation-delay: .26s; }
.lab-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.lab-notes span { padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fbfdff; }
.lab-notes small { display: block; color: var(--muted); font-weight: 820; }
.lab-notes b { display: block; margin-top: 4px; }

.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 18px; }
.plan { position: relative; padding: 32px; }
.badge { position: absolute; left: 50%; top: -14px; transform: translateX(-50%); padding: 7px 15px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: .78rem; font-weight: 950; }
.plan h3 { font-size: 1.5rem; }
.price { margin-top: 10px; color: var(--ink); font-size: 3rem; font-weight: 950; letter-spacing: 0; }
.price span { color: var(--muted); }
.plan ul { display: grid; gap: 13px; margin: 24px 0 28px; }
.plan li { position: relative; padding-left: 28px; color: var(--ink-2); font-weight: 800; }
.plan li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: rgba(25,117,255,.12); }
.plan li::after { content: ""; position: absolute; left: 5px; top: 10px; width: 6px; height: 3px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }

.company-section { color: #fff; background: linear-gradient(135deg, #07111f 0%, #102746 62%, #12345d 100%); }
.company-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: stretch; }
.company-story { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: start; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(255,255,255,.06); }
.company-mark { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-weight: 800; box-shadow: 0 18px 40px rgba(25,117,255,.25); }
.company-story h2 { max-width: 680px; color: #fff; font-size: clamp(2.1rem, 3.4vw, 3.2rem); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.company-story p { max-width: 650px; margin-top: 16px; color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.7; }
.company-values { display: grid; gap: 10px; }
.company-values div { display: grid; align-content: center; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.06); }
.company-values strong { color: #fff; font-size: 1.06rem; }
.company-values span { margin-top: 4px; color: rgba(255,255,255,.62); font-size: .84rem; }

.support-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.support-card h2 { font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; letter-spacing: -.04em; }
.support-card p { margin-top: 10px; color: var(--muted); }
.support-link { display: flex; align-items: center; gap: 18px; padding: 14px 16px 14px 20px; border-radius: 16px; color: #fff; background: var(--ink); font-weight: 650; box-shadow: 0 16px 35px rgba(7,17,31,.18); }
.support-link b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #fff; background: var(--blue); }

.legal-section { background: #f2f6fb; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.legal-card { padding: 0 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(7,17,31,.05); }
.legal-card summary { display: grid; grid-template-columns: 34px 1fr 20px; gap: 10px; align-items: center; min-height: 70px; cursor: pointer; list-style: none; }
.legal-card summary::-webkit-details-marker { display: none; }
.legal-card summary span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.legal-card summary strong { font-size: .94rem; }
.legal-card summary i { position: relative; width: 18px; height: 18px; }
.legal-card summary i::before, .legal-card summary i::after { content: ""; position: absolute; left: 4px; top: 8px; width: 10px; height: 2px; border-radius: 2px; background: #718097; transition: transform .2s ease; }
.legal-card summary i::after { transform: rotate(90deg); }
.legal-card[open] summary i::after { transform: rotate(0); }
.legal-card p { padding: 0 0 20px 44px; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 300; display: flex; align-items: center; gap: 24px; width: min(680px, calc(100% - 40px)); padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: #fff; background: rgba(7,17,31,.96); box-shadow: 0 24px 70px rgba(7,17,31,.28); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: #fff; }
.cookie-banner p { margin-top: 3px; color: rgba(255,255,255,.65); font-size: .78rem; }
.cookie-policy-link { display: inline-block; margin-top: 6px; color: #8fc0ff; font-size: .72rem; font-weight: 650; }
.cookie-actions { display: flex; gap: 7px; flex: none; }
.cookie-actions button { min-height: 40px; padding: 8px 13px; border: 0; border-radius: 11px; font-size: .76rem; font-weight: 700; }
.cookie-reject { color: #fff; background: rgba(255,255,255,.1); }
.cookie-accept { color: #fff; background: var(--blue); }

.footer { padding: 52px 0 88px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
.footer img { width: 168px; }
.footer p { max-width: 340px; margin-top: 14px; color: var(--muted); font-weight: 680; }
.footer h4 { margin: 0 0 13px; font-size: .8rem; }
.footer a, .footer button { display: block; padding: 5px 0; border: 0; color: var(--muted); background: transparent; font-weight: 780; }
.footer-downloads { display: flex; gap: 8px; margin-top: 32px; }
.footer-downloads a { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 142px; min-height: 44px; padding: 6px 11px; border: 1px solid #2a2a2a; border-radius: 9px; color: #fff; background: #050505; }
.footer-downloads a > span:last-child { display: grid; line-height: 1.05; }
.footer-downloads small { color: rgba(255,255,255,.7); font-size: .48rem; font-weight: 500; }
.footer-downloads strong { color: #fff; font-size: .78rem; font-weight: 600; }
.footer-store-icon { width: 22px; height: 26px; flex: none; color: #fff; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; font-weight: 600; }
.footer-bottom > span:last-child { text-align: right; }
.made-in { color: #536178; white-space: nowrap; }
.made-in b { color: #ee4b58; font-size: .95rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1100px) {
  .hero-grid, .dashboard-layout, .split, .analysis-panel { grid-template-columns: 1fr; }
  .hero-copy, .section-copy, .analysis-panel { text-align: center; }
  .hero-actions { margin-inline: auto; justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .section-copy p { margin-inline: auto; }
  .fusion-stage { width: min(100%, 760px); margin-inline: auto; }
  .screen-feature-grid { grid-template-columns: 1fr 1fr; }
  .company-grid { grid-template-columns: 1fr; }
  .asset-universe { grid-template-columns: 1fr; }
  .asset-universe-copy { text-align: center; }
  .asset-universe-copy > span { margin-inline: auto; }
  .asset-universe h2, .asset-universe-copy p { margin-inline: auto; }
  .asset-universe-visual { width: min(100%, 560px); margin-inline: auto; }
}

@media (max-width: 900px) {
  body { padding-bottom: 0; }
  .header-row { height: 72px; }
  .brand img { width: 150px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: block; }
  .hero h1 { font-size: 3.2rem; }
  .section-head h2, .section-copy h2 { font-size: 2.6rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .legal-grid { grid-template-columns: 1fr; }
}

/* Product screenshots inside feature cards */
.screen-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.feature-card-visual {
  position: relative;
  min-height: 440px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #eef4fb;
}
.feature-card-visual::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(5,15,30,.28) 42%, rgba(5,15,30,.94) 100%);
  pointer-events: none;
}
.feature-card-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.01);
  transition: transform .55s var(--ease);
}
.feature-card-visual:hover > img { transform: scale(1.04); }
.feature-card-copy {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(7,17,31,.76);
  box-shadow: 0 18px 42px rgba(7,17,31,.22);
  backdrop-filter: blur(14px) saturate(130%);
}
.feature-card .feature-card-copy h3 { margin: 0; color: #fff; font-size: 1.35rem; }
.feature-card .feature-card-copy p { margin-top: 6px; color: rgba(255,255,255,.76); font-size: .86rem; }
.feature-card-insights {
  grid-column: 1 / -1;
  min-height: 170px;
  padding: 34px;
  background: radial-gradient(circle at 84% 20%, rgba(124,92,255,.14), transparent 28%), linear-gradient(135deg,#fff,#f3f7ff);
}
.feature-card-insights h3 { margin-top: 0; }

@media (max-width: 700px) {
  .screen-feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card-visual { min-height: 360px; padding: 0; }
  .feature-card-visual > img { object-position: center top; }
  .feature-card-copy { right: 12px; bottom: 12px; left: 12px; padding: 14px 15px; border-radius: 14px; }
  .feature-card .feature-card-copy h3 { font-size: 1.05rem; }
  .feature-card .feature-card-copy p { margin-top: 4px; font-size: .74rem; }
  .feature-card-insights { grid-column: auto; min-height: 0; padding: 20px; }
}

/* Mobile drawer hard bounds */
@media (max-width: 900px) {
  .mobile-menu {
    right: 0 !important;
    left: auto !important;
    width: calc(100vw - 16px) !important;
    max-width: 400px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .mobile-menu-top {
    position: relative;
    display: block;
    min-height: 54px;
    padding-right: 54px;
  }
  .mobile-menu-top button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: grid;
    place-items: center;
    width: 38px !important;
    height: 38px;
  }
  .mobile-menu > a:not(.btn),
  .mobile-menu > .mobile-language {
    width: auto !important;
    margin-right: 0;
    margin-left: 0;
  }
  .mobile-menu > .btn {
    display: flex;
    justify-self: stretch;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 700px) {
  body {
    background-size: 118px 118px, 118px 118px, auto;
  }
  .site-header.is-scrolled,
  .mobile-menu,
  .app-screen {
    backdrop-filter: none;
  }
  .site-header.is-scrolled {
    background: rgba(251,253,255,.97);
    box-shadow: 0 8px 22px rgba(7,17,31,.07);
  }
  .mobile-menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(390px, calc(100% - 20px));
    border-radius: 26px 0 0 26px;
    background: #f8fbff;
    box-shadow: -24px 0 64px rgba(7,17,31,.2);
  }
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .header-row { height: 62px; }
  .brand img { width: 132px; }
  .menu-button { width: 40px; height: 40px; border-radius: 12px; }
  .hero { padding-top: 18px; padding-bottom: 36px; }
  .hero-grid { gap: 20px; }
  .hero-copy { order: 1; }
  .fusion-stage { order: 2; }
  .hero-copy, .section-copy, .section-head, .analysis-panel { text-align: left; }
  .section-copy p { margin-inline: 0; }
  .hero-actions { margin-inline: 0; justify-content: flex-start; }
  .hero h1 { margin-inline: 0; max-width: 340px; margin-top: 0; font-size: clamp(1.82rem, 8vw, 2.28rem); line-height: 1.04; }
  .hero-lead { max-width: 350px; margin: 12px 0 0; font-size: .9rem; line-height: 1.45; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
  .store-button { width: 168px; min-width: 0; min-height: 52px; gap: 9px; padding: 7px 10px; border-radius: 9px; }
  .store-icon { width: 24px; height: 28px; }
  .store-icon.play-logo { width: 26px; height: 29px; }
  .store-button small { font-size: .54rem; }
  .store-button strong { font-size: .94rem; white-space: nowrap; }
  .live-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
  .live-metrics span { min-width: 0; padding: 9px 7px; border-radius: 13px; box-shadow: none; }
  .live-metrics strong { font-size: clamp(.67rem, 2.8vw, .82rem); white-space: nowrap; }
  .live-metrics em { margin-top: 2px; font-size: .57rem; line-height: 1.2; }
  .screen-feature-grid, .plans, .board-cards, .lab-notes { grid-template-columns: 1fr; }
  .fusion-stage {
    display: block;
    min-height: 270px;
    width: 100%;
    max-width: 390px;
    margin: 4px auto 0;
    padding: 10px 8px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(145deg, #eaf4ff, #f7fbff 48%, #eefaf5);
  }
  .app-screen {
    position: absolute;
    min-width: 0;
  }
  .stage-photo {
    display: none;
  }
  .app-screen {
    min-height: 0;
    height: 232px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(7,17,31,.1);
    animation: none;
    transform: none;
    will-change: auto;
    overflow: hidden;
  }
  .screen-portfolio,
  .screen-market,
  .screen-analysis {
    bottom: auto;
    padding: 12px 10px;
  }
  .screen-portfolio { z-index: 3; top: 18px; left: 50%; width: 166px; transform: translateX(-50%); }
  .screen-market { z-index: 2; top: 31px; left: 10px; width: 146px; transform: rotate(-5deg); opacity: .9; }
  .screen-analysis { z-index: 2; top: 31px; right: 10px; left: auto; width: 146px; transform: rotate(5deg); opacity: .9; }
  .screen-status { font-size: .58rem; }
  .screen-status i { width: 24px; height: 9px; }
  .screen-head { margin-top: 7px; }
  .screen-head strong { font-size: .84rem; }
  .screen-head button, .market-top button { display: none; }
  .donut-wrap { width: 88px; height: 88px; margin: 10px auto 0; }
  .donut-track, .donut-main, .donut-blue, .donut-cyan { stroke-width: 13; }
  .donut-wrap small { font-size: .46rem; }
  .donut-wrap strong { font-size: .58rem; }
  .mini-stat-row,
  .asset-list,
  .rate-row,
  .screen-analysis .locked-card svg,
  .screen-analysis .locked-card button,
  .screen-analysis .locked-card p { display: none; }
  .market-top h3, .screen-analysis h3 { font-size: .78rem; line-height: 1.05; }
  .pill-tabs { margin-top: 8px; border-radius: 10px; padding: 3px; }
  .pill-tabs span { padding: 5px 2px; border-radius: 8px; font-size: .48rem; }
  .market-bars { gap: 4px; height: 88px; margin-top: 11px; }
  .market-bars i { width: min(22px, 100%); border-radius: 8px 8px 4px 4px; }
  .market-bars b { font-size: .46rem; }
  .market-bars span { font-size: .44rem; }
  .portfolio-strip { display: grid; grid-template-columns: 1fr; gap: 3px; margin-top: 9px; padding: 7px; border-radius: 11px; }
  .portfolio-strip i, .portfolio-strip b { display: none; }
  .portfolio-strip strong { font-size: .64rem; }
  .portfolio-strip small { font-size: .5rem; line-height: 1.15; }
  .locked-card { margin-top: 8px; padding: 8px; border-radius: 12px; }
  .locked-card h4 { padding-left: 6px; font-size: .68rem; line-height: 1.1; }
  .side-line { top: 12px; height: 28px; width: 4px; }
  .donut-wrap svg { animation-duration: 34s; }
  .market-bars i,
  .wide-bars i { animation-duration: 3.6s; animation-iteration-count: 3; }
  .locked-card path,
  .analysis-lab .line { animation-iteration-count: 1; animation-fill-mode: forwards; }
  .allocation-rail i { animation: none; }
  .ticker-track { animation-duration: 44s; }
  .asset-universe-wrap { padding-top: 18px; }
  .asset-universe { gap: 16px; min-height: 0; padding: 24px 18px 20px; border-radius: 22px; }
  .asset-universe-copy { text-align: left; }
  .asset-universe-copy > span { margin-inline: 0; }
  .asset-universe h2 { margin: 12px 0 0; font-size: 2rem; }
  .asset-universe-copy p { margin: 12px 0 0; font-size: .82rem; line-height: 1.55; }
  .asset-universe-visual { min-height: 235px; }
  .asset-count { width: 142px; height: 142px; padding: 17px; }
  .asset-count strong { font-size: .94rem; }
  .asset-count span { font-size: .6rem; }
  .asset-orbits { inset: 5px 0; }
  .asset-orbits::before { inset: 32px; }
  .asset-pill { padding: 7px 9px; border-radius: 9px; font-size: .6rem; }
  .reveal { transition-duration: .38s; }
  .ticker-track { padding: 9px 0; }
  .ticker-track span { padding: 7px 11px; font-size: .72rem; }
  .section { padding: 46px 0; }
  .section-head { margin-bottom: 22px; }
  .section-head h2, .section-copy h2 { font-size: 1.72rem; line-height: 1.08; }
  .section-copy p { margin-top: 10px; font-size: .88rem; line-height: 1.5; }
  .screen-feature-grid { gap: 9px; }
  .feature-card { position: relative; min-height: 0; padding: 16px 16px 16px 66px; }
  .feature-icon { position: absolute; left: 14px; top: 15px; width: 40px; height: 40px; border-radius: 13px; }
  .feature-icon.pie::before { inset: 9px; border-width: 5px; }
  .feature-icon.bars { padding: 8px; }
  .feature-icon.bars::before { transform: scale(.72); }
  .feature-icon.spark::before { height: 24px; width: 6px; }
  .feature-icon.spark::after { width: 24px; height: 6px; }
  .feature-card h3 { margin-top: 0; font-size: 1rem; }
  .feature-card p { margin-top: 4px; font-size: .78rem; line-height: 1.4; }
  .dashboard-layout, .split { gap: 22px; }
  .feature-card, .portfolio-board, .market-panel, .analysis-panel, .plan { border-radius: 18px; }
  .portfolio-board, .market-panel, .analysis-panel, .plan { padding: 17px; }
  .board-top strong { font-size: 1.35rem; }
  .allocation-rail { height: 20px; margin-top: 18px; }
  .board-cards { grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 9px; }
  .board-cards span { padding: 8px 5px; border-radius: 10px; text-align: center; }
  .board-cards small { font-size: .62rem; }
  .board-cards b { font-size: .88rem; }
  .risk-flow { gap: 7px; margin-top: 10px; }
  .risk-flow div { padding: 11px 10px 11px 45px; border-radius: 13px; }
  .risk-flow small { left: 10px; top: 10px; width: 25px; height: 25px; }
  .risk-flow em { font-size: .72rem; }
  .mode-button { margin-top: 14px; padding: 9px 13px; font-size: .78rem; }
  .wide-bars { gap: 6px; height: 170px; margin-top: 18px; }
  .wide-bars b { font-size: .72rem; }
  .wide-bars span { font-size: .68rem; }
  .analysis-panel { gap: 18px; }
  .analysis-lab { padding: 13px; border-radius: 15px; }
  .lab-title span { width: 36px; height: 36px; border-radius: 12px; }
  .lab-title strong { font-size: .92rem; }
  .analysis-lab svg { height: 128px; margin-top: 12px; border-radius: 13px; }
  .lab-notes { grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 7px; }
  .lab-notes span { padding: 8px 6px; border-radius: 10px; }
  .lab-notes small { font-size: .62rem; }
  .lab-notes b { font-size: .77rem; }
  .plans { gap: 10px; }
  .plan h3 { font-size: 1.18rem; }
  .price { font-size: 2rem; }
  .plan ul { gap: 8px; margin: 15px 0 18px; }
  .plan li { font-size: .82rem; }
  .footer { padding: 38px 0 30px; }
  .footer-grid { gap: 20px; }
  .footer img { width: 138px; }
  .footer-bottom { margin-top: 22px; padding-top: 16px; }
  .company-story { grid-template-columns: 1fr; gap: 16px; padding: 22px; border-radius: 20px; }
  .company-mark { width: 54px; height: 54px; border-radius: 17px; }
  .company-story h2 { font-size: 1.8rem; }
  .company-values { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .company-values div { padding: 13px 9px; border-radius: 14px; }
  .company-values span { font-size: .66rem; line-height: 1.35; }
  .support-card { display: grid; gap: 20px; padding: 22px; border-radius: 20px; }
  .support-link { justify-content: space-between; width: 100%; font-size: .82rem; }
  .legal-card { padding-inline: 15px; border-radius: 16px; }
  .cookie-banner { right: 12px; bottom: 12px; display: grid; gap: 14px; width: calc(100% - 24px); padding: 16px; border-radius: 17px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid, .footer-grid > div:first-child { grid-template-columns: 1fr; grid-column: auto; }
  .footer-bottom { display: grid; }
  .footer-downloads { margin-top: 24px; }
  .footer-downloads a { flex: 1; min-width: 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 7px; text-align: left; }
  .footer-bottom > span:last-child { text-align: left; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 1.78rem; }
  .fusion-stage { min-height: 250px; }
  .app-screen { height: 214px; }
  .screen-portfolio { width: 158px; }
  .screen-market,
  .screen-analysis { width: 137px; }
  .donut-wrap { width: 80px; height: 80px; }
  .market-bars { height: 78px; }
}

/* Asset catalog — editorial, product-first layout */
.asset-universe {
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: 50px;
  min-height: 370px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  color: var(--ink);
  background: linear-gradient(145deg, #fff, #f7faff);
  box-shadow: 0 26px 70px rgba(7,17,31,.09);
}
.asset-universe::before { display: none; }
.asset-big-word { display: block; color: var(--blue); font-size: clamp(1.05rem,1.7vw,1.35rem); font-weight: 800; letter-spacing: .12em; }
.asset-universe h2 { max-width: 470px; margin-top: 12px; color: var(--ink); font-size: clamp(2.5rem,4vw,3.65rem); line-height: 1.04; }
.asset-universe-copy p { max-width: 480px; margin-top: 18px; color: var(--muted); font-size: .96rem; line-height: 1.7; }
.asset-catalog { display: grid; gap: 8px; padding: 10px; border: 1px solid #e5edf6; border-radius: 22px; background: #f3f7fc; }
.asset-catalog > div { display: grid; grid-template-columns: 12px minmax(120px,.7fr) 1fr 26px; gap: 12px; align-items: center; min-height: 54px; padding: 8px 12px; border: 1px solid transparent; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.asset-catalog > div:hover { border-color: #d6e5f8; box-shadow: 0 10px 24px rgba(7,17,31,.06); transform: translateX(-3px); }
.catalog-dot { width: 9px; height: 9px; border-radius: 50%; }
.catalog-dot.blue { background: var(--blue); }
.catalog-dot.violet { background: var(--violet); }
.catalog-dot.green { background: var(--green); }
.catalog-dot.orange { background: var(--orange); }
.catalog-dot.red { background: var(--red); }
.asset-catalog strong { font-size: .86rem; }
.asset-catalog span { overflow: hidden; color: #7a879a; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.asset-catalog b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #748197; background: #eef3f8; font-size: .76rem; }

@media (max-width: 1100px) {
  .asset-universe { grid-template-columns: 1fr; }
  .asset-big-word { text-align: center; }
  .asset-catalog { width: min(100%,640px); margin-inline: auto; }
}

@media (max-width: 700px) {
  .asset-universe { gap: 18px; min-height: 0; padding: 24px 18px 20px; border-radius: 22px; }
  .asset-big-word { font-size: .78rem; text-align: left; }
  .asset-universe h2 { margin: 10px 0 0; font-size: 2rem; }
  .asset-universe-copy p { margin: 12px 0 0; font-size: .82rem; line-height: 1.55; }
  .asset-catalog { gap: 6px; width: 100%; padding: 7px; border-radius: 16px; }
  .asset-catalog > div { grid-template-columns: 9px minmax(95px,.7fr) 1fr; min-height: 46px; gap: 8px; padding: 6px 9px; border-radius: 11px; }
  .asset-catalog b { display: none; }
  .asset-catalog strong { font-size: .72rem; }
  .asset-catalog span { font-size: .6rem; }
}

/* Circular asset world */
.asset-universe {
  grid-template-columns: minmax(0,.82fr) minmax(400px,1.18fr);
  color: #fff;
  background: radial-gradient(circle at 78% 48%,rgba(25,117,255,.2),transparent 34%),linear-gradient(135deg,#07111f,#102845 62%,#0d3157);
  box-shadow: 0 32px 84px rgba(7,17,31,.2);
}
.asset-universe h2 { color: #fff; }
.asset-universe-copy p { color: rgba(255,255,255,.67); }
.asset-globe { position: relative; width: 360px; aspect-ratio: 1; margin-inline: auto; border: 1px solid rgba(122,190,255,.35); border-radius: 50%; background: radial-gradient(circle at 36% 28%,rgba(75,178,255,.3),transparent 25%),radial-gradient(circle at 52% 55%,#123c6b,#08192d 70%); box-shadow: inset -34px -26px 70px rgba(0,0,0,.28),inset 18px 14px 40px rgba(95,190,255,.12),0 30px 80px rgba(0,0,0,.28),0 0 0 18px rgba(25,117,255,.05); overflow: hidden; }
.asset-globe::before,.asset-globe::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(135,202,255,.2); border-radius: 50%; }
.asset-globe::before { inset: -28% 22%; }
.asset-globe::after { inset: 22% -28%; }
.globe-grid { position: absolute; inset: 0; border-radius: 50%; background: repeating-radial-gradient(ellipse at center,transparent 0 42px,rgba(137,202,255,.1) 43px 44px); opacity: .8; }
.globe-grid::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: linear-gradient(90deg,transparent 49.7%,rgba(137,202,255,.15) 50%,transparent 50.3%),linear-gradient(transparent 49.7%,rgba(137,202,255,.15) 50%,transparent 50.3%); }
.globe-center { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; gap: 8px; width: 190px; transform: translate(-50%,-50%); text-align: center; }
.globe-center strong { color: #fff; font-size: 1.6rem; font-weight: 800; line-height: 1.05; letter-spacing: .04em; }
.globe-center span { color: #8fc7ff; font-size: .72rem; font-weight: 650; }
.globe-tag { position: absolute; z-index: 4; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(7,17,31,.7); box-shadow: 0 10px 22px rgba(0,0,0,.18); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 700; }
.globe-bist { left: 13%; top: 20%; color: #8fc7ff; }
.globe-fund { right: 8%; top: 27%; color: #ac9cff; }
.globe-fx { left: 4%; bottom: 28%; color: #71e0a3; }
.globe-metal { right: 7%; bottom: 21%; color: #ffc36f; }
.globe-crypto { left: 50%; bottom: 6%; color: #ff99a4; transform: translateX(-50%); }

@media (max-width: 1100px) {
  .asset-universe { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .asset-universe { color: #fff; background: linear-gradient(145deg,#07111f,#102b4c); }
  .asset-universe h2 { color: #fff; }
  .asset-universe-copy p { color: rgba(255,255,255,.65); }
  .asset-globe { width: min(100%,285px); }
  .globe-center { width: 150px; }
  .globe-center strong { font-size: 1.2rem; }
  .globe-tag { padding: 6px 8px; font-size: .56rem; }
}

/* Simple asset coverage */
.asset-universe { display: block; min-height: 0; padding: 40px; color: var(--ink); text-align: center; background: #fff; box-shadow: 0 22px 60px rgba(7,17,31,.08); }
.asset-universe h2 { max-width: 720px; margin: 0 auto; color: var(--ink); font-size: clamp(2.35rem,4vw,3.5rem); }
.asset-universe-copy p { max-width: 650px; margin: 14px auto 0; color: var(--muted); }
.asset-category-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 30px; }
.asset-category-list > span { display: grid; gap: 3px; min-width: 0; padding: 16px 10px; border: 1px solid var(--line); border-radius: 15px; background: #f8fbff; }
.asset-category-list strong { color: var(--ink); font-size: .88rem; font-weight: 700; }
.asset-category-list small { overflow: hidden; color: var(--muted); font-size: .66rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 700px) {
  .asset-universe { padding: 24px 16px 16px; color: var(--ink); text-align: left; background: #fff; }
  .asset-universe h2 { margin: 0; color: var(--ink); font-size: 1.85rem; }
  .asset-universe-copy p { margin: 10px 0 0; color: var(--muted); }
  .asset-category-list { grid-template-columns: repeat(2,1fr); gap: 6px; margin-top: 20px; }
  .asset-category-list > span { padding: 12px 10px; border-radius: 12px; }
  .asset-category-list > span:last-child { grid-column: 1 / -1; }
}

/* Final compact asset band */
.asset-universe-wrap { padding-top: 24px; }
.asset-universe {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(520px,1.28fr);
  gap: 30px;
  align-items: center;
  min-height: 0;
  padding: 28px 30px;
  border: 1px solid #dce7f4;
  border-radius: 22px;
  color: var(--ink);
  text-align: left;
  background: linear-gradient(135deg,#f8fbff,#eef5ff);
  box-shadow: 0 14px 38px rgba(7,17,31,.065);
}
.asset-universe h2 { margin: 0; color: var(--ink); font-size: clamp(1.8rem,2.6vw,2.45rem); line-height: 1.08; }
.asset-universe-copy p { max-width: 440px; margin: 9px 0 0; color: #66748a; font-size: .82rem; line-height: 1.55; }
.asset-category-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; margin: 0; }
.asset-category-list > span { min-height: 66px; padding: 12px 8px; place-content: center; border-color: #dce7f4; border-radius: 13px; text-align: center; background: rgba(255,255,255,.78); }
.asset-category-list strong { font-size: .78rem; }
.asset-category-list small { font-size: .58rem; }

@media (max-width: 900px) {
  .asset-universe { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 700px) {
  .asset-universe-wrap { padding-top: 14px; }
  .asset-universe { gap: 16px; padding: 20px 16px 14px; border-radius: 18px; }
  .asset-universe h2 { font-size: 1.65rem; }
  .asset-universe-copy p { margin-top: 7px; font-size: .75rem; }
  .asset-category-list { grid-template-columns: repeat(3,1fr); gap: 5px; }
  .asset-category-list > span { min-height: 55px; padding: 9px 6px; border-radius: 10px; }
  .asset-category-list > span:last-child { grid-column: auto; }
  .asset-category-list > span:nth-child(4) { grid-column: 1 / 2; }
  .asset-category-list > span:nth-child(5) { grid-column: 2 / 4; }

  .footer-grid { gap: 0; }
  .footer-grid > div:first-child { padding-bottom: 22px; }
  .footer p { max-width: 290px; margin-top: 8px; font-size: .74rem; font-weight: 500; line-height: 1.55; }
  .footer-grid nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 12px; padding: 20px 0; border-top: 1px solid var(--line); }
  .footer-grid nav h4 { grid-column: 1 / -1; margin: 0 0 10px; color: var(--ink); font-size: .96rem; font-weight: 750; letter-spacing: -.02em; }
  .footer-grid nav a, .footer-grid nav button { padding: 6px 0; color: #68758a; font-size: .74rem; font-weight: 550; line-height: 1.35; }
  .footer-downloads { gap: 6px; margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
  .footer-downloads a { min-height: 42px; padding: 6px 8px; }
  .footer-downloads strong { font-size: .7rem; }
  .footer-downloads small { font-size: .43rem; }
  .footer-bottom { margin-top: 18px; padding-top: 16px; font-size: .7rem; }
  .made-in { order: 3; margin-top: 3px; }
}

@media (min-width: 701px) {
  .footer { padding: 58px 0 34px; background: linear-gradient(180deg,#fff,#f8fbff); }
  .footer-grid { grid-template-columns: 1.45fr .7fr 1fr; gap: 0; }
  .footer-grid > div:first-child { padding-right: 54px; }
  .footer-grid nav { min-height: 170px; padding: 5px 34px; border-left: 1px solid var(--line); }
  .footer h4 { margin-bottom: 15px; color: var(--ink); font-size: .92rem; font-weight: 750; letter-spacing: -.015em; }
  .footer a, .footer button { padding: 6px 0; color: #69768a; font-size: .79rem; font-weight: 550; transition: color .18s ease, transform .18s ease; }
  .footer nav a:hover, .footer nav button:hover { color: var(--blue); transform: translateX(3px); }
  .footer img { width: 154px; }
  .footer p { max-width: 410px; margin-top: 14px; color: #647187; font-size: .84rem; font-weight: 500; line-height: 1.7; }
  .footer-downloads { margin-top: 26px; }
  .footer-bottom { margin-top: 24px; font-size: .76rem; }
}

.theme-showcase { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; margin-bottom: 104px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 26px 70px rgba(7,17,31,.1); overflow: hidden; }
.theme-showcase-image { align-self: stretch; min-height: 460px; overflow: hidden; background: #edf1f6; }
.theme-showcase-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.theme-showcase-copy { padding: 44px; }
.theme-showcase h2 { max-width: 470px; font-size: clamp(2.3rem,3.5vw,3.2rem); font-weight: 700; line-height: 1.07; letter-spacing: -.045em; }
.theme-showcase-copy > p { max-width: 470px; margin-top: 16px; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.theme-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.theme-options span { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: #f8fbff; }
.theme-options i { width: 16px; height: 16px; border: 4px solid #fff; border-radius: 50%; background: #dce8f8; box-shadow: 0 0 0 1px #c8d7ea; }
.theme-options span:last-child i { border-color: #172238; background: #07111f; box-shadow: 0 0 0 1px #07111f; }
.product-options span:nth-child(1) i { border-color: #fff; background: var(--blue); box-shadow: 0 0 0 1px rgba(25,117,255,.25); }
.product-options span:nth-child(2) i { border-color: #fff; background: var(--green); box-shadow: 0 0 0 1px rgba(32,199,111,.25); }
.product-options span:nth-child(3) i { border-color: #fff; background: var(--violet); box-shadow: 0 0 0 1px rgba(124,92,255,.25); }
.theme-options b { font-size: .72rem; font-weight: 650; }

@media (max-width: 900px) {
  .theme-showcase { grid-template-columns: 1fr; margin-bottom: 76px; }
  .theme-showcase-image { min-height: 0; aspect-ratio: 1.35; }
}

@media (max-width: 700px) {
  .theme-showcase { width: min(100% - 32px,var(--wrap)); margin-bottom: 46px; border-radius: 20px; }
  .theme-showcase-image { aspect-ratio: 1.08; }
  .theme-showcase-copy { padding: 22px 18px; }
  .theme-showcase h2 { font-size: 1.72rem; }
  .theme-showcase-copy > p { margin-top: 10px; font-size: .8rem; line-height: 1.55; }
  .theme-options { margin-top: 16px; }
}

.hero-phone-showcase { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; }
.hero-phone-showcase::before { content: ""; position: absolute; inset: 9% 2% 5%; z-index: -2; border-radius: 44px; background: radial-gradient(circle at 50% 48%,rgba(25,117,255,.16),transparent 56%),linear-gradient(145deg,#f6faff,#edf5ff); box-shadow: inset 0 0 0 1px #e0eaf6; }
.hero-phone-showcase img { position: relative; z-index: 2; width: min(100%,620px); filter: drop-shadow(0 28px 42px rgba(7,17,31,.14)); }
.phone-orbit { position: absolute; z-index: -1; border: 1px solid rgba(25,117,255,.14); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 540px; height: 540px; border-style: dashed; opacity: .55; }
.phone-float { position: absolute; z-index: 4; padding: 9px 13px; border: 1px solid rgba(219,230,243,.95); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 14px 30px rgba(7,17,31,.1); backdrop-filter: blur(12px); font-size: .7rem; font-weight: 700; }
.float-theme { right: 0; top: 20%; }
.float-assets { left: 5%; top: 8%; bottom: auto; display: grid; gap: 8px; min-width: 150px; }
.float-assets > b { font-size: .72rem; }
.asset-icon-stack { display: flex; align-items: center; }
.asset-icon-stack i { display: grid; place-items: center; width: 29px; height: 29px; margin-right: -5px; border: 2px solid #fff; border-radius: 9px; color: #fff; background: var(--blue); box-shadow: 0 6px 14px rgba(7,17,31,.12); }
.asset-icon-stack i:nth-child(2) { background: var(--violet); }
.asset-icon-stack i:nth-child(3) { background: var(--cyan); }
.asset-icon-stack svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Seamless hero with real asset marks */
.hero-phone-showcase { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.hero-phone-showcase::before { inset: -2% -5%; border-radius: 50%; background: radial-gradient(ellipse at center,rgba(25,117,255,.12),rgba(25,198,213,.055) 38%,transparent 70%); box-shadow: none; }
.hero-phone-showcase::after { display: none; }
.hero-phone-showcase > img {
  border-radius: 0;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 72% 76% at 50% 50%, #000 56%, rgba(0,0,0,.94) 68%, rgba(0,0,0,.45) 84%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 76% at 50% 50%, #000 56%, rgba(0,0,0,.94) 68%, rgba(0,0,0,.45) 84%, transparent 100%);
}
.float-assets { left: 50%; top: 2%; min-width: auto; padding: 8px 13px; transform: translateX(-50%); }
.float-assets > b { font-size: .68rem; white-space: nowrap; }
.brand-asset { position: absolute; z-index: 5; display: grid; place-items: center; gap: 3px; width: 52px; height: 58px; padding: 9px 7px 6px; border: 1px solid rgba(222,232,244,.9); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: 0 14px 32px rgba(7,17,31,.1); backdrop-filter: blur(14px); }
.brand-asset img { width: 23px; height: 23px; object-fit: contain; mix-blend-mode: normal; filter: none; }
.brand-asset small { color: #758298; font-size: .5rem; font-weight: 750; letter-spacing: .04em; }
.brand-tesla { left: 3%; top: 22%; transform: rotate(-5deg); }
.brand-bitcoin { right: 7%; top: 11%; transform: rotate(5deg); }
.brand-ethereum { right: 1%; bottom: 31%; transform: rotate(4deg); }
.brand-apple { left: 4%; bottom: 25%; transform: rotate(-4deg); }
.brand-nvidia { right: 16%; bottom: 3%; transform: rotate(3deg); }

.hero-phone-showcase .brand-asset { width: 46px; height: 46px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.hero-phone-showcase .brand-asset img { width: 30px; height: 30px; filter: drop-shadow(0 7px 10px rgba(7,17,31,.14)); }
.hero-phone-showcase .brand-asset small { margin-top: -4px; color: #627087; font-size: .48rem; text-shadow: 0 1px 0 #fff; }
.hero-phone-showcase .float-assets { border: 0; color: var(--blue); background: transparent; box-shadow: none; backdrop-filter: none; }
.hero-phone-showcase .float-assets > b { font-size: .74rem; letter-spacing: .04em; }

@media (max-width: 700px) {
  .hero-phone-showcase { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .hero-phone-showcase::before { inset: -4%; border-radius: 50%; }
  .hero-phone-showcase .brand-asset { width: 34px; height: 36px; }
  .hero-phone-showcase .brand-asset img { width: 22px; height: 22px; }
  .brand-asset small { font-size: .4rem; }
  .brand-tesla { left: 0; top: 20%; }
  .brand-bitcoin { right: 2%; top: 12%; }
  .brand-ethereum { right: 0; bottom: 27%; }
  .brand-apple { left: 1%; bottom: 21%; }
  .brand-nvidia { display: none; }
  .float-assets { display: block; left: 50%; top: 0; padding: 6px 9px; transform: translateX(-50%); }
  .float-assets > b { font-size: .52rem; }
}
.triple-stage-slot { position: relative; min-height: 460px; }
.triple-stage-slot .fusion-stage { width: 680px; min-height: 680px; margin: -110px 0 -110px -80px; transform: scale(.72); transform-origin: center; }

@media (max-width: 1100px) {
  .hero-phone-showcase { width: min(100%,760px); min-height: 620px; margin-inline: auto; }
}

@media (max-width: 900px) {
  .triple-stage-slot .fusion-stage { width: 680px; margin: -105px auto -110px; transform: scale(.68); transform-origin: top center; }
}

@media (max-width: 700px) {
  .hero-phone-showcase { min-height: 330px; margin-top: 2px; }
  .hero-phone-showcase::before { inset: 5px 0; border-radius: 24px; }
  .hero-phone-showcase img { width: min(100%,340px); }
  .orbit-one { width: 230px; height: 230px; }
  .orbit-two { width: 290px; height: 290px; }
  .phone-float { padding: 6px 8px; border-radius: 9px; font-size: .56rem; }
  .float-theme { right: 4px; top: 16%; }
  .float-assets { left: 4px; bottom: 13%; }
  .triple-stage-slot { min-height: 270px; }
  .triple-stage-slot .fusion-stage { width: 100%; min-height: 270px; margin: 0; transform: none; }
}

/* Integrated hero product art */
.hero-phone-showcase { overflow: hidden; border: 1px solid #e1eaf5; border-radius: 38px; background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(243,248,255,.94)); box-shadow: 0 28px 80px rgba(7,17,31,.1),inset 0 1px 0 #fff; }
.hero-phone-showcase::before { inset: 0; border-radius: inherit; background: radial-gradient(circle at 24% 78%,rgba(25,198,213,.12),transparent 30%),radial-gradient(circle at 78% 24%,rgba(25,117,255,.14),transparent 32%),linear-gradient(145deg,#fff,#f6faff); }
.hero-phone-showcase::after { content: ""; position: absolute; inset: 16px; z-index: 1; border: 1px solid rgba(25,117,255,.07); border-radius: 28px; pointer-events: none; }
.hero-phone-showcase img { width: min(94%,620px); border-radius: 28px; mix-blend-mode: multiply; }
.hero-phone-showcase .phone-orbit { z-index: 1; }
.phone-glow { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); opacity: .75; }
.glow-blue { right: -50px; top: 30px; width: 210px; height: 210px; background: radial-gradient(circle,rgba(25,117,255,.2),transparent 68%); }
.glow-cyan { left: -55px; bottom: 20px; width: 230px; height: 230px; background: radial-gradient(circle,rgba(25,198,213,.18),transparent 68%); }
.phone-data-card { position: absolute; z-index: 5; border: 1px solid rgba(255,255,255,.86); border-radius: 15px; background: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(7,17,31,.11); backdrop-filter: blur(16px) saturate(145%); }
.data-value { left: 7%; top: 13%; display: grid; gap: 2px; padding: 12px 15px; }
.data-value small { color: #77849a; font-size: .62rem; font-weight: 600; }
.data-value strong { font-size: .9rem; }
.data-coverage { right: 5%; bottom: 11%; display: flex; align-items: center; gap: 10px; padding: 10px 13px; }
.data-coverage > i { width: 30px; height: 30px; border: 8px solid var(--blue); border-right-color: #8dc1ff; border-radius: 50%; }
.data-coverage > span { display: grid; }
.data-coverage strong { font-size: .72rem; }
.data-coverage small { color: #77849a; font-size: .6rem; }

@media (max-width: 700px) {
  .hero-phone-showcase { min-height: 340px; border-radius: 24px; }
  .hero-phone-showcase::after { inset: 8px; border-radius: 18px; }
  .hero-phone-showcase img { width: 95%; border-radius: 20px; }
  .phone-data-card { border-radius: 10px; }
  .data-value { left: 4px; top: 10%; padding: 7px 9px; }
  .data-value small { font-size: .48rem; }
  .data-value strong { font-size: .68rem; }
  .data-coverage { right: 4px; bottom: 8%; gap: 6px; padding: 6px 8px; }
  .data-coverage > i { width: 21px; height: 21px; border-width: 5px; }
  .data-coverage strong { font-size: .55rem; }
  .data-coverage small { font-size: .46rem; }
  .phone-float { display: none; }
}

/* Final seamless hero composition */
.hero-phone-showcase {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-phone-showcase::before {
  inset: -5%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(25,117,255,.13) 0%, rgba(25,198,213,.055) 38%, transparent 72%);
  box-shadow: none;
}
.hero-phone-showcase::after { display: none; }
.hero-phone-showcase > img {
  width: min(98%, 650px);
  border-radius: 0;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 25px 34px rgba(7,17,31,.12));
  -webkit-mask-image: radial-gradient(ellipse 68% 72% at 50% 50%, #000 45%, rgba(0,0,0,.92) 60%, rgba(0,0,0,.3) 78%, transparent 94%);
  mask-image: radial-gradient(ellipse 68% 72% at 50% 50%, #000 45%, rgba(0,0,0,.92) 60%, rgba(0,0,0,.3) 78%, transparent 94%);
}
.brand-google { left: -1%; top: 47%; transform: rotate(-4deg); }
.brand-solana { left: 19%; bottom: 2%; transform: rotate(4deg); }
.brand-binance { right: 28%; top: 1%; transform: rotate(-3deg); }
.brand-tesla { left: 12%; top: 4%; transform: rotate(-5deg); }
.brand-apple { left: 2%; bottom: 28%; transform: rotate(-4deg); }
.orbit-one { transform: translate(-18px, 8px); }
.orbit-two { transform: translate(20px, -12px); }

@media (max-width: 700px) {
  .hero-phone-showcase {
    min-height: 340px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .hero-phone-showcase::before { inset: -8%; border-radius: 50%; }
  .hero-phone-showcase > img { width: min(100%, 360px); border-radius: 0; }
  .hero-phone-showcase .brand-asset { width: 30px; height: 32px; }
  .hero-phone-showcase .brand-asset img { width: 20px; height: 20px; }
  .hero-phone-showcase .brand-asset small { display: none; }
  .brand-nvidia { display: grid; right: 14%; bottom: 0; }
  .brand-tesla { left: 11%; top: 3%; }
  .brand-apple { left: 0; bottom: 25%; }
  .brand-google { left: -1%; top: 47%; }
  .brand-solana { left: 18%; bottom: 0; }
  .brand-binance { right: 27%; top: 0; }
}

/* Refined mobile navigation */
@media (max-width: 900px) {
  .mobile-menu {
    inset: 0 0 0 auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    width: min(400px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
    padding: 16px 18px max(22px, env(safe-area-inset-bottom));
    border-left: 1px solid rgba(218,228,240,.82);
    border-radius: 24px 0 0 24px;
    background: rgba(250,252,255,.985);
    box-shadow: -18px 0 60px rgba(7,17,31,.16);
    overflow-x: hidden;
  }
  .mobile-menu-top {
    width: 100%;
    min-width: 0;
    margin-bottom: 12px;
    padding: 0 0 14px;
  }
  .mobile-menu-top img { width: 128px; }
  .mobile-menu-top button {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #e3eaf3;
    box-shadow: none;
  }
  .mobile-menu .mobile-language { margin: 0 0 12px; }
  .mobile-menu > * {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .mobile-menu-top button {
    width: 38px;
    max-width: 38px;
    margin: 0;
  }
  .mobile-language .language-trigger {
    height: 50px;
    padding: 6px 12px;
    border: 1px solid #e2eaf4;
    border-radius: 14px;
    color: var(--ink);
    background: #fff;
    box-shadow: none;
  }
  .mobile-language .language-trigger .flag { width: 32px; height: 32px; border-radius: 9px; background: #f1f5fa; font-size: 1.05rem; }
  .mobile-language .language-trigger strong { color: var(--ink); font-size: .8rem; }
  .mobile-language .language-trigger i { border-color: #718096; }
  .mobile-menu a:not(.btn) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px 10px;
    min-height: 62px;
    padding: 10px 40px 10px 4px;
    border: 0;
    border-bottom: 1px solid #e6edf5;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .mobile-menu a:not(.btn)::after {
    position: absolute;
    top: 50%;
    right: 2px;
    grid-column: auto;
    grid-row: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #8591a3;
    background: transparent;
    font-size: 1rem;
    transform: translateY(-50%);
  }
  .mobile-menu a:not(.btn):hover { border-color: #dce6f2; box-shadow: none; }
  .mobile-menu a strong { font-size: .94rem; font-weight: 720; }
  .mobile-menu a em { font-size: .68rem; }
  .mobile-menu .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    margin: 16px 0 0;
    border-radius: 14px;
  }
}

@media (max-width: 900px) {
  .mobile-menu {
    right: 0 !important;
    left: auto !important;
    width: calc(100vw - 16px) !important;
    max-width: 400px !important;
    padding-inline: 18px !important;
    overflow-x: clip !important;
  }
  .mobile-menu-top { position: relative; display: block; min-height: 54px; padding-right: 54px; }
  .mobile-menu-top button { position: absolute; top: 0; right: 0; left: auto; display: grid; place-items: center; width: 38px !important; max-width: 38px !important; }
  .mobile-menu > a:not(.btn), .mobile-menu > .mobile-language { width: auto !important; }
  .mobile-menu > .btn { width: auto !important; justify-self: stretch; margin-inline: 0 !important; }
}

/* Keep every drawer control inside the visible right rail */
@media (max-width: 900px) {
  .mobile-menu-top { padding-right: 76px !important; }
  .mobile-menu-top button { right: 22px !important; }
  .mobile-menu > .mobile-language,
  .mobile-menu > a:not(.btn),
  .mobile-menu > .btn {
    width: calc(100% - 22px) !important;
    max-width: calc(100% - 22px) !important;
    justify-self: start;
  }
  .mobile-menu > .btn { margin-right: 22px !important; }
  .mobile-menu a:not(.btn)::after { right: 8px; }
}

@media (max-width: 700px) {
  .screen-feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card.feature-card-visual { min-height: 360px; padding: 0; }
  .feature-card.feature-card-insights { grid-column: auto; min-height: 0; padding: 20px; }
}

/* Compact feature cards — preserve the original section scale */
.screen-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.feature-card.feature-card-visual {
  min-height: 270px;
  padding: 0;
}
.feature-card-visual::after { inset: 36% 0 0; }
.feature-card-visual > img {
  object-position: center 18%;
  transform: none;
}
.feature-card-visual:hover > img { transform: scale(1.02); }
.feature-card-copy {
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px 14px;
  border-radius: 14px;
}
.feature-card .feature-card-copy h3 { font-size: 1.05rem; }
.feature-card .feature-card-copy p { margin-top: 3px; font-size: .72rem; line-height: 1.4; }
.feature-card.feature-card-insights {
  grid-column: auto;
  min-height: 270px;
  padding: 28px;
}

@media (max-width: 700px) {
  .screen-feature-grid { grid-template-columns: 1fr; gap: 9px; }
  .feature-card.feature-card-visual { min-height: 210px; }
  .feature-card-copy { right: 9px; bottom: 9px; left: 9px; padding: 10px 12px; }
  .feature-card.feature-card-insights { min-height: 0; padding: 16px; }
}

/* Clean product-preview treatment */
.feature-card.feature-card-visual {
  background: #fff;
}
.feature-card-visual::after {
  inset: auto 0 86px;
  height: 42px;
  background: linear-gradient(180deg, transparent, #fff);
}
.feature-card-visual > img {
  top: 0;
  bottom: auto;
  height: calc(100% - 76px);
  object-fit: cover;
  object-position: center 12%;
  transform: none;
  filter: saturate(.94);
}
.feature-card-visual:hover > img { transform: scale(1.015); }
.feature-card-copy {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  min-height: 92px;
  padding: 16px 20px 18px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.feature-card .feature-card-copy h3 {
  color: var(--ink);
  font-size: 1.08rem;
}
.feature-card .feature-card-copy p {
  margin-top: 4px;
  color: #68758a;
  font-size: .74rem;
  line-height: 1.4;
}
.feature-card.feature-card-insights {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: radial-gradient(circle at 72% 18%,rgba(124,92,255,.12),transparent 32%),linear-gradient(145deg,#fff,#f5f7ff);
}

@media (max-width: 700px) {
  .feature-card.feature-card-visual { min-height: 200px; }
  .feature-card-visual > img { height: calc(100% - 72px); }
  .feature-card-visual::after { bottom: 72px; }
  .feature-card-copy { min-height: 78px; padding: 12px 14px 13px; }
}

/* Native product visuals */
.feature-card-visual::after { display: none; }
.feature-preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 178px;
  overflow: hidden;
  background: linear-gradient(145deg,#f8fbff,#edf4ff);
}
.preview-portfolio::before,
.preview-markets::before,
.preview-insights::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(25,117,255,.1);
  filter: blur(38px);
}
.preview-portfolio::before { top: -70px; right: -35px; }
.preview-ring {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 42%,var(--cyan) 42% 64%,var(--violet) 64% 82%,#dce8f7 82%);
  box-shadow: 0 18px 38px rgba(25,117,255,.16);
}
.preview-ring::after {
  content: "";
  position: absolute;
  inset: 21px;
  border-radius: inherit;
  background: #f8fbff;
}
.preview-total { position: absolute; top: 57px; left: 51px; z-index: 1; display: grid; text-align: center; }
.preview-total small { color: #748197; font-size: .42rem; font-weight: 800; letter-spacing: .08em; }
.preview-total b { font-size: .68rem; }
.preview-chip {
  position: absolute;
  right: 18px;
  display: flex;
  justify-content: space-between;
  width: 42%;
  padding: 9px 11px;
  border: 1px solid rgba(220,231,244,.9);
  border-radius: 11px;
  color: #68758a;
  background: rgba(255,255,255,.84);
  box-shadow: 0 10px 22px rgba(7,17,31,.055);
  font-size: .58rem;
  font-weight: 650;
}
.preview-chip b { color: var(--ink); font-size: .6rem; }
.chip-one { top: 43px; }
.chip-two { top: 91px; }
.preview-markets { display: flex; align-items: flex-end; justify-content: center; gap: 18px; padding: 24px 22px 18px; }
.preview-markets::before { bottom: -90px; left: 30%; background: rgba(32,199,111,.13); }
.preview-markets > span { position: relative; z-index: 1; display: grid; grid-template-rows: 18px 92px 16px; gap: 3px; align-items: end; text-align: center; }
.preview-markets i { align-self: end; width: 28px; height: var(--h); border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg,#20c76f,rgba(32,199,111,.15)); }
.preview-markets span:nth-child(2) i { background: linear-gradient(180deg,#ffb42b,rgba(255,180,43,.16)); }
.preview-markets span:nth-child(3) i { background: linear-gradient(180deg,#1975ff,rgba(25,117,255,.15)); }
.preview-markets span:nth-child(4) i { background: linear-gradient(180deg,#7c5cff,rgba(124,92,255,.15)); }
.preview-markets b { color: #20a95e; font-size: .52rem; }
.preview-markets small { color: #748197; font-size: .48rem; font-weight: 800; }
.feature-card.feature-card-insights { position: relative; overflow: hidden; }
.preview-insights { height: 165px; background: transparent; }
.preview-insights::before { top: -90px; right: -20px; background: rgba(124,92,255,.16); }
.insight-line { position: absolute; top: 55px; left: 25px; width: calc(100% - 50px); height: 60px; border-top: 3px solid var(--violet); border-radius: 50%; transform: rotate(-7deg); filter: drop-shadow(0 8px 10px rgba(124,92,255,.16)); }
.preview-insights i { position: absolute; top: 62px; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--violet); box-shadow: 0 4px 10px rgba(124,92,255,.25); }
.preview-insights i:nth-of-type(1) { left: 22%; }
.preview-insights i:nth-of-type(2) { top: 43px; left: 51%; }
.preview-insights i:nth-of-type(3) { top: 28px; right: 18%; }
.feature-card-insights h3,.feature-card-insights p { position: relative; z-index: 2; }

@media (max-width: 700px) {
  .feature-preview { height: 128px; }
  .preview-ring { top: 15px; left: 18px; width: 88px; height: 88px; }
  .preview-ring::after { inset: 17px; }
  .preview-total { top: 39px; left: 37px; }
  .preview-chip { right: 12px; width: 46%; padding: 7px 9px; }
  .chip-one { top: 28px; }
  .chip-two { top: 69px; }
  .preview-markets { gap: 18px; padding-top: 13px; }
  .preview-markets > span { grid-template-rows: 14px 68px 14px; }
  .preview-markets i { width: 24px; }
  .preview-insights { height: 100px; }
}

/* Feature card motion and depth */
.screen-feature-grid .feature-card {
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease;
}
.screen-feature-grid .feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(25,117,255,.24);
  box-shadow: 0 28px 64px rgba(7,17,31,.13);
}
.feature-preview::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -45%;
  width: 34%;
  z-index: 3;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  transform: rotate(15deg);
  opacity: 0;
  pointer-events: none;
}
.feature-card:hover .feature-preview::after { animation: previewSheen 1.15s ease; }
.preview-portfolio {
  background:
    radial-gradient(circle at 20% 30%,rgba(25,117,255,.08),transparent 32%),
    linear-gradient(145deg,#fbfdff,#edf5ff);
}
.preview-ring {
  animation: ringBreathe 4.8s ease-in-out infinite;
}
.preview-ring::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px dashed rgba(25,117,255,.2);
  border-radius: inherit;
  animation: slowSpin 18s linear infinite;
}
.preview-chip { transition: transform .3s var(--ease), box-shadow .3s ease; }
.feature-card:hover .chip-one { transform: translateX(-5px); }
.feature-card:hover .chip-two { transform: translateX(4px); }
.preview-markets {
  background:
    repeating-linear-gradient(180deg,transparent 0 31px,rgba(108,133,167,.08) 32px),
    linear-gradient(145deg,#fbfdff,#eff8f4);
}
.preview-markets i {
  transform-origin: bottom;
  animation: marketRise .7s var(--ease) both;
}
.preview-markets span:nth-child(2) i { animation-delay: .08s; }
.preview-markets span:nth-child(3) i { animation-delay: .16s; }
.preview-markets span:nth-child(4) i { animation-delay: .24s; }
.preview-insights {
  background:
    linear-gradient(180deg,transparent 74%,rgba(124,92,255,.055) 75%,transparent 76%),
    linear-gradient(90deg,transparent 74%,rgba(124,92,255,.055) 75%,transparent 76%);
  background-size: 100% 34px, 46px 100%;
}
.insight-line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 7px rgba(124,92,255,.12),0 7px 18px rgba(124,92,255,.3);
  animation: insightPulse 2.2s ease-in-out infinite;
}
.feature-card-insights::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 6px rgba(124,92,255,.1);
}
@keyframes previewSheen { 0% { left: -45%; opacity: 0; } 20% { opacity: .8; } 100% { left: 125%; opacity: 0; } }
@keyframes ringBreathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.035); } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes marketRise { from { transform: scaleY(.12); opacity: .3; } to { transform: scaleY(1); opacity: 1; } }
@keyframes insightPulse { 0%,100% { transform: scale(.82); } 50% { transform: scale(1.12); } }

@media (prefers-reduced-motion: reduce) {
  .preview-ring,.preview-ring::before,.preview-markets i,.insight-line::after { animation: none; }
  .feature-card:hover .feature-preview::after { animation: none; }
}

@media (max-width: 700px) {
  .screen-feature-grid .feature-card:hover { transform: none; }
}

/* Keep the insight card aligned with the other product cards */
.feature-card.feature-card-insights {
  display: block;
  padding: 0;
  background: #fff;
}
.feature-card-insights .preview-insights {
  height: 178px;
  background:
    radial-gradient(circle at 78% 18%,rgba(124,92,255,.13),transparent 32%),
    linear-gradient(145deg,#fbfdff,#f3f1ff);
}
.feature-card-insights .feature-card-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 700px) {
  .feature-card.feature-card-insights { min-height: 200px; padding: 0; }
  .feature-card-insights .preview-insights { height: 128px; }
}

/* Refined asset category mosaic */
.asset-category-list {
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 9px;
}
.asset-category-list > span {
  position: relative;
  place-content: end start;
  min-height: 88px;
  padding: 15px 14px;
  overflow: hidden;
  border: 1px solid rgba(210,224,240,.9);
  border-radius: 17px;
  text-align: left;
  background: linear-gradient(145deg,#fff,#f4f8ff);
  box-shadow: 0 10px 24px rgba(7,17,31,.055),inset 0 1px 0 #fff;
  transition: transform .25s var(--ease),border-color .25s ease,box-shadow .25s ease;
}
.asset-category-list > span:nth-child(-n+3) { grid-column: span 2; }
.asset-category-list > span:nth-child(n+4) { grid-column: span 3; }
.asset-category-list > span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--asset-color,var(--blue));
  box-shadow: 0 0 0 6px color-mix(in srgb,var(--asset-color,var(--blue)) 12%,transparent);
}
.asset-category-list > span::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -34px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: color-mix(in srgb,var(--asset-color,var(--blue)) 10%,transparent);
}
.asset-category-list > span:nth-child(1) { --asset-color:#1975ff; }
.asset-category-list > span:nth-child(2) { --asset-color:#7c5cff; }
.asset-category-list > span:nth-child(3) { --asset-color:#20a96a; }
.asset-category-list > span:nth-child(4) { --asset-color:#e99a18; }
.asset-category-list > span:nth-child(5) { --asset-color:#16b7c5; }
.asset-category-list strong { position: relative; z-index: 1; font-size: .86rem; font-weight: 750; }
.asset-category-list small { position: relative; z-index: 1; margin-top: 2px; color: #748197; font-size: .6rem; font-weight: 550; }
.asset-category-list > span:hover {
  z-index: 2;
  transform: translateY(-3px);
  border-color: color-mix(in srgb,var(--asset-color) 28%,#d5e1ef);
  box-shadow: 0 16px 32px rgba(7,17,31,.09),inset 0 1px 0 #fff;
}

@media (max-width: 700px) {
  .asset-category-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .asset-category-list > span,
  .asset-category-list > span:nth-child(-n+3),
  .asset-category-list > span:nth-child(n+4) { grid-column: span 1; min-height: 76px; padding: 12px; border-radius: 14px; }
  .asset-category-list > span:last-child { grid-column: 1 / -1; }
  .asset-category-list > span::before { top: 12px; left: 12px; width: 8px; height: 8px; }
}

/* Straightforward asset cards with real examples */
.asset-universe {
  grid-template-columns: minmax(250px,.58fr) minmax(580px,1.42fr);
}
.asset-universe h2 { max-width: 360px; }
.asset-category-list {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
}
.asset-category-list > span,
.asset-category-list > span:nth-child(-n+3),
.asset-category-list > span:nth-child(n+4) {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 112px;
  padding: 13px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}
.asset-category-list > span::before,
.asset-category-list > span::after { display: none; }
.asset-category-list strong { font-size: .74rem; }
.asset-category-list small { margin-top: 7px; font-size: .5rem; letter-spacing: .015em; }
.asset-mini-icons { display: flex; align-items: center; margin-top: 9px; }
.asset-mini-icons i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: -4px;
  border: 2px solid #fff;
  border-radius: 9px;
  color: #31506f;
  background: #edf4fc;
  box-shadow: 0 5px 12px rgba(7,17,31,.08);
  font-size: .48rem;
  font-style: normal;
  font-weight: 800;
}
.asset-category-list > span:nth-child(2) .asset-mini-icons i { color: #6549d8; background: #f0edff; }
.asset-category-list > span:nth-child(3) .asset-mini-icons i { color: #168655; background: #e9f8f0; font-size: .82rem; }
.asset-category-list > span:nth-child(4) .asset-mini-icons i { color: #a96c09; background: #fff4dc; font-size: .62rem; }
.asset-mini-icons img { width: 17px; height: 17px; object-fit: contain; }
.asset-category-list > span:hover { transform: translateY(-2px); border-color: #cbd9ea; box-shadow: 0 10px 24px rgba(7,17,31,.07); }

@media (max-width: 900px) {
  .asset-universe { grid-template-columns: 1fr; }
  .asset-universe h2 { max-width: 620px; }
}
@media (max-width: 700px) {
  .asset-category-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .asset-category-list > span,
  .asset-category-list > span:nth-child(-n+3),
  .asset-category-list > span:nth-child(n+4),
  .asset-category-list > span:last-child { grid-column: span 1; min-height: 105px; padding: 11px; }
  .asset-mini-icons i { width: 27px; height: 27px; }
}

/* Asset modules aligned with the in-app analysis card */
.asset-universe { grid-template-columns: minmax(250px,.68fr) minmax(540px,1.32fr); align-items: center; }
.asset-category-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.asset-category-list > span,
.asset-category-list > span:nth-child(-n+3),
.asset-category-list > span:nth-child(n+4) {
  position: relative;
  grid-column: span 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 86px;
  padding: 14px 13px 13px 20px;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7,17,31,.045);
}
.asset-category-list > span::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 5px;
  height: 38px;
  border-radius: 0 999px 999px 0;
  background: var(--asset-color,var(--blue));
  box-shadow: none;
}
.asset-category-list > span::after { display: none; }
.asset-category-list strong { grid-column: 1; grid-row: 1; font-size: .76rem; }
.asset-category-list small { grid-column: 1; grid-row: 2; align-self: start; margin-top: 3px; font-size: .5rem; }
.asset-mini-icons { grid-column: 2; grid-row: 1 / 3; margin: 0 0 0 10px; }
.asset-mini-icons i { width: 29px; height: 29px; border-radius: 10px; }
.asset-category-list > span:hover { transform: translateY(-2px); border-color: #cbd8e8; box-shadow: 0 13px 28px rgba(7,17,31,.075); }

@media (max-width: 900px) { .asset-universe { grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  .asset-category-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .asset-category-list > span,
  .asset-category-list > span:nth-child(-n+3),
  .asset-category-list > span:nth-child(n+4),
  .asset-category-list > span:last-child {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 112px;
    padding: 12px 10px 10px 16px;
  }
  .asset-category-list > span::before { top: 14px; height: 32px; }
  .asset-category-list strong { grid-column: 1; grid-row: 1; }
  .asset-mini-icons { grid-column: 1; grid-row: 2; margin: 9px 0 0; }
  .asset-category-list small { grid-column: 1; grid-row: 3; margin-top: 5px; }
}

/* Purchasing power feature */
.purchasing-power-wrap { padding-top: 28px; }
.purchasing-power {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(520px,1.28fr);
  gap: 44px;
  align-items: center;
  padding: 42px;
  border: 1px solid #dce7f3;
  border-radius: 28px;
  background: linear-gradient(145deg,#f9fcff,#eef5ff);
  box-shadow: 0 22px 58px rgba(7,17,31,.08);
}
.purchasing-power-copy h2 { max-width: 420px; font-size: clamp(2.35rem,4vw,3.5rem); line-height: 1.02; letter-spacing: -.05em; }
.purchasing-power-copy p { max-width: 440px; margin-top: 14px; color: #66748a; font-size: .9rem; line-height: 1.65; }
.benchmark-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.benchmark-tags span { padding: 7px 10px; border: 1px solid #d8e3f0; border-radius: 9px; color: #65738a; background: rgba(255,255,255,.76); font-size: .65rem; font-weight: 750; }
.purchasing-power-module { position: relative; padding: 22px; overflow: hidden; border: 1px solid #dce5f0; border-radius: 22px; background: #fff; box-shadow: 0 18px 42px rgba(7,17,31,.09); }
.power-side-line { position: absolute; top: 25px; left: 0; width: 5px; height: 44px; border-radius: 0 999px 999px 0; background: var(--blue); }
.power-module-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.power-module-head > div { display: grid; gap: 2px; }
.power-module-head small { color: #76849a; font-size: .55rem; font-weight: 800; letter-spacing: .09em; }
.power-module-head strong { font-size: 1rem; }
.power-module-head > b { padding: 6px 8px; border-radius: 8px; color: var(--blue); background: #edf5ff; font-size: .55rem; }
.power-result { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 14px; margin-top: 20px; }
.power-result span { color: #68758a; font-size: .68rem; font-weight: 650; }
.power-result strong { grid-column: 2; grid-row: 1 / 3; color: #20a962; font-size: 1.65rem; line-height: 1; }
.power-result em { color: #8a96a8; font-size: .55rem; font-style: normal; }
.power-chart { width: 100%; height: 150px; margin-top: 12px; border: 1px solid #edf2f7; border-radius: 16px; background: linear-gradient(180deg,#fbfdff,#f7faff); }
.power-area { fill: rgba(25,117,255,.1); }
.power-main-line,.power-benchmark-line { fill: none; stroke: var(--blue); stroke-width: 4; stroke-linecap: round; }
.power-benchmark-line { stroke: #ff9d17; stroke-width: 3; stroke-dasharray: 7 8; }
.power-grid-line { stroke: #e7edf5; stroke-width: 1; }
.power-main-point { fill: var(--blue); stroke: #fff; stroke-width: 3; }
.power-benchmark-point { fill: #ff9d17; stroke: #fff; stroke-width: 3; }
.power-main-value,.power-benchmark-value { fill: var(--blue); font-family: Manrope,sans-serif; font-size: 11px; font-weight: 800; }
.power-benchmark-value { fill: #d98200; }
.power-axis-label { fill: #8a96a8; font-family: Manrope,sans-serif; font-size: 9px; font-weight: 600; }
.power-legend { display: flex; gap: 18px; margin-top: 10px; }
.power-legend span { display: flex; align-items: center; gap: 6px; }
.power-legend i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.power-legend span:last-child i { background: #ff9d17; }
.power-legend b { color: #748197; font-size: .58rem; }

@media (max-width: 900px) { .purchasing-power { grid-template-columns: 1fr; gap: 26px; } }
@media (max-width: 700px) {
  .purchasing-power-wrap { padding-top: 14px; }
  .purchasing-power { gap: 20px; padding: 22px 16px 16px; border-radius: 20px; }
  .purchasing-power-copy h2 { font-size: 2rem; }
  .purchasing-power-copy p { margin-top: 9px; font-size: .78rem; line-height: 1.5; }
  .benchmark-tags { margin-top: 14px; }
  .purchasing-power-module { padding: 17px 13px; border-radius: 17px; }
  .power-side-line { top: 20px; height: 38px; }
  .power-result strong { font-size: 1.35rem; }
  .power-chart { height: 112px; }
}

/* Param Eridi mi artwork */
.purchasing-power {
  grid-template-columns: minmax(220px,.48fr) minmax(620px,1.52fr);
  gap: 18px;
  padding: 30px 24px 24px 36px;
  overflow: hidden;
  background: #fff;
}
.purchasing-power-copy { position: relative; z-index: 2; }
.purchasing-power-copy h2 { max-width: 260px; }
.purchasing-power-image { min-width: 0; margin: -36px -32px -30px -40px; }
.purchasing-power-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(25,117,255,.1));
}
@media (max-width: 900px) {
  .purchasing-power { grid-template-columns: 1fr; gap: 0; padding: 24px 18px 12px; }
  .purchasing-power-copy h2 { max-width: none; }
  .purchasing-power-image { margin: -8px -24px -20px; }
}
@media (max-width: 700px) {
  .purchasing-power { padding: 20px 14px 8px; }
  .purchasing-power-copy h2 { font-size: 1.9rem; }
  .purchasing-power-image { margin: -2px -18px -12px; }
}

/* Updated Param Eridi mi artwork */
.purchasing-power {
  grid-template-columns: minmax(210px,.42fr) minmax(640px,1.58fr);
  gap: 24px;
  padding: 28px 28px 28px 36px;
}
.purchasing-power-image { margin: 0; }
.purchasing-power-image img {
  width: 100%;
  border-radius: 22px;
  filter: none;
}
@media (max-width: 900px) {
  .purchasing-power { grid-template-columns: 1fr; padding: 22px 18px 18px; }
  .purchasing-power-image { margin: 0; }
}
@media (max-width: 700px) {
  .purchasing-power { padding: 18px 12px 12px; }
  .purchasing-power-image { margin: 0; }
  .purchasing-power-image img { border-radius: 16px; }
}

@media (min-width: 901px) {
  .purchasing-power-wrap { width: min(100% - 40px, 1020px); }
  .purchasing-power {
    grid-template-columns: 190px minmax(0,1fr);
    gap: 16px;
    padding: 20px 20px 20px 28px;
    border-radius: 24px;
  }
  .purchasing-power-copy h2 { font-size: 2.55rem; }
  .purchasing-power-image { max-width: 720px; justify-self: end; }
}

/* ==========================================================================
   Yatay taşma sertleştirmesi — sayfa hiçbir cihazda sağa/sola çekilemez
   ========================================================================== */
html {
  overflow-x: hidden;   /* clip desteklemeyen eski tarayıcılar için */
  overflow-x: clip;     /* sticky/scroll davranışını bozmadan kırpar */
  overscroll-behavior-x: none;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
}
/* NOT: Bölüm/başlık elemanlarına overflow-x: clip VERİLMEZ. Bazı tarayıcılar
   (özellikle Safari) tek eksende clip verildiğinde diğer ekseni de kırpar; bu
   durumda başlıktaki dil menüsü gibi dışarı taşan katmanlar görünmez ve
   tıklanamaz hale gelir. Taşma, aşağıda kaynağında geometrik olarak çözülüyor. */

/* Görsel/medya hiçbir koşulda kabını aşmasın */
img, svg, video, canvas, iframe { max-width: 100%; }
/* Grid/flex çocuklarının min-content genişliğiyle kabı şişirmesini engelle */
.hero-grid > *,
.screen-feature-grid > *,
.footer-grid > *,
.document-layout > *,
.about-page-grid > * { min-width: 0; }

/* Hero parıltıları tek sütuna düşen tüm genişliklerde kabın içinde kalsın */
@media (max-width: 1100px) {
  .glow-blue { right: 0; }
  .glow-cyan { left: 0; }
}

@media (max-width: 700px) {
  /* Hero'daki halo yatayda ekran dışına taşmasın */
  .hero-phone-showcase::before { inset: -8% 0; }
  .brand-google { left: 0; }
  /* Yörünge halkaları dar ekranlarda ekran genişliğine göre küçülsün */
  .orbit-one { width: min(230px, 62vw); height: auto; aspect-ratio: 1; }
  .orbit-two { width: min(290px, 78vw); height: auto; aspect-ratio: 1; }
  /* Uzun kelimeler (e-posta, URL) satırı taşırmasın */
  h1, h2, h3, h4, p, li, a, strong, em, small { overflow-wrap: anywhere; }
}

/* Drawer genişliğini 100vw yerine viewport yüzdesine bağla (scrollbar hatası yok) */
@media (max-width: 900px) {
  .mobile-menu {
    width: min(400px, calc(100% - 16px)) !important;
    max-width: calc(100% - 16px) !important;
  }
}

/* ==========================================================================
   Mobil başlık: dil seçici hamburger menünün hemen solunda
   ========================================================================== */
@media (max-width: 900px) {
  .header-row { gap: 10px; }
  .header-actions {
    display: flex;
    margin-left: auto;
    gap: 8px;
  }
  .header-actions .language-trigger {
    min-width: 0;
    height: 40px;
    gap: 6px;
    padding: 0 10px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(7,17,31,.05);
  }
  .header-actions .language-trigger .flag { font-size: 1.05rem; }
  .header-actions .language-trigger strong { flex: none; font-size: .75rem; font-weight: 800; }
  .header-actions .language-trigger i { width: 6px; height: 6px; border-width: 1.8px; }
  .header-actions .language-options {
    right: 0;
    left: auto;
    width: min(200px, calc(100vw - 32px));
  }
}

@media (max-width: 700px) {
  .header-actions { gap: 6px; }
  .header-actions .language-trigger { height: 38px; padding: 0 9px; border-radius: 11px; }
  .header-actions .language-trigger strong { font-size: .72rem; }
}

@media (max-width: 360px) {
  .header-row { gap: 6px; }
  .brand img { width: 112px; }
  .header-actions .language-trigger { padding: 0 7px; gap: 4px; }
  .header-actions .language-trigger .flag { font-size: .95rem; }
}
