
/*
 Theme Name:   Kadence Child
 Theme URI:    https://aseventosencuba.com
 Description:  Child Theme de Kadence para metatags index follow
 Author:       As de Sueños
 Author URI:   https://aseventosencuba.com
 Template:     kadence
 Version:      1.2.0
*/

.asd-romantic-whatsapp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #173332;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  background: #173332;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(23, 51, 50, 0.18);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.asd-romantic-whatsapp-button:hover,
.asd-romantic-whatsapp-button:focus {
  border-color: #f3bbc4;
  background: #f3bbc4;
  color: #173332 !important;
  box-shadow: 0 16px 34px rgba(23, 51, 50, 0.22);
  transform: translateY(-1px);
}

/* ==========================================================================
   req-12 · Home v3 sections (mobile-first, brand palette)
   Palette: green #173332 · rose #f3bbc4 · cream #fffaf5 · water #dff4ef
            gold #d7b46a · plum #4d1f35 · burgundy #b9376b
   ========================================================================== */

/* ---- shared ---- */
.asd-section { padding-block: clamp(48px, 8vw, 96px); }

.asd-kicker {
  color: #b9376b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.asd-kicker--gold { color: #d7b46a; }

.asd-title { letter-spacing: -0.01em; }

.asd-sub {
  color: #4d6663;
  max-width: 62ch;
  margin-bottom: 24px;
}

/* Classic theme: WP restores the legacy __inner-container inside every
   core/group, so grid styles must target that wrapper, not the group. */
.asd-grid > .wp-block-group__inner-container { display: grid; gap: 14px; }

.asd-cta-row { margin-top: 18px; }

.asd-anchor { scroll-margin-top: 90px; }

/* ---- buttons (core button variants) ---- */
.asd-btn-gold .wp-block-button__link {
  background: #d7b46a;
  color: #0f2a26;
  border-radius: 8px;
  font-weight: 800;
}

.asd-btn-rose .wp-block-button__link {
  background: #f3bbc4;
  color: #173332;
  border-radius: 8px;
  font-weight: 800;
}

.asd-btn-outline .wp-block-button__link {
  background: transparent;
  color: #fffaf5;
  border: 2px solid rgba(255, 250, 245, 0.75);
  border-radius: 8px;
  font-weight: 800;
}

/* ---- hero (core cover reused) ---- */
.asd-hero .wp-block-cover__inner-container { text-align: left; }

.asd-hero-h1 {
  color: #d7b46a !important;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.asd-hero-q {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.4vw, 62px);
  line-height: 1.08;
  color: #fffaf5;
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}

.asd-hero-q em { color: #f3bbc4; }

.asd-hero-lead {
  color: #e9f3ef;
  font-size: clamp(16px, 2vw, 19px);
  max-width: 46ch;
  margin-bottom: 24px;
}

.asd-chips { margin-top: 22px; }

.asd-chips span {
  display: inline-flex;
  align-items: center;
  margin: 0 8px 8px 0;
  padding: 7px 14px;
  border: 1px solid rgba(255, 250, 245, 0.25);
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.1);
  color: #eafcf5;
  font-size: 13.5px;
  font-weight: 700;
}

/* ---- router cards ---- */
.asd-grid-6 > .wp-block-group__inner-container { grid-template-columns: repeat(2, 1fr); }

.asd-card {
  position: relative;
  background: #fff;
  border: 2px solid #eadfd3;
  border-radius: 12px;
  padding: 18px 16px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.asd-card:hover {
  transform: translateY(-3px);
  border-color: #d9cbb8;
  box-shadow: 0 10px 26px rgba(13, 40, 38, 0.12);
}

.asd-card-emoji { font-size: 26px; margin-bottom: 8px; }

.asd-card-title { font-size: 18px; margin-bottom: 2px; }

/* stretched link: whole card clickable */
.asd-card-title a { text-decoration: none; color: #173332; }

.asd-card-title a::after { content: ""; position: absolute; inset: 0; }

.asd-card-hint { color: #6f8583; font-size: 13.5px; }

/* ---- moodboard cards ---- */
.asd-moods-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, 1fr); }

.asd-mood {
  position: relative;
  min-height: 180px;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: transform 0.18s ease;
}

.asd-mood:hover { transform: translateY(-4px); }

.asd-mood h3 { margin: 0 0 2px; font-size: 22px; }

.asd-mood h3 a { color: #fffaf5; text-decoration: none; }

.asd-mood h3 a::after { content: ""; position: absolute; inset: 0; }

.asd-mood p { color: rgba(255, 250, 245, 0.92); font-size: 13.5px; margin: 0; }

/* placeholder gradients until real photos are tagged (fase 0/5) */
.asd-mood--clasica { background: linear-gradient(150deg, #f6efe0, #cdb07a 65%, #6b5426); }
.asd-mood--tropical { background: linear-gradient(150deg, #bfe6d6, #1f6f5c); }
.asd-mood--intima { background: linear-gradient(150deg, #f7d3dc, #8e3b56); }
.asd-mood--hotel { background: linear-gradient(150deg, #d9c4d3, #3b1f2f); }

/* ---- experiencia band ---- */
.asd-exp-band {
  background: linear-gradient(140deg, #241019, #4d1f35 55%, #7d344f);
  color: #fffaf5;
}

.asd-exp-band .asd-title { color: #fffaf5; }

.asd-exp-band .asd-sub { color: #ffdfe8; }

.asd-steps-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, 1fr); }

.asd-step {
  background: #fffaf5;
  color: #173332;
  border-radius: 12px;
  padding: 16px;
}

.asd-step-n {
  color: #b9376b;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.asd-step-t { font-weight: 800; font-size: 17px; margin-bottom: 4px; }

.asd-step p:last-child { color: #6f8583; font-size: 14px; margin: 0; }

/* ---- stats band ---- */
.asd-stats { padding-block: clamp(24px, 4vw, 48px); }

.asd-stats-grid > .wp-block-group__inner-container {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  background: #f5ede3;
  border-radius: 12px;
  padding: 22px;
}

.asd-stat { text-align: center; }

.asd-stat-n {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3.2vw, 34px);
  color: #173332;
  margin-bottom: 2px;
}

.asd-stat p:last-child { color: #6f8583; font-size: 13.5px; margin: 0; }

/* ---- guide zone ---- */
.asd-guia-head { padding-block-end: 0; }

.asd-toc {
  background: #f5ede3;
  border-radius: 8px;
  padding: 14px 18px;
  color: #4d6663;
  font-size: 15px;
}

.asd-toc a { color: #b9376b; font-weight: 700; }

/* ---- final CTA ---- */
.asd-final {
  background: linear-gradient(150deg, #0f2a26, #26343d 55%, #4d1f35);
  color: #fffaf5;
  text-align: center;
}

.asd-final .asd-title { color: #fffaf5; }

.asd-final .asd-sub { color: #cfe6df; margin-inline: auto; }

.asd-final .asd-cta-row { justify-content: center; }

/* ---- breakpoints ---- */
@media (min-width: 700px) {
  .asd-grid-6 > .wp-block-group__inner-container { grid-template-columns: repeat(3, 1fr); }
  .asd-moods-grid > .wp-block-group__inner-container, .asd-steps-grid > .wp-block-group__inner-container, .asd-stats-grid > .wp-block-group__inner-container { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
  .asd-grid-6 > .wp-block-group__inner-container { grid-template-columns: repeat(6, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .asd-card, .asd-mood, .asd-card:hover, .asd-mood:hover { transition: none; transform: none; }
}

/* ==========================================================================
   Home v3.4 preview · Gutenberg composition matching the v3.3 visual system
   ========================================================================== */

.asd-home-v34 {
  --asd-v34-deep: #0d3938;
  --asd-v34-green: #173332;
  --asd-v34-teal: #27716c;
  --asd-v34-gold: #d7b46a;
  --asd-v34-rose: #f3bbc4;
  --asd-v34-lavender: #e8e8f4;
  --asd-v34-cream: #fffaf5;
  overflow: clip;
  background: var(--asd-v34-cream);
  color: var(--asd-v34-deep);
}

.asd-home-v34,
.asd-home-v34 * { box-sizing: border-box; }

.asd-home-v34 > .wp-block-group__inner-container { margin: 0; }

.asd-home-v34 > .wp-block-group__inner-container > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.asd-home-v34 a { color: inherit; }

.asd-home-v34 .wp-block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.12;
}

.asd-v34-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0;
  background: var(--asd-v34-deep);
  color: var(--asd-v34-cream);
  box-shadow: 0 8px 26px rgba(13, 40, 38, 0.16);
}

.asd-v34-nav__inner > .wp-block-group__inner-container {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 24px;
  padding: 12px 32px;
}

.asd-v34-brand {
  flex-shrink: 0;
  margin: 0 auto 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.asd-v34-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.asd-v34-nav__links a { text-decoration: none; }
.asd-v34-nav__links a:hover { color: var(--asd-v34-gold); }

.asd-v34-nav__wa .wp-block-button__link {
  border-radius: 8px;
  background: #22c77a;
  color: #082d27;
  font-weight: 900;
}

.asd-v34-language {
  display: flex;
  flex-shrink: 0;
  gap: 7px;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  color: #8a244d;
  font-size: 12px;
  font-weight: 900;
}

.asd-v34-language strong {
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--asd-v34-gold);
  color: var(--asd-v34-deep);
}

.asd-v34-language a { padding: 2px 4px; text-decoration: none; }

.asd-v34-hero {
  min-height: 590px;
  margin: 0;
  padding: clamp(48px, 7vw, 88px) 32px;
  background: linear-gradient(125deg, #0c423d 0%, #173d3b 52%, #654252 115%);
  color: var(--asd-v34-cream);
}

.asd-v34-hero__grid {
  min-height: 450px;
  margin: 0;
  gap: clamp(34px, 6vw, 74px);
}

.asd-v34-hero__copy { align-self: center; }

.asd-v34-kicker {
  margin: 0 0 16px;
  color: #b9376b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.asd-v34-kicker--gold { color: var(--asd-v34-gold); }

.asd-v34-hero__title {
  max-width: 600px;
  margin: 0 0 24px;
  color: var(--asd-v34-cream);
  font-size: clamp(46px, 5.6vw, 72px);
  letter-spacing: -0.03em;
}

.asd-v34-hero__title em { color: var(--asd-v34-rose); }

.asd-v34-hero__lead {
  max-width: 56ch;
  margin: 0 0 26px;
  color: #e3f1ed;
  font-size: 17px;
  line-height: 1.55;
}

.asd-v34-actions { gap: 12px; }

.asd-v34-btn .wp-block-button__link {
  min-height: 50px;
  padding: 14px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.asd-v34-btn .wp-block-button__link:hover,
.asd-v34-btn .wp-block-button__link:focus-visible,
.asd-v34-path:hover,
.asd-v34-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(13, 40, 38, 0.18);
}

.asd-v34-path,
.asd-v34-guide-card { transition: transform 180ms ease, box-shadow 180ms ease; }

.asd-v34-btn--gold .wp-block-button__link {
  background: var(--asd-v34-gold);
  color: var(--asd-v34-deep);
}

.asd-v34-btn--outline .wp-block-button__link {
  border-color: rgba(255, 250, 245, 0.75);
  background: transparent;
  color: var(--asd-v34-cream);
}

.asd-v34-btn--teal .wp-block-button__link { background: var(--asd-v34-teal); color: #fff; }
.asd-v34-btn--green .wp-block-button__link { background: #dff4ef; color: var(--asd-v34-deep); }
.asd-v34-btn--deep .wp-block-button__link { background: var(--asd-v34-deep); color: #fff; }

.asd-v34-chips { margin: 22px 0 0; }

.asd-v34-chips span {
  display: inline-flex;
  gap: 4px;
  margin: 0 8px 8px 0;
  padding: 8px 13px;
  border: 1px solid rgba(255, 250, 245, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.09);
  color: #dff4ef;
  font-size: 13px;
}

.asd-v34-hero__media {
  position: relative;
  min-height: 410px;
}

.asd-v34-hero__image {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 4px solid rgba(255, 250, 245, 0.86);
  border-radius: 16px;
  box-shadow: 0 20px 44px rgba(5, 29, 27, 0.25);
}

.asd-v34-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asd-v34-hero__image--main { inset: 0 12% 8% 0; }
.asd-v34-hero__image--detail { right: 0; bottom: 0; width: 42%; height: 52%; }

.asd-v34-paths {
  min-height: 410px;
  margin: 0;
  padding: clamp(44px, 6vw, 72px) 32px;
}

.asd-v34-paths .wp-block-cover__background {
  background: linear-gradient(180deg, rgba(13, 57, 56, 0.68), rgba(13, 57, 56, 0.82));
}

.asd-v34-paths__grid { margin: 0; gap: 18px; }

.asd-v34-path {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(13, 40, 38, 0.18);
}

.asd-v34-path--wedding { background: linear-gradient(150deg, #0d3938, #21635e 130%); color: #fff; }
.asd-v34-path--experience { background: linear-gradient(150deg, #f3bbc4, #e7ddec 130%); color: var(--asd-v34-deep); }

.asd-v34-path__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.asd-v34-path h2 { margin: 0 0 12px; font-size: clamp(27px, 3vw, 36px); }
.asd-v34-path h2 a { text-decoration: none; }
.asd-v34-path > p:not(.asd-v34-path__eyebrow):not(.asd-v34-path__cta) { opacity: 0.88; }
.asd-v34-path__cta { margin: auto 0 0; font-weight: 900; }

.asd-v34-section {
  margin: 0;
  padding: clamp(58px, 7vw, 92px) 32px;
}

.asd-v34-title {
  max-width: 820px;
  margin: 0 0 16px;
  color: var(--asd-v34-deep);
  font-size: clamp(34px, 4.4vw, 52px);
  letter-spacing: -0.02em;
}

.asd-v34-sub {
  max-width: 66ch;
  margin: 0 0 30px;
  color: #607976;
  font-size: 17px;
}

.asd-v34-gallery { background: var(--asd-v34-cream); }
.asd-v34-gallery .asd-gal { margin-top: 28px; }
.asd-v34-gallery .asd-gal__item { border-radius: 14px; box-shadow: 0 8px 24px rgba(13, 40, 38, 0.12); }

.asd-v34-zone--wedding {
  border-top: 4px solid var(--asd-v34-teal);
  background: var(--asd-v34-lavender);
}

.asd-v34-zone--experience {
  border-top: 4px solid var(--asd-v34-teal);
  background: linear-gradient(170deg, #fbe4e9, var(--asd-v34-rose));
}

.asd-v34-zone__marker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--asd-v34-teal);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.asd-v34-zone__marker--experience { background: #b9376b; }

.asd-v34-ally {
  display: inline-flex;
  margin: 0 0 30px;
  padding: 9px 14px;
  border: 1px solid rgba(77, 31, 53, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #6d3a4a;
  font-weight: 800;
}

.asd-v34-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.asd-v34-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(13, 57, 56, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(13, 40, 38, 0.08);
}

.asd-v34-card--experience { background: rgba(255, 250, 245, 0.9); }

.asd-v34-card__tag {
  min-height: 32px;
  margin: 0 0 10px;
  color: #9b3e61;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.asd-v34-card h3 { margin: 0 0 12px; font-size: 23px; }
.asd-v34-card > p:not(.asd-v34-card__tag) { color: #516966; font-size: 14px; }

.asd-v34-card ul {
  margin: auto 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(13, 57, 56, 0.12);
  list-style: none;
}

.asd-v34-card li { margin-bottom: 6px; font-size: 13px; }
.asd-v34-card li::before { content: "✓ "; color: var(--asd-v34-teal); font-weight: 900; }

.asd-v34-zone-cta {
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.asd-v34-zone-cta > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.asd-v34-zone-cta p { margin: 0; }

.asd-v34-bridge {
  margin: 0;
  padding: 28px 32px;
  background: var(--asd-v34-deep);
  color: #fff;
}

.asd-v34-bridge > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.asd-v34-bridge p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }

.asd-v34-guides { background: #f5ede3; }

.asd-v34-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.asd-v34-guide-card {
  min-width: 0;
  min-height: 180px;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(13, 40, 38, 0.08);
}

.asd-v34-guide-card h3 { margin-top: 0; font-size: 24px; }
.asd-v34-guide-card h3 a { color: var(--asd-v34-deep); text-decoration: none; }
.asd-v34-guide-card p { color: #647b78; }

.asd-v34-faq { background: #fff; }

.asd-v34-guide {
  overflow: hidden;
  margin-top: 22px;
  border: 1.5px solid #eadfd3;
  border-radius: 14px;
  background: #fff;
}

.asd-v34-guide-tabs {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  border-bottom: 1.5px solid #eadfd3;
  flex-wrap: nowrap;
}

.asd-v34-guide-tab { flex: none; }

.asd-v34-guide-tab .wp-block-button__link {
  padding: 13px 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #607976;
  font-weight: 800;
}

.asd-v34-guide-tab.is-selected .wp-block-button__link {
  border-bottom-color: var(--asd-v34-teal);
  background: #eef4f4;
  color: var(--asd-v34-teal);
}

.asd-v34-guide-panel {
  display: none;
  padding: clamp(22px, 3vw, 32px);
  animation: asd-v34-panel-in 240ms ease both;
}

.asd-v34-guide-panel.is-active { display: block; }
.asd-v34-guide-panel[hidden] { display: none !important; }
.asd-v34-guide-panel h3 { margin: 0 0 8px; color: var(--asd-v34-deep); }
.asd-v34-guide-panel p { margin-bottom: 0; color: #607976; }

.asd-v34-faq-title {
  margin: 40px 0 22px;
  color: var(--asd-v34-deep);
  font-size: 34px;
}

.asd-v34-faq-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.asd-v34-faq-cats {
  position: sticky;
  top: 82px;
  padding: 10px;
  border: 1.5px solid #eadfd3;
  border-radius: 14px;
  background: #fff;
}

.asd-v34-faq-cats .wp-block-buttons { width: 100%; gap: 4px; }
.asd-v34-faq-filter { width: 100%; }

.asd-v34-faq-filter .wp-block-button__link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 9px;
  background: transparent;
  color: #43605c;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.asd-v34-faq-filter .wp-block-button__link span:last-child {
  min-width: 30px;
  padding: 2px 8px;
  border-radius: 20px;
  background: #f0e8dd;
  color: #607976;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.asd-v34-faq-filter.is-selected .wp-block-button__link {
  background: var(--asd-v34-lavender);
  color: var(--asd-v34-teal);
}

.asd-v34-faq-filter.is-selected .wp-block-button__link span:last-child {
  background: var(--asd-v34-teal);
  color: #fff;
}

.asd-v34-faq-list {
  overflow: hidden;
  border: 1.5px solid #eadfd3;
  border-radius: 14px;
  background: #fff;
}

.asd-v34-faq-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f0e8dd;
  background: #fff;
  animation: asd-v34-panel-in 200ms ease both;
}

.asd-v34-faq-item:last-child { border-bottom: 0; }
.asd-v34-faq-item[hidden] { display: none !important; }

.asd-v34-faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 22px;
  color: var(--asd-v34-deep);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  transition: background-color 160ms ease;
}

.asd-v34-faq-item summary::-webkit-details-marker { display: none; }
.asd-v34-faq-item summary::after { content: "+"; color: var(--asd-v34-teal); font-size: 24px; line-height: 1; }
.asd-v34-faq-item summary:hover { background: #eef4f4; }
.asd-v34-faq-item[open] summary::after { content: "−"; }
.asd-v34-faq-item > p { margin: 0; padding: 0 22px 17px; color: #43605c; font-size: 14px; }

.asd-v34-tour-start {
  position: fixed;
  right: 18px;
  bottom: 112px;
  z-index: 90;
}

.asd-v34-tour-start .wp-block-button__link {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--asd-v34-deep);
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 40, 38, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.asd-v34-tour-focus {
  position: fixed;
  z-index: 99998;
  border: 3px solid var(--asd-v34-gold, #d7b46a);
  border-radius: 14px;
  box-shadow: 0 0 0 9999px rgba(7, 30, 29, 0.56);
  pointer-events: none;
  transition: inset 240ms ease, width 240ms ease, height 240ms ease;
}

.asd-v34-tour-popover {
  position: fixed;
  z-index: 99999;
  width: min(340px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 14px;
  background: var(--asd-v34-cream, #fffaf5);
  color: var(--asd-v34-deep, #0d3938);
  box-shadow: 0 18px 46px rgba(5, 29, 27, 0.26);
}

.asd-v34-tour-popover h3 { margin: 0 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.asd-v34-tour-popover > p { margin: 0 0 16px; color: #43605c; font-size: 14px; }
.asd-v34-tour-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.asd-v34-tour-actions > span { color: #607976; font-size: 12px; font-weight: 800; }
.asd-v34-tour-actions > div { display: flex; gap: 6px; }
.asd-v34-tour-actions button { padding: 8px 11px; border: 0; border-radius: 8px; background: #f0e8dd; color: var(--asd-v34-deep, #0d3938); cursor: pointer; font-weight: 800; }
.asd-v34-tour-actions button.is-primary { background: var(--asd-v34-gold, #d7b46a); }

.asd-home-v34 .is-reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1);
}

.asd-home-v34 .is-reveal-ready.is-revealed { opacity: 1; transform: translateY(0); }

@keyframes asd-v34-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.asd-v34-trust {
  background: linear-gradient(140deg, #0d3938, #274b49 65%, #4d1f35);
  color: #fff;
}

.asd-v34-trust .asd-v34-title { color: #fff; }
.asd-v34-trust p { color: #dcece7; }

.asd-v34-strengths { margin: 0; padding: 0; list-style: none; }
.asd-v34-strengths li { margin-bottom: 10px; padding: 12px 14px; border-radius: 8px; background: rgba(255,255,255,0.08); }
.asd-v34-strengths li::before { content: "✦ "; color: var(--asd-v34-gold); }

.asd-v34-contact {
  background: linear-gradient(170deg, #fffaf5, #f5ede3);
  text-align: center;
}

.asd-v34-contact .asd-v34-title { margin-inline: auto; }
.asd-v34-contact > .wp-block-group__inner-container > p { margin-inline: auto; }
.asd-v34-contact .wpforms-container { max-width: 760px; margin: 34px auto 0; text-align: left; }

@media (max-width: 1050px) {
  .asd-v34-nav__links { display: none; }
  .asd-v34-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 781px) {
  .asd-v34-nav__inner > .wp-block-group__inner-container { min-height: 62px; padding-inline: 18px; gap: 12px; }
  .asd-v34-brand { font-size: 18px; }
  .asd-v34-nav__wa { display: none; }
  .asd-v34-language { margin-left: auto; }
  .asd-v34-hero { min-height: 0; padding: 42px 20px 56px; }
  .asd-v34-hero__grid { min-height: 0; gap: 34px; }
  .asd-v34-hero__title { font-size: clamp(42px, 12vw, 58px); }
  .asd-v34-hero__media { min-height: 350px; }
  .asd-v34-paths { padding: 34px 20px; }
  .asd-v34-paths__grid { gap: 14px; }
  .asd-v34-path { min-height: 225px; }
  .asd-v34-section { padding: 54px 20px; }
  .asd-v34-card-grid, .asd-v34-guide-grid { grid-template-columns: 1fr; }
  .asd-v34-faq-layout { grid-template-columns: 1fr; }
  .asd-v34-faq-cats { position: static; }
  .asd-v34-faq-cats .wp-block-buttons { flex-direction: row; flex-wrap: wrap; }
  .asd-v34-faq-filter { width: auto; flex: 1 1 145px; }
  .asd-v34-zone-cta > .wp-block-group__inner-container,
  .asd-v34-bridge > .wp-block-group__inner-container { align-items: flex-start; flex-direction: column; }
  .asd-v34-bridge { padding-inline: 20px; }
}

@media (max-width: 520px) {
  .asd-v34-hero__title { font-size: 42px; }
  .asd-v34-actions .wp-block-button { width: 100%; }
  .asd-v34-actions .wp-block-button__link { width: 100%; }
  .asd-v34-chips span { display: flex; width: fit-content; }
  .asd-v34-hero__media { min-height: 300px; }
  .asd-v34-hero__image--main { inset: 0 8% 8% 0; }
  .asd-v34-hero__image--detail { width: 44%; height: 48%; }
  .asd-v34-title { font-size: 35px; }
  .asd-v34-card-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .asd-home-v34 *, .asd-home-v34 *::before, .asd-home-v34 *::after { scroll-behavior: auto !important; transition: none !important; }
  .asd-home-v34 .is-reveal-ready { opacity: 1; transform: none; }
  .asd-v34-guide-panel, .asd-v34-faq-item { animation: none; }
}
