/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/inter-latin-wght-normal.woff2") format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root {
  --font-sans: "Inter Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --radius-md: calc(var(--radius) * 0.8);
    --radius-lg: var(--radius);
    --radius-xl: calc(var(--radius) * 1.4);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .inline {
    display: inline;
  }
  .outline-offset-8 {
    outline-offset: 8px;
  }
  .\[wp-theme\:build\] {
    wp-theme: build;
  }
  .\[wp-theme\:import\] {
    wp-theme: import;
  }
  .\[wp-theme\:lint\] {
    wp-theme: lint;
  }
  .\[wp-theme\:package\] {
    wp-theme: package;
  }
  .\[wp-theme\:typecheck\] {
    wp-theme: typecheck;
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
:root {
  --navy-950: #061a33;
  --navy-900: #08254a;
  --navy-800: #0d315e;
  --blue-700: #0b4f94;
  --teal-800: #075e67;
  --teal-700: #0a6f78;
  --teal-600: #0a858b;
  --teal-500: #0ca7a6;
  --mint-100: #e8f7f8;
  --mint-50: #f2fbfb;
  --blue-50: #eef6ff;
  --cream: #fbfbf8;
  --paper: #ffffff;
  --ink: #15243b;
  --muted: #62718a;
  --line: rgba(8, 37, 74, .11);
  --shadow: 0 20px 55px rgba(8, 37, 74, .11);
  --soft-shadow: 0 13px 30px rgba(8, 37, 74, .08);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --max: 1180px;
  --header-h: 86px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 82% 4%, rgba(12, 167, 166, .08), transparent 26rem), radial-gradient(circle at 8% 15%, rgba(11, 79, 148, .06), transparent 28rem), var(--cream);
  line-height: 1.45;
  text-rendering: geometricPrecision;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.section-pad {
  padding: 28px 0 28px;
}
.section-pad-sm {
  padding: 34px 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(8, 37, 74, .08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 35px rgba(8, 37, 74, .08);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand img {
  width: 190px;
  height: auto;
}
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 14px;
  font-weight: 750;
  color: var(--navy-900);
}
.main-nav a {
  position: relative;
  padding: 12px 0;
  opacity: .9;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--teal-700), var(--teal-500));
  transition: transform .25s var(--ease);
}
.main-nav a:hover::after, .main-nav a.active::after {
  transform: scaleX(1);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--navy-900);
  border-radius: 999px;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease, border-color .22s ease;
}
.btn svg, svg.icon {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--teal-700), var(--teal-600));
  box-shadow: 0 14px 30px rgba(10, 111, 120, .22);
}
.btn-primary:hover {
  box-shadow: 0 20px 36px rgba(10, 111, 120, .28);
}
.btn-secondary {
  color: white;
  background: linear-gradient(135deg, var(--navy-900), var(--blue-700));
  box-shadow: 0 14px 30px rgba(8, 37, 74, .18);
}
.btn-outline {
  color: var(--navy-900);
  background: rgba(255, 255, 255, .82);
  border-color: rgba(10, 111, 120, .55);
}
.btn-outline:hover {
  background: white;
  box-shadow: 0 18px 32px rgba(8, 37, 74, .08);
}
.btn-dark-outline {
  color: white;
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .06);
}
.btn-dark-outline:hover {
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
}
.btn-sm {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  font-size: 13px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .42)), radial-gradient(circle at 50% 25%, rgba(10, 111, 120, .08), transparent 36rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--teal-700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--teal-700);
}
h1, h2, h3, p {
  margin-top: 0;
}
h1 {
  margin-bottom: 24px;
  color: var(--navy-900);
  font-size: clamp(48px, 6.5vw, 76px);
  line-height: .95;
  letter-spacing: -.06em;
}
.lead {
  max-width: 580px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.48;
  font-weight: 520;
}
.hero-support {
  max-width: 620px;
  margin-bottom: 30px;
  color: #33435c;
  font-size: 17px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
}
.chips span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .75);
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.18;
  box-shadow: 0 9px 22px rgba(8, 37, 74, .05);
}
.chips svg {
  width: 20px;
  height: 20px;
  stroke: var(--teal-700);
  fill: none;
  stroke-width: 1.8;
  flex: 0 0 auto;
}
.hero-visual {
  position: relative;
  min-height: 420px;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12px -42px 0 8%;
  z-index: -2;
  background: radial-gradient(circle at 65% 46%, rgba(11, 79, 148, .13), transparent 23rem), linear-gradient(135deg, rgba(232, 247, 248, .95), rgba(255, 255, 255, 0));
  border-radius: 50px 0 0 50px;
  transform: skewX(-8deg);
}
.hero-visual::after {
  content: "";
  position: absolute;
  left: 4%;
  top: 26%;
  z-index: -1;
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, rgba(12, 167, 166, .36), rgba(12, 167, 166, .05));
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.hero-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 54px;
  filter: saturate(1.02) contrast(1.02);
  box-shadow: 0 24px 55px rgba(8, 37, 74, .08);
}
.hero-floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(10, 111, 120, .16);
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(8, 37, 74, .12);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 850;
}
.hero-floating-card svg {
  width: 18px;
  height: 18px;
  stroke: var(--teal-700);
  fill: none;
  stroke-width: 1.8;
}
.card-chart {
  top: 70px;
  right: 28%;
}
.card-target {
  left: 12%;
  bottom: 84px;
  width: 45px;
  height: 45px;
  justify-content: center;
  padding: 0;
}
.problem, .why, .method {
  background: rgba(255, 255, 255, .66);
  border-top: 1px solid rgba(8, 37, 74, .06);
  border-bottom: 1px solid rgba(8, 37, 74, .06);
}
.problem-grid {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 34px;
  align-items: stretch;
}
.section-intro h2, .center-title, .offer-panel h2, .cta-copy h2 {
  color: var(--navy-900);
  letter-spacing: -.04em;
}
.section-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.02;
}
.section-intro p {
  margin-bottom: 0;
  color: #33435c;
  font-size: 16px;
  line-height: 1.64;
}
.problem-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.problem .problem-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px;
}
.soft-card, .offer-card, .outcome-card, .step-card {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.soft-card {
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-md);
}
.icon-bubble {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--teal-700);
  background: var(--mint-100);
  border-radius: 50%;
}
.icon-bubble svg, .offer-card svg, .why-item svg, .outcome-card svg, .method-steps svg, .step-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.soft-card h3, .offer-card h3, .why-item h3, .outcome-card h3, .method-steps h3, .step-card h3 {
  margin: 0 0 9px;
  color: var(--navy-900);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.soft-card h3 {
  font-size: 19px;
}
.soft-card p, .offer-card p, .why-item p, .method-steps p {
  margin: 0;
  color: #485a76;
  font-size: 14px;
  line-height: 1.45;
}
.center-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(28px, 3.1vw, 39px);
  line-height: 1.05;
}
.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.steps-grid::before, .steps-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 37, 74, .2), rgba(8, 37, 74, .5));
}
.steps-grid::before {
  left: calc(33.333% - 13px);
}
.steps-grid::after {
  left: calc(66.666% - 13px);
}
.step-card {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius-md);
  z-index: 1;
}
.step-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: white;
  background: radial-gradient(circle at 30% 20%, var(--teal-500), var(--teal-800));
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(10, 111, 120, .24);
  font-size: 22px;
  font-weight: 900;
}
.step-icon {
  color: var(--teal-700);
}
.step-card h3 {
  font-size: 17px;
}
.step-card p {
  margin: 0;
  color: #485a76;
  font-size: 13px;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.offer-panel {
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(8, 37, 74, .08);
  text-align: center;
  box-shadow: 0 18px 46px rgba(8, 37, 74, .08);
}
.offer-panel.b2c {
  background: radial-gradient(circle at 10% 0%, rgba(12, 167, 166, .10), transparent 18rem), linear-gradient(180deg, #eefaf9, #f7ffff);
}
.offer-panel.b2b {
  background: radial-gradient(circle at 88% 0%, rgba(11, 79, 148, .13), transparent 18rem), linear-gradient(180deg, #eef6ff, #f7fbff);
}
.panel-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 13px;
  color: white;
  background: var(--teal-700);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.panel-label.blue {
  background: var(--blue-700);
}
.offer-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3.2vw, 38px);
  line-height: 1.04;
}
.panel-intro {
  max-width: 560px;
  margin: 0 auto 26px;
  color: #33435c;
  line-height: 1.58;
}
.offer-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.offer-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 13px;
  border-radius: 13px;
}
.offer-card svg {
  margin-bottom: 15px;
  color: var(--teal-700);
}
.offer-card.blue-card svg {
  color: var(--blue-700);
}
.offer-card h3 {
  font-size: 15px;
}
.offer-card p {
  font-size: 13px;
}
.audience-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px 18px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 700;
}
.audience-list li {
  position: relative;
  padding-left: 22px;
}
.audience-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .06em;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--teal-700);
  border-radius: 50%;
  font-size: 10px;
}
.panel-outcome {
  margin: 8px 0 22px;
  color: var(--navy-900);
  font-weight: 850;
}
@media (min-width: 1121px) {
  .offer-panel {
    display: flex;
    flex-direction: column;
  }
  .offer-panel > .panel-label, .offer-panel > .btn {
    align-self: center;
  }
  .offer-cards {
    flex: 1;
    grid-template-rows: 1fr;
  }
}
.why-intro {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0 0 46px;
}
.why-text {
  flex: 1;
}
.why-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.why-item svg {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  color: var(--teal-700);
}
.why-item h3 {
  font-size: 18px;
}
.why-portrait {
  flex: 0 0 auto;
  width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--soft-shadow);
}
.why-lead {
  margin: 0;
  color: #33435c;
  font-size: 17.5px;
  line-height: 1.66;
}
.why-credential {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
@media (max-width: 640px) {
  .why-intro {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.method {
  overflow: hidden;
}
.method-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
  text-align: center;
}
.method-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 9%;
  right: 9%;
  border-top: 3px dotted rgba(8, 37, 74, .2);
}
.method-steps li {
  position: relative;
  padding: 0 8px;
}
.method-steps span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: -10px auto 15px;
  color: white;
  background: var(--navy-900);
  border-radius: 50%;
  font-weight: 900;
}
.method-steps svg {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  color: var(--navy-900);
}
.method-steps h3 {
  font-size: 15px;
}
.method-steps p {
  font-size: 13px;
}
.outcomes {
  padding-top: 16px;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.outcome-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 20px 14px;
  border-radius: var(--radius-md);
  text-align: center;
}
.outcome-card svg {
  color: var(--navy-900);
}
.outcome-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.18;
}
.closing-cta {
  padding: 26px 0 0;
}
.cta-card {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 260px;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: 42px 42px 38px;
  color: white;
  background: radial-gradient(circle at 52% 20%, rgba(12, 167, 166, .18), transparent 24rem), linear-gradient(135deg, #071b35, #082b51 55%, #0a325a);
  border-radius: 22px 22px 0 0;
  box-shadow: var(--shadow);
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  opacity: .18;
  background-image: repeating-radial-gradient(ellipse at 0% 50%, transparent 0 14px, rgba(255,255,255,.55) 15px 16px, transparent 17px 32px);
}
.cta-card > * {
  position: relative;
  z-index: 1;
}
.cta-copy h2 {
  margin-bottom: 12px;
  color: white;
  font-size: clamp(32px, 4vw, 44px);
}
.cta-copy p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.6;
}
.cta-actions {
  display: grid;
  gap: 14px;
}
.cta-card img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  object-fit: cover;
  object-position: 100% 50%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .5) 38%, #000 68%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .5) 38%, #000 68%);
}
.site-footer {
  color: rgba(255,255,255,.82);
  background: linear-gradient(180deg, #061a33, #041427);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .8fr 1.1fr 1.1fr;
  gap: 50px;
  padding: 48px 0 34px;
}
.footer-brand img {
  width: 190px;
  height: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1) opacity(.95);
}
.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
}
.site-footer h3 {
  margin: 0 0 14px;
  color: white;
  font-size: 16px;
}
.site-footer a, .site-footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}
.site-footer a:hover {
  color: white;
}
.site-footer p svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  vertical-align: -3px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
  font-weight: 900;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.socials a:hover {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .07);
}
.socials svg {
  width: 18px;
  height: 18px;
}
.footer-bottom {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1120px) {
  .header-cta {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: auto;
  }
  .hero-visual img {
    height: min(54vw, 440px);
    border-radius: 28px;
  }
  .chips {
    grid-template-columns: repeat(2, 1fr);
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .problem-cards, .why-items, .outcome-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .problem-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .offers-grid {
    grid-template-columns: 1fr;
  }
  .cta-card {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .cta-card img {
    display: none;
  }
}
@media (max-width: 860px) {
  :root {
    --header-h: 76px;
  }
  .container {
    width: min(var(--max), calc(100% - 28px));
  }
  .section-pad {
    padding-top: 30px;
  }
  .header-inner {
    gap: 14px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(8, 37, 74, .08);
    border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    transition: max-height .3s ease, padding .3s ease;
  }
  .main-nav.is-open {
    max-height: 420px;
    padding: 14px 18px 18px;
  }
  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(8, 37, 74, .08);
  }
  .main-nav a:last-child {
    border-bottom: 0;
  }
  .main-nav a::after {
    display: none;
  }
  h1 {
    font-size: clamp(44px, 13vw, 62px);
  }
  .hero-actions, .cta-actions {
    display: grid;
  }
  .btn {
    white-space: normal;
    min-height: 52px;
    text-align: center;
  }
  .problem-cards, .why-items, .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid::before, .steps-grid::after {
    display: none;
  }
  .step-card {
    grid-template-columns: auto auto 1fr;
  }
  .offer-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .method-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }
  .method-steps::before {
    display: none;
  }
  .method-steps li {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: rgba(255, 255, 255, .7);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(8, 37, 74, .05);
  }
  .method-steps span, .method-steps svg {
    margin: 0;
  }
  .method-steps h3 {
    margin: 0 0 4px;
  }
  .method-steps p {
    grid-column: 1 / -1;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .chips, .problem-cards, .offer-cards, .why-items, .outcome-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual img {
    height: 290px;
  }
  .hero-floating-card {
    display: none;
  }
  .soft-card {
    min-height: auto;
  }
  .offer-panel {
    padding: 24px 16px;
    border-radius: 20px;
  }
  .offer-card {
    min-height: auto;
  }
  .cta-card {
    padding: 28px 20px;
    border-radius: 20px 20px 0 0;
  }
  .audience-list {
    justify-content: flex-start;
  }
  .method-steps li {
    grid-template-columns: auto 1fr;
  }
  .method-steps svg {
    display: none;
  }
}
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);
  --secondary: oklch(0.97 0 0);
  --secondary-foreground: oklch(0.205 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --accent: oklch(0.97 0 0);
  --accent-foreground: oklch(0.205 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --border: oklch(0.922 0 0);
  --input: oklch(0.922 0 0);
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.205 0 0);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}
.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.205 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.205 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.922 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.556 0 0);
  --chart-1: oklch(0.87 0 0);
  --chart-2: oklch(0.556 0 0);
  --chart-3: oklch(0.439 0 0);
  --chart-4: oklch(0.371 0 0);
  --chart-5: oklch(0.269 0 0);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.556 0 0);
}
@layer base {
  * {
    border-color: var(--border);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  body {
    background-color: var(--background);
    color: var(--foreground);
  }
  html {
    font-family: var(--font-sans);
  }
}
.container {
  max-width: none;
}
body {
  font-family: var(--font-sans), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.site-footer p svg {
  display: inline-block;
}
.footer-bottom .footer-legal {
  display: block;
  margin-top: 8px;
}
.footer-bottom .footer-legal a {
  display: inline;
  margin: 0 7px;
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}
.footer-bottom .footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}
.legal {
  width: min(800px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 36px;
  padding-bottom: 76px;
}
.legal h1 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: var(--navy-900);
}
.legal .legal-updated {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 28px;
}
.legal h2 {
  font-size: 20px;
  margin: 38px 0 12px;
  color: var(--navy-900);
}
.legal h3 {
  font-size: 16px;
  margin: 22px 0 8px;
  color: var(--navy-800);
}
.legal p, .legal li {
  color: #41506a;
  line-height: 1.7;
  font-size: 15.5px;
}
.legal ul {
  padding-left: 1.2em;
  margin: 10px 0;
}
.legal li {
  margin: 4px 0;
}
.legal a {
  color: var(--teal-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal strong {
  color: var(--ink);
}
.legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-size: 14px;
}
.legal th, .legal td {
  border: 1px solid var(--line);
  padding: 8px 11px;
  text-align: left;
  vertical-align: top;
}
.legal th {
  background: var(--mint-50);
  color: var(--navy-900);
}
.legal .legal-note {
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 14px;
  margin: 0 0 28px;
}
@media (min-width: 1121px) {
  .hero {
    position: relative;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
  }
  .hero-copy .lead, .hero-copy .hero-support {
    max-width: 680px;
  }
  .hero-copy .lead {
    font-size: 19px;
    line-height: 1.5;
  }
  .hero-visual {
    position: absolute;
    top: 0;
    bottom: 0;
    right: max(20px, calc((100vw - var(--max)) / 2));
    width: min(58vw, calc(var(--max) * 0.62));
    min-height: 0;
    margin: 0;
    z-index: 1;
  }
  .hero-visual::before {
    display: none;
  }
  .hero-visual::after {
    display: none;
  }
  .hero-visual img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-position: 65% center;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 30%);
    mask-image: linear-gradient(to right, transparent 0, #000 30%);
  }
  .hero-floating-card {
    z-index: 2;
  }
  .hero--texte-long .hero-visual img {
    -webkit-mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.55) 34%, #000 62%);
    mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.55) 34%, #000 62%);
  }
  .hero--texte-long .hero-grid {
    min-height: 545px;
  }
}
.hero-copy h1 {
  font-weight: 800;
  line-height: 0.9;
}
@media (max-width: 1120px) {
  .hero-copy .hero-br {
    display: none;
  }
}
.site-header .brand img {
  width: 270px;
  height: auto;
}
@media (max-width: 860px) {
  .site-header .brand img {
    width: 225px;
  }
}
@media (min-width: 861px) and (max-width: 1130px) {
  .site-header .brand img {
    width: 260px;
  }
}
.footer-brand img {
  width: 195px;
  height: auto;
}
.hero-copy .hero-support {
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.48;
  font-weight: 520;
  color: var(--ink);
}
@media (min-width: 1121px) {
  .hero-copy .hero-support {
    font-size: 19px;
    line-height: 1.5;
  }
}
.page-hero {
  padding-top: 36px;
  padding-bottom: 6px;
}
.page-hero h1 {
  font-weight: 800;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy-900);
  margin: 10px 0 18px;
}
.page-hero .lead {
  max-width: 720px;
}
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.page-b2c .hero-copy h1, .page-b2b .hero-copy h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.page-b2c .hero-copy .audience-list {
  justify-content: flex-start;
  margin-top: 28px;
  align-items: center;
}
.page-b2c .hero-copy .audience-list li.audience-invite {
  padding: 3px 13px;
  border: 1px dashed var(--teal-600);
  border-radius: 999px;
  font-style: italic;
  font-weight: 600;
  color: var(--teal-700);
}
.page-b2c .hero-copy .audience-list li.audience-invite::before {
  content: none;
}
.page-b2c .hero-copy .audience-list li.audience-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.page-b2c .hero-copy .audience-list li.audience-break::before {
  content: none;
}
@media (max-width: 480px) {
  .page-b2c .hero-copy .audience-list {
    gap: 8px 9px;
    font-size: 12.5px;
  }
  .page-b2c .hero-copy .audience-list li {
    padding-left: 19px;
  }
  .page-b2c .hero-copy .audience-list li::before {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
  .page-b2c .hero-copy .audience-list li.audience-invite {
    padding: 2px 9px;
  }
}
.hero-rotating .hrt-prefix {
  display: block;
}
.hero-rotating .hrt-rotator {
  display: grid;
}
.hero-rotating .hrt-ending {
  grid-area: 1 / 1;
  color: var(--teal-700);
  opacity: 0;
  transform: translateY(0.22em);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  text-wrap: balance;
}
.hero-rotating .hrt-ending.is-active {
  opacity: 1;
  transform: translateY(0);
}
.hero-copy .hero-rotating--home {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.page-b2c .pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-b2b .pricing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--soft-shadow);
}
.price-card .pc-icon {
  color: var(--teal-700);
  margin-bottom: 14px;
}
.price-card h3 {
  font-size: 19px;
  color: var(--navy-900);
  margin: 0 0 5px;
  font-weight: 800;
}
.price-card .pc-format {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 16px;
}
.price-card .pc-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1;
  margin: 0 0 16px;
}
.price-card .pc-price span {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.price-card .pc-per-session {
  font-size: 14px;
  font-weight: 700;
  margin: -10px 0 16px;
}
.page-b2c .price-card .pc-per-session {
  color: var(--teal-700);
}
.price-card .pc-includes {
  list-style: none;
  margin: -8px 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.price-card .pc-includes li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #41506a;
}
.price-card .pc-includes li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 6px;
  width: 5px;
  height: 9px;
  border: solid var(--teal-600);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.price-card .pc-desc {
  color: #41506a;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 22px;
  flex: 1;
}
.price-card .btn {
  width: 100%;
  justify-content: center;
}
.offers-intro {
  text-align: center;
  max-width: 640px;
  margin: -8px auto 32px;
  color: #41506a;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.55;
}
.offers-intro + .offers-intro {
  margin-top: 0;
}
.page-b2c .price-card.is-featured {
  border-color: var(--teal-600);
  box-shadow: 0 0 0 2px var(--teal-500), var(--soft-shadow);
}
.pc-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--teal-700);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
}
.price-card .pc-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.price-card .pc-head h3 {
  margin: 0;
}
.price-card .pc-seal {
  width: 120px;
  height: auto;
  flex: none;
  margin-left: auto;
}
@media (min-width: 521px) {
  .price-card.has-seal .pc-seal {
    position: absolute;
    top: 28px;
    right: 24px;
    margin-left: 0;
  }
  .price-card.has-seal .pc-head, .price-card.has-seal .pc-format, .price-card.has-seal .pc-includes, .price-card.has-seal .pc-price {
    padding-right: 134px;
  }
}
@media (max-width: 520px) {
  .price-card .pc-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .price-card .pc-seal {
    margin-left: 0;
  }
}
.page-b2c .price-card.pc-wide {
  grid-column: 1 / -1;
  align-items: center;
  text-align: center;
}
.page-b2c .price-card.pc-wide .pc-desc {
  max-width: 58ch;
  margin-bottom: 20px;
}
.page-b2c .price-card.pc-wide .btn {
  width: auto;
  min-width: min(300px, 100%);
}
.page-b2c .price-card.pc-wide .pc-price {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (min-width: 950px) {
  .page-b2c .price-card.pc-wide {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto 1fr;
    align-items: start;
    text-align: left;
    column-gap: 44px;
    padding: 24px 32px;
  }
  .page-b2c .price-card.pc-wide > h3 {
    grid-column: 1;
    grid-row: 1;
    font-size: 21px;
    white-space: nowrap;
    margin: 0;
  }
  .page-b2c .price-card.pc-wide > .pc-format {
    grid-column: 1;
    grid-row: 2;
    margin: 2px 0 0;
  }
  .page-b2c .price-card.pc-wide > .pc-price {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 26px;
  }
  .page-b2c .price-card.pc-wide > .pc-desc {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin: 0;
    max-width: none;
  }
  .page-b2c .price-card.pc-wide > .btn {
    grid-column: 3;
    grid-row: 1 / -1;
    align-self: center;
    min-width: 270px;
  }
}
@supports (grid-template-rows: subgrid) {
  @media (min-width: 861px) {
    .page-b2c .price-card:not(.pc-wide) {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 7;
    }
    .page-b2c .price-card:not(.pc-wide) > h3, .page-b2c .price-card:not(.pc-wide) > .pc-head {
      grid-row: 1;
    }
    .page-b2c .price-card:not(.pc-wide) > .pc-format {
      grid-row: 2;
    }
    .page-b2c .price-card:not(.pc-wide) > .pc-includes {
      grid-row: 3;
    }
    .page-b2c .price-card:not(.pc-wide) > .pc-price {
      grid-row: 4;
    }
    .page-b2c .price-card:not(.pc-wide) > .pc-per-session {
      grid-row: 5;
    }
    .page-b2c .price-card:not(.pc-wide) > .pc-desc {
      grid-row: 6;
    }
    .page-b2c .price-card:not(.pc-wide) > .btn {
      grid-row: 7;
      align-self: end;
    }
  }
}
.pricing-note {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin: 18px auto 0;
  max-width: 760px;
}
.faq {
  max-width: 760px;
  margin: 0 auto;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 16px 2px;
}
.faq summary {
  font-weight: 700;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  color: var(--teal-700);
  font-weight: 700;
}
.faq details[open] summary::after {
  content: "\2212";
}
.faq details p {
  color: #41506a;
  margin: 12px 0 0;
  line-height: 1.6;
}
@media (max-width: 860px) {
  .pricing, .page-b2c .pricing, .page-b2b .pricing {
    grid-template-columns: 1fr;
  }
}
.offer-cards {
  gap: 10px;
}
.offer-card {
  padding-left: 10px;
  padding-right: 10px;
}
.offer-card h3 {
  font-size: 13px;
  overflow-wrap: break-word;
  hyphens: auto;
}
.soft-card {
  background: #ffffff;
}
.soft-card p, .offer-card p, .why-item p, .method-steps p {
  color: #3c4b63;
}
.page-b2c .price-card .pc-format, .page-b2c .price-card .pc-price span {
  color: var(--teal-700);
}
.page-b2b .price-card .pc-format {
  color: var(--blue-700);
}
.price-card .pc-format {
  font-weight: 600;
}
:root:root {
  --muted: #62718a;
}
.page-hero--compact {
  padding-top: 24px;
}
.resa-tabs {
  display: inline-flex;
  gap: 6px;
  margin-top: 18px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
}
.resa-tab {
  padding: 9px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy-900);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.resa-tab:hover {
  background: var(--mint, #e8f7f8);
}
.resa-tab.is-active {
  background: var(--teal-700);
  color: #ffffff;
}
.cal-embed {
  width: 100%;
  min-height: 560px;
}
.resa-fallback {
  text-align: center;
  color: #62718a;
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 600px) {
  .cal-embed {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .resa-tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .resa-tab {
    padding: 8px 16px;
  }
}
.resa-fallback a {
  color: var(--teal-700);
  text-decoration: underline;
}
.contact-layout {
  max-width: 720px;
}
.contact-form {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-form .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy-900);
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  font: inherit;
  color: var(--ink, #15243b);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--teal-700);
  box-shadow: 0 0 0 3px rgba(10, 111, 120, 0.15);
}
.contact-form input:disabled, .contact-form select:disabled, .contact-form textarea:disabled {
  opacity: 0.6;
}
.contact-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #3c4b63;
  line-height: 1.5;
}
.contact-form .consent input {
  width: auto;
  margin-top: 3px;
  flex: none;
}
.contact-form .consent a {
  color: var(--teal-700);
  text-decoration: underline;
}
.contact-form .btn {
  align-self: flex-start;
}
.contact-form .form-note {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.contact-form .form-error {
  background: #fdecec;
  border: 1px solid #f5c2c2;
  color: #9b1c1c;
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 14px;
  margin: 0;
}
.contact-success {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
  padding: 40px 32px;
}
.contact-success .icon-bubble {
  margin: 0 auto 18px;
}
.contact-success h2 {
  color: var(--navy-900);
  margin: 0 0 10px;
}
.contact-success p {
  color: #3c4b63;
  margin: 0 0 22px;
}
@media (max-width: 600px) {
  .contact-form {
    padding: 22px;
  }
  .contact-form .field-row {
    grid-template-columns: 1fr;
  }
}
.prep-intro {
  max-width: 720px;
  color: #3c4b63;
  margin: 0 0 22px;
}
.prep-form {
  gap: 30px;
}
.prep-form .prep-section {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.prep-form .prep-section > legend {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--navy-900);
  padding: 0;
  margin-bottom: 14px;
}
.prep-form .prep-section-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.prep-form .prep-section-intro {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin: -4px 0 0;
}
.prep-form .field-help {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--muted);
  margin: -2px 0 0;
}
.prep-form .prep-preset {
  background: var(--mint-50);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  gap: 2px;
}
.prep-form .prep-preset-label {
  font-size: 13px;
  color: var(--muted);
}
.prep-form .prep-preset-value {
  font-size: 15px;
  color: var(--navy-900);
}
.prep-form .prep-section:disabled legend, .prep-form .prep-section:disabled label {
  opacity: 0.6;
}
.post-cat {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-700);
  margin: 0 0 10px;
}
.post-meta {
  color: var(--muted);
  font-size: 13.5px;
  margin: 0;
}
.featured-post {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  margin-bottom: 26px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.featured-post:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.fp-content {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fp-content h2 {
  font-size: clamp(24px, 3vw, 33px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 12px;
}
.fp-content .pc-excerpt {
  -webkit-line-clamp: 3;
}
.fp-content .post-meta {
  margin: 2px 0 18px;
}
.fp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
  font-size: 15px;
  color: var(--teal-700);
}
.fp-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s var(--ease);
}
.featured-post:hover .fp-link svg {
  transform: translateX(4px);
}
.fp-visual {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 68% 32%, rgba(12, 167, 166, 0.16), transparent 62%), linear-gradient(135deg, var(--mint-100), var(--blue-50));
}
.fp-visual::before, .fp-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(10, 111, 120, 0.16);
}
.fp-visual::before {
  width: 400px;
  height: 400px;
}
.fp-visual::after {
  width: 245px;
  height: 245px;
  border-color: rgba(10, 111, 120, 0.26);
}
.fp-visual svg {
  width: 118px;
  height: 118px;
  color: var(--teal-700);
  opacity: 0.55;
  stroke-width: 1.1;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.blog-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 0 auto;
}
.post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px 22px;
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.post-card h2 {
  font-size: 19px;
  line-height: 1.28;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 10px;
}
.post-card h2 a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.post-card h2 a:hover {
  color: var(--teal-800);
}
.pc-excerpt {
  color: #3c4b63;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 26px;
}
.article-back {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 650;
  color: var(--teal-700);
  margin-bottom: 28px;
}
.article-back:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 34px;
}
.article-header h1 {
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 45px);
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: var(--navy-900);
  margin: 8px 0 16px;
}
.article-chapo {
  font-size: 18.5px;
  line-height: 1.55;
  font-weight: 520;
  color: var(--ink);
  margin: 0 0 16px;
}
.article-meta {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.article-meta strong {
  color: var(--navy-900);
  font-weight: 700;
}
.article-body p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #33425c;
  margin: 0 0 18px;
}
.article-body h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--navy-900);
  margin: 40px 0 14px;
}
.article-body h3 {
  font-size: 18px;
  color: var(--navy-800);
  margin: 28px 0 10px;
}
.article-body a {
  color: var(--teal-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-body strong {
  color: var(--navy-900);
}
.article-body ul, .article-body ol {
  padding-left: 1.25em;
  margin: 0 0 18px;
}
.article-body li {
  font-size: 16.5px;
  line-height: 1.7;
  color: #33425c;
  margin: 7px 0;
}
.article-body li::marker {
  color: var(--teal-600);
}
.article-body blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  background: var(--mint-50);
  border-left: 3px solid var(--teal-500);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.article-body blockquote p {
  font-size: 15.5px;
  margin: 0;
}
.article-body blockquote p + p {
  margin-top: 10px;
}
.article-body hr {
  border: 0;
  height: 1px;
  width: 90px;
  margin: 36px auto;
  background: linear-gradient(to right, transparent, var(--teal-500), transparent);
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14.5px;
}
.article-body th, .article-body td {
  border: 1px solid var(--line);
  padding: 8px 11px;
  text-align: left;
  vertical-align: top;
}
.article-body th {
  background: var(--mint-50);
  color: var(--navy-900);
}
.article-share {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0 0 26px;
}
.article-share a {
  color: var(--teal-700);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.article-author {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  align-items: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
  padding: 26px;
}
.aa-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aa-badge svg {
  width: 28px;
  height: 28px;
}
.aa-name {
  font-weight: 800;
  color: var(--navy-900);
  margin: 0 0 4px;
}
.aa-text p {
  color: #3c4b63;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}
.aa-text .aa-name {
  font-size: 16px;
}
.article-author .btn {
  grid-column: 2;
  justify-self: start;
  margin-top: 12px;
}
.article-next-title {
  margin-bottom: 26px;
}
@media (max-width: 1120px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 940px) {
  .featured-post {
    grid-template-columns: 1fr;
  }
  .fp-visual {
    order: -1;
    min-height: 150px;
  }
  .fp-visual::before {
    width: 260px;
    height: 260px;
  }
  .fp-visual::after {
    width: 160px;
    height: 160px;
  }
  .fp-visual svg {
    width: 84px;
    height: 84px;
  }
  .fp-content {
    padding: 26px 24px;
  }
}
@media (max-width: 700px) {
  .blog-grid, .blog-grid--two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .article {
    width: min(780px, calc(100% - 28px));
    padding-top: 24px;
  }
  .article-author {
    grid-template-columns: 1fr;
  }
  .article-author .btn {
    grid-column: 1;
  }
}
.article-cover {
  margin: 0 0 34px;
}
.article-cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
}
.fp-visual--photo {
  background: none;
}
.fp-visual--photo::before, .fp-visual--photo::after {
  display: none;
}
.fp-visual--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}
.stars {
  display: inline-flex;
  gap: 3px;
  flex: 0 0 auto;
}
.stars svg {
  width: 17px;
  height: 17px;
  fill: #f2a71b;
  stroke: none;
  display: block;
}
.stars--lg svg {
  width: 21px;
  height: 21px;
}
.glogo {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  display: block;
}
.reviews {
  background: rgba(255, 255, 255, 0.66);
  border-top: 1px solid rgba(8, 37, 74, 0.06);
  border-bottom: 1px solid rgba(8, 37, 74, 0.06);
}
.reviews-intro {
  max-width: 640px;
  margin: 0 auto 26px;
  text-align: center;
  color: #33435c;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 860px) {
  .reviews-intro .reviews-intro-br {
    display: none;
  }
}
.rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 26px;
  padding: 14px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
}
.rs-score {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--navy-900);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.rs-score span {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.rs-sep {
  width: 1px;
  height: 26px;
  background: var(--line);
  flex: 0 0 auto;
}
.rs-source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: 20px;
  align-items: stretch;
}
.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
}
.review-card::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  right: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 1;
  color: rgba(10, 111, 120, 0.11);
  pointer-events: none;
}
.review-card blockquote {
  margin: 0;
  color: #33435c;
  font-size: 15.5px;
  line-height: 1.62;
  flex: 1;
}
.review-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.review-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-100);
  color: var(--teal-700);
  font-size: 16px;
  font-weight: 800;
}
.review-avatar--photo {
  object-fit: cover;
  background: none;
  border: 1px solid var(--line);
}
.review-who {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.review-who cite {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  color: var(--navy-900);
}
.review-when {
  font-size: 13px;
  color: var(--muted);
}
.reviews-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 22px auto 0;
  padding-bottom: 2px;
  color: var(--teal-700);
  font-size: 14.5px;
  font-weight: 700;
  border-bottom: 1px solid rgba(10, 111, 120, 0.35);
  transition: border-color 0.2s var(--ease);
}
.reviews-source-link:hover {
  border-bottom-color: var(--teal-700);
}
.reviews-source-link svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.reviews-disclosure {
  max-width: 620px;
  margin: 14px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}
.review-quote-section {
  padding: 34px 0;
}
.review-quote {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin: 0;
  overflow: hidden;
  padding: 44px 46px;
  color: #fff;
  background: radial-gradient(circle at 52% 20%, rgba(12, 167, 166, 0.18), transparent 24rem), linear-gradient(135deg, #071b35, #082b51 55%, #0a325a);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.review-quote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  opacity: 0.16;
  pointer-events: none;
  background-image: repeating-radial-gradient(ellipse at 0% 50%, transparent 0 14px, rgba(255, 255, 255, 0.55) 15px 16px, transparent 17px 32px);
}
.review-quote > * {
  position: relative;
  z-index: 1;
}
.rq-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.rq-copy blockquote {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2.3vw, 26px);
  line-height: 1.38;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-wrap: pretty;
}
.rq-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}
.rq-foot .review-avatar {
  width: 38px;
  height: 38px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #7fdcdb;
}
.rq-foot .review-avatar--photo {
  background: none;
  border-color: rgba(255, 255, 255, 0.28);
}
.rq-foot cite {
  font-style: normal;
  font-weight: 800;
  color: #fff;
}
.rq-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 20px 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.rq-aside:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}
.rq-score {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.rq-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.74);
}
.reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 9px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(8, 37, 74, 0.06);
  font-size: 13.5px;
  color: var(--navy-900);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.reviews-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(8, 37, 74, 0.1);
}
.rb-score {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.rb-count {
  color: var(--muted);
  font-weight: 500;
}
@media (max-width: 860px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .review-quote {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
  }
  .rq-aside {
    align-self: flex-start;
  }
}
@media (max-width: 600px) {
  .rating-summary {
    border-radius: 18px;
    padding: 14px 18px;
    gap: 8px 14px;
  }
  .rs-sep {
    display: none;
  }
  .review-card {
    padding: 22px 20px 18px;
  }
  .review-quote {
    border-radius: 18px;
  }
  .rq-aside {
    align-self: stretch;
  }
}
.pricing-note p {
  margin: 0 0 8px;
}
.pricing-note p:last-child {
  margin-bottom: 0;
}
.pc-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--teal-700);
  border-bottom: 1px solid rgba(10, 111, 120, 0.3);
  padding-bottom: 1px;
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.pc-more:hover {
  color: var(--teal-800);
  border-bottom-color: var(--teal-700);
}
.pc-more svg {
  width: 15px;
  height: 15px;
}
.price-card .pc-more {
  margin-top: 14px;
  align-self: start;
}
.soft-card .pc-more {
  margin-top: 10px;
}
.inline-link {
  color: var(--teal-700);
  font-weight: 700;
  border-bottom: 1px solid rgba(10, 111, 120, 0.35);
  transition: color 0.18s var(--ease);
}
.inline-link:hover {
  color: var(--teal-800);
}
.crumbs {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--muted);
}
.crumbs a {
  color: var(--teal-700);
  font-weight: 600;
}
.crumbs a:hover {
  text-decoration: underline;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}
.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--mint-100);
  color: var(--teal-800);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
}
.meta-chip svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.module-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--soft-shadow);
  padding: 24px;
}
.module-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}
.mc-duration {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-700);
}
.module-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.4;
  color: #485a76;
}
.module-card li span {
  white-space: nowrap;
  font-weight: 600;
  color: var(--navy-800);
}
.narrow-col {
  width: min(860px, 100%);
  margin: 0 auto;
}
.obj-list {
  margin: 0;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.85;
  color: #485a76;
}
.obj-list strong {
  color: var(--navy-900);
}
.tool-list {
  columns: 2;
  column-gap: 34px;
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #485a76;
}
.workshop h2 {
  margin: 0 0 6px;
  color: var(--navy-900);
  font-size: clamp(23px, 2.3vw, 29px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.workshop-duration {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-700);
}
.workshop p {
  color: #485a76;
  line-height: 1.6;
}
.workshop-outcomes-intro {
  margin: 18px 0 8px;
  font-weight: 700;
  color: var(--navy-900);
}
.workshop-from {
  margin-top: 16px;
  font-size: 15px;
}
.workshop-actions {
  margin-top: 18px;
}
.caution-card {
  width: min(860px, 100%);
  margin: 0 auto;
  background: var(--blue-50);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal-600);
  border-radius: var(--radius-md);
  padding: 20px 24px;
}
.caution-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--navy-900);
}
.caution-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #485a76;
}
.nav-2l {
  text-align: center;
  line-height: 1.15;
}
.main-nav a {
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .nav-2l {
    text-align: left;
  }
  .nav-2l br {
    display: none;
  }
}
@media (max-width: 860px) {
  .modules-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .tool-list {
    columns: 1;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}
