:root {
  --pink: #e35f86;
  --pink-dark: #bf3e67;
  --pink-deep: #8f1647;
  --pink-soft: #fbe8ee;
  --ink: #24191f;
  --muted: #74666d;
  --white: #fff;
  --surface: #fffafa;
  --border: #ead9df;
  --shadow: 0 24px 70px rgba(69, 26, 43, .16);
  --radius: 28px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: white; font-family: "Montserrat", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
h1, h2 { font-family: "Anton", sans-serif; font-weight: 400; letter-spacing: .005em; }
h1 { font-size: clamp(3.35rem, 5.9vw, 5.9rem); }
h2 { font-size: clamp(3rem, 5vw, 4.8rem); }
h3 { font-size: 1.35rem; }
.eyebrow { margin-bottom: 12px; color: var(--pink-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: white; opacity: .84; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; border: 0; border-radius: 12px; background: var(--pink); color: white; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; box-shadow: 0 14px 30px rgba(223, 79, 124, .28); }
.button:hover, .button:focus-visible { background: var(--pink-dark); transform: translateY(-3px); box-shadow: 0 18px 38px rgba(181, 50, 92, .34); }
.button-small { min-height: 50px; padding-inline: 24px; font-size: .85rem; }
.button-wide { min-width: 260px; }
.button-full { width: 100%; }

.site-header { position: absolute; inset: 28px 0 auto; z-index: 50; }
.nav-shell { min-height: 102px; padding: 14px 28px; display: flex; align-items: center; gap: 24px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.brand { flex: 0 0 auto; display: inline-flex; }
.brand img { width: 92px; height: 74px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 38px; }
.main-nav a { position: relative; color: var(--pink-dark); font-weight: 700; font-size: .91rem; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--pink); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.language-toggle { padding: 9px 11px; border: 1px solid var(--border); border-radius: 10px; background: white; color: var(--ink); font-weight: 700; cursor: pointer; }
.language-other { color: var(--muted); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 5px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 800px; padding: 170px 0 40px; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(76,20,42,.62), rgba(101,31,56,.18)), url("assets/hero-background.png") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(66,19,37,.12)); pointer-events: none; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: end; gap: 12px; }
.hero-copy { position: relative; z-index: 4; align-self: center; max-width: 610px; padding-bottom: 30px; }
.hero-copy .eyebrow { color: white; opacity: .86; }
.hero-copy h1 { margin-bottom: 24px; text-shadow: 0 5px 22px rgba(0,0,0,.2); }
.hero-text { max-width: 570px; font-size: 1.03rem; font-weight: 600; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.phone-link { color: white; font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.hero-visual { position: relative; z-index: 2; height: 600px; align-self: end; }
.hero-van { position: absolute; left: -110px; bottom: 25px; width: 690px; z-index: 1; filter: drop-shadow(0 22px 22px rgba(0,0,0,.18)); animation: van-enter 1.25s .2s cubic-bezier(.2,.75,.25,1) both; }
.hero-worker { position: absolute; right: -305px; bottom: -85px; width: 720px; max-width: none; z-index: 2; filter: drop-shadow(0 22px 22px rgba(0,0,0,.16)); animation: worker-enter 1.1s .45s cubic-bezier(.2,.75,.25,1) both; }
.hero-enter { animation: copy-enter .85s cubic-bezier(.2,.75,.25,1) both; }
.hero-enter-1 { animation-delay: .15s; }.hero-enter-2 { animation-delay: .28s; }.hero-enter-3 { animation-delay: .41s; }.hero-enter-4 { animation-delay: .54s; }
.hero-scroll { position: absolute; z-index: 5; bottom: 24px; left: 50%; width: 26px; height: 44px; border: 2px solid rgba(255,255,255,.65); border-radius: 18px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 3px; background: white; transform: translateX(-50%); animation: scroll-cue 1.8s infinite; }
@keyframes copy-enter { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: translateY(0); } }
@keyframes van-enter { from { opacity: 0; transform: translateX(-150px) scale(.94); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes worker-enter { from { opacity: 0; transform: translateX(150px) scale(.94); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes scroll-cue { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,17px); } }

.section-pink { color: white; background: var(--pink); }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }
.about-image-wrap { position: relative; max-width: 440px; margin-inline: auto; }
.about-image { width: 100%; aspect-ratio: .76; object-fit: cover; border-radius: 80px 80px 24px 80px; box-shadow: 0 30px 70px rgba(91,22,48,.3); }
.experience-badge { position: absolute; right: -50px; bottom: 48px; width: 170px; padding: 22px; color: var(--ink); background: white; border-radius: 20px; box-shadow: var(--shadow); }
.experience-badge strong { display: block; color: var(--pink-dark); font-family: "Anton"; font-size: 3rem; line-height: 1; }
.experience-badge span { display: block; margin-top: 8px; font-size: .77rem; font-weight: 700; line-height: 1.35; }
.about-copy p { max-width: 680px; }
.about-copy h2 { margin-bottom: 24px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 36px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 25px; height: 25px; display: grid; place-items: center; color: var(--pink-dark); background: white; border-radius: 50%; font-size: .75rem; }

.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.service-card { min-height: 315px; display: grid; grid-template-columns: 45% 55%; overflow: hidden; color: white; background: var(--pink); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .35s ease, box-shadow .35s ease; }
.service-card:nth-child(2), .service-card:nth-child(3) { background: var(--pink-deep); }
.service-card:hover { transform: translateY(-9px); box-shadow: 0 30px 75px rgba(96,30,55,.22); }
.service-visual { position: relative; min-height: 315px; overflow: hidden; background: white; }
.service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(227,95,134,.28)); pointer-events: none; }
.service-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; transition: transform .6s ease; }
.service-visual--equipment img { object-fit: contain; padding: 18px; }
.service-card:hover .service-visual img { transform: scale(1.07); }
.service-content { position: relative; padding: 36px 30px; display: flex; flex-direction: column; justify-content: center; }
.service-content > span { position: absolute; right: 22px; top: 16px; color: rgba(255,255,255,.2); font-family: "Anton"; font-size: 4rem; line-height: 1; }
.service-content h3 { position: relative; margin-bottom: 15px; font-family: "Anton"; font-size: 2.15rem; font-weight: 400; }
.service-content p { position: relative; margin: 0; font-size: .91rem; }

.reviews { color: white; background: var(--pink); overflow: hidden; }
.reviews .container { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; }
.reviews-heading h2 { margin: 0; }
.reviews-heading h2 span, .reviews-heading h2 strong { display: block; font: inherit; }
.reviews-heading h2 strong { color: var(--pink-deep); -webkit-text-stroke: 1px rgba(255,255,255,.15); }
.review-controls { margin-top: 34px; display: flex; gap: 12px; }
.review-arrow { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: transparent; font-size: 1.35rem; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.review-arrow:hover { color: var(--pink-dark); background: white; transform: translateY(-2px); }
.review-slider { min-width: 0; overflow: hidden; }
.review-track { display: flex; transition: transform .65s cubic-bezier(.2,.75,.25,1); }
.review-card { flex: 0 0 100%; min-height: 360px; padding: 54px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: white; border-radius: 34px 34px 34px 8px; box-shadow: 0 25px 65px rgba(84,24,47,.25); }
.review-card img { width: 110px; margin-bottom: 28px; }
.review-card blockquote { margin: 0 0 30px; font-size: 1.05rem; line-height: 1.8; }
.review-card cite { color: var(--pink-dark); font-style: normal; font-weight: 800; }
.review-dots { margin-top: 22px; display: flex; justify-content: center; gap: 9px; }
.review-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s ease, background .25s ease; }
.review-dot.is-active { width: 28px; border-radius: 8px; background: white; }

.process { background: var(--surface); }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.process-grid li { position: relative; min-height: 300px; padding: 42px 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(75,32,48,.07); transition: transform .3s ease, color .3s ease, background .3s ease; }
.process-grid li::after { content: ""; position: absolute; inset: auto -30px -55px auto; width: 150px; height: 150px; border: 30px solid var(--pink-soft); border-radius: 50%; transition: transform .4s ease; }
.process-grid li:hover { color: white; background: var(--pink); transform: translateY(-8px); }
.process-grid li:hover::after { transform: scale(1.2); opacity: .25; }
.step-number { position: relative; z-index: 1; color: var(--pink); font-family: "Anton"; font-size: 4rem; line-height: 1; }
.process-grid li:hover .step-number { color: white; }
.process-grid li > div { position: relative; z-index: 1; }
.process-grid h3 { margin: 26px 0 12px; font-family: "Anton"; font-size: 2rem; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); }
.process-grid li:hover p { color: white; }

.faq { background: var(--pink-soft); overflow: hidden; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 28px; }
.faq-intro img { width: 300px; margin: 25px auto -100px; }
.accordion { display: grid; gap: 15px; }
.accordion details { overflow: hidden; padding: 0 26px; background: white; border: 1px solid var(--border); border-radius: 17px; box-shadow: 0 8px 24px rgba(92,41,59,.05); }
.accordion summary { padding: 24px 45px 24px 0; list-style: none; position: relative; cursor: pointer; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 17px; color: var(--pink-dark); font-size: 1.8rem; transition: transform .25s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion details[open] > div { grid-template-rows: 1fr; }
.accordion details > div > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); }
.accordion details[open] > div > p { padding: 0 20px 23px 0; }

.quote { position: relative; color: white; background: var(--pink); overflow: hidden; }
.quote::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 50%, rgba(255,255,255,.14), transparent 33%); pointer-events: none; }
.quote-shell { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 85px; align-items: center; }
.quote-copy { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.quote-copy > p:not(.eyebrow) { max-width: 570px; }
.quote-copy > img { position: absolute; left: -145px; bottom: -110px; width: 410px; opacity: .38; pointer-events: none; }
.direct-contact { position: relative; z-index: 1; margin-top: 24px; display: grid; gap: 9px; }
.direct-contact a { width: fit-content; color: white; font-weight: 700; }
.brand-e { color: #111; font-weight: 900; }
.quote-form { position: relative; z-index: 2; padding: 40px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: 0 28px 75px rgba(82,24,43,.3); }
.form-row { margin-bottom: 17px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; padding: 13px 14px; border: 1px solid #d9cbd1; border-radius: 10px; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(227,95,134,.16); }
.two-fields { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .86rem; font-weight: 600; text-align: center; }
.form-status.success { color: #157347; }.form-status.error { color: #b42318; }

.site-footer { padding: 68px 0 24px; color: white; background: #21181e; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 50px; }
.footer-brand img { width: 110px; padding: 10px; background: white; border-radius: 14px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: #f2a0b9; }
.footer-grid p { margin-bottom: 6px; font-size: .88rem; }
.footer-grid a { text-decoration: none; overflow-wrap: anywhere; }
.footer-bottom { margin-top: 42px; padding-top: 21px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; display: grid; place-items: center; background: #25d366; border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.24); transition: transform .25s ease; animation: whatsapp-pulse 2.4s infinite; }
.whatsapp:hover { transform: scale(1.08); }
.whatsapp svg { width: 35px; fill: white; }
@keyframes whatsapp-pulse { 0%,100% { box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 0 0 rgba(37,211,102,.35); } 50% { box-shadow: 0 14px 34px rgba(0,0,0,.24), 0 0 0 13px rgba(37,211,102,0); } }

.reveal { opacity: 0; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); will-change: opacity, transform; }
.reveal-up { transform: translateY(55px); }.reveal-down { transform: translateY(-35px); }.reveal-left { transform: translateX(-65px); }.reveal-right { transform: translateX(65px); }.reveal-scale { transform: scale(.82); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { inset-block-start: 14px; }
  .nav-shell { min-height: 82px; }
  .brand img { width: 76px; height: 62px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; z-index: -1; margin: 0; padding: 130px 30px 40px; flex-direction: column; justify-content: center; gap: 28px; background: white; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: 1.35rem; }
  .nav-actions .button { display: none; }
  .hero { min-height: 760px; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 620px; }
  .hero-copy { max-width: 680px; padding-bottom: 105px; }
  .hero-visual { position: absolute; right: 0; bottom: 0; width: 58%; height: 480px; opacity: .74; }
  .hero-van { left: -115px; width: 570px; }
  .hero-worker { right: -236px; bottom: -70px; width: 580px; }
  .about-grid, .quote-shell { gap: 55px; }
  .reviews .container { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .faq-intro img { display: none; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .nav-shell { padding-inline: 14px; gap: 10px; }
  .brand img { width: 66px; height: 55px; }
  .language-toggle { padding-inline: 7px; }
  .hero { min-height: 875px; padding-top: 125px; background-position: 55% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(62,17,34,.31); }
  .hero-grid { position: relative; min-height: 740px; }
  .hero-copy { padding-bottom: 330px; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-text { font-size: .94rem; }
  .hero-visual { width: 100%; height: 370px; opacity: 1; }
  .hero-van { left: -75px; bottom: 15px; width: 475px; }
  .hero-worker { right: -153px; bottom: -45px; width: 410px; }
  .hero-scroll { display: none; }
  .about-grid, .reviews .container, .quote-shell, .footer-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .about-image-wrap { max-width: 335px; }
  .experience-badge { right: -8px; bottom: 24px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 42% 58%; min-height: 255px; }
  .service-visual { min-height: 255px; }
  .service-content { padding: 27px 20px; }
  .service-content h3 { font-size: 1.65rem; }
  .reviews .container { gap: 35px; }
  .reviews-heading { text-align: center; }
  .review-controls { justify-content: center; }
  .review-card { min-height: 390px; padding: 36px 28px; }
  .process-grid li { min-height: 250px; }
  .quote-form { padding: 28px 21px; }
  .quote-copy > img { display: none; }
  .two-fields { grid-template-columns: 1fr; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 470px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button-wide { width: 100%; min-width: 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-visual { min-height: 205px; }
  .service-content { min-height: 220px; }
  .whatsapp { right: 15px; bottom: 15px; width: 56px; height: 56px; }
}

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