@font-face {
  font-family: "Dancing Script";
  src: url("assets/dancing-script-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/instrument-serif-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/playfair-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("assets/playfair-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 600 700;
  font-display: swap;
}

:root {
  --bg: #fcfaf8;
  --ink: #0b0b0c;
  --ink-soft: #26262a;
  --gray: #6c6c74;
  --gray-light: #9a9aa2;
  --line: #ece7e2;
  --sand: #f6f1ea;
  --sun-1: #ff9500;
  --sun-2: #ff5c7a;
  --sun-3: #ff2e9a;
  --sun-4: #9b3df5;
  --plum-1: #241a4d;
  --plum-2: #3a1e57;
  --plum-3: #1e1540;
  --gradient: linear-gradient(96deg, var(--sun-1) 0%, var(--sun-3) 52%, var(--sun-4) 100%);
  --gradient-solid: linear-gradient(135deg, var(--sun-1), var(--sun-3) 55%, var(--sun-4));
  --shadow: 0 16px 42px rgba(36, 26, 77, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --script: "Dancing Script", "Brush Script MT", cursive;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.shell {
  width: min(1216px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 80px;
  color: #fff;
  transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(252, 250, 248, 0.9);
  box-shadow: 0 8px 26px rgba(11, 11, 12, 0.08);
  backdrop-filter: blur(16px);
}

.nav-inner {
  width: min(1216px, calc(100% - 64px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-mark {
  width: 56px;
  height: 56px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--gradient-solid);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 20px rgba(255, 46, 154, 0.2);
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 1.3px;
}

.top-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.top-cta {
  min-height: 44px;
  padding: 0 20px;
  background: var(--gradient-solid);
  box-shadow: 0 12px 28px rgba(255, 46, 154, 0.28);
  font-size: 14px;
}

.top-cta:hover,
.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.top-cta:focus-visible,
.button:focus-visible,
.video-play:focus-visible,
a:focus-visible {
  outline: 3px solid var(--sun-1);
  outline-offset: 4px;
}

.hero {
  position: relative;
  height: 759px;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--ink) url("assets/virginia-hero.jpg") 72% 43% / cover no-repeat;
  overflow: hidden;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 92, 122, 0.12), transparent 42%),
    linear-gradient(90deg, rgba(11, 11, 12, 0.96) 0%, rgba(11, 11, 12, 0.86) 35%, rgba(11, 11, 12, 0.28) 66%, rgba(11, 11, 12, 0.12) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 68px;
}

.glass-pill,
.eyebrow-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.glass-pill {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero h1 {
  margin: 0;
  max-width: 560px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(78px, 7.5vw, 104px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -2px;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
}

.hero h1 span,
h2 em {
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

/* La cursiva del último glifo se salía del recorte del degradado (la "e" de Crece
   se veía cortada). Le damos aire a derecha e izquierda sin afectar a la maquetación. */
.hero h1 span {
  display: inline-block;
  padding: 0 0.16em;
  margin: 0 -0.16em;
}

h2 em {
  font-style: normal;
}

.hero-subtitle {
  margin: 10px 0 6px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}

.hero-copy {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.button-gradient {
  background: var(--gradient-solid);
  box-shadow: 0 16px 32px rgba(255, 46, 154, 0.28);
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.hero-facts li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-facts svg {
  color: var(--sun-2);
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  width: 24px;
  height: 24px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.section-shell {
  position: relative;
  z-index: 2;
  text-align: center;
}

.video-section {
  position: relative;
  height: 1107px;
  padding: 70px 0 54px;
  background: linear-gradient(180deg, var(--bg), #fff 58%, #fff8f2);
  overflow: hidden;
}

.soft-orb,
.final-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.18;
  pointer-events: none;
}

.soft-orb-one {
  width: 420px;
  height: 420px;
  left: -210px;
  top: 170px;
  background: var(--sun-1);
}

.soft-orb-two {
  width: 440px;
  height: 440px;
  right: -230px;
  bottom: 30px;
  background: var(--sun-4);
}

.eyebrow-pill {
  margin: 0 auto 12px;
  color: var(--sun-3);
  border: 1px solid rgba(255, 46, 154, 0.16);
  background: rgba(255, 46, 154, 0.045);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
}

h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(39px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

h2 em {
  font-family: var(--script);
  font-size: 1.14em;
  letter-spacing: -1px;
}

.section-lead {
  margin: 14px 0 0;
  color: var(--gray);
  font-size: 18px;
}

.video-grid {
  display: grid;
  grid-template-columns: 222px 320px 222px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 42px;
}

.metric-stack {
  display: grid;
  gap: 16px;
}

.mini-card {
  min-height: 118px;
  padding: 16px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(36, 26, 77, 0.1);
}

.mini-icon,
.feature-icon,
.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--gradient-solid);
  box-shadow: 0 8px 18px rgba(255, 46, 154, 0.2);
}

.mini-icon {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 11px;
  vertical-align: middle;
}

.mini-card strong {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--script);
  font-size: 25px;
  color: var(--sun-3);
}

.mini-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.35;
}

.video-column {
  width: 320px;
}

.phone-frame {
  position: relative;
  width: 320px;
  height: 595px;
  overflow: hidden;
  border: 12px solid #171927;
  border-radius: 45px;
  background: #171927;
  box-shadow: 0 28px 50px rgba(36, 26, 77, 0.25);
}

.phone-notch {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -1px;
  width: 112px;
  height: 23px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #171927;
}

.phone-frame video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 32px;
  object-fit: cover;
  object-position: 57% center;
}

.video-play {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(rgba(11, 11, 12, 0.06), rgba(11, 11, 12, 0.48));
  cursor: pointer;
}

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

.video-mute {
  position: absolute;
  z-index: 5;
  top: 29px;
  right: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 11, 12, 0.62);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.video-time {
  position: absolute;
  z-index: 5;
  left: 15px;
  bottom: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 11, 12, 0.62);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.play-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  display: block;
  overflow: visible;
  color: var(--sun-3);
  stroke: none;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .26));
}

.play-disc circle {
  stroke: rgba(255, 255, 255, .14);
  stroke-width: 5.5;
  paint-order: stroke fill;
}

.play-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 65px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.video-play strong {
  margin-top: 0;
  padding: 7px 17px;
  border-radius: 999px;
  background: rgba(11, 11, 12, 0.72);
  font-family: var(--serif);
  font-size: 15px;
}

.video-play small {
  color: rgba(255, 255, 255, 0.72);
}

.unlock-panel {
  margin-top: 15px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(36, 26, 77, 0.1);
  text-align: left;
}

.unlock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gray);
  font-size: 12px;
}

.unlock-head strong {
  color: var(--sun-3);
}

.progress-track {
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #f3edf0;
}

.progress-track span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--gradient);
  transition: width 180ms linear;
}

.unlock-panel p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.unlock-panel.unlocked {
  border-color: rgba(155, 61, 245, 0.34);
  background: linear-gradient(135deg, #fff, #f9f0ff);
}

#unlock-cta {
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  font-size: 14px;
  animation: unlock-button-in 450ms ease-out both, unlock-glow 1.5s 450ms ease-in-out 3;
}

.unlock-notice {
  position: fixed;
  z-index: 100;
  top: 84px;
  left: 16px;
  right: 16px;
  width: min(600px, calc(100% - 32px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 2px solid #d5b3f5;
  border-radius: 22px;
  background: #fcf5ff;
  color: var(--plum-1);
  box-shadow: 0 18px 50px rgba(36, 26, 77, .24);
  animation: unlock-notice-in 650ms cubic-bezier(.2, 1.4, .4, 1) both;
}

.unlock-notice-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  height: 48px;
  color: #fff;
  border-radius: 14px;
  background: var(--gradient-solid);
  animation: unlock-icon 800ms 300ms ease-in-out both;
}

.unlock-notice-icon svg { width: 26px; height: 26px; }
.unlock-notice strong { font-size: 20px; }
.unlock-notice p { margin: 4px 0 0; font-size: 14px; }
.unlock-notice button {
  align-self: flex-start;
  margin: -12px -12px 0 auto;
  min-width: 40px;
  min-height: 40px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 26px;
  cursor: pointer;
}

@keyframes unlock-notice-in {
  from { opacity: 0; transform: translateY(-100px) scale(.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes unlock-button-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes unlock-icon {
  0%, 100% { transform: rotate(0) scale(1); }
  30% { transform: rotate(-15deg) scale(1.15); }
  65% { transform: rotate(15deg) scale(1.15); }
}
@keyframes unlock-glow {
  50% { box-shadow: 0 0 0 7px rgba(155, 61, 245, .18); }
}

.method-section {
  height: 925px;
  padding: 76px 0 60px;
  background: #fff;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--sun-3);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.section-intro {
  max-width: 810px;
  margin: 18px auto 0;
  color: var(--gray);
  font-size: 17px;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.feature-card {
  min-height: 290px;
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: left;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.feature-card:nth-child(2) .feature-icon,
.feature-card:nth-child(4) .feature-icon {
  background: linear-gradient(135deg, var(--sun-3), var(--sun-4));
}

.feature-card h3,
.step-card h3 {
  margin: 21px 0 10px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.25;
}

.feature-card p,
.step-card p {
  margin: 0;
  color: var(--gray);
  font-size: 15px;
  line-height: 1.6;
}

.method-section .button {
  margin-top: 36px;
}

.button-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  color: var(--gray);
  font-size: 13px;
}

.locked-cta[aria-disabled="true"] {
  filter: saturate(0.5);
}

.steps-section {
  height: 774px;
  padding: 78px 0 64px;
  background:
    radial-gradient(circle at 8% 80%, rgba(255, 149, 0, 0.08), transparent 25%),
    radial-gradient(circle at 93% 20%, rgba(155, 61, 245, 0.08), transparent 25%),
    var(--sand);
  overflow: hidden;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  margin: 48px auto 0;
  max-width: 900px;
}

.step-card {
  min-height: 350px;
  padding: 34px 28px;
  border: 1px solid rgba(236, 231, 226, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.step-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

.step-number {
  display: block;
  margin-top: 18px;
  color: rgba(255, 46, 154, 0.1);
  font-family: var(--serif);
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.step-card h3 {
  margin-top: 8px;
}

.step-arrow {
  color: rgba(255, 46, 154, 0.28);
  font-size: 36px;
}

.testimonials-section {
  position: relative;
  height: 1044px;
  padding: 80px 0 74px;
  color: #fff;
  background: linear-gradient(170deg, var(--plum-1) 0%, var(--plum-2) 48%, var(--plum-3) 100%);
  overflow: hidden;
}

.glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
}

.glow-one {
  left: -180px;
  top: 0;
  background: var(--sun-1);
}

.glow-two {
  right: -170px;
  bottom: -50px;
  background: var(--sun-3);
}

.eyebrow-light {
  color: var(--sun-2);
}

.testimonials-section h2 em {
  color: transparent;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 48px;
  margin-top: 54px;
}

.testimonial-card {
  position: relative;
  min-height: 520px;
  padding: 38px 32px 32px;
  color: var(--ink);
  background: var(--bg);
  border-radius: 4px;
  box-shadow: 0 24px 50px rgba(11, 11, 12, 0.26);
  text-align: left;
}

.testimonial-card-tall {
  min-height: 620px;
}

.stars {
  color: var(--sun-1);
  letter-spacing: 3px;
  font-size: 17px;
}

.quote-mark {
  position: absolute;
  right: 26px;
  top: 20px;
  color: rgba(155, 61, 245, 0.1);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
}

blockquote {
  margin: 32px 0 36px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
}

.testimonial-card footer {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.avatar-yolanda {
  background: linear-gradient(135deg, var(--sun-1), var(--sun-3));
}

.avatar-alba {
  background: linear-gradient(135deg, var(--sun-3), var(--sun-4));
}

.testimonial-card footer div {
  display: grid;
}

.testimonial-card footer small {
  color: var(--gray-light);
}

.stats-section {
  height: 366px;
  display: flex;
  align-items: center;
  background: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-grid article {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.stats-grid article:last-child {
  border-right: 0;
}

.stats-grid svg {
  width: 30px;
  height: 30px;
  color: var(--sun-3);
}

.stats-grid strong {
  margin-top: 4px;
  color: transparent;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--script);
  font-size: 54px;
  line-height: 1;
}

.stats-grid span {
  color: var(--gray);
  font-size: 14px;
}

.final-section {
  position: relative;
  height: 566px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, var(--bg), #fff8f2);
  overflow: hidden;
}

.final-orb {
  width: 460px;
  height: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 90deg, var(--sun-1), var(--sun-3), var(--sun-4), var(--sun-1));
  opacity: 0.08;
}

.final-inner {
  position: relative;
  text-align: center;
}

.final-inner p:not(.button-note) {
  max-width: 700px;
  margin: 22px auto 30px;
  color: var(--gray);
  font-size: 18px;
  line-height: 1.65;
}

.button-dark {
  background: var(--ink);
  box-shadow: 0 16px 32px rgba(11, 11, 12, 0.2);
}

.button-dark:hover {
  background: var(--plum-1);
}

.site-footer {
  height: 299px;
  padding-top: 42px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
  border-top: 3px solid transparent;
  border-image: var(--gradient) 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 72px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
}

.footer-brand p {
  max-width: 360px;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 16px;
}

.footer-column a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 14px;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: #fff;
}

.footer-column svg {
  color: var(--sun-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 980px) {
  .shell,
  .nav-inner {
    width: min(100% - 40px, 900px);
  }

  .hero {
    background-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(11, 11, 12, 0.96), rgba(11, 11, 12, 0.76) 54%, rgba(11, 11, 12, 0.25));
  }

  .video-section,
  .method-section,
  .steps-section,
  .testimonials-section,
  .stats-section,
  .final-section,
  .site-footer {
    height: auto;
  }

  .video-section,
  .method-section,
  .steps-section,
  .testimonials-section {
    padding-block: 72px;
  }

  .video-grid {
    grid-template-columns: 1fr 300px 1fr;
    gap: 22px;
  }

  .video-column,
  .phone-frame {
    width: 300px;
  }

  .video-mute span {
    display: none;
  }

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

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

  .step-arrow {
    display: none;
  }

  .testimonial-grid {
    gap: 22px;
  }

  .testimonial-card {
    min-height: 520px;
  }

  .stats-section {
    padding-block: 64px;
  }

  .final-section {
    padding-block: 100px;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 70px;
  }

  .brand-mark {
    width: 49px;
    height: 49px;
    font-size: 8px;
  }

  .top-cta {
    min-height: 42px;
    padding: 0 16px;
  }

  .top-cta svg:last-child {
    display: none;
  }

  .hero {
    height: 820px;
    min-height: 100svh;
    align-items: flex-end;
    padding-bottom: 82px;
    background-position: 24% top;
    background-size: auto 620px;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(11, 11, 12, .12) 0%, rgba(11, 11, 12, .04) 27%, rgba(11, 11, 12, .88) 49%, #0b0b0c 67%);
  }

  .hero-inner {
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(68px, 22vw, 92px);
  }

  .hero-subtitle {
    font-size: 23px;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-facts {
    gap: 11px 18px;
    margin-top: 24px;
    font-size: 12px;
  }

  h2 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .video-grid {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
  }

  .metric-stack {
    display: none;
  }

  .video-column {
    order: -1;
    width: min(320px, 90vw);
  }

  .phone-frame {
    width: 100%;
    height: 575px;
  }

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

  .feature-card {
    min-height: 285px;
  }

  .step-card {
    min-height: 330px;
  }

  .steps-grid {
    max-width: 520px;
  }

  .testimonial-grid {
    max-width: 520px;
    margin-inline: auto;
  }

  .testimonial-card,
  .testimonial-card-tall {
    min-height: 420px;
  }

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

  .stats-grid article:nth-child(2) {
    border-right: 0;
  }

  .stats-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .shell,
  .nav-inner {
    width: calc(100% - 32px);
  }

  .top-cta span {
    font-size: 13px;
  }

  .hero {
    height: 844px;
  }

  .glass-pill {
    font-size: 12px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .hero-note {
    font-size: 12px;
  }

  .hero-facts {
    display: grid;
  }

  .video-section,
  .method-section,
  .steps-section,
  .testimonials-section {
    padding-block: 62px;
  }

  .video-section {
    min-height: 884px;
    height: auto;
    padding: 38px 0 24px;
  }

  .unlock-notice { top: 74px; gap: 10px; padding: 18px 14px; }
  .unlock-notice strong { font-size: 18px; }

  .method-section {
    height: 1780px;
  }

  .steps-section {
    height: 1330px;
  }

  .testimonials-section {
    height: 1700px;
  }

  .stats-section {
    height: 570px;
  }

  .final-section {
    height: 540px;
    padding-block: 0;
  }

  .site-footer {
    min-height: 580px;
  }

  .phone-frame {
    width: 280px;
    height: 501px;
    margin-inline: auto;
  }

  .feature-grid {
    gap: 14px;
  }

  .testimonial-card,
  .testimonial-card-tall {
    min-height: 440px;
    padding-inline: 25px;
  }

  .testimonial-card footer {
    left: 25px;
    right: 25px;
  }

  .stats-grid strong {
    font-size: 45px;
  }

  .final-section {
    padding-block: 86px;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

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

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

/* Testimonial cards follow the supplied cream-and-white visual reference. */
.testimonials-section {
  height: auto;
  min-height: 0;
  padding: 88px 0 96px;
  color: var(--ink);
  background: #fbfaf8;
  overflow: visible;
}

.testimonials-section .glow { display: none; }
.testimonials-section .eyebrow-light { color: var(--sun-3); }
.testimonials-section h2 em {
  color: var(--sun-3);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.testimonial-grid {
  align-items: start;
  gap: 22px;
  margin-top: 48px;
}

.testimonial-card.testimonial-media-card {
  min-width: 0;
  min-height: 0;
  padding: 24px 22px 25px;
  overflow: hidden;
  border: 1px solid #e6e0dc;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 36px rgba(64, 47, 36, 0.07);
}

.testimonial-kind {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  color: #6e6d75;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.35px;
  line-height: 1.2;
}

.testimonial-kind svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--sun-3);
}

.testimonial-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 17px;
  background: #201a2e;
  cursor: pointer;
}

.testimonial-preview::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(transparent, rgba(15, 12, 14, 0.32));
}

.testimonial-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.testimonial-preview:hover img { transform: scale(1.018); }
.testimonial-preview:focus-visible,
.testimonial-audio-play:focus-visible,
.testimonial-audio-speed:focus-visible,
.testimonial-modal button:focus-visible {
  outline: 3px solid var(--sun-3);
  outline-offset: 3px;
}

.testimonial-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #fff;
  background: rgba(37, 32, 34, 0.58);
  box-shadow: 0 10px 28px rgba(11, 11, 12, 0.2);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background-color 180ms ease;
}

.testimonial-preview:hover .testimonial-play {
  background: rgba(255, 46, 154, 0.88);
  transform: translate(-50%, -50%) scale(1.05);
}

.testimonial-play svg { width: 25px; height: 25px; margin-left: 3px; fill: currentColor; }
.testimonial-duration {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(30, 25, 26, 0.82);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.testimonial-media-card blockquote {
  margin: 20px 0 18px;
  color: #242329;
  font-family: var(--sans);
  font-size: 16px;
  font-style: normal;
  line-height: 1.58;
}

.testimonial-card.testimonial-media-card footer {
  position: static;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.testimonial-avatar {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--gradient-solid);
  font-size: 13px;
  font-weight: 800;
}

.testimonial-media-card footer strong { font-size: 16px; line-height: 1.2; }
.testimonial-media-card footer small { margin-top: 2px; font-size: 14px; line-height: 1.2; }

.testimonial-audio-player {
  min-height: 82px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 18px;
  background: #f4f0eb;
}

.testimonial-audio-play,
.testimonial-audio-speed {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.testimonial-audio-play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--gradient-solid);
  box-shadow: 0 9px 20px rgba(255, 46, 154, 0.18);
}

.testimonial-audio-play svg { width: 23px; height: 23px; margin-left: 2px; fill: currentColor; }
.testimonial-audio-play.is-playing svg { margin-left: 0; fill: none; }
.testimonial-audio-speed {
  width: 54px;
  height: 44px;
  border: 1px solid #e4dfda;
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 2px 5px rgba(36, 26, 77, 0.08);
  font-size: 14px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.testimonial-waveform { position: relative; min-width: 0; padding-top: 4px; }
.waveform-track { position: relative; height: 34px; overflow: hidden; }
.waveform-track > img,
.waveform-track > span,
.waveform-track > span img { width: 100%; height: 34px; display: block; }
.waveform-track > img,
.waveform-track > span { position: absolute; inset: 0; }
.waveform-track > span { width: 0; overflow: hidden; }
.waveform-track > span img { width: var(--wave-width, 240px); max-width: none; }
.testimonial-waveform input {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  width: 100%;
  height: 38px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.testimonial-waveform:has(input:focus-visible) { outline: 3px solid var(--sun-3); outline-offset: 4px; border-radius: 4px; }
.testimonial-waveform output {
  display: block;
  margin-top: 1px;
  color: #77747a;
  font-size: 11px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.audio-position-label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.audio-error { margin: 10px 0 0; color: #a1244f; font-size: 13px; }

.testimonial-modal {
  width: min(92vw, 650px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: #17131d;
  box-shadow: 0 30px 90px rgba(10, 8, 12, 0.42);
}
.testimonial-modal::backdrop { background: rgba(14, 10, 17, 0.78); backdrop-filter: blur(8px); }
.testimonial-modal-panel { padding: 18px; }
.testimonial-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.testimonial-modal-head strong { font-size: 14px; letter-spacing: 0.4px; }
.testimonial-modal-head button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.testimonial-modal video { width: 100%; max-height: 76vh; display: block; border-radius: 13px; background: #000; }

@media (max-width: 1080px) {
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; margin-inline: auto; }
}

@media (max-width: 760px) {
  .testimonial-grid { grid-template-columns: 1fr; max-width: 520px; }
  .testimonial-card.testimonial-media-card { min-height: 0; }
}

@media (max-width: 480px) {
  .testimonials-section { height: auto; padding-block: 62px 72px; }
  .testimonial-grid { margin-top: 36px; gap: 18px; }
  .testimonial-card.testimonial-media-card { padding: 20px 16px 22px; border-radius: 21px; }
  .testimonial-kind { margin-bottom: 14px; font-size: 12px; }
  .testimonial-preview { border-radius: 15px; }
  .testimonial-media-card blockquote { font-size: 16px; }
  .testimonial-audio-player { grid-template-columns: 50px minmax(0, 1fr) 50px; gap: 9px; padding-inline: 10px; }
  .testimonial-audio-play { width: 50px; height: 50px; }
  .testimonial-audio-speed { width: 50px; }
  .testimonial-modal { width: calc(100vw - 24px); border-radius: 18px; }
  .testimonial-modal-panel { padding: 12px; }
}

/* Purchase prices and the dossier request use the existing ConsciousMind palette. */
.purchase-cta {
  flex-wrap: wrap;
  gap: 3px 10px;
}

.pricing-edition-label {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 46, 154, 0.18);
  border-radius: 999px;
  color: var(--sun-3);
  background: rgba(255, 46, 154, 0.045);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.05px;
  line-height: 1.2;
}

.method-section .pricing-edition-label {
  margin-top: 30px;
}

.method-section .pricing-edition-label + .purchase-cta {
  margin-top: 0;
}

.final-inner .pricing-edition-label {
  margin-bottom: 12px;
}

.cta-label,
.cta-price-current,
.cta-price-old {
  white-space: nowrap;
}

.cta-price-current {
  font-size: 1.18em;
  font-weight: 800;
}

.cta-price-old {
  opacity: 0.76;
  font-size: 1.17em;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.dossier-offer {
  margin-top: 26px;
  text-align: center;
}

.final-dossier-offer {
  margin-top: 24px;
}

.method-section .dossier-trigger {
  margin-top: 0;
}

.dossier-trigger {
  border: 1.5px solid rgba(36, 26, 77, 0.3);
  color: var(--plum-1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(36, 26, 77, 0.08);
  cursor: pointer;
}

.dossier-trigger:hover {
  border-color: rgba(155, 61, 245, 0.48);
  box-shadow: 0 14px 30px rgba(36, 26, 77, 0.12);
}

.dossier-trigger svg {
  color: var(--sun-3);
}

.dossier-note {
  margin: 8px 0 0;
  color: var(--gray);
  font-size: 12px;
}

.dossier-modal {
  width: min(620px, calc(100vw - 40px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 26px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 32px 90px rgba(25, 18, 36, 0.3);
}

.dossier-modal::backdrop {
  background: rgba(22, 16, 28, 0.68);
  backdrop-filter: blur(9px);
}

.dossier-modal-panel {
  position: relative;
  padding: 42px;
}

.dossier-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink-soft);
  background: #fff;
  cursor: pointer;
}

.dossier-modal-close:hover {
  background: var(--sand);
}

.dossier-modal-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  padding-right: 38px;
}

.dossier-modal-icon,
.dossier-success > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--gradient-solid);
  box-shadow: 0 10px 24px rgba(255, 46, 154, 0.2);
}

.dossier-modal-icon svg,
.dossier-success > span svg {
  width: 25px;
  height: 25px;
}

.dossier-modal h2 {
  margin: 0;
  font-size: clamp(28px, 4.5vw, 38px);
  letter-spacing: -0.7px;
}

.dossier-modal-heading p {
  margin: 9px 0 0;
  color: var(--gray);
  line-height: 1.6;
}

.dossier-form {
  display: grid;
  gap: 17px;
  margin-top: 28px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dossier-field {
  display: grid;
  gap: 7px;
  text-align: left;
}

.dossier-field > span {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.dossier-field small {
  color: var(--gray-light);
  font-size: 12px;
  font-weight: 500;
}

.dossier-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #ded8d3;
  border-radius: 13px;
  color: var(--ink);
  background: #fcfaf8;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.dossier-field input:focus {
  border-color: var(--sun-3);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 46, 154, 0.1);
}

.privacy-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.privacy-check input {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--sun-3);
}

.privacy-check a {
  color: var(--plum-1);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dossier-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.dossier-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.dossier-form-status {
  min-height: 20px;
  margin: -5px 0 0;
  color: #a1244f;
  font-size: 13px;
  text-align: center;
}

.dossier-success {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-top: 28px;
  padding: 28px 22px;
  border: 1px solid rgba(155, 61, 245, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff8f2, #fbf4ff);
  text-align: center;
}

.dossier-success strong {
  font-family: var(--serif);
  font-size: 20px;
}

.dossier-success a {
  color: var(--plum-1);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dossier-modal-close:focus-visible,
.dossier-trigger:focus-visible,
.dossier-field input:focus-visible,
.privacy-check input:focus-visible {
  outline: 3px solid var(--sun-1);
  outline-offset: 3px;
}

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

.footer-column .whatsapp-icon,
.whatsapp-float .whatsapp-icon {
  color: #25d366;
  fill: currentColor;
  stroke: none;
}

.footer-column .whatsapp-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px 0 19px;
  border: 1px solid rgba(36, 26, 77, 0.15);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(36, 26, 77, 0.17);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(36, 26, 77, 0.22);
}

.whatsapp-float .whatsapp-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  stroke-width: 1.7;
}

body.dossier-modal-open .whatsapp-float {
  opacity: 0;
  pointer-events: none;
}

.final-section {
  height: 690px;
}

@media (max-width: 980px) {
  .final-section {
    height: auto;
    min-height: 680px;
  }
}

@media (max-width: 480px) {
  .method-section {
    height: auto;
  }

  .purchase-cta {
    column-gap: 8px;
    padding-block: 11px;
  }

  .pricing-edition-label {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  .cta-price-current {
    font-size: 1.14em;
  }

  .cta-price-old {
    font-size: 1.14em;
  }

  .final-section {
    height: auto;
    min-height: 700px;
  }

  .whatsapp-float {
    right: 13px;
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 48px;
    gap: 8px;
    padding: 0 13px 0 15px;
    font-size: 11px;
  }

  .whatsapp-float .whatsapp-icon {
    width: 23px;
    height: 23px;
  }

  .purchase-cta > svg {
    flex: 0 0 auto;
  }

  .dossier-modal {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 22px;
  }

  .dossier-modal-panel {
    padding: 30px 20px 24px;
  }

  .dossier-modal-close {
    top: 12px;
    right: 12px;
  }

  .dossier-modal-heading {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding-right: 20px;
  }

  .dossier-modal-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .dossier-modal h2 {
    font-size: 28px;
  }

  .dossier-form {
    gap: 14px;
    margin-top: 22px;
  }

  .dossier-field input {
    min-height: 50px;
  }
}
