:root{
  --ink:#0b1f33;
  --ink-soft:#14324d;
  --paper:#f7f4ef;
  --paper-2:#efe8de;
  --coral:#e85d04;
  --coral-dark:#c44d03;
  --teal:#0f766e;
  --teal-soft:#ccfbf1;
  --text:#1c1917;
  --muted:#57534e;
  --line:#e7e0d6;
  --white:#ffffff;
  --shadow:0 18px 40px rgba(11,31,51,.14);
  --radius:16px;
  --font-display:"Sora",system-ui,sans-serif;
  --font-body:"Manrope",system-ui,sans-serif;
}
*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--text);background:var(--paper);line-height:1.65}
a{color:var(--teal);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.section{padding:4.5rem 0}
.section-alt{background:linear-gradient(180deg,#fff 0%,var(--paper) 100%)}
.page-header{padding:3.2rem 0 2rem;background:linear-gradient(135deg,var(--ink) 0%,var(--ink-soft) 55%,#0f766e 140%);color:#fff}
.page-header h1{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.15}
.page-header p{color:rgba(255,255,255,.82);max-width:640px}
.page-header a:not(.btn){color:#99f6e4}
.breadcrumb{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:.85rem}
.breadcrumb a{color:rgba(255,255,255,.85)}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:#000;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.header-inner{display:flex;align-items:center;gap:1rem;padding:.55rem 0;flex-wrap:wrap}
.logo{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none}
.logo:hover{text-decoration:none;color:#fff}
.logo-img{display:block;height:56px;width:auto;max-width:min(260px,55vw);object-fit:contain;object-position:left center}
.logo-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,var(--coral),#fb923c);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-weight:800;box-shadow:0 8px 20px rgba(232,93,4,.35)}
.logo-text{display:flex;flex-direction:column;line-height:1.15}
.logo-text strong{font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.02em}
.logo-text small{font-size:.72rem;color:#94a3b8;font-weight:500}
.main-nav{display:flex;align-items:center;gap:1.1rem;margin-left:auto;flex-wrap:wrap}
.main-nav a{color:#e2e8f0;font-weight:600;text-decoration:none;font-size:.95rem}
.main-nav a:hover{color:#fff;text-decoration:none}
.header-search{display:flex;margin-left:.5rem}
.header-search input{border:1px solid rgba(255,255,255,.18);border-right:0;border-radius:10px 0 0 10px;padding:.55rem .75rem;min-width:150px;background:rgba(255,255,255,.08);color:#fff}
.header-search input::placeholder{color:#94a3b8}
.header-search button{border:1px solid rgba(255,255,255,.18);border-radius:0 10px 10px 0;background:rgba(255,255,255,.1);padding:.55rem .75rem;cursor:pointer;color:#fff}
.nav-toggle{display:none;background:none;border:0;font-size:1.4rem;cursor:pointer;color:#fff}

/* Hero full-bleed */
.hero{position:relative;padding:5rem 0 4.5rem;overflow:hidden;color:#fff;background:
  radial-gradient(ellipse 80% 60% at 85% 20%,rgba(232,93,4,.28),transparent 55%),
  radial-gradient(ellipse 60% 50% at 10% 80%,rgba(15,118,110,.35),transparent 50%),
  linear-gradient(145deg,#071524 0%,var(--ink) 45%,#123047 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:22px 22px;opacity:.35;pointer-events:none}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center}
.hero-brand{display:block;margin-bottom:1rem}
.hero-logo{display:block;height:72px;width:auto;max-width:min(340px,90vw);object-fit:contain;object-position:left center}
.footer-logo{display:inline-block;margin-bottom:.75rem;text-decoration:none}
.footer-logo img{display:block;width:min(260px,100%);height:auto;border-radius:8px}
.hero h1{font-family:var(--font-display);font-size:clamp(2.1rem,5vw,3.35rem);line-height:1.08;margin:0 0 1rem;letter-spacing:-.03em;max-width:15ch}
.hero-content>p{color:#cbd5e1;font-size:1.05rem;max-width:36rem;margin:0}
.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.6rem 0 1.2rem}
.hero-trust{display:flex;gap:1.25rem;flex-wrap:wrap;list-style:none;padding:0;margin:0;color:#94a3b8;font-size:.9rem;font-weight:600}
.hero-visual{position:relative;min-height:340px}
.hero-photo{width:100%;max-width:440px;margin-left:auto;border-radius:24px;box-shadow:var(--shadow);aspect-ratio:1;object-fit:cover;background:#fff;animation:floatIn .8s ease both}
.hero-card{position:absolute;padding:.85rem 1.1rem;border-radius:14px;background:rgba(255,255,255,.95);color:var(--ink);box-shadow:var(--shadow);font-weight:700;font-size:.9rem;backdrop-filter:blur(8px);animation:riseIn .7s ease both}
.hero-card-1{top:8%;left:0;animation-delay:.15s}
.hero-card-2{top:42%;right:0;animation-delay:.3s}
.hero-card-3{bottom:6%;left:12%;animation-delay:.45s}
@keyframes floatIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
@keyframes riseIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

.badge{display:inline-block;background:rgba(232,93,4,.18);color:#fdba74;padding:.3rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em}
.badge-sm{font-size:.72rem;background:var(--paper-2);color:var(--muted);padding:.15rem .5rem;border-radius:999px;font-weight:600}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.15rem;border-radius:12px;font-weight:700;border:0;cursor:pointer;text-decoration:none;transition:.2s;font-family:var(--font-body)}
.btn-sm{padding:.45rem .9rem;font-size:.875rem}
.btn-lg{padding:.9rem 1.45rem;font-size:1.05rem}
.btn-primary{background:var(--coral);color:#fff;box-shadow:0 10px 24px rgba(232,93,4,.28)}
.btn-primary:hover{background:var(--coral-dark);text-decoration:none;color:#fff;transform:translateY(-1px)}
.btn-outline{background:transparent;border:1.5px solid rgba(255,255,255,.35);color:#fff}
.hero .btn-outline:hover,.promo-hero .btn-outline:hover{background:rgba(255,255,255,.1);text-decoration:none;color:#fff}
.section .btn-outline,.page-header .btn-outline,.form-sidebar .btn-outline{background:#fff;border:1.5px solid var(--line);color:var(--ink)}
.section .btn-outline:hover{border-color:var(--ink);text-decoration:none}
.btn-whatsapp{background:#16a34a;color:#fff}
.btn-whatsapp:hover{background:#15803d;text-decoration:none;color:#fff}

.grid{display:grid;gap:1.25rem}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;color:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);text-decoration:none;color:inherit}
.category-card{padding:0;overflow:hidden}
.category-card .card-icon{width:48px;height:48px;border-radius:12px;background:var(--teal-soft);color:var(--teal);display:grid;place-items:center;font-weight:700;font-size:1.2rem;margin:1.25rem 1.25rem .5rem}
.category-card h3,.category-card p,.category-card .link-arrow{margin-left:1.25rem;margin-right:1.25rem}
.category-card h3{margin-top:.75rem;font-family:var(--font-display)}
.category-card .link-arrow{display:inline-block;margin-bottom:1.25rem}
.category-cover{aspect-ratio:16/10;background:var(--paper-2)}
.category-cover img{width:100%;height:100%;object-fit:cover}
.article-card{padding:0;overflow:hidden}
.article-card .badge-sm,.article-card h2,.article-card h3,.article-card p,.article-card small{display:block;margin-left:1.25rem;margin-right:1.25rem}
.article-card .badge-sm{margin-top:1rem}
.article-card small{margin-bottom:1.25rem}
.article-cover{aspect-ratio:16/10;background:var(--paper-2)}
.article-cover img{width:100%;height:100%;object-fit:cover}
.category-header-img{width:100%;max-height:260px;object-fit:cover;border-radius:14px;margin:1rem 0}
.article-featured{width:100%;max-height:420px;object-fit:cover;border-radius:14px;margin:1rem 0 1.5rem}
.portfolio-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.testimonial-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}
.promo-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center;text-align:left}
.promo-hero-img{width:100%;max-width:480px;margin:0 auto;border-radius:18px;aspect-ratio:1;object-fit:cover;background:#fff}
.link-arrow{color:var(--coral);font-size:.875rem;font-weight:700}
.section-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap}
.section-header h2{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.9rem);letter-spacing:-.02em}
.text-link{font-weight:700;color:var(--coral);text-decoration:none}
.product-card{padding:0;overflow:hidden}
.product-img{aspect-ratio:1;background:var(--paper-2);display:grid;place-items:center}
.product-img img{width:100%;height:100%;object-fit:cover}
.main-image{width:100%;max-height:520px;object-fit:cover;background:var(--paper-2);border-radius:14px}
.thumb-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}
.product-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:3rem;font-weight:800;color:#a8a29e;background:linear-gradient(135deg,var(--paper),var(--paper-2));font-family:var(--font-display)}
.product-placeholder.lg{min-height:360px;font-size:5rem}
.product-body{padding:1rem}
.product-body h3{font-family:var(--font-display);margin:.35rem 0}
.product-meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.875rem;margin-top:.75rem}
.price{color:var(--coral);font-weight:800}
.min-order{color:var(--muted)}
.feature-box,.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem}
.feature-box strong,.step h3{font-family:var(--font-display)}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}
.step span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--ink);color:#fff;font-weight:700;margin-bottom:.5rem}
.faq-list{display:grid;gap:.75rem}
.faq-item{border:1px solid var(--line);border-radius:12px;padding:1rem;background:#fff}
.faq-item summary{cursor:pointer;font-weight:700}
.cta-banner{padding:4.5rem 0;background:
  radial-gradient(circle at 20% 20%,rgba(232,93,4,.35),transparent 40%),
  linear-gradient(135deg,var(--ink),#0f3d3a);color:#fff;text-align:center}
.cta-banner h2{font-family:var(--font-display);margin-top:0}
.cta-banner .btn-outline{color:#fff;border-color:rgba(255,255,255,.4)}
.site-footer{background:#000;color:#94a3b8;padding:3rem 0 0}
.site-footer h3,.site-footer h4{color:#fff;margin-top:0;font-family:var(--font-display)}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.5rem}
.site-footer a{color:#cbd5e1}
.footer-bottom{padding:1rem 0;margin-top:2rem;border-top:1px solid #1e293b;text-align:center;font-size:.875rem}
.contact-list{list-style:none;padding:0}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:200;display:flex;align-items:center;gap:.5rem;background:#16a34a;color:#fff;padding:.75rem 1rem;border-radius:999px;box-shadow:0 8px 24px rgba(22,163,74,.4);font-weight:700;text-decoration:none}
.whatsapp-float:hover{color:#fff;text-decoration:none}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem}
.price-box{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:12px;padding:1rem;margin:1rem 0;border:1px solid #fed7aa}
.price-box strong{font-size:1.5rem;color:var(--coral);display:block;font-family:var(--font-display)}
.spec-list{list-style:none;padding:0}
.spec-list li{padding:.35rem 0;border-bottom:1px solid var(--line)}
.prose h2{margin-top:2rem;font-family:var(--font-display)}
.form-layout{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.35rem}
.form-group.full{grid-column:1/-1}
.form-group input,.form-group textarea,.form-group select{border:1px solid var(--line);border-radius:10px;padding:.65rem .75rem;font:inherit;background:#fff}
.quote-form{padding:1.5rem}
.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:10px;margin-bottom:1rem}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1.5rem}
.category-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.tab-link{padding:.45rem .85rem;border:1px solid var(--line);border-radius:999px;color:var(--ink);text-decoration:none;font-size:.875rem;font-weight:600;background:#fff}
.tab-link:hover{background:#fff7ed;border-color:#fdba74;text-decoration:none}
.promo-hero{padding:4.5rem 0;background:
  radial-gradient(ellipse at 80% 20%,rgba(232,93,4,.3),transparent 45%),
  linear-gradient(145deg,#071524,var(--ink) 60%,#0f3d3a);color:#fff;text-align:center}
.promo-hero .lead{opacity:.9;max-width:680px;margin:0 auto 1rem}
.promo-price{font-size:1.4rem;font-weight:800;color:#fdba74;font-family:var(--font-display)}
.promo-page .main-nav a:not(.btn){display:none}
.promo-page .header-search{display:none}
.success-icon{width:72px;height:72px;border-radius:50%;background:#dcfce7;color:#16a34a;display:grid;place-items:center;font-size:2rem;margin:0 auto 1rem;font-weight:700}
.text-center{text-align:center}
.portfolio-img,.portfolio-card .portfolio-img{height:160px;background:linear-gradient(135deg,#ffedd5,#ccfbf1);border-radius:12px;display:grid;place-items:center;font-weight:700;color:var(--muted);margin-bottom:.75rem;overflow:hidden}
.stars{color:#f59e0b;margin-bottom:.5rem}
.search-form{display:flex;gap:.5rem;max-width:520px;margin-top:1rem}
.search-form input{flex:1;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:.65rem .75rem;background:rgba(255,255,255,.1);color:#fff}
.article-card h2,.article-card h3{font-size:1.05rem;font-family:var(--font-display)}
.meta{color:var(--muted);font-size:.875rem}
.cta-inline{margin-top:2rem;padding:1.5rem;background:var(--paper);border-radius:12px;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;border:1px solid var(--line)}
.content-block h1,.content-block h2{font-family:var(--font-display)}
@media(max-width:900px){
  .hero-grid,.product-detail-grid,.form-layout,.contact-grid,.promo-hero-grid{grid-template-columns:1fr}
  .promo-hero-grid{text-align:center}
  .hero{padding:3.5rem 0}
  .hero h1{max-width:none}
  .main-nav{display:none;width:100%;flex-direction:column;align-items:flex-start}
  .main-nav.open{display:flex}
  .nav-toggle{display:block;margin-left:auto}
  .header-search{width:100%;margin-left:0;order:3}
}
