:root {
  --background: #f7fbff;
  --foreground: #10283d;
  --card: #ffffff;
  --card-foreground: #10283d;
  --popover: #ffffff;
  --popover-foreground: #10283d;
  --primary: #1379ed;
  --primary-foreground: #ffffff;
  --secondary: #eaf4ff;
  --secondary-foreground: #123d66;
  --muted: #edf3f7;
  --muted-foreground: #5d7184;
  --accent: #20c875;
  --accent-foreground: #082b1c;
  --destructive: #dc2626;
  --border: #d9e5ee;
  --input: #d9e5ee;
  --ring: #1379ed;
  --radius: 1rem;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

button,
a,
summary,
video { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

svg.icon {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
video:focus-visible {
  outline: 3px solid rgba(19, 121, 237, 0.45);
  outline-offset: 4px;
}

.site-shell { min-height: 100vh; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-width {
  width: min(100% - 2rem, 1160px);
  margin-inline: auto;
}

.preview-note {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.4rem 1rem;
  background: #10283d;
  color: #dce9f3;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  text-align: center;
}

.preview-note span {
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: #20c875;
  color: #082b1c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.preview-note p { margin: 0; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 251, 255, 0.88);
  border-bottom: 1px solid rgba(190, 211, 226, 0.72);
  backdrop-filter: blur(16px);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  flex: 0 0 auto;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(24, 116, 205, 0.16);
}

.brand-name {
  font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #172331;
}

.brand-name .brand-blue { color: #1684ed; }
.brand-name .brand-green { color: #22bd62; }

.topbar nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-left: auto;
}

.topbar nav a {
  color: #496277;
  font-size: 0.94rem;
  font-weight: 650;
  transition: color 160ms ease;
}

.topbar nav a:hover { color: #0b69ce; }

.primary-button,
.final-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.78rem 1.15rem 0.8rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f7fea 0%, #168bee 48%, #22c975 130%);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 123, 231, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.final-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(15, 123, 231, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.primary-button.compact {
  min-height: 42px;
  padding: 0.55rem 0.82rem 0.58rem 1rem;
  border-radius: 13px;
  font-size: 0.9rem;
  box-shadow: 0 9px 22px rgba(15, 123, 231, 0.2);
}

/* Galleria tutorial: un solo video viene caricato e riprodotto alla volta. */
.tutorial-hero {
  position: relative;
  background: #081c2c;
  color: #ffffff;
}

.tutorial-stage {
  position: relative;
  isolation: isolate;
  height: calc(100vh - 72px);
  height: calc(100svh - 72px);
  min-height: 620px;
  max-height: 980px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(30, 203, 116, 0.24), transparent 31%),
    radial-gradient(circle at 17% 76%, rgba(20, 126, 237, 0.28), transparent 34%),
    linear-gradient(135deg, #071927 0%, #0b2d46 56%, #0a3a3a 100%);
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.tutorial-stage:active { cursor: grabbing; }

.tutorial-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.tutorial-gallery-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #071927;
  object-fit: cover;
  object-position: center;
}

.tutorial-gallery-video.is-contained {
  padding: 1.2rem 0;
  background:
    radial-gradient(circle at center, rgba(20, 126, 237, 0.18), transparent 42%),
    #071927;
  object-fit: contain;
}

.tutorial-gallery-video[hidden],
.tutorial-placeholder[hidden] { display: none; }

.tutorial-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 20, 32, 0.52) 0%, transparent 34%, transparent 70%, rgba(5, 20, 32, 0.2) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, 0.93) 0%, rgba(5, 20, 32, 0.38) 28%, transparent 58%);
  pointer-events: none;
}

.tutorial-topline {
  position: absolute;
  top: clamp(1.25rem, 3vw, 2.25rem);
  left: clamp(1rem, 5vw, 4.8rem);
  right: clamp(1rem, 5vw, 4.8rem);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  pointer-events: none;
}

.tutorial-gallery-heading {
  max-width: min(900px, 92%);
  margin: 0;
  color: #ffffff;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3vw, 3.25rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
  text-shadow: 0 7px 28px rgba(0, 0, 0, 0.36);
}

.tutorial-audio-toggle {
  position: absolute;
  width: max-content;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  top: 50%;
  left: 50%;
  z-index: 8;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 50px;
  padding: 0.34rem 0.82rem 0.34rem 0.38rem;
  border: 1px solid rgba(255, 183, 75, 0.72);
  border-radius: 999px;
  background: rgba(7, 26, 40, 0.82);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 850;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
  cursor: grab;
  transform: translate(-50%, -50%);
  touch-action: none;
  user-select: none;
  backdrop-filter: blur(14px);
}

.tutorial-audio-toggle.is-dragging {
  cursor: grabbing;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.tutorial-audio-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff9500;
  color: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 149, 0, 0.16), 0 8px 24px rgba(255, 149, 0, 0.28);
  animation: tutorial-audio-float 2.4s ease-in-out infinite;
}

.tutorial-audio-icon .icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}

.tutorial-audio-toggle.is-audio-on {
  border-color: rgba(92, 235, 157, 0.82);
  background: rgba(10, 88, 65, 0.86);
}

.tutorial-audio-toggle.is-audio-on .tutorial-audio-icon {
  background: #24ce79;
  color: #06291a;
  box-shadow: 0 0 0 5px rgba(36, 206, 121, 0.14), 0 8px 24px rgba(36, 206, 121, 0.25);
  animation: none;
}

@keyframes tutorial-audio-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.tutorial-counter {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 30, 46, 0.58);
  color: #89efb6;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  backdrop-filter: blur(10px);
}

.tutorial-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(7, 27, 42, 0.62);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
  transition: background-color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.tutorial-arrow:hover {
  border-color: rgba(127, 239, 178, 0.75);
  background: rgba(17, 125, 91, 0.78);
  transform: translateY(-50%) scale(1.06);
}

.tutorial-arrow .icon { width: 27px; height: 27px; }
.tutorial-arrow-previous { left: clamp(1rem, 2.4vw, 2.6rem); }
.tutorial-arrow-previous .icon { transform: rotate(180deg); }
.tutorial-arrow-next { right: clamp(1rem, 2.4vw, 2.6rem); }

.tutorial-dots {
  position: absolute;
  left: 50%;
  bottom: 2.25rem;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 22, 34, 0.58);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.tutorial-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tutorial-dot.is-active {
  width: 26px;
  border-color: #65eaa1;
  background: #65eaa1;
}

.tutorial-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.62rem;
  padding: 7rem 1.2rem 12rem;
  background:
    radial-gradient(circle at center, rgba(34, 201, 117, 0.13), transparent 30%),
    linear-gradient(135deg, #081c2c, #0d3550 58%, #0d3f3c);
  color: #ffffff;
  text-align: center;
}

.tutorial-placeholder-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(20, 126, 237, 0.28);
  color: #77edac;
}

.tutorial-placeholder-icon .icon { width: 34px; height: 34px; }
.tutorial-placeholder strong { font-size: clamp(1.2rem, 2.3vw, 1.7rem); }

.tutorial-placeholder p {
  max-width: min(720px, 92vw);
  margin: 0.2rem 0 0;
  padding: 0.48rem 0.7rem;
  border-radius: 10px;
  background: rgba(2, 16, 25, 0.54);
  color: #a9d9f3;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

.tutorial-placeholder small {
  max-width: 520px;
  color: #c5d9e5;
  font-size: 0.84rem;
}

.hero-after-video { padding-block: clamp(3.8rem, 7vw, 6.8rem); }

.hero-grid.hero-grid-copy-only {
  grid-template-columns: minmax(0, 850px);
  justify-content: center;
}

.hero-grid-copy-only .hero-copy { text-align: center; }
.hero-grid-copy-only .eyebrow,
.hero-grid-copy-only .hero-lead { margin-inline: auto; }
.hero-grid-copy-only .hero-actions,
.hero-grid-copy-only .trust-row { justify-content: center; }
.hero-grid-copy-only h1 { margin-inline: auto; }

.hero {
  position: relative;
  isolation: isolate;
  padding: 4rem 0 4.5rem;
  background:
    linear-gradient(rgba(20, 125, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 125, 231, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fafdff 0%, #f5fbff 78%, #eef8ff 100%);
  background-size: 48px 48px, 48px 48px, auto;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  right: -100px;
  top: 8%;
  background: rgba(38, 202, 121, 0.14);
}

.hero-glow-two {
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: -160px;
  background: rgba(33, 131, 237, 0.15);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6.2rem);
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow,
.section-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  margin: 0 0 1.1rem;
  color: #0e6ecf;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.095em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow {
  padding: 0.52rem 0.78rem;
  border: 1px solid #cde3f8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 28px rgba(37, 102, 154, 0.07);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: #0f2538;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  font-size: clamp(3.25rem, 5.8vw, 5.65rem);
  font-weight: 850;
  letter-spacing: -0.067em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  background: linear-gradient(100deg, #137de9 5%, #138ce6 47%, #22bd68 98%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero h1 .title-first {
  background: none;
  color: #0f2538;
  -webkit-text-fill-color: #0f2538;
}

.hero-lead {
  max-width: 650px;
  margin: 1.55rem 0 0;
  color: #435d70;
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.05rem 1.3rem;
  margin-top: 2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #214b6b;
  font-size: 0.96rem;
  font-weight: 750;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #526a7e;
  font-size: 0.84rem;
  font-weight: 650;
}

.trust-row svg {
  width: 17px;
  height: 17px;
  color: #18a75c;
}

.hero-visual {
  position: relative;
  width: min(100%, 430px);
  justify-self: center;
  padding: 1rem 2.4rem 1.6rem;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% -7% 12%;
  z-index: -1;
  border: 1px solid rgba(26, 137, 227, 0.18);
  border-radius: 47% 53% 52% 48% / 42% 43% 57% 58%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(226, 246, 255, 0.5));
  transform: rotate(-4deg);
}

.video-phone {
  position: relative;
  width: min(100%, 270px);
  aspect-ratio: 9 / 17;
  margin-inline: auto;
  padding: 0.5rem;
  border: 1px solid #ccdae5;
  border-radius: 38px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(22, 73, 110, 0.22), 0 8px 20px rgba(22, 73, 110, 0.08);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 0.78rem;
  left: 50%;
  width: 72px;
  height: 19px;
  border-radius: 999px;
  background: #0d1a24;
  transform: translateX(-50%);
}

.video-label {
  position: absolute;
  z-index: 3;
  top: 2.55rem;
  left: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  background: rgba(10, 27, 42, 0.82);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #36dc83;
  box-shadow: 0 0 0 4px rgba(54, 220, 131, 0.18);
}

.video-phone video {
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  border-radius: 31px 31px 16px 16px;
  background: #e8f1f6;
  object-fit: cover;
  object-position: center;
}

.video-caption {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 0.58rem;
  padding: 0.62rem 0.75rem 0.48rem;
  color: #173047;
}

.video-caption svg { flex: 0 0 auto; color: #1482ea; }

.video-caption div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.video-caption strong { font-size: 0.78rem; line-height: 1.2; }
.video-caption span { color: #718495; font-size: 0.66rem; line-height: 1.25; }

.flow-chip,
.control-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid rgba(194, 217, 233, 0.94);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(22, 73, 110, 0.15);
  backdrop-filter: blur(10px);
}

.flow-chip { min-width: 174px; padding: 0.72rem; }

.flow-chip-calendar {
  top: 13%;
  left: -0.7rem;
  animation: gentle-float 5s ease-in-out infinite;
}

.flow-chip-message {
  top: 42%;
  right: -0.75rem;
  animation: gentle-float 5s 1.1s ease-in-out infinite;
}

.flow-number {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #e5f3ff;
  color: #0b70d3;
  font-size: 0.78rem;
  font-weight: 900;
}

.flow-chip-message .flow-number { background: #def9e9; color: #11894a; }

.mic-flow-icon {
  overflow: hidden;
  background: #fff5e9;
}

.mic-flow-icon img {
  display: block;
  width: 42px;
  height: 48px;
  max-width: none;
  object-fit: contain;
  transform: translate(-2px, 2px);
}

.flow-settings-icon .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.15;
}

.flow-chip div,
.control-chip span { display: flex; flex-direction: column; }

.flow-chip strong,
.control-chip strong { color: #19364d; font-size: 0.76rem; line-height: 1.2; }

.flow-chip small,
.control-chip small { color: #728595; font-size: 0.67rem; }

.control-chip {
  right: -0.45rem;
  bottom: 3.3rem;
  padding: 0.72rem 0.82rem;
}

.control-chip > svg {
  width: 31px;
  height: 31px;
  padding: 0.42rem;
  border-radius: 10px;
  background: #18b866;
  color: #ffffff;
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.profession-band {
  border-top: 1px solid #dceaf4;
  border-bottom: 1px solid #dceaf4;
  background: #ffffff;
}

.profession-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 88px;
  padding-block: 0.85rem;
}

.profession-inner > p {
  flex: 0 0 auto;
  margin: 0;
  color: #5d7385;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.profession-list {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.35rem;
  scrollbar-width: none;
}

.profession-list::-webkit-scrollbar { display: none; }

.profession {
  flex: 0 0 auto;
  padding: 0.47rem 0.7rem;
  border: 1px solid #dbe8f1;
  border-radius: 999px;
  color: #496174;
  background: #fbfdff;
  font-size: 0.78rem;
  font-weight: 700;
}

.profession.active {
  border-color: #b7e9cc;
  background: #e9fbf0;
  color: #0b7b41;
}

.profession.ellipsis {
  min-width: 38px;
  padding-inline: 0.48rem;
  border-color: transparent;
  background: transparent;
  color: #1684ed;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.section { padding: clamp(4.8rem, 8vw, 7.5rem) 0; }
.section-heading { margin-bottom: 2.6rem; }

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .section-kicker { margin-inline: auto; }

.section-heading h2,
.control-copy h2,
.faq-intro h2,
.final-card h2 {
  margin: 0;
  color: #10283d;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 4.1vw, 3.8rem);
  font-weight: 850;
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.section-heading > p:last-child,
.split-heading > p,
.faq-intro > p,
.control-copy > p,
.final-card > div > p:last-child {
  color: #587083;
  font-size: 1.05rem;
  line-height: 1.7;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, 0.94fr));
  gap: 1rem;
}

.steps::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 16%;
  right: 16%;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, #99cafa, #20c875);
}

.step-card {
  position: relative;
  z-index: 1;
  min-height: 465px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #dce8f1;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 45px rgba(21, 66, 100, 0.07);
}

.step-card.featured {
  border-color: #bcead0;
  background: linear-gradient(160deg, #ffffff 0%, #edfff4 100%);
}

.step-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.45rem;
}

.step-topline span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #e8f4ff;
  color: #0f72d4;
  font-size: 0.78rem;
  font-weight: 900;
}

.featured .step-topline > span:first-child { background: #dff8e9; color: #0d8848; }
.step-topline svg { width: 27px; height: 27px; color: #1781e5; }
.featured .step-topline svg { color: #16a85b; }

.step-overline {
  color: #8a9aa7;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entry-methods {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.1rem;
}

.entry-method {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  padding: 0.72rem;
  border: 1px solid #e0eaf1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(22, 67, 101, 0.045);
}

.entry-method > div { min-width: 0; }

.entry-method > div > strong {
  display: block;
  color: #1379df;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  line-height: 1.2;
}

.entry-method > div > p {
  margin-top: 0.24rem;
  color: #647b8e;
  font-size: 0.79rem;
  line-height: 1.42;
}

.voice-method {
  border-color: #ffd7aa;
  background: linear-gradient(120deg, #fffaf4 0%, #ffffff 100%);
}

.voice-method > div > strong { color: #d56c00; font-size: 0.9rem; }
.manual-method > div > strong { color: #1379df; }
.calendar-method > div > strong { color: #159258; }

.method-art {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #edf6ff;
}

.microphone-art { background: #fff7ec; }

.microphone-art img {
  width: 64px;
  height: 73px;
  max-width: none;
  object-fit: contain;
}

.manual-entry-icon {
  width: 45px;
  display: grid;
  gap: 4px;
}

.manual-field {
  height: 17px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border: 1px solid #78b9f7;
  border-radius: 5px;
  background: #ffffff;
  color: #3379ba;
  font-size: 6px;
  font-weight: 800;
}

.manual-keys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding: 4px;
  border-radius: 6px;
  background: linear-gradient(145deg, #1787ed, #75bcfa);
  box-shadow: 0 4px 10px rgba(19, 121, 223, 0.2);
}

.manual-keys i {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.calendar-method .method-art { background: #effcf4; }

.calendar-entry-icon {
  position: relative;
  width: 42px;
  height: 43px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(19, 121, 223, 0.16);
}

.calendar-colors {
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.calendar-colors i:nth-child(1) { background: #2684f4; }
.calendar-colors i:nth-child(2) { background: #24bd71; }
.calendar-colors i:nth-child(3) { background: #ffd348; }
.calendar-colors i:nth-child(4) { background: #ff755e; }

.calendar-entry-icon > strong {
  padding-top: 7px;
  color: #176dbb;
  font-size: 1rem;
  line-height: 1;
}

.step-topline .step-illustration {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
}

.step-topline .step-illustration svg { color: #ffffff; }

.step-topline .message-illustration {
  background: linear-gradient(145deg, #21c775, #0e9b54);
  box-shadow: 0 10px 22px rgba(25, 177, 99, 0.22);
}

.message-illustration svg:first-child { width: 26px; height: 26px; }
.message-illustration svg:last-child {
  position: absolute;
  right: 5px;
  bottom: 4px;
  width: 17px;
  height: 17px;
  padding: 2px;
  border-radius: 6px;
  background: #ffffff;
  color: #118b4c;
}

.step-topline .send-illustration {
  background: linear-gradient(145deg, #1789ef, #126dcc);
  box-shadow: 0 10px 22px rgba(19, 121, 223, 0.22);
}

.template-preview {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid #ccebd9;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  color: #38566b;
  font-size: 0.86rem;
  line-height: 1.58;
}

.template-sentence { margin: 0 !important; color: #38566b !important; font-size: 0.86rem !important; line-height: 1.7 !important; }

.template-preview b {
  padding: 0.08rem 0.26rem;
  border-radius: 6px;
  background: #dff8e9;
  color: #078648;
  font-weight: 900;
}

.inline-message-example {
  padding-top: 0.8rem;
  border-top: 1px solid #d9ece1;
}

.inline-message-example > small {
  display: block;
  margin-bottom: 0.38rem;
  color: #2476b8;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.inline-message-example blockquote {
  margin: 0;
  color: #38566b;
  font-size: 0.8rem;
  line-height: 1.65;
}

.template-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}

.template-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: #637b8d;
  font-size: 0.66rem;
  font-weight: 780;
}

.template-legend em {
  font-style: normal;
}

.template-legend i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38566b;
}

.template-legend .variable-legend i {
  background: #13a15a;
}

.tap-result {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.35rem;
  padding: 0.9rem;
  border-radius: 17px;
  background: linear-gradient(135deg, #e8f4ff, #edfdf4);
  color: #105f9e;
}

.tap-result svg {
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  color: #1683e8;
}

.tap-result strong { font-size: 0.86rem; line-height: 1.35; }

.step-card .free-again {
  margin-top: 0.8rem;
  color: #188f51;
  font-weight: 800;
}

.step-card h3,
.benefit-card h3,
.clip-card h3 {
  margin: 0;
  color: #173148;
  font-size: 1.16rem;
  line-height: 1.25;
}

.step-card p,
.benefit-card p,
.clip-card p {
  margin: 0.72rem 0 0;
  color: #647b8e;
  font-size: 0.94rem;
  line-height: 1.65;
}

.step-note {
  width: fit-content;
  margin-top: auto;
  padding-top: 1rem;
  color: #1884e6;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.featured .step-note { color: #0d944e; }

.control-section {
  position: relative;
  background: #102e48;
  color: #ffffff;
  overflow: hidden;
}

.control-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(26, 129, 229, 0.3), transparent 35%),
    radial-gradient(circle at 90% 90%, rgba(32, 200, 117, 0.23), transparent 36%);
  pointer-events: none;
}

.control-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.control-grid.single-control { grid-template-columns: 1fr; }

.single-control .control-copy { max-width: 980px; }

.single-control .control-copy > p { max-width: 780px; }

.single-control .control-copy ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-control .control-copy li {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
}

.section-kicker.light { color: #75eaaa; }

.control-copy h2,
.final-card h2 { color: #ffffff; }

.control-copy > p { color: #c8dae8; }

.control-copy ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.control-copy li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #e8f1f7;
  font-size: 0.96rem;
}

.control-copy li svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  margin-top: 0.08rem;
  padding: 0.22rem;
  border-radius: 7px;
  background: #20c875;
  color: #082b1c;
}

.message-example {
  position: relative;
  max-width: 570px;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 15, 28, 0.22);
  backdrop-filter: blur(16px);
}

.message-example::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: -1;
  border-radius: 30px;
  border: 1px solid rgba(74, 220, 142, 0.28);
}

.example-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #a9c0d2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.example-header svg { color: #58df98; }

.message-example blockquote {
  margin: 1.7rem 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.72rem);
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.48;
}

.example-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

.example-actions span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.68rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #d9e7f1;
  font-size: 0.78rem;
  font-weight: 700;
}

.example-actions .send-demo { background: #20c875; color: #082b1c; }

.message-example > small {
  display: block;
  margin-top: 1.2rem;
  color: #91aabe;
  font-size: 0.72rem;
}

.benefits-section { background: #ffffff; }

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 3rem;
}

.split-heading .section-kicker { margin-bottom: 0.85rem; }

.split-heading > p {
  max-width: 480px;
  margin: 0;
  justify-self: end;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  grid-column: span 3;
  min-height: 245px;
  padding: 1.4rem;
  border: 1px solid #dce8f1;
  border-radius: 23px;
  background: #fbfdff;
}

.benefit-card.blue-benefit {
  background: linear-gradient(145deg, #157fe6 0%, #0f6cc7 100%);
  border-color: transparent;
  color: #ffffff;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 3rem;
  border-radius: 15px;
  background: #e6f3ff;
  color: #147ade;
}

.blue-benefit .benefit-icon,
.orange-benefit .benefit-icon { background: rgba(255, 255, 255, 0.18); color: #ffffff; }
.benefit-icon svg { width: 23px; height: 23px; }
.blue-benefit h3,
.orange-benefit h3 { color: #ffffff; }
.blue-benefit p { color: #ddebfa; }

.benefit-card.orange-benefit {
  border-color: transparent;
  background: linear-gradient(145deg, #ffa51f 0%, #ef7806 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(225, 116, 8, 0.13);
}

.orange-benefit p { color: #fff4df; }

.benefit-card.white-benefit {
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(21, 66, 100, 0.06);
}

.benefit-card.green-benefit {
  border-color: #bde9cf;
  background: linear-gradient(145deg, #effdf5 0%, #ddf8e8 100%);
}

.green-benefit .benefit-icon {
  background: #ffffff;
  color: #12a75a;
  box-shadow: 0 8px 20px rgba(18, 151, 82, 0.1);
}

.mode-section {
  position: relative;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 153, 19, 0.12), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(29, 195, 112, 0.12), transparent 30%),
    #fffaf4;
  overflow: hidden;
}

.mode-heading { max-width: 850px !important; }

.mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin-inline: auto;
}

.mode-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid #dbe8f1;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(30, 72, 103, 0.08);
}

.current-mode {
  border-color: #b8e5ca;
  background: linear-gradient(150deg, #ffffff 0%, #eafbf1 100%);
}

.future-mode {
  border-color: #ffd39e;
  background: linear-gradient(150deg, #ffffff 0%, #fff1de 100%);
}

.mode-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.mode-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.mode-status i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.mode-status.available { background: #dcf8e7; color: #08783e; }
.mode-status.available i { background: #16b764; box-shadow: 0 0 0 4px rgba(22, 183, 100, 0.13); }
.mode-status.coming { background: #fff0d9; color: #bb5c00; }
.mode-status.coming i { background: #f58a13; box-shadow: 0 0 0 4px rgba(245, 138, 19, 0.14); }

.mode-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
}

.mode-icon svg { width: 26px; height: 26px; }
.current-mode .mode-icon { background: #1fc271; color: #ffffff; box-shadow: 0 10px 22px rgba(24, 173, 97, 0.2); }
.future-mode .mode-icon { background: #ff9817; color: #ffffff; box-shadow: 0 10px 22px rgba(228, 125, 9, 0.2); }

.mode-label {
  margin: 0 0 0.55rem;
  color: #738797;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-card h3 {
  margin: 0;
  color: #153047;
  font-family: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.mode-card > p:not(.mode-label) {
  margin: 1rem 0 0;
  color: #5a7183;
  line-height: 1.65;
}

.mode-footnote {
  margin-top: auto;
  padding-top: 1.4rem;
  color: #2d6574;
  font-size: 0.78rem;
  font-weight: 780;
}

.future-mode .mode-footnote { color: #a55a12; }

.video-section {
  background: linear-gradient(180deg, #edf7ff 0%, #f7fbff 100%);
}

.video-heading { align-items: center; }

.clip-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 235px);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.4rem 0.2rem 1.3rem;
  scroll-snap-type: x mandatory;
  scrollbar-color: #b6d7ee transparent;
}

.clip-card {
  scroll-snap-align: start;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.video-trigger { cursor: pointer; }

.clip-card .clip-visual {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.clip-card:hover .clip-visual,
.clip-card:focus-visible .clip-visual {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(16, 91, 155, 0.23);
}

.clip-card:focus-visible { outline: none; }

.clip-visual {
  position: relative;
  aspect-ratio: 9 / 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(155deg, #137ee8 0%, #1767bd 100%);
  background-size: 30px 30px, 30px 30px, auto;
  color: #ffffff;
  box-shadow: 0 17px 40px rgba(16, 91, 155, 0.15);
  overflow: hidden;
}

.clip-card:nth-child(3n + 2) .clip-visual {
  background:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(155deg, #119a57 0%, #087541 100%);
  background-size: 30px 30px, 30px 30px, auto;
}

.clip-card:nth-child(3n) .clip-visual {
  background:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(155deg, #173c59 0%, #10283d 100%);
  background-size: 30px 30px, 30px 30px, auto;
}

.clip-visual::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -85px;
  bottom: -80px;
  border-radius: 999px;
  border: 28px solid rgba(255, 255, 255, 0.1);
}

.clip-duration {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.3rem 0.48rem;
  border-radius: 999px;
  background: rgba(10, 28, 43, 0.4);
  font-size: 0.68rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.clip-feature-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.clip-feature-icon svg { width: 38px; height: 38px; stroke-width: 1.9; }

.clip-feature-icon.mic-clip {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.clip-feature-icon.mic-clip img {
  width: 92px;
  height: 92px;
  max-width: none;
  object-fit: contain;
}

.clip-play {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(8px);
}

.clip-play svg { transform: translateX(1px); }

.clip-visual small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.76;
}

.clip-card h3 { margin-top: 1rem; }
.clip-card p { margin-top: 0.45rem; font-size: 0.88rem; }

.swipe-hint {
  display: none;
  margin: 0.6rem 0 0;
  color: #5a7387;
  font-size: 0.78rem;
  font-weight: 700;
}

.faq-section { background: #ffffff; }

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.faq-intro { position: sticky; top: 7rem; }

.faq-video-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.7rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cbe1f3;
  border-radius: 15px;
  background: #edf7ff;
  color: #146fbf;
}

.faq-video-badge > svg { width: 25px; height: 25px; }
.faq-video-badge span { display: flex; flex-direction: column; }
.faq-video-badge strong { color: #173b59; font-size: 0.83rem; }
.faq-video-badge small { color: #63829a; font-size: 0.7rem; }

.faq-list { border-top: 1px solid #dce7ef; }
.faq-list details { border-bottom: 1px solid #dce7ef; }

.faq-list summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0.2rem;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-number { color: #92a8b9; font-size: 0.74rem; font-weight: 850; }
.faq-question { color: #173047; font-size: 1.04rem; font-weight: 780; }

.faq-duration {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.33rem 0.5rem;
  border-radius: 999px;
  background: #e8f4ff;
  color: #1672c7;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.faq-chevron {
  width: 19px;
  height: 19px;
  color: #7790a3;
  transition: transform 180ms ease;
}

.faq-list details[open] .faq-chevron { transform: rotate(180deg); }

.faq-answer > p {
  max-width: 650px;
  margin: -0.25rem 3rem 1.25rem 2rem;
  color: #5e7588;
  font-size: 0.96rem;
  line-height: 1.65;
}

.faq-watch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: -0.45rem 0 1.35rem 2rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid #cce2f3;
  border-radius: 11px;
  background: #edf7ff;
  color: #126fc5;
  font-size: 0.75rem;
  font-weight: 800;
}

.faq-watch:hover { background: #e2f2ff; }
.faq-watch svg { width: 17px; height: 17px; }
/* FAQ video temporarily hidden: keep the text answers available. */
.faq-video-badge,
.faq-watch { display: none !important; }

.final-section { padding: 0 0 2rem; background: #ffffff; }

.final-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.8rem;
  padding: clamp(1.8rem, 4.6vw, 3.8rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(32, 200, 117, 0.25), transparent 30%),
    linear-gradient(135deg, #102e48 0%, #0e253a 100%);
  box-shadow: 0 24px 60px rgba(14, 50, 77, 0.18);
  overflow: hidden;
}

.final-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.final-icon img { width: 60px; height: 60px; border-radius: 17px; }
.final-card .section-kicker { margin-bottom: 0.65rem; }
.final-card h2 { max-width: 720px; font-size: clamp(2rem, 3.7vw, 3.25rem); }

.final-card > div > p:last-child {
  margin: 0.8rem 0 0;
  color: #bcd1e0;
}

.final-button {
  flex: 0 0 auto;
  background: #ffffff;
  color: #126ec5;
  box-shadow: none;
  white-space: nowrap;
}

.final-button:hover { box-shadow: 0 14px 30px rgba(0, 14, 26, 0.22); }

footer { padding: 2rem 0 6.5rem; background: #ffffff; }

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.footer-inner .brand img { width: 36px; height: 36px; border-radius: 10px; }
.footer-inner .brand-name { font-size: 1.25rem; }
.footer-inner > p { margin: 0; color: #718596; font-size: 0.84rem; }

.footer-links {
  display: flex;
  gap: 1rem;
  color: #587083;
  font-size: 0.82rem;
  font-weight: 650;
}

.footer-links a:hover { color: #1478d7; }

.footer-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.language-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #587083;
  font-size: 0.76rem;
  font-weight: 700;
}

.language-picker select {
  min-height: 36px;
  padding: 0.35rem 1.8rem 0.35rem 0.6rem;
  border: 1px solid #d6e4ee;
  border-radius: 10px;
  background: #f8fbfd;
  color: #27465d;
  font: inherit;
  cursor: pointer;
}

.example-actions em {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

.video-modal[hidden],
.video-missing[hidden],
#feature-video[hidden] { display: none !important; }

body.modal-open { overflow: hidden; }

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(5, 20, 33, 0.78);
  backdrop-filter: blur(9px);
  cursor: pointer;
}

.video-modal-panel {
  position: relative;
  width: min(100%, 470px);
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: #10283d;
  box-shadow: 0 30px 90px rgba(0, 10, 20, 0.42);
}

.video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.25rem 0.85rem 0.55rem;
}

.video-modal-header small {
  display: block;
  color: #72e8a9;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-modal-header h2 {
  margin: 0.2rem 0 0;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.25;
}

.video-modal-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
}

.video-modal-stage {
  min-height: min(70vh, 620px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: #071521;
}

.video-modal-stage video {
  width: 100%;
  max-height: min(70vh, 620px);
  aspect-ratio: 9 / 16;
  background: #071521;
  object-fit: contain;
}

.video-missing {
  width: min(100%, 340px);
  padding: 2rem 1rem;
  color: #dceaf4;
  text-align: center;
}

.video-missing > svg {
  width: 54px;
  height: 54px;
  margin-bottom: 0.8rem;
  color: #56d997;
}

.video-missing strong {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
}

.video-missing p {
  overflow-wrap: anywhere;
  margin: 1rem 0;
  padding: 0.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #8fdcb5;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.7rem;
}

.video-missing small {
  display: block;
  color: #9eb2c2;
  line-height: 1.55;
}

.mobile-cta {
  position: fixed;
  z-index: 40;
  left: 0.75rem;
  right: 0.75rem;
  bottom: calc(0.65rem + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.65rem 0.65rem 0.65rem 0.9rem;
  border: 1px solid rgba(198, 217, 231, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 58, 88, 0.22);
  backdrop-filter: blur(18px);
}

.mobile-cta > div { min-width: 0; display: flex; flex-direction: column; }
.mobile-cta strong { color: #173047; font-size: 0.88rem; line-height: 1.2; }
.mobile-cta > div > span { color: #718596; font-size: 0.68rem; }

.mobile-cta .primary-button.compact > span {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.mobile-cta .primary-button.compact > svg {
  width: 1.55rem;
  height: 1.55rem;
  stroke-width: 2.8;
}

@media (max-width: 980px) {
  .topbar nav { gap: 0.85rem; }
  .topbar nav a { font-size: 0.82rem; }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 2rem;
  }

  .hero h1 { font-size: clamp(3.2rem, 7vw, 4.8rem); }
  .flow-chip-calendar { left: -0.2rem; }
  .flow-chip-message,
  .control-chip { right: -0.2rem; }

  .benefit-card { grid-column: span 6; }

  .final-card { grid-template-columns: auto 1fr; }
  .final-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 5rem; }
  .page-width { width: min(100% - 1.25rem, 1160px); }

  .preview-note {
    min-height: 31px;
    gap: 0.38rem;
    padding-inline: 0.55rem;
    font-size: 0.67rem;
  }

  .preview-note span { font-size: 0.6rem; }
  .topbar-inner { min-height: 62px; }
  .topbar nav { display: none; }
  .brand img { width: 38px; height: 38px; border-radius: 11px; }
  .brand-name { font-size: 1.28rem; }

  .tutorial-stage {
    height: calc(100vh - 62px);
    height: calc(100svh - 62px);
    min-height: 560px;
    max-height: none;
    background-size: auto, auto, auto;
  }

  .tutorial-stage::before { background-size: 34px 34px; }
  .tutorial-gallery-video.is-contained { padding: 0.45rem 0; }

  .tutorial-shade {
    background:
      linear-gradient(180deg, rgba(4, 18, 29, 0.72) 0%, rgba(4, 18, 29, 0.22) 34%, transparent 54%),
      linear-gradient(0deg, rgba(4, 18, 29, 0.94) 0%, rgba(4, 18, 29, 0.38) 24%, transparent 49%);
  }

  .tutorial-topline {
    top: 0.85rem;
    left: 0.72rem;
    right: 0.72rem;
    gap: 0.55rem;
  }

  .tutorial-gallery-heading {
    max-width: 100%;
    width: 100%;
    font-size: clamp(1.38rem, 6.2vw, 1.95rem);
    line-height: 1.08;
    text-align: center;
  }

  .tutorial-audio-toggle {
    min-height: 44px;
    padding: 0.28rem 0.6rem 0.28rem 0.3rem;
    gap: 0.38rem;
    font-size: 0.68rem;
  }

  .tutorial-audio-icon { width: 34px; height: 34px; }
  .tutorial-audio-icon .icon { width: 20px; height: 20px; }
  .tutorial-arrow { display: none; }

  .tutorial-counter {
    min-height: 26px;
    padding: 0.18rem 0.52rem;
    font-size: 0.66rem;
  }

  .tutorial-dots {
    bottom: calc(8rem + env(safe-area-inset-bottom));
    gap: 0.44rem;
    padding: 0.48rem 0.58rem;
  }

  .tutorial-dot { width: 8px; height: 8px; }
  .tutorial-dot.is-active { width: 22px; }

  .tutorial-placeholder {
    padding: 5.5rem 1rem 13rem;
  }

  .tutorial-placeholder-icon { width: 58px; height: 58px; }
  .tutorial-placeholder-icon .icon { width: 29px; height: 29px; }
  .tutorial-placeholder p { font-size: 0.67rem; }
  .tutorial-placeholder small { max-width: 92%; font-size: 0.78rem; }

  .hero {
    padding: 2.45rem 0 3.6rem;
    background-size: 34px 34px, 34px 34px, auto;
  }

  .hero-grid { grid-template-columns: 1fr; gap: 2.7rem; }
  .hero-copy { text-align: left; }

  .eyebrow {
    margin-bottom: 0.9rem;
    padding: 0.42rem 0.62rem;
    font-size: 0.66rem;
  }

  .hero h1 {
    max-width: 600px;
    font-size: clamp(2.7rem, 13vw, 4.35rem);
    line-height: 1;
  }

  .hero-lead { margin-top: 1.15rem; font-size: 1rem; line-height: 1.62; }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.45rem;
  }

  .hero-actions .primary-button { width: 100%; }
  .text-link { justify-self: center; }
  .trust-row { display: grid; gap: 0.58rem; margin-top: 1.45rem; }

  .hero-visual {
    width: min(100%, 420px);
    padding-inline: 2.1rem;
  }

  .flow-chip { min-width: 148px; padding: 0.58rem; }
  .flow-chip-calendar { top: 15%; left: -0.1rem; }
  .flow-chip-message { top: 44%; right: -0.1rem; }
  .control-chip { right: -0.1rem; bottom: 4rem; }

  .profession-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
    padding-block: 1rem;
  }

  .profession-list { width: calc(100% + 0.625rem); }
  .section { padding: 4.5rem 0; }
  .section-heading { margin-bottom: 2rem; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered .section-kicker { margin-inline: 0; }

  .section-heading h2,
  .control-copy h2,
  .faq-intro h2 { font-size: clamp(2.15rem, 10vw, 3.15rem); }

  .section-heading > p:last-child,
  .split-heading > p,
  .faq-intro > p,
  .control-copy > p { font-size: 1rem; }

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

  .steps::before {
    top: 3rem;
    bottom: 3rem;
    left: 2.85rem;
    right: auto;
    width: 2px;
    height: auto;
  }

  .step-card,
  .step-card.featured { min-height: 0; transform: none; }

  .entry-method { grid-template-columns: 52px minmax(0, 1fr); }
  .method-art { width: 52px; height: 52px; }

  .control-grid,
  .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .control-grid { gap: 3rem; }
  .single-control .control-copy ul { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .split-heading > p { justify-self: start; }
  .benefit-grid { gap: 0.75rem; }

  .benefit-card {
    grid-column: span 6;
    min-height: 225px;
    padding: 1.1rem;
  }

  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 330px; }

  .benefit-icon { margin-bottom: 2rem; }
  .video-heading { margin-bottom: 1.8rem; }

  .clip-scroller {
    grid-auto-columns: minmax(190px, 68vw);
    width: calc(100% + 0.625rem);
    padding-right: 0.625rem;
  }

  .swipe-hint { display: block; }
  .faq-intro { position: static; }

  .faq-list summary {
    grid-template-columns: auto 1fr auto;
    gap: 0.6rem;
  }

  .faq-duration { display: none; }
  .faq-answer > p { margin: -0.15rem 1.8rem 1.2rem 1.7rem; }
  .faq-watch { margin-left: 1.7rem; }
  .final-section { padding-bottom: 1rem; }

  .final-card {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    border-radius: 28px;
  }

  .final-icon { width: 68px; height: 68px; border-radius: 20px; }
  .final-icon img { width: 50px; height: 50px; border-radius: 14px; }
  .final-card h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .final-button { grid-column: 1; width: 100%; }
  footer { padding-bottom: 7.3rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 0.8rem; }
  .footer-tools { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .mobile-cta { display: flex; }
}

@media (max-width: 420px) {
  .topbar .primary-button.compact span { font-size: 0.78rem; }

  .hero-visual { padding-inline: 1.9rem; }
  .video-phone { width: min(100%, 250px); }

  .flow-chip strong,
  .control-chip strong { font-size: 0.7rem; }

  .flow-chip small,
  .control-chip small { font-size: 0.62rem; }

  .flow-chip-calendar { left: -0.3rem; }
  .flow-chip-message,
  .control-chip { right: -0.3rem; }

  .benefit-card { grid-column: span 12; min-height: 205px; }

  .mobile-cta > div { display: none; }
  .mobile-cta .primary-button.compact {
    width: 100%;
    min-height: 64px;
  }

  .mobile-cta .primary-button.compact > span {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* v1.2: one complete main video, dedicated tutorials. */
.tutorial-topline, .tutorial-shade, .tutorial-dots, .tutorial-arrow { display:none !important; }
.tutorial-hero, .tutorial-stage { background:#eff6fb; }
.tutorial-stage { min-height:0; max-height:none; cursor:default; }
.tutorial-stage:active { cursor:default; }
.tutorial-stage::before { display:none; }
.tutorial-gallery-video, .tutorial-gallery-video.is-contained { object-fit:contain; padding:0; background:#eff6fb; }
.tutorial-audio-toggle { top:16px; right:12px; left:auto; transform:none; }
.tutorial-directory[hidden] { display:none; }
.tutorial-directory { background:#f3f8fc; scroll-margin-top:80px; }
.tutorial-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; }
.tutorial-choice { display:flex; flex-direction:column; gap:10px; padding:14px; border:1px solid #d9e5ee; border-radius:18px; background:white; color:#173047; text-align:left; cursor:pointer; }
.tutorial-choice strong { font-size:1.08rem; }
.tutorial-choice > span:last-child { color:#526a7e; font-size:.9rem; }
.tutorial-preview { position:relative; display:grid; place-items:center; width:100%; height:150px; background:#eaf4ff; border-radius:12px; overflow:hidden; }
.tutorial-preview video { width:100%; height:100%; object-fit:contain; pointer-events:none; }
.preview-play { position:absolute; right:10px; bottom:10px; padding:6px 12px; border-radius:50%; background:#1379ed; color:white; }
@media(max-width:760px) {
  .topbar-inner { gap:8px; }
  .topbar nav { display:flex; margin-left:auto; }
  .topbar nav a:not(.tutorial-nav-link) { display:none; }
  .topbar nav .tutorial-nav-link { font-size:.76rem; }
  .tutorial-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .tutorial-choice { padding:10px; }
  .tutorial-preview { height:120px; }
  .tutorial-audio-toggle { top:12px; right:10px; }
}
@media(max-width:350px) {
  .topbar .brand-name { font-size:1.05rem; }
  .topbar .brand img { width:30px; height:30px; }
}
