/* Umut Rotası — premium home experience */
.home-v2 {
  background: #f7faff;
}

.home-v2 .site-header {
  border-bottom-color: rgba(173, 203, 239, .36);
  background: rgba(255, 255, 255, .84);
}

.home-v2 .hero {
  padding: 64px 0 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(32, 166, 255, .24), transparent 29%),
    radial-gradient(circle at 14% 78%, rgba(71, 78, 255, .16), transparent 32%),
    linear-gradient(135deg, #031126 0%, #071d42 48%, #073b78 100%);
}

.home-v2 .hero::after {
  height: 260px;
  background: linear-gradient(90deg, transparent, rgba(36, 166, 255, .2), rgba(66, 220, 255, .28), transparent);
}

.home-v2 .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
  gap: 65px;
  min-height: 680px;
}

.home-v2 .hero-copy {
  max-width: 680px;
}

.home-v2 .eyebrow {
  border-color: rgba(137, 208, 255, .3);
  background: rgba(255, 255, 255, .08);
  color: #8ce3ff;
}

.home-v2 .hero h1 {
  color: #fff;
  font-size: clamp(3.25rem, 5.1vw, 5.55rem);
}

.home-v2 .hero h1 span {
  background: linear-gradient(135deg, #74e3ff, #61a8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-v2 .hero-lead {
  color: #c7d8ec;
}

.home-v2 .store-badge {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.home-v2 .trust-row {
  color: #c9daee;
}

.home-v2 .trust-row b {
  background: rgba(90, 207, 255, .15);
  color: #7ee0ff;
}

.home-v2 .device-stage {
  height: 670px;
}

.home-v2 .brand-orbit {
  inset: 2% -16% -2% 0;
  background: radial-gradient(circle at 52% 45%, rgba(74, 218, 255, .34), rgba(34, 104, 255, .17) 34%, rgba(15, 48, 110, .05) 61%, transparent 72%);
}

.home-v2 .phone-main {
  top: 4px;
  left: 2%;
  width: 302px;
}

.home-v2 .phone-secondary {
  top: 128px;
  right: -2%;
  width: 235px;
}

.home-v2 .note-one {
  top: 49px;
  right: -3%;
}

.home-v2 .hero-assurance p {
  border-color: rgba(148, 204, 255, .2);
  background: rgba(255, 255, 255, .075);
  color: #bfd2ea;
}

.home-v2 .hero-assurance strong {
  color: #fff;
}

.home-v2 .section {
  padding: 94px 0;
}

.home-v2 .section-heading {
  max-width: 820px;
}

/* Premium application introduction video */
.intro-video-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(0, 164, 255, .22), transparent 31%),
    radial-gradient(circle at 8% 92%, rgba(92, 79, 255, .14), transparent 34%),
    linear-gradient(145deg, #f7fbff 0%, #edf6ff 46%, #f8fbff 100%);
}

.intro-video-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .38;
  background-image:
    linear-gradient(rgba(43, 112, 188, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 112, 188, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.intro-video-glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
  pointer-events: none;
}

.intro-video-glow-one {
  top: -170px;
  right: 7%;
  background: #24c6ff;
}

.intro-video-glow-two {
  bottom: -210px;
  left: 13%;
  background: #5568ff;
}

.intro-video-layout {
  display: grid;
  grid-template-columns: minmax(285px, .68fr) minmax(540px, 1.32fr);
  align-items: center;
  gap: clamp(50px, 7vw, 96px);
}

.intro-video-copy {
  max-width: 470px;
}

.intro-video-copy h2 {
  margin: 14px 0 21px;
  color: #071b36;
  font-size: clamp(2.45rem, 4vw, 4.35rem);
  line-height: .99;
  letter-spacing: -.055em;
}

.intro-video-copy h2 span {
  color: #0875df;
}

.intro-video-copy > p {
  color: #526a84;
  font-size: 1.03rem;
  line-height: 1.78;
}

.intro-video-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 22px;
}

.intro-video-points span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #173d69;
  font-size: .9rem;
  font-weight: 800;
}

.intro-video-points span::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  background: #dff4ff;
  color: #0076d7;
  font-size: .7rem;
  box-shadow: inset 0 0 0 1px rgba(10, 138, 222, .15);
}

.intro-video-copy .intro-video-note {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid rgba(74, 142, 211, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .64);
  color: #667c93;
  font-size: .78rem;
  line-height: 1.55;
}

.intro-video-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(159, 208, 248, .42);
  border-radius: 27px;
  background: #071a36;
  box-shadow:
    0 34px 85px rgba(8, 43, 86, .25),
    0 8px 24px rgba(8, 43, 86, .12),
    inset 0 1px 0 rgba(255, 255, 255, .15);
}

.intro-video-window::after {
  position: absolute;
  z-index: -1;
  inset: 18px -20px -28px;
  border-radius: 30px;
  content: "";
  background: rgba(11, 116, 220, .27);
  filter: blur(38px);
}

.intro-video-window-bar {
  display: grid;
  grid-template-columns: 88px 1fr 88px;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(180deg, #0d2850, #091f40);
  color: #c8d9ea;
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40c5ff;
  box-shadow: 0 0 14px rgba(64, 197, 255, .55);
}

.window-dots i:nth-child(2) {
  opacity: .58;
}

.window-dots i:nth-child(3) {
  opacity: .28;
}

.window-title {
  overflow: hidden;
  text-align: center;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intro-video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #020b17;
}

.intro-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-video-play-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 24px;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 12, 26, .04), rgba(1, 11, 25, .68));
  color: #fff;
  cursor: pointer;
  transition: opacity .24s ease, visibility .24s ease, background .24s ease;
}

.intro-video-play-button:hover,
.intro-video-play-button:focus-visible {
  background: linear-gradient(180deg, rgba(2, 12, 26, .02), rgba(1, 11, 25, .54));
}

.intro-video-play-button.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.intro-video-play-icon {
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  place-items: center;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(3, 142, 238, .94), rgba(55, 101, 246, .94));
  font-size: 1.35rem;
  box-shadow: 0 17px 45px rgba(0, 84, 218, .38), inset 0 1px 0 rgba(255, 255, 255, .42);
  transition: transform .22s ease;
}

.intro-video-play-button:hover .intro-video-play-icon {
  transform: scale(1.07);
}

.intro-video-play-button > span:last-child {
  display: grid;
  gap: 5px;
  text-align: left;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .48);
}

.intro-video-play-button strong {
  font-size: clamp(1rem, 1.5vw, 1.24rem);
}

.intro-video-play-button small {
  color: #d6e6f6;
  font-size: .74rem;
}

.intro-video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 0 20px;
  color: #9cb5cf;
  font-size: .74rem;
  font-weight: 750;
}

.intro-video-caption span:first-child {
  color: #e8f4ff;
}

.intro-video-caption b {
  margin-right: 7px;
  color: #32c7ff;
  text-shadow: 0 0 14px #32c7ff;
}

/* Interactive feature explorer */
.feature-explorer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(79, 194, 255, .12), transparent 28%),
    #fff;
}

.feature-tabs {
  display: flex;
  gap: 10px;
  margin: 0 auto 25px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid #dbe8f8;
  border-radius: 22px;
  background: #f7faff;
  box-shadow: 0 16px 50px rgba(17, 66, 129, .08);
  scrollbar-width: thin;
}

.feature-tab {
  min-width: max-content;
  min-height: 52px;
  flex: 1 0 auto;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #536981;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.feature-tab:hover,
.feature-tab:focus-visible {
  color: #0756cf;
  background: #edf6ff;
}

.feature-tab.is-active {
  background: linear-gradient(135deg, #075ad6, #078cff);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 101, 226, .24);
}

.feature-panel {
  min-height: 625px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr);
  align-items: center;
  gap: clamp(45px, 8vw, 100px);
  padding: clamp(32px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(162, 199, 242, .35);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 14%, rgba(66, 199, 245, .22), transparent 28%),
    linear-gradient(135deg, #06162f, #0a2c60);
  box-shadow: 0 34px 85px rgba(5, 34, 75, .18);
}

.feature-panel[hidden] {
  display: none;
}

.feature-panel-copy {
  max-width: 670px;
}

.panel-index {
  color: #76dcff;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.feature-panel h3 {
  max-width: 680px;
  margin-top: 14px;
  color: #fff;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
}

.feature-panel-copy > p {
  margin: 22px 0 0;
  color: #c4d5e9;
  font-size: 1.03rem;
}

.feature-panel-copy > p + p {
  margin-top: 12px;
}

.feature-panel ul {
  display: grid;
  gap: 10px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.feature-panel li {
  position: relative;
  padding-left: 30px;
  color: #e4effa;
  font-size: .91rem;
}

.feature-panel li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(74, 215, 255, .16);
  color: #84e5ff;
  font-size: .72rem;
  font-weight: 900;
}

.feature-panel-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #7ddfff;
  font-weight: 800;
}

.feature-panel-copy > a:hover {
  gap: 14px;
}

.panel-note {
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(125, 223, 255, .2);
  border-radius: 16px;
  background: rgba(3, 14, 32, .42);
  color: #c9dced;
  font-size: .81rem;
  line-height: 1.65;
}

.panel-note strong {
  color: #86e4ff;
}

.feature-panel > figure {
  width: min(100%, 292px);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 38px;
  background: #020914;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
  transform: rotate(1.5deg);
}

.feature-panel > figure img {
  width: 100%;
  height: auto;
  border-radius: 31px;
}

/* Contextual product screens */
.context-heading {
  max-width: 800px;
  margin: 90px auto 34px;
  text-align: center;
}

.context-heading h3 {
  margin-top: 12px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.context-heading p {
  margin: 16px auto 0;
  color: #5b6b82;
}

.home-v2 .aba-menu-shot {
  width: min(100%, 292px);
  padding: 8px;
  border-radius: 38px;
}

.home-v2 .aba-menu-shot img {
  border-radius: 31px;
}

.aba-module-accordion {
  display: block !important;
  padding: 0 !important;
  overflow: hidden;
  border-color: #bfdcf8 !important;
  background: linear-gradient(145deg, #fff, #f5faff) !important;
  box-shadow: 0 18px 44px rgba(9, 66, 137, .1) !important;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease !important;
}

.aba-module-accordion:hover {
  transform: translateY(-3px);
  border-color: #79bdf2 !important;
  box-shadow: 0 23px 52px rgba(8, 69, 145, .15) !important;
}

.aba-module-accordion.is-open {
  overflow: visible;
  border-color: #72b9f3 !important;
  box-shadow: 0 24px 60px rgba(8, 70, 150, .16) !important;
}

.aba-module-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 10px 18px 10px 10px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.aba-module-trigger:focus-visible {
  outline: 3px solid rgba(27, 141, 232, .35);
  outline-offset: -3px;
}

.aba-module-thumb {
  position: relative;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 18px;
  background: #dff2ff;
  box-shadow: 0 10px 25px rgba(8, 87, 171, .2);
}

.aba-module-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 38%;
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.aba-module-trigger:hover .aba-module-thumb img {
  transform: scale(1.08);
}

.aba-module-thumb b {
  position: absolute;
  right: 5px;
  bottom: 5px;
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  background: rgba(4, 55, 120, .86);
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.aba-module-title {
  display: grid;
  gap: 3px;
}

.aba-explanation-copy .aba-module-title strong {
  color: #071b3b;
  font-size: .98rem;
}

.aba-explanation-copy .aba-module-title small {
  color: #657991;
  font-size: .78rem;
  line-height: 1.45;
}

.aba-module-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0a66c7;
  font-size: .73rem;
  font-weight: 850;
  white-space: nowrap;
}

.aba-module-action i {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e6f4ff;
}

.aba-module-action i::before,
.aba-module-action i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #0870d6;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

.aba-module-action i::before {
  display: none;
}

.aba-module-action i::after {
  width: 7px;
  height: 7px;
  border: solid #0870d6;
  border-width: 0 2px 2px 0;
  background: transparent;
  transform: translate(-65%, -50%) rotate(-45deg);
}

.aba-module-accordion.is-open .aba-module-action i::after {
  transform: translate(-65%, -50%) rotate(-45deg);
}

.aba-module-panel {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 34px);
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(1, 12, 30, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity .38s ease, visibility .6s ease;
}

.aba-module-panel.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.aba-module-panel-inner {
  position: relative;
  width: min(1180px, 100%);
  max-height: min(900px, calc(100dvh - 48px));
  display: grid;
  gap: 25px;
  padding: clamp(26px, 4vw, 48px);
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(183, 222, 255, .8);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 95% 0, rgba(45, 176, 239, .18), transparent 30%),
    linear-gradient(180deg, #f9fcff, #fff);
  box-shadow: 0 42px 120px rgba(0, 12, 38, .48);
  transform: translate(var(--modal-start-x, 0), var(--modal-start-y, 18px)) scale(var(--modal-start-scale, .84));
  transform-origin: center;
  transition: transform .58s cubic-bezier(.16, 1, .3, 1);
}

.aba-module-panel.is-open .aba-module-panel-inner {
  transform: translate(0, 0) scale(1);
}

body.aba-modal-open {
  overflow: hidden;
}

.aba-module-close {
  position: sticky;
  z-index: 8;
  top: 0;
  justify-self: end;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: -57px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: #083d81;
  color: #fff;
  font: 400 1.65rem/1 sans-serif;
  box-shadow: 0 10px 25px rgba(3, 43, 96, .24);
  cursor: pointer;
}

.aba-module-close:hover,
.aba-module-close:focus-visible {
  background: #075fca;
  outline: 3px solid rgba(52, 166, 255, .3);
  outline-offset: 3px;
}

.aba-module-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.aba-module-eyebrow,
.aba-home-guidance > div > span {
  color: #1377d1;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.aba-module-hero h3 {
  margin-top: 8px;
  color: #071b3b;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.aba-module-hero p {
  margin: 15px 0 0;
  color: #566b84;
  font-size: .88rem;
  line-height: 1.72;
}

.aba-module-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 28px;
  background: #dceeff;
  box-shadow: 0 26px 58px rgba(7, 60, 125, .2);
}

.aba-module-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: cover;
  object-position: center;
}

.aba-module-visual figcaption {
  position: absolute;
  right: 13px;
  bottom: 13px;
  left: 13px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 13px;
  background: rgba(3, 35, 78, .76);
  color: #fff;
  font-size: .7rem;
  font-weight: 750;
  text-align: center;
  backdrop-filter: blur(12px);
}

.aba-module-stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.aba-module-stats article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d6e8fa;
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(10, 66, 128, .06);
}

.aba-module-stats strong {
  color: #0674d9 !important;
  font-size: 1.35rem !important;
  letter-spacing: -.04em;
}

.aba-module-stats span {
  color: #586f89;
  font-size: .7rem;
  font-weight: 750;
  line-height: 1.25;
}

.aba-level-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aba-level-grid article {
  padding: 19px;
  border: 1px solid #dbe9f7;
  border-radius: 19px;
  background: #fff;
}

.aba-level-grid article > span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e9f6ff;
  color: #0871d4;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.aba-level-grid h4,
.aba-ai-support h4,
.aba-home-guidance h4 {
  margin-top: 10px;
  color: #09264d;
  font-size: .95rem;
}

.aba-level-grid p,
.aba-ai-support p {
  margin: 8px 0 0;
  color: #61748b;
  font-size: .76rem;
  line-height: 1.65;
}

.aba-ai-support {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 17px;
  padding: 21px;
  border: 1px solid rgba(91, 73, 255, .2);
  border-radius: 21px;
  background: linear-gradient(135deg, #f1f1ff, #edf8ff);
}

.aba-ai-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, #5b46e9, #0b9ce8);
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(72, 68, 213, .22);
}

.aba-ai-support h4 {
  margin-top: 0;
}

.aba-ai-support small {
  margin-top: 9px;
  color: #6e7293 !important;
  font-size: .69rem !important;
  line-height: 1.55 !important;
}

.aba-home-guidance {
  display: grid !important;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(139, 219, 255, .28);
  border-radius: 21px;
  background: linear-gradient(135deg, #0754ad, #072e69);
  box-shadow: 0 18px 38px rgba(5, 52, 116, .2);
}

.aba-home-guidance h4 {
  color: #fff;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .16);
}

.aba-home-guidance ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aba-home-guidance li {
  position: relative;
  display: block;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(135, 220, 255, .42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(4, 108, 218, .92), rgba(5, 69, 151, .96));
  color: #fff;
  font-size: .74rem;
  font-weight: 750;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 18px rgba(2, 31, 75, .18);
  text-shadow: 0 1px 8px rgba(0, 24, 65, .28);
  backdrop-filter: none;
}

.aba-home-guidance li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(110, 220, 255, .24), 0 0 14px rgba(255, 255, 255, .55);
}

.aba-evidence-note {
  padding: 20px;
  border: 1px solid rgba(131, 219, 255, .36);
  border-left: 5px solid #70d9ff;
  border-radius: 5px 18px 18px 5px;
  background: linear-gradient(135deg, #0767c5, #07448f);
  box-shadow: 0 18px 40px rgba(5, 69, 143, .2);
}

.aba-evidence-note > strong {
  color: #fff;
  font-size: .86rem;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .18);
}

.aba-evidence-note p {
  margin: 6px 0 0;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

.aba-evidence-note > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 13px;
}

.aba-evidence-note a {
  color: #c9f4ff;
  font-size: .71rem;
  font-weight: 800;
}

.aba-evidence-note a:hover {
  color: #fff;
  text-decoration: underline;
}

.context-screen-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  align-items: start;
  gap: 20px;
}

.context-screen-card,
.game-screen-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8e5f5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(15, 60, 121, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.context-screen-card:hover,
.game-screen-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 72px rgba(15, 60, 121, .16);
}

.context-screen-card img {
  width: min(calc(100% - 38px), 270px);
  height: auto;
  margin: 24px auto 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 37px;
  background: #020812;
  box-shadow: 0 24px 52px rgba(4, 28, 65, .22);
}

.context-screen-card figcaption,
.game-screen-card figcaption {
  display: grid;
  gap: 4px;
  padding: 20px 21px 22px;
  text-align: center;
}

.context-screen-card strong,
.game-screen-card strong {
  color: #071b3b;
  font-size: .98rem;
}

.context-screen-card span,
.game-screen-card span {
  color: #65768d;
  font-size: .78rem;
}

.screening-layout {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  gap: clamp(38px, 6vw, 72px);
  align-items: start;
}

.screening-detail-copy .detail-lead + .detail-lead {
  margin-top: 14px;
}

.screening-detail-copy .check-list li {
  border-color: #dbe8f7;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(23, 68, 125, .055);
}

.screening-detail-copy .check-list li > span {
  background: #e7f5ff;
  color: var(--blue-600);
}

.screening-detail-copy .check-list strong {
  color: var(--navy-900);
}

.screening-detail-copy .check-list small {
  color: var(--muted);
}

.screening-more {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #d6e5f6;
  border-radius: 20px;
  background: #f7fbff;
  box-shadow: 0 14px 34px rgba(13, 61, 122, .07);
}

.screening-more summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: #0a356d;
  font-size: .94rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.screening-more summary::-webkit-details-marker {
  display: none;
}

.screening-more summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #e3f3ff;
  color: #0870dc;
  font-size: 1.15rem;
  transform: translateY(-50%);
}

.screening-more[open] summary::after {
  content: "−";
}

.screening-more > div {
  padding: 0 20px 20px;
  border-top: 1px solid #deebf8;
}

.screening-more p {
  margin: 17px 0 0;
  color: #566a83;
  font-size: .88rem;
  line-height: 1.75;
}

.screening-safety-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 17px 19px;
  border-left: 4px solid #1c8ee8;
  border-radius: 4px 16px 16px 4px;
  background: #eef7ff;
}

.screening-safety-note strong {
  color: #083a78;
  font-size: .88rem;
}

.screening-safety-note span {
  color: #5b6d84;
  font-size: .8rem;
  line-height: 1.6;
}

.premium-phone-shot {
  width: min(100%, 260px);
  margin: 0 auto;
  padding: 7px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, #041125, #143d72);
  box-shadow: 0 34px 74px rgba(5, 39, 84, .2);
}

.premium-phone-shot img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 25px;
}

.premium-phone-shot figcaption {
  padding: 13px 8px 5px;
  color: #d9e9fb;
  font-size: .76rem;
  font-weight: 700;
  text-align: center;
}

/* Games */
.games-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 5%, rgba(63, 201, 255, .2), transparent 25%),
    radial-gradient(circle at 10% 85%, rgba(95, 74, 255, .16), transparent 30%),
    linear-gradient(145deg, #031126, #09285a);
}

.games-intro {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.games-intro h2 {
  max-width: 760px;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}

.games-intro > p {
  margin: 0 0 6px;
  color: #bcd0e8;
}

.game-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 18px;
}

.game-screen-card {
  border-color: rgba(161, 207, 255, .18);
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(12px);
}

.game-screen-card img {
  width: min(calc(100% - 32px), 245px);
  height: auto;
  margin: 22px auto 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 36px;
  background: #020812;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .28);
}

.game-screen-card strong {
  color: #fff;
}

.game-screen-card span {
  color: #adc2dd;
}

/* Family */
.family-showcase {
  background: #fff;
}

.family-showcase-grid {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  align-items: center;
  gap: clamp(44px, 7vw, 88px);
}

.family-showcase-copy h2 {
  margin-top: 13px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.family-showcase-copy > p {
  margin: 22px 0 0;
  color: #5b6b82;
}

.family-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.family-points span {
  padding: 9px 13px;
  border: 1px solid #cfe3fa;
  border-radius: 999px;
  background: #f3f8ff;
  color: #315374;
  font-size: .78rem;
  font-weight: 750;
}

.family-showcase figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 32px 82px rgba(18, 65, 125, .18);
}

.family-showcase figure img {
  width: 100%;
}

.family-showcase figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  background: rgba(4, 18, 41, .72);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

/* Journey */
.journey-section {
  background:
    radial-gradient(circle at 50% 0, rgba(69, 178, 255, .13), transparent 30%),
    #f4f8fe;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.journey-grid article {
  position: relative;
  min-height: 300px;
  padding: 32px;
  border: 1px solid #d9e6f6;
  border-radius: 25px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 42px rgba(19, 67, 127, .07);
}

.journey-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, #075ad6, #08a1ee);
  color: #fff;
  font-weight: 850;
}

.journey-grid h3 {
  margin-top: 28px;
  font-size: 1.35rem;
}

.journey-grid p {
  margin: 13px 0 0;
  color: #5b6b82;
  font-size: .91rem;
}

@media (max-width: 1040px) {
  .home-v2 .hero-grid {
    grid-template-columns: 1fr .86fr;
    gap: 30px;
  }

  .home-v2 .phone-main {
    left: -2%;
  }

  .home-v2 .phone-secondary {
    right: -10%;
  }

  .game-screen-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-screen-card img {
    width: min(calc(100% - 44px), 275px);
  }
}

@media (max-width: 820px) {
  .intro-video-layout {
    grid-template-columns: 1fr;
  }

  .intro-video-copy {
    max-width: 720px;
  }

  .home-v2 .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-v2 .hero-copy {
    max-width: 720px;
    margin-inline: auto;
  }

  .home-v2 .device-stage {
    max-width: 620px;
    margin-inline: auto;
  }

  .home-v2 .phone-main {
    left: 12%;
  }

  .home-v2 .phone-secondary {
    right: 6%;
  }

  .feature-panel {
    grid-template-columns: 1fr minmax(240px, 300px);
    gap: 34px;
  }

  .context-screen-grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    overflow-x: auto;
    padding: 0 2px 20px;
    scroll-snap-type: x mandatory;
  }

  .context-screen-card {
    scroll-snap-align: start;
  }

  .screening-layout {
    grid-template-columns: 1fr minmax(220px, 270px);
  }

  .aba-module-hero,
  .aba-home-guidance {
    grid-template-columns: 1fr;
  }

  .aba-module-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .aba-module-stats article {
    grid-template-columns: 1fr;
  }

  .aba-level-grid {
    grid-template-columns: 1fr;
  }

  .games-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .family-showcase-grid {
    grid-template-columns: 1fr;
  }

  .family-showcase-copy {
    max-width: 720px;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .intro-video-section {
    padding: 72px 0;
  }

  .intro-video-layout {
    gap: 34px;
  }

  .intro-video-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .intro-video-window {
    border-radius: 20px;
  }

  .intro-video-window-bar {
    grid-template-columns: 54px 1fr 54px;
    min-height: 46px;
    padding: 0 12px;
  }

  .window-title {
    font-size: .63rem;
  }

  .intro-video-play-button {
    gap: 11px;
    padding: 14px;
  }

  .intro-video-play-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    font-size: 1rem;
  }

  .intro-video-play-button small {
    display: none;
  }

  .intro-video-caption {
    min-height: 50px;
    padding: 0 14px;
  }

  .intro-video-caption span:last-child {
    display: none;
  }

  .home-v2 .hero {
    padding-top: 38px;
  }

  .home-v2 .hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.6rem);
  }

  .home-v2 .device-stage {
    height: 540px;
  }

  .home-v2 .phone-main {
    left: 2%;
    width: 235px;
  }

  .home-v2 .phone-secondary {
    top: 85px;
    right: 0;
    width: 190px;
  }

  .home-v2 .note-one {
    display: none;
  }

  .home-v2 .section {
    padding: 70px 0;
  }

  .feature-tabs {
    margin-inline: -2px;
  }

  .feature-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 28px 21px 34px;
    border-radius: 25px;
  }

  .feature-panel h3 {
    font-size: 2.35rem;
  }

  .feature-panel > figure {
    width: min(100%, 290px);
  }

  .aba-explanation-layout,
  .screening-layout {
    grid-template-columns: 1fr;
  }

  .aba-module-trigger {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 9px 12px 9px 9px;
  }

  .aba-module-thumb {
    width: 56px;
    height: 56px;
    border-radius: 15px;
  }

  .aba-module-action {
    grid-column: 2;
    justify-self: start;
  }

  .aba-module-panel {
    padding: 8px;
  }

  .aba-module-panel-inner {
    max-height: calc(100dvh - 16px);
    gap: 19px;
    padding: 20px 16px 24px;
    border-radius: 22px;
  }

  .aba-module-close {
    width: 38px;
    height: 38px;
    margin-bottom: -49px;
  }

  .aba-module-hero {
    gap: 22px;
  }

  .aba-module-hero h3 {
    padding-right: 35px;
    font-size: 1.8rem;
  }

  .aba-module-visual {
    border-width: 5px;
    border-radius: 22px;
  }

  .aba-module-visual img {
    max-height: 390px;
  }

  .aba-module-stats {
    grid-template-columns: 1fr;
  }

  .aba-module-stats article {
    grid-template-columns: 46px 1fr;
  }

  .aba-ai-support {
    grid-template-columns: 1fr;
  }

  .context-heading {
    margin-top: 65px;
  }

  .context-screen-grid {
    grid-template-columns: repeat(3, 78vw);
  }

  .context-screen-card img {
    width: min(calc(100% - 30px), 250px);
  }

  .game-screen-grid {
    grid-template-columns: repeat(4, 78vw);
    overflow-x: auto;
    padding: 0 2px 20px;
    scroll-snap-type: x mandatory;
  }

  .game-screen-card {
    scroll-snap-align: center;
  }

  .game-screen-card img {
    width: min(calc(100% - 30px), 245px);
  }

  .premium-phone-shot {
    width: min(100%, 245px);
  }

  .premium-phone-shot img {
    height: 250px;
  }

  .family-showcase figure {
    border-radius: 22px;
  }

  .family-showcase figcaption {
    position: static;
    border: 0;
    border-radius: 0;
    background: #071b3b;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-tab,
  .context-screen-card,
  .game-screen-card,
  .aba-module-accordion,
  .aba-module-panel,
  .aba-module-panel-inner,
  .aba-module-thumb img {
    transition: none;
  }
}
