@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("fonts/clash-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/general-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/general-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/general-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f7f2ea;
  --surface: #fffdf9;
  --surface-muted: #f1e9df;
  --ink: #21151d;
  --ink-muted: #6e5e66;
  --pink: #d52b65;
  --pink-dark: #b7184d;
  --pink-soft: #f7dce6;
  --blue: #2f67f6;
  --green: #2c9b68;
  --green-soft: #e7f5ed;
  --line: rgba(33, 21, 29, 0.14);
  --display: "Clash Display", "Arial Black", sans-serif;
  --body: "General Sans", "Segoe UI", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shell: min(1500px, calc(100vw - 80px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.scroll-progress {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--pink);
  box-shadow: 0 0 18px rgba(213, 43, 101, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

section[id] {
  scroll-margin-top: 18px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 65%, rgba(213, 43, 101, 0.11), transparent 33%),
    linear-gradient(180deg, #fffdf9 0%, #fffaf5 54%, #f8efe8 100%);
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -42%;
  left: -12%;
  height: 54%;
  border-radius: 50% 50% 0 0;
  background: rgba(255, 253, 249, 0.76);
  content: "";
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient-thread {
  position: absolute;
  inset: 2% -4% auto;
  width: 108%;
  height: 88%;
  opacity: 0.34;
}

.ambient-thread path {
  fill: none;
  stroke: rgba(213, 43, 101, 0.27);
  stroke-dasharray: 7 12;
  stroke-linecap: round;
  stroke-width: 1.4;
}

.ambient-sheet {
  position: absolute;
  width: 260px;
  height: 168px;
  border: 1px solid rgba(33, 21, 29, 0.08);
  background: rgba(255, 253, 249, 0.62);
  box-shadow: 0 24px 60px rgba(80, 53, 65, 0.08);
  opacity: 0.66;
  transform: rotate(-8deg);
}

.ambient-sheet-left {
  top: 255px;
  left: -112px;
  padding: 28px;
}

.ambient-sheet-right {
  top: 350px;
  right: -92px;
  padding: 28px;
  transform: rotate(7deg);
}

.ambient-sheet span {
  display: block;
  width: 74%;
  height: 7px;
  margin-top: 18px;
  border-radius: 2px;
  background: rgba(33, 21, 29, 0.12);
}

.ambient-sheet span:nth-child(2) {
  width: 92%;
}

.ambient-sheet-right i {
  display: block;
  width: 42px;
  height: 42px;
  border: 10px solid rgba(213, 43, 101, 0.13);
  border-radius: 50%;
}

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

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.wordmark span {
  margin-left: 0.015em;
  color: var(--pink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 54px);
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.nav-links a,
.button,
.button-secondary,
.reply-action,
.green-action {
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--pink);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 240ms var(--ease-out);
}

.nav-links a:hover::after,
.nav-links a.is-current::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nav-links a:hover {
  color: var(--pink);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.login-link {
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease;
}

.login-link:hover {
  color: var(--pink);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: var(--pink);
  color: white;
  font-weight: 600;
}

.motion-button {
  --magnet-x: 0px;
  --magnet-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 220ms var(--ease-out),
    box-shadow 220ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.motion-button:focus-visible {
  outline: 3px solid rgba(213, 43, 101, 0.24);
  outline-offset: 4px;
}

.button-secondary.motion-button:hover,
.reply-action.motion-button:hover,
.green-action.motion-button:hover,
.billing-toggle .motion-button:hover {
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0) scale(1.01);
}

.motion-button::before {
  position: absolute;
  z-index: 0;
  top: -80%;
  left: -72%;
  width: 46%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: rotate(16deg);
  transition:
    left 680ms var(--ease-out),
    opacity 180ms ease;
}

.motion-button:hover::before,
.motion-button:focus-visible::before {
  left: 128%;
  opacity: 0.72;
}

.motion-button::after {
  position: absolute;
  z-index: -1;
  top: var(--tap-y, 50%);
  left: var(--tap-x, 50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
}

.motion-button.is-tapped::after {
  animation: tap-ripple 560ms var(--ease-out) both;
}

.button:hover {
  background: var(--pink-dark);
  box-shadow:
    0 15px 34px rgba(213, 43, 101, 0.28),
    0 0 0 5px rgba(213, 43, 101, 0.07);
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 3px), 0) scale(1.015);
}

.button:active,
.button-secondary:active,
.reply-action:active,
.green-action:active {
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0) scale(0.965);
}

.button.is-confirmed,
.green-action.is-confirmed {
  background: var(--green);
  color: white;
}

.flow-card.is-confirmed,
.method-card.is-confirmed {
  border-color: rgba(44, 155, 104, 0.5);
  box-shadow:
    0 24px 68px rgba(44, 155, 104, 0.12),
    0 0 0 5px rgba(44, 155, 104, 0.07);
}

.button-small {
  justify-self: end;
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
}

.button-large {
  min-height: 58px;
  padding: 0 30px;
  font-size: 17px;
}

.hero-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(38px, 5.5vh, 72px);
  text-align: center;
}

.limited-offer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 5px 7px 5px 14px;
  border: 1px solid rgba(213, 43, 101, 0.24);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.88);
  color: var(--ink-muted);
  font-size: 11px;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out);
}

.limited-offer span {
  color: var(--pink);
  font-weight: 600;
}

.limited-offer strong {
  color: var(--ink);
  font-weight: 600;
}

.limited-offer i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 13px;
  font-style: normal;
  transition: transform 180ms var(--ease-out);
}

.limited-offer:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-1px);
}

.limited-offer:hover i {
  transform: translateX(2px);
}

.hero-copy .limited-offer + h1 {
  margin-top: 64px;
}

.mobile-break {
  display: none;
}

.hero-copy h1,
.method-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero-copy h1 {
  max-width: 1120px;
  font-size: clamp(54px, 5.6vw, 88px);
  line-height: 0.98;
}

.hero-copy h1 span,
.pricing-heading h2 span {
  color: var(--pink);
}

.hero-copy > p {
  max-width: 760px;
  margin: 28px auto 24px;
  color: var(--ink-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.48;
  text-wrap: pretty;
}

.hero-actions {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.scroll-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.scroll-cta span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--pink);
  transition: transform 180ms var(--ease-out), border-color 180ms ease;
}

.scroll-cta span {
  animation: scroll-hint 2.4s ease-in-out infinite;
}

.scroll-cta:hover {
  color: var(--pink);
}

.scroll-cta:hover span {
  border-color: var(--pink);
  transform: translateY(3px);
}

.hero-visual {
  position: relative;
  margin-top: clamp(48px, 7vh, 84px);
  padding-bottom: 54px;
}

.hero-flow {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 110px minmax(330px, 1.28fr) 110px minmax(250px, 0.92fr);
  align-items: center;
  gap: 0;
}

.flow-card,
.method-card {
  background: var(--surface);
  box-shadow: 0 10px 16px rgba(33, 21, 29, 0.09);
}

.flow-card {
  position: relative;
  z-index: 2;
  min-width: 0;
  border-radius: 16px;
}

.contacts-card,
.reply-card {
  padding: 22px;
}

.card-heading,
.approval-person,
.reply-message > div,
.final-sender,
.validation-company {
  display: flex;
  align-items: center;
}

.card-heading {
  gap: 13px;
}

.card-heading > span:last-child,
.approval-person > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.card-heading strong,
.approval-person strong {
  font-size: 16px;
}

.card-heading small,
.approval-person small,
.contact-list small,
.method-card small {
  color: var(--ink-muted);
  font-size: 12px;
}

.icon-orbit,
.success-ring,
.pen-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink);
}

.icon-orbit::before {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.icon-orbit::after {
  position: absolute;
  width: 8px;
  height: 2px;
  margin: 13px 0 0 13px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
}

.contact-list,
.search-card ul,
.reason-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.contact-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.contact-list li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
}

.contact-list li + li {
  border-top: 1px solid var(--line);
}

.contact-list li > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.contact-list strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-list em,
.approval-person em {
  border-radius: 999px;
  background: #eef3ff;
  color: #5674b7;
  font-size: 10px;
  font-style: normal;
  padding: 5px 8px;
}

.contacts-card > a,
.search-card > a {
  display: block;
  color: #43567b;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.avatar {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7edf9;
  color: #36435d;
  font-size: 10px;
  font-weight: 600;
}

.avatar-camille {
  background: #f4d9d3;
  color: #8a493d;
}

.avatar-theo {
  background: #d7e2ef;
  color: #37526c;
}

.avatar-sophie {
  background: #f2dfd9;
  color: #7b4d45;
}

.approval-card {
  padding: 20px;
}

.approval-person {
  gap: 11px;
}

.approval-person em {
  margin-left: auto;
  background: var(--green-soft);
  color: var(--green);
}

.message-preview {
  margin: 17px 0;
  padding: 16px;
  border: 1px solid rgba(213, 43, 101, 0.2);
  border-radius: 12px;
  background: rgba(247, 220, 230, 0.32);
}

.message-preview > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pen-mark {
  width: 28px;
  height: 28px;
}

.pen-mark::before {
  width: 10px;
  height: 3px;
  border: 2px solid currentColor;
  border-radius: 1px;
  content: "";
  transform: rotate(-45deg);
}

.pen-mark.large {
  width: 46px;
  height: 46px;
}

.message-preview p {
  margin: 12px 0 0 37px;
  font-size: 13px;
  line-height: 1.52;
}

mark {
  background: transparent;
  color: var(--pink);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.card-actions button {
  min-height: 44px;
  padding: 0 12px;
  font-size: 12px;
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
}

.button-secondary:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.reply-heading .success-ring {
  background: var(--green-soft);
  color: var(--green);
  font-size: 20px;
}

.reply-message {
  margin: 17px 0;
  padding: 15px;
  border: 1px solid rgba(44, 155, 104, 0.24);
  border-radius: 12px;
  background: rgba(231, 245, 237, 0.45);
}

.reply-message > div {
  gap: 9px;
}

.reply-message strong {
  font-size: 12px;
}

.reply-message time {
  margin-left: auto;
  color: var(--ink-muted);
  font-size: 9px;
}

.reply-message p {
  margin: 12px 0 0 43px;
  font-size: 11px;
  line-height: 1.45;
}

.reply-action {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--green);
  border-radius: 9px;
  background: transparent;
  color: var(--green);
  font-weight: 600;
}

.reply-action:hover {
  background: var(--green);
  color: white;
}

.flow-connector {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: visible;
}

.flow-connector path {
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.flow-connector circle {
  fill: var(--pink);
}

.working-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  margin: 34px auto 0;
  padding: 12px 22px;
  border: 1px solid rgba(47, 103, 246, 0.35);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--blue);
  font-size: 13px;
}

.activity-bars {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 14px;
}

.activity-bars i {
  width: 3px;
  border-radius: 1px;
  background: currentColor;
  animation: activity 800ms ease-in-out infinite alternate;
}

.activity-bars i:nth-child(1) {
  height: 6px;
}

.activity-bars i:nth-child(2) {
  height: 12px;
  animation-delay: 140ms;
}

.activity-bars i:nth-child(3) {
  height: 9px;
  animation-delay: 280ms;
}

.image-section,
.image-section img {
  display: block;
  width: 100%;
  margin: 0;
}

.method {
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(90px, 10vw, 150px) 0 clamp(100px, 11vw, 164px);
  background:
    radial-gradient(circle at 52% 40%, rgba(213, 43, 101, 0.055), transparent 35%),
    var(--surface);
}

.method-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.6fr);
  align-items: end;
  gap: 60px;
  margin-bottom: clamp(62px, 8vw, 108px);
}

.method-heading h2 {
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: 0.96;
}

.method-heading h2 span {
  color: var(--pink);
}

.method-heading p {
  max-width: 520px;
  margin: 0 0 7px;
  color: var(--ink-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  text-wrap: pretty;
}

.method-sequence {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) 58px minmax(220px, 1fr) 58px minmax(230px, 1fr) 58px minmax(220px, 1fr);
  align-items: center;
}

.method-step {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--pink);
}

.step-label span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 13px;
  font-weight: 600;
}

.step-label strong {
  font-size: 15px;
}

.method-card {
  border-radius: 14px;
}

.step-one {
  transform: translateY(80px);
}

.step-two {
  transform: translateY(28px);
}

.step-four {
  transform: translateY(52px);
}

.prompt-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 270px;
  padding: 28px 20px;
}

.prompt-card p {
  width: 100%;
  margin: 28px 0 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.45;
}

.search-card,
.validation-card,
.final-reply-card {
  padding: 18px;
}

.search-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
}

.search-status span {
  width: 12px;
  height: 12px;
  border: 2px dotted currentColor;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
}

.search-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.search-card li + li {
  margin-top: 8px;
}

.search-card li > span:nth-child(2),
.validation-company > span:nth-child(2),
.final-sender > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.search-card strong,
.validation-company strong,
.final-sender strong {
  font-size: 12px;
}

.company-logo {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 18px;
}

.company-logo.bistro {
  background: #183e33;
  color: #c6a768;
}

.company-logo.oko {
  background: #eceae5;
  color: #23211d;
}

.company-logo.hortense {
  background: #efe8dc;
  color: #675e51;
}

.validation-card {
  display: grid;
  gap: 9px;
}

.validation-company {
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(247, 220, 230, 0.42);
}

.why-title {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.reason-list {
  display: grid;
  gap: 9px;
  margin: 0 0 6px;
}

.reason-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-muted);
  font-size: 12px;
}

.reason-list li::before {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink);
  content: "✓";
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.validation-card button {
  min-height: 38px;
  font-size: 12px;
}

.validation-card .quiet {
  border-color: transparent;
  color: var(--ink-muted);
}

.final-status {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-size: 12px;
  font-weight: 600;
}

.final-sender {
  gap: 9px;
  margin-top: 15px;
}

.final-sender time {
  margin-left: auto;
  color: var(--ink-muted);
  font-size: 9px;
}

.final-reply-card > p {
  margin: 15px 0;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.6;
}

.green-action {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  background: var(--green);
  color: white;
  font-weight: 600;
}

.green-action:hover {
  background: #247d55;
  transform: translateY(-2px);
}

.exchange-created {
  display: block;
  margin-top: 14px;
  color: var(--ink-muted);
  font-size: 9px;
  text-align: center;
}

.method-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: visible;
}

.method-link path {
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.section-kicker {
  margin: 0 0 30px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.problem-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 11vw, 166px) 0;
  background:
    radial-gradient(circle at 83% 54%, rgba(213, 43, 101, 0.18), transparent 29%),
    #261820;
  color: #fffaf5;
}

.problem-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.035), transparent 28%);
  content: "";
  pointer-events: none;
}

.problem-shell {
  max-width: 1320px;
}

.problem-heading {
  display: grid;
  grid-template-columns: 0.9fr 0.55fr;
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(52px, 7vw, 90px);
}

.problem-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -45px;
}

.problem-heading h2,
.contacts-heading h2,
.control-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.problem-heading h2 span,
.contacts-heading h2 span,
.control-heading h2 span {
  color: var(--pink);
}

.problem-heading > p:last-child,
.contacts-heading > p:last-child,
.control-heading > p:last-child {
  max-width: 540px;
  margin: 0 0 6px;
  color: rgba(255, 250, 245, 0.62);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
  text-wrap: pretty;
}

.time-demo {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 92px minmax(320px, 0.75fr);
  align-items: center;
}

.time-board {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fffdf9;
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.time-board-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.time-board-topline > span {
  font-weight: 600;
}

.time-board-topline strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 12px;
}

.time-board-topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px var(--green-soft);
}

.calendar-head {
  display: grid;
  grid-template-columns: 56px repeat(4, 1fr);
  padding: 18px 0 12px;
  color: var(--ink-muted);
  font-size: 11px;
  text-align: center;
}

.calendar-grid {
  position: relative;
  height: 360px;
  margin-left: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 25% 100%, 100% 90px;
}

.time-label {
  position: absolute;
  left: -52px;
  color: var(--ink-muted);
  font-size: 10px;
}

.time-nine { top: -6px; }
.time-eleven { top: 174px; }
.time-two { top: 264px; }

.task-block {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(213, 43, 101, 0.18);
  background: #f8e6ec;
  box-shadow: inset 0 3px 0 var(--pink);
  color: #74324b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.task-block em {
  flex: 0 0 auto;
  color: #9a6e7e;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
}

.task-search { top: 22px; left: 3%; width: 43%; height: 70px; }
.task-check { top: 112px; left: 28%; width: 31%; height: 58px; }
.task-write { top: 198px; left: 51%; width: 44%; height: 70px; }
.task-follow { top: 290px; left: 18%; width: 38%; height: 54px; }

.time-thread {
  width: 100%;
  overflow: visible;
}

.time-thread path {
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-width: 2;
}

.decision-rail {
  display: grid;
  gap: 12px;
}

.rail-label {
  margin: 0 0 4px;
  color: rgba(255, 250, 245, 0.54);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.decision-card {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
}

.decision-card > span:first-child {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  color: #fffaf5;
  font-size: 10px;
  font-weight: 600;
}

.decision-card > div {
  display: grid;
  gap: 4px;
}

.decision-card strong {
  font-size: 14px;
}

.decision-card p {
  margin: 0;
  color: rgba(255, 250, 245, 0.56);
  font-size: 11px;
  line-height: 1.4;
}

.decision-card-lihn {
  border-color: rgba(213, 43, 101, 0.5);
  background: var(--pink);
}

.decision-card-lihn .lihn-mini {
  border-color: rgba(255, 255, 255, 0.4);
  font-family: var(--display);
  font-size: 14px;
}

.decision-card-lihn p {
  color: rgba(255, 255, 255, 0.76);
}

.working-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  animation: working-pulse 1.6s ease-out infinite;
}

.contacts-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 11vw, 166px) 0;
  background: var(--surface);
}

.contacts-section::before {
  position: absolute;
  top: 9%;
  right: -12%;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: rgba(247, 220, 230, 0.42);
  content: "";
}

.contacts-shell {
  position: relative;
  max-width: 1320px;
}

.contacts-heading,
.control-heading {
  display: grid;
  grid-template-columns: 0.9fr 0.55fr;
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(54px, 7vw, 90px);
}

.contacts-heading .section-kicker,
.control-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -45px;
}

.contacts-heading > p:last-child {
  color: var(--ink-muted);
}

.contact-workspace {
  position: relative;
  border: 1px solid var(--line);
  background: #fffdf9;
  box-shadow: 0 34px 90px rgba(72, 47, 58, 0.13);
}

.workspace-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 26px;
  border-bottom: 1px solid var(--line);
}

.workspace-title,
.workspace-progress,
.contact-identity,
.approval-dock > div,
.dock-actions,
.profile-main,
.reply-person {
  display: flex;
  align-items: center;
}

.workspace-title {
  gap: 13px;
}

.workspace-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--pink);
  color: white;
  font-family: var(--display);
  font-weight: 600;
}

.workspace-title > span:last-child,
.approval-dock > div > span:last-child,
.contact-identity > span:last-child,
.profile-main > span:nth-child(2),
.reply-person > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.workspace-title small,
.approval-dock small,
.contact-identity small,
.profile-main small,
.reply-person small {
  color: var(--ink-muted);
  font-size: 11px;
}

.workspace-progress {
  gap: 10px;
  color: var(--ink-muted);
  font-size: 12px;
}

.workspace-progress i {
  position: relative;
  width: 80px;
  height: 5px;
  overflow: hidden;
  background: var(--surface-muted);
}

.workspace-progress i::after {
  position: absolute;
  inset: 0 32% 0 0;
  background: var(--pink);
  content: "";
}

.workspace-progress strong {
  color: var(--ink);
}

.contact-table-head,
.contact-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(150px, 0.65fr) minmax(220px, 0.9fr) minmax(130px, 0.45fr);
  align-items: center;
  gap: 20px;
}

.contact-table-head {
  min-height: 54px;
  padding: 0 26px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-row {
  min-height: 94px;
  padding: 15px 26px;
  border-top: 1px solid var(--line);
  transition: background-color 180ms ease, opacity 180ms ease;
}

.contact-row:hover {
  background: rgba(247, 220, 230, 0.17);
}

.contact-identity {
  min-width: 0;
  gap: 12px;
}

.contact-identity strong {
  font-size: 13px;
}

.signal-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 600;
}

.signal-neutral {
  background: var(--surface-muted);
  color: var(--ink-muted);
}

.contact-row > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.45;
}

.row-validate {
  min-height: 38px;
  border: 1px solid var(--pink);
  border-radius: 9px;
  background: transparent;
  color: var(--pink);
  font-size: 12px;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out);
}

.row-validate:hover {
  background: var(--pink);
  color: white;
  transform: translateY(-1px);
}

.contact-row.is-approved {
  background: rgba(231, 245, 237, 0.44);
}

.contact-row.is-approved .row-validate {
  border-color: var(--green);
  background: var(--green);
  color: white;
}

.contact-row.is-muted {
  opacity: 0.44;
}

.not-now {
  color: var(--ink-muted);
  font-size: 11px;
  text-align: center;
}

.contact-row.is-reviewing {
  position: relative;
  z-index: 2;
  background: #fff7fa;
  box-shadow: inset 3px 0 0 var(--pink);
}

.approval-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 92px;
  margin: 18px;
  padding: 17px 20px;
  border: 1px solid rgba(213, 43, 101, 0.24);
  background: #fff5f8;
}

.approval-dock > div:first-child {
  gap: 13px;
}

.dock-orbit {
  width: 36px;
  height: 36px;
  border: 8px solid var(--pink-soft);
  border-radius: 50%;
  background: var(--pink);
}

.dock-actions {
  gap: 10px;
}

.dock-actions button {
  min-height: 44px;
  padding: 0 18px;
  font-size: 12px;
}

.control-section {
  overflow: hidden;
  padding: clamp(96px, 11vw, 166px) 0;
  background:
    linear-gradient(135deg, rgba(247, 220, 230, 0.48), transparent 36%),
    var(--bg);
}

.control-shell {
  max-width: 1280px;
}

.control-heading > p:last-child {
  color: var(--ink-muted);
}

.control-demo {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 630px;
  border: 1px solid rgba(33, 21, 29, 0.1);
  background: #291a23;
  box-shadow: 0 34px 90px rgba(72, 47, 58, 0.14);
}

.control-tabs {
  display: grid;
  align-content: start;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.control-tabs::before {
  display: block;
  padding: 34px 30px 24px;
  color: rgba(255, 250, 245, 0.45);
  content: "Tes trois décisions";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.control-tabs button {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 0 30px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(255, 250, 245, 0.54);
  font-weight: 500;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease;
}

.control-tabs button:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.control-tabs button span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 8px;
}

.control-tabs button[aria-selected="true"] {
  background: var(--pink);
  color: white;
}

.control-tabs button[aria-selected="true"] span {
  border-color: rgba(255, 255, 255, 0.46);
}

.control-stage {
  display: grid;
  min-width: 0;
  padding: clamp(28px, 5vw, 68px);
}

.control-panel {
  display: grid;
  align-self: center;
  width: min(720px, 100%);
  margin: auto;
}

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

.panel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: rgba(255, 250, 245, 0.52);
  font-size: 11px;
}

.panel-meta strong {
  color: #ff92b8;
}

.profile-scene,
.message-scene,
.reply-scene {
  padding: clamp(24px, 4vw, 42px);
  background: #fffdf9;
  color: var(--ink);
}

.profile-main,
.reply-person {
  gap: 13px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.large-avatar {
  width: 52px;
  height: 52px;
}

.profile-main i,
.reply-person i {
  margin-left: auto;
  padding: 6px 9px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}

.profile-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 26px 0 10px;
}

.profile-reasons p {
  flex-basis: 100%;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
}

.profile-reasons span,
.message-context span {
  padding: 7px 10px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 600;
}

.panel-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  margin-top: 28px;
}

.panel-actions button {
  min-height: 48px;
  font-size: 12px;
}

.message-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.message-paper {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  background: white;
}

.message-paper p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.message-paper p + p {
  margin-top: 12px;
}

.reply-person i {
  background: var(--green-soft);
}

.reply-scene blockquote {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(44, 155, 104, 0.24);
  background: rgba(231, 245, 237, 0.48);
  box-shadow: inset 0 3px 0 var(--green);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.next-action {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(213, 43, 101, 0.23);
  background: #fff5f8;
}

.next-action span {
  color: var(--pink-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-action strong {
  font-size: 12px;
}

.pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 10vw, 150px) 0 clamp(92px, 9vw, 136px);
  background:
    radial-gradient(circle at 50% 24%, rgba(213, 43, 101, 0.08), transparent 30%),
    var(--bg);
}

.pricing-shell {
  max-width: 1180px;
}

.pricing-heading {
  text-align: center;
}

.pricing-heading .section-kicker {
  margin: 0 auto 30px;
}

.pricing-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.pricing-heading p {
  max-width: 660px;
  margin: 24px auto 0;
  color: var(--ink-muted);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  text-wrap: pretty;
}

.billing-toggle {
  display: flex;
  width: max-content;
  margin: 36px auto 0;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
}

.billing-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-muted);
  font-weight: 600;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.billing-toggle button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}

.pricing[data-annual-ready="false"] .billing-toggle {
  display: none;
}

.launch-note {
  margin: 18px auto 46px;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 26px;
}

.pricing-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 22px 64px rgba(49, 27, 39, 0.08);
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 82px rgba(49, 27, 39, 0.13);
}

.pricing-card-featured {
  border: 2px solid var(--pink);
  box-shadow:
    0 28px 86px rgba(213, 43, 101, 0.13),
    0 0 0 8px rgba(213, 43, 101, 0.035);
}

.plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 28px;
  color: var(--ink-muted);
  font-size: 12px;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--pink);
  color: white;
  font-weight: 600;
}

.plan-badge-neutral {
  background: var(--ink);
}

.pricing-card h3 {
  margin: 30px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.plan-description {
  max-width: 47ch;
  min-height: 52px;
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.price-block {
  min-height: 160px;
  margin-top: 30px;
}

.regular-price-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  min-height: 34px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 500;
}

.regular-price {
  color: var(--ink);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 3px;
}

.price-line {
  display: flex;
  align-items: baseline;
  margin-top: 4px;
}

.display-price {
  font-family: var(--display);
  font-size: clamp(66px, 6.3vw, 92px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.price-currency {
  margin-left: 4px;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
}

.price-period {
  margin-left: 9px;
  color: var(--ink-muted);
  font-size: 15px;
  font-weight: 500;
}

.price-note {
  margin: 11px 0 0;
  color: var(--pink-dark);
  font-size: 12px;
  font-weight: 600;
}

.plan-divider {
  height: 1px;
  margin: 26px 0;
  background: var(--line);
}

.plan-features {
  display: grid;
  flex: 1;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 27px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.45;
}

.plan-features li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink-dark);
  content: "✓";
  font-size: 11px;
  font-weight: 700;
}

.plan-features strong {
  color: var(--ink);
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 32px;
  border-radius: 10px;
  background: var(--pink);
  color: white;
  font-weight: 600;
  transition:
    transform 180ms var(--ease-out),
    background-color 180ms ease,
    opacity 180ms ease;
}

.pricing-cta:hover {
  background: var(--pink-dark);
  box-shadow:
    0 16px 36px rgba(213, 43, 101, 0.24),
    0 0 0 5px rgba(213, 43, 101, 0.06);
  transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 3px), 0) scale(1.012);
}

.pricing-cta-dark {
  background: var(--ink);
}

.pricing-cta-dark:hover {
  background: #3b2934;
}

.pricing-cta[aria-disabled="true"] {
  cursor: not-allowed;
  background: var(--surface-muted);
  color: var(--ink-muted);
  opacity: 0.78;
  transform: none;
}

.checkout-note {
  min-height: 34px;
  margin: 11px 0 0;
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.pricing-footnote {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 28px auto 0;
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.pricing-footnote strong {
  color: var(--green);
}

.site-footer {
  padding: clamp(72px, 8vw, 110px) 0 28px;
  background: #21151d;
  color: #fffaf5;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  padding-bottom: 70px;
}

.footer-brand .wordmark {
  font-size: 42px;
}

.footer-brand p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 250, 245, 0.55);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.42;
  text-wrap: balance;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 70px;
}

.footer-nav > div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-nav strong {
  margin-bottom: 4px;
  color: rgba(255, 250, 245, 0.42);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav a {
  font-size: 13px;
  transition: color 180ms ease;
}

.footer-nav a:hover {
  color: #ff78a7;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 250, 245, 0.44);
  font-size: 11px;
}

/* Product imagery — real artifacts, motion around the image rather than fake UI. */
.product-section {
  isolation: isolate;
}

.product-section .problem-heading,
.product-section .contacts-heading,
.product-section .control-heading {
  margin-bottom: clamp(70px, 8vw, 112px);
}

.section-lead {
  grid-column: 1 / -1;
  margin: 0 0 -18px;
  color: var(--pink);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 600;
}

.product-section.control-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(213, 43, 101, 0.2), transparent 28%),
    #261820;
  color: #fffaf5;
}

.product-section.control-section .control-heading > p:last-child {
  color: rgba(255, 250, 245, 0.66);
}

.product-section.control-section .section-lead {
  color: #ff8fb6;
}

.product-figure {
  position: relative;
  isolation: isolate;
  width: min(1000px, 84%);
  margin: 0 auto;
}

.product-figure-message,
.product-figure-reply {
  width: min(920px, 80%);
}

.product-figure-profiles {
  width: min(1060px, 88%);
}

.product-figure::before {
  position: absolute;
  z-index: -1;
  inset: 5% 4% -3%;
  border-radius: 24px;
  background: rgba(213, 43, 101, 0.18);
  content: "";
  filter: blur(38px);
  opacity: 0.66;
  pointer-events: none;
  transform: scale(0.96);
}

.product-figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(33, 21, 29, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 28px 72px rgba(32, 17, 25, 0.15),
    0 3px 12px rgba(213, 43, 101, 0.07);
  object-fit: contain;
  transform-origin: 50% 50%;
}

.problem-section .product-figure img,
.control-section .product-figure img {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.34),
    0 4px 18px rgba(213, 43, 101, 0.15);
}

.product-figure::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24%;
  border-radius: 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-140%) skewX(-8deg);
}

.product-figure.is-sweeping::after {
  animation: image-sweep 6.4s linear 900ms infinite;
}

.product-section[data-reveal="message"] .product-figure.is-playing img {
  animation:
    reveal-product-message 820ms var(--ease-out) both,
    product-breathe-dark 7.4s ease-in-out 1.1s infinite alternate;
}

.product-section[data-reveal="profiles"] .product-figure.is-playing img {
  animation:
    reveal-product-profiles 820ms var(--ease-out) both,
    product-breathe 8.2s ease-in-out 1.1s infinite alternate-reverse;
}

.product-section[data-reveal="reply"] .product-figure.is-playing img {
  animation:
    reveal-product-reply 820ms var(--ease-out) both,
    product-breathe-dark 7.8s ease-in-out 1.1s infinite alternate;
}

.faq-section {
  padding: clamp(96px, 11vw, 160px) 0;
  background: #fffdf9;
}

.faq-shell {
  max-width: 1180px;
}

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  gap: clamp(54px, 8vw, 116px);
  margin-bottom: clamp(54px, 7vw, 84px);
}

.faq-heading > p {
  justify-self: end;
  max-width: 32ch;
  margin: 0 0 10px;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.55;
}

.faq-heading h2 {
  max-width: 790px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 5.2vw, 78px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.faq-heading h2 span {
  color: var(--pink);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: clip;
  border: 1px solid rgba(33, 21, 29, 0.08);
  border-radius: 14px;
  background: #f7f1eb;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms var(--ease-out);
}

.faq-list details:hover {
  border-color: rgba(213, 43, 101, 0.18);
  transform: translateY(-1px);
}

.faq-list details[open] {
  border-color: rgba(213, 43, 101, 0.2);
  background: #fff5f8;
  box-shadow: 0 16px 42px rgba(97, 44, 65, 0.07);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 84px;
  padding: 20px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}

.faq-list summary > span::before,
.faq-list summary > span::after {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  background: var(--pink);
  content: "";
  transition: transform 220ms var(--ease-out);
}

.faq-list summary > span::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary > span::after {
  transform: rotate(0deg);
}

.faq-list details > div {
  max-width: 760px;
  padding: 0 64px 26px 22px;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-list details[open] > div {
  animation: faq-answer 260ms var(--ease-out) both;
}

.faq-list details p {
  margin: 0;
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 70px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #261820;
  box-shadow:
    0 28px 80px rgba(38, 24, 32, 0.2),
    0 0 60px rgba(213, 43, 101, 0.08);
  color: #fffaf5;
}

.faq-cta > div {
  display: grid;
  gap: 7px;
}

.faq-cta strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1.08;
}

.faq-cta span {
  color: rgba(255, 250, 245, 0.58);
  font-size: 13px;
}

@keyframes image-sweep {
  0%,
  64% {
    opacity: 0;
    transform: translateX(-140%) skewX(-8deg);
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    transform: translateX(540%) skewX(-8deg);
  }
}

@keyframes product-breathe {
  from {
    box-shadow:
      0 28px 72px rgba(32, 17, 25, 0.15),
      0 3px 12px rgba(213, 43, 101, 0.07);
  }
  to {
    box-shadow:
      0 34px 86px rgba(32, 17, 25, 0.19),
      0 5px 24px rgba(213, 43, 101, 0.14);
  }
}

@keyframes product-breathe-dark {
  from {
    box-shadow:
      0 34px 88px rgba(0, 0, 0, 0.34),
      0 4px 18px rgba(213, 43, 101, 0.15);
  }
  to {
    box-shadow:
      0 42px 104px rgba(0, 0, 0, 0.42),
      0 8px 30px rgba(213, 43, 101, 0.22);
  }
}

@keyframes product-glow {
  from {
    opacity: 0.42;
    transform: scale(0.95);
  }
  to {
    opacity: 0.74;
    transform: scale(1.015);
  }
}

@keyframes tap-ripple {
  0% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes ambient-drift-left {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(12px, -10px, 0) rotate(-5deg);
  }
}

@keyframes ambient-drift-right {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(7deg);
  }
  50% {
    transform: translate3d(-10px, 12px, 0) rotate(4deg);
  }
}

@keyframes stage-soft-focus {
  0%,
  18%,
  100% {
    box-shadow: 0 18px 48px rgba(46, 28, 37, 0.1);
  }
  8% {
    box-shadow:
      0 24px 66px rgba(46, 28, 37, 0.15),
      0 0 0 5px rgba(213, 43, 101, 0.06);
  }
}

@keyframes decision-focus {
  0%,
  15%,
  100% {
    border-color: rgba(33, 21, 29, 0.12);
    box-shadow: 0 18px 50px rgba(51, 31, 41, 0.08);
  }
  7% {
    border-color: rgba(213, 43, 101, 0.38);
    box-shadow:
      0 24px 64px rgba(51, 31, 41, 0.12),
      0 0 0 5px rgba(213, 43, 101, 0.06);
  }
}

@keyframes price-change {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-breathe {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(213, 43, 101, 0.16);
  }
  50% {
    box-shadow:
      0 16px 38px rgba(213, 43, 101, 0.27),
      0 0 0 5px rgba(213, 43, 101, 0.055);
  }
}

@keyframes scroll-hint {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

@keyframes offer-nudge {
  0%,
  68%,
  100% {
    transform: translateX(0) scale(1);
  }
  78% {
    transform: translateX(3px) scale(1.06);
  }
  88% {
    transform: translateX(0) scale(1);
  }
}

@keyframes reveal-product-message {
  from {
    clip-path: inset(0 48% 0 48%);
    filter: saturate(0.86);
    transform: scale(1.035);
  }
  to {
    clip-path: inset(0 0 0 0);
    filter: saturate(1);
    transform: scale(1);
  }
}

@keyframes reveal-product-profiles {
  from {
    clip-path: inset(0 0 100% 0);
    filter: saturate(0.86);
    transform: scale(1.025);
  }
  to {
    clip-path: inset(0 0 0 0);
    filter: saturate(1);
    transform: scale(1);
  }
}

@keyframes reveal-product-reply {
  from {
    clip-path: inset(0 100% 0 0);
    filter: saturate(0.86);
    transform: scale(1.03);
  }
  to {
    clip-path: inset(0 0 0 0);
    filter: saturate(1);
    transform: scale(1);
  }
}

@keyframes cue-appear {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes caption-appear {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes faq-answer {
  from {
    opacity: 0;
    transform: translateY(-8px);
    clip-path: inset(0 0 28% 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes activity {
  to {
    transform: scaleY(0.52);
    opacity: 0.56;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translate3d(-34px, 0, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes card-enter-center {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes working-pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal-clip {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translateX(18px);
    clip-path: inset(0 0 0 8%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes thread-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes status-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-actions .button,
  .pricing-card-featured .pricing-cta {
    animation: cta-breathe 3.8s ease-in-out infinite;
  }

  .limited-offer i {
    animation: offer-nudge 4.2s ease-in-out infinite;
  }

  .ambient-sheet-left {
    animation: ambient-drift-left 10s ease-in-out infinite;
  }

  .ambient-sheet-right {
    animation: ambient-drift-right 12s ease-in-out 800ms infinite;
  }

  .product-figure.is-playing::before {
    animation: product-glow 5.6s ease-in-out 700ms infinite alternate;
  }

  .price-line.is-changing {
    animation: price-change 320ms var(--ease-out) both;
  }

  body.motion-ready .method > .method-heading,
  body.motion-ready .reveal-section > .shell > header,
  body.motion-ready .journey-reveal > .shell {
    opacity: 0;
    transform: translateY(28px);
  }

  body.motion-ready .method.is-active > .method-heading,
  body.motion-ready .reveal-section.is-active > .shell > header,
  body.motion-ready .journey-reveal.is-active > .shell {
    animation: reveal-up 760ms var(--ease-out) both;
  }

  body.motion-ready .site-footer.journey-reveal.is-active > .footer-bottom {
    animation-delay: 140ms;
  }

  body.motion-ready .hero .stage-one,
  body.motion-ready .hero .stage-two,
  body.motion-ready .hero .stage-three,
  body.motion-ready .hero .stage-status {
    opacity: 0;
  }

  body.motion-ready .hero .flow-connector path,
  body.motion-ready .method .method-link path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }

  body.motion-ready .hero .flow-connector circle {
    opacity: 0;
  }

  body.motion-ready .hero.is-playing .stage-one {
    animation:
      card-enter 680ms var(--ease-out) 180ms both,
      stage-soft-focus 9s ease-in-out 3.5s infinite;
  }

  body.motion-ready .hero.is-playing .connector-one path {
    animation: thread-draw 620ms var(--ease-out) 760ms both;
  }

  body.motion-ready .hero.is-playing .connector-one circle {
    animation: status-enter 220ms ease 740ms both;
  }

  body.motion-ready .hero.is-playing .stage-two {
    animation:
      card-enter-center 680ms var(--ease-out) 1240ms both,
      stage-soft-focus 9s ease-in-out 6.5s infinite;
  }

  body.motion-ready .hero.is-playing .connector-two path {
    animation: thread-draw 620ms var(--ease-out) 1820ms both;
  }

  body.motion-ready .hero.is-playing .connector-two circle {
    animation: status-enter 220ms ease 1800ms both;
  }

  body.motion-ready .hero.is-playing .stage-three {
    animation:
      card-enter 680ms var(--ease-out) 2300ms both,
      stage-soft-focus 9s ease-in-out 9.5s infinite;
  }

  body.motion-ready .hero.is-playing .stage-status {
    animation: status-enter 480ms var(--ease-out) 2780ms both;
  }

  body.motion-ready .method .method-step {
    opacity: 0;
  }

  body.motion-ready .method.is-active .method-step {
    animation: status-enter 620ms var(--ease-out) var(--step-delay) both;
  }

  body.motion-ready .method.is-active .link-one path {
    animation: thread-draw 520ms var(--ease-out) 500ms both;
  }

  body.motion-ready .method.is-active .link-two path {
    animation: thread-draw 520ms var(--ease-out) 1180ms both;
  }

  body.motion-ready .method.is-active .link-three path {
    animation: thread-draw 520ms var(--ease-out) 1860ms both;
  }

  body.motion-ready .method.is-active .step-one .method-card {
    animation: decision-focus 8s ease-in-out 3s infinite;
  }

  body.motion-ready .method.is-active .step-two .method-card {
    animation: decision-focus 8s ease-in-out 5s infinite;
  }

  body.motion-ready .method.is-active .step-three .method-card {
    animation: decision-focus 8s ease-in-out 7s infinite;
  }

  body.motion-ready .method.is-active .step-four .method-card {
    animation: decision-focus 8s ease-in-out 9s infinite;
  }

  body.motion-ready .problem-section .time-board,
  body.motion-ready .problem-section .decision-card,
  body.motion-ready .contacts-section .contact-workspace,
  body.motion-ready .control-section .control-demo {
    opacity: 0;
  }

  body.motion-ready .problem-section .task-block {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  body.motion-ready .problem-section .time-thread path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }

  body.motion-ready .problem-section.is-active .time-board {
    animation: reveal-up 620ms var(--ease-out) 120ms both;
  }

  body.motion-ready .problem-section.is-active .task-block:nth-of-type(4) {
    animation: reveal-clip 460ms var(--ease-out) 420ms both;
  }

  body.motion-ready .problem-section.is-active .task-block:nth-of-type(5) {
    animation: reveal-clip 460ms var(--ease-out) 580ms both;
  }

  body.motion-ready .problem-section.is-active .task-block:nth-of-type(6) {
    animation: reveal-clip 460ms var(--ease-out) 740ms both;
  }

  body.motion-ready .problem-section.is-active .task-block:nth-of-type(7) {
    animation: reveal-clip 460ms var(--ease-out) 900ms both;
  }

  body.motion-ready .problem-section.is-active .time-thread path {
    animation: thread-draw 680ms var(--ease-out) 980ms both;
  }

  body.motion-ready .problem-section.is-active .decision-card {
    animation: reveal-up 500ms var(--ease-out) both;
  }

  body.motion-ready .problem-section.is-active .decision-card:nth-of-type(1) { animation-delay: 1150ms; }
  body.motion-ready .problem-section.is-active .decision-card:nth-of-type(2) { animation-delay: 1290ms; }
  body.motion-ready .problem-section.is-active .decision-card:nth-of-type(3) { animation-delay: 1430ms; }
  body.motion-ready .problem-section.is-active .decision-card:nth-of-type(4) { animation-delay: 1570ms; }

  body.motion-ready .contacts-section.is-active .contact-workspace {
    animation: reveal-up 680ms var(--ease-out) 100ms both;
  }

  body.motion-ready .contacts-section .contact-row {
    opacity: 0;
    transform: translateY(14px);
  }

  body.motion-ready .contacts-section.is-active .contact-row {
    animation: reveal-up 440ms var(--ease-out) both;
  }

  body.motion-ready .contacts-section.is-active .contact-row:nth-of-type(1) { animation-delay: 360ms; }
  body.motion-ready .contacts-section.is-active .contact-row:nth-of-type(2) { animation-delay: 470ms; }
  body.motion-ready .contacts-section.is-active .contact-row:nth-of-type(3) { animation-delay: 580ms; }
  body.motion-ready .contacts-section.is-active .contact-row:nth-of-type(4) { animation-delay: 690ms; }

  body.motion-ready .control-section.is-active .control-demo {
    animation: reveal-up 680ms var(--ease-out) 100ms both;
  }

  body.motion-ready .control-panel.is-visible {
    animation: panel-enter 420ms var(--ease-out) both;
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(960px, calc(100vw - 48px));
  }

  .hero {
    min-height: auto;
  }

  .hero-flow {
    grid-template-columns: minmax(210px, 0.9fr) 56px minmax(280px, 1.2fr) 56px minmax(220px, 0.9fr);
  }

  .contacts-card,
  .reply-card {
    padding: 16px;
  }

  .contact-list li:nth-child(3) {
    display: none;
  }

  .method-heading {
    grid-template-columns: 1fr 0.7fr;
  }

  .method-sequence {
    width: min(760px, calc(100vw - 48px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .method-step {
    width: min(520px, 100%);
    transform: none;
  }

  .method-step:nth-of-type(even) {
    justify-self: end;
  }

  .method-link {
    width: 60px;
    margin: 8px auto;
    transform: rotate(90deg);
  }

  .problem-heading,
  .contacts-heading,
  .control-heading {
    gap: 42px;
  }

  .time-demo {
    grid-template-columns: minmax(0, 1fr) 56px 330px;
  }

  .control-demo {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .control-tabs button {
    padding-inline: 22px;
  }

}

@media (max-width: 820px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 14px;
  }

  .login-link {
    font-size: 12px;
  }

  .wordmark {
    font-size: 27px;
  }

  .button-small {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-copy {
    padding-top: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 12vw, 64px);
    line-height: 1;
  }

  .hero-copy h1 br,
  .hero-copy > p br {
    display: none;
  }

  .hero-copy > p {
    max-width: 560px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .ambient-sheet {
    display: none;
  }

  .hero-flow {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
  }

  .flow-card {
    width: min(520px, 100%);
  }

  .flow-connector {
    width: 64px;
    height: 44px;
    transform: rotate(90deg);
  }

  .method-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .method-heading h2 {
    font-size: clamp(46px, 12vw, 66px);
  }

  .method-heading p {
    max-width: 600px;
  }

  .problem-heading,
  .contacts-heading,
  .control-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .problem-heading .section-kicker,
  .contacts-heading .section-kicker,
  .control-heading .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .section-lead {
    grid-column: auto;
    margin-bottom: 8px;
  }

  .problem-heading h2,
  .contacts-heading h2,
  .control-heading h2 {
    font-size: clamp(44px, 11.5vw, 64px);
  }

  .product-figure,
  .product-figure-message,
  .product-figure-profiles,
  .product-figure-reply {
    width: 100%;
  }

  .time-demo {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .time-thread {
    display: none;
  }

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

  .rail-label {
    grid-column: 1 / -1;
  }

  .contact-table-head {
    display: none;
  }

  .contact-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
    padding-block: 20px;
  }

  .contact-row > p {
    grid-column: 1 / -1;
  }

  .row-validate,
  .not-now {
    grid-column: 2;
    grid-row: 1;
  }

  .contact-row > div:nth-child(2) {
    grid-column: 1;
  }

  .approval-dock {
    align-items: stretch;
    flex-direction: column;
  }

  .approval-dock > div:first-child {
    align-self: flex-start;
  }

  .dock-actions button {
    flex: 1;
  }

  .control-demo {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .control-tabs {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .control-tabs::before {
    display: none;
  }

  .control-tabs button {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    min-height: 92px;
    padding: 12px 8px;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
    text-align: center;
  }

  .control-tabs button:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .control-stage {
    padding: 26px;
  }

  .faq-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-heading > p {
    max-width: 48ch;
  }

  .faq-heading h2 {
    font-size: clamp(44px, 11.5vw, 64px);
  }

  .faq-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-cta .button {
    width: 100%;
  }

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

  .pricing-heading h2 {
    font-size: clamp(44px, 11.5vw, 64px);
  }

  .billing-toggle {
    width: 100%;
  }

  .billing-toggle button {
    flex: 1;
    justify-content: center;
    padding-inline: 10px;
    font-size: 13px;
  }

  .pricing-footnote {
    flex-direction: column;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

@media (max-width: 560px) {
  .login-link {
    display: none;
  }

  .button-small {
    padding-inline: 13px;
  }

  .hero-visual {
    margin-top: 44px;
  }

  .limited-offer {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding-left: 10px;
  }

  .limited-offer strong {
    font-size: 10px;
  }

  .hero-copy .limited-offer + h1 {
    margin-top: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10vw, 42px);
    text-wrap: pretty;
  }

  .hero-copy h1 br {
    display: block;
  }

  .mobile-break {
    display: inline;
  }

  .calendar-grid {
    height: 320px;
  }

  .task-block {
    padding: 9px;
    font-size: 9px;
  }

  .task-block em {
    display: none;
  }

  .task-search { height: 62px; }
  .task-write { top: 176px; height: 62px; }
  .task-follow { top: 254px; }

  .decision-rail {
    grid-template-columns: 1fr;
  }

  .rail-label {
    grid-column: auto;
  }

  .workspace-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-block: 18px;
  }

  .workspace-progress {
    width: 100%;
  }

  .workspace-progress i {
    flex: 1;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

  .row-validate,
  .not-now,
  .contact-row > div:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
  }

  .row-validate {
    width: 100%;
  }

  .dock-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .control-stage {
    padding: 16px;
  }

  .profile-scene,
  .message-scene,
  .reply-scene {
    padding: 20px;
  }

  .profile-main,
  .reply-person {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .profile-main i,
  .reply-person i {
    margin-left: 65px;
  }

  .panel-actions {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    gap: 34px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .faq-list summary {
    min-height: 72px;
    padding-block: 16px;
    font-size: 15px;
  }

  .faq-list details > div {
    padding-right: 20px;
    font-size: 14px;
  }

  .faq-cta {
    margin-top: 50px;
    padding: 24px;
  }
}

@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;
  }
}

/* Intégration de la V1 dans le shell Next existant. Le header/footer historiques
   restent disponibles sur les autres routes, mais la page d’accueil utilise sa
   propre navigation et son propre footer. */
body:has(.v1-landing) > .site-header,
body:has(.v1-landing) > .site-footer {
  display: none !important;
}

body:has(.v1-landing) #contenu {
  width: 100%;
  margin: 0;
  padding: 0;
}

.v1-landing {
  width: 100%;
}

.limited-offer b {
  color: var(--pink-dark);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: -0.01em;
}

.hero-proof-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.user-proof,
.offer-countdown {
  border: 1px solid rgba(33, 21, 29, 0.11);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 12px 34px rgba(80, 53, 65, 0.06);
  backdrop-filter: blur(16px);
}

.user-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  text-align: left;
}

.user-proof-avatars {
  display: flex;
  padding-left: 8px;
}

.user-proof-avatars i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -8px;
  border: 2px solid var(--surface);
  border-radius: 50%;
  background: #f1d7dc;
  color: #7c3f53;
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
}

.user-proof-avatars i:nth-child(2) {
  background: #dce6f2;
  color: #3d5570;
}

.user-proof-avatars i:nth-child(3) {
  background: #e6dfd1;
  color: #65543b;
}

.user-proof > span:last-child {
  display: grid;
  gap: 2px;
}

.user-proof strong {
  font-size: 12px;
  font-weight: 600;
}

.user-proof small {
  color: var(--ink-muted);
  font-size: 10px;
}

.offer-countdown {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
  padding: 9px 14px;
  border-color: rgba(213, 43, 101, 0.22);
  background: rgba(255, 247, 249, 0.9);
  text-align: left;
}

.countdown-label {
  max-width: 110px;
  color: var(--pink-dark);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.countdown-units {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-variant-numeric: tabular-nums;
}

.countdown-units > span {
  display: grid;
  min-width: 30px;
  gap: 1px;
  text-align: center;
}

.countdown-units strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.countdown-units small {
  color: var(--ink-muted);
  font-size: 7px;
  line-height: 1;
  text-transform: uppercase;
}

.countdown-units > i {
  color: var(--pink);
  font-size: 14px;
  font-style: normal;
  line-height: 17px;
}

.sr-countdown {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.discount-badge {
  align-self: center;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-dark);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.launch-note strong {
  font-family: var(--display);
  font-size: 14px;
}

.v1-landing.offer-expired .discount-badge,
.v1-landing.offer-expired .regular-price-row > span,
.v1-landing.offer-expired .regular-price {
  display: none;
}

.v1-landing.offer-expired .offer-countdown {
  border-color: var(--line);
  background: rgba(255, 253, 249, 0.86);
}

.v1-landing.offer-expired .countdown-label {
  max-width: none;
  color: var(--ink-muted);
}

.v1-landing.offer-expired .countdown-units {
  display: none;
}

@media (max-width: 760px) {
  .hero-proof-row {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 440px);
  }

  .user-proof,
  .offer-countdown {
    justify-content: center;
  }

  .offer-countdown {
    grid-template-columns: minmax(0, auto) auto;
    order: -1;
  }
}

@media (max-width: 420px) {
  .hero-proof-row {
    margin-top: 22px;
  }

  .offer-countdown {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    padding-block: 12px;
    text-align: center;
  }

  .countdown-label {
    max-width: none;
  }

  .limited-offer b {
    font-size: 11px;
  }
}
