@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&family=Manrope:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@400;600;700&display=swap";:root{color-scheme:light;--bg: #f7f1e8;--bg-alt: #ede2d5;--ink: #201a14;--muted: #6e6457;--brand: #8b5e3c;--brand-dark: #5f3e27;--accent: #c9a26b;--paper: #ffffff;--shadow: 0 12px 30px rgba(32, 26, 20, .12);--radius: 28px;--content-width: 1100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 20% 20%,#fdf8f2 0%,var(--bg) 55%,#e8ddd2 100%);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}.page{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f1ead9;border-bottom:1px solid rgba(28,27,25,.08)}.site-header__inner{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding:1rem 1.5rem}.site-header__top{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__brand{display:flex;align-items:center;gap:.9rem;font-weight:600}.site-header__brand span{display:block;font-size:.8rem;color:var(--muted)}.site-header__logo{width:130px;height:44px;object-fit:contain}.site-header__nav{width:100%;font-size:.85rem;color:var(--muted)}.site-header__nav-list{display:none;flex-direction:column;gap:.65rem;padding:.9rem 1rem 1.1rem;background:#fff;border-radius:18px;box-shadow:0 14px 30px #00000014}.site-header__nav-list.is-open{display:flex}.site-header__nav-list a{color:var(--ink);font-weight:600}.menu-toggle{border:1px solid rgba(28,27,25,.18);background:#fff;color:var(--ink);border-radius:5px;padding:.5rem .6rem;display:grid;gap:.25rem}.menu-toggle span{width:22px;height:2px;border-radius:999px;background:var(--brand-dark)}.site-header__nav a{transition:color .2s ease}.site-header__nav a:hover{color:var(--brand)}.hero{position:relative}.hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding:3.5rem 1.5rem 3rem}.hero__content{display:grid;gap:1.5rem;animation:rise .9s ease-out both}.badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.5rem 1rem;border-radius:999px;background:var(--brand);color:#fff;width:fit-content}.animate-pulse{width:10px;height:10px;display:inline-block;background:#22c55e;border-radius:9999px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.hero h1{font-family:"IBM Plex Serif",serif;font-size:clamp(2rem,7vw,2.8rem);line-height:1.1}.hero__subtitle{font-size:1rem;color:var(--muted);max-width:32rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.hero__checks{display:grid;gap:.6rem;color:var(--muted);font-size:.9rem}.hero__checks span:before{content:"✔";color:var(--brand);font-weight:700;margin-right:.6rem}.seal{padding:.7rem 1.2rem;font-size:.85rem;font-weight:600;letter-spacing:.04em;display:inline-flex;align-items:center}.seal__image{height:100px;width:auto;display:block}.hero__image{position:relative;min-height:300px;display:grid;place-items:center}.hero__glow{position:absolute;inset:10% 5% 5% 10%;background:radial-gradient(circle at 30% 30%,rgba(154,31,46,.3),transparent 70%);filter:blur(20px)}.hero__photo{width:min(320px,90%);aspect-ratio:3 / 4;border-radius:32px;border:6px solid rgba(255,255,255,.7);box-shadow:var(--shadow);overflow:hidden;background:#f3ebe2;display:grid;place-items:center}.hero__photo img{width:100%;height:100%;object-fit:cover;display:block}.section{display:grid;gap:2.5rem;animation:rise .9s ease-out both}.section__inner{display:grid;gap:2.5rem;padding:3rem 1.5rem}.section--light{background:var(--bg-alt)}.section--dark{background:#171412;color:#f5ede6}.section__header{display:grid;gap:.7rem;max-width:720px}.section__header h2{font-family:Fraunces,serif;font-size:clamp(1.7rem,6vw,2.4rem)}.section__subtitle{color:var(--muted);max-width:520px}.section--dark .section__subtitle,.section--dark .eyebrow,.section--dark .prose{color:#f5ede6bf}.eyebrow{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brand-dark);font-weight:600}.chips{display:flex;flex-wrap:wrap;gap:.8rem}.chip{background:#fff;border:1px solid rgba(28,27,25,.12);padding:.8rem 1.4rem;border-radius:999px;font-weight:600;box-shadow:0 8px 20px #0000000f}.grid{display:grid;gap:1.5rem}.grid--two,.grid--three,.grid--steps{grid-template-columns:1fr}.card{background:var(--paper);padding:1.6rem;border-radius:var(--radius);box-shadow:0 10px 24px #0000000f;font-weight:600}.section--dark .card{background:#ffffff14;color:#fff}.step{padding:1.8rem;border-radius:var(--radius);background:#fff;box-shadow:0 10px 22px #0000000f;display:grid;gap:.8rem}.step h3{font-family:Fraunces,serif;font-size:1.2rem}.quote{background:#fff;padding:1.6rem;border-radius:var(--radius);box-shadow:0 12px 26px #00000014;display:grid;gap:1rem;font-size:.95rem}.quote span{font-weight:700;color:var(--brand-dark)}.section__cta{display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.6rem;border-radius:999px;font-weight:700;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease;font:inherit;cursor:pointer}.btn--primary{background:linear-gradient(135deg,#9b6a44,#7b4f33);color:#fff;border-color:#7b4f3366;box-shadow:0 12px 24px #7b4f3347;animation:subtleGlow 2.2s ease-in-out infinite}.btn--contrast{background:#fff;color:var(--brand-dark);border-color:#5f3e2740;box-shadow:0 10px 22px #5f3e2726;animation:subtleGlow 2.6s ease-in-out infinite}.btn--small{background:var(--brand-dark);color:#fff;padding:.6rem 1.1rem;font-size:.85rem}@media(max-width:767px){.site-header .btn--small{display:none}}.btn:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 18px 34px #00000029}.btn:active{transform:translateY(-1px) scale(.99)}.btn--primary:hover,.btn--contrast:hover{filter:brightness(1.08) saturate(1.05)}.prose{display:grid;gap:1.2rem;max-width:720px}.section--contact{background:linear-gradient(120deg,#f3e4d5,#fefaf6 70%)}.contact{background:#fff;border-radius:var(--radius);padding:1.8rem;box-shadow:0 12px 26px #00000014;display:grid;gap:1.5rem;align-items:center;grid-template-columns:1fr}.footer{background:#171412;color:#f5ede6b3}.footer__inner{padding:2.5rem 1.5rem 3rem}.site-header__inner,.hero__inner,.section__inner,.footer__inner{width:100%;max-width:var(--content-width);margin:0 auto}.footer__inner{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem}.popup{position:fixed;right:.2rem;bottom:1rem;display:flex;justify-content:center;max-width:242px;z-index:10;animation:floatIn .5s ease-out both;transition:opacity .25s ease,transform .25s ease}.popup.is_hidden{animation:fadeOutDown .25s ease-in both;opacity:0!important;pointer-events:none;transform:translateY(12px)}.popup__button{border:none;background:transparent;display:grid;grid-template-columns:1fr 64px;align-items:center;gap:.8rem;padding:0;cursor:pointer;text-align:left}.popup__bubble{background:#fff;border-radius:14px;padding:.8rem 1rem;box-shadow:0 12px 24px #0000001f;font-size:.88rem;display:grid;gap:.2rem}.popup__bubble strong{font-size:.92rem}.popup__avatar{width:58px;height:58px;border-radius:50%;background-image:url(https://images.unsplash.com/photo-1544723795-3fb6469f5b39?auto=format&fit=crop&w=200&q=80);background-size:cover;background-position:center;position:relative;box-shadow:0 10px 20px #0000001f}.popup__whatsapp{position:absolute;right:-2px;bottom:-2px;width:22px;height:22px;border-radius:50%;background:#25d366;border:2px solid #fff}.modal{position:fixed;inset:0;z-index:30;display:grid;place-items:center;animation:fadeIn .2s ease-out}.modal__overlay{position:absolute;inset:0;background:#00000073;animation:fadeIn .2s ease-out}.modal__content{position:relative;background:#fff;border-radius:20px;padding:1.6rem;width:min(92vw,420px);box-shadow:0 20px 40px #0003;display:grid;gap:1.2rem;z-index:1;animation:popIn .25s ease-out}.modal__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal__close{border:none;background:transparent;color:var(--muted);font-weight:600;cursor:pointer}.modal__form{display:grid;gap:.9rem}.modal__form label{display:grid;gap:.4rem;font-size:.9rem;color:var(--muted)}.modal__form input,.modal__form textarea{border:1px solid rgba(32,26,20,.15);border-radius:12px;padding:.7rem .9rem;font:inherit}.modal__success-state{display:grid;gap:.9rem;text-align:center;justify-items:center}.modal__success-state strong{font-size:1.2rem}.modal__success-state p{color:var(--muted)}.modal__success-icon{width:56px;height:56px;border-radius:50%;background:#1f7a3f1f;display:grid;place-items:center}.modal__success-icon span{width:22px;height:12px;border-left:3px solid #1f7a3f;border-bottom:3px solid #1f7a3f;transform:rotate(-45deg)}.modal__field-error{font-size:.8rem;color:#b42318}.modal__success{color:#1f7a3f;font-weight:600}.modal__error{color:#b42318;font-weight:600}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@keyframes subtleGlow{0%,to{transform:translateY(0);box-shadow:0 12px 24px #7b4f3338}50%{transform:translateY(-3px);box-shadow:0 20px 40px #7b4f3352}}@media(prefers-reduced-motion:reduce){.btn--primary,.btn--contrast{animation:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(min-width:768px){.site-header__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:1rem 4rem}.site-header__top{width:auto}.site-header__nav{width:auto;font-size:.9rem}.site-header__nav-list{display:flex;flex-direction:row;gap:1.2rem;padding:0;background:transparent;box-shadow:none}.menu-toggle{display:none}.site-header__logo{width:150px;height:50px}.hero__inner{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.hero h1{font-size:clamp(2.4rem,3.4vw,3.8rem)}.hero__subtitle{font-size:1.15rem}.hero__checks{font-size:.95rem}.hero__photo{width:min(360px,90%)}.hero__inner{padding:5.5rem 4rem 4rem}.section__inner{padding:4rem}.section__header h2{font-size:clamp(2rem,3vw,3rem)}.grid--two{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid--three,.grid--steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.contact{padding:2.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.footer__inner{padding:2.5rem 4rem 4rem}.footer__inner{justify-content:space-between}.popup{left:auto;right:1.5rem;bottom:1.5rem}}@media(min-width:1100px){.site-header__inner,.section__inner,.hero__inner,.footer__inner{padding-left:clamp(1.5rem,6vw,6rem);padding-right:clamp(1.5rem,6vw,6rem)}}@media(min-width:1100px){.site-header__inner,.section__inner,.hero__inner,.footer__inner{max-width:var(--content-width);margin:0 auto}}
