
/* Take One website — visual refresh preview */
.walkthrough-trigger {
  appearance: none;
  border: 0;
  padding: .35rem .1rem;
  background: transparent;
  color: #f0edff;
  cursor: pointer;
  font: inherit;
}
.walkthrough-trigger .play-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(167,139,250,.44);
  border-radius: 999px;
  background: rgba(139,92,246,.12);
  color: #d3b8ff;
  box-shadow: 0 7px 20px rgba(91,55,187,.18);
}
.walkthrough-trigger .play-icon svg {
  width: .68rem;
  height: .68rem;
  fill: currentColor;
  transform: translateX(.04rem);
}
.walkthrough-trigger:hover .play-icon {
  border-color: rgba(236,72,153,.58);
  background: rgba(236,72,153,.12);
  color: #f0a8d0;
}

.phone.phone-visual-refresh {
  width: 352px;
  padding: 8px;
  border-radius: 52px;
  background: linear-gradient(145deg, #3b4055, #171b29 33%, #05070c 70%, #363a4d);
}
.phone.phone-visual-refresh::after { border-radius: 50px; }
.phone-screen.phone-screen-image {
  min-height: 0;
  padding: 0;
  border-radius: 43px;
  aspect-ratio: 941 / 1672;
  background: #070914;
}
.phone-screen.phone-screen-image::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 14%),
    radial-gradient(circle at 50% 50%, rgba(139,92,246,.08), transparent 55%);
}
.hero-app-screen {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 42px;
}
.phone-visual-refresh .phone-side-left { top: 143px; }
.phone-visual-refresh .phone-side-right { top: 170px; }
.phone-visual-refresh + .callout-insight { top: 145px; }
.callout-insight { top: 150px; }
.callout-private { bottom: 105px; }

.steps-grid.steps-grid-clean {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1.25rem;
}
.steps-grid-clean .step-card {
  min-height: 196px;
  padding: 1.45rem 1.35rem 1.4rem;
  border-radius: 20px;
  background: #12162a;
  box-shadow: none;
  overflow: visible;
}
.steps-grid-clean .step-card::after,
.steps-grid-clean .step-icon {
  display: none;
}
.steps-grid-clean .step-badge {
  position: static;
  width: 38px;
  height: 38px;
  margin-bottom: 1.35rem;
  border: 0;
  border-radius: 11px;
  color: #fff;
  font-size: .9rem;
  box-shadow: 0 10px 26px rgba(98,72,220,.24);
}
.steps-grid-clean .step-card:nth-child(1) .step-badge {
  background: linear-gradient(135deg, #4f7df5, #6c5df3);
}
.steps-grid-clean .step-card:nth-child(2) .step-badge {
  background: linear-gradient(135deg, #795cf4, #8b5cf6);
}
.steps-grid-clean .step-card:nth-child(3) .step-badge {
  background: linear-gradient(135deg, #a94edc, #d047bf);
}
.steps-grid-clean .step-card:nth-child(4) .step-badge {
  background: linear-gradient(135deg, #ec4899, #f472b6);
}
.steps-grid-clean .step-card h3 {
  margin-bottom: .42rem;
  font-size: 1.05rem;
}
.steps-grid-clean .step-card p {
  color: #aab3c7;
  font-size: .91rem;
  line-height: 1.5;
}

.comparison-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 54%, rgba(139,92,246,.08), transparent 34%),
    linear-gradient(180deg, rgba(10,13,28,.92), rgba(7,9,20,.96));
}
.comparison-section .comparison-title {
  margin-bottom: 2.25rem;
  text-align: center;
}
.comparison-section .comparison-title .h2 {
  font-size: clamp(2rem, 3.25vw, 3rem);
}
.comparison-section .comparison-title .title-dot {
  color: #ecb24b;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
  max-width: 980px;
  margin-inline: auto;
}
.comparison-panel {
  position: relative;
  min-height: 255px;
  border: 1px solid rgba(148,163,184,.17);
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  background: rgba(8,11,24,.72);
}
.comparison-panel.is-positive {
  border-color: transparent;
  background:
    linear-gradient(#12162a,#12162a) padding-box,
    linear-gradient(115deg, #3b82f6, #8b5cf6 55%, #ec4899) border-box;
  box-shadow: 0 22px 60px rgba(67,45,156,.12);
}
.comparison-label {
  display: block;
  margin-bottom: 1.15rem;
  color: #9aa5bd;
  font-size: .83rem;
  font-weight: 760;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.comparison-panel.is-positive .comparison-label { color: #be9cff; }
.comparison-list {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comparison-list li {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  gap: .72rem;
  align-items: start;
  color: #aab3c7;
  line-height: 1.45;
}
.comparison-list li::before {
  content: "×";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-top: .05rem;
  border: 1px solid rgba(148,163,184,.38);
  border-radius: 50%;
  color: #7f8aa2;
  font-size: .78rem;
  font-weight: 700;
}
.comparison-panel.is-positive .comparison-list li {
  color: #f4f6fb;
  font-weight: 620;
}
.comparison-panel.is-positive .comparison-list li::before {
  content: "✓";
  border-color: transparent;
  background: rgba(139,92,246,.26);
  color: #cdbbff;
}

.video-modal[hidden] { display: none; }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,3,9,.86);
  backdrop-filter: blur(16px);
}
.video-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: calc(100vh - 2.4rem);
  display: grid;
  gap: .9rem;
  border: 1px solid rgba(167,139,250,.3);
  border-radius: 24px;
  padding: 1rem;
  background: linear-gradient(160deg, rgba(20,24,48,.99), rgba(7,9,20,.99));
  box-shadow: 0 34px 110px rgba(0,0,0,.66), 0 0 80px rgba(94,63,205,.15);
}
.video-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.video-dialog-title {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 680;
}
.video-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}
.video-close:hover { border-color: rgba(167,139,250,.5); }
.walkthrough-video {
  width: 100%;
  max-height: calc(100vh - 7.5rem);
  display: block;
  border-radius: 16px;
  background: #03040a;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}
body.video-modal-open { overflow: hidden; }

@media (max-width: 1100px) {
  .steps-grid.steps-grid-clean { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .phone.phone-visual-refresh { width: 306px; transform: none; }
  .phone-screen.phone-screen-image { border-radius: 38px; }
  .hero-app-screen { border-radius: 37px; }
  .steps-grid.steps-grid-clean,
  .comparison-grid { grid-template-columns: 1fr; }
  .steps-grid-clean .step-card { min-height: 0; }
  .comparison-panel { min-height: 0; }
  .video-dialog { width: min(100%, 410px); padding: .8rem; border-radius: 20px; }
}
@media (max-width: 480px) {
  .phone.phone-visual-refresh { width: 288px; }
}


/* R3R final hero corrections. This file keeps the known deployed asset path and
   uses a query-string revision in index.html to avoid stale browser caching. */
.hero-media .device-stage {
  min-height: 730px;
}

.walkthrough-trigger.btn-video {
  appearance: none;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border: 1px solid rgba(167,139,250,.42);
  border-radius: 14px;
  padding: .78rem 1.16rem;
  background: linear-gradient(115deg, #3b82f6, #8b5cf6 54%, #ec4899);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(121,72,231,.28);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.walkthrough-trigger.btn-video:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(121,72,231,.42);
  filter: brightness(1.04);
}
.walkthrough-trigger.btn-video:focus-visible {
  outline: 3px solid rgba(167,139,250,.52);
  outline-offset: 4px;
}
.walkthrough-trigger.btn-video .play-icon {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(7,9,20,.2);
  color: #fff;
  box-shadow: none;
}
.walkthrough-trigger.btn-video .play-icon svg {
  width: .65rem;
  height: .65rem;
  fill: currentColor;
  transform: translateX(.05rem);
}

.phone.phone-visual-refresh {
  width: 326px;
  padding: 7px;
  border-radius: 48px;
  background: linear-gradient(145deg, #3b4055, #171b29 33%, #05070c 70%, #363a4d);
  box-shadow: 0 36px 100px rgba(0,0,0,.55), 0 0 65px rgba(97,68,222,.18);
  transform: rotate(2.5deg);
}
.phone.phone-visual-refresh::after {
  display: block;
  border-radius: 46px;
}
.phone-screen.phone-screen-image {
  min-height: 0;
  padding: 0;
  border-radius: 41px;
  aspect-ratio: 1179 / 2556;
  background: #070914;
  overflow: hidden;
}
.phone-screen.phone-screen-image::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 14%),
    radial-gradient(circle at 50% 50%, rgba(139,92,246,.08), transparent 55%);
}
.hero-app-screen {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 40px;
}
.hero-phone-status {
  position: absolute;
  z-index: 4;
  top: 13px;
  left: 25px;
  right: 25px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  font-weight: 720;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 4px rgba(0,0,0,.65);
}
.hero-phone-time {
  width: 42px;
  font-variant-numeric: tabular-nums;
}
.hero-phone-island {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 86px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 15px;
  background: rgba(1,2,5,.98);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.hero-phone-indicators {
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.hero-phone-indicators svg {
  display: block;
  width: 13px;
  height: 10px;
  overflow: visible;
  color: currentColor;
}
.hero-phone-signal rect {
  fill: currentColor;
}
.hero-phone-wifi path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
}
.hero-phone-battery {
  position: relative;
  width: 18px;
  height: 9px;
  display: inline-block;
  border: 1.2px solid currentColor;
  border-radius: 2.2px;
}
.hero-phone-battery::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  width: 2px;
  height: 4px;
  border-radius: 0 1px 1px 0;
  background: currentColor;
}
.hero-phone-battery i {
  position: absolute;
  top: 1.5px;
  left: 1.5px;
  width: 11px;
  height: 4px;
  border-radius: 1px;
  background: currentColor;
}
.phone-visual-refresh .phone-side-left { top: 150px; }
.phone-visual-refresh .phone-side-right { top: 178px; }
.phone-visual-refresh + .callout-insight,
.callout-insight { top: 154px; }
.callout-private { bottom: 112px; }

@media (max-width: 1100px) {
  .hero-media .device-stage { min-height: 690px; }
}
@media (max-width: 720px) {
  .hero-media .device-stage { min-height: 620px; }
  .phone.phone-visual-refresh { width: 296px; transform: none; }
  .phone-screen.phone-screen-image { border-radius: 38px; }
  .hero-app-screen { border-radius: 37px; }
  .hero-phone-status { top: 12px; left: 23px; right: 23px; }
  .hero-phone-island { width: 80px; height: 21px; }
}
@media (max-width: 480px) {
  .phone.phone-visual-refresh { width: 282px; }
  .hero-media .device-stage { min-height: 590px; }
  .hero-phone-status { top: 11px; left: 22px; right: 22px; font-size: 9px; }
  .hero-phone-island { width: 76px; height: 20px; }
}


/* R6 hero polish: tighten the phone width slightly, inset the app capture so it has
   visible breathing room around the UI, and force the walkthrough CTA to render as a
   clean gradient button with no stray side lines. */
.hero-media .device-stage {
  min-height: 748px;
}

.phone.phone-visual-refresh {
  width: 318px;
  padding: 7px;
  border-radius: 49px;
  box-shadow: 0 38px 100px rgba(0,0,0,.56), 0 0 68px rgba(97,68,222,.19);
}
.phone.phone-visual-refresh::after {
  border-radius: 47px;
}
.phone-screen.phone-screen-image {
  border-radius: 41px;
  background:
    radial-gradient(circle at 50% 18%, rgba(75,92,255,.06), transparent 34%),
    linear-gradient(180deg, #060913 0%, #080b16 100%);
}
.hero-app-screen {
  position: absolute;
  z-index: 0;
  top: 18px;
  left: 50%;
  width: 91%;
  height: calc(100% - 34px);
  transform: translateX(-50%);
  object-fit: contain;
  object-position: top center;
  border-radius: 34px;
}
.hero-phone-status {
  top: 13px;
  left: 24px;
  right: 24px;
}
.phone-visual-refresh + .callout-insight,
.callout-insight {
  top: 148px;
  right: -58px;
}
.callout-private {
  right: -64px;
  bottom: 116px;
}

.walkthrough-trigger.btn-video {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .74rem;
  min-height: 52px;
  padding: .82rem 1.24rem;
  border: 1px solid rgba(167,139,250,.36);
  border-radius: 14px;
  background: linear-gradient(115deg, #3b82f6 0%, #8b5cf6 54%, #ec4899 100%);
  color: #fff;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 14px 34px rgba(121,72,231,.3);
}
.walkthrough-trigger.btn-video::before,
.walkthrough-trigger.btn-video::after {
  content: none !important;
  display: none !important;
}
.walkthrough-trigger.btn-video:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(121,72,231,.42);
  filter: brightness(1.04);
}
.walkthrough-trigger.btn-video > span {
  position: relative;
  z-index: 1;
}
.walkthrough-trigger.btn-video .play-icon {
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(7,9,20,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

@media (max-width: 1100px) {
  .hero-media .device-stage { min-height: 708px; }
}
@media (max-width: 720px) {
  .hero-media .device-stage { min-height: 628px; }
  .phone.phone-visual-refresh {
    width: 292px;
    transform: none;
  }
  .phone-screen.phone-screen-image {
    border-radius: 38px;
  }
  .hero-app-screen {
    top: 17px;
    width: 91%;
    height: calc(100% - 32px);
    border-radius: 31px;
  }
  .hero-phone-status {
    top: 12px;
    left: 22px;
    right: 22px;
  }
  .phone-visual-refresh + .callout-insight,
  .callout-insight {
    top: 132px;
    right: -24px;
  }
  .callout-private {
    right: -28px;
    bottom: 98px;
  }
}
@media (max-width: 480px) {
  .phone.phone-visual-refresh { width: 284px; }
  .callout-insight,
  .callout-private { right: -12px; }
}


/* R6 final corrections: hero app fill and button shell */
.hero-media .device-stage {
  min-height: 730px;
}
.phone.phone-visual-refresh {
  width: 316px;
  padding: 7px;
  border-radius: 48px;
  box-shadow: 0 36px 100px rgba(0,0,0,.55), 0 0 65px rgba(97,68,222,.18);
}
.phone.phone-visual-refresh::after {
  border-radius: 46px;
}
.phone-screen.phone-screen-image {
  position: relative;
  overflow: hidden;
  border-radius: 41px;
  aspect-ratio: 1179 / 2556;
}
.hero-app-screen {
  position: absolute !important;
  top: 18px !important;
  left: 50% !important;
  width: calc(100% - 20px) !important;
  height: calc(100% - 24px) !important;
  transform: translateX(-50%) !important;
  object-fit: cover !important;
  object-position: top center !important;
  border-radius: 35px !important;
}
.hero-phone-status {
  top: 13px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.phone-visual-refresh + .callout-insight,
.callout-insight {
  top: 146px;
  right: -58px;
}
.callout-private {
  right: -64px;
  bottom: 116px;
}

.walkthrough-trigger.btn-video {
  appearance: none !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  box-shadow: none !important;
  overflow: visible !important;
}
.walkthrough-trigger.btn-video::before,
.walkthrough-trigger.btn-video::after {
  content: none !important;
  display: none !important;
}
.walkthrough-trigger.btn-video .walkthrough-button-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .74rem;
  min-height: 52px;
  padding: .82rem 1.24rem;
  border: 1px solid rgba(167,139,250,.28);
  border-radius: 14px;
  background: var(--gradient) padding-box, linear-gradient(rgba(255,255,255,.13), rgba(255,255,255,.07)) border-box;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(121,72,231,.30);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.walkthrough-trigger.btn-video:hover .walkthrough-button-shell {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(121,72,231,.42);
  filter: brightness(1.04);
}
.walkthrough-trigger.btn-video:focus-visible {
  outline: 3px solid rgba(167,139,250,.52);
  outline-offset: 4px;
}
.walkthrough-trigger.btn-video .walkthrough-label {
  line-height: 1;
}
.walkthrough-trigger.btn-video .play-icon {
  width: 1.65rem;
  height: 1.65rem;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(7,9,20,.18);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.walkthrough-trigger.btn-video .play-icon svg {
  width: .65rem;
  height: .65rem;
  fill: currentColor;
  transform: translateX(.05rem);
}

@media (max-width: 720px) {
  .hero-media .device-stage { min-height: 628px; }
  .phone.phone-visual-refresh {
    width: 292px;
    transform: none;
  }
  .phone-screen.phone-screen-image { border-radius: 38px; }
  .hero-app-screen {
    top: 16px !important;
    width: calc(100% - 18px) !important;
    height: calc(100% - 22px) !important;
    border-radius: 32px !important;
  }
  .hero-phone-status {
    top: 12px;
    left: 22px;
    right: 22px;
  }
  .phone-visual-refresh + .callout-insight,
  .callout-insight {
    top: 132px;
    right: -24px;
  }
  .callout-private {
    right: -28px;
    bottom: 98px;
  }
}
@media (max-width: 480px) {
  .phone.phone-visual-refresh { width: 286px; }
  .callout-insight,
  .callout-private { right: -12px; }
}


/* R6 tweak: center hero brand/title within the phone preview */
.hero-app-brand-cover {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: 10px;
  width: 190px;
  height: 42px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(7,9,20,.98) 0%, rgba(7,9,20,.98) 74%, rgba(7,9,20,0) 100%);
  pointer-events: none;
}
.hero-app-brand {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7f7fb;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -.01em;
  pointer-events: none;
}
.hero-app-brand-logo {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 6px;
  border: 1.6px solid #a86df7;
  background: rgba(9,12,24,.9);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.hero-app-brand-logo::after {
  content: "";
  position: absolute;
  inset: -4px auto auto -4px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.6px solid rgba(99,102,241,.75);
}
.hero-app-brand-logo-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0 0 8px rgba(255,255,255,.2);
}
.hero-app-brand-text span {
  background: linear-gradient(115deg, #7c6cff, #ec4899 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 720px) {
  .hero-app-brand-cover {
    top: 40px;
    left: 10px;
    width: 176px;
    height: 40px;
  }
  .hero-app-brand {
    top: 48px;
    font-size: 14px;
    gap: 9px;
  }
  .hero-app-brand-logo,
  .hero-app-brand-logo::after {
    width: 18px;
    height: 18px;
  }
}
