:root {
  --plum: #7d2f62;
  --plum-dark: #3b2333;
  --pink: #eba4c4;
  --pink-soft: #fbe8f0;
  --green: #728f4e;
  --green-dark: #526b35;
  --green-soft: #edf4df;
  --cream: #fffaf5;
  --paper: #ffffff;
  --ink: #30252d;
  --muted: #756a71;
  --line: #eadfe5;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --shadow: 0 24px 70px rgba(65, 38, 54, .13);
  --radius-lg: 42px;
  --radius-md: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; padding: 12px 18px; color: white; background: var(--plum); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--plum); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.35rem, 6.5vw, 6.55rem); }
h2 { font-size: clamp(2.55rem, 4.6vw, 4.7rem); }
h1 em { color: var(--plum); font-weight: 600; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 250, 245, .9); border-bottom: 1px solid rgba(234, 223, 229, .78); backdrop-filter: blur(16px); }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-logo { width: 60px; height: 60px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.05rem; white-space: nowrap; }
.brand-copy small { margin-top: 4px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--plum); }
.main-nav .nav-cta { padding: 12px 18px; color: white; background: var(--plum); border-radius: 999px; box-shadow: 0 10px 24px rgba(125, 47, 98, .21); }
.main-nav .nav-cta:hover { color: white; background: var(--plum-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: white; border-radius: 15px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; padding: 84px 0 68px; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(235, 164, 196, .2), transparent 29%), radial-gradient(circle at 12% 80%, rgba(114, 143, 78, .12), transparent 30%), var(--cream); }
.hero-decoration { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero-decoration-one { width: 400px; height: 400px; right: -190px; top: 80px; background: rgba(237, 244, 223, .8); }
.hero-decoration-two { width: 230px; height: 230px; left: -110px; bottom: -80px; background: rgba(251, 232, 240, .95); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: 75px; align-items: center; }
.hero-copy > p { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 0; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-whatsapp { color: white; background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); box-shadow: 0 15px 30px rgba(37, 211, 102, .24); }
.button-whatsapp:hover { box-shadow: 0 20px 38px rgba(37, 211, 102, .32); }
.button-secondary { color: var(--plum); background: white; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(65, 38, 54, .07); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 0; margin: 26px 0 0; list-style: none; }
.hero-badges li { position: relative; padding-left: 20px; color: #655961; font-size: .84rem; font-weight: 700; }
.hero-badges li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-image-card { position: relative; width: min(100%, 530px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 48% 52% 46% 54% / 52% 44% 56% 48%; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(251,232,240,.78)); border: 1px solid rgba(255,255,255,.96); box-shadow: var(--shadow); animation: blob 9s ease-in-out infinite; }
.hero-image-card::after { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(125,47,98,.15); border-radius: inherit; }
.hero-image-card img { position: relative; z-index: 2; width: 91%; filter: drop-shadow(0 18px 22px rgba(70, 44, 58, .13)); }
.spark { position: absolute; z-index: 3; color: #d6a64b; font-size: 1.5rem; animation: twinkle 2.5s ease-in-out infinite; }
.spark-one { top: 15%; left: 13%; }
.spark-two { top: 20%; right: 11%; animation-delay: .7s; }
.spark-three { bottom: 16%; right: 18%; animation-delay: 1.25s; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; max-width: 240px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 19px; background: rgba(255,255,255,.94); box-shadow: 0 20px 45px rgba(65,38,54,.14); backdrop-filter: blur(12px); }
.floating-card-top { right: -18px; top: 16%; }
.floating-card-bottom { left: -22px; bottom: 15%; }
.floating-icon { font-size: 1.45rem; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--plum-dark); font-family: "Playfair Display", Georgia, serif; line-height: 1.15; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
@keyframes blob { 0%,100% { border-radius: 48% 52% 46% 54% / 52% 44% 56% 48%; } 50% { border-radius: 55% 45% 54% 46% / 45% 56% 44% 55%; } }
@keyframes twinkle { 0%,100% { opacity: .4; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.16); } }

.quick-contact { position: relative; z-index: 3; padding: 0 0 24px; }
.quick-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(114,143,78,.16); border-radius: 23px; background: var(--green-soft); box-shadow: 0 15px 40px rgba(82,107,53,.08); }
.quick-contact-grid > * { display: grid; gap: 3px; padding: 22px 28px; text-decoration: none; border-right: 1px solid rgba(114,143,78,.18); }
.quick-contact-grid > *:last-child { border-right: 0; }
.quick-contact-grid span { color: #71805f; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.quick-contact-grid strong { color: var(--green-dark); font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; }

.section { padding: 104px 0; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading p { max-width: 650px; margin: 20px auto 0; color: var(--muted); }
.services-section { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 358px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 16px 44px rgba(65,38,54,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(125,47,98,.25); box-shadow: 0 24px 55px rgba(65,38,54,.12); }
.service-number { position: absolute; top: 15px; right: 21px; color: rgba(125,47,98,.09); font-family: "Playfair Display", Georgia, serif; font-size: 3.3rem; font-weight: 700; line-height: 1; }
.service-icon { position: relative; z-index: 1; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 19px; background: var(--pink-soft); font-size: 1.62rem; }
.service-card:nth-child(2) .service-icon { background: #f0e8f8; }
.service-card:nth-child(3) .service-icon { background: var(--green-soft); }
.service-card:nth-child(4) .service-icon { background: #e8f5f2; }
.service-card h3 { margin: 24px 0 10px; font-family: "Playfair Display", Georgia, serif; font-size: 1.48rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.service-card a { margin-top: auto; padding-top: 25px; color: var(--plum); font-size: .86rem; font-weight: 800; text-decoration: none; }
.service-card a span { transition: margin-left .2s ease; }
.service-card a:hover span { margin-left: 5px; }

.results-section { color: white; background: var(--plum-dark); }
.light-heading .eyebrow { color: var(--pink); }
.light-heading p { color: rgba(255,255,255,.67); }
.before-after-grid { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 0; }
.result-card { position: relative; margin: 0; overflow: hidden; border-radius: 30px; background: white; box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.result-card img { width: 100%; height: 430px; object-fit: cover; }
.result-card figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 17px; color: var(--ink); background: rgba(255,255,255,.92); border-radius: 16px; backdrop-filter: blur(10px); }
.result-card figcaption span { font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; font-weight: 700; }
.result-card figcaption small { color: var(--muted); text-align: right; }
.before-card figcaption span { color: var(--plum); }
.after-card figcaption span { color: var(--green-dark); }
.result-arrow { position: relative; z-index: 5; width: 70px; height: 70px; display: grid; place-items: center; margin-inline: auto; color: var(--plum-dark); background: var(--pink); border: 8px solid var(--plum-dark); border-radius: 50%; font-size: 1.8rem; font-weight: 900; }
.results-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.1); }
.results-note div { padding: 23px 25px; background: rgba(255,255,255,.045); }
.results-note strong, .results-note span { display: block; }
.results-note strong { color: var(--pink); font-family: "Playfair Display", Georgia, serif; font-size: 1.18rem; }
.results-note span { margin-top: 4px; color: rgba(255,255,255,.65); font-size: .84rem; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.about-media { position: relative; max-width: 570px; }
.about-photo { padding: 24px; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--pink-soft), var(--green-soft)); box-shadow: var(--shadow); }
.about-photo img { border-radius: 27px; }
.about-stamp { position: absolute; right: -28px; bottom: 35px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; color: white; background: var(--plum); border: 8px solid white; border-radius: 50%; box-shadow: 0 20px 38px rgba(65,38,54,.22); transform: rotate(5deg); }
.about-stamp strong { font-family: "Playfair Display", Georgia, serif; font-size: 2.25rem; line-height: 1; }
.about-stamp span { margin-top: 4px; font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.about-copy > p { color: var(--muted); font-size: 1.02rem; }
.value-list { display: grid; gap: 15px; margin-top: 28px; }
.value-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 15px 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.value-list > div > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--plum); background: var(--pink-soft); border-radius: 15px; font-size: 1.3rem; font-weight: 800; }
.value-list strong, .value-list small { display: block; }
.value-list strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; }
.value-list small { margin-top: 3px; color: var(--muted); }

.coverage-section { background: linear-gradient(135deg, #f5f9ec, #fff7fa); }
.coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.coverage-copy > p { max-width: 580px; color: var(--muted); font-size: 1.02rem; }
.coverage-help { margin-bottom: 26px; font-weight: 700; }
.coverage-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.coverage-cards article { position: relative; min-height: 280px; padding: 32px; overflow: hidden; border: 1px solid rgba(114,143,78,.18); border-radius: 30px; background: white; box-shadow: 0 18px 48px rgba(82,107,53,.09); }
.coverage-cards article::after { content: ""; position: absolute; width: 150px; height: 150px; right: -55px; bottom: -55px; border-radius: 50%; background: var(--green-soft); }
.location-pin { display: grid; width: 44px; height: 44px; place-items: center; color: var(--plum); background: var(--pink-soft); border-radius: 14px; }
.coverage-cards small { display: block; margin-top: 34px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.coverage-cards h3 { margin: 6px 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; }
.coverage-cards p { position: relative; z-index: 2; margin: 0; color: var(--muted); }

.process-section { background: var(--cream); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.process-list li { min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 15px 40px rgba(65,38,54,.05); }
.process-list > li > span { width: 50px; height: 50px; display: grid; place-items: center; color: white; background: var(--plum); border-radius: 16px; font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.process-list h3 { margin: 23px 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.quote-section { background: linear-gradient(180deg, #fff, #f8edf2); }
.quote-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; padding: 62px; border: 1px solid rgba(234,223,229,.9); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.quote-copy > p { color: var(--muted); }
.contact-list { display: grid; gap: 10px; margin-top: 26px; }
.contact-list a { display: grid; gap: 2px; padding: 14px 15px; color: inherit; background: var(--cream); border: 1px solid var(--line); border-radius: 15px; text-decoration: none; }
.contact-list span { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.contact-list strong { color: var(--plum); font-size: .92rem; }
.quote-form { display: grid; gap: 9px; }
.quote-form label { color: var(--ink); font-size: .82rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.quote-form textarea { min-height: 115px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { background: white; border-color: var(--plum); box-shadow: 0 0 0 4px rgba(125,47,98,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row > div { display: grid; gap: 9px; }
.button-full { width: 100%; margin-top: 8px; }
.form-status { min-height: 22px; margin: 0; color: var(--green-dark); font-size: .82rem; font-weight: 700; }

.site-footer { padding: 58px 0 22px; color: #f6edf2; background: #2d1d28; }
.footer-top { display: grid; grid-template-columns: 1.35fr .7fr .9fr 1fr; gap: 45px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #b6ce8e; }
.footer-brand-block > p { max-width: 300px; color: rgba(255,255,255,.57); font-size: .9rem; }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h3 { margin: 8px 0 10px; color: var(--pink); font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.67); font-size: .86rem; text-decoration: none; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom a { color: rgba(255,255,255,.65); text-decoration: none; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px; color: white; background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)); border-radius: 999px; box-shadow: 0 18px 40px rgba(18,140,74,.32); text-decoration: none; font-size: .84rem; font-weight: 800; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .8rem; }
  .hero-grid { gap: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 74px; }
  .brand-logo { width: 52px; height: 52px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; font-size: .9rem; }
  .main-nav .nav-cta { text-align: center; }
  .hero { padding-top: 58px; }
  .hero-grid, .about-grid, .coverage-grid, .quote-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .hero-image-card { width: min(92vw, 500px); }
  .quick-contact-grid { grid-template-columns: 1fr; }
  .quick-contact-grid > * { border-right: 0; border-bottom: 1px solid rgba(114,143,78,.18); }
  .quick-contact-grid > *:last-child { border-bottom: 0; }
  .before-after-grid { grid-template-columns: 1fr; gap: 18px; }
  .result-arrow { transform: rotate(90deg); }
  .result-card img { height: 410px; }
  .results-note { grid-template-columns: 1fr; }
  .about-media { margin-inline: auto; }
  .coverage-grid, .quote-card { gap: 42px; }
  .quote-card { padding: 44px; }
}

@media (max-width: 620px) {
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { font-size: .57rem; }
  .hero { padding: 42px 0 55px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.45rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-badges { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 405px; }
  .floating-card { max-width: 195px; padding: 11px 13px; }
  .floating-card-top { top: 6%; right: -2px; }
  .floating-card-bottom { left: -2px; bottom: 5%; }
  .floating-card strong { font-size: .85rem; }
  .floating-card small { font-size: .64rem; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .service-grid, .coverage-cards, .process-list, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .result-card img { height: 310px; }
  .result-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .result-card figcaption small { text-align: left; }
  .about-stamp { width: 112px; height: 112px; right: -5px; bottom: 20px; border-width: 6px; }
  .about-stamp strong { font-size: 1.7rem; }
  .quote-card { padding: 30px 20px; border-radius: 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 58px; height: 58px; justify-content: center; padding: 0; border-radius: 50%; }
  .floating-whatsapp span { display: none; }
}

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