/* ===========================================================
   ECO FRESH — Premium Housekeeping & Cleaning Products
   Artistic / editorial design system  ·  v2
   =========================================================== */

/* ---------- Tokens ---------- */
:root {
  --green-900: #0b2c18;
  --green-800: #0f3a21;
  --green-700: #16542f;
  --green-600: #1d7a43;
  --green-500: #28a056;
  --leaf:      #46b86b;
  --leaf-soft: #d7efdd;

  --cream:   #f9f5ed;
  --cream-2: #f2ebdc;
  --beige:   #eaded0;
  --sand:    #ddc9ba;

  --gold:    #c6a24e;
  --gold-2:  #a67f31;
  --gold-soft:#f3e8cf;

  --ink:   #16241c;
  --body:  #41504a;
  --muted: #6f7c74;
  --line:  rgba(16, 36, 28, .10);
  --line-2:rgba(16, 36, 28, .16);

  --surface: #ffffff;

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 30px;
  --radius-xl: 42px;

  --shadow-xs: 0 1px 3px rgba(11,44,24,.06);
  --shadow-sm: 0 6px 18px -10px rgba(11,44,24,.18);
  --shadow:    0 22px 50px -24px rgba(11,44,24,.32);
  --shadow-lg: 0 40px 90px -40px rgba(11,44,24,.5);
  --shadow-gold: 0 18px 40px -16px rgba(198,162,78,.55);
  --shadow-green: 0 18px 40px -16px rgba(29,122,67,.55);

  --container: 1240px;
  --nav-h: 94px;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --ease: cubic-bezier(.22,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: var(--nav-h); }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 3px solid var(--green-500); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--leaf); color: #06210f; }

/* ---------- Type ---------- */
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.08; font-weight: 600; letter-spacing: -.015em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.3rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
em { font-style: italic; }
p { color: var(--body); }

.container { width: min(100% - 2.6rem, var(--container)); margin-inline: auto; }
.section { padding: 50px 20px; position: relative; }
.section--tint  { background: var(--cream); }
.section--cream2{ background: var(--cream-2); }
.section--paper { background:
  radial-gradient(60% 50% at 85% -5%, var(--leaf-soft) 0%, transparent 60%),
  radial-gradient(50% 40% at -5% 100%, var(--gold-soft) 0%, transparent 55%),
  var(--cream); }
.section--green {
  color: #e7f2ea;
  background:
    radial-gradient(80% 90% at 90% 10%, #1c6c3c 0%, transparent 55%),
    radial-gradient(70% 80% at 5% 90%, #15522e 0%, transparent 55%),
    linear-gradient(160deg, var(--green-800), var(--green-900));
}
.section--green h2, .section--green h3 { color: #fff; }
.section--dark { background: linear-gradient(160deg, #11201a, #0a1610); color: #d7e3da; }
.section--dark h2 { color: #fff; }

/* eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); }
.eyebrow::before { content:""; width: 30px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.eyebrow.center { justify-content: center; }
.section--green .eyebrow, .section--dark .eyebrow { color: var(--leaf); }
.section--green .eyebrow::before, .section--dark .eyebrow::before { background: linear-gradient(90deg, var(--leaf), transparent); }

.section-head { max-width: 680px; margin-bottom: 3.4rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: .9rem; }
.section-head p { margin-top: 1.1rem; font-size: 1.08rem; color: var(--muted); }
.section--green .section-head p, .section--dark .section-head p { color: #b9d0c0; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 1rem 1.8rem; border-radius: 999px; font-weight: 600; font-size: .98rem; min-height: 52px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s, color .3s, border-color .3s; white-space: nowrap; }
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; box-shadow: var(--shadow-green); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 26px 48px -16px rgba(29,122,67,.7); }
.btn--gold { background: linear-gradient(135deg, #d9b863, var(--gold-2)); color: #2c2206; box-shadow: var(--shadow-gold); }
.btn--gold:hover { transform: translateY(-3px); color: #1f1804; }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-2); }
.btn--ghost:hover { border-color: var(--green-600); color: var(--green-700); transform: translateY(-3px); }
.btn--light { background: #fff; color: var(--green-700); box-shadow: var(--shadow-sm); }
.btn--light:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn--whatsapp { background: #25d366; color: #06310f; }
.btn--whatsapp:hover { background: #1eb456; color: #fff; transform: translateY(-3px); }
.btn--sm { min-height: 44px; padding: .7rem 1.25rem; font-size: .9rem; }

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h); display: flex; align-items: center; background: rgba(249,245,237,.9); backdrop-filter: blur(14px) saturate(1.3); box-shadow: 0 1px 0 var(--line); transition: height .4s, box-shadow .4s; }
.site-header.scrolled { height: 66px; box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; width: 100%; }
/* Full-width header bar with generous side padding */
.site-header .nav { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: clamp(1.4rem, 4vw, 3.5rem); }

.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand__logo { height: 66px; width: auto; display: block; transition: height .4s var(--ease); }
.site-header.scrolled .brand__logo { height: 54px; }
.brand:hover .brand__logo { transform: scale(1.03); }
.footer .brand__logo { height: 64px; filter: brightness(0) invert(1); }

.nav__links { display: flex; align-items: center; gap: 2.2rem; }
.nav__links a { font-weight: 500; font-size: .98rem; color: var(--ink); position: relative; padding: .4rem 0; }
.nav__links a::after { content:""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 0; background: var(--green-600); transition: width .3s var(--ease); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { width: 100%; }
.nav__links a[aria-current="page"] { color: var(--green-700); font-weight: 600; }

.nav__cta { display: flex; align-items: center; gap: 1rem; }
.nav__toggle { display: none; width: 48px; height: 48px; border-radius: 14px; position: relative; }
.nav__toggle span { position: absolute; left: 12px; right: 12px; height: 2.4px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.nav__toggle span:nth-child(1){ top: 17px; } .nav__toggle span:nth-child(2){ top: 23px; } .nav__toggle span:nth-child(3){ top: 29px; }
body.nav-open .nav__toggle span:nth-child(1){ top: 23px; transform: rotate(45deg); }
body.nav-open .nav__toggle span:nth-child(2){ opacity: 0; }
body.nav-open .nav__toggle span:nth-child(3){ top: 23px; transform: rotate(-45deg); }

/* ===========================================================
   HERO SLIDER
   =========================================================== */
.hero { position: relative; height: 100svh; min-height: 640px; max-height: 980px; }
.slider { position: absolute; inset: 0; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.2s var(--ease), visibility 1.2s; }
.slide.is-active { opacity: 1; visibility: visible; }
.slide__media { position: absolute; inset: 0; }
.slide__media img { width: 100%; height: 100%; object-fit: cover; }
.slide__media::after { content:""; position: absolute; inset: 0; background:
  linear-gradient(95deg, rgba(7,26,15,.9) 0%, rgba(7,26,15,.6) 40%, rgba(7,26,15,.12) 72%, transparent 100%),
  linear-gradient(0deg, rgba(7,26,15,.78), transparent 42%); }
.slide.is-active .slide__media img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.1); } to { transform: scale(1); } }

.hero__inner { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; }
.hero__content { max-width: 660px; color: #fff; }
.hero__content .eyebrow { color: var(--leaf); }
.hero__content .eyebrow::before { background: linear-gradient(90deg, var(--leaf), transparent); }
.hero h1 { color: #fff; margin: 1.1rem 0 1.2rem; text-shadow: 0 4px 30px rgba(0,0,0,.3); }
.hero h1 em { color: var(--leaf); }
.hero__content p { color: rgba(255,255,255,.92); font-size: 1.16rem; max-width: 32em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.3rem; }
.slide__anim { opacity: 0; transform: translateY(30px); }
.slide.is-active .slide__anim { animation: riseIn 1s var(--ease) forwards; }
.slide.is-active .slide__anim:nth-child(2){ animation-delay:.12s; }
.slide.is-active .slide__anim:nth-child(3){ animation-delay:.24s; }
.slide.is-active .slide__anim:nth-child(4){ animation-delay:.36s; }
@keyframes riseIn { to { opacity: 1; transform: none; } }

.slider__arrows { position: absolute; z-index: 4; bottom: 2.6rem; right: max(1.3rem, calc((100vw - var(--container))/2 + 1.3rem)); display: flex; gap: .8rem; }
.slider__arrow { width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.4); color: #fff; display: grid; place-items: center; backdrop-filter: blur(6px); transition: background .25s, transform .25s; }
.slider__arrow:hover { background: var(--green-600); border-color: var(--green-600); transform: scale(1.08); }
.slider__arrow svg { width: 22px; height: 22px; }
.slider__dots { position: absolute; z-index: 4; bottom: 3.1rem; left: max(1.3rem, calc((100vw - var(--container))/2 + 1.3rem)); display: flex; gap: .65rem; }
.slider__dot { width: 36px; height: 5px; border-radius: 4px; background: rgba(255,255,255,.32); transition: background .3s, width .3s; }
.slider__dot.is-active { background: var(--leaf); width: 52px; }
.scroll-cue { position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 4; color: rgba(255,255,255,.75); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.scroll-cue span { width: 1px; height: 36px; background: linear-gradient(rgba(255,255,255,.8), transparent); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%,100%{ transform: scaleY(.4); opacity:.4 } 50%{ transform: scaleY(1); opacity:1 } }

/* ===========================================================
   MARQUEE
   =========================================================== */
.marquee { background: var(--green-800); color: #cfe6d6; overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.marquee__track { display: flex; gap: 3.2rem; width: max-content; padding: 1.15rem 0; animation: scrollx 28s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: .7rem; font-weight: 600; font-size: 1rem; letter-spacing: .02em; white-space: nowrap; }
.marquee__item svg { width: 18px; height: 18px; color: var(--leaf); }
.marquee__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ===========================================================
   PAGE HERO (interior)
   =========================================================== */
.page-hero { position: relative; padding: calc(var(--nav-h) + 5rem) 0 5rem; color: #fff; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__bg::after { content:""; position: absolute; inset: 0; background: linear-gradient(95deg, rgba(7,26,15,.92), rgba(7,26,15,.55)); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .7rem; }
.page-hero p { color: rgba(255,255,255,.88); max-width: 42em; font-size: 1.08rem; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .85rem; color: rgba(255,255,255,.78); margin-bottom: 1.3rem; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 14px; height: 14px; opacity: .6; }

/* ===========================================================
   SPLIT
   =========================================================== */
.split { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { position: relative; }
.split__media .frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; position: relative; z-index: 2; }
.split__media .frame img { width: 100%; height: 100%; object-fit: cover; }
.split__media .frame--wide { aspect-ratio: 5/4; }
.split__media::before { content:""; position: absolute; inset: -18px -18px 30px 30px; border: 2px solid var(--gold); border-radius: var(--radius-lg); z-index: 1; opacity: .5; }
.split--rev .split__media::before { inset: -18px 30px 30px -18px; }
.split__media .badge { position: absolute; right: -20px; bottom: 30px; z-index: 3; background: #fff; border-radius: var(--radius); padding: 1.1rem 1.35rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: .9rem; }
.split__media .badge b { font-family: var(--font-display); font-size: 2rem; color: var(--green-700); display: block; line-height: 1; }
.split__media .badge span { font-size: .8rem; color: var(--muted); }
.split__media .badge .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--leaf-soft); display: grid; place-items: center; color: var(--green-600); }
.split__media .badge .ic svg { width: 25px; height: 25px; }
.lead { font-size: 1.15rem; color: var(--body); margin: 1.3rem 0; }
.checklist { display: grid; gap: .9rem; margin-top: 1.5rem; }
.checklist li { display: flex; gap: .8rem; align-items: flex-start; color: var(--ink); font-weight: 500; }
.checklist svg { width: 23px; height: 23px; color: var(--green-600); flex: none; margin-top: 2px; }
.section--green .checklist li { color: #eaf4ed; }
.section--green .checklist svg { color: var(--leaf); }

/* ===========================================================
   GRID + FEATURES
   =========================================================== */
.grid { display: grid; gap: 1.7rem; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.feature { background: var(--surface); border-radius: var(--radius); padding: 2.2rem 1.9rem; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s; position: relative; overflow: hidden; }
.feature::after { content:""; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: var(--leaf-soft); opacity: 0; transition: opacity .4s; }
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feature:hover::after { opacity: .5; }
.feature__ic { position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-500), var(--green-800)); color: #fff; margin-bottom: 1.3rem; box-shadow: var(--shadow-green); font-family: var(--font-display); font-size: 1.5rem; }
.feature__ic svg { width: 30px; height: 30px; }
.feature h3 { position: relative; z-index: 1; font-size: 1.25rem; margin-bottom: .5rem; }
.feature p { position: relative; z-index: 1; font-size: .97rem; color: var(--muted); }

/* ===========================================================
   CATEGORIES (image tiles)
   =========================================================== */
.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.cat { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/3.6; box-shadow: var(--shadow-sm); display: block; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat::after { content:""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,26,15,.85) 0%, rgba(7,26,15,.15) 55%, transparent 100%); }
.cat:hover img { transform: scale(1.08); }
.cat__body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 1.4rem; color: #fff; }
.cat__body h3 { color: #fff; font-size: 1.3rem; }
.cat__body span { font-size: .85rem; color: rgba(255,255,255,.82); display: inline-flex; align-items: center; gap: .4rem; margin-top: .2rem; }
.cat__body span svg { width: 15px; height: 15px; transition: transform .3s; }
.cat:hover .cat__body span svg { transform: translateX(4px); }

/* ===========================================================
   PRODUCT CARDS
   =========================================================== */
.product { background: var(--surface); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s; }
.product:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.product__media { position: relative;  background: linear-gradient(165deg, #ffffff 0%, #ffffff 100%); display: grid; place-items: center; overflow: hidden; padding: .6rem; }
.product__media img { width: 70%; height: 400px; object-fit: contain; transition: transform .6s var(--ease); filter: drop-shadow(0 14px 22px #ffffff); background-color: #ffffff;}
.product:hover .product__media img { transform: scale(1.06); }
.product__tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--green-700); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .04em; padding: .38rem .75rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
.product__body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.product__body h3 { font-size: 1.32rem; margin-bottom: .35rem; }
.product__sub { color: var(--gold-2); font-weight: 600; font-size: .86rem; margin-bottom: .8rem; }
.product__desc { font-size: .95rem; color: var(--muted); margin-bottom: 1rem; }
.product__meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.chip { font-size: .76rem; font-weight: 500; color: var(--green-700); background: var(--leaf-soft); border: 1px solid rgba(29,122,67,.16); padding: .32rem .68rem; border-radius: 999px; }
.product__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.product__sizes { font-size: .84rem; color: var(--muted); }
.product__sizes b { color: var(--ink); font-weight: 600; }
.pfeatures { display: grid; gap: .55rem; margin: .4rem 0 1.1rem; }
.pfeatures li { display: flex; gap: .55rem; font-size: .9rem; color: var(--body); }
.pfeatures svg { width: 17px; height: 17px; color: var(--green-600); flex: none; margin-top: 3px; }

/* compact detail blocks (single product page) */
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.7rem; }
.dblock { display: grid; grid-template-columns: 160px 1fr; gap: 1.3rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.dblock:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.dblock__media { position: relative; border-radius: 14px; overflow: hidden; background: linear-gradient(165deg, #fff, var(--cream)); display: grid; place-items: center; padding: .5rem; min-height: 180px; }
.dblock__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(11,44,24,.16)); }
.dblock__tag { position: absolute; top: 8px; left: 8px; background: var(--green-700); color: #fff; font-size: .62rem; font-weight: 600; letter-spacing: .03em; padding: .25rem .5rem; border-radius: 999px; }
.dblock__body { display: flex; flex-direction: column; min-width: 0; }
.dblock__body h3 { font-size: 1.2rem; margin-bottom: .15rem; }
.dblock__sub { color: var(--gold-2); font-weight: 600; font-size: .8rem; margin-bottom: .6rem; }
.dblock__feat { display: grid; gap: .32rem; margin-bottom: .7rem; }
.dblock__feat li { display: flex; gap: .45rem; font-size: .85rem; color: var(--body); line-height: 1.45; }
.dblock__feat svg { width: 15px; height: 15px; color: var(--green-600); flex: none; margin-top: 3px; }
.dblock__row { font-size: .82rem; color: var(--muted); margin-bottom: .35rem; }
.dblock__row b { color: var(--ink); font-weight: 600; }
.dblock__chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .55rem; }
.dblock__chips .chip { font-size: .68rem; padding: .2rem .5rem; }
.dblock__use { font-size: .8rem; color: var(--muted); background: var(--cream-2); border-radius: 8px; padding: .5rem .65rem; margin-bottom: .8rem; }
.dblock__use b { color: var(--ink); }
.dblock__foot { margin-top: auto; display: flex; align-items: center; gap: .6rem; }
.dblock .btn { padding: .5rem .95rem; min-height: 40px; font-size: .82rem; }

/* ===========================================================
   PROMISE BAND (split feature)
   =========================================================== */
.promise-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 1.8rem; }
.pillar { display: flex; gap: .85rem; align-items: flex-start; padding: 1.1rem; border-radius: var(--radius-sm); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.pillar .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(70,184,107,.18); color: var(--leaf); display: grid; place-items: center; flex: none; }
.pillar .ic svg { width: 24px; height: 24px; }
.pillar h4 { font-family: var(--font-body); color: #fff; font-weight: 600; font-size: 1rem; margin-bottom: .2rem; }
.pillar p { font-size: .85rem; color: #b6cdbe; }

/* ===========================================================
   STATS
   =========================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stat b { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.6rem); color: #fff; display: block; line-height: 1; }
.stat span { color: #bcd3c2; font-size: .92rem; margin-top: .55rem; display: block; }
.stat--ink b { color: var(--green-700); }
.stat--ink span { color: var(--muted); }

/* ===========================================================
   TESTIMONIALS
   =========================================================== */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.7rem; }
.tcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.9rem; box-shadow: var(--shadow-sm); position: relative; transition: transform .35s var(--ease), box-shadow .35s; }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tcard__quote { position: absolute; top: 1.1rem; right: 1.5rem; font-family: var(--font-display); font-size: 4.5rem; line-height: 1; color: var(--leaf-soft); }
.tstars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 1rem; }
.tstars svg { width: 18px; height: 18px; }
.tcard p { position: relative; z-index: 1; color: var(--body); font-size: 1.02rem; }
.tperson { display: flex; align-items: center; gap: .9rem; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.tavatar { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; color: #fff; font-size: 1.15rem; flex: none; }
.tperson b { display: block; color: var(--ink); font-family: var(--font-body); font-size: .98rem; }
.tperson span { font-size: .84rem; color: var(--muted); }

/* ===========================================================
   SECTORS
   =========================================================== */
.sectors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.3rem; }
.sector { text-align: center; padding: 2rem 1rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-xs); transition: transform .3s var(--ease), box-shadow .3s, background .3s; }
.sector:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: var(--green-700); }
.sector .ic { width: 62px; height: 62px; margin: 0 auto 1rem; border-radius: 50%; background: var(--leaf-soft); color: var(--green-700); display: grid; place-items: center; transition: background .3s, color .3s; }
.sector:hover .ic { background: rgba(255,255,255,.16); color: #fff; }
.sector .ic svg { width: 30px; height: 30px; }
.sector h4 { font-family: var(--font-body); font-weight: 600; font-size: 1rem; color: var(--ink); transition: color .3s; }
.sector:hover h4 { color: #fff; }

/* ===========================================================
   FAQ
   =========================================================== */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 1rem; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq__item.open { box-shadow: var(--shadow); border-color: rgba(29,122,67,.3); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.3rem 1.5rem; font-weight: 600; font-size: 1.06rem; color: var(--ink); }
.faq__q .pm { width: 30px; height: 30px; border-radius: 50%; background: var(--leaf-soft); color: var(--green-700); display: grid; place-items: center; flex: none; transition: transform .3s, background .3s; }
.faq__item.open .pm { transform: rotate(45deg); background: var(--green-600); color: #fff; }
.faq__q .pm svg { width: 16px; height: 16px; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a p { padding: 0 1.5rem 1.4rem; color: var(--muted); font-size: .98rem; }

/* ===========================================================
   CTA BAND
   =========================================================== */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-xl); padding: clamp(2.8rem,6vw,5rem); color: #fff; text-align: center;
  background: radial-gradient(120% 150% at 100% 0%, var(--green-500), var(--green-900)); box-shadow: var(--shadow-lg); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cfe3d6; max-width: 40em; margin: 1rem auto 1.9rem; }
.cta-band .hero__actions { justify-content: center; margin-top: 0; }
.cta-band__deco { position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); }
.cta-band__deco.a { inset: auto -70px -110px auto; width: 340px; height: 340px; }
.cta-band__deco.b { inset: -90px auto auto -70px; width: 240px; height: 240px; background: rgba(255,255,255,.05); }

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.info-card { display: flex; gap: 1rem; padding: 1.35rem; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-xs); margin-bottom: 1.1rem; transition: transform .25s, box-shadow .25s; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.info-card .ic { width: 54px; height: 54px; border-radius: 15px; background: var(--leaf-soft); color: var(--green-700); display: grid; place-items: center; flex: none; }
.info-card .ic svg { width: 26px; height: 26px; }
.info-card h4 { font-family: var(--font-body); font-weight: 600; color: var(--ink); margin-bottom: .15rem; }
.info-card p, .info-card a { color: var(--muted); font-size: .95rem; }
.info-card a:hover { color: var(--green-600); }
.qr-card { text-align: center; padding: 1.7rem; border-radius: var(--radius); background: linear-gradient(160deg, var(--green-700), var(--green-900)); color: #fff; box-shadow: var(--shadow); }
.qr-card h4 { font-family: var(--font-display); font-size: 1.35rem; color: #fff; }
.qr-card img { width: 174px; height: 174px; margin: 1rem auto; border-radius: 14px; background: #fff; padding: 10px; }
.qr-card p { color: #cfe6d6; font-size: .9rem; }
.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.7rem, 4vw, 2.8rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.15rem; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--ink); margin-bottom: .45rem; }
.field label .req { color: #c0392b; }
.field input, .field textarea, .field select { width: 100%; padding: .9rem 1rem; font: inherit; color: var(--ink); background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--radius-sm); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(40,160,86,.16); }
.field textarea { resize: vertical; min-height: 130px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form__note { font-size: .85rem; color: var(--muted); margin-top: 1rem; }
.form__ok { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--radius-sm); background: #e7f6ec; color: #176a35; font-weight: 500; font-size: .92rem; }
.form__ok.show { display: block; }
.map-embed { margin-top: 1.2rem; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 320px; border: 0; display: block; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background:
  radial-gradient(60% 80% at 100% 0%, #103a22 0%, transparent 60%),
  var(--green-900); color: #b9cdbf; padding: 4.5rem 0 1.8rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2.6rem; }
.footer .brand__name { color: #fff; } .footer .brand__name b { color: var(--leaf); } .footer .brand__tag { color: rgba(255,255,255,.5); }
.footer__about { margin: 1.2rem 0 1.4rem; font-size: .95rem; color: #93ad9c; max-width: 32ch; }
.footer h5 { color: #fff; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem; margin-bottom: 1.2rem; }
.footer__links li { margin-bottom: .68rem; }
.footer__links a { color: #a9c1b1; font-size: .94rem; transition: color .2s, padding .2s; }
.footer__links a:hover { color: #fff; padding-left: 5px; }
.footer__contact li { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .9rem; font-size: .94rem; color: #a9c1b1; }
.footer__contact svg { width: 18px; height: 18px; color: var(--leaf); flex: none; margin-top: 3px; }
.socials { display: flex; gap: .7rem; margin-top: 1.3rem; }
.socials a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: background .25s, transform .25s; }
.socials a:hover { background: var(--leaf); color: var(--green-900); transform: translateY(-3px); }
.socials svg { width: 19px; height: 19px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3.2rem; padding-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between; font-size: .86rem; color: #8aa494; }

/* ===========================================================
   FLOATING WHATSAPP
   =========================================================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 62px; height: 62px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 14px 32px -8px rgba(37,211,102,.7); animation: pulse 2.4s infinite; transition: transform .25s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 33px; height: 33px; }
@keyframes pulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.5) } 70%{ box-shadow: 0 0 0 18px rgba(37,211,102,0) } 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0) } }

/* ===========================================================
   REVEAL
   =========================================================== */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay:.1s } .reveal[data-d="2"]{ transition-delay:.2s } .reveal[data-d="3"]{ transition-delay:.3s } .reveal[data-d="4"]{ transition-delay:.4s }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .tgrid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .sectors { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .promise-pillars { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  :root { --nav-h: 76px; }
  .site-header .nav { padding-inline: 1.25rem; }
  .brand__logo, .site-header.scrolled .brand__logo { height: 50px; }
  .nav__toggle { display: block; }
  .nav__links { position: fixed; inset: var(--nav-h) 0 auto 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(249,245,237,.98); backdrop-filter: blur(14px); padding: 1rem 1.5rem 1.6rem; box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .4s var(--ease), opacity .32s ease, visibility .4s; border-bottom: 1px solid var(--line); z-index: 99; }
  body.nav-open .nav__links { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav__links a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink); }
  .site-header:not(.scrolled) .nav__links a { color: var(--ink); }
  .nav__links a::after { display: none; }
  .nav__cta .btn--ghost { display: none; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .split__media .frame { aspect-ratio: 16/12; }
  .split__media::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
}
@media (max-width: 620px) {
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .cats { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .cat { aspect-ratio: 1 / 1.15; }
  .cat__body { padding: .9rem; }
  .cat__body h3 { font-size: 1.02rem; }
  .cat__body span { font-size: .74rem; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero { height: 94svh; }
  .slider__arrows { bottom: 1.4rem; right: 1.2rem; }
  .slider__dots { bottom: 1.7rem; left: 1.2rem; }
  .slider__arrow { width: 50px; height: 50px; }
  .scroll-cue { display: none; }
  .split__media .badge { right: 12px; }
}
@media (max-width: 460px) {
  .dblock { grid-template-columns: 1fr; }
  .dblock__media { aspect-ratio: 16/11; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .slide { transition: opacity .2s; }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
