﻿html, body { margin: 0; padding: 0; background: #f7f6f3; }
body.adom-dap {
  position: relative;
  font-family: 'Jost', system-ui, sans-serif;
  color: #1b1522;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* { box-sizing: border-box; }
.adom-dap 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-dap 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-lang a { color: rgba(0,0,0,.55) !important; }
header[data-head].is-scrolled .adom-lang a.is-active { 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; }

.adom-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 500;
}
.adom-lang a {
  color: rgba(255,255,255,.7) !important;
  padding: 4px 2px;
  transition: color .3s ease, opacity .3s ease;
}
.adom-lang a.is-active {
  color: #ffffff !important;
}
.adom-lang span { color: rgba(255,255,255,.35); opacity: .8; }
header[data-head].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-dap .pum,
body.adom-dap .popmake,
body.adom-dap .cky-btn-revisit-wrapper,
body.adom-dap #cookie-law-info-bar,
body.adom-dap .social-proof-slider,
body.adom-dap .sps-container { display: none !important; }

.adom-dap input,
.adom-dap select,
.adom-dap textarea,
.adom-dap button { font-family: inherit; }
.adom-dap input[data-field],
.adom-dap select[data-field],
.adom-dap textarea[data-field] {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 14px;
  font-size: 15px;
  background: #ffffff;
  color: #1b1522;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.adom-dap input[data-field]:focus,
.adom-dap select[data-field]:focus,
.adom-dap textarea[data-field]:focus {
  border-color: rgba(121,50,233,.45);
  box-shadow: 0 0 0 3px rgba(121,50,233,.12);
}
.adom-dap input[data-field].is-invalid,
.adom-dap 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;
}

.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;
}
.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,
  #lectori .adom-lgrid[style] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !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);
}

/* Newsletter 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,.03);
}
.adom-newsletter__accent {
  height: 3px;
  background: #eba84d;
}
.adom-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(28px, 3.5vw, 48px);
  align-items: start;
}
.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: 14px 0 0;
  font-size: 16px;
  line-height: 1.62;
  color: rgba(0,0,0,.68);
  max-width: 36em;
}
.adom-newsletter__copy {
  padding-top: 2px;
}
.adom-newsletter-form {
  position: relative;
  min-width: 0;
  padding-top: 28px;
}
.adom-newsletter__label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}
.adom-newsletter__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.adom-newsletter__row input[type="email"] {
  flex: 1 1 200px;
  min-width: 0;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  background: #faf9f6;
  color: #1b1522;
  box-sizing: border-box;
}
.adom-newsletter__row input[type="email"]:focus {
  outline: none;
  border-color: #7932e9;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(121,50,233,.12);
}
.adom-newsletter__row button {
  flex: 0 0 auto;
  padding: 15px 26px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 500;
  color: #ffffff;
  background: #54239b;
  white-space: nowrap;
  transition: background .25s ease, box-shadow .25s ease;
  box-shadow: 0 14px 30px -14px rgba(75,31,127,.42);
}
.adom-newsletter__row button:hover {
  background: #451c81;
}
.adom-newsletter__row button:disabled {
  opacity: .7;
  cursor: wait;
}
.adom-newsletter__hint {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0,0,0,.5);
}
.adom-newsletter__status {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
}
.adom-newsletter__status.is-ok {
  background: rgba(84,35,155,.08);
  color: #451c81;
}
.adom-newsletter__status.is-err {
  background: rgba(227,71,118,.1);
  color: #b02a52;
}
.adom-newsletter__mc4wp {
  position: absolute !important;
  left: -10000px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
@media (max-width: 820px) {
  .adom-newsletter__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .adom-newsletter-form {
    padding-top: 0;
  }
  .adom-newsletter__row button {
    flex: 1 1 auto;
  }
}

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

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

.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: 14px; height: 14px; stroke-width: 1.85; }

.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;
}
body.adom-dap { 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}
@media (max-width: 720px) {
  [data-bar] > div { flex-wrap: wrap !important; }
}
@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,
  #lectori .adom-lgrid[style] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !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; }
  input, select, textarea { font-size: 16px !important; }
}

/* Heading | lead top-align (shared with Chapter I) */
.adom-hero-split,
#top .adom-hero-split,
#top [data-rise="1"]:has(> p:nth-of-type(2)) {
  align-items: start !important;
}
.adom-lprofile,
#lectori [data-rise="1"]:has([data-lpname]):has([data-lpbio]) {
  align-items: start !important;
}
.adom-lprofile > [data-lpbio],
#lectori [data-rise="1"]:has([data-lpname]) > [data-lpbio] {
  margin-top: calc(11px * 1.35 + 12px) !important;
}
