
:root{
  --primary:#0b6f71;
  --primary-dark:#064f5f;
  --accent:#d6a84d;
  --accent-soft:#fff5d8;
  --green:#4e8b42;
  --brown:#5b3b24;
  --red:#c32635;
  --ink:#1f2933;
  --muted:#687483;
  --bg:#fbfaf6;
  --white:#ffffff;
  --shadow:0 18px 55px rgba(17, 31, 44, .12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{background:linear-gradient(90deg,var(--primary-dark),var(--primary));color:#fff;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:9px 0;align-items:center}
.topbar a{color:#fff;font-weight:600}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 6px 25px rgba(25,55,70,.08)}
.navbar{background:#fff}.nav-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand img{width:315px;max-height:72px;object-fit:contain}.nav-links{display:flex;gap:8px;margin-left:auto}.nav-links a{font-weight:800;letter-spacing:.04em;font-size:14px;padding:11px 14px;border-radius:999px;color:#314050}.nav-links a:hover,.nav-links a.active{background:var(--accent-soft);color:var(--primary)}.nav-cta{padding:12px 20px;border-radius:999px;background:var(--primary);color:#fff;font-weight:800;box-shadow:0 10px 25px rgba(11,111,113,.25)}.nav-toggle{display:none;background:none;border:0;cursor:pointer;flex-direction:column;gap:5px;margin-left:auto}.nav-toggle span{display:block;width:28px;height:3px;border-radius:10px;background:var(--primary-dark)}
.hero{position:relative;overflow:hidden;padding:90px 0 75px;background:radial-gradient(circle at 85% 15%,rgba(214,168,77,.25),transparent 34%),linear-gradient(135deg,#fff 0%,#f8f4e8 52%,#edf7f4 100%)}.hero:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:rgba(11,111,113,.08);left:-200px;bottom:-180px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--accent)}h1,h2,h3,h4,p{margin-top:0}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;margin:14px 0 22px;color:var(--primary-dark);letter-spacing:-.04em}.hero p,.lead{font-size:18px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:14px 24px;font-weight:900;cursor:pointer;transition:.25s ease;font-size:15px}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 15px 35px rgba(11,111,113,.25)}.btn.secondary{background:#fff;color:var(--primary);border:1px solid rgba(11,111,113,.18)}.btn.small{padding:11px 18px;background:#fff;border:1px solid rgba(11,111,113,.15);color:var(--primary)}.btn.light{background:#fff;color:var(--primary-dark)}.btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(23,38,52,.15)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.hero-stats div{background:rgba(255,255,255,.72);border:1px solid rgba(11,111,113,.08);border-radius:18px;padding:14px}.hero-stats strong{display:block;color:var(--primary-dark);font-size:21px}.hero-stats span{font-size:12px;color:var(--muted);font-weight:700}.hero-visual{position:relative;height:540px}.hero-card{position:absolute;border-radius:26px;background:#fff;box-shadow:var(--shadow);padding:12px;overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover;border-radius:18px}.card-one{right:0;top:0;width:72%;height:68%}.card-two{left:0;bottom:0;width:48%;height:42%;z-index:2}.card-three{right:35px;bottom:15px;width:38%;height:34%;z-index:3}.section{padding:86px 0}.split-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}.section-heading h2,.center-heading h2,.section-title-row h2{font-size:clamp(32px,4vw,48px);line-height:1.08;color:var(--primary-dark);letter-spacing:-.03em;margin:10px 0 0}.center-heading{text-align:center;max-width:760px;margin:0 auto 42px}.center-heading .eyebrow:before{display:none}.center-heading p{color:var(--muted);font-size:17px}.feature-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.feature-list span{background:#fff;border:1px solid rgba(11,111,113,.12);border-radius:999px;padding:10px 15px;font-weight:800;color:var(--primary-dark)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.category-card{position:relative;min-height:360px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#000;display:flex;align-items:flex-end}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,79,95,.88),rgba(6,79,95,.1),transparent)}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s ease}.category-card:hover img{transform:scale(1.07)}.category-card div{position:relative;z-index:2;padding:30px;color:#fff}.category-card span{font-weight:900;color:#ffd982;letter-spacing:.1em;font-size:12px}.category-card h3{font-size:30px;margin:8px 0}.category-card p{margin:0;color:rgba(255,255,255,.86)}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-grid.compact{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px rgba(20,40,50,.08);border:1px solid rgba(11,111,113,.08);transition:.25s ease}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-image-wrap{height:240px;background:linear-gradient(135deg,#fff,#f4f7f5);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:contain;padding:8px;transition:.4s ease}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-card-body{padding:20px}.product-tag{display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.09em;background:var(--accent-soft);color:#9a6a18;font-weight:900;padding:6px 10px;border-radius:999px;margin-bottom:12px}.product-card h3{font-size:20px;color:var(--primary-dark);margin-bottom:8px}.product-card p{font-size:14px;color:var(--muted);min-height:64px}.text-link{font-weight:900;color:var(--primary)}.cta-section{padding:70px 0;background:linear-gradient(135deg,var(--primary-dark),var(--primary))}.cta-section.slim{padding:45px 0}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}.cta-box h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:10px 0}.cta-box p{color:rgba(255,255,255,.83);max-width:720px;margin:0}.cta-box .eyebrow{color:#ffe5a2}.inner-hero{padding:86px 0;background:linear-gradient(135deg,#f8f4e8,#edf7f4);position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;right:-130px;top:-150px;width:380px;height:380px;border-radius:50%;background:rgba(11,111,113,.1)}.inner-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.05;color:var(--primary-dark);max-width:850px;margin:14px 0}.inner-hero p{font-size:18px;color:var(--muted);max-width:700px}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.about-image{border-radius:28px;background:#fff;box-shadow:var(--shadow);padding:18px;min-height:480px;display:flex;align-items:center}.about-image img{border-radius:22px;width:100%;height:420px;object-fit:contain}.about-main h2{font-size:clamp(32px,4vw,50px);line-height:1.08;color:var(--primary-dark);margin:10px 0 20px}.about-main p{color:var(--muted)}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.info-cards div,.value-card{background:#fff;border-radius:20px;padding:20px;border:1px solid rgba(11,111,113,.09);box-shadow:0 15px 35px rgba(20,40,50,.06)}.info-cards strong{display:block;color:var(--primary-dark);margin-bottom:6px}.info-cards span{font-size:13px;color:var(--muted);font-weight:700}.values-section{background:#fff}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card span{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--primary);color:#fff;border-radius:12px;font-weight:900;margin-bottom:18px}.value-card h3{color:var(--primary-dark);font-size:23px}.value-card p{color:var(--muted);margin-bottom:0}.timeline{display:grid;gap:18px}.timeline div{background:#fff;border-left:5px solid var(--accent);border-radius:18px;padding:22px;box-shadow:0 15px 35px rgba(20,40,50,.06)}.timeline strong{color:var(--accent);font-size:24px}.timeline h3{color:var(--primary-dark);margin:4px 0 6px}.timeline p{color:var(--muted);margin:0}.catalog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:34px}.catalog-toolbar h2{font-size:clamp(32px,4vw,48px);color:var(--primary-dark);margin:8px 0 0}.toolbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.toolbar-actions input{height:44px;border:1px solid rgba(11,111,113,.16);border-radius:999px;padding:0 17px;background:#fff;outline:0;min-width:230px}.filter-btn{height:44px;border:1px solid rgba(11,111,113,.16);border-radius:999px;background:#fff;padding:0 16px;color:var(--primary-dark);font-weight:900;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--primary);color:#fff}.category-label{margin:28px 0 18px}.category-label span{display:inline-flex;background:var(--primary-dark);color:#fff;border-radius:999px;padding:10px 16px;font-weight:900}.catalog-anchor{scroll-margin-top:130px}.no-results{text-align:center;padding:30px;background:#fff;border-radius:18px;margin-top:20px;display:none;color:var(--muted);font-weight:800}.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px}.contact-details,.contact-form{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);border:1px solid rgba(11,111,113,.08)}.contact-details h2{font-size:clamp(30px,3.5vw,44px);color:var(--primary-dark);line-height:1.1;margin:10px 0 25px}.contact-card{border-bottom:1px solid #eef1f0;padding:18px 0}.contact-card:first-of-type{border-top:1px solid #eef1f0}.contact-card strong{display:block;color:var(--primary-dark);margin-bottom:5px}.contact-card a{color:var(--primary);font-weight:900}.contact-card p{margin:0;color:var(--muted)}.contact-buttons{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.contact-form h3{font-size:28px;color:var(--primary-dark);margin-bottom:22px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(11,111,113,.16);border-radius:15px;padding:15px 16px;font:inherit;outline:0;background:#fbfffe;margin-bottom:14px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(11,111,113,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row input{margin-bottom:0}.map-section{padding:0 0 86px}.map-wrap{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff}.map-wrap iframe{display:block;width:100%;height:430px;border:0}.site-footer{background:#062f38;color:#d9ecee;padding-top:55px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1.2fr;gap:45px}.footer-logo{width:320px;max-width:100%;margin-bottom:18px;filter:brightness(0) invert(1) opacity(.94)}.site-footer p{color:#bdd7db}.site-footer h4{color:#fff;margin-bottom:16px}.site-footer a{display:block;color:#d9ecee;margin:8px 0}.site-footer a:hover{color:#fff}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding:18px;color:#a9c7cc;font-size:14px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900;z-index:40;box-shadow:0 15px 30px rgba(37,211,102,.35)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.hidden-product{display:none!important}
@media(max-width:1020px){.hero-grid,.split-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{height:480px}.product-grid,.product-grid.compact{grid-template-columns:repeat(3,1fr)}.catalog-toolbar{align-items:start;flex-direction:column}.toolbar-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.brand img{width:280px}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:18px 4%;box-shadow:0 25px 45px rgba(20,40,50,.12);display:none}.nav-links.open{display:flex}.nav-toggle{display:flex}.nav-cta{display:none}.nav-links a{padding:14px}.topbar-inner{flex-direction:column;align-items:flex-start;gap:4px}}
@media(max-width:760px){.container{width:min(94%,680px)}.topbar{display:none}.nav-inner{min-height:72px}.brand img{width:235px}.hero{padding:60px 0}.hero-grid{gap:25px}.hero h1{font-size:42px}.hero-stats{grid-template-columns:1fr}.hero-visual{height:360px}.card-one{width:80%;height:66%}.card-two{width:58%;height:42%}.card-three{display:none}.section{padding:58px 0}.category-grid,.values-grid,.info-cards,.footer-grid{grid-template-columns:1fr}.product-grid,.product-grid.compact{grid-template-columns:repeat(2,1fr);gap:15px}.product-image-wrap{height:190px}.product-card-body{padding:15px}.product-card h3{font-size:18px}.product-card p{min-height:auto}.section-title-row,.cta-box{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.contact-details,.contact-form{padding:24px}.toolbar-actions input{min-width:100%;width:100%}.filter-btn{flex:1}.inner-hero{padding:58px 0}.map-wrap iframe{height:360px}.footer-logo{filter:none;background:#fff;border-radius:12px;padding:8px}}
@media(max-width:480px){.brand img{width:210px}.hero h1,.inner-hero h1{font-size:34px}.section-heading h2,.center-heading h2,.section-title-row h2{font-size:30px}.product-grid,.product-grid.compact{grid-template-columns:1fr}.hero-visual{height:300px}.card-two{width:62%;height:45%}.contact-buttons .btn{width:100%}.footer-logo{width:260px}}
