@charset "UTF-8";
:root{
  --bg:#f3f8f4;
  --surface:#ffffff;
  --surface-2:#f7fbf7;
  --text:#163427;
  --muted:#5f7667;
  --line:#d9e7dd;
  --brand:#1f7a4d;
  --brand-2:#62be8a;
  --dark:#123022;
  --shadow:0 18px 48px rgba(21,61,40,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html,body{overflow-x:hidden}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(98,190,138,.10), transparent 26%),
    linear-gradient(180deg,#eef4fa 0%,#f8fbfe 42%,#f4f8fb 100%);
}
a{transition:.2s ease;color:var(--brand)}
a:hover{color:#165f3b}
img{max-width:100%;display:block}

.topbar{
  background:#f3f5f4;
  padding:.65rem 0;
  border-bottom:1px solid rgba(22,52,39,.08);
}
.topbar-link{color:var(--text); text-decoration:none}
.topbar-link:hover{color:var(--brand)}
.main-nav{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 12px 32px rgba(21,61,40,.10);
}
.brand-wrap{display:flex;align-items:center;gap:.85rem;color:var(--text);text-decoration:none}
.brand-wrap strong{display:block;line-height:1.1}
.brand-wrap small{display:block;color:rgba(22,52,39,.78);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{
  width:50px;height:50px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:1.18rem;
  box-shadow:0 12px 24px rgba(31,122,77,.22)
}
.navbar-nav .nav-link{color:var(--text);font-weight:500}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--brand)}
.premium-toggler{border-color:rgba(255,255,255,.16); border-radius:14px; padding:.5rem .75rem}
.btn-brand,.btn-soft{
  border-radius:999px;padding:.85rem 1.25rem;font-weight:600
}
.btn-brand{
  color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));border:none;
  box-shadow:0 14px 30px rgba(31,122,77,.22)
}
.btn-brand:hover{color:#fff;transform:translateY(-1px)}
.btn-soft{
  background:#fff;color:var(--dark);border:1px solid rgba(255,255,255,.28)
}
.btn-soft:hover{transform:translateY(-1px)}

 .hero{
  position:relative;
  padding:96px 0 72px;
  background:
    radial-gradient(circle at 84% 12%, rgba(142,214,169,.26), transparent 18%),
    linear-gradient(135deg,#123725 0%,#1f7a4d 58%,#62be8a 100%);
  color:#fff;
}
.hero:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.52),transparent);
  pointer-events:none;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:.55rem;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;
  padding:.58rem .95rem;border-radius:999px;margin-bottom:1rem;font-size:.92rem
}
.hero h1{
  font-size:clamp(2.3rem,4vw,4.25rem);line-height:1.02;letter-spacing:-.03em;margin-bottom:1rem
}
.hero p.lead{color:rgba(255,255,255,.82);font-size:1.07rem;line-height:1.8;max-width:640px}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.5rem}

.hero-panel{
  position:relative;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:32px;padding:1.25rem;box-shadow:0 30px 60px rgba(0,0,0,.18)
}
.slider-shell{
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.13);
  border-radius:26px;
  overflow:hidden;
  backdrop-filter:blur(10px);
}
.slider-track{position:relative; min-height:420px}
.slide-item{
  position:absolute; inset:0; opacity:0; visibility:hidden;
  transition:opacity .55s ease, transform .55s ease;
  transform:translateX(18px);
  padding:1rem;
}
.slide-item.active{opacity:1; visibility:visible; transform:translateX(0)}
.slide-media{
  height:255px; border-radius:22px; overflow:hidden; background:#183826;
  box-shadow:0 16px 34px rgba(0,0,0,.15)
}
.slide-media img{width:100%;height:100%;object-fit:cover}
.slide-body{padding:1rem .25rem .2rem}
.slide-label{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;
  color:rgba(255,255,255,.74)
}
.slide-body h3{font-size:1.55rem;margin:.65rem 0 .5rem}
.slide-body p{color:rgba(255,255,255,.78);line-height:1.75;margin:0}
.slider-dots{display:flex;gap:.55rem;padding:0 1.25rem 1.2rem}
.slider-dot{
  width:12px;height:12px;border-radius:999px;border:none;background:rgba(255,255,255,.28)
}
.slider-dot.active{background:#fff}
.hero-highlights{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:1.1rem
}
.hi-box{
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1rem
}
.hi-box strong{display:block;font-size:1.2rem}
.hi-box span{font-size:.9rem;color:rgba(255,255,255,.76)}

.section{padding:78px 0}
.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--brand);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}
.section-title{font-size:clamp(1.9rem,3vw,3rem);letter-spacing:-.03em;margin:.45rem 0}
.section-subtitle{color:var(--muted);max-width:760px;line-height:1.8}
.glass-card,.feature-card,.sector-card,.contact-card,.page-card,.cta-band,.product-detail-card{
  background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.85);backdrop-filter:blur(10px);box-shadow:var(--shadow);border-radius:var(--radius)
}
.product-card{
  height:100%;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbf7);
  border:1px solid rgba(206,224,212,.85);box-shadow:var(--shadow);transition:.22s ease
}
.product-card:hover,.sector-card:hover,.feature-card:hover{transform:translateY(-5px)}
.product-media{
  position:relative;height:220px;overflow:hidden;background:#0b2033
}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-body{padding:1.35rem 1.35rem 1.5rem}
.product-body h4{font-size:1.25rem;margin-bottom:.45rem}
.product-meta{
  display:inline-flex;align-items:center;gap:.45rem;background:#eef7f1;color:var(--brand);
  border-radius:999px;padding:.4rem .72rem;font-size:.86rem;font-weight:600
}
.product-summary{color:var(--muted);line-height:1.7;min-height:82px}
.link-arrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--brand);font-weight:700;text-decoration:none}

.about-shell{display:grid;grid-template-columns:1.12fr .88fr;gap:1.35rem}
.about-panel{padding:2rem}
.about-panel p{color:var(--muted);line-height:1.9}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}
.metric-card{
  border-radius:22px;padding:1.2rem;background:linear-gradient(180deg,#fff,#f7fbf7);border:1px solid var(--line)
}
.metric-card i{font-size:1.3rem;color:var(--brand)}
.metric-card h5{margin:.75rem 0 .4rem}.metric-card p{margin:0;color:var(--muted)}
.capability-card{
  padding:1.35rem;border-radius:24px;background:linear-gradient(180deg,#173725,#20452e);color:#fff;height:100%
}
.capability-card p{color:rgba(255,255,255,.72)}
.capability-card .cap-icon{
  width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));margin-bottom:1rem
}
.sector-card{padding:1.25rem;height:100%;transition:.22s ease}
.sector-top{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}
.icon-badge{
  width:56px;height:56px;min-width:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 16px 26px rgba(31,122,77,.16);font-size:1.3rem
}
.sector-card p{color:var(--muted);line-height:1.7;min-height:80px}

.page-hero{
  position:relative;
  overflow:hidden;
  padding:110px 0 90px;
  background:linear-gradient(135deg,#123725 0%,#1f7a4d 52%,#62be8a 100%);
  color:#fff;
  text-align:center;
}
.page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url('../img/page-hero-nature-pattern.svg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  opacity:.24;
  pointer-events:none;
}
.page-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 15% 20%, rgba(255,255,255,.10), transparent 28%),
             radial-gradient(circle at 82% 22%, rgba(255,255,255,.12), transparent 24%),
             radial-gradient(circle at 50% 100%, rgba(255,255,255,.08), transparent 30%);
  pointer-events:none;
}
.page-hero .container{position:relative;z-index:2;text-align:center}
.page-hero .eyebrow,.page-hero .section-title,.page-hero h1,.page-hero p,.page-hero .text-white-50,.page-hero .page-tag{
  text-align:center !important;
}
.page-hero .eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin-bottom:1rem}
.page-hero .section-title,.page-hero h1{margin-left:auto;margin-right:auto;max-width:900px}
.page-hero .text-white-50,.page-hero .page-tag{color:rgba(255,255,255,.86)!important;font-size:1.08rem;max-width:760px;margin:.85rem auto 0}
.page-card,.product-detail-card,.contact-card{padding:2rem}
.page-card p,.page-card li,.product-detail-card,.contact-card p{line-height:1.9;color:var(--muted)}
.page-card ul{padding-left:1.1rem}
.contact-card .info-row{display:flex;gap:.85rem;margin-bottom:1rem;align-items:flex-start}
.contact-card .info-row i{font-size:1.1rem;color:var(--brand)}
.form-control,.form-select{
  border-radius:16px;min-height:52px;border:1px solid #d6e2ee;box-shadow:none
}
textarea.form-control{min-height:160px}
.form-control:focus,.form-select:focus{border-color:#8fd0a6;box-shadow:0 0 0 .22rem rgba(98,190,138,.18)}

.site-footer{margin-top:76px;padding:68px 0 22px;background:#081521;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .75fr 1fr;gap:1.35rem}
.footer-brand{display:flex;gap:1rem;align-items:flex-start}
.footer-title{margin-bottom:1rem}
.footer-links,.footer-contact{list-style:none;padding:0;margin:0}
.footer-links li+li,.footer-contact li+li{margin-top:.7rem}
.footer-links a{color:rgba(255,255,255,.72);text-decoration:none}
.footer-links a:hover{color:#fff}
.footer-contact li{display:flex;gap:.7rem;color:rgba(255,255,255,.72)}
.footer-contact i{color:#8fd0a6;margin-top:.18rem}
.footer-bottom{
  margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.55);font-size:.94rem
}
.table td,.table th{vertical-align:middle}

@media (max-width:1199.98px){
  .about-shell,.footer-grid{grid-template-columns:1fr}
}
@media (max-width:991.98px){
   .hero{padding-top:72px}
  .slider-track{min-height:395px}
  .hero-highlights,.metric-grid{grid-template-columns:1fr}
  .navbar-collapse{
    margin-top:1rem;padding:1rem;border-radius:20px;background:rgba(243,248,244,.98);backdrop-filter:blur(10px)
  }
}
@media (max-width:767.98px){
  .section{padding:58px 0}
   .hero{
    padding:58px 0 44px;
    border-bottom-left-radius:22px;
    border-bottom-right-radius:22px;
  }
  .hero h1{
    font-size:clamp(2rem,9vw,3rem);
    line-height:1.02;
  }
  .hero p.lead{font-size:.98rem;line-height:1.7}
  .hero-actions{flex-direction:column}
  .btn-brand,.btn-soft{width:100%;justify-content:center}
  .slider-shell{border-radius:22px}
  .slider-track{min-height:355px}
  .slide-item{padding:.8rem}
  .slide-media{height:190px;border-radius:18px}
  .slide-body h3{font-size:1.25rem}
  .product-media{height:185px}
  .page-card,.product-detail-card,.contact-card,.about-panel{padding:1.25rem}
  .topbar .container{align-items:flex-start}
}


.product-media img,
.slide-media img{
  transform:scale(1.01);
}
.product-card:hover .product-media img,
.slide-item.active .slide-media img{
  transform:scale(1.04);
  transition:transform .45s ease;
}


.product-card-link{
  color:inherit;
}
.product-card-link:hover{
  color:inherit;
}
.product-card-link .link-arrow{
  pointer-events:none;
}

.lang-switcher{
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  padding:.18rem;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.12);
}
.lang-switcher a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.06em;
  padding:.38rem .6rem;
  border-radius:999px;
}
.lang-switcher a.active{
  background:#fff;
  color:#1f7a4d;
}


.lang-switcher{
  display:inline-flex; align-items:center; gap:.25rem; padding:.2rem;
  border-radius:999px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.12);
}
.lang-switcher a{
  color:rgba(255,255,255,.78); text-decoration:none; font-size:.76rem; font-weight:800;
  letter-spacing:.05em; padding:.38rem .62rem; border-radius:999px; display:inline-flex; align-items:center; gap:.35rem;
}
.lang-switcher a.active{ background:#fff; color:#1f7a4d; }
.hero-v4{
  background:
    radial-gradient(circle at 82% 14%, rgba(142,214,169,.24), transparent 17%),
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.08), transparent 20%),
    linear-gradient(135deg,#123022 0%, #1f7a4d 52%, #62be8a 100%);
}
.section-tight{ padding-top:26px; }
.v4-stat-row{
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;
}
.v4-stat-card{
  background:linear-gradient(180deg,#ffffff,#f8fbfe);
  border:1px solid #e0ebf4; border-radius:24px; padding:20px 22px;
  box-shadow:0 18px 38px rgba(8,30,56,.07);
}
.v4-stat-card strong{
  font-size:2rem; font-weight:800; letter-spacing:-.03em; display:block;
}
.v4-stat-card span{ color:var(--muted); font-weight:600; }
.capability-lite{
  height:100%; background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #e0ebf4; border-radius:26px; padding:1.45rem;
  box-shadow:0 18px 38px rgba(8,30,56,.07);
}
.capability-lite i{
  width:56px; height:56px; border-radius:18px; display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2)); color:#fff; font-size:1.25rem;
  box-shadow:0 14px 24px rgba(11,102,177,.16); margin-bottom:1rem;
}
.capability-lite p{ color:var(--muted); line-height:1.75; margin:0; }
.global-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:1.25rem;
}
.world-panel{
  border-radius:30px; overflow:hidden; background:linear-gradient(180deg,#0b1928,#102e46);
  box-shadow:0 22px 46px rgba(7,23,38,.14); min-height:360px; position:relative;
}
.world-map-mock{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,.08), transparent 18%),
    radial-gradient(circle at 52% 38%, rgba(255,255,255,.1), transparent 16%),
    radial-gradient(circle at 78% 56%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(180deg,transparent,rgba(255,255,255,.02));
}
.world-map-mock:before{
  content:""; position:absolute; inset:34px;
  border-radius:22px; border:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:36px 36px;
}
.world-map-mock .dot{
  position:absolute; width:14px; height:14px; border-radius:50%;
  background:#7ad6ff; box-shadow:0 0 0 8px rgba(122,214,255,.14), 0 0 0 18px rgba(122,214,255,.08);
}
.dot-1{ left:24%; top:42%; } .dot-2{ left:48%; top:34%; } .dot-3{ left:64%; top:44%; } .dot-4{ left:74%; top:58%; }
.global-list{
  display:grid; gap:1rem;
}
.global-card{
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  border:1px solid #e0ebf4; border-radius:24px; padding:1.35rem;
  box-shadow:0 18px 38px rgba(8,30,56,.07);
}
.global-card i{
  width:48px; height:48px; border-radius:16px; display:inline-flex; align-items:center; justify-content:center;
  background:#eef7fd; color:var(--brand); font-size:1.15rem; margin-bottom:.8rem;
}
.global-card p,.trust-card p{ color:var(--muted); line-height:1.75; margin:0; }
.trust-card{
  height:100%; background:linear-gradient(180deg,#fff,#f8fbff);
  border:1px solid #e0ebf4; border-radius:24px; padding:1.35rem;
  box-shadow:0 18px 38px rgba(8,30,56,.07);
}
.trust-card i{
  width:52px; height:52px; border-radius:16px; display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2)); color:#fff; font-size:1.2rem; margin-bottom:1rem;
}
.product-card-link{ color:inherit; }
.product-card-link:hover{ color:inherit; }
.product-card-link .link-arrow{ pointer-events:none; }
@media (max-width:991.98px){
  .v4-stat-row,.global-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:767.98px){
  .v4-stat-row,.global-grid{ grid-template-columns:1fr; }
  .lang-switcher{ width:100%; justify-content:center; }
}


.v4-stat-row,.global-grid{display:grid !important}
.v4-stat-card{
  background:linear-gradient(180deg,#ffffff,#f8fbfe) !important;
  border:1px solid #e0ebf4 !important;
  border-radius:24px !important;
  padding:20px 22px !important;
  box-shadow:0 18px 38px rgba(8,30,56,.07) !important;
}
.ultra-panel{
  background:linear-gradient(180deg,#ffffff,#f8fbfe) !important;
  border:1px solid #dfebf5 !important;
  border-radius:26px !important;
  padding:28px !important;
  box-shadow:0 20px 42px rgba(8,30,56,.08) !important;
  height:100%;
}
.ultra-info-card i,
.ultra-trust-card i{
  width:54px;
  height:54px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  color:#fff;
  font-size:1.2rem;
  box-shadow:0 14px 24px rgba(11,102,177,.16);
  margin-bottom:1rem;
}
.ultra-info-card h5,
.ultra-trust-card h5{
  font-size:1.7rem;
  margin-bottom:.8rem;
  letter-spacing:-.02em;
}
.ultra-info-card p,
.ultra-trust-card p{
  color:var(--muted);
  line-height:1.8;
  margin:0;
  font-size:1.02rem;
}
.ultra-world{
  background:linear-gradient(180deg,#0b1928,#102e46) !important;
  position:relative;
  min-height:420px;
  overflow:hidden;
}
.ultra-world .world-map-mock{
  position:absolute;
  inset:0;
}
@media (max-width:767.98px){
  .ultra-panel{padding:20px !important}
}


.world-map-img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  border-radius:20px;
  display:block;
}
.ultra-world{
  padding:0 !important;
  overflow:hidden;
}


.topbar{
  background:#f5f7fa !important;
  color:#1f2937 !important;
  border-bottom:1px solid #e5e7eb !important;
}
.topbar .text-white-50,
.topbar .topbar-link,
.topbar .small{
  color:#1f2937 !important;
}
.topbar .topbar-link:hover{
  color:var(--brand) !important;
}
.topbar .lang-switcher{
  background:#ffffff !important;
  border:1px solid #d9e3ec !important;
}
.topbar .lang-switcher a{
  color:#374151 !important;
}
.topbar .lang-switcher a.active{
  background:linear-gradient(135deg,var(--brand),var(--brand-2)) !important;
  color:#fff !important;
}
.main-nav{
  background:#ffffff !important;
  border-bottom:1px solid #e5e7eb !important;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.main-nav .nav-link{
  color:#111827 !important;
}
.main-nav .nav-link:hover,
.main-nav .nav-link:focus{
  color:var(--brand) !important;
}
.brand-wrap{
  color:#111827 !important;
}
.brand-wrap strong,
.brand-wrap small{
  color:#111827 !important;
}
.brand-logo{
  height:52px;
  width:auto;
  max-width:220px;
  object-fit:contain;
  display:block;
}
.navbar-toggler{
  border-color:#cbd5e1 !important;
}
.navbar-toggler-icon{
  filter: invert(1) grayscale(1) contrast(2);
}
.product-card-link{
  color:inherit;
}
.product-card-link:hover,
.product-card-link:focus{
  color:inherit;
}
.product-card-link .link-arrow{
  pointer-events:none;
}
@media (max-width:767.98px){
  .brand-logo{
    height:44px;
    max-width:170px;
  }
}


/* Final mobile hamburger fix */
.navbar-light .navbar-toggler-icon,
.navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817,24,39,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  filter:none !important;
}


/* Strong hamburger visibility fix */
.navbar-toggler{
  border-color:#cbd5e1 !important;
}
.navbar-toggler-icon,
.navbar-light .navbar-toggler-icon,
.main-nav .navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817,24,39,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  filter:none !important;
  opacity:1 !important;
}


.content-area{
  background:#fff;
  border:1px solid #e5edf4;
  border-radius:24px;
  padding:32px;
  box-shadow:0 18px 38px rgba(8,30,56,.05);
}
.content-area p:last-child{margin-bottom:0}
.content-area ul{padding-left:1.2rem}


.video-embed-wrap{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:22px;
  overflow:hidden;
  background:#0f172a;
  box-shadow:0 16px 36px rgba(2,6,23,.12);
}
.video-embed-wrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}


.content-area-lite p:last-child{
  margin-bottom:0;
}
.content-area-lite ul,
.content-area-lite ol{
  padding-left:1.25rem;
}
.content-area-lite img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  display:block;
  margin:18px 0;
}


.product-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.product-gallery-item{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(8,30,56,.08);
}
.product-gallery-item img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.product-gallery-item:hover img{
  transform:scale(1.04);
}
.gallery-caption{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(15,23,42,.72);
  color:#fff;
  font-size:.92rem;
}
.lightbox-modal{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.86);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:30px;
}
.lightbox-modal.active{display:flex}
.lightbox-modal img{
  max-width:min(1200px,92vw);
  max-height:82vh;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,.35);
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  border:0;
  background:rgba(255,255,255,.16);
  color:#fff;
  width:44px;
  height:44px;
  border-radius:50%;
  font-size:28px;
}
@media (max-width: 991.98px){
  .product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 575.98px){
  .product-gallery-grid{grid-template-columns:1fr}
  .product-gallery-item img{height:220px}
}


:root{
  --bg:#eef7f0;
  --surface:#ffffff;
  --surface-2:#f6fbf6;
  --text:#173126;
  --muted:#557264;
  --line:#dceadf;
  --brand:#2d6a4f;
  --brand-2:#52b788;
  --dark:#173126;
  --shadow:0 18px 48px rgba(28,84,58,.10);
}
body{
  background:
    radial-gradient(circle at top right, rgba(82,183,136,.10), transparent 28%),
    linear-gradient(180deg,#eff8f1 0%,#f9fdf9 42%,#f2f8f3 100%);
}
.hero-eco{
  background:
    radial-gradient(circle at 82% 14%, rgba(200,245,220,.26), transparent 17%),
    radial-gradient(circle at 18% 30%, rgba(255,255,255,.09), transparent 20%),
    linear-gradient(135deg,#163627 0%, #2d6a4f 48%, #52b788 100%);
}
.hero-eco-card{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.18);
  border-radius:32px;
  padding:1.5rem;
  box-shadow:0 30px 60px rgba(0,0,0,.15);
  color:#fff;
}
.hero-eco-card img{border-radius:24px; margin-top:1.2rem; background:#f4fbf5}
.eco-card-top{display:flex; flex-wrap:wrap; gap:.6rem; margin-bottom:1rem}
.mini-pill{display:inline-flex; align-items:center; gap:.4rem; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.16); padding:.45rem .8rem; border-radius:999px; font-size:.88rem}
.eco-highlights .hi-box{background:rgba(255,255,255,.12)}
.service-card,.reference-card{background:linear-gradient(180deg,#ffffff,#f6fbf6); border:1px solid #dceadf; border-radius:28px; padding:1.5rem; box-shadow:var(--shadow)}
.service-card h4,.reference-card h4{font-size:1.14rem; margin-bottom:.8rem}
.service-card p,.reference-card p{color:var(--muted); line-height:1.75; margin:0}
.service-icon,.reference-badge{width:58px; height:58px; border-radius:18px; display:inline-flex; align-items:center; justify-content:center; background:linear-gradient(135deg,var(--brand),var(--brand-2)); color:#fff; font-size:1.3rem; box-shadow:0 14px 24px rgba(45,106,79,.18); margin-bottom:1rem}
.faq-shell{max-width:920px}
.eco-accordion .accordion-item{border:1px solid #dceadf; border-radius:22px; overflow:hidden; margin-bottom:1rem; box-shadow:var(--shadow)}
.eco-accordion .accordion-button{font-weight:700; color:var(--text); background:#fff; box-shadow:none}
.eco-accordion .accordion-button:not(.collapsed){background:#eef7f0; color:var(--brand)}
.eco-accordion .accordion-body{color:var(--muted); line-height:1.8; background:#fff}
.eco-cta-band{display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:2rem; background:linear-gradient(180deg,#ffffff,#f6fbf6); border:1px solid #dceadf}
.brand-mark{box-shadow:0 12px 24px rgba(45,106,79,.22)}
.icon-badge,.capability-card .cap-icon,.ultra-info-card i,.ultra-trust-card i,.trust-card i,.capability-lite i{box-shadow:0 14px 24px rgba(45,106,79,.16)}
@media (max-width:991.98px){.eco-cta-band{flex-direction:column; align-items:flex-start}}


.service-detail-btn{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.1rem;border-radius:999px;font-weight:600}
.service-card .service-detail-btn{width:100%}

.reference-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.reference-logo-slider{overflow:hidden;position:relative;padding:.25rem 0}
.reference-logo-track{display:flex;gap:1.25rem;will-change:transform}
.reference-logo-card{background:linear-gradient(180deg,#ffffff,#f6fbf6);border:1px solid #dceadf;border-radius:26px;min-height:130px;display:flex;align-items:center;justify-content:center;padding:1.25rem;box-shadow:var(--shadow)}
.reference-logo-card.is-slide{min-width:280px;flex:0 0 280px}
.reference-logo-media{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.reference-logo-media img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain;filter:saturate(.95)}
.reference-logo-media span{font-weight:700;color:var(--text);text-align:center}
@media (max-width:991.98px){.reference-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:575.98px){.reference-logo-grid{grid-template-columns:1fr}.reference-logo-card.is-slide{min-width:220px;flex-basis:220px}}

.icon-badge-sm{width:46px;height:46px;border-radius:14px;font-size:20px;display:inline-flex;align-items:center;justify-content:center}

.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.lightbox-prev{left:24px}
.lightbox-next{right:24px}
.lightbox-nav:hover{background:rgba(255,255,255,.24)}
@media (max-width: 768px){
  .lightbox-nav{width:44px;height:44px;font-size:22px}
  .lightbox-prev{left:12px}
  .lightbox-next{right:12px}
}

.product-detail-stack{max-width:980px;margin:0 auto}
.product-media-top img{display:block;width:100%;height:auto;object-fit:cover}
@media (min-width: 992px){
  .product-media-top img{max-height:520px}
}


/* Service detail agency redesign */
.service-detail-section{padding-top:3rem}
.service-hero-media{max-width:1280px;margin:0 auto 2rem;border-radius:28px;overflow:hidden;box-shadow:0 28px 60px rgba(14,58,37,.18);border:1px solid rgba(70,112,92,.12);background:#fff}
.service-hero-media img{display:block;width:100%;height:520px;object-fit:cover;object-position:center}
.service-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}
.service-detail-main{padding:2.2rem 2.2rem 2.4rem}
.service-detail-intro{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.service-detail-title{margin:0;font-size:clamp(2rem,3vw,2.75rem);line-height:1.05;color:var(--text)}
.service-detail-tag{margin:.45rem 0 0;color:var(--primary-700);font-size:1.05rem;font-weight:600}
.service-detail-content{font-size:1.02rem}
.service-detail-content h2,.service-detail-content h3{color:var(--text);margin-top:2rem;margin-bottom:.85rem}
.service-detail-content p{margin-bottom:1rem}
.service-detail-aside{position:relative}
.service-sticky-card{position:sticky;top:104px;background:linear-gradient(180deg,#ffffff 0%, #f4fbf7 100%);border:1px solid rgba(70,112,92,.14);border-radius:24px;padding:1.5rem;box-shadow:0 20px 44px rgba(14,58,37,.10)}
.service-sticky-kicker{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:rgba(40,167,69,.10);color:var(--primary-700);font-size:.82rem;font-weight:700;margin-bottom:1rem}
.service-sticky-card h3{font-size:1.4rem;line-height:1.2;margin-bottom:.8rem;color:var(--text)}
.service-sticky-card p{color:var(--muted);line-height:1.75;margin-bottom:1rem}
.service-benefit-list{list-style:none;padding:0;margin:0 0 1.2rem;display:grid;gap:.7rem}
.service-benefit-list li{display:flex;align-items:center;gap:.6rem;color:var(--text);font-weight:500}
.service-benefit-list i{color:var(--primary-700)}
@media (max-width: 1199.98px){
  .service-hero-media img{height:460px}
  .service-detail-layout{grid-template-columns:minmax(0,1fr) 300px}
}
@media (max-width: 991.98px){
  .service-detail-layout{grid-template-columns:1fr}
  .service-sticky-card{position:static}
  .service-hero-media img{height:380px}
}
@media (max-width: 767.98px){
  .service-detail-section{padding-top:2rem}
  .service-hero-media{border-radius:22px;margin-bottom:1.25rem}
  .service-hero-media img{height:300px}
  .service-detail-main{padding:1.4rem}
  .service-detail-title{font-size:1.8rem}
}


/* Home reasons / why us */
.why-us-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.why-us-card{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f5fbf7 100%);border:1px solid rgba(54,111,78,.10);border-radius:24px;padding:1.65rem;box-shadow:0 16px 38px rgba(14,58,37,.08);height:100%}
.why-us-card .why-us-icon{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:1.25rem;box-shadow:0 14px 30px rgba(31,122,77,.20);margin-bottom:1rem}
.why-us-card h3{font-size:1.08rem;line-height:1.35;margin-bottom:.65rem;color:var(--text)}
.why-us-card p{margin:0;color:var(--muted);line-height:1.8}
@media (max-width:1199.98px){.why-us-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:767.98px){.page-hero{padding:88px 0 72px}.why-us-grid{grid-template-columns:1fr}.page-hero .section-title,.page-hero h1{max-width:100%;}}


.hero-slider-wrap .carousel-item{padding:0 0 6px;}
.hero-carousel{position:relative;}
.hero-carousel .carousel-inner{overflow:visible;}
.hero-eco-slide-card{min-height:100%;}
.hero-eco-slide-card img{width:100%;height:320px;object-fit:cover;object-position:center center;}



.hero-carousel-control{width:48px;height:48px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;backdrop-filter:blur(8px);opacity:1;}
.hero-carousel-control.carousel-control-prev{left:-22px;}
.hero-carousel-control.carousel-control-next{right:-22px;}
.hero-carousel-control:hover{background:rgba(255,255,255,.2);}
@media (max-width:1199.98px){.hero-carousel-control.carousel-control-prev{left:0;}.hero-carousel-control.carousel-control-next{right:0;}}
@media (max-width:991.98px){.hero-eco-slide-card img{height:260px;}}
@media (max-width:767.98px){.hero-carousel-control{display:none;}.hero-eco-slide-card img{height:220px;}}


/* Slider UX update: keep dots, remove arrows, enable cleaner mobile swipe */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next,
.hero-carousel-control {
    display: none !important;
}

.hero-carousel {
    touch-action: pan-y;
}

.hero-carousel .carousel-indicators {
    margin-bottom: 1.5rem;
    gap: 10px;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    opacity: .45;
}

.hero-carousel .carousel-indicators .active {
    opacity: 1;
}


/* Final fix: center hero slider dots at bottom */
.hero-carousel{position:relative;}
.hero-carousel-indicators,.hero-carousel .carousel-indicators{justify-content:center !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;bottom:18px !important;margin:0 !important;padding:0 16px !important;width:auto !important;z-index:10 !important;}
.hero-carousel-indicators [data-bs-target],.hero-carousel .carousel-indicators [data-bs-target]{width:12px !important;height:12px !important;border-radius:999px !important;margin:0 5px !important;background:rgba(255,255,255,.45) !important;opacity:1 !important;}
.hero-carousel-indicators .active,.hero-carousel .carousel-indicators .active{background:#fff !important;}
.hero.hero-eco{padding-bottom:46px;}
@media (max-width:991.98px){.hero-carousel-indicators,.hero-carousel .carousel-indicators{bottom:12px !important;}}


/* Final full-site fix: move hero slider dots below cards and center them */
.hero-carousel{
  display:flex;
  flex-direction:column;
}
.hero-carousel .carousel-inner{
  order:1;
}
.hero-carousel .carousel-indicators,

.hero-carousel .carousel-indicators [data-bs-target],

.hero.hero-eco{
  padding-bottom:0 !important;
}
@media (max-width: 991.98px){
  .hero-carousel .carousel-indicators,
  
}



/* Final hero spacing polish: extend green area and separate slider cards from section edge */
.hero.hero-eco.hero-slider-wrap{
  padding-bottom: 96px !important;
}
.hero-slider-wrap .carousel-inner{
  margin-bottom: 0 !important;
}
.hero-slider-wrap .hero-highlights,
.hero-slider-wrap .eco-highlights{
  margin-top: 2rem !important;
  margin-bottom: 1.2rem !important;
}
.hero-slider-wrap .hero-eco-card{
  margin-bottom: 1rem !important;
}
.hero-slider-wrap .carousel-indicators,
.hero-slider-wrap 
.hero-slider-wrap .carousel-indicators [data-bs-target],
.hero-slider-wrap 
@media (max-width: 991.98px){
  .hero.hero-eco.hero-slider-wrap{
    padding-bottom: 84px !important;
  }
  .hero-slider-wrap .hero-highlights,
  .hero-slider-wrap .eco-highlights{
    margin-bottom: .9rem !important;
  }
  .hero-slider-wrap .carousel-indicators,
  .hero-slider-wrap 
}








/* === FINAL HERO INDICATOR FIX V6 === */
.hero-slider-wrap .container.position-relative{
  padding-bottom: 54px;
}
.hero-slider-wrap .carousel-item{
  padding-bottom: 0;
}
.hero-carousel{
  position:relative;
}
.hero-carousel-indicators{
  position:absolute;
  left:50% !important;
  transform:translateX(-50%);
  right:auto !important;
  top:auto !important;
  bottom:-52px !important;
  margin:0 !important;
  justify-content:center !important;
  align-items:center;
  gap:10px;
  padding:6px 12px;
  width:auto !important;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  z-index:30;
}
.hero-carousel-indicators [data-bs-target]{
  width:12px;
  height:12px;
  margin:0 !important;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.45);
  opacity:1;
}
.hero-carousel-indicators .active{
  background:#fff;
}

@media (max-width: 991.98px){
  .hero-slider-wrap .container.position-relative{
    padding-bottom: 48px;
  }
  .hero-carousel-indicators{
    bottom:-42px !important;
  }
}

@media (max-width: 767.98px){
  .hero-slider-wrap .container.position-relative{
    padding-bottom: 42px;
  }
  .hero-carousel-indicators{
    bottom:-34px !important;
    gap:8px;
    padding:5px 10px;
  }
  .hero-carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
  }
}

/* === Hero slider cleanup fix (2026-03) === */
.hero.hero-eco.hero-slider-wrap{
  padding-bottom:56px !important;
}
.hero-slider-wrap .container.position-relative{
  padding-bottom:0 !important;
}
.hero-slider-wrap .carousel-item{
  padding-bottom:0 !important;
}
.hero-slider-wrap .hero-carousel{
  display:flex !important;
  flex-direction:column;
  touch-action:pan-y;
}
.hero-slider-wrap .hero-carousel .carousel-inner{
  order:1;
  overflow:visible;
}
.hero-slider-wrap .hero-carousel-indicators,
.hero-slider-wrap .hero-carousel .carousel-indicators{
  position:static !important;
  order:2;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:100% !important;
  margin:14px 0 0 !important;
  padding:0 !important;
  justify-content:center !important;
  align-items:center;
  gap:10px;
  background:transparent !important;
  backdrop-filter:none !important;
}
.hero-slider-wrap .hero-carousel-indicators [data-bs-target],
.hero-slider-wrap .hero-carousel .carousel-indicators [data-bs-target]{
  width:10px !important;
  height:10px !important;
  margin:0 !important;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.45) !important;
  opacity:1 !important;
}
.hero-slider-wrap .hero-carousel-indicators .active,
.hero-slider-wrap .hero-carousel .carousel-indicators .active{
  background:#fff !important;
}

@media (max-width: 991.98px){
  .hero.hero-eco.hero-slider-wrap{
    padding-bottom:48px !important;
  }
  .hero-slider-wrap .hero-carousel-indicators,
  .hero-slider-wrap .hero-carousel .carousel-indicators{
    margin-top:12px !important;
  }
}

@media (max-width: 767.98px){
  .hero.hero-eco.hero-slider-wrap{
    padding-bottom:40px !important;
  }
  .hero-slider-wrap .hero-carousel-indicators,
  .hero-slider-wrap .hero-carousel .carousel-indicators{
    gap:8px;
    margin-top:10px !important;
  }
  .hero-slider-wrap .hero-carousel-indicators [data-bs-target],
  .hero-slider-wrap .hero-carousel .carousel-indicators [data-bs-target]{
    width:9px !important;
    height:9px !important;
  }
}


/* ChatGPT custom contact/maps + top reference placement */
.reference-home-top{margin-top:32px;position:relative;z-index:1}
.reference-home-top .reference-logo-card{background:rgba(255,255,255,.96)}
.office-map-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.office-map-card{background:linear-gradient(180deg,#ffffff 0%,#f5fbf7 100%);border:1px solid rgba(54,111,78,.10);border-radius:24px;overflow:hidden;box-shadow:0 16px 38px rgba(14,58,37,.08)}
.office-map-frame{position:relative;min-height:280px;background:#edf5ef}
.office-map-frame iframe{display:block;width:100%;height:280px;border:0}
.office-map-placeholder{display:flex;align-items:center;justify-content:center;min-height:280px;padding:1rem;color:var(--muted);text-align:center}
.office-map-body{padding:1.25rem}
.office-map-body h3{font-size:1.15rem;margin-bottom:1rem;color:var(--text)}
.office-meta{display:flex;align-items:flex-start;gap:.65rem;color:var(--muted);margin-bottom:.85rem;line-height:1.7}
.office-meta i{color:var(--brand);margin-top:.15rem}
.office-meta a{text-decoration:none;color:var(--text)}
.office-meta a:hover{color:var(--brand)}
@media (max-width:991.98px){.office-map-grid{grid-template-columns:1fr}.reference-home-top{margin-top:20px}}


/* contact page refresh */
.section-contact-offices .section-header{margin-bottom:1.75rem}
.section-header-center{text-align:center}
.section-header-center .eyebrow,.section-header-center .section-title,.section-header-center .section-subtitle{margin-left:auto;margin-right:auto;justify-content:center;text-align:center}
.office-map-grid{align-items:stretch}
.office-map-card{height:100%}
.office-meta{display:block;color:var(--muted);margin-bottom:.85rem;line-height:1.7}
.office-meta-text,.office-meta-phone{padding-left:0}
.office-meta-phone a{font-weight:700}
.contact-form-shell{background:linear-gradient(180deg,#ffffff 0%,#f4fbf6 100%);border:1px solid rgba(54,111,78,.12);border-radius:28px;padding:2rem;box-shadow:0 18px 42px rgba(14,58,37,.08)}
.contact-side-card{background:linear-gradient(180deg,#1c6b49 0%,#2c8b63 100%);border-radius:24px;padding:1.75rem;color:#fff;box-shadow:0 18px 40px rgba(15,71,45,.18)}
.contact-side-card .eyebrow{color:rgba(255,255,255,.92);background:rgba(255,255,255,.12)}
.contact-side-title{font-size:1.4rem;line-height:1.45;margin-bottom:1.25rem;color:#fff}
.contact-mini-item{padding:.95rem 1rem;border-radius:18px;background:rgba(255,255,255,.10);margin-bottom:.9rem}
.contact-mini-label{display:block;font-size:.82rem;letter-spacing:.02em;text-transform:uppercase;color:rgba(255,255,255,.72);margin-bottom:.25rem}
.contact-mini-item a{color:#fff;text-decoration:none;font-weight:600;word-break:break-word}
.contact-mini-item a:hover{color:#e8fff0}
.contact-action-stack{display:flex;flex-direction:column;gap:.85rem;margin-top:1.2rem}
.contact-form-card{padding:0;background:transparent;border:0;box-shadow:none}
.btn-whatsapp-outline{border-radius:999px;border:1px solid rgba(37,211,102,.35);background:#fff;color:#12663a;font-weight:700;padding:.9rem 1.35rem;text-decoration:none}
.btn-whatsapp-outline:hover{background:#f2fff7;color:#0f5e35}
@media (max-width:991.98px){
  .contact-form-shell{padding:1.25rem}
}


/* premium contact office section */
.section-contact-offices{padding-top:4.5rem}
.contact-office-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:1.5rem;align-items:end;margin-bottom:1.75rem}
.contact-office-copy{text-align:left}
.contact-office-copy .eyebrow,.contact-office-copy .section-title,.contact-office-copy .section-subtitle{margin-left:0;margin-right:0;text-align:left;justify-content:flex-start}
.contact-office-copy .section-title{max-width:14ch;margin-bottom:.9rem;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08}
.contact-office-copy .section-subtitle{max-width:66ch;color:#587163;font-size:1.04rem}
.contact-office-actions{display:grid;gap:.9rem}
.contact-quick-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.05rem;border-radius:20px;text-decoration:none;background:linear-gradient(180deg,#ffffff 0%,#f4fbf6 100%);border:1px solid rgba(54,111,78,.12);box-shadow:0 12px 28px rgba(14,58,37,.07);color:var(--text);transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.contact-quick-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(14,58,37,.11);border-color:rgba(54,111,78,.2);color:var(--text)}
.contact-quick-card-whatsapp{background:linear-gradient(180deg,#effff5 0%,#f8fffb 100%)}
.contact-quick-icon{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1f734f 0%,#44b97f 100%);color:#fff;font-size:1.2rem;flex:0 0 52px;box-shadow:0 10px 22px rgba(31,115,79,.2)}
.contact-quick-card span{display:block}
.contact-quick-card strong{display:block;font-size:1rem;line-height:1.2;margin-bottom:.18rem}
.contact-quick-card small{display:block;color:#678172;font-size:.88rem}
.premium-office-grid{gap:1.4rem}
.premium-office-card{border-radius:28px;box-shadow:0 20px 44px rgba(14,58,37,.09)}
.office-map-frame{min-height:300px}
.office-map-frame iframe{height:300px}
.office-map-placeholder{min-height:300px}
.office-map-body{padding:1.35rem 1.35rem 1.5rem}
.office-card-topline{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;margin-bottom:.9rem}
.office-badge{display:inline-flex;align-items:center;padding:.45rem .72rem;border-radius:999px;background:#edf8f0;color:#1e6f4d;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.office-map-body h3{font-size:1.24rem;margin-bottom:0;color:#123927}
.office-meta{padding:1rem 0;border-top:1px solid rgba(18,57,39,.08);margin-bottom:0}
.office-meta + .office-meta{padding-top:.95rem}
.office-meta-label{display:block;font-size:.77rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#72917f;margin-bottom:.4rem}
.office-meta-text span:last-child,.office-meta-phone a{font-size:1rem;line-height:1.7}
.section-contact-form{padding-top:3rem}
@media (max-width:991.98px){
  .contact-office-hero{grid-template-columns:1fr;align-items:start}
  .contact-office-copy .section-title{max-width:none}
}

/* contact quick card icon alignment fix */
.contact-office-actions .contact-quick-card{
  display:flex !important;
  align-items:center !important;
}
.contact-office-actions .contact-quick-card > span:last-child{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:52px;
}
.contact-office-actions .contact-quick-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:center !important;
  line-height:1 !important;
}
.contact-office-actions .contact-quick-icon i,
.contact-office-actions .contact-quick-icon::before,
.contact-office-actions .contact-quick-icon svg{
  display:block !important;
  line-height:1 !important;
  margin:0 !important;
  position:relative;
  top:0 !important;
  transform:none !important;
}
.contact-office-actions .contact-quick-icon i{
  font-size:24px;
}


/* Footer final fix */
.site-footer{display:block !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:3;background:#081521 !important;color:#fff !important;margin-top:76px;padding:68px 0 22px;}
.site-footer .container{position:relative;z-index:2;}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:1.35rem;}
.footer-contact li i.bi-geo-alt,.footer-contact li .fa-map-marker-alt{display:none !important;}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.footer-left,.footer-right{color:rgba(255,255,255,.72);font-size:.94rem;}
.footer-right a{color:#8fd0a6;text-decoration:none;font-weight:600;position:relative;}
.footer-right a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:currentColor;transition:width .28s ease;}
.footer-right a:hover::after{width:100%;}
@media (max-width: 767.98px){.footer-bottom-inner{flex-direction:column;align-items:flex-start;}}


/* Mobile footer responsive fix */
@media (max-width: 991.98px){
  .site-footer{padding:56px 0 20px !important;}
  .site-footer .container{padding-left:20px;padding-right:20px;}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:2rem 1.25rem;}
  .footer-brand{max-width:100%;}
}

@media (max-width: 767.98px){
  .site-footer{margin-top:56px !important;padding:44px 0 18px !important;}
  .footer-grid{grid-template-columns:1fr !important;gap:1.6rem !important;}
  .footer-brand h5{font-size:2rem;line-height:1.15;margin-bottom:.55rem !important;}
  .footer-brand p{font-size:1rem;line-height:1.75;max-width:22rem;}
  .footer-title{font-size:1.08rem;margin-bottom:.8rem;}
  .footer-links li+li,.footer-contact li+li{margin-top:.55rem;}
  .footer-links a,.footer-contact li,.footer-left,.footer-right{font-size:1rem;line-height:1.65;}
  .footer-contact li{align-items:flex-start;gap:.75rem;}
  .footer-bottom{margin-top:1.4rem;padding-top:1rem;}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:.55rem;}
  .footer-right{padding-top:.1rem;}
}


.home-about-v2{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:2.6rem;align-items:stretch;padding:2.85rem;border-radius:34px;background:radial-gradient(circle at top left,rgba(88,176,126,.10),transparent 28%),linear-gradient(180deg,#f7fbf7 0%,#ffffff 100%);border:1px solid rgba(54,111,78,.12);box-shadow:0 24px 56px rgba(14,58,37,.08);overflow:hidden}
.home-about-v2::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.48),transparent 35%);pointer-events:none}
.home-about-v2__content{position:relative;z-index:1;max-width:700px;display:flex;flex-direction:column;justify-content:center}
.home-about-v2__eyebrow{display:inline-block;margin-bottom:1.15rem;font-size:.95rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#1f4f3d}
.home-about-v2__title{margin:0 0 1rem;font-size:clamp(2.3rem,4vw,4.25rem);line-height:.98;font-weight:800;letter-spacing:.01em;color:#2f6f35;text-transform:uppercase;text-wrap:balance}
.home-about-v2__lead,.home-about-v2__body{font-size:1.12rem;line-height:1.78;color:var(--text);max-width:760px}
.home-about-v2__lead{margin:0 0 1.15rem;color:#21382d;font-weight:500}
.home-about-v2__body{margin:0;color:#3c594c}
.home-about-v2__body br{content:"";display:block;margin-bottom:.75rem}
.home-about-v2__actions{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.9rem}
.home-about-v2__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:18px;border:1px solid rgba(47,111,53,.18);background:#f9fcfa;color:#2f6f35;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .22s ease;box-shadow:0 12px 28px rgba(21,61,39,.08)}
.home-about-v2__btn i{font-size:1.1rem;transition:transform .2s ease}
.home-about-v2__btn:hover{transform:translateY(-2px);border-color:rgba(47,111,53,.28);box-shadow:0 18px 30px rgba(21,61,39,.12)}
.home-about-v2__btn:hover i{transform:translateX(3px)}
.home-about-v2__media{position:relative;display:flex;align-items:stretch;justify-content:stretch;min-height:100%;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,#dfeedd 0%,#c8dcc6 100%);box-shadow:0 18px 42px rgba(14,58,37,.10);isolation:isolate}
.home-about-v2__figure{position:relative;z-index:1;flex:1;display:flex;min-height:100%;margin:0}
.home-about-v2__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;aspect-ratio:auto}
.home-about-v2__shape{position:absolute;border-radius:999px;filter:blur(2px);opacity:.65;z-index:0}
.home-about-v2__shape--one{width:180px;height:180px;right:-45px;top:-30px;background:rgba(124,214,157,.45)}
.home-about-v2__shape--two{width:240px;height:240px;left:-70px;bottom:-120px;background:rgba(94,180,128,.24)}
@media (max-width:1199.98px){.home-about-v2{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:2rem;padding:2.25rem}.home-about-v2__title{font-size:clamp(2rem,5vw,3.4rem)}.home-about-v2__lead,.home-about-v2__body{font-size:1.02rem;line-height:1.72}}
@media (max-width:991.98px){.home-about-v2{grid-template-columns:1fr;padding:1.4rem}.home-about-v2__content{max-width:none}.home-about-v2__media{order:-1;min-height:340px}.home-about-v2__figure{min-height:340px}.home-about-v2__title{font-size:clamp(1.9rem,8vw,3rem)}.home-about-v2__lead,.home-about-v2__body{font-size:1rem;line-height:1.8}}
@media (max-width:575.98px){.home-about-v2{padding:1.05rem;border-radius:24px;gap:1rem}.home-about-v2__eyebrow{font-size:.82rem;letter-spacing:.14em}.home-about-v2__title{font-size:2rem;line-height:1.02}.home-about-v2__media{border-radius:22px;min-height:260px}.home-about-v2__figure{min-height:260px}.home-about-v2__btn{width:100%;justify-content:center;padding:.95rem 1.1rem;font-size:.88rem;letter-spacing:.06em}}



.team-section {
  padding-top: 24px;
  background:
    radial-gradient(circle at top left, rgba(88,198,137,.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(17,75,52,.08), transparent 26%);
}
.team-hero-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(244,249,246,.92));
  border: 1px solid rgba(26,77,53,.10);
  border-radius: 30px;
  padding: 34px 34px 30px;
  margin-bottom: 30px;
  box-shadow: 0 24px 60px rgba(31, 60, 42, 0.08);
  backdrop-filter: blur(10px);
}
.team-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.22), transparent 35%, rgba(88,198,137,.08) 62%, transparent 100%);
  pointer-events: none;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(247,250,248,.96) 100%);
  border: 1px solid rgba(46,125,91,.12);
  box-shadow:
    0 18px 40px rgba(17, 33, 24, 0.08),
    inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(46,125,91,.10), rgba(88,198,137,.04) 38%, rgba(255,255,255,0) 70%);
  opacity: .9;
  pointer-events: none;
}
.team-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2e7d5b 0%, #58c689 100%);
  transform: scaleX(.32);
  transform-origin: center;
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.team-card:hover {
  transform: translateY(-9px);
  border-color: rgba(46,125,91,.22);
  box-shadow:
    0 28px 56px rgba(31, 60, 42, 0.16),
    0 12px 22px rgba(88,198,137,.10),
    inset 0 1px 0 rgba(255,255,255,.78);
}
.team-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.team-card__media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef6f1 0%, #dfece4 100%);
  aspect-ratio: 1 / 1.06;
  box-shadow: inset 0 0 0 1px rgba(46,125,91,.06);
}
.team-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.00) 55%, rgba(16,46,34,.12) 100%);
  pointer-events: none;
}
.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform .45s ease, filter .45s ease;
  filter: saturate(1.02) contrast(1.01);
}
.team-card:hover .team-card__media img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.03);
}
.team-card__body {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(46,125,91,.09);
  border-radius: 18px;
  padding: 16px 14px 15px;
  text-align: center;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(18, 36, 27, 0.05);
  backdrop-filter: blur(8px);
}
.team-card__body h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #183327;
}
.team-card__body p {
  margin: 7px 0 0;
  font-size: .93rem;
  line-height: 1.45;
  color: #66736b;
}
@media (max-width: 1199px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .team-hero-card { padding: 24px 18px; border-radius: 24px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .team-card { border-radius: 22px; padding: 9px; }
  .team-card__media { border-radius: 18px; aspect-ratio: 1 / 1.08; }
  .team-card__body { min-height: 84px; padding: 12px 10px; border-radius: 15px; }
  .team-card__body h3 { font-size: .96rem; }
  .team-card__body p { font-size: .82rem; }
}
@media (max-width: 520px) {
  .team-grid { grid-template-columns: 1fr; }
  .team-card__media { aspect-ratio: 1 / 1; }
}


/* SAFE HERO REDUCE PATCH */
.hero.hero-eco.hero-slider-wrap{
    padding-top: 28px !important;
    padding-bottom: 6px !important;
}
.hero.hero-eco.hero-slider-wrap .hero-highlights,
.hero.hero-eco.hero-slider-wrap .eco-highlights{
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
@media (max-width:768px){
    .hero.hero-eco.hero-slider-wrap{
        padding-top: 18px !important;
        padding-bottom: 4px !important;
    }
}


/* CHATGPT HERO VISIBILITY PATCH */
.topbar{display:none !important;}
.site-header{position:sticky;top:0;z-index:1030;}
.hero.hero-eco.hero-slider-wrap{
  padding-top:18px !important;
  padding-bottom:0 !important;
}
.hero.hero-eco.hero-slider-wrap .row{
  --bs-gutter-y:1.25rem;
  align-items:center;
}
.hero.hero-eco.hero-slider-wrap h1{
  font-size:clamp(2.1rem,3.7vw,3.7rem);
  margin-bottom:.75rem;
}
.hero.hero-eco.hero-slider-wrap .lead{
  font-size:1rem;
  line-height:1.65;
  margin-bottom:0;
}
.hero.hero-eco.hero-slider-wrap .hero-actions{
  margin-top:1.1rem;
}
.hero.hero-eco.hero-slider-wrap .hero-eco-card{
  padding:1.2rem;
}
.hero.hero-eco.hero-slider-wrap .hero-eco-slide-card img{
  height:250px;
  margin-top:.9rem;
}
.hero.hero-eco.hero-slider-wrap .eco-card-top{
  margin-bottom:.85rem;
}
.reference-home-top{
  margin-top:8px;
}
@media (max-width: 991.98px){
  .hero.hero-eco.hero-slider-wrap{
    padding-top:14px !important;
  }
  .hero.hero-eco.hero-slider-wrap .hero-eco-slide-card img{
    height:220px;
  }
  .reference-home-top{
    margin-top:6px;
  }
}
@media (max-width: 767.98px){
  .hero.hero-eco.hero-slider-wrap{
    padding-top:10px !important;
    padding-bottom:0 !important;
  }
  .hero.hero-eco.hero-slider-wrap h1{
    font-size:clamp(1.95rem,8.2vw,3rem);
  }
  .hero.hero-eco.hero-slider-wrap .lead{
    font-size:.97rem;
    line-height:1.58;
  }
  .hero.hero-eco.hero-slider-wrap .hero-actions{
    margin-top:1rem;
  }
  .hero.hero-eco.hero-slider-wrap .hero-eco-card{
    padding:1rem;
  }
  .hero.hero-eco.hero-slider-wrap .hero-eco-slide-card img{
    height:200px;
  }
  .reference-home-top{
    margin-top:2px;
  }
}
