*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--dark);background:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin-inline:auto}.db-warning{position:fixed;z-index:9999;left:16px;right:16px;bottom:16px;background:#fff4d6;border:1px solid var(--gold);color:var(--dark);padding:12px 16px;border-radius:18px;box-shadow:0 16px 40px rgba(46,32,42,.18)}.site-header{position:fixed;top:0;left:0;width:100%;height:86px;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;z-index:1000;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(212,175,55,.22);transition:.35s}.site-header.scrolled{height:72px;box-shadow:0 18px 50px rgba(46,32,42,.10)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--dark);min-width:220px}.brand img{height:58px;width:auto;object-fit:contain}.brand span{font-size:.78rem;color:rgba(46,32,42,.72);font-weight:700}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{font-size:.92rem;font-weight:800;padding:12px 13px;border-radius:999px;color:var(--dark);white-space:nowrap;transition:.25s}.main-nav a:hover,.main-nav a.active{background:var(--cream);color:#1f161d}.main-nav .nav-cta{background:var(--gold);color:white;box-shadow:0 12px 30px rgba(212,175,55,.28)}.nav-toggle{display:none;border:0;background:white;width:46px;height:46px;border-radius:14px;box-shadow:0 12px 28px rgba(46,32,42,.13)}.nav-toggle span{display:block;width:22px;height:2px;background:var(--dark);margin:5px auto}.hero-slider{position:relative;width:100vw;height:100vh;min-height:640px;overflow:hidden;background:var(--dark)}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity 1.25s ease,transform 7s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-copy{position:absolute;left:6vw;bottom:9vh;max-width:760px;color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.72);z-index:2}.hero-copy .eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:.82rem;text-transform:uppercase;letter-spacing:.18em;font-weight:900;margin-bottom:16px}.hero-copy h1{font-family:"Playfair Display",serif;font-size:clamp(3rem,7vw,7.6rem);line-height:.94;margin:0 0 20px}.hero-copy p{font-size:clamp(1.05rem,2vw,1.45rem);max-width:680px;font-weight:600}.hero-dots{position:absolute;right:5vw;bottom:8vh;display:flex;gap:10px;z-index:3}.hero-dots button{width:12px;height:12px;border-radius:999px;border:1px solid white;background:transparent;cursor:pointer}.hero-dots button.active{background:var(--gold);border-color:var(--gold);width:34px}.section{padding:104px 0;position:relative}.section-soft{background:linear-gradient(135deg,#fff 0%,var(--cream) 100%)}.section-dark{background:linear-gradient(135deg,var(--dark),#151016);color:white}.section-heading{text-align:center;max-width:820px;margin:0 auto 48px}.section-heading h2,.section-copy h2,.cta-panel h2{font-family:"Playfair Display",serif;font-size:clamp(2.1rem,4vw,4.3rem);line-height:1.02;margin:0 0 18px}.section-heading p,.section-copy p,.cta-panel p{font-size:1.05rem;line-height:1.8;color:rgba(46,32,42,.73)}.section-dark p,.section-dark .section-heading p{color:rgba(255,255,255,.76)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.section-copy{max-width:600px}.section-image{border-radius:34px;overflow:hidden;box-shadow:0 34px 90px rgba(46,32,42,.18);min-height:460px}.section-image img{width:100%;height:100%;min-height:460px;object-fit:cover;transition:1.2s}.section-image:hover img{transform:scale(1.05)}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.premium-card,.process-card,.detail-card,.doc-card,.form-card{background:white;border:1px solid rgba(212,175,55,.18);border-radius:30px;padding:28px;box-shadow:0 22px 60px rgba(46,32,42,.08);transition:.35s}.premium-card:hover,.product-card:hover,.doc-card:hover{transform:translateY(-7px);box-shadow:0 32px 90px rgba(46,32,42,.13)}.premium-card .icon-bubble{width:66px;height:66px;border-radius:22px;display:grid;place-items:center;background:color-mix(in srgb,var(--card-accent) 18%,white);font-size:2rem;margin-bottom:20px}.premium-card h3,.process-card h3,.detail-card h3{margin:0 0 10px;font-size:1.18rem}.premium-card p,.process-card p,.detail-card p,.doc-card p{line-height:1.65;color:rgba(46,32,42,.68)}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.gallery-item{margin:0;border-radius:28px;overflow:hidden;position:relative;height:310px;box-shadow:0 18px 50px rgba(46,32,42,.12)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.7s}.gallery-item:hover img{transform:scale(1.08)}.gallery-item figcaption{position:absolute;left:14px;bottom:14px;right:14px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.88);font-weight:900;color:var(--dark)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step}.process-card{background:linear-gradient(180deg,#fff,#fffaf0)}.process-card span{display:inline-flex;width:54px;height:54px;border-radius:18px;background:var(--accent);color:white;font-weight:900;align-items:center;justify-content:center;margin-bottom:18px}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:44px;border-radius:36px;background:linear-gradient(135deg,var(--gold),#eed889);color:var(--dark);box-shadow:0 35px 100px rgba(212,175,55,.27)}.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;font-weight:900;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:white;box-shadow:0 14px 34px rgba(212,175,55,.27)}.btn-dark{background:var(--dark);color:white}.btn-whatsapp{background:#25D366;color:white}.btn-mini{padding:10px 16px;background:var(--cream);color:var(--dark);font-size:.88rem}.center{text-align:center;margin-top:38px}.shop-toolbar{display:grid;grid-template-columns:1fr minmax(320px,520px);gap:24px;align-items:end;margin-bottom:36px}.shop-search{display:flex;gap:10px;background:white;padding:10px;border-radius:24px;box-shadow:0 18px 60px rgba(46,32,42,.08);border:1px solid rgba(212,175,55,.18)}input,select,textarea{width:100%;border:1px solid rgba(46,32,42,.13);border-radius:18px;padding:14px 15px;font:inherit;outline:none;background:#fff}textarea{min-height:140px;resize:vertical}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:white;border-radius:32px;overflow:hidden;box-shadow:0 20px 65px rgba(46,32,42,.10);border:1px solid rgba(212,175,55,.15);transition:.35s}.product-img{height:300px;display:block;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.7s}.product-card:hover .product-img img{transform:scale(1.07)}.product-content{padding:24px}.product-meta{display:flex;justify-content:space-between;gap:8px;color:var(--gold);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-content h3{font-size:1.25rem;margin:12px 0 10px}.product-content p{color:rgba(46,32,42,.68);line-height:1.65}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.chips small,.chips span{padding:8px 11px;border-radius:999px;background:var(--cream);font-weight:800;color:var(--dark);font-size:.78rem}.chips.big span{font-size:.95rem}.product-actions{display:flex;gap:10px;flex-wrap:wrap}.product-hero-detail{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:46px;padding:130px 6vw 70px;background:linear-gradient(135deg,#fff,var(--cream))}.product-hero-detail>img{width:100%;height:72vh;object-fit:cover;border-radius:38px;box-shadow:0 34px 100px rgba(46,32,42,.16)}.product-detail-copy h1{font-family:"Playfair Display",serif;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.98;margin:0 0 18px}.product-detail-copy p{line-height:1.8;color:rgba(46,32,42,.72)}.product-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.detail-card.wide{grid-column:1/-1}.detail-card li{margin:10px 0}.private-grid,.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.documents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.doc-card span{font-size:2.3rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.notice{padding:14px 16px;background:#e9fff1;border:1px solid #90e5aa;color:#0d6630;border-radius:18px;margin-bottom:16px}.notice.error{background:#fff0f0;border-color:#ffc2c2;color:#9b1717}.contact-line{display:flex;gap:14px;align-items:flex-start;margin:18px 0}.contact-line span{width:40px;height:40px;border-radius:14px;background:var(--cream);display:grid;place-items:center;color:var(--gold)}.site-footer{position:relative;overflow:hidden;background:var(--dark);color:white;padding:76px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr 1fr;gap:34px;position:relative}.footer-logo{max-width:220px;background:white;border-radius:20px;padding:8px;margin-bottom:18px}.site-footer p,.site-footer a{display:block;color:rgba(255,255,255,.72);line-height:1.7;margin:9px 0}.site-footer h3{color:var(--gold)}.footer-bottom{text-align:center;padding:22px;border-top:1px solid rgba(255,255,255,.12);margin-top:50px;color:rgba(255,255,255,.6);font-size:.9rem}.floating-whatsapp{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;font-size:2rem;font-weight:900;z-index:999;box-shadow:0 18px 40px rgba(37,211,102,.32)}.reveal{opacity:0;transform:translateY(28px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}.installer{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--cream),#fff);padding:30px}.installer .form-card{max-width:680px}.admin-link-hidden{display:none}@media(max-width:1100px){.main-nav{position:fixed;top:82px;left:5vw;right:5vw;background:white;padding:16px;border-radius:26px;box-shadow:0 22px 80px rgba(46,32,42,.18);display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.nav-toggle{display:block}.brand span{display:none}.cards-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.shop-toolbar,.split-grid,.product-hero-detail,.private-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero-copy{left:5vw;right:5vw}.product-hero-detail>img{height:520px}}@media(max-width:680px){.site-header{height:76px}.brand img{height:48px}.hero-slider{min-height:590px}.hero-copy h1{font-size:3.2rem}.hero-copy p{font-size:1rem}.section{padding:74px 0}.cards-grid,.process-grid,.products-grid,.documents-grid,.product-detail-grid,.form-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-item{height:280px}.shop-search{flex-direction:column}.cta-panel{flex-direction:column;align-items:flex-start}.footer-bottom span{display:block;margin-top:8px}}