/* ============================================================
   Notable — design tokens
   ============================================================ */

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-200-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-800-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-600-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/playfair-display/playfair-display-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../vendor/fonts/playfair-display/playfair-display-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/playfair-display/playfair-display-latin-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../vendor/fonts/playfair-display/playfair-display-latin-600-italic.woff2") format("woff2");
}

:root {
  /* ---------- BRAND / ACCENT ---------- */
  --color-primary:          #E47B41;
  --color-primary-hover:    #C75B32;
  --color-primary-active:   #9F3F24;
  --color-primary-focus:    rgba(228, 123, 65, 0.30);
  --color-primary-surface:  #F7D6C1;
  --color-primary-border:   #F4B07F;

  /* ---------- ORANGE ACCENT SYSTEM ---------- */
  --accent:                 #E47B41;
  --accent-hover:           #C75B32;
  --accent-soft:            #F4B07F;
  --accent-muted:           #F7D6C1;
  --accent-dark:            #9F3F24;

  /* ---------- BLUE & LAVENDER ACCENT SYSTEM ---------- */
  --blue-main:              #76A0CC;
  --blue-hover:             #5F8DBB;
  --blue-soft:              #DCEAF6;
  --blue-muted:             #EEF5FA;
  --lavender-accent:        #A49AB5;

  /* ---------- CANVAS & SURFACE ---------- */
  --color-canvas:           #FFFFFF;
  --color-surface:          #F7F7FB;
  --color-surface-strong:   #EEEEF6;

  /* ---------- HAIRLINES ---------- */
  --color-hairline:         #E8E8F0;
  --color-hairline-strong:  #D0D0E4;
  --color-hairline-subtle:  #F0F0F6;

  /* ---------- INK / TEXT ---------- */
  --color-ink:              #0D0D0F;
  --color-ink-body:         #3A3A4A;
  --color-ink-muted:        #6B6B80;
  --color-ink-subtle:       #9898AA;
  --color-ink-tertiary:     #BBBBC8;
  --color-on-primary:       #FFFFFF;

  /* ---------- SEMANTIC ---------- */
  --color-success:          #16A34A;
  --color-success-surface:  #DCFCE7;
  --color-success-ink:      #15803D;
  --color-error:            #DC2626;

  /* ---------- TYPOGRAPHY ---------- */
  --font-sans:   "Plus Jakarta Sans", "Inter", -apple-system, system-ui, sans-serif;
  --font-mono:   "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --ed-serif:    "Playfair Display", "Cormorant Garamond", Georgia, serif;

  /* ---------- SPACING ---------- */
  --space-xxs:  4px;
  --space-xs:   8px;
  --space-sm:   12px;
  --space-md:   16px;
  --space-lg:   24px;
  --space-xl:   32px;
  --space-xxl:  48px;
  --space-section: 96px;

  /* ---------- SHAPES ---------- */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-pill: 9999px;

  /* ---------- MOTION ---------- */
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast:  150ms;
  --dur-base:  200ms;
  --dur-slow:  400ms;
}

/* ============================================================
   BASE RESET & TYPOGRAPHY
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  overflow-x: hidden;
  background: #FFFFFF;
  color: var(--color-ink-body);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html { scrollbar-color: #D0D0E4 transparent; }

h1, h2, h3, h4, h5, h6 { margin: 0; }
p { margin: 0; }
a { color: var(--color-primary); text-decoration: none; }
a:hover { color: var(--color-primary-hover); }
::selection { background: var(--color-primary-surface); color: var(--color-ink); }

/* ---------- EDITORIAL TYPOGRAPHY ---------- */

/* Playfair Display italic — UNIQUEMENT pour les eyebrows (ligne courte avant un h2) */
.ed-serif-italic {
  font-family: var(--ed-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--color-ink);
}

/* Accent inline dans un headline — Jakarta Sans italic, même voix que le logo */
.ed-italic-accent {
  font-family: var(--font-sans);
  font-style: italic;
  font-weight: inherit;
  letter-spacing: -0.015em;
  color: var(--color-ink);
}

/* Numéros d'étapes 01/02/03 — Jakarta léger, hiérarchie par la graisse */
.ed-step-number {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.03em;
}

/* ---------- SCROLL REVEAL ---------- */

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 400ms ease-out var(--reveal-delay, 0ms),
    transform 400ms ease-out var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal[data-revealed="true"] {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* ---------- UTILITY ---------- */

.eyebrow {
  display: inline-block;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
}

/* ---------- DEMO WIDGET LIVE DOT ---------- */

@keyframes demoLivePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  70%       { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}
.demo-live-dot {
  animation: demoLivePulse 1.6s ease-in-out infinite;
}

@keyframes demoTooltipBob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-3px); }
}

/* ---------- MARQUEE ---------- */

@keyframes edMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ed-marquee { animation: edMarquee 30s linear infinite; }
.ed-marquee:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .ed-marquee { animation: none; } }

/* ---------- GRADIENT WORD (background-clip text) ---------- */
/* Single background-position animation replaces the expensive blur-blob approach. */
.gw-text {
  background: linear-gradient(
    90deg,
    hsl(330, 100%, 42%)  0%,
    hsl(300, 100%, 45%) 18%,
    hsl(210, 100%, 42%) 40%,
    hsl(140,  80%, 38%) 62%,
    hsl( 60,  80%, 44%) 82%,
    hsl(330, 100%, 42%) 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  animation: gw-cycle 7s ease-in-out infinite alternate;
}
@keyframes gw-cycle {
  from { background-position: 0% center; }
  to   { background-position: 100% center; }
}
@media (prefers-reduced-motion: reduce) {
  .gw-text { animation: none; background-position: 50% center; }
}

/* ---------- ROTATING GRADIENT RIGHT ---------- */

.rgr-section {
  --rgr-panel-height: min(44rem, 78vh);
  min-height: 100vh;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid var(--color-hairline-subtle);
  color: #000000;
  padding: 112px 32px 72px;
}
.rgr-grid {
  max-width: 78rem;
  margin: 0 auto;
  display: grid;
  align-items: start;
  gap: clamp(44px, 5vw, 72px);
}
.rgr-visual {
  position: relative;
  margin: 0 auto;
  display: flex;
  height: var(--rgr-panel-height);
  width: 100%;
  max-width: 46rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
}
.rgr-glow-wrap {
  position: absolute;
  inset: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rgr-glow {
  height: 120%;
  width: 120%;
  border-radius: 36px;
  opacity: 0.8;
  filter: blur(64px);
  background: conic-gradient(
    from 0deg,
    #34d399,
    #22d3ee,
    #3b82f6,
    #7c3aed,
    #ef4444,
    #34d399
  );
  animation: rgrGlowSpin 8s linear infinite;
  will-change: transform;
}
.rgr-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.85);
  color: #FFFFFF;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.rgr-inner-card {
  width: min(340px, 78%);
  z-index: 10;
  border-radius: 16px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.rgr-card-content {
  padding: 24px;
}
.rgr-inner-card-content {
  padding: 20px;
}
.rgr-card-topline {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rgr-card-title {
  font-size: 15px;
  font-weight: 600;
  animation: rgrStepTextIn 320ms ease both;
}
.rgr-card-count {
  font-size: 12px;
  color: #a1a1aa;
}
.rgr-progress {
  margin-bottom: 12px;
  height: 6px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
}
.rgr-progress-fill {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #22d3ee, #38bdf8, #34d399);
  transform-origin: left center;
  animation: rgrProcessTimeline 14.4s linear infinite;
}
.rgr-card-copy {
  font-size: 12px;
  line-height: 1.5;
  color: #a1a1aa;
  min-height: 54px;
  animation: rgrStepTextIn 320ms ease both;
}
.rgr-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: var(--rgr-panel-height);
}
.rgr-booking-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.rgr-booking-copy {
  max-width: 620px;
}
.rgr-booking-eyebrow {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px;
}
.rgr-booking-label {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-ink);
}
.rgr-booking-eyebrow i {
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--color-hairline-strong);
}
.rgr-booking-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #111827;
  text-wrap: balance;
}
.rgr-booking-copy-muted {
  color: var(--color-ink);
}
.rgr-booking-copy > p:not(.rgr-booking-label) {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
  max-width: 560px;
}
.rgr-booking-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #0D0D0F;
  border-radius: 10px;
  background: #0D0D0F;
  color: #FFFFFF;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  overflow: hidden;
  box-shadow: 0 16px 34px -22px rgba(13, 13, 15, 0.62);
  transform: translateY(0) scale(1);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    color 180ms ease,
    transform 180ms cubic-bezier(.34, 1.4, .64, 1);
}
.rgr-booking-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.22) 45%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}
.rgr-booking-cta svg,
.rgr-booking-cta span {
  position: relative;
  z-index: 1;
}
.rgr-booking-cta:hover,
.rgr-booking-cta:focus-visible {
  background: #25252C;
  border-color: #25252C;
  box-shadow: 0 24px 44px -24px rgba(13, 13, 15, 0.75);
  transform: translateY(-2px) scale(1.015);
}
.rgr-booking-cta:hover::before,
.rgr-booking-cta:focus-visible::before {
  transform: translateX(120%);
}
.rgr-booking-cta:active,
.rgr-booking-cta--active {
  background: #0D0D0F;
  border-color: #0D0D0F;
  transform: translateY(0) scale(0.98);
}
.rgr-scheduler-reveal {
  transform-origin: top center;
  animation: rgrSchedulerIn 420ms cubic-bezier(.16, 1, .3, 1) both;
}
.rgr-scheduler-reveal--closing {
  pointer-events: none;
  animation: rgrSchedulerOut 320ms cubic-bezier(.4, 0, .2, 1) both;
}
.rgr-booking-scheduler-slot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
}
.rgr-scheduler-wrap {
  width: min(100%, 600px);
  margin: 0;
}
.rgr-scheduler-card {
  width: 100%;
  border: 1px solid #E8E8F0;
  border-radius: 16px;
  background: #FFFFFF;
  color: #0D0D0F;
  box-shadow: none;
}
.rgr-scheduler-header {
  padding: 16px 18px 0;
}
.rgr-scheduler-header h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #0D0D0F;
}
.rgr-scheduler-content {
  display: flex;
  gap: 14px;
  padding: 14px 18px 16px;
}
.rgr-scheduler-calendar,
.rgr-scheduler-times {
  flex: 1;
  border: 1px solid #E8E8F0;
  border-radius: 8px;
  padding: 10px;
}
.rgr-scheduler-month {
  position: relative;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  color: #0D0D0F;
  font-size: 14px;
  font-weight: 500;
}
.rgr-scheduler-month button {
  position: absolute;
  top: 0;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(107, 107, 128, 0.8);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.rgr-scheduler-month button:first-child { left: 0; }
.rgr-scheduler-month button:last-child { right: 0; }
.rgr-scheduler-month button:hover {
  background: #F7F7FB;
  color: #0D0D0F;
}
.rgr-scheduler-month button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}
.rgr-scheduler-month button:disabled:hover {
  background: transparent;
  color: rgba(107, 107, 128, 0.8);
}
.rgr-scheduler-grid {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  justify-content: center;
}
.rgr-scheduler-day {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #0D0D0F;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}
.rgr-scheduler-day:hover {
  background: #F7F7FB;
}
.rgr-scheduler-day--header {
  color: rgba(107, 107, 128, 0.8);
  cursor: default;
  font-size: 12px;
  font-weight: 500;
}
.rgr-scheduler-day--header:hover,
.rgr-scheduler-day--muted:hover {
  background: transparent;
}
.rgr-scheduler-day--muted {
  cursor: default;
}
.rgr-scheduler-day--disabled {
  cursor: not-allowed;
  color: rgba(13, 13, 15, 0.24);
  text-decoration: line-through;
}
.rgr-scheduler-day--disabled:hover {
  background: transparent;
}
.rgr-scheduler-day--selected {
  background: #0D0D0F;
  color: #FFFFFF;
}
.rgr-scheduler-day--selected:hover {
  background: #0D0D0F;
}
.rgr-scheduler-day--today::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 3px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0D0D0F;
}
.rgr-scheduler-day--selected::after {
  background: #FFFFFF;
}
.rgr-scheduler-times {
  max-height: 320px;
  overflow-y: auto;
}
.rgr-scheduler-times p {
  margin: 0 0 8px;
  color: #6B6B80;
  font-size: 14px;
  font-weight: 500;
}
.rgr-scheduler-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.rgr-time-slot {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 32px;
  border: 1px solid #E8E8F0;
  border-radius: 8px;
  background: #FFFFFF;
  color: #0D0D0F;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.rgr-time-slot:hover {
  background: #F7F7FB;
}
.rgr-time-slot--selected {
  border-color: #0D0D0F;
  background: #0D0D0F;
  color: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(13, 13, 15, 0.18);
}
.rgr-time-slot--selected:hover,
.rgr-time-slot--selected:focus,
.rgr-time-slot--selected:focus-visible,
.rgr-time-slot--selected:active {
  border-color: #0D0D0F;
  background: #0D0D0F;
  color: #FFFFFF;
  outline: none;
}
.rgr-scheduler-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 18px 16px;
}
.rgr-scheduler-reset,
.rgr-scheduler-confirm {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
}
.rgr-scheduler-reset {
  background: transparent;
  color: #0D0D0F;
}
.rgr-scheduler-reset:hover {
  background: #F7F7FB;
}
.rgr-scheduler-confirm {
  background: #0D0D0F;
  color: #FFFFFF;
}
.rgr-scheduler-confirm:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@keyframes rgrGlowSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rgrSchedulerIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.982);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes rgrSchedulerOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
    filter: blur(3px);
  }
}
@keyframes rgrProcessTimeline {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes rgrStepTextIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .rgr-section { padding-left: 64px; padding-right: 64px; }
  .rgr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .rgr-section { --rgr-panel-height: auto; }
  .rgr-section { padding: 88px 20px 48px; }
  .rgr-visual { height: 32rem; }
  .rgr-copy,
  .rgr-booking-panel { height: auto; }
  .rgr-booking-scheduler-slot { position: static; }
  .rgr-booking-scheduler-slot { margin-top: 4px; }
  .rgr-scheduler-content { flex-direction: column; }
  .rgr-scheduler-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .rgr-scheduler-day { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .rgr-glow,
  .rgr-scheduler-reveal,
  .rgr-scheduler-reveal--closing,
  .rgr-progress-fill,
  .rgr-card-title,
  .rgr-card-copy { animation: none; }
}

/* ---------- RESPONSIVE HELPERS ---------- */

@media (max-width: 760px) {
  .ed-nav-links { display: none !important; }
  .ed-tension-grid { grid-template-columns: 1fr !important; gap: 48px !important; }
  .ed-ba-cols { grid-template-columns: 1fr !important; gap: 16px !important; }
  .ed-cmp-split { grid-template-columns: 1fr !important; gap: 32px !important; }
  .ed-cmp-vs { display: none !important; }
  .faq-grid { grid-template-columns: 1fr !important; }
  .faq-grid > div:first-child { position: static !important; }
}
@media (max-width: 880px) {
  .ed-svc-header { grid-template-columns: 1fr !important; gap: 32px !important; margin-bottom: 56px !important; }
  .ed-bento { grid-template-columns: 1fr !important; }
  .ed-bento-card { grid-column: 1 / 2 !important; min-height: 360px !important; }
  .ed-bento-body { max-width: 100% !important; padding: 28px !important; }
  .ed-cases-grid { grid-template-columns: 1fr !important; }
  .ed-cases-features { grid-template-columns: 1fr !important; row-gap: 32px !important; }
  .ed-method-grid { grid-template-columns: 1fr !important; }
  .demo-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px) {
  .ed-method-stepper { grid-template-columns: repeat(2, 1fr) !important; gap: 20px 0 !important; }
}

/* Pause section-level decorative loops while their section is away from the viewport. */
section.is-viewport-observed:not(.is-near-viewport) *,
footer.is-viewport-observed:not(.is-near-viewport) *,
#rdv.is-viewport-observed:not(.is-near-viewport) * {
  animation-play-state: paused !important;
}

/* ---------- SCHEDULER FORM STYLES ---------- */
.rgr-form-input {
  border: 1px solid var(--color-hairline) !important;
  background: var(--color-surface) !important;
  color: var(--color-ink) !important;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease) !important;
}
.rgr-form-input:focus {
  border-color: var(--color-primary) !important;
  background: var(--color-canvas) !important;
  box-shadow: 0 0 0 3px var(--color-primary-focus) !important;
  outline: none !important;
}
select.rgr-form-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E") !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  padding-right: 30px !important;
}

/* ---------- RESPONSIVE COMPRESSION FOR TIGHT SCREENS ---------- */
@media (max-width: 380px) {
  .rgr-scheduler-content {
    padding: 8px 10px 10px !important;
    gap: 8px !important;
  }
  .rgr-scheduler-calendar,
  .rgr-scheduler-times {
    padding: 6px !important;
  }
  .rgr-scheduler-grid {
    gap: 2px !important;
  }
  .rgr-scheduler-day {
    font-size: 11px !important;
    height: 28px !important;
  }
}
