:root{
  --red:#9d1f27;--red-dark:#65131a;--red-light:#c8323c;
  --yellow:#f2bd16;--yellow-soft:#fff1b6;--yellow-pale:#fff8df;
  --bg:#fffaf0;--bg-soft:#f6eee2;--surface:#fff;
  --text:#2d2522;--muted:#6e625c;--border:rgba(101,19,26,.14);
  --shadow-sm:0 12px 32px rgba(70,28,25,.08);--shadow-md:0 24px 65px rgba(70,28,25,.14);--shadow-lg:0 34px 90px rgba(70,28,25,.18);
  --radius-sm:14px;--radius-md:24px;--radius-lg:34px;--container:1180px;--header-height:78px
}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;width:100%;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:100px 0}.section-white{background:#fff}.section-soft{background:var(--bg-soft)}h1,h2,h3{color:var(--red-dark);font-weight:800;line-height:1.08;letter-spacing:-.04em}h1{font-size:clamp(2.8rem,6vw,5.3rem)}h2{font-size:clamp(2.15rem,4.5vw,3.8rem)}h3{font-size:1.3rem}p{color:var(--muted)}.lead{font-size:clamp(1rem,1.7vw,1.16rem);line-height:1.8}.skip-link{position:fixed;left:1rem;top:-60px;z-index:2000;padding:.8rem 1rem;background:#fff;color:var(--red-dark);border-radius:10px;transition:.2s}.skip-link:focus{top:1rem}.eyebrow{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--red);font-size:.76rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--yellow),var(--red))}.section-heading{max-width:780px;margin-bottom:3rem}.section-heading.center{margin-inline:auto;text-align:center}.section-heading.center .eyebrow{justify-content:center}.section-heading h2{margin:.35rem 0 1rem}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.35rem;border:1px solid transparent;border-radius:999px;font-size:.9rem;font-weight:850;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--red),var(--red-dark));box-shadow:0 16px 34px rgba(101,19,26,.23)}.btn-outline{color:var(--red-dark);background:#fff;border-color:rgba(101,19,26,.22)}.btn-light{color:var(--red-dark);background:#fff;box-shadow:var(--shadow-sm)}
.header{position:sticky;top:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;background:rgba(255,250,240,.92);border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:.18s ease}.header.scrolled{background:rgba(255,255,255,.97);border-bottom-color:var(--border);box-shadow:0 7px 28px rgba(70,28,25,.07)}.navbar{display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.brand img{width:58px;height:58px;object-fit:cover;border-radius:14px;border:2px solid rgba(242,189,22,.58);box-shadow:0 8px 22px rgba(101,19,26,.12)}.brand span{display:grid}.brand strong{color:var(--red-dark);font-size:.97rem;line-height:1.15}.brand small{color:var(--muted);font-size:.61rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.nav-menu{display:flex;align-items:center;gap:1.45rem}.nav-link{color:var(--muted);font-size:.85rem;font-weight:750}.nav-link:hover{color:var(--red)}.header-actions{display:flex;align-items:center;gap:.7rem}.header .btn{min-height:44px;padding:.65rem 1rem;font-size:.78rem}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--red-dark);cursor:pointer}
.hero{position:relative;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;overflow:hidden;padding:70px 0 95px;background:linear-gradient(135deg,#fffdf7 0%,#fff4c9 65%,#ffe99a 100%)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:before{width:430px;height:430px;left:-160px;top:-130px;background:rgba(157,31,39,.08)}.hero:after{width:520px;height:520px;right:-170px;bottom:-230px;border:1px solid rgba(157,31,39,.14)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:70px}.hero-badge{width:fit-content;display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.55rem .9rem;background:rgba(255,255,255,.84);border:1px solid var(--border);border-radius:999px;color:var(--red);font-size:.75rem;font-weight:850;box-shadow:var(--shadow-sm)}.hero-badge span{width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(242,189,22,.18)}.hero h1{margin-bottom:1.4rem}.hero h1 em{color:var(--red-light);font-style:normal}.hero-description{max-width:650px;margin-bottom:2rem;font-size:clamp(1.02rem,1.8vw,1.18rem);line-height:1.82}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.hero-highlights{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.hero-highlights div{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.84rem;font-weight:750}.hero-highlights span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red);box-shadow:var(--shadow-sm)}.hero-visual{position:relative;min-height:580px}.hero-image{position:absolute;inset:0 0 42px 36px;overflow:hidden;border:10px solid rgba(255,255,255,.78);border-radius:190px 190px 34px 34px;box-shadow:var(--shadow-lg)}.hero-image img{height:100%;object-fit:cover;object-position:center}.hero-card{position:absolute;z-index:3;bottom:0;left:0;width:min(345px,82%);display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.25rem;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.86);border-radius:22px;box-shadow:var(--shadow-md);backdrop-filter:blur(12px)}.hero-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-weight:900}.hero-card strong{display:block;color:var(--red-dark);margin-bottom:.2rem}.hero-card p{font-size:.8rem;line-height:1.5}
.trust-strip{position:relative;z-index:4;transform:translateY(-34px)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-md)}.trust-grid article{min-height:126px;display:flex;align-items:center;gap:1rem;padding:1.7rem;border-right:1px solid var(--border)}.trust-grid article:last-child{border-right:0}.trust-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow-soft);color:var(--red);font-size:1.12rem;font-weight:900}.trust-grid h3{font-family:inherit;font-size:.94rem;letter-spacing:0;margin-bottom:.25rem}.trust-grid p{font-size:.78rem;line-height:1.5}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.service-card{position:relative;min-height:320px;padding:1.6rem;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-sm);transition:.2s ease;overflow:hidden}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}.service-number{position:absolute;right:1.2rem;top:.8rem;color:rgba(157,31,39,.08);font-size:3.6rem;font-weight:900}.service-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:2.2rem;border-radius:18px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-size:1.2rem;font-weight:900;box-shadow:0 14px 25px rgba(101,19,26,.18)}.service-card:nth-child(even) .service-icon{background:var(--yellow-soft);color:var(--red-dark)}.service-card h3{min-height:52px;margin-bottom:.8rem}.service-card p{font-size:.86rem;line-height:1.7}.service-link{position:absolute;left:1.6rem;bottom:1.4rem;color:var(--red);font-size:.8rem;font-weight:850}
.about-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);align-items:center;gap:75px}.about-visual{position:relative;min-height:570px}.about-image-main{position:absolute;inset:0 80px 65px 0;overflow:hidden;border-radius:34px;box-shadow:var(--shadow-lg)}.about-image-main img,.about-image-secondary img{height:100%;object-fit:cover}.about-image-secondary{position:absolute;right:0;bottom:0;width:48%;height:250px;overflow:hidden;border:9px solid var(--bg-soft);border-radius:24px;box-shadow:var(--shadow-md)}.about-content h2{margin:.5rem 0 1.1rem}.about-content>p{margin-bottom:1rem}.about-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.6rem 0}.about-checks div{display:flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:750}.about-checks span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--red);color:#fff}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.journey-step{padding:2rem 1.8rem;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-sm)}.journey-step>span{width:56px;height:56px;display:grid;place-items:center;margin-bottom:1.2rem;border-radius:50%;background:var(--red);color:#fff;font-size:1.2rem;font-weight:900}.journey-step h3{margin-bottom:.65rem}.journey-step p{font-size:.86rem;line-height:1.7}
.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:250px 250px;gap:1rem}.gallery-item{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow-sm)}.gallery-item:first-child{grid-row:1/span 2}.gallery-item:last-child{grid-column:2/span 2}.gallery-item img{height:100%;object-fit:cover;transition:.4s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(73,13,18,.67))}.gallery-item figcaption{position:absolute;z-index:2;left:1rem;right:1rem;bottom:1rem;color:#fff;font-size:.78rem;font-weight:800}
.cta-section{position:relative;overflow:hidden;padding:90px 0;background:linear-gradient(135deg,var(--red-dark),var(--red));color:#fff}.cta-section:before{content:"";position:absolute;width:540px;height:540px;right:-160px;top:-280px;border:1px solid rgba(255,255,255,.13);border-radius:50%}.cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:50px}.cta-section .eyebrow{color:var(--yellow-soft)}.cta-section .eyebrow:before{background:var(--yellow)}.cta-section h2{max-width:780px;color:#fff;margin:.5rem 0 1rem}.cta-section p{max-width:680px;color:rgba(255,255,255,.75)}.cta-actions{display:grid;gap:.7rem;min-width:220px}
.location-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(400px,1.12fr);gap:2rem}.location-info{padding:2.4rem;background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow-sm)}.location-info h2{margin:.5rem 0 1rem}.contact-list{display:grid;gap:.75rem;margin:1.6rem 0}.contact-item{display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:.9rem;background:var(--bg);border:1px solid var(--border);border-radius:14px}.contact-item>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--red)}.contact-item strong{display:block;color:var(--red-dark);font-size:.82rem}.contact-item small{color:var(--muted);font-size:.8rem}.location-actions{display:flex;flex-wrap:wrap;gap:.7rem}.map-wrapper{min-height:550px;overflow:hidden;border-radius:30px;box-shadow:var(--shadow-md)}.map-wrapper iframe{width:100%;height:100%;min-height:550px;border:0}
.faq-list{max-width:850px;display:grid;gap:.75rem;margin-inline:auto}.faq-item{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 7px 24px rgba(70,28,25,.04)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.4rem;cursor:pointer;color:var(--red-dark);font-size:.92rem;font-weight:850;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow-soft);color:var(--red);transition:.18s ease}.faq-item[open] summary span{transform:rotate(45deg)}.faq-item>div{padding:0 1.4rem 1.3rem}.faq-item p{font-size:.87rem;line-height:1.7}.contact-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:2.6rem 3rem;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:30px;box-shadow:var(--shadow-lg)}.contact-banner h2{color:#fff;margin-bottom:.6rem}.contact-banner p{color:rgba(255,255,255,.74)}
.footer{padding:65px 0 25px;background:#2a1014;color:#fff}.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .95fr;gap:60px;padding-bottom:40px}.footer .brand{margin-bottom:1rem}.footer .brand strong{color:#fff}.footer .brand small{color:rgba(255,255,255,.48)}.footer-brand-column>p{max-width:390px;color:rgba(255,255,255,.58);font-size:.85rem}.footer h3{margin-bottom:1rem;color:#fff;font-family:inherit;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.footer-links{display:grid;gap:.65rem}.footer-links a{color:rgba(255,255,255,.65);font-size:.84rem}.footer-links a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.09)}.footer-bottom p,.footer-bottom a{color:rgba(255,255,255,.43);font-size:.72rem}.floating-whatsapp{position:fixed;z-index:900;right:22px;bottom:22px;width:60px;height:60px;display:grid;place-items:center;border:4px solid rgba(255,255,255,.92);border-radius:50%;background:#22ad5a;color:#fff;font-size:1.4rem;box-shadow:0 16px 35px rgba(0,0,0,.28)}.mobile-bottom-bar{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1080px){.nav-menu{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:42px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px 230px}.gallery-item:first-child{grid-column:1/span 2;grid-row:auto}.gallery-item:last-child{grid-column:1/span 2}.location-grid{grid-template-columns:1fr}.map-wrapper,.map-wrapper iframe{min-height:430px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-column{grid-column:1/span 2}}
@media(max-width:850px){:root{--header-height:70px}.section{padding:78px 0}.header-actions .btn{display:none}.menu-toggle{display:grid}.nav-menu{position:fixed;top:var(--header-height);left:0;right:0;height:calc(100vh - var(--header-height));display:flex;flex-direction:column;align-items:stretch;gap:0;padding:1.2rem;background:rgba(255,250,240,.99);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.18s ease}.nav-menu.open{opacity:1;visibility:visible;transform:none}.nav-link{padding:1rem .2rem;border-bottom:1px solid var(--border);color:var(--red-dark);font-size:1rem}.hero-grid,.about-grid,.cta-grid,.contact-banner{grid-template-columns:1fr}.hero-content{text-align:center}.hero-badge{margin-inline:auto}.hero-actions,.hero-highlights{justify-content:center}.hero-visual{width:min(100%,600px);margin-inline:auto}.about-visual{width:min(100%,620px);margin-inline:auto}.journey-grid{grid-template-columns:1fr}.cta-actions{display:flex;flex-wrap:wrap}.contact-banner{text-align:center}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:64px 0}.brand img{width:46px;height:46px}.brand strong{font-size:.86rem}.brand small{display:none}.hero{min-height:auto;padding:42px 0 72px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-highlights{display:grid;justify-content:flex-start;max-width:340px;margin-inline:auto;text-align:left}.hero-visual{min-height:470px}.hero-image{inset:0 0 42px 14px;border-radius:145px 145px 26px 26px}.hero-card{width:83%;padding:1rem}.trust-grid{grid-template-columns:1fr}.trust-grid article{border-right:0;border-bottom:1px solid var(--border)}.trust-grid article:last-child{border-bottom:0}.services-grid{grid-template-columns:1fr}.service-card{min-height:290px}.about-visual{min-height:480px}.about-image-main{inset:0 35px 65px 0}.about-image-secondary{width:55%;height:205px}.about-checks{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,260px)}.gallery-item:first-child,.gallery-item:last-child{grid-column:auto}.cta-actions{display:grid}.cta-actions .btn{width:100%}.location-info{padding:1.5rem 1.15rem}.location-actions{display:grid}.location-actions .btn{width:100%}.map-wrapper,.map-wrapper iframe{min-height:350px}.contact-banner{padding:2rem 1.2rem}.contact-banner .btn{width:100%}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand-column{grid-column:auto}.footer-bottom{flex-direction:column}.floating-whatsapp{display:none}.mobile-bottom-bar{position:fixed;z-index:1200;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.55rem .65rem calc(.55rem + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid var(--border);box-shadow:0 -10px 30px rgba(70,28,25,.11)}.mobile-action{min-height:52px;display:flex;align-items:center;justify-content:center;gap:.45rem;border-radius:14px;font-size:.78rem;font-weight:900}.mobile-action span{font-size:1rem}.mobile-whatsapp{background:#22ad5a;color:#fff}.mobile-map{background:var(--yellow);color:var(--red-dark)}}
@media(max-width:380px){.container{width:calc(100% - 22px)}h1{font-size:2.55rem}.hero{padding-top:34px}.hero-description{font-size:.97rem}.hero-visual{min-height:420px}.hero-card{width:90%;grid-template-columns:1fr;text-align:left}.hero-card-icon{width:42px;height:42px}.trust-grid article{padding:1.25rem}.service-card{padding:1.3rem}.contact-banner{padding:1.7rem 1rem}.mobile-action{font-size:.72rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
