html, body { margin: 0; padding: 0; background: #f7f6f3; }
body.adom-chapter-i {
  position: relative;
  font-family: 'Jost', system-ui, sans-serif;
  color: #1b1522;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* { box-sizing: border-box; }
.adom-chapter-i a { color: #1b1522; text-decoration: none; transition: color .3s ease, background .3s ease, border-color .3s ease, opacity .3s ease, transform .35s cubic-bezier(.22,1,.36,1); }
.adom-chapter-i a:hover { color: #e34776; }
::selection { background: rgba(235,168,77,.35); }
html { scroll-behavior: smooth; }
@keyframes adom-marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

[data-rise] { transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1); }
[data-rise].is-pending { opacity: 0; transform: translateY(26px); }
[data-mask] > span { display: block; transition: transform 1s cubic-bezier(.22,1,.36,1), opacity 1s ease; }
[data-mask].is-pending > span { transform: translateY(105%); opacity: 0; }

[data-row] { cursor: pointer; transition: background .35s ease; }
[data-row]:hover { background: rgba(121,50,233,.035); }
[data-row]:hover [data-icon] { color: #7932e9; }
[data-row].is-open [data-icon] { transform: rotate(45deg); color: #7932e9; }
[data-icon] { transition: transform .4s cubic-bezier(.22,1,.36,1), color .3s ease; }

[data-eyebrow] { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: rgba(0,0,0,.45); }
[data-eyebrow] i { flex: 0 0 auto; width: 30px; height: 2px; border-radius: 999px; background: #7932e9; }
[data-eyebrow] b { font-family: 'Cardo', Georgia, serif; font-weight: 400; font-size: 15px; letter-spacing: .05em; color: #7932e9; }

header[data-head].is-scrolled {
  background: rgba(247,246,243,.94) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(0,0,0,.08) !important;
  box-shadow: 0 10px 40px -28px rgba(27,21,34,.35);
}
header[data-head].is-scrolled a { color: #1b1522 !important; }
header[data-head].is-scrolled [data-hlogo] { color: #1b1522 !important; }
header[data-head]:not(.is-scrolled) [data-logoimg] { filter: brightness(0) invert(1) !important; }
header[data-head].is-scrolled [data-logoimg] { filter: none !important; }
header[data-head].is-scrolled [data-hcta],
header[data-head].is-scrolled .adom-hcta { background: #54239b !important; color: #fff !important; }
header[data-head].is-scrolled nav a { color: rgba(0,0,0,.7) !important; }
header[data-head].is-scrolled nav a.is-active { background: rgba(121,50,233,.1); color: #54239b !important; }
header[data-head].is-scrolled .adom-burger span { background: #1b1522; }
header[data-head].is-scrolled .adom-mobile-nav { background: rgba(247,246,243,.98); border-top-color: rgba(0,0,0,.08); }
header[data-head].is-scrolled .adom-mobile-nav a { color: #1b1522; }

/* Funnel slash-style lang (not global chrome pill) */
header[data-head]:not(.adom-site-header) .adom-lang,
.adom-chapter-i:not(.adom-chrome) .adom-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 500;
}
header[data-head]:not(.adom-site-header) .adom-lang a,
.adom-chapter-i:not(.adom-chrome) .adom-lang a {
  color: rgba(255,255,255,.7) !important;
  padding: 4px 2px;
  transition: color .3s ease, opacity .3s ease;
}
header[data-head]:not(.adom-site-header) .adom-lang a.is-active,
.adom-chapter-i:not(.adom-chrome) .adom-lang a.is-active {
  color: #ffffff !important;
}
header[data-head]:not(.adom-site-header) .adom-lang span,
.adom-chapter-i:not(.adom-chrome) .adom-lang span { color: rgba(255,255,255,.35); opacity: .8; }
header[data-head]:not(.adom-site-header).is-scrolled .adom-lang a { color: rgba(0,0,0,.55) !important; }
header[data-head]:not(.adom-site-header).is-scrolled .adom-lang a.is-active { color: #54239b !important; }
header[data-head]:not(.adom-site-header).is-scrolled .adom-lang span { color: rgba(0,0,0,.25); }

.adom-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background .3s ease;
}
.adom-burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .35s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}
.adom-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.adom-burger.is-open span:nth-child(2) { opacity: 0; }
.adom-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.adom-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px clamp(18px, 4vw, 40px) 18px;
  background: rgba(50,16,70,.96);
  border-top: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.adom-mobile-nav:not([hidden]) { display: flex; }
.adom-mobile-nav a {
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.adom-mobile-nav a:hover { background: rgba(255,255,255,.08); color: #fff !important; }
.adom-lang--mobile { padding: 10px 16px 4px; }
.adom-lang--mobile a { padding: 4px 2px !important; display: inline; }

#adom-cf7-register,
#adom-cf7-lead {
  display: none !important;
}

/* Kill site chrome injected via wp_footer on this LP */
body.adom-chapter-i .pum,
body.adom-chapter-i .popmake,
body.adom-chapter-i .cky-btn-revisit-wrapper,
body.adom-chapter-i #cookie-law-info-bar,
body.adom-chapter-i .social-proof-slider,
body.adom-chapter-i .sps-container { display: none !important; }

.adom-chapter-i input,
.adom-chapter-i select,
.adom-chapter-i textarea,
.adom-chapter-i button { font-family: inherit; }
.adom-chapter-i input[data-field],
.adom-chapter-i select[data-field],
.adom-chapter-i textarea[data-field],
body.adom-course-cms input[data-field],
body.adom-course-cms select[data-field],
body.adom-course-cms textarea[data-field] {
  width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.4;
  background: #ffffff;
  color: #1b1522;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.adom-chapter-i select[data-field],
body.adom-course-cms select[data-field],
body.adom-chapter-i select[data-field] {
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 52px 14px 18px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1.5 1.75L7 7.25L12.5 1.75' stroke='%231b1522' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 9px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.adom-chapter-i select[data-field] option,
body.adom-course-cms select[data-field] option {
  white-space: normal;
  padding: 8px 10px;
  line-height: 1.35;
}
.adom-chapter-i input[data-field]:focus,
.adom-chapter-i select[data-field]:focus,
.adom-chapter-i textarea[data-field]:focus,
body.adom-course-cms input[data-field]:focus,
body.adom-course-cms select[data-field]:focus,
body.adom-course-cms textarea[data-field]:focus {
  border-color: rgba(121,50,233,.45);
  box-shadow: 0 0 0 3px rgba(121,50,233,.12);
}
.adom-chapter-i input[data-field].is-invalid,
.adom-chapter-i select[data-field].is-invalid,
body.adom-course-cms input[data-field].is-invalid,
body.adom-course-cms select[data-field].is-invalid {
  border-color: rgba(227,71,118,.55);
  box-shadow: 0 0 0 3px rgba(227,71,118,.1);
}

[data-lrow] { cursor: pointer; transition: transform .4s cubic-bezier(.22,1,.36,1); }
[data-lrow] [data-lbar] { transform-origin: left; transition: none !important; }
[data-lpprog] { transition: width .06s linear; }
.adom-lgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  align-items: start;
  width: 100%;
  max-width: none;
}

/* Force 4-up everywhere (beats leftover inline styles on older funnels) */
.adom-lgrid:not(.adom-lgrid--solo):not(.adom-lgrid--duo),
#lectori .adom-lgrid:not(.adom-lgrid--solo):not(.adom-lgrid--duo) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: none !important;
  width: 100% !important;
}
/* One/two speakers: keep portrait cards compact (never full-bleed / pixelated). */
.adom-lgrid--solo {
  display: grid !important;
  grid-template-columns: minmax(0, 280px) !important;
  max-width: 280px !important;
  width: 100%;
  justify-content: start;
  justify-items: start;
}
.adom-lgrid--duo {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 600px !important;
  width: 100%;
  justify-content: start;
}
.adom-lrow {
  display: block;
  text-align: left;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  min-width: 0;
  width: 100%;
  max-width: none;
  font: inherit;
  color: inherit;
}
.adom-lgrid--solo .adom-lrow {
  max-width: 280px;
}
.adom-lcard {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  background: #efece4;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 18px 44px -30px rgba(27,21,34,.5);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1), box-shadow 0.45s ease;
}
.adom-lgrid--solo .adom-lcard {
  max-width: 280px;
}
.adom-lcard img[data-lphoto] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 24%;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: none;
  transform-origin: center center;
  filter: none;
  transition: filter 0.55s ease, opacity 0.55s ease;
}

.adom-lrow:not(.is-active) .adom-lcard img[data-lphoto] {
  filter: brightness(0.9) saturate(0.94);
  opacity: 0.92;
}

.adom-lrow.is-active .adom-lcard img[data-lphoto] {
  filter: none;
  opacity: 1;
}
.adom-lcard__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,10,40,.5) 0%, rgba(20,10,40,0) 52%);
  pointer-events: none;
}
.adom-lcard__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  transform: scaleX(.18);
  transform-origin: left;
}
.adom-lcard__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 18px 22px;
  color: #ffffff;
}
.adom-lcard__name {
  font-family: 'Cardo', Georgia, serif;
  font-size: clamp(21px, 1.7vw, 26px);
  line-height: 1.12;
}
.adom-lcard__role {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.8);
}
.adom-lprofile {
  margin-top: clamp(20px, 2.4vw, 30px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(20px, 2.6vw, 40px);
  align-items: start;
  padding: clamp(24px, 2.8vw, 36px);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 26px 64px -40px rgba(84,35,155,.45);
}

/* Name top = bio top (Profil label sits above the name only) */
.adom-lprofile > [data-lpbio],
.adom-lprofile > .adom-lprofile__bio,
#lectori [data-rise="1"]:has([data-lpname]) > [data-lpbio] {
  margin-top: calc(11px * 1.35 + 12px) !important;
}

/* Hero subtitle | lead — never bottom-align */
.adom-hero-split,
#top .adom-hero-split,
.adom-course-hero__grid,
#top [data-rise="1"]:has(> p:nth-of-type(2)) {
  align-items: start !important;
}

#lectori [data-rise="1"]:has([data-lpname]):has([data-lpbio]),
.adom-lprofile {
  align-items: start !important;
}
/* Single trainer — Hipnoză-style feature layout */
.adom-trainer-solo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(20px, 2.6vw, 34px);
  align-items: start;
}
.adom-trainer-solo__photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 480px;
  background: #efece4;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 30px 64px -38px rgba(27,21,34,.5);
}
.adom-trainer-solo__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}
.adom-trainer-solo__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,10,40,.86) 0%, rgba(20,10,40,.2) 44%, rgba(20,10,40,0) 70%);
  pointer-events: none;
}
.adom-trainer-solo__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 20px 24px;
  color: #ffffff;
}
.adom-trainer-solo__name {
  font-family: 'Cardo', Georgia, serif;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.1;
}
.adom-trainer-solo__role {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.84);
}
.adom-trainer-solo__creds {
  margin-top: clamp(16px, 2vw, 22px);
  padding: clamp(22px, 2.6vw, 30px);
  border-radius: 18px;
  background: #efece4;
  max-width: 480px;
}
.adom-trainer-solo__creds-label {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin-bottom: 14px;
}
.adom-trainer-solo__creds-list {
  display: grid;
  font-size: 15px;
}
.adom-trainer-solo__cred {
  padding: 11px 0;
  border-top: 1px solid rgba(0,0,0,.08);
  line-height: 1.5;
}
.adom-trainer-solo__cred:last-child {
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.adom-trainer-solo__cred span {
  color: rgba(0,0,0,.45);
}
.adom-trainer-solo__bio {
  padding: clamp(26px, 3vw, 40px);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 30px 70px -44px rgba(84,35,155,.42);
}
.adom-trainer-solo__bio p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(0,0,0,.74);
}
.adom-trainer-solo__bio p + p {
  margin-top: 18px;
}
.adom-quote-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
[data-ppanel],
[data-dpanel],
[data-step-panel] { transition: opacity .4s ease; }
[data-car-track] { transition: transform .6s cubic-bezier(.22,1,.36,1); }
[data-bar] { transition: transform .5s cubic-bezier(.22,1,.36,1); }
[data-progress] { transition: width .15s linear; }

/* —— Responsive —— */
@media (max-width: 1100px) {
  [data-navdesk] a { padding: 8px 10px !important; font-size: 13px !important; }
}

@media (max-width: 900px) {
  .adom-lgrid:not(.adom-lgrid--solo):not(.adom-lgrid--duo),
  #lectori .adom-lgrid[style]:not(.adom-lgrid--solo):not(.adom-lgrid--duo) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
  }
  [data-navdesk] { display: none !important; }
  .adom-burger { display: inline-flex; }
  .adom-hcta { display: none !important; }
  #top h1 { font-size: clamp(48px, 16vw, 96px) !important; }
  #agenda [data-row] > div,
  #agenda [style*="grid-template-columns: 122px"] {
    grid-template-columns: 1fr !important;
  }
  #agenda [data-row] > div {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 6px 12px !important;
  }
  #agenda [data-row] > div > span:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .adom-hero-meta {
    grid-template-columns: 1fr 1fr !important;
  }
  .adom-hero-meta > div {
    border-right: 0 !important;
    padding: 18px 12px 18px 0 !important;
  }
  .adom-hero-meta > div:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.22) !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 480px) {
  .adom-hero-meta {
    grid-template-columns: 1fr !important;
  }
  .adom-hero-meta > div,
  .adom-hero-meta > div:nth-child(odd) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 16px 0 !important;
  }
  .adom-hero-meta > div:last-child { border-bottom: 0; }
}


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-rise],
  [data-mask] > span,
  [data-car-track],
  [data-bar],
  [data-icon],
  * {
    transition: none !important;
    animation: none !important;
  }
  [data-rise].is-pending,
  [data-mask].is-pending > span {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Add to Calendar — hero CTA pill (not floating) */
#top {
  /* Paint dropdown over the marquee below; keep under fixed header (z 120) */
  z-index: 5;
}
.adom-hero-ctas {
  position: relative;
  z-index: 40;
  overflow: visible;
  padding-bottom: 4px;
}
.adom-funnel-calendar.addeventatc.custom_add_to_cal {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 17px 28px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: 'Jost', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .05em;
  line-height: 1.2 !important;
  cursor: pointer;
  visibility: visible;
  z-index: 50;
  overflow: visible !important;
  transition: background .3s ease, border-color .3s ease;
}
.adom-funnel-calendar.addeventatc.custom_add_to_cal:hover {
  background: rgba(255,255,255,.14) !important;
  color: #ffffff !important;
}
.adom-funnel-calendar .addeventatc_icon {
  display: none !important;
}
/* Always visible: JS sets position:fixed + viewport clamp; CSS is fallback */
.adom-funnel-calendar .addeventatc_dropdown,
.adom-funnel-calendar span.addeventatc_dropdown {
  z-index: 10000 !important;
  min-width: 230px;
  max-height: none !important;
  overflow: visible !important;
  box-shadow: 0 18px 40px -16px rgba(0,0,0,.35);
}

/* Quote / founder photos */
.adom-quote-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #3a1866;
}
.adom-quote-photos img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50% 18%;
}
@media (min-width: 720px) {
  .adom-quote-photos img { height: 240px; }
}
@media (min-width: 1100px) {
  .adom-quote-photos img { height: 280px; }
}

/* Community block */
.adom-newsletter {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.07);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 36px 80px -42px rgba(121,50,233,.18);
}
.adom-newsletter__accent {
  height: 3px;
  background: #eba84d;
}
.adom-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
  gap: 0;
  align-items: stretch;
}
.adom-newsletter__copy {
  padding: clamp(28px, 4vw, 52px) clamp(26px, 3.4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adom-newsletter__copy h2 {
  margin: 0;
  font-family: 'Cardo', Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  color: #1b1522;
}
.adom-newsletter__lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.62;
  color: rgba(0,0,0,.68);
  max-width: 34em;
}
.adom-newsletter__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 0;
  background: #2c1250;
}
.adom-newsletter__photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}
.adom-newsletter__photos img:first-child {
  grid-row: auto;
}
#lectori [data-lphoto] {
  object-position: center 24%;
}
.adom-newsletter__cta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 24px;
  padding: 15px 26px;
  border-radius: 999px;
  background: #54239b;
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 500;
  box-shadow: 0 14px 30px -14px rgba(75,31,127,.42);
  transition: background .25s ease, transform .25s ease;
}
.adom-newsletter__cta:hover {
  background: #451c81;
  color: #ffffff !important;
  transform: translateY(-1px);
}
@media (max-width: 1100px) {
  .adom-newsletter__grid {
    grid-template-columns: 1fr;
  }
  .adom-newsletter__photos {
    order: -1;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .adom-newsletter__photos {
    max-width: none;
  }
}

.adom-faq-contact a:hover {
  color: #ffffff !important;
  opacity: .92;
}
.adom-faq-contact a[href^="tel"]:hover {
  color: #54239b !important;
  border-color: #54239b !important;
}

/* Section intro: title + lead share one row (top-aligned) */
.adom-sec-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 48px);
  row-gap: 0;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  margin-bottom: clamp(30px, 3.6vw, 46px);
}
.adom-sec-head--lectori { margin-bottom: clamp(24px, 3vw, 36px); }
.adom-sec-head__eyebrow { grid-column: 1; grid-row: 1; }
.adom-sec-head__title {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-family: 'Cardo', Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
}
.adom-sec-head__desc {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
  color: rgba(0,0,0,.68);
  align-self: start;
}
@media (max-width: 720px) {
  .adom-sec-head {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .adom-sec-head__desc {
    grid-column: 1;
    grid-row: 3;
  }
}

/* Lucide-style outline icons */
.adom-ico {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.adom-ico--sm {
  width: 16px;
  height: 16px;
  stroke-width: 1.8;
}

.adom-persona {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background: transparent;
  color: rgba(0,0,0,.7);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.adom-persona.is-active {
  background: #7932e9;
  color: #ffffff;
  border-color: transparent;
}
.adom-persona:not(.is-active):hover {
  border-color: rgba(121,50,233,.35);
  color: #54239b;
}

.adom-lbadge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffffff;
}
.adom-lbadge .adom-ico {
  opacity: .95;
}

body.adom-chapter-i,
body.adom-chapter-i .site,
body.adom-chapter-i #page {
  min-height: 0;
  height: auto;
}
#top {
  overflow-x: clip;
  min-height: 0;
  height: auto;
}
.adom-funnel-wa {
  position: fixed;
  right: 16px;
  bottom: 92px;
  z-index: 140;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 2px #ffffff, 0 10px 22px rgba(0, 0, 0, .22);
  transition: transform .25s ease;
}
.adom-funnel-wa:hover { transform: translateY(-2px); }
.adom-funnel-wa svg { display: block; width: 100%; height: 100%; }
.FloatingWhatsApp_whatsapp_fixed_btn__BwZvA{display:none!important}

/* Hero meta + CTAs — tablet / mobile */
.adom-hero-meta > div {
  min-width: 0;
  box-sizing: border-box;
}
.adom-hero-meta .adom-cd-row {
  flex-wrap: wrap;
  gap: 10px !important;
  font-size: clamp(18px, 2.8vw, 26px) !important;
}
@media (max-width: 900px) {
  .adom-hero-meta {
    grid-template-columns: 1fr 1fr !important;
  }
  .adom-hero-meta > div[style*="border-right"] {
    border-right: none !important;
  }
  .adom-hero-meta > div {
    padding-left: 0 !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 720px) {
  .adom-persona { max-width: 100%; }
  [data-bar] > div {
    flex-wrap: wrap !important;
  }
  .adom-quote-photos img {
    height: 112px;
  }
  .adom-funnel-wa {
    /* Sit under header — avoids covering hero CTAs on the fold */
    top: 78px;
    bottom: auto;
    right: 12px;
    width: 48px;
    height: 48px;
  }
  .adom-hero-ctas {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding-bottom: 16px !important;
    padding-right: 0 !important;
  }
  .adom-hero-ctas > a,
  .adom-hero-ctas > .addeventatc,
  .adom-hero-ctas > .custom_add_to_cal {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  [style*="grid-template-columns: repeat(auto-fit"] {
    grid-template-columns: 1fr !important;
  }
  .adom-hero-meta {
    grid-template-columns: 1fr 1fr !important;
  }
  #lectori .adom-lgrid:not(.adom-lgrid--solo):not(.adom-lgrid--duo),
  #lectori .adom-lgrid[style]:not(.adom-lgrid--solo):not(.adom-lgrid--duo) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
  }
  #lectori .adom-lgrid--solo {
    grid-template-columns: minmax(0, 240px) !important;
    max-width: 240px !important;
  }
  #lectori .adom-lgrid--solo .adom-lrow,
  #lectori .adom-lgrid--solo .adom-lcard {
    max-width: 240px !important;
  }
  .adom-quote-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 480px) {
  .adom-persona { width: 100%; justify-content: center; }
  .adom-hero-meta { grid-template-columns: 1fr 1fr !important; }
  html, body { overflow-x: hidden; max-width: 100%; }
  .adom-head-inner {
    padding-left: 14px !important;
    padding-right: 14px !important;
    gap: 8px !important;
  }
  [data-hlogo] img:first-child { height: 26px !important; }
  [data-logoimg] { height: 16px !important; max-width: 92px; }
  #top h1 { font-size: clamp(42px, 14vw, 64px) !important; }
  [data-car-item] { flex-basis: min(272px, calc(100vw - 48px)) !important; }
  [data-bar] > div {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  [data-bar] a { width: 100%; text-align: center; box-sizing: border-box; }
  footer { padding-bottom: 24px; }
  .adom-quote-photos img {
    height: 96px;
  }
  .adom-newsletter__photos img,
  .adom-newsletter__photos img:first-child {
    height: auto;
  }
  input, select, textarea { font-size: 16px !important; }
}
