/*
Theme Name: Violetta Landing V2
Theme URI: https://violettanailsexpert.com/
Author: Violetta Nails Expert
Description: Landing page personalizada para el catálogo y agenda de Violetta Nails Expert.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: violetta-landing
*/

@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #3d312e;
  --muted: #766a64;
  --rose: #b78370;
  --rose-dark: #8c5f50;
  --lilac: #d7b8a7;
  --blush: #e8d8cf;
  --cream: #f3f0ea;
  --line: rgba(70, 51, 44, 0.14);
  --white: #fffdf9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary, select { cursor: pointer; }
main { overflow: hidden; }

.site-header {
  position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 36px)); height: 82px; padding: 6px 10px 6px 20px;
  border: 1px solid rgba(255,255,255,.6); border-radius: 100px; background: rgba(255,253,249,.9);
  backdrop-filter: blur(18px); box-shadow: 0 14px 42px rgba(91,64,54,.12);
  display: flex; align-items: center; justify-content: space-between;
}
.brand { width: 104px; height: 68px; display: flex; align-items: center; justify-content: center; }
.brand img { width: 78px; height: 66px; object-fit: contain; }
.desktop-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; letter-spacing: .02em; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--rose); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; transition: transform .25s ease, background .25s ease; }
.header-cta { background: var(--rose-dark); color: white; border-radius: 100px; padding: 17px 22px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-cta span, .button span { font-size: 18px; line-height: 0; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.mobile-menu { display: none; }

.hero { min-height: 850px; padding: 145px max(5vw, 30px) 75px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); gap: 70px; align-items: center; background: radial-gradient(circle at 10% 5%, #fffdf9 0, transparent 38%), linear-gradient(120deg, #f6f2ec, #e4d5cc); }
.hero-copy { max-width: 620px; padding-left: max(2vw, 8px); }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 12px; color: var(--rose-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--lilac); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(72px, 8.1vw, 128px); letter-spacing: -.065em; line-height: .78; }
h1 em, h2 em { color: var(--rose); font-weight: 400; }
.hero-intro { max-width: 510px; margin: 42px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button { min-height: 56px; border-radius: 100px; padding: 17px 25px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.button-dark { color: white; background: var(--rose-dark); }
.button-dark:hover { background: var(--rose); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.text-link span { margin-left: 12px; }
.trust-row { display: flex; gap: 28px; margin-top: 70px; }
.trust-row div { display: flex; align-items: center; gap: 10px; }
.trust-row b { color: var(--rose); font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.trust-row span { color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 620px; }
.hero-image { position: absolute; overflow: hidden; border-radius: 220px 220px 22px 22px; box-shadow: 0 34px 90px rgba(76,61,75,.22); }
.hero-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.hero-image:hover img { transform: scale(1.035); }
.hero-image-main { width: min(72%, 500px); height: 610px; right: 3%; top: 0; z-index: 2; }
.hero-image-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 65%, rgba(20,10,12,.35)); }
.image-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; max-width: calc(100% - 48px); padding: 8px 13px; border-radius: 100px; background: rgba(61,49,46,.76); color: white; font-family: Georgia, serif; font-size: 16px; line-height: 1.2; text-align: right; white-space: nowrap; backdrop-filter: blur(6px); }
.hero-image-small { width: 41%; height: 365px; left: 0; bottom: 6px; border-radius: 16px 150px 16px 16px; z-index: 3; border: 8px solid var(--cream); }
.marquee { background: var(--ink); color: white; overflow: hidden; }
.marquee div { width: max-content; padding: 18px 0; display: flex; gap: 34px; align-items: center; animation: drift 24s linear infinite; }
.marquee span { font-family: Georgia, serif; font-size: 14px; letter-spacing: .15em; }
.marquee i { color: var(--lilac); font-style: normal; }
@keyframes drift { from { transform: translateX(4vw); } to { transform: translateX(-20vw); } }

.section { padding: 120px max(5vw, 30px); }
.section-heading { max-width: 1220px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .experience h2, .booking-info h2, .faq-intro h2 { margin: 0; font-size: clamp(46px, 5.3vw, 76px); line-height: .98; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.services-section { background: var(--white); }
.services-grid { max-width: 1220px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--cream); border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(76,61,75,.13); }
.service-image { position: relative; aspect-ratio: 1 / .91; overflow: hidden; }
.service-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-image > span { position: absolute; top: 16px; left: 16px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 10px; }
.service-copy { padding: 28px; }
.service-copy > p:first-child { margin: 0 0 9px; color: var(--rose-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.service-copy h3 { margin: 0; font-size: 29px; letter-spacing: -.03em; }
.service-meta { margin: 18px 0; padding: 13px 0; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.service-description { min-height: 67px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-copy button { width: 100%; margin-top: 22px; padding: 14px 0 5px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--rose-dark); background: transparent; color: var(--rose-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.service-copy button span { font-size: 16px; }

.experience { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: white; }
.experience-image { position: relative; min-height: 700px; overflow: hidden; }
.experience-image > img { height: 100%; object-fit: cover; object-position: center 38%; }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(23,19,19,.48)); }
.experience-tag { position: absolute; z-index: 2; left: 38px; bottom: 38px; padding: 18px 22px; background: rgba(255,253,251,.9); color: var(--ink); display: flex; align-items: center; gap: 15px; }
.experience-tag b { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.experience-tag span { padding-left: 15px; border-left: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.experience-copy { padding: 105px max(6vw, 50px); align-self: center; }
.experience-copy > p:not(.eyebrow) { margin: 32px 0; color: #ded2cc; font-size: 14px; line-height: 1.8; }
.experience-copy ul { list-style: none; margin: 35px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.experience-copy li { padding: 20px 0; display: flex; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.experience-copy li b { color: var(--lilac); font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.experience-copy li span { color: #c7b8b1; font-size: 12px; line-height: 1.6; }
.experience-copy li strong { display: block; color: white; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }

.gallery-section { background: #e8ddd5; }
.gallery-heading > a { justify-self: end; margin-bottom: 8px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.gallery-heading > a span { margin-left: 16px; }
.gallery-grid { max-width: 1220px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr 1fr .75fr; gap: 13px; align-items: end; }
.gallery-grid figure { margin: 0; }
.gallery-grid figure:nth-child(even) { padding-bottom: 55px; }
.gallery-grid figure > a { display: block; overflow: hidden; }
.gallery-grid img { aspect-ratio: .8; height: auto; object-fit: cover; filter: saturate(.92); transition: filter .35s ease, transform .55s ease; }
.gallery-grid figure > a:hover img { filter: saturate(1); transform: scale(1.025); }
.gallery-grid figcaption { margin-top: 11px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.local-seo-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 110px); align-items: center; background: linear-gradient(135deg, var(--blush) 0%, #fbf8f3 58%, #e4d4cb 100%); }
.local-seo-copy { max-width: 660px; }
.local-seo-copy h2 { max-width: 660px; margin: 18px 0 28px; font-size: clamp(52px, 5vw, 78px); line-height: .98; letter-spacing: -.035em; }
.local-seo-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.local-seo-actions { margin-top: 36px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.local-seo-grid { display: grid; gap: 14px; }
.local-seo-grid article { min-width: 0; padding: 27px 30px; border: 1px solid rgba(94, 68, 58, .12); background: rgba(255, 253, 249, .72); box-shadow: 0 18px 45px rgba(95, 67, 55, .08); backdrop-filter: blur(8px); }
.local-seo-grid article > span { color: var(--rose-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.local-seo-grid h3 { margin: 9px 0 10px; font-size: 29px; font-weight: 400; }
.local-seo-grid a, .local-seo-grid p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.local-seo-grid a:hover { color: var(--rose-dark); }

.booking-section { padding: 120px max(5vw, 30px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; background: var(--ink); color: white; }
.booking-info { max-width: 540px; justify-self: end; align-self: center; }
.booking-info > p:not(.eyebrow) { margin: 30px 0; color: #bdb4b2; font-size: 14px; line-height: 1.8; }
.schedule-card { margin: 38px 0 18px; border-top: 1px solid rgba(255,255,255,.17); }
.schedule-card div { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.17); }
.schedule-card span { color: #9f9694; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.schedule-card b,
.schedule-card a { color: var(--white); font-family: Georgia, serif; font-size: 16px; font-weight: 400; line-height: 1.35; text-align: right; }
.booking-info > small { color: #827a78; font-size: 10px; }
.booking-form { width: 100%; max-width: 700px; padding: 50px; background: var(--white); color: var(--ink); }
.form-heading { margin-bottom: 34px; display: flex; align-items: center; gap: 16px; }
.form-heading > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--rose-dark); font-family: Georgia, serif; }
.form-heading p { margin: 0 0 3px; color: var(--rose-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.form-heading h3 { margin: 0; font-size: 28px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { position: relative; margin-bottom: 21px; display: block; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 9px; padding: 15px 0; border: 0; border-bottom: 1px solid #cfc7c3; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: normal; transition: border-color .2s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--rose); }
.booking-form textarea { resize: vertical; }
.optional { position: absolute; right: 0; color: #a69e9b; font-size: 8px; }
.submit-button { width: 100%; margin-top: 6px; }
.form-note { margin: 13px 0 0; color: #948b88; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: var(--white); }
.faq-intro { max-width: 460px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 0; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-family: Georgia, serif; font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: Arial, sans-serif; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 610px; margin: -6px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }

footer { padding: 75px max(5vw, 30px) 25px; background: #3b302c; color: white; }
.footer-brand { display: flex; align-items: center; gap: 35px; }
.footer-brand img { width: 135px; height: 116px; object-fit: contain; }
.footer-brand p { max-width: 290px; color: #d6c9c1; font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }
.footer-links { max-width: 420px; margin: 40px 0 65px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links span { margin-bottom: 8px; color: var(--lilac); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { color: #e1d6d0; font-size: 12px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #aa968c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; padding: 9px 16px 9px 9px; display: flex; align-items: center; gap: 10px; border-radius: 100px; background: #226d4b; color: white; box-shadow: 0 12px 32px rgba(20,40,25,.3); }
.floating-whatsapp span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: white; color: #226d4b; font-family: Georgia, serif; font-weight: 700; }
.floating-whatsapp span img { width: 20px; height: 20px; object-fit: contain; }
.floating-whatsapp b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
body.admin-bar .site-header { top: 50px; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-image-main { width: 80%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .experience, .booking-section { grid-template-columns: 1fr 1fr; }
  .booking-section { gap: 35px; }
  .booking-form { padding: 38px; }
}

@media (max-width: 900px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 72px; padding: 6px 8px 6px 14px; }
  .brand { width: 82px; }
  .brand img { width: 66px; height: 58px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { list-style: none; padding: 14px 17px; border-radius: 100px; background: var(--rose-dark); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 53px; right: 0; min-width: 210px; padding: 18px; display: flex; flex-direction: column; gap: 12px; border-radius: 16px; background: var(--white); box-shadow: 0 18px 50px rgba(0,0,0,.17); }
  .mobile-menu nav a { padding: 8px 3px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 18px; }
  .hero { min-height: auto; padding: 112px 20px 60px; display: flex; flex-direction: column; gap: 52px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(68px, 21vw, 92px); }
  .hero-intro { margin-top: 30px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-row { margin-top: 47px; gap: 13px; justify-content: space-between; }
  .trust-row div { gap: 6px; }
  .trust-row b { font-size: 22px; }
  .trust-row span { font-size: 8px; }
  .hero-visual { width: 100%; min-height: 480px; }
  .hero-image-main { width: 80%; height: 470px; right: 0; }
  .hero-image-small { width: 45%; height: 260px; }
  .image-note { right: 16px; bottom: 18px; max-width: calc(100% - 32px); font-size: 14px; }
  .section { padding: 82px 20px; }
  .section-heading { margin-bottom: 40px; grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2, .experience h2, .booking-info h2, .faq-intro h2 { font-size: 49px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-description { min-height: 0; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 430px; }
  .experience-image::after { background: linear-gradient(transparent 65%, rgba(23,19,19,.55)); }
  .experience-copy { padding: 78px 20px; }
  .gallery-heading > a { justify-self: start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid figure:nth-child(even) { padding-bottom: 30px; }
  .local-seo-section { grid-template-columns: 1fr; gap: 46px; }
  .local-seo-copy h2 { font-size: 49px; }
  .local-seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-seo-grid article:last-child { grid-column: 1 / -1; }
  .booking-section { padding: 82px 20px; grid-template-columns: 1fr; gap: 45px; }
  .booking-info { justify-self: start; }
  .schedule-card div { align-items: flex-end; }
  .booking-form { padding: 30px 22px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .faq-list summary { font-size: 18px; }
  footer { padding: 60px 20px 24px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-links { margin: 42px 0 52px; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
  body.admin-bar .site-header { top: 56px; }
}

@media (min-width: 641px) and (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-description { min-height: 67px; }
  .booking-form { max-width: none; }
}

@media (max-width: 480px) {
  .hero { padding-inline: 16px; gap: 42px; }
  h1 { font-size: clamp(58px, 19vw, 76px); }
  .eyebrow { font-size: 9px; letter-spacing: .14em; }
  .hero-intro { font-size: 16px; line-height: 1.55; }
  .trust-row { gap: 9px; }
  .trust-row b { font-size: 20px; }
  .trust-row span { font-size: 7px; letter-spacing: .05em; }
  .hero-visual { min-height: 430px; }
  .hero-image-main { width: 88%; height: 420px; }
  .hero-image-small { width: 50%; height: 225px; border-width: 6px; }
  .image-note { display: none; }
  .section { padding: 72px 16px; }
  .section-heading h2, .experience h2, .booking-info h2, .faq-intro h2 { font-size: clamp(39px, 12vw, 48px); }
  .service-copy { padding: 24px 20px; }
  .experience-image { min-height: 390px; }
  .experience-tag { left: 14px; right: 14px; bottom: 14px; padding: 14px 16px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .experience-tag b { font-size: 21px; }
  .experience-tag span { padding-left: 0; border-left: 0; }
  .experience-copy { padding: 68px 16px; }
  .gallery-grid { gap: 10px; }
  .gallery-grid figure:nth-child(even) { padding-bottom: 18px; }
  .gallery-grid figcaption { font-size: 7px; letter-spacing: .08em; }
  .local-seo-copy h2 { font-size: clamp(39px, 12vw, 48px); }
  .local-seo-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .local-seo-actions .button { width: 100%; justify-content: center; text-align: center; }
  .local-seo-grid { grid-template-columns: 1fr; }
  .local-seo-grid article:last-child { grid-column: auto; }
  .local-seo-grid article { padding: 24px 22px; }
  .booking-section { padding: 72px 16px; }
  .schedule-card div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .schedule-card a, .schedule-card b { text-align: left; }
  .booking-form { padding: 28px 16px; }
  .faq-list summary { font-size: 17px; }
  footer { padding-inline: 16px; }
  .footer-links { gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .floating-whatsapp { padding-right: 12px; }
  .floating-whatsapp b { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body { font-family: "Manrope", Arial, Helvetica, sans-serif; }
h1, h2, h3,
.hero-intro,
.trust-row b,
.image-note,
.marquee span,
.experience-tag b,
.experience-copy li b,
.experience-copy li strong,
.schedule-card b,
.schedule-card a,
.form-heading > span,
.faq-list summary,
.footer-brand p,
.floating-whatsapp span,
.mobile-menu nav a {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}

h1 em, h2 em { font-style: normal; }

.header-cta,
.header-cta:visited,
.header-cta:hover,
.button-dark,
.button-dark:visited,
.button-dark:hover,
.submit-button,
.submit-button:hover,
.mobile-menu summary {
  color: #fffaf5 !important;
  opacity: 1 !important;
  text-shadow: 0 1px 1px rgba(61, 49, 46, .18);
}

.header-cta span,
.button-dark span,
.submit-button span {
  color: inherit !important;
  opacity: 1 !important;
}

.floating-whatsapp,
.floating-whatsapp:visited,
.floating-whatsapp:hover,
.floating-whatsapp b {
  color: #fbfaf9 !important;
  opacity: 1 !important;
}

.floating-whatsapp span {
  background: #fbfaf9 !important;
  color: #226d4b !important;
  opacity: 1 !important;
}
