:root {
  --navy-950: #06101f;
  --navy-900: #08182d;
  --navy-800: #0d2848;
  --blue-700: #145ad8;
  --blue-600: #1f6fff;
  --blue-500: #2f84ff;
  --cyan-400: #65c7ff;
  --cyan-200: #bce8ff;
  --ice-100: #eef7ff;
  --ice-50: #f6fbff;
  --ink: #071522;
  --muted: #5b6b7e;
  --line: #d8e6f1;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(7, 31, 57, .08);
  --shadow-lg: 0 28px 70px rgba(5, 31, 62, .17);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #edf5fb;
  font: 15px/1.55 Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 200;
  padding: 12px 18px;
  color: #fff;
  background: var(--blue-600);
  border-radius: 10px;
  font-weight: 800;
}
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 3px; }

.preview-note {
  min-height: 32px;
  padding: 6px 24px;
  color: #dbeeff;
  background: var(--navy-950);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 11px;
  letter-spacing: .06em;
}
.preview-note strong { color: var(--cyan-400); }
.preview-note span { opacity: .8; }

.topbar {
  height: 80px;
  padding: 0 28px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 240px minmax(280px, 620px) 1fr;
  align-items: center;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
}
.logo {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  font: 700 25px/1 "Space Grotesk", sans-serif;
  letter-spacing: -.06em;
  color: var(--navy-950);
}
.logo span { font-weight: 600; }
.logo b { color: var(--blue-600); }
.logo i { color: var(--cyan-400); font-style: normal; }
.brand-logo { width: 184px; height: 45px; padding: 7px 12px; border-radius: 11px; display: flex; align-items: center; background: #171715; box-shadow: 0 7px 18px rgba(7,21,34,.14); overflow: hidden; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.top-search {
  height: 48px;
  padding: 0 12px 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--ice-50);
  transition: border-color .2s, box-shadow .2s;
}
.top-search:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(31,111,255,.10); }
.top-search svg { width: 20px; color: var(--blue-600); }
.top-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); }
.top-search input::placeholder { color: #8090a3; }
.top-search kbd { padding: 4px 7px; border: 1px solid #ccdbe7; border-bottom-width: 2px; border-radius: 6px; color: #718094; background: #fff; font-size: 10px; }
.support-links { justify-self: end; display: flex; align-items: center; gap: 10px; }
.support-links > a { min-height: 45px; display: flex; align-items: center; gap: 8px; }
.support-links > a:first-child { padding: 0 14px 0 0; flex-direction: column; align-items: flex-end; justify-content: center; line-height: 1.15; }
.support-links small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.support-links strong { font-size: 13px; }
.support-links svg { width: 20px; }
.track-link, .member-link { padding: 0 14px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.track-link { color: var(--navy-800); background: var(--ice-100); }
.member-link { color: #fff; background: var(--navy-900); box-shadow: 0 8px 22px rgba(6,24,45,.16); }
.mobile-menu { display: none; }

.site-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); max-width: 1920px; margin: 0 auto; }
.sidebar {
  height: calc(100vh - 112px);
  padding: 24px 16px 18px;
  color: #d8e9f8;
  background:
    radial-gradient(circle at 20% 6%, rgba(46,132,255,.20), transparent 24%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  border-right: 1px solid rgba(255,255,255,.06);
  position: sticky;
  top: 80px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #23466d transparent;
}
.sidebar nav { display: grid; gap: 4px; }
.menu-item, .product-menu summary {
  min-height: 46px;
  padding: 0 12px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #c3d7e9;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  transition: background .2s, color .2s, transform .2s;
}
.menu-item:hover, .product-menu summary:hover { color: #fff; background: rgba(255,255,255,.08); }
.menu-item.active { color: #fff; background: linear-gradient(100deg, rgba(31,111,255,.32), rgba(101,199,255,.10)); box-shadow: inset 3px 0 0 var(--cyan-400); }
.menu-icon { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.06); color: var(--cyan-400); }
.menu-icon svg { width: 18px; height: 18px; }
.product-menu summary { list-style: none; }
.product-menu summary::-webkit-details-marker { display: none; }
.product-menu .chevron { width: 16px; margin-left: auto; transition: transform .2s; }
.product-menu[open] .chevron { transform: rotate(180deg); }
.submenu { margin: 3px 0 11px 43px; padding-left: 12px; border-left: 1px solid #2a4764; display: grid; }
.submenu a { padding: 8px 6px; color: #8fa9c1; font-size: 11px; transition: color .2s, transform .2s; }
.submenu a:hover { color: #fff; transform: translateX(3px); }
.submenu .all-products { color: var(--cyan-400); font-weight: 700; }
.submenu .all-products span { margin-left: 4px; }
.nav-label { margin: 20px 12px 7px; color: #607b94; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.new-badge { margin-left: auto; padding: 3px 6px; color: #bcecff; background: rgba(31,111,255,.21); border: 1px solid rgba(101,199,255,.22); border-radius: 999px; font-size: 8px; white-space: nowrap; }
.ai-link { color: #fff; }
.side-help { margin-top: 26px; padding: 17px; border: 1px solid rgba(101,199,255,.18); border-radius: 14px; background: rgba(255,255,255,.045); display: grid; gap: 3px; }
.side-help span { color: var(--cyan-400); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.side-help strong { color: #fff; font-size: 12px; }
.side-help a { margin-top: 7px; color: #a9dfff; font-size: 10px; font-weight: 700; }

main { min-width: 0; background: #f7fbff; }
.hero-section {
  min-height: 620px;
  padding: 76px clamp(32px, 5vw, 86px) 58px;
  display: grid;
  grid-template-columns: minmax(350px, .88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 5%, rgba(83,185,255,.25), transparent 30%),
    radial-gradient(circle at 38% 80%, rgba(31,111,255,.10), transparent 26%),
    linear-gradient(135deg, #f9fdff 0%, #edf7ff 54%, #e8f5ff 100%);
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image: linear-gradient(rgba(22,88,151,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(22,88,151,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0, #000 72%, #000 100%);
}
.hero-section::after {
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid rgba(31,111,255,.13);
  border-radius: 50%;
  position: absolute;
  right: -210px;
  top: 42px;
  box-shadow: 0 0 0 56px rgba(31,111,255,.035), 0 0 0 112px rgba(31,111,255,.02);
}
.hero-copy, .hero-tools { position: relative; z-index: 1; }
.eyebrow { color: var(--blue-700); display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.eyebrow i { width: 8px; height: 8px; background: var(--blue-600); border-radius: 50%; box-shadow: 0 0 0 6px rgba(31,111,255,.10); }
.hero-copy h1 { max-width: 720px; margin: 20px 0 23px; font: 700 clamp(42px, 4.8vw, 72px)/.98 "Space Grotesk", sans-serif; letter-spacing: -.055em; color: var(--navy-950); }
.hero-copy > p { max-width: 660px; margin: 0; color: #465c70; font-size: 17px; line-height: 1.75; }
.hero-trust { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 16px 22px; color: #3d5367; font-size: 11px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { width: 18px; color: var(--blue-600); }
.hero-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.tool-card { min-height: 395px; padding: 27px; border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: var(--shadow-lg); overflow: hidden; position: relative; }
.tool-card::after { content: ""; width: 230px; height: 230px; position: absolute; right: -104px; top: -93px; border: 1px solid currentColor; border-radius: 50%; opacity: .13; box-shadow: 0 0 0 35px currentColor; }
.ai-card { color: #fff; background: linear-gradient(148deg, #071629 0%, #0d2e55 62%, #134c7b 100%); }
.calc-card { color: #fff; background: linear-gradient(148deg, #1559ce 0%, #1f79ed 58%, #49b2ee 100%); }
.tool-top { margin-bottom: 48px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.tool-icon { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; display: grid; place-items: center; background: rgba(255,255,255,.10); }
.tool-icon svg { width: 24px; }
.trial-badge { padding: 6px 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.10); font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.tool-card small { opacity: .65; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.tool-card .tool-title { margin: 9px 0 10px; max-width: 270px; font: 700 25px/1.1 "Space Grotesk", sans-serif; letter-spacing: -.035em; }
.tool-card p { margin: 0 0 25px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.65; }
.primary-action { margin-top: auto; min-height: 49px; padding: 0 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.96); color: var(--navy-950); font-size: 11px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.primary-action:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.trial-used .trial-badge { color: #062132; background: #a9e4ff; border-color: #a9e4ff; }

.intro-ribbon {
  min-height: 178px;
  padding: 33px clamp(32px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(430px, 1.2fr) minmax(310px, .8fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(32px, 5vw, 78px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 15%, rgba(73,171,255,.27), transparent 28%),
    linear-gradient(125deg, #f9fdff 0%, #eaf6ff 68%, #ddecff 100%);
  border-bottom: 1px solid var(--line);
}
.intro-ribbon::after {
  content: "";
  width: 340px;
  height: 340px;
  position: absolute;
  right: -100px;
  top: -145px;
  border: 1px solid rgba(31,111,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(31,111,255,.04), 0 0 0 84px rgba(31,111,255,.025);
}
.intro-ribbon > div:first-child, .intro-ribbon > p, .intro-ribbon .hero-trust { position: relative; z-index: 1; }
.intro-ribbon h1 { margin: 8px 0 0; font: 700 clamp(30px, 3.4vw, 50px)/1.02 "Space Grotesk", sans-serif; letter-spacing: -.05em; }
.intro-ribbon > p { margin: 0; color: #465c70; font-size: 15px; line-height: 1.7; }
.intro-ribbon .hero-trust { grid-column: 1 / -1; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(82,124,158,.17); }

.instant-studio {
  padding: 24px clamp(24px, 4vw, 64px) 31px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: #eaf4fb;
}
.studio-panel {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d3e3ef;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 17px 44px rgba(7,31,57,.10);
  position: relative;
  overflow: hidden;
}
.studio-panel::before {
  content: "";
  height: 4px;
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(90deg, var(--navy-900), var(--blue-600), var(--cyan-400));
}
.calc-studio-panel::before { background: linear-gradient(90deg, var(--blue-700), #3da8f7, #8bdcff); }
.studio-panel > header { min-height: 59px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; }
.studio-panel .studio-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: var(--navy-900); }
.calc-studio-panel .studio-icon { background: var(--blue-600); }
.studio-icon svg { width: 22px; }
.studio-panel header small { color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.studio-panel header h2 { margin: 3px 0 0; font: 700 20px/1.15 "Space Grotesk", sans-serif; letter-spacing: -.035em; }
.studio-panel .trial-badge { color: var(--blue-700); border-color: #bcd7ec; background: var(--ice-100); font-size: 7px; }
.inline-tool-form { margin-top: 21px; display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.field-row label, .prompt-field { display: grid; gap: 6px; }
.inline-tool-form label > span { color: #4d6175; font-size: 10px; font-weight: 750; }
.inline-tool-form input, .inline-tool-form select, .inline-tool-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  border: 1px solid #cedeea;
  border-radius: 10px;
  outline: none;
  background: #f9fcff;
  font-size: 11px;
  transition: border-color .2s, box-shadow .2s;
}
.inline-tool-form textarea { min-height: 89px; resize: vertical; line-height: 1.5; }
.inline-tool-form input:focus, .inline-tool-form select:focus, .inline-tool-form textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(31,111,255,.10); }
.upload-row { display: flex; align-items: center; gap: 7px; }
.upload-row > span { margin-left: auto; color: #7a8c9e; font-size: 8px; }
.soft-button { min-height: 34px; padding: 0 10px; border: 1px solid #cbddea; border-radius: 9px; display: inline-flex; align-items: center; gap: 6px; color: var(--navy-800); background: var(--ice-50); cursor: pointer; font-size: 9px; font-weight: 750; }
.soft-button svg { width: 14px; color: var(--blue-600); }
.studio-submit { min-height: 47px; padding: 0 16px; border: 0; border-radius: 11px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--navy-900); cursor: pointer; font-size: 11px; font-weight: 800; box-shadow: 0 10px 24px rgba(7,24,46,.15); }
.calc-studio-panel .studio-submit { background: var(--blue-600); }
.studio-submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.studio-deep-link { width: max-content; color: var(--blue-700); font-size: 10px; font-weight: 750; text-decoration: underline; text-decoration-color: #bad8ed; text-underline-offset: 3px; }
.product-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.product-chips button { min-height: 30px; padding: 0 10px; border: 1px solid #cedeea; border-radius: 999px; color: #52677a; background: #fff; cursor: pointer; font-size: 9px; font-weight: 700; }
.product-chips button.selected { color: #fff; border-color: var(--blue-600); background: var(--blue-600); }
.calc-fields { grid-template-columns: repeat(2, 1fr); }
.inline-result { margin-top: 14px; padding: 15px 17px; border: 1px solid #a8d8f4; border-radius: 12px; background: #ebf8ff; display: grid; gap: 2px; }
.inline-result[hidden] { display: none; }
.inline-result span { color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.inline-result strong { font-size: 11px; }
.inline-result small { color: var(--muted); font-size: 9px; }
.studio-panel.trial-used .trial-badge { color: #075179; border-color: #a9e4ff; background: #dff5ff; }

.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-links a { min-height: 110px; padding: 23px 28px; border-right: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 12px; transition: background .2s; }
.quick-links a:hover { background: var(--ice-100); }
.quick-links a:last-child { border-right: 0; }
.quick-links span { grid-row: 1 / 3; color: var(--blue-600); font: 700 11px "Space Grotesk"; }
.quick-links strong { font-size: 12px; }
.quick-links em { color: var(--muted); font-size: 9px; font-style: normal; }
.quick-links b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--blue-600); font-size: 20px; font-weight: 400; }

.price-stream { padding: 36px clamp(30px, 5vw, 80px); background: var(--navy-950); color: #fff; }
.stream-title { display: flex; align-items: center; gap: 13px; }
.live-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 0 6px rgba(101,199,255,.12); }
.stream-title small { color: var(--cyan-400); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.stream-title h2, .stream-title h3 { margin: 2px 0 0; font: 700 23px "Space Grotesk"; }
.stream-title button { margin-left: auto; padding: 8px 11px; color: #9db5cb; border: 1px solid #203a55; border-radius: 9px; background: transparent; cursor: pointer; font-size: 9px; }
.stream-window { margin-top: 23px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #244c70 transparent; }
.stream-track { display: flex; gap: 12px; width: max-content; scroll-snap-type: x mandatory; }
.stream-track a { width: 320px; min-height: 104px; padding: 17px; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; background: rgba(255,255,255,.045); scroll-snap-align: center; transition: border-color .2s, background .2s; }
.stream-track a:hover { border-color: rgba(101,199,255,.48); background: rgba(31,111,255,.12); }
.stream-code { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(145deg, #16437b, #1f6fff); color: #fff; font: 700 10px "Space Grotesk"; }
.stream-track span:nth-child(2) { display: grid; }
.stream-track strong { font-size: 11px; }
.stream-track small { margin-top: 2px; color: #829ab0; font-size: 8px; }
.stream-track b { color: var(--cyan-400); font: 700 14px "Space Grotesk"; }
.stream-track i { grid-column: 2 / 4; color: #718aa1; font-size: 8px; font-style: normal; }

.organize-section, .popular-section { padding: 88px clamp(32px, 6vw, 104px); }
.organize-section { background: #fff; }
.section-heading { max-width: 760px; }
.section-heading > span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2, .section-heading .section-title-visual { margin: 8px 0 11px; color: var(--navy-950); font: 700 clamp(34px, 4vw, 54px)/1 "Space Grotesk"; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.organize-grid { margin-top: 44px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; }
.organize-lead { min-height: 444px; padding: 38px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; color: #fff; background: linear-gradient(145deg, var(--navy-950), #0c3054); }
.organize-lead small { color: var(--cyan-400); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.organize-lead h3 { max-width: 430px; margin: 10px 0 25px; font: 700 31px/1.1 "Space Grotesk"; letter-spacing: -.04em; }
.organize-lead a { color: #b8e7ff; font-size: 11px; font-weight: 800; }
.heritage-slogan { width: min(76%, 325px); height: auto; position: absolute; left: 30px; top: 28px; border: 1px solid rgba(101,199,255,.22); border-radius: 13px; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.orbit-mark { width: 230px; height: 230px; position: absolute; right: -24px; top: -28px; border: 1px solid rgba(101,199,255,.27); border-radius: 50%; display: grid; place-items: center; }
.orbit-mark span { color: var(--cyan-400); font: 700 52px "Space Grotesk"; }
.orbit-mark i { width: 13px; height: 13px; position: absolute; border-radius: 50%; background: var(--blue-500); box-shadow: 0 0 20px var(--blue-500); }
.orbit-mark i:nth-child(2) { top: 34px; right: 26px; }
.orbit-mark i:nth-child(3) { bottom: 22px; left: 42px; background: var(--cyan-400); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature-grid article { min-height: 140px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--ice-50); display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto 1fr; column-gap: 10px; }
.feature-grid b { grid-row: 1 / 3; color: var(--blue-600); font: 700 10px "Space Grotesk"; }
.feature-grid strong { font-size: 12px; }
.feature-grid p { margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.feature-grid .no-wait { color: #fff; border-color: var(--blue-600); background: var(--blue-600); }
.feature-grid .no-wait b, .feature-grid .no-wait p { color: rgba(255,255,255,.72); }

.popular-section { background: var(--ice-100); }
.section-heading.horizontal { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.section-heading.horizontal h2 { max-width: 700px; font-size: clamp(32px, 3.4vw, 48px); }
.section-heading.horizontal > a { color: var(--blue-700); font-size: 11px; font-weight: 800; }
.popular-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.popular-grid > a { padding: 14px 14px 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.popular-grid > a:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,31,57,.13); }
.product-visual { height: 156px; margin-bottom: 20px; border-radius: 13px; display: grid; place-items: center; overflow: hidden; position: relative; color: #fff; font: 700 32px "Space Grotesk"; letter-spacing: -.07em; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.product-visual::before { width: 170px; height: 170px; right: -60px; top: -70px; }
.product-visual::after { width: 80px; height: 80px; left: -24px; bottom: -24px; }
.product-visual.navy { background: linear-gradient(145deg, #07182d, #174a77); }
.product-visual.blue { background: linear-gradient(145deg, #1359d6, #419cf9); }
.product-visual.cyan { background: linear-gradient(145deg, #056982, #4fbed7); }
.product-visual.ice { color: var(--navy-900); background: linear-gradient(145deg, #d7efff, #fff); border: 1px solid var(--line); }
.popular-grid small { color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.popular-grid h3 { margin: 6px 0 7px; font: 700 18px "Space Grotesk"; }
.popular-grid p { min-height: 48px; margin: 0 0 16px; color: var(--muted); font-size: 10px; }
.popular-grid strong { color: var(--blue-700); font-size: 10px; }

.seo-section { padding: 64px clamp(32px, 6vw, 104px); display: grid; grid-template-columns: 76px 1fr; gap: 28px; background: #fff; border-top: 1px solid var(--line); }
.seo-icon { width: 70px; height: 70px; border-radius: 20px; display: grid; place-items: center; color: #fff; background: var(--navy-900); font: 700 28px "Space Grotesk"; box-shadow: 0 12px 30px rgba(7,31,57,.18); }
.seo-section h2 { margin: 0 0 13px; font: 700 28px "Space Grotesk"; letter-spacing: -.03em; }
.seo-section p { max-width: 1120px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.seo-section p a { color: var(--blue-700); text-decoration: underline; text-decoration-color: #b9d9f4; text-underline-offset: 3px; }
.trust-section { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--navy-900); }
.trust-section article { min-height: 105px; padding: 25px clamp(24px, 4vw, 58px); border-right: 1px solid rgba(255,255,255,.09); display: grid; align-content: center; }
.trust-section article:last-child { border-right: 0; }
.trust-section strong { font: 700 14px "Space Grotesk"; }
.trust-section span { margin-top: 3px; color: #8ba6bf; font-size: 9px; }

.contact-section { padding: 84px clamp(32px, 6vw, 104px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; background: #f7fbff; }
.contact-copy > span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.contact-copy > h2 { margin: 6px 0 9px; font: 700 clamp(38px, 4vw, 57px) "Space Grotesk"; letter-spacing: -.05em; }
.contact-copy > h2 em { color: var(--blue-600); font-style: normal; }
.contact-copy > p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-list { margin-top: 32px; display: grid; }
.contact-list a { padding: 15px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 12px; }
.contact-list b { color: var(--blue-600); font: 700 9px "Space Grotesk"; }
.contact-list span { display: grid; }
.contact-list small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.contact-list strong { font-size: 12px; }
.contact-list i { color: var(--blue-600); font-style: normal; }
.map-card { min-height: 390px; border-radius: var(--radius); overflow: hidden; position: relative; background: #ddecf6; box-shadow: var(--shadow-lg); }
.map-grid { position: absolute; inset: 0; opacity: .65; background-color: #dcecf6; background-image: linear-gradient(32deg, transparent 43%, #b7cfdd 44%, #b7cfdd 47%, transparent 48%), linear-gradient(118deg, transparent 42%, #c3d8e5 43%, #c3d8e5 46%, transparent 47%), linear-gradient(#c9dfea 1px, transparent 1px), linear-gradient(90deg, #c9dfea 1px, transparent 1px); background-size: 190px 110px, 220px 160px, 36px 36px, 36px 36px; }
.map-pin { width: 58px; height: 58px; position: absolute; left: 54%; top: 38%; transform: translate(-50%,-50%); border: 7px solid rgba(31,111,255,.20); border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--blue-600); background-clip: padding-box; font: 700 17px "Space Grotesk"; box-shadow: 0 12px 28px rgba(31,111,255,.26); }
.map-info { width: calc(100% - 40px); padding: 20px 22px; position: absolute; left: 20px; bottom: 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 15px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); display: grid; }
.map-info small { color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.map-info strong { margin-top: 3px; font: 700 16px "Space Grotesk"; }
.map-info p { margin: 3px 0 10px; color: var(--muted); font-size: 9px; }
.map-info a { color: var(--blue-700); font-size: 9px; font-weight: 800; }

footer { padding: 42px clamp(32px, 5vw, 80px); color: #9eb1c4; background: #030a13; display: grid; grid-template-columns: 1.35fr .8fr 1fr 1.2fr; gap: 34px; align-items: start; }
.footer-logo { width: 190px; box-shadow: none; }
footer > div p { max-width: 310px; margin: 12px 0 0; color: #617487; font-size: 9px; }
footer nav { display: grid; gap: 9px; font-size: 9px; }
footer nav a:hover { color: #fff; }
.payment-trust { min-width: 0; display: grid; gap: 10px; }
.payment-trust span { color: #7f95aa; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.payment-trust img { display: block; width: min(100%, 429px); height: auto; padding: 8px 10px; border-radius: 9px; background: #fff; }
footer > small { grid-column: 1 / -1; color: #526375; font-size: 8px; }

dialog { width: min(480px, calc(100vw - 32px)); padding: 34px; color: var(--ink); border: 0; border-radius: 20px; box-shadow: 0 34px 90px rgba(2,15,31,.36); }
dialog::backdrop { background: rgba(3,13,27,.67); backdrop-filter: blur(5px); }
dialog > span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
dialog h2 { margin: 9px 0 11px; font: 700 29px/1.08 "Space Grotesk"; letter-spacing: -.04em; }
dialog p { color: var(--muted); font-size: 11px; }
dialog > div { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
dialog > div a { min-height: 48px; border-radius: 11px; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
dialog > div a:first-child { color: #fff; background: var(--navy-900); }
dialog > div a:last-child { color: #fff; background: var(--blue-600); }
.dialog-close { width: 36px; height: 36px; position: absolute; right: 17px; top: 17px; border: 0; border-radius: 50%; background: var(--ice-100); color: var(--navy-900); cursor: pointer; font-size: 21px; }
.menu-backdrop { display: none; }

@media (max-width: 1240px) {
  .topbar { grid-template-columns: 190px minmax(250px, 1fr) auto; gap: 16px; }
  .support-links > a:first-child { display: none; }
  .hero-section { grid-template-columns: .8fr 1.2fr; padding-left: 42px; padding-right: 42px; }
  .hero-copy h1 { font-size: 48px; }
  .tool-card { min-height: 372px; padding: 23px; }
  .tool-card .tool-title { font-size: 22px; }
  .popular-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .preview-note { justify-content: flex-start; padding-left: 17px; }
  .preview-note span { display: none; }
  .topbar { height: 69px; padding: 0 17px; grid-template-columns: 43px 145px 1fr auto; gap: 10px; }
  .brand-logo { width: 145px; height: 39px; padding: 6px 9px; }
  .mobile-menu { width: 40px; height: 40px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; display: grid; align-content: center; gap: 4px; background: #fff; }
  .mobile-menu span { height: 2px; background: var(--navy-900); border-radius: 2px; }
  .top-search { height: 42px; }
  .support-links .track-link { display: none; }
  .member-link { min-width: 42px; padding: 0 11px; font-size: 0; }
  .member-link svg { width: 19px; }
  .site-layout { display: block; }
  .sidebar { width: min(310px, 86vw); height: calc(100vh - 32px); position: fixed; left: 0; top: 32px; z-index: 120; transform: translateX(-105%); transition: transform .25s ease; }
  .sidebar.open { transform: translateX(0); }
  .menu-backdrop { position: fixed; inset: 0; z-index: 110; background: rgba(2,15,31,.55); backdrop-filter: blur(2px); }
  .menu-backdrop.show { display: block; }
  .hero-section { min-height: 0; padding: 64px 34px 46px; grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 750px; font-size: clamp(42px, 8vw, 68px); }
  .hero-tools { max-width: 760px; }
  .intro-ribbon { grid-template-columns: 1fr; gap: 14px; }
  .intro-ribbon .hero-trust { grid-column: 1; }
  .instant-studio { grid-template-columns: 1fr; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .quick-links a:nth-child(2) { border-right: 0; }
  .quick-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .organize-grid { grid-template-columns: 1fr; }
  .organize-lead { min-height: 340px; }
  .contact-section { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1.4fr 1fr 1fr; }
  footer > small { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .topbar { grid-template-columns: 41px 1fr auto; }
  .brand-logo { width: 138px; }
  .top-search { display: none; }
  .track-link { display: none; }
  .hero-section { padding: 48px 19px 30px; }
  .eyebrow { max-width: 290px; line-height: 1.45; }
  .hero-copy h1 { margin-top: 17px; font-size: 41px; }
  .hero-copy > p { font-size: 14px; line-height: 1.65; }
  .hero-trust { display: grid; gap: 9px; }
  .hero-tools { grid-template-columns: 1fr; }
  .intro-ribbon { padding: 32px 19px 27px; }
  .intro-ribbon h1 { font-size: 35px; }
  .intro-ribbon > p { font-size: 13px; }
  .intro-ribbon .hero-trust { margin-top: 5px; }
  .instant-studio { padding: 16px 13px 25px; }
  .studio-panel { padding: 19px 15px; }
  .studio-panel > header { grid-template-columns: 42px 1fr; }
  .studio-panel .studio-icon { width: 40px; height: 40px; }
  .studio-panel header h2 { font-size: 18px; }
  .studio-panel .trial-badge { grid-column: 1 / -1; width: max-content; margin-top: 5px; }
  .field-row, .calc-fields { grid-template-columns: 1fr; }
  .upload-row { flex-wrap: wrap; }
  .upload-row > span { width: 100%; margin-left: 0; }
  .tool-card { min-height: 330px; }
  .tool-top { margin-bottom: 30px; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-links a:nth-child(3) { border-bottom: 1px solid var(--line); }
  .price-stream { padding: 31px 19px; }
  .stream-track a { width: 280px; }
  .organize-section, .popular-section { padding: 64px 19px; }
  .organize-lead { min-height: 390px; padding: 27px; }
  .organize-lead h3 { font-size: 27px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 118px; }
  .section-heading.horizontal { align-items: flex-start; flex-direction: column; }
  .popular-grid { grid-template-columns: 1fr; }
  .product-visual { height: 190px; }
  .seo-section { padding: 52px 19px; grid-template-columns: 1fr; }
  .trust-section { grid-template-columns: 1fr; }
  .trust-section article { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .contact-section { padding: 64px 19px; gap: 38px; }
  .map-card { min-height: 360px; }
  footer { padding: 40px 19px; grid-template-columns: 1fr 1fr; }
  footer > div, footer > small { grid-column: 1 / -1; }
  dialog { padding: 29px 23px 23px; }
  dialog h2 { font-size: 25px; }
  dialog > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* 2026-09-11 v2: Ana sayfa modül yönlendirme vitrini. Sol menü kuralları değişmez. */
.topbar.member-active { grid-template-columns: 190px minmax(220px, 1fr) auto; gap: 18px; }
.member-header-tools { display: flex; align-items: center; gap: 7px; }
.member-identity { width: min(12vw, 170px); min-width: 105px; display: grid; line-height: 1.18; }
.member-identity small { color: #718297; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.member-identity strong { overflow: hidden; color: var(--navy-950); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.member-tool {
  min-height: 44px;
  padding: 0 11px;
  border: 1px solid #d4e2ed;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--navy-800);
  background: #f5faff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s, border-color .2s, background .2s;
}
.member-tool:hover { transform: translateY(-1px); border-color: #a9cce7; background: #eaf6ff; }
.member-tool > i { color: var(--blue-600); font-size: 13px; }
.member-panel-tool { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.member-panel-tool:hover { color: #fff; border-color: #123f6d; background: #123f6d; }
.member-panel-tool > i { color: #8edaff; }
.member-balance-tool > span { display: grid; line-height: 1.1; }
.member-balance-tool small { color: #718297; font-size: 8px; letter-spacing: .04em; text-transform: none; }
.member-balance-tool b { color: var(--navy-950); font-size: 11px; }
.member-orders-tool { position: relative; }
.member-orders-tool > b { min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; color: #fff; border-radius: 999px; background: var(--blue-600); font-size: 9px; }
.member-logout-form { margin: 0; }
.member-logout-tool { color: #8c2835; border-color: #ead3d7; background: #fff7f8; cursor: pointer; }
.member-logout-tool > i { color: #ad3443; }
.member-logout-tool:hover { border-color: #dcaeb5; background: #fff0f2; }

.experience-hero {
  min-height: 670px;
  padding: clamp(48px, 5vw, 82px) clamp(28px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(350px, .84fr) minmax(560px, 1.16fr);
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  color: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(52, 139, 255, .24), transparent 26%),
    radial-gradient(circle at 93% 10%, rgba(101, 199, 255, .19), transparent 25%),
    linear-gradient(132deg, #050e1b 0%, #081a31 45%, #0b3156 100%);
}
.experience-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  background-image:
    linear-gradient(rgba(140, 210, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 210, 255, .18) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 58%, #000);
}
.experience-hero::after {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -260px;
  bottom: -270px;
  z-index: -1;
  border: 1px solid rgba(101, 199, 255, .26);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(31, 111, 255, .035), 0 0 0 128px rgba(31, 111, 255, .02);
}
.experience-copy { position: relative; z-index: 1; }
.experience-copy .eyebrow { color: #8dd8ff; }
.experience-copy .eyebrow i { background: #65c7ff; box-shadow: 0 0 0 6px rgba(101,199,255,.12), 0 0 24px rgba(101,199,255,.7); }
.experience-copy h1 {
  max-width: 690px;
  margin: 22px 0 24px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 70px) !important;
  line-height: .98;
  letter-spacing: -.055em;
}
.experience-copy > p {
  max-width: 650px;
  margin: 0;
  color: #b8cade;
  font-size: 16px;
  line-height: 1.75;
}
.experience-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px; }
.experience-actions > a {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.experience-actions > a:hover { transform: translateY(-2px); }
.experience-primary { color: #061321; background: linear-gradient(100deg, #fff, #dff5ff); box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.experience-primary i { color: var(--blue-600); }
.experience-secondary { color: #e8f6ff; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); }
.experience-secondary:hover { border-color: rgba(101,199,255,.55); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.experience-trust {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.11);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 25px;
}
.experience-trust span { display: inline-flex; align-items: center; gap: 8px; color: #9fb5ca; font-size: 12px; }
.experience-trust i { color: #65c7ff; font-size: 14px; }
.experience-trust b { font-weight: 650; }

.module-showcase {
  min-width: 0;
  padding: 20px;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 27px;
  background: rgba(242, 249, 255, .97);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  position: relative;
}
.module-showcase::before {
  content: "";
  height: 1px;
  position: absolute;
  inset: 0 72px auto;
  background: linear-gradient(90deg, transparent, #75cfff, transparent);
  box-shadow: 0 0 22px #75cfff;
}
.module-showcase-head {
  min-height: 64px;
  padding: 3px 7px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 2px 18px;
  border-bottom: 1px solid #d7e6f1;
}
.module-showcase-head span { color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.module-showcase-head strong { grid-column: 1; font-size: 18px; line-height: 1.25; }
.module-showcase-head > i {
  width: 54px;
  height: 30px;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b2340, #1f6fff);
  position: relative;
}
.module-showcase-head > i::before, .module-showcase-head > i::after { content: ""; position: absolute; top: 50%; border-radius: 50%; transform: translateY(-50%); }
.module-showcase-head > i::before { width: 8px; height: 8px; left: 11px; background: #65c7ff; box-shadow: 0 0 12px #65c7ff; }
.module-showcase-head > i::after { width: 5px; height: 5px; right: 11px; background: #fff; }
.module-paths { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.module-path {
  min-height: 408px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d2e2ee;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 28, 53, .08);
  overflow: hidden;
  position: relative;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.module-path:hover { transform: translateY(-5px); border-color: #9cccf0; box-shadow: 0 23px 48px rgba(6, 42, 79, .15); }
.module-path::after {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  right: -105px;
  top: -105px;
  border: 1px solid rgba(31,111,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(31,111,255,.025);
}
.module-path-top { margin-bottom: 42px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.module-number { color: #8195a7; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.module-path-top > i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: var(--navy-900); font-size: 18px; box-shadow: 0 10px 22px rgba(8,24,45,.18); }
.module-path-calc .module-path-top > i { background: linear-gradient(145deg, #145ad8, #2f84ff); box-shadow: 0 10px 24px rgba(31,111,255,.25); }
.module-path > small { color: var(--blue-600); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.module-path h3 { margin: 8px 0 11px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.module-path > p { margin: 0; color: #5c6e7f; font-size: 13px; line-height: 1.65; }
.module-path ul { margin: 18px 0 24px; padding: 0; display: grid; gap: 8px; list-style: none; color: #3b5369; font-size: 12px; font-weight: 650; }
.module-path li { display: flex; align-items: center; gap: 8px; }
.module-path li::before { content: ""; width: 7px; height: 7px; flex: 0 0 7px; border: 2px solid #65c7ff; border-radius: 50%; }
.module-path > a {
  min-height: 50px;
  margin-top: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  border-radius: 12px;
  background: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  transition: filter .2s, transform .2s;
}
.module-path-calc > a { background: linear-gradient(100deg, #145ad8, #2f84ff); }
.module-path > a:hover { filter: brightness(1.1); transform: translateY(-1px); }
.module-membership-note { margin: 15px 5px 0; color: #65788b; font-size: 11px; text-align: center; }
.module-membership-note > i { margin-right: 5px; color: var(--blue-600); }
.module-membership-note a { color: var(--blue-700); font-weight: 800; text-decoration: underline; text-decoration-color: #aed4ef; text-underline-offset: 3px; }

@media (max-width: 1320px) {
  .experience-hero { grid-template-columns: minmax(320px, .72fr) minmax(530px, 1.28fr); padding-left: 42px; padding-right: 42px; gap: 38px; }
  .experience-copy h1 { font-size: 49px !important; }
  .module-path { padding: 21px; }
  .topbar.member-active .support-links > a:first-child { display: none; }
  .member-identity { width: 118px; }
  .member-tool { padding-left: 9px; padding-right: 9px; }
}
@media (max-width: 1080px) {
  .experience-hero { grid-template-columns: 1fr; padding: 64px 36px; }
  .experience-copy { max-width: 850px; }
  .experience-copy h1 { max-width: 820px; font-size: clamp(45px, 7vw, 68px) !important; }
  .module-showcase { max-width: 880px; }
  .member-panel-tool span, .member-orders-tool span, .member-logout-tool span { display: none; }
}
@media (max-width: 900px) {
  .topbar.member-active { grid-template-columns: 43px 145px 1fr; }
  .topbar.member-active .top-search { display: none; }
  .topbar.member-active .support-links { grid-column: 3; }
  .topbar.member-active .support-links > .track-link { display: none; }
  .member-identity, .member-balance-tool { display: none; }
  .member-tool { min-width: 40px; min-height: 40px; padding: 0 9px; }
}
@media (max-width: 700px) {
  .topbar.member-active { grid-template-columns: 41px 1fr auto; }
  .topbar.member-active .support-links { grid-column: 3; }
  .experience-hero { padding: 48px 17px 42px; gap: 34px; }
  .experience-copy h1 { margin-top: 18px; font-size: 40px !important; line-height: 1.02; }
  .experience-copy > p { font-size: 15px; line-height: 1.65; }
  .experience-actions { align-items: stretch; flex-direction: column; }
  .experience-actions > a { width: 100%; }
  .experience-trust { display: grid; gap: 11px; }
  .module-showcase { padding: 13px; border-radius: 20px; }
  .module-showcase-head { padding: 8px 6px 14px; }
  .module-showcase-head > i { display: none; }
  .module-paths { grid-template-columns: 1fr; }
  .module-path { min-height: 370px; padding: 22px; }
  .module-path-top { margin-bottom: 32px; }
}

/* Canlı site entegrasyonu: modül iş mantığı bu sayfada çoğaltılmaz. */
h1, h2, h3, .stream-code, .stream-track b, .quick-links span, .seo-icon {
  font-family: Poppins, system-ui, sans-serif !important;
}
.menu-icon i { font-size: 15px; }
.product-menu .chevron { margin-left: auto; font-size: 11px; transition: transform .2s; }
.product-menu[open] .chevron { transform: rotate(180deg); }

.live-tools {
  padding: 34px clamp(24px, 4vw, 62px) 48px;
  background:
    radial-gradient(circle at 90% 0, rgba(101,199,255,.18), transparent 32%),
    #edf6fc;
  border-bottom: 1px solid var(--line);
}
.live-tools-head {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.live-tools-head span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.live-tools-head .section-title-visual { margin: 5px 0 4px; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.035em; }
.live-tools-head p { max-width: 760px; margin: 0; color: var(--muted); font-size: 12px; }
.live-tools-head > a { color: var(--blue-700); font-size: 11px; font-weight: 800; white-space: nowrap; }
.live-module-grid, .guest-tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.live-module-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cbddeb;
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.live-module-card > header {
  min-height: 76px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  background: linear-gradient(110deg, var(--navy-950), #103a65);
}
.live-module-card:nth-child(2) > header { background: linear-gradient(110deg, #145ad8, #2f84ff); }
.live-module-card header small { color: var(--cyan-200); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.live-module-card header h3 { margin: 3px 0 0; font-size: 18px; }
.live-module-card header a { padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; font-size: 9px; font-weight: 700; }
.live-module-card iframe { display: block; width: 100%; height: 790px; border: 0; background: #f6f4ee; }
.guest-live-grid .live-module-card iframe { height: 880px; background: #f7fbfe; }
.guest-tool-grid article {
  min-height: 285px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.guest-tool-grid article > i { width: 48px; height: 48px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--navy-900); font-size: 19px; }
.guest-tool-grid article:nth-child(2) > i { background: var(--blue-600); }
.guest-tool-grid small { color: var(--blue-600); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.guest-tool-grid h3 { margin: 7px 0 8px; font-size: 23px; line-height: 1.15; }
.guest-tool-grid p { margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.guest-tool-grid a { margin-top: auto; color: var(--blue-700); font-size: 11px; font-weight: 800; }
.map-card > iframe { position: absolute; inset: 0; }
.map-info { pointer-events: none; }
.map-info a { pointer-events: auto; }

@media (max-width: 1180px) {
  .live-module-grid { grid-template-columns: 1fr; }
  .live-module-card iframe { height: 820px; }
  .guest-live-grid .live-module-card iframe { height: 900px; }
}
@media (max-width: 760px) {
  .live-tools { padding: 28px 14px 34px; }
  .live-tools-head { align-items: flex-start; flex-direction: column; }
  .guest-tool-grid { grid-template-columns: 1fr; }
  .live-module-card > header { align-items: flex-start; }
  .live-module-card iframe { height: 760px; }
  .guest-live-grid .live-module-card iframe { height: 940px; }
}
