:root {
  --primary: #167c72;
  --primary-dark: #0b4f4a;
  --primary-soft: #dff4ee;
  --accent: #f2b880;
  --bg: #f7faf8;
  --surface: #ffffff;
  --ink: #173b3a;
  --muted: #6d8582;
  --line: #dceae5;
  --radius: 22px;
  --shadow: 0 10px 35px rgba(21, 70, 65, .08);
}

* { -webkit-font-smoothing: antialiased; }
html { height: 100%; min-height: 100%; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

main.container { flex: 1 0 auto; width: 100%; max-width: 1180px; }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--accent); border-radius: 4px; }
.eyebrow-dark { color: var(--primary); }
.eyebrow-dark > span { background: var(--primary); }

a { color: var(--primary-dark); text-decoration: none; }
a:hover { color: var(--primary); }

/* ---------- Navbar ---------- */
.site-nav {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.site-nav .navbar-brand { color: var(--ink); display: flex; align-items: center; gap: .7rem; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.3px; }
.brand-copy small { color: var(--muted); font-size: .62rem; margin-top: .25rem; }
.brand-logo { height: 28px; width: auto; display: block; }
.logo-badge { background: transparent; padding: 0; border-radius: 0; display: inline-flex; align-items: center; box-shadow: none; }
.logo-badge .brand-logo { height: 42px; }
.site-nav .nav-link {
  color: var(--muted); font-weight: 500; padding: .5rem .9rem !important;
  border-radius: 8px;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--primary-dark); background: var(--bg); }
.nav-search { align-items: center; gap: .55rem; padding: .35rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); }
.nav-search i { color: var(--primary); }
.nav-search .form-control { border: 0; background: transparent; padding: .25rem 0; }
.nav-search .form-control:focus { box-shadow: none; }
.lang-switch { display: flex; align-items: center; gap: .4rem; margin-left: .65rem; }
.lang-switch a { color: var(--muted); font-size: .76rem; font-weight: 700; text-decoration: none; padding: .18rem .35rem; border-radius: 5px; transition: .15s; }
.lang-switch a.lang-active { color: #fff; background: var(--primary); }
.lang-switch a:hover { color: var(--primary-dark); }
.lang-switch a.lang-active:hover { color: #fff; }
.lang-switch span { color: var(--line); font-size: .76rem; }

/* ---------- Buttons ---------- */
.btn-primary {
  background: var(--primary); border-color: var(--primary);
  font-weight: 600; border-radius: 999px; padding: .5rem 1.25rem;
}
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-outline-primary { color: var(--primary-dark); border-color: var(--primary); border-radius: 999px; }
.btn-outline-primary:hover { background: var(--primary); border-color: var(--primary); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; display: flex; align-items: center; min-height: 450px; background: linear-gradient(120deg, #0b4f4a, #167c72 72%, #2b9c87); color: #fff; border-radius: 0 0 34px 34px; padding: 4.5rem clamp(1.5rem, 6vw, 5rem); margin: -1.5rem -12px 0; }
.hero-content { position: relative; z-index: 2; max-width: 650px; animation: hero-rise .75s ease both; }
.hero h1 { margin: 1rem 0 .8rem; font-weight: 800; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -.075em; animation: hero-rise .75s .08s ease both; }
.hero h1 em { color: #f6c797; font-style: normal; }
.hero p { color: rgba(255,255,255,.8); font-size: 1.05rem; max-width: 590px; margin: 0; animation: hero-rise .75s .16s ease both; }
.hero .search-wrap { max-width: 570px; margin: 1.8rem 0 0; display: flex; align-items: center; gap: .6rem; background: #fff; padding: .45rem .55rem .45rem 1rem; border-radius: 999px; box-shadow: 0 15px 35px rgba(5,50,47,.2); animation: hero-rise .75s .24s ease both; }
.hero .search-wrap i { color: var(--primary); animation: search-pulse 2.4s ease-in-out infinite; }
.hero .search-wrap input { border: 0; flex: 1; padding: .55rem; outline: none; color: var(--ink); min-width: 0; }
.hero .search-wrap button { border-radius: 999px; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease; }
.hero .search-wrap button:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(11,79,74,.2); }
.hero-trust { margin-top: 1rem; color: rgba(255,255,255,.62); font-size: .72rem; animation: hero-rise .75s .32s ease both; }
.hero-trust i { color: #a5e4d1; margin-right: .35rem; animation: trust-blink 2.4s ease-in-out infinite; }
.hero-visual { position: absolute; right: 7%; top: 50%; width: 330px; height: 330px; transform: translateY(-50%); border-radius: 50%; background: rgba(255,255,255,.09); animation: visual-breathe 5s ease-in-out infinite; }
.visual-ring { position: absolute; inset: 35px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; animation: ring-spin 22s linear infinite; }
.visual-ring:after { content: ''; position: absolute; inset: 35px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; animation: ring-spin 14s linear infinite reverse; }
.hero-products { position: absolute; z-index: 1; inset: 0; }
.hero-product { position: absolute; left: 50%; top: 50%; width: 62%; max-height: 250px; object-fit: contain; opacity: 0; transform: translate(-50%, -50%) scale(.92); filter: drop-shadow(0 20px 18px rgba(5,50,47,.26)); transition: opacity .8s ease, transform .8s ease; }
.hero-product.is-active { opacity: 1; transform: translate(-50%, -50%) scale(1); animation: machine-float 4.5s ease-in-out infinite; }
.visual-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: .7rem; padding: .9rem 1rem; background: #fff; color: var(--ink); border-radius: 16px; box-shadow: 0 16px 30px rgba(5,50,47,.22); min-width: 200px; }
.visual-card i { display: grid; place-items: center; width: 38px; height: 38px; background: var(--primary-soft); color: var(--primary); border-radius: 12px; font-size: 1.2rem; }
.visual-card span { display: flex; flex-direction: column; line-height: 1.25; }
.visual-card strong { font-size: .82rem; }
.visual-card small { color: var(--muted); font-size: .68rem; margin-top: .2rem; }
.visual-card-top { top: 28px; right: -42px; transform: rotate(4deg); animation: card-float-top 4.5s ease-in-out infinite; }
.visual-card-bottom { bottom: 24px; left: -42px; transform: rotate(-4deg); animation: card-float-bottom 5s .4s ease-in-out infinite; }
.hero-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.hero-glow-one { right: -100px; top: -180px; animation: glow-drift 8s ease-in-out infinite; }
.hero-glow-two { left: 32%; bottom: -330px; animation: glow-drift 10s 1s ease-in-out infinite reverse; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes visual-breathe { 0%, 100% { transform: translateY(-50%) scale(1); } 50% { transform: translateY(-50%) scale(1.035); } }
@keyframes ring-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes machine-float { 0%, 100% { transform: translate(-50%, -50%) rotate(-1deg); } 50% { transform: translate(-50%, calc(-50% - 8px)) rotate(1deg); } }
@keyframes card-float-top { 0%, 100% { margin-top: 0; } 50% { margin-top: -10px; } }
@keyframes card-float-bottom { 0%, 100% { margin-bottom: 0; } 50% { margin-bottom: -12px; } }
@keyframes glow-drift { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes search-pulse { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.18); opacity: 1; } }
@keyframes trust-blink { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .hero-content, .hero h1, .hero p, .hero .search-wrap, .hero-trust, .hero-visual, .visual-ring, .visual-ring:after, .hero-machine, .visual-card-top, .visual-card-bottom, .hero-glow-one, .hero-glow-two, .hero .search-wrap i, .hero-trust i { animation: none; } }

.product-promo { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden; margin: 2.5rem 0 1rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #cfe7df; border-radius: 28px; background: linear-gradient(115deg, #e8f7f0 0%, #f8fcf9 62%, #d7efe5 100%); box-shadow: var(--shadow); }
.product-promo-copy { position: relative; z-index: 1; max-width: 570px; }
.product-promo h2 { max-width: 500px; margin: .7rem 0 .5rem; color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.12; letter-spacing: -.055em; font-weight: 800; }
.product-promo p { color: var(--muted); margin-bottom: 1.15rem; }
.product-price-row { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin-bottom: .35rem; }
.product-price-row strong { color: var(--primary-dark); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.06em; }
.product-price-row del { color: #8b9d99; font-size: 1rem; }
.product-save { padding: .3rem .65rem; border-radius: 999px; color: #9a5c24; background: #fce7d0; font-size: .7rem; font-weight: 800; }
.product-deadline { font-size: .78rem; }
.product-deadline i { color: var(--primary); margin-right: .25rem; }
.product-deadline strong { color: var(--primary-dark); }
.product-cta { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.15rem; }
.testimonial-link { display: block; width: fit-content; margin-top: .7rem; color: var(--primary-dark); font-size: .78rem; font-weight: 800; }
.testimonial-link:hover { color: var(--primary); }
.testimonial-link i { margin-right: .25rem; }
.product-promo-image { position: relative; display: flex; align-items: center; justify-content: center; flex: 0 0 42%; min-height: 290px; }
.product-promo-image:before { content: ''; position: absolute; width: 255px; height: 255px; border-radius: 50%; background: rgba(255,255,255,.72); }
.product-image-button { position: relative; z-index: 1; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-promo-image img { position: relative; display: block; max-width: 100%; max-height: 320px; object-fit: contain; border-radius: 16px; filter: drop-shadow(0 18px 18px rgba(22,75,67,.15)); transition: transform .25s ease; }
.product-image-button:hover img { transform: scale(1.04); }
.product-zoom-hint { position: absolute; right: .5rem; bottom: .4rem; display: flex; align-items: center; gap: .3rem; padding: .4rem .6rem; border-radius: 999px; color: #fff; background: rgba(11,79,74,.82); font-size: .65rem; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.product-image-button:hover .product-zoom-hint { opacity: 1; transform: translateY(0); }
.product-lightbox { position: fixed; z-index: 1050; inset: 0; display: grid; place-items: center; align-content: center; gap: 1rem; padding: 3rem; background: rgba(5,35,33,.86); backdrop-filter: blur(10px); }
.product-lightbox[hidden] { display: none; }
.product-lightbox img { display: block; max-width: min(900px, 92vw); max-height: 88vh; object-fit: contain; border-radius: 18px; box-shadow: 0 25px 70px rgba(0,0,0,.35); animation: lightbox-in .25s ease both; }
.lightbox-close { position: absolute; top: 1.25rem; right: 1.5rem; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; }
.lightbox-close:hover { background: rgba(255,255,255,.24); }
body.lightbox-open { overflow: hidden; }
@keyframes lightbox-in { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.product-badge { position: absolute; top: 5px; right: 0; z-index: 2; padding: .45rem .7rem; border-radius: 999px; color: #fff; background: var(--primary-dark); font-size: .62rem; font-weight: 800; letter-spacing: .08em; box-shadow: 0 8px 18px rgba(11,79,74,.18); }

.homepage-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0 1rem; }
.homepage-product-card { display: flex; align-items: center; gap: 1rem; min-width: 0; padding: .8rem; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--surface); box-shadow: var(--shadow); text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.homepage-product-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(21,70,65,.14); }
.homepage-product-card img { width: 78px; height: 78px; flex: 0 0 78px; object-fit: contain; border-radius: 10px; background: #f6f8fa; }
.homepage-product-thumb { position: relative; flex: 0 0 78px; }
.product-count-badge { position: absolute; right: 4px; bottom: 4px; display: inline-flex; align-items: center; gap: .2rem; padding: .12rem .45rem; border-radius: 999px; color: #fff; background: rgba(11,79,74,.85); font-size: .62rem; font-weight: 800; }
.product-image-button .product-count-badge { right: .7rem; bottom: .7rem; font-size: .7rem; padding: .25rem .6rem; }
/* gallery (lightbox + viewer) */
.product-lightbox .g-main, .product-viewer .g-main { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; }
.product-lightbox [data-raw-img] { touch-action: none; will-change: transform; }
.z-tools { position: absolute; right: 1rem; bottom: 1rem; z-index: 3; display: flex; gap: .4rem; }
.z-tools button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: 1rem; cursor: pointer; }
.z-tools button:hover { background: rgba(255,255,255,.24); }
.g-nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; font-size: 1.1rem; }
.g-nav:hover { background: rgba(255,255,255,.24); }
.g-prev { left: .5rem; }
.g-next { right: .5rem; }
.g-count { position: absolute; bottom: .6rem; left: 50%; transform: translateX(-50%); padding: .15rem .6rem; border-radius: 999px; color: #fff; background: rgba(0,0,0,.55); font-size: .7rem; font-weight: 700; }
.g-thumbs { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; max-width: min(900px, 92vw); }
.g-thumb { padding: 0; border: 2px solid transparent; border-radius: 10px; background: transparent; cursor: pointer; opacity: .65; transition: .15s; }
.g-thumb.active, .g-thumb:hover { border-color: #fff; opacity: 1; }
.product-viewer .g-thumb img, .product-lightbox .g-thumb img { width: 58px; height: 58px; max-width: 58px; max-height: 58px; object-fit: cover; border-radius: 8px; box-shadow: none; animation: none; }
.homepage-product-card span { display: flex; min-width: 0; flex-direction: column; gap: .25rem; }
.homepage-product-card strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.homepage-product-card small { color: var(--primary); font-weight: 800; }
.product-viewer { position: fixed; z-index: 1060; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 2rem; background: rgba(3,19,18,.96); animation: lightbox-in .25s ease both; }
.product-viewer[hidden] { display: none; }
.product-viewer img { width: min(92vw, 1100px); height: min(82vh, 800px); object-fit: contain; }
.product-viewer-copy { display: flex; flex-direction: column; align-items: center; gap: .3rem; max-width: 700px; text-align: center; }
.product-viewer strong { color: #fff; font-size: 1.1rem; }
.product-viewer-copy span { color: var(--accent); font-weight: 800; }
.product-viewer-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: .85rem; }
.product-viewer-close { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.15); font-size: 1rem; }
.quick-topics { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; padding: 1.1rem 0 2.7rem; }
.quick-label { color: var(--muted); font-size: .75rem; font-weight: 700; margin-right: .3rem; }
.quick-topics a { padding: .5rem .85rem; border: 1px solid var(--line); background: var(--surface); border-radius: 999px; color: var(--ink); font-size: .77rem; font-weight: 600; transition: .2s ease; }
.quick-topics a:hover { color: var(--primary-dark); border-color: var(--primary); transform: translateY(-2px); }
.quick-topics a i { color: var(--primary); margin-left: .2rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }
.section-heading .section-title { margin: .35rem 0 0; font-size: 1.65rem; }
.view-all { color: var(--primary); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.view-all i { margin-left: .3rem; }

/* ---------- Cards / posts ---------- */
.card-post {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; height: 100%;
}
.card-post .card-body { padding: 1.35rem; }
.card-post:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(15,23,42,.12); }
.card-post .card-img-top { height: 190px; object-fit: cover; }
.card-post .cat-pill {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .4px;
  text-transform: uppercase; color: var(--primary-dark); background: var(--primary-soft);
  padding: .2rem .6rem; border-radius: 999px; text-decoration: none;
}
.card-post .card-title a { color: var(--ink); font-weight: 700; }
.card-post .card-title a:hover { color: var(--primary-dark); }
.meta { font-size: .82rem; color: var(--muted); }

/* ---------- Sidebar widgets ---------- */
.widget { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem; box-shadow: var(--shadow); margin-bottom: 1.5rem; }
.widget h5 { font-weight: 700; margin: .8rem 0 .65rem; padding-bottom: .6rem; border-bottom: 2px solid var(--primary-soft); }
.widget-intro { background: linear-gradient(145deg, #e5f6ef, #fff); }
.widget-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--primary); background: #fff; border-radius: 13px; box-shadow: 0 5px 14px rgba(21,70,65,.08); }
.cat-list { list-style: none; padding: 0; margin: 0; }
.cat-list li { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px dashed var(--line); }
.cat-list li:last-child { border-bottom: 0; }
.cat-list a { color: var(--ink); font-weight: 500; }
.cat-list a:hover { color: var(--primary-dark); }
.mini-post { display: flex; gap: .75rem; margin-bottom: .9rem; }
.mini-post img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.mini-post a { color: var(--ink); font-weight: 600; font-size: .92rem; }
.mini-post a:hover { color: var(--primary-dark); }

/* ---------- Article ---------- */
.article-layout { max-width: 920px; margin: 0 auto; }
.article-main { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: clamp(1.3rem, 4vw, 3.5rem); box-shadow: var(--shadow); }
.article-category { display: inline-flex; align-items: center; gap: .35rem; color: var(--primary); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-title { max-width: 760px; margin: .85rem 0 .65rem; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.06em; font-weight: 800; }
.article-meta { color: var(--muted); font-size: .8rem; }
.article-cover { width: 100%; max-height: 480px; object-fit: cover; border-radius: 20px; margin-bottom: 1.6rem; }
.article-video-wrap { margin: 0 0 1.6rem; }
.article-video { display: block; width: 100%; max-height: 520px; border-radius: 20px; background: #102f2d; }
.article-video-wrap figcaption { margin-top: .5rem; color: var(--muted); font-size: .85rem; text-align: center; }
.article-body { font-size: 1.08rem; line-height: 1.85; color: #355451; }
.article-body h2, .article-body h3 { color: var(--ink); line-height: 1.2; margin-top: 2rem; }
.article-body img { max-width: 100%; border-radius: 16px; margin: 1rem 0; }
.article-body blockquote { border-left: 4px solid var(--primary); padding: 1rem 1.25rem; color: var(--muted); background: var(--primary-soft); border-radius: 0 12px 12px 0; margin: 1.5rem 0; }
.article-body pre, .article-body code { background: #edf5f2; padding: 2px 6px; border-radius: 6px; }
.article-body pre { padding: 14px; overflow: auto; }
.article-divider { height: 1px; background: var(--line); margin: 2.5rem 0; }
.subsection-title { display: flex; align-items: center; gap: .55rem; font-weight: 800; }
.subsection-title span { display: inline-grid; place-items: center; min-width: 25px; height: 25px; padding: 0 .4rem; border-radius: 999px; color: var(--primary); background: var(--primary-soft); font-size: .7rem; }

/* ---------- Interior pages ---------- */
.page-hero { padding: 2rem 0 1.8rem; margin-bottom: 1.5rem; }
.page-hero h1 { margin: .6rem 0 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.06em; font-weight: 800; }
.page-hero p { max-width: 620px; color: var(--muted); margin: .65rem 0 0; }
.page-content { max-width: 800px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.3rem, 4vw, 2.8rem); box-shadow: var(--shadow); }
.page-content .form-control, .search-page-form .form-control { border: 1px solid var(--line); border-radius: 13px; padding: .8rem 1rem; background: var(--bg); }
.page-content .form-control:focus, .search-page-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 .2rem rgba(22,124,114,.12); }
.page-content .fs-5 { color: #355451; line-height: 1.85; }
.page-content img { display: block; max-width: 100%; height: auto; margin: 1.5rem 0; border-radius: 12px; }
.raw-page-content { width: 100%; max-width: 840px; margin: 0 auto; text-align: left; }
.raw-page-content h1, .raw-page-content h2 { text-align: center; }
.raw-page-content h1 { margin: .8rem 0 .4rem; color: var(--ink); font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: -.03em; font-weight: 800; }
.raw-page-content h2 { margin: 2.2rem 0 1rem; color: var(--ink); font-size: clamp(1.3rem, 3vw, 1.8rem); letter-spacing: -.02em; font-weight: 800; }
.raw-page-content > :first-child { margin-top: 0; }
.raw-page-content > :last-child { margin-bottom: 0; }
.raw-page-content p { margin: 0 0 1rem; line-height: 1.85; color: #355451; }
.raw-page-content div[align="center"] p, .raw-page-content div[align="center"] h1 { color: inherit; }
.raw-page-content blockquote { margin: 2rem auto; padding: 1.4rem 1.6rem; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #e5f6ef, #fff); text-align: center; color: var(--primary-dark); font-weight: 800; line-height: 1.7; }
.raw-page-content hr { max-width: 220px; margin: 2.2rem auto; border: 0; height: 1px; background: var(--line); }
.raw-page-content p > img { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto; }
.raw-page-content img[width] { width: auto; max-width: 100%; }
.contact-whatsapp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; margin-bottom: 1.4rem; }
.contact-whatsapp { display: flex; align-items: center; gap: .85rem; padding: 1rem; border: 1px solid #cde9d9; border-radius: 16px; background: #effaf3; }
.contact-whatsapp-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; color: #fff; background: #20a957; border-radius: 13px; font-size: 1.35rem; }
.contact-whatsapp > div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; flex: 1; }
.contact-label { color: #4d8061; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-whatsapp strong { color: #1d593b; font-size: .88rem; margin-top: .2rem; }
.contact-whatsapp small { color: #5f806c; margin-top: .2rem; }
.btn-whatsapp { display: inline-flex; align-items: center; gap: .35rem; color: #fff; background: #20a957; border-radius: 999px; padding: .55rem .85rem; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.btn-whatsapp:hover { color: #fff; background: #168a46; }
.contact-divider { display: flex; align-items: center; gap: .7rem; margin: 1.2rem 0; color: var(--muted); font-size: .72rem; }
.contact-divider:before, .contact-divider:after { content: ''; height: 1px; flex: 1; background: var(--line); }
.search-page-form { display: flex; gap: .75rem; max-width: 760px; margin-bottom: 1.5rem; }
.search-page-form > div:first-child { flex: 1; }
.search-page-form .btn { min-width: 120px; }
.search-hero { padding-bottom: 1rem; }
.testimonials-list { display: grid; gap: 1.5rem; }
.testimonial-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.65); border-radius: 28px; background: rgba(255,255,255,.42); box-shadow: 0 18px 50px rgba(21,70,65,.08); backdrop-filter: blur(18px); }
.testimonial-feature-reverse .testimonial-feature-media { order: 2; }
.testimonial-feature-reverse .testimonial-card-body { order: 1; }
.testimonial-feature-media { position: relative; display: flex; align-items: center; justify-content: center; padding: 1.3rem; background: linear-gradient(145deg, rgba(11,79,74,.92), rgba(22,124,114,.7)); }
.testimonial-number { position: absolute; z-index: 2; top: 1.3rem; left: 1.3rem; color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.testimonial-media { display: block; width: 100%; height: 290px; object-fit: cover; border-radius: 18px; background: rgba(255,255,255,.12); }
.testimonial-video-player { position: fixed; z-index: 1055; inset: 0; display: flex; align-items: center; justify-content: center; padding: 2rem; background: rgba(3,19,18,.96); opacity: 0; transform: scale(.96); transition: opacity .25s ease, transform .25s ease; }
.testimonial-video-player:not([hidden]) { opacity: 1; transform: scale(1); }
.testimonial-video-player video.testimonial-media { width: min(92vw, 1100px); height: min(86vh, 800px); max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; background: #000; }
.testimonial-video-player:fullscreen { padding: 2rem; background: #000; }
.testimonial-video-player:fullscreen video.testimonial-media { width: 100%; height: 100%; }
.testimonial-video-player .video-close-button { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 1; }
body:has(.testimonial-video-player:not([hidden])) { overflow: hidden; }
.testimonial-video-shell { width: 100%; }
.testimonial-card-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3.2rem); background: rgba(255,255,255,.32); }
.testimonial-kicker { color: var(--primary); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.video-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 230px; padding: 1.5rem; text-align: center; color: #dff4ee; background: linear-gradient(145deg, #0b4f4a, #167c72); border-radius: 16px; }
.video-play-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: .75rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #0b4f4a; background: #fff; font-size: 1.7rem; transition: transform .2s ease; }
.video-placeholder:hover .video-play-icon { transform: scale(1.08); }
.video-placeholder strong { color: #fff; font-size: .92rem; }
.video-placeholder small { margin-top: .25rem; color: rgba(255,255,255,.68); }
.video-open-button, .video-close-button { display: inline-flex; align-items: center; gap: .35rem; border: 0; border-radius: 999px; font-size: .72rem; font-weight: 800; cursor: pointer; }
.video-open-button { margin-top: 1rem; padding: .62rem .9rem; color: var(--primary-dark); background: #fff; }
.video-close-button { margin: .55rem 0 0; padding: .45rem .7rem; color: var(--muted); background: var(--bg); }
.testimonial-card-body { position: relative; }
.testimonial-card-body p { max-width: 490px; margin: .8rem 0 1.5rem; color: #355451; font-size: clamp(1rem, 2vw, 1.28rem); line-height: 1.7; }
.testimonial-card-body strong, .testimonial-card-body small { display: block; }
.testimonial-card-body strong { font-size: .9rem; }
.testimonial-card-body small { margin-top: .2rem; }
.testimonial-card-body strong { color: var(--ink); font-size: .85rem; }
.testimonial-card-body small { color: var(--muted); margin-top: .2rem; }
.testimonial-quote { color: var(--primary); font-size: 1.5rem; }
.empty-state { padding: 3rem 1.5rem; text-align: center; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); }
.empty-state i { color: var(--primary); font-size: 2rem; }
.empty-state h3 { color: var(--ink); font-size: 1.2rem; }
.delivery-section { margin-top: 4rem; padding: 2.2rem 0 1rem; }
.delivery-section .section-heading { margin-bottom: 1.25rem; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.delivery-card { overflow: hidden; padding: .65rem; border: 1px solid rgba(255,255,255,.72); border-radius: 20px; background: rgba(255,255,255,.52); box-shadow: 0 14px 35px rgba(21,70,65,.07); backdrop-filter: blur(14px); }
.delivery-card video, .delivery-video-el { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; border-radius: 14px; background: #102f2d; cursor: pointer; }
.delivery-facade-btn { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; border: 0; border-radius: 14px; background: radial-gradient(120% 90% at 80% 0%, rgba(43,156,135,.55) 0%, transparent 55%), radial-gradient(100% 100% at 10% 100%, rgba(242,184,128,.18) 0%, transparent 50%), #102f2d; cursor: pointer; padding: 0; text-align: left; transition: transform .2s ease, box-shadow .2s ease; }
.delivery-facade-btn::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to top, black 30%, transparent 85%); opacity: .6; }
.delivery-facade-btn:hover { box-shadow: 0 12px 30px rgba(11,79,74,.28); }
.delivery-facade-btn:hover .delivery-play { transform: translate(-50%, -50%) scale(1.08); }
.delivery-badge { position: absolute; z-index: 2; top: .7rem; left: .7rem; display: inline-flex; align-items: center; gap: .35rem; padding: .32rem .65rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.delivery-badge i { color: var(--accent); }
.delivery-play { position: absolute; z-index: 2; left: 50%; top: 42%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #fff; color: var(--primary-dark); font-size: 1.7rem; box-shadow: 0 12px 28px rgba(0,0,0,.32), 0 0 0 8px rgba(255,255,255,.14); transition: transform .2s ease; }
.delivery-play::after { content: ''; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; animation: delivery-ping 2.4s ease-out infinite; }
@keyframes delivery-ping { 0% { transform: scale(.9); opacity: .9; } 70% { transform: scale(1.15); opacity: 0; } 100% { opacity: 0; } }
.delivery-facade-meta { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: .15rem; padding: 2rem .9rem .8rem; background: linear-gradient(to top, rgba(3,19,18,.88) 20%, transparent); }
.delivery-facade-meta strong { color: #fff; font-size: .88rem; font-weight: 700; letter-spacing: -.2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.delivery-facade-meta small { display: inline-flex; align-items: center; gap: .3rem; color: rgba(255,255,255,.68); font-size: .7rem; }
.delivery-facade-meta small i { color: #a5e4d1; }
.delivery-card h3 { margin: .85rem .5rem .25rem; color: var(--ink); font-size: .92rem; }
.delivery-card p { margin: 0 .5rem .65rem; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.delivery-empty { display: flex; align-items: center; gap: .65rem; padding: 1.2rem 1.3rem; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); font-size: .82rem; }
.delivery-empty i { color: var(--primary); font-size: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { flex-shrink: 0; background: #103b39; color: #b6d0ca; margin-top: auto; padding: 2.5rem 0 1.5rem; }
.site-footer a { color: #b6d0ca; }
.site-footer a:hover { color: #fff; }
.footer-topline { display: flex; gap: .35rem; margin-bottom: 2rem; }
.footer-topline span { display: block; width: 32px; height: 3px; border-radius: 4px; background: #66b9a4; }
.footer-topline span:nth-child(2) { width: 10px; background: #f2b880; }

/* misc */
.section-title { font-weight: 800; letter-spacing: -.4px; }
.text-primary-soft { color: var(--primary-dark) !important; }

@media (max-width: 991px) {
  .hero { margin-left: -12px; margin-right: -12px; padding: 3.5rem 2rem; }
  .hero-visual { opacity: .24; right: -70px; }
  .site-nav .navbar-collapse { padding: 1rem 0; }
  .nav-search { margin-top: .6rem; }
  .delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid { row-gap: 1.5rem; }
}

@media (max-width: 575px) {
  .hero { min-height: 510px; padding: 3rem 1.25rem; align-items: flex-start; }
  .hero h1 { font-size: 2.65rem; }
  .hero .search-wrap { border-radius: 18px; flex-wrap: wrap; padding: .7rem; }
  .hero .search-wrap input { flex-basis: calc(100% - 2rem); }
  .hero .search-wrap button { width: 100%; margin-top: .25rem; }
  .hero-visual { right: -150px; top: 72%; transform: scale(.75); }
  .quick-topics { padding-bottom: 2rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-promo { align-items: flex-start; flex-direction: column; }
  .product-promo-image { width: 100%; min-height: 190px; }
  .product-promo-image img { max-height: 210px; }
  .product-badge { right: 8%; }

  .search-page-form { flex-direction: column; }
  .search-page-form > div { width: 100%; }
  .contact-whatsapp { align-items: flex-start; flex-wrap: wrap; }
  .contact-whatsapp-grid { grid-template-columns: 1fr; }
  .btn-whatsapp { margin-left: 3.1rem; }

  .search-page-form .btn { width: 100%; }
  .article-main { border-radius: 18px; }
  .testimonial-feature { display: block; min-height: 0; border-radius: 20px; }
  .testimonial-feature-reverse .testimonial-feature-media, .testimonial-feature-reverse .testimonial-card-body { order: initial; }
  .testimonial-feature-media { min-height: 280px; }
  .testimonial-card-body { padding: 1.5rem; }

  /* phone: 1 column grids, no squeeze */
  .delivery-grid { grid-template-columns: minmax(0, 1fr); gap: .85rem; }
  .delivery-section { margin-top: 2.5rem; padding: 1.2rem 0 .5rem; }
  .delivery-card { border-radius: 16px; }
  .delivery-play { width: 54px; height: 54px; font-size: 1.45rem; }
  .delivery-badge { font-size: .58rem; }
  .delivery-facade-meta strong { font-size: .82rem; }
  .homepage-products { grid-template-columns: minmax(0, 1fr); }
  .homepage-product-card strong { white-space: normal; }
  .quick-topics { gap: .5rem; }
  .quick-topics a { font-size: .72rem; }
  .section-heading .section-title { font-size: 1.35rem; }
  .product-viewer, .product-lightbox { padding: 1rem; }
  .testimonial-video-player { padding: 1rem; }
}
