/* FonoVínculo · capa de conversión y páginas enfocadas */
.marketing-site { background: var(--paper); }
.marketing-site .site-header { gap: 18px; }
.marketing-site .site-header .site-nav { margin-left: auto; }
.marketing-site .site-header .instagram-link { flex: 0 0 42px; }
.marketing-hero { min-height: 710px; padding-top: 126px; padding-bottom: 72px; }
.marketing-hero .hero-copy { max-width: 670px; }
.marketing-hero .hero-lead { max-width: 620px; }
.marketing-hero .hero-assurance > img { height: 235px; }
.compact-heading { margin-bottom: 30px; }
.compact-heading h2 { max-width: 760px; }
.choice-section { padding-bottom: 86px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.choice-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.choice-card.family-choice { color: white; background: var(--navy); }
.choice-card.professional-choice { background: #fff; }
.choice-card > span { color: var(--coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.family-choice > span { color: var(--teal-bright); }
.choice-card h3 { max-width: 480px; margin: 20px 0 12px; font-family: "Iowan Old Style", Georgia, serif; font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.03; letter-spacing: -.045em; }
.choice-card p { max-width: 600px; margin: 0; color: var(--muted); }
.family-choice p { color: rgba(255,255,255,.7); }
.choice-card ul { margin: 22px 0 26px; padding-left: 19px; }
.choice-card li { margin: 7px 0; color: var(--muted); font-size: .86rem; }
.family-choice li { color: rgba(255,255,255,.76); }
.choice-card .button { align-self: flex-start; margin-top: auto; }
.service-preview { padding-top: 80px; padding-bottom: 100px; }
.service-teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.service-teaser-grid article { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: #fff7fa; }
.service-teaser-grid b { color: var(--coral-dark); font-family: Georgia, serif; font-style: italic; }
.service-teaser-grid h3 { margin: 52px 0 10px; font-size: 1.25rem; }
.service-teaser-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }
.trust-conversion { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 7vw, 88px); align-items: center; }
.trust-visual { position: relative; overflow: hidden; border-radius: 26px; background: var(--navy); box-shadow: var(--shadow); }
.trust-visual img { width: 100%; height: 500px; object-fit: cover; object-position: center; opacity: .9; }
.trust-visual span { position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 10px 13px; border-radius: 999px; color: var(--navy); background: var(--teal-bright); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.trust-copy h2 { margin: 0 0 19px; font-size: clamp(2.45rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.06em; }
.trust-copy > p:not(.eyebrow) { color: var(--muted); }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 27px 0; }
.trust-points article { padding: 17px; border-left: 3px solid var(--coral); background: #fff7fa; }
.trust-points strong, .trust-points span { display: block; }
.trust-points strong { font-size: .9rem; }
.trust-points span { margin-top: 4px; color: var(--muted); font-size: .77rem; line-height: 1.35; }
.text-link { color: var(--coral-dark); font-size: .8rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.process-section { padding-top: 80px; padding-bottom: 90px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.process-grid article { min-height: 245px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.process-grid article > span { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--teal-bright); font-size: .72rem; font-weight: 900; }
.process-grid h3 { margin: 45px 0 9px; font-size: 1.25rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.marketing-pricing { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - var(--max)) / 2)); color: white; background: var(--navy-deep); }
.marketing-pricing .pricing-heading { max-width: 850px; }
.marketing-pricing .pricing-heading h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.payment-line { margin-top: 13px; padding: 17px 21px; display: flex; flex-wrap: wrap; align-items: center; gap: 15px 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: .78rem; }
.payment-line a { margin-left: auto; color: var(--teal-bright); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.faq { padding-top: 90px; padding-bottom: 90px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.faq-grid details { padding: 19px 21px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.faq-grid summary { position: relative; padding-right: 25px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; position: absolute; right: 0; color: var(--coral-dark); font-size: 1.2rem; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid p { margin: 13px 0 0; color: var(--muted); font-size: .86rem; }
.booking { width: min(var(--max), calc(100% - 48px)); max-width: var(--max); padding: 66px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; color: white; background: var(--navy); border-radius: 28px; }
.booking-copy h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 4.2vw, 4.2rem); line-height: .98; letter-spacing: -.055em; }
.booking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.booking-phone { display: inline-block; margin-top: 18px; color: var(--teal-bright); font-weight: 850; }
.contact-builder { padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; background: rgba(59,23,43,.34); }
.contact-builder .contact-grid { gap: 12px; }
.contact-builder label > span { color: rgba(255,255,255,.86); }
.contact-builder input, .contact-builder select, .contact-builder textarea { min-height: 45px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: white; background: rgba(255,255,255,.1); }
.contact-builder input::placeholder, .contact-builder textarea::placeholder { color: rgba(255,255,255,.46); }
.contact-builder select option { color: var(--ink); background: white; }
.contact-builder .button { width: 100%; margin-top: 15px; }
.legal-compact { padding-top: 24px; padding-bottom: 35px; color: var(--muted); font-size: .78rem; }
.legal-compact strong { color: var(--ink); }
.legal-compact p { margin: 5px 0 0; }

/* Subpáginas */
.subpage-hero { padding: 148px max(24px, calc((100vw - var(--max)) / 2)) 92px; color: white; background: linear-gradient(112deg, var(--navy-deep), var(--blue)); }
.subpage-hero-inner { max-width: 900px; }
.subpage-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.subpage-hero h1 em { display: block; color: var(--teal-bright); font-size: .65em; line-height: 1.1; }
.subpage-hero p:not(.eyebrow) { max-width: 740px; margin: 27px 0 0; color: rgba(255,255,255,.73); font-size: 1.05rem; }
.subpage-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.subpage-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 85px 0 100px; }
.subpage-shell > .section-heading { margin-bottom: 34px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.info-card { min-height: 260px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 32px rgba(59,23,43,.07); }
.info-card.accent { color: white; background: var(--navy); }
.info-card > span { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.info-card.accent > span { color: var(--teal-bright); }
.info-card h2, .info-card h3 { margin: 30px 0 10px; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.7rem; line-height: 1.05; letter-spacing: -.04em; }
.info-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.info-card.accent p { color: rgba(255,255,255,.7); }
.soft-band { margin: 25px 0 0; padding: 30px; border-radius: 22px; background: #fbeaf0; }
.soft-band h2 { margin: 0 0 10px; font-size: 2rem; }
.soft-band p { max-width: 820px; margin: 0; color: var(--muted); }
.bullet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.bullet-card { padding: 22px; border-left: 3px solid var(--coral); background: white; }
.bullet-card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.bullet-card p { margin: 0; color: var(--muted); font-size: .85rem; }
.step-list { display: grid; gap: 10px; margin-top: 22px; }
.step-list article { padding: 22px; display: grid; grid-template-columns: 44px 1fr; gap: 15px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.step-list article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--teal-bright); font-weight: 900; }
.step-list h3 { margin: 0 0 5px; font-size: 1.08rem; }
.step-list p { margin: 0; color: var(--muted); font-size: .86rem; }
.subpage-cta { margin-top: 28px; padding: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; border-radius: 20px; color: white; background: var(--blue); }
.subpage-cta h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.subpage-cta p { max-width: 650px; margin: 8px 0 0; color: rgba(255,255,255,.7); }
.article-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.article-teaser { min-height: 270px; padding: 27px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; }
.article-teaser.featured { color: white; background: var(--navy); }
.article-teaser > span { color: var(--coral-dark); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-teaser.featured > span { color: var(--teal-bright); }
.article-teaser h2 { margin: 30px 0 9px; font-size: 1.8rem; line-height: 1.05; letter-spacing: -.04em; }
.article-teaser p { margin: 0; color: var(--muted); font-size: .88rem; }
.article-teaser.featured p { color: rgba(255,255,255,.7); }
.article-teaser details { margin-top: auto; padding-top: 15px; }
.article-teaser summary { cursor: pointer; color: var(--coral-dark); font-size: .8rem; font-weight: 850; }
.article-teaser.featured summary { color: var(--teal-bright); }
.article-teaser details p { margin-top: 10px; font-size: .82rem; }
.article-note { margin-top: 16px; padding: 18px 22px; border-left: 3px solid var(--coral); color: var(--muted); background: #fff7fa; font-size: .86rem; }
.resource-price { margin-top: 22px; padding: 23px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; border-radius: 17px; background: var(--teal-bright); }
.resource-price strong { color: var(--navy); font-size: 1.15rem; }
.resource-price span { color: var(--navy); font-size: .84rem; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.method-card { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.method-card h3 { margin: 35px 0 8px; font-size: 1.08rem; }
.method-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.method-card > span { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ados-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; }
.ados-price-card { padding: 34px; color: white; border-radius: 24px; background: var(--navy); }
.ados-price-card strong { display: block; margin: 32px 0 10px; color: var(--teal-bright); font-size: clamp(3.5rem, 7vw, 6rem); line-height: .9; letter-spacing: -.07em; }
.ados-price-card p { color: rgba(255,255,255,.68); }
.ados-price-card small { color: rgba(255,255,255,.6); font-size: .72rem; }
.ados-process { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.ados-process h2 { margin: 0 0 20px; font-size: 2rem; }
.ados-process .step-list { margin-top: 0; }
.ados-process .step-list article { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding-inline: 0; }
.ados-process .step-list article:last-child { border-bottom: 0; }
.notice { margin-top: 15px; padding: 18px 21px; border-left: 3px solid var(--coral); color: var(--muted); background: #fff7fa; font-size: .84rem; }
.privacy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.privacy-card { min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 32px rgba(59,23,43,.07); }
.privacy-card.accent { color: white; background: var(--navy); }
.privacy-card h2 { margin: 0 0 14px; font-family: "Iowan Old Style", Georgia, serif; font-size: 1.8rem; line-height: 1.05; letter-spacing: -.04em; }
.privacy-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.privacy-card.accent p { color: rgba(255,255,255,.72); }
.privacy-card ul { margin: 14px 0 0; padding-left: 19px; }
.privacy-card li { margin: 7px 0; color: var(--muted); font-size: .86rem; }
.privacy-card.accent li { color: rgba(255,255,255,.72); }
.privacy-card a { color: var(--coral-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.privacy-card.accent a { color: var(--teal-bright); }
.privacy-callout { margin-top: 18px; padding: 21px 23px; border-left: 3px solid var(--coral); color: var(--muted); background: #fff7fa; font-size: .84rem; }
.privacy-callout strong { color: var(--ink); }
.contact-consent a { color: var(--teal-bright); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1080px) {
  .marketing-site .site-header { gap: 10px; }
  .marketing-site .site-nav { gap: 13px; }
  .service-teaser-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .marketing-site .site-header .site-nav { margin-left: 0; }
  .marketing-site .instagram-link { flex-basis: 38px; width: 38px; height: 38px; }
  .marketing-hero { padding-top: 115px; }
  .trust-conversion, .ados-panel { grid-template-columns: 1fr; }
  .trust-visual img { height: 360px; }
  .booking { width: calc(100% - 38px); padding: 40px 28px; grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 590px) {
  .marketing-hero { padding: 110px 20px 65px; }
  .marketing-hero .hero-assurance > img { height: 200px; }
  .choice-grid, .service-teaser-grid, .process-grid, .faq-grid, .info-grid, .bullet-grid, .article-list { grid-template-columns: 1fr; }
  .choice-card { min-height: 0; padding: 27px; }
  .service-teaser-grid article { min-height: 0; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-visual img { height: 300px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .payment-line { align-items: flex-start; flex-direction: column; gap: 9px; }
  .payment-line a { margin-left: 0; }
  .booking { width: calc(100% - 26px); padding: 39px 20px; border-radius: 22px; }
  .subpage-hero { padding: 120px 20px 65px; }
  .subpage-shell { width: calc(100% - 26px); padding-block: 62px 75px; }
  .subpage-actions .button { width: 100%; }
  .soft-band, .ados-process, .ados-price-card { padding: 23px; }
  .subpage-cta { align-items: stretch; flex-direction: column; padding: 23px; }
  .subpage-cta .button { width: 100%; }
  .resource-price { align-items: flex-start; flex-direction: column; }
  .privacy-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .whatsapp-float { width: 54px; height: 54px; padding: 7px; justify-content: center; }
  .whatsapp-float strong { display: none; }
}
