:root{
  --cc-green-900:#063e1e;
  --cc-green-800:#0a5a2b;
  --cc-green-700:#0e6f35;
  --cc-green-600:#138a41;
  --cc-green-500:#19a24d;
  --cc-green-200:#cfeedd;
  --brand-leaf-green: #0e6f35;
  --cc-surface:#f6fbf8;
  --cc-ink:#0b1220;
  --cc-muted:#5b667a;
  --cc-border:#e5efe9;
  --cc-shadow:0 10px 30px rgba(6,62,30,.10);
}

html,body{height:100%}
body{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--cc-ink);
  background:#fff;
  line-height:1.6;
}

/* Bootstrap theme nudges */
.btn-success{
  --bs-btn-bg:var(--cc-green-600);
  --bs-btn-border-color:var(--cc-green-600);
  --bs-btn-hover-bg:var(--cc-green-700);
  --bs-btn-hover-border-color:var(--cc-green-700);
  --bs-btn-active-bg:var(--cc-green-800);
  --bs-btn-active-border-color:var(--cc-green-800);
}
.btn-outline-success{
  --bs-btn-color:var(--cc-green-700);
  --bs-btn-border-color:rgba(14,111,53,.35);
  --bs-btn-hover-bg:var(--cc-green-700);
  --bs-btn-hover-border-color:var(--cc-green-700);
}
.text-success{color:var(--cc-green-700)!important}

/* Topbar */
.topbar{
  background:#0f5132;
  border-color:#0b4128!important;
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:9999;
}
.topbar-item{color:#e9fff3}
.topbar-link{color:#d8f7e6;text-decoration:none}
.topbar-link:hover{color:#ffffff}

/* Header */
.site-header{
  position:fixed;
  top:56px;
  left:0;
  right:0;
  width:100%;
  z-index:9998;
}
.site-header .navbar{
  background:#ffffff !important;
  border-bottom:1px solid rgba(14,111,53,.12);
  box-shadow:0 2px 8px rgba(0,0,0,.05) !important;
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
  display:block !important;
}
.site-header .navbar .navbar-brand .brand-name,
.site-header .navbar .navbar-brand .brand-mark,
.site-header .navbar .nav-link{
  color:#1a1a1a !important;
}
.site-header .navbar .navbar-toggler{
  border-color:rgba(14,111,53,.35);
}
.site-header .navbar .navbar-toggler-icon{
  filter:none;
}
.site-header .navbar .nav-link{
  font-weight:600;
  padding:.6rem .85rem;
  border-radius:10px;
}
.site-header .navbar .nav-link:hover,
.site-header .navbar .nav-link:focus,
.site-header .navbar .nav-link.active{
  color:#1a1a1a !important;
  background:rgba(14,111,53,.08) !important;
}

body{
  padding-top:128px;
}

/* Brand */
.brand-mark{
  width:14px;height:14px;border-radius:4px;
  background:linear-gradient(135deg,var(--cc-green-500),var(--cc-green-800));
  box-shadow:0 6px 18px rgba(19,138,65,.35);
}
.brand-mark--footer{width:16px;height:16px}
.brand-name{font-weight:800;letter-spacing:.3px}
.brand-tagline{color:var(--cc-muted);font-size:.9rem;margin-left:.25rem}
.site-logo{height:48px;width:auto;object-fit:contain}


/* Sections */
.section{padding:72px 0}
.section-muted{background:var(--cc-surface)}
.section-hero{
  padding:84px 0;
  background:
    radial-gradient(800px 400px at 20% 10%, rgba(25,162,77,.12), transparent 60%),
    radial-gradient(700px 380px at 85% 20%, rgba(6,62,30,.10), transparent 55%),
    linear-gradient(180deg,#ffffff,var(--cc-surface));
  border-bottom:1px solid var(--cc-border);
}
.section-hero--inner{padding:64px 0}
.section-hero-reset{padding:0!important}

/* Standardized Page Intro System */
.page-intro {
    padding: 72px 0;
    background: 
        radial-gradient(800px 400px at 20% 10%, rgba(25,162,77,0.12), transparent 60%),
        radial-gradient(700px 380px at 85% 20%, rgba(6,62,30,0.1), transparent 55%),
        linear-gradient(180deg, #ffffff, var(--cc-surface));
    border-bottom: 1px solid var(--cc-border);
}

.page-intro--product {
    padding: 60px 0;
}

.page-intro__breadcrumb {
    font-size: 0.85rem;
    color: var(--cc-muted);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.page-intro__breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.page-intro__breadcrumb a:hover {
    color: var(--cc-green-700);
}

.page-intro__breadcrumb .breadcrumb-sep {
    font-size: 0.8rem;
    opacity: 0.5;
}

.page-intro__title {
    color: #1e7e34; /* Brand green */
    font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    margin-bottom: 0;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .page-intro { padding: 50px 0; }
    .page-intro__title { font-size: 2rem; }
}

.section-heading{max-width:900px;margin-bottom:22px}
.eyebrow{
  display:inline-block;
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--brand-leaf-green);
  margin-bottom:.5rem;
}

.feature-list{list-style:none;padding-left:0;margin:0}
.feature-list li{display:flex;gap:.6rem;align-items:flex-start;padding:.35rem 0;color:var(--cc-muted)}
.feature-list i{color:var(--cc-green-700);margin-top:.15rem}

/* Cards */
.card-soft{
  border:1px solid var(--cc-border);
  border-radius:16px;
  box-shadow:var(--cc-shadow);
}
.media-frame{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:.85rem;
  background:rgba(246,251,248,.96);
  border:1px solid rgba(14,111,53,.12);
  border-radius:24px;
  box-shadow:0 20px 48px rgba(6,62,30,.08);
  overflow:hidden;
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.media-frame:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 60px rgba(6,62,30,.11);
  border-color:rgba(14,111,53,.18);
}
.media-frame__img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  border-radius:20px;
  object-fit:cover;
}
.media-frame__fallback{
  width:100%;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--cc-muted);
  font-size:1rem;
}
.icon-pill{
  width:40px;height:40px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(25,162,77,.12);
  color:var(--cc-green-800);
}

.section-title-xl{font-size:clamp(1.8rem,2.5vw,2.6rem);line-height:1.25;font-weight:750}
.section-title{font-size:32px;font-weight:700;margin-bottom:15px;color:#1a1a1a;}
.application-intro{font-size:16px;margin-bottom:20px;}
.app-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 32px 20px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid rgba(31, 122, 69, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    height: 100%;
}

.app-card:hover {
    transform: translateY(-4px);
    border-color: rgba(31, 122, 69, 0.45);
    box-shadow: 
        0 0 0 1px rgba(31, 122, 69, 0.08),
        0 0 14px rgba(31, 122, 69, 0.18),
        0 0 28px rgba(31, 122, 69, 0.10);
}

.app-card__icon {
    font-size: 32px;
    color: var(--cc-green-700);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.app-card__name {
    font-weight: 700;
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.app-card:hover .app-card__icon {
    color: #1f7a45;
    transform: scale(1.1);
}

.app-card:hover .app-card__name {
    color: #1f7a45;
}

.app-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(31, 122, 69, 0.05),
        rgba(31, 122, 69, 0.15),
        rgba(31, 122, 69, 0.05),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    z-index: -1;
}

.app-card:hover::before {
    left: 140%;
}
.application-text{margin-top:15px;line-height:1.7;}
.application-highlight{background:none;color:var(--cc-green-700);font-size:clamp(1.25rem, 1.8vw, 1.45rem);font-style:italic;text-align:center;margin:32px auto 10px;line-height:1.6;font-weight:500;max-width:980px;}
.application-highlight strong{font-weight:700;color:var(--cc-green-800);}
.mode-of-action-text{width:100%;line-height:1.8;margin-top:15px;}
.mode-of-action-text p{margin-bottom:15px;}
.product-detail-card{background:#ffffff;padding:32px;border-radius:16px;box-shadow:0 22px 45px rgba(15,44,72,.08);text-align:justify;line-height:1.8;}
.product-image-wrapper{background:none;border-radius:0;padding:0;text-align:center;}
.product-image{width:70%;max-width:420px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,0.08));transition:transform 0.35s ease,filter 0.35s ease;}
.product-image:hover{transform:translateY(-2px);filter:drop-shadow(0 14px 28px rgba(0,0,0,0.10));}
/* Reveal Animation System (Fail-safe) */
.reveal-slide {
    opacity: 1;
    transform: none;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
    will-change: transform, opacity;
}

/* Only hide if JS is ready */
.js-ready .reveal-slide {
    opacity: 0;
    transform: translateY(24px);
}

/* Explicit reveal class */
.reveal-slide.reveal-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Staggered Delays */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.home-section-title{
  color:var(--brand-leaf-green);
  font-weight:600;
  font-size:clamp(1.8rem,2vw,2.3rem);
  letter-spacing:0.02em;
  line-height:1.2;
  white-space:nowrap;
  overflow-wrap:normal;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  backface-visibility:hidden;
}
@media (max-width:991.98px){
  .home-section-title{
    white-space:normal;
  }
}

/* Hero section (no blur) */
.hero-section{
  position:relative;
  display:flex;
  align-items:center;
  height:100vh;
  min-height:660px;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
  padding-left:clamp(60px,6vw,80px);
}
.hero-content{
  max-width:42rem;
  width:100%;
  color:#fff;
  padding-right:clamp(40px,4vw,80px);
}
.hero-panel__content{
  width:100%;
}
.hero-panel-label{
  margin:0 0 1.2rem;
  font-size:clamp(1.3rem,1.4vw,2.1rem);
  line-height:1.35;
  font-weight:500;
  letter-spacing:0.18em;
  text-transform:none;
  color:var(--brand-leaf-green);
  text-shadow:0 18px 40px rgba(0,0,0,0.18);
}
.hero-subtitle{
  margin:0;
  color:#ffffff;
  font-size:clamp(1.15rem,1.38vw,1.35rem);
  line-height:1.45;
  font-weight:500;
  max-width:100%;
  overflow-wrap:break-word;
  text-shadow:0 20px 48px rgba(0,0,0,0.2);
}
.typing-text{
  display:inline;
}
.typing-cursor{
  display:inline-block;
  width:1px;
  height:1.2em;
  margin-left:0.3rem;
  vertical-align:text-bottom;
  background:#ffffff;
  opacity:0.8;
  animation:blinkCursor 1.2s steps(2, start) infinite;
}
.typing-cursor.typing-complete{
  animation:none;
  opacity:0.35;
}
@keyframes blinkCursor{
  0%,100%{opacity:0.8;}
  50%{opacity:0.15;}
}
@media (max-width:991.98px) {
  .hero-section{
    padding-left:2rem;
  }
  .hero-content{
    padding-right:2rem;
  }
}
@media (max-width:991.98px) {
  .hero-section{
    padding-left:2rem;
  }
  .hero-content{
    padding-right:2rem;
  }
}
@media (max-width:767.98px) {
  .hero-section{
    padding-left:1.5rem;
    padding-right:1.5rem;
    justify-content:center;
  }
  .hero-content{
    padding-right:0;
    text-align:center;
  }
  .hero-panel__content{
    max-width:100%;
  }
  .hero-subtitle{
    font-size:1.3rem;
    max-width:100%;
  }
}
@media (max-width:575.98px) {
  .hero-subtitle{
    font-size:1.15rem;
  }
}

/* Mission + Cards */
.mission-side{background:linear-gradient(180deg,#fff,#f8fdfa)}
.insight-card{
  background:#fff;
  border:1px solid var(--cc-border);
  border-radius:18px;
  box-shadow:0 12px 35px rgba(6,62,30,.08);
  padding:22px;
  transition:transform .25s ease, box-shadow .25s ease;
}
.insight-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(6,62,30,.16)}
.insight-card__icon{
  width:48px;height:48px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#19a24d,#0e6f35);
  color:#fff;font-size:1.2rem;margin-bottom:14px;
}
.insight-card h3{font-size:1.12rem;margin:0 0 10px}
.insight-card p{color:var(--cc-muted);margin-bottom:10px}
.insight-card ul{padding-left:18px;margin:0;color:var(--cc-muted)}
.insight-card li{margin:4px 0}

/* Media framed image */
.media-frame{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(6,62,30,.14);
  border:1px solid rgba(14,111,53,.15);
  min-height:360px;
}
.media-frame img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.media-frame__fallback{
  min-height:360px;
  display:flex;align-items:center;justify-content:center;
  color:rgba(11,18,32,.45);font-weight:600;
  background:#fff;
}

/* Brochure form block */
.brochure-wrap{
  border-radius:22px;
  background:linear-gradient(135deg,#0b4f27,#11763a);
  box-shadow:0 20px 45px rgba(6,62,30,.24);
  padding:28px;
}
.brochure-input{
  background:rgba(255,255,255,.96);
  border:none;
  min-height:48px;
}
.brochure-input:focus{
  box-shadow:0 0 0 .2rem rgba(183,243,204,.45);
}

/* Media placeholders */
.media-placeholder{
  border:1px dashed rgba(14,111,53,.35);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--cc-shadow);
  min-height:240px;
  position:relative;
  overflow:hidden;
}
.media-placeholder--tall{min-height:360px}
.media-placeholder--wide{min-height:320px}
.media-placeholder__inner{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  color:rgba(11,18,32,.45);
  font-weight:600;
  text-align:center;
  padding:16px;
}
.approval-certificate-image{
  width:100%;
  height:auto;
  display:block;
}
.certificate-preview-wrapper{
  position:relative;
  overflow-y:auto;
  max-height:420px;
}
.certificate-preview-wrapper::-webkit-scrollbar{
  width:8px;
}
.certificate-preview-wrapper::-webkit-scrollbar-thumb{
  background:rgba(14,111,53,.25);
  border-radius:999px;
}
.certificate-preview-wrapper::-webkit-scrollbar-track{
  background:transparent;
}
.certificate-actions{
  background:rgba(248,251,250,.95);
}

.certificate-container {
  text-align: justify;
  text-justify: inter-word;
}
.certificate-container table {
  width: 100%;
  border-collapse: collapse;
}
.certificate-container td,
.certificate-container th {
  text-align: justify;
  vertical-align: middle;
  word-break: break-word;
}
.certificate-container .label {
  font-weight: 600;
  white-space: nowrap;
}
.certificate-container .value {
  text-align: justify;
}
.certificate-container p {
  text-align: justify;
  line-height: 1.4;
}
.certificate-container .footer {
  text-align: center;
}
.certificate-container .no-break {
  white-space: nowrap;
}
.media-placeholder__inner img,
.about-logo-card{
  max-width:65%;
  max-height:65%;
  width:auto;
  height:auto;
  display:block;
}

/* CTA surfaces */
.cta-surface{
  border-radius:20px;
  background:linear-gradient(135deg,var(--cc-green-800),var(--cc-green-600));
  box-shadow:0 14px 40px rgba(6,62,30,.25);
}

.cta-inline{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:24px;
  border-radius:18px;
  border:1px solid var(--cc-border);
  background:#fff;
  box-shadow:var(--cc-shadow);
}
@media (min-width: 992px){
  .cta-inline{flex-direction:row;align-items:center;justify-content:space-between;padding:28px}
}

/* Trust badges */
.trust-badge{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border:1px solid var(--cc-border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--cc-shadow);
}
.trust-badge__icon{
  width:40px;height:40px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(25,162,77,.12);
  color:var(--cc-green-800);
}

.product-logo {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product-tagline {
    text-align: center;
    font-style: italic;
    margin-top: 15px;
    font-size: 18px;
    color: #2c3e50;
}

/* Breadcrumb */
.breadcrumb-lite{display:flex;gap:.5rem;flex-wrap:wrap;color:var(--cc-muted);font-size:.95rem}
.breadcrumb-lite a{color:var(--cc-muted);text-decoration:none}
.breadcrumb-lite a:hover{color:var(--cc-green-700)}
.breadcrumb-sep{opacity:.7}

/* Mini stats */
.mini-stat{
  border:1px solid var(--cc-border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--cc-shadow);
  padding:14px 16px;
  height:100%;
}
.mini-stat__label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-muted)}
.mini-stat__value{font-size:1.15rem;font-weight:800;margin-top:4px}

/* Accordion */
.accordion-clean .accordion-item{
  border:1px solid var(--cc-border);
  border-radius:16px;
  overflow:hidden;
  box-shadow:var(--cc-shadow);
  background:#fff;
  margin-bottom:12px;
}
.accordion-clean .accordion-button:not(.collapsed){
  background:rgba(25,162,77,.10);
  color:var(--cc-green-900);
}

/* Footer */
.site-footer .footer-main{background:#eaf7f0}
.site-footer .footer-title{font-weight:800;margin-bottom:10px}
.footer-logo{height:52px;width:auto;object-fit:contain;display:block}
.footer-links a{
  color:var(--cc-muted);
  text-decoration:none;
  display:inline-block;
  padding:6px 0;
}
.footer-links a:hover{color:var(--cc-green-700)}
.footer-bottom{background:#eaf7f0}
.lower-trust-strip{background:rgba(25,162,77,.04);padding-top:3.5rem;padding-bottom:3.5rem;margin-bottom:2.75rem}
.lower-trust-strip .trust-badge{border-color:rgba(14,111,53,.12);background:#ffffff}
.lower-trust-strip .trust-badge__icon{background:rgba(25,162,77,.12)}


@media (max-width:991.98px){
  .site-logo{height:42px}
  .hero-section{min-height:560px}
  .hero-content{padding-right:2rem}
  .hero-subtitle{max-width:92%}
}

/* SAFETY CARDS GRID */
.safety-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-feature {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 32px 24px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-feature:hover {
    background: var(--cc-green-700);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(6,62,30,0.15);
}

.product-feature__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.product-feature__title {
    color: #111827;
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0;
    transition: color 0.3s ease;
}

.product-feature:hover .product-feature__title {
    color: #ffffff;
}

.product-feature__icon {
    width: 48px;
    height: 48px;
    color: var(--cc-green-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.product-feature:hover .product-feature__icon {
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
}

.product-feature__divider {
    width: 100px;
    height: 3px;
    background: var(--cc-green-700);
    margin: 20px 0 24px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.product-feature:hover .product-feature__divider {
    background: rgba(255, 255, 255, 0.4);
    width: 150px;
}

.product-feature p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.product-feature:hover p {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 991px) {
    .safety-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .safety-grid {
        grid-template-columns: 1fr;
    }
    .product-feature {
        padding: 24px 16px;
    }
}



/* BENEFITS CARDS */
.benefits-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.benefit-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-card ul {
    margin: 0;
    padding-left: 22px;
}

.benefit-card li {
    margin-bottom: 14px;
    line-height: 1.75;
    color: #2c3e50;
}

.benefit-card li:last-child {
    margin-bottom: 0;
}

.cdc-note {
    margin-top: 18px;
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    font-style: italic;
}

@media (max-width: 768px) {
    .benefits-cards {
        grid-template-columns: 1fr;
    }
}

/* WHY FEATURE GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.why-card {
    background: #ffffff;
    padding: 36px;
    border-radius: 18px;
    border: 1px solid #eef3f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(6,62,30,.09);
    border-color: rgba(14,111,53,.15);
}

.why-card--intro {
    background: linear-gradient(145deg, #f8fdfa, #f2f9f5);
    border: none;
    justify-content: center;
}

.why-card--intro .eyebrow {
    margin-bottom: 12px;
}

.why-card--intro h2 {
    font-size: clamp(2.2rem, 3.2vw, 2.8rem);
    line-height: 1.15;
    margin: 0;
    color: var(--cc-green-700);
    font-weight: 800;
}

.why-card__icon {
    width: 64px;
    height: 64px;
    background: rgba(25,162,77,.06);
    color: var(--cc-green-700);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 24px;
    transition: transform 0.4s ease;
}

.why-card:hover .why-card__icon {
    transform: scale(1.1) rotate(4deg);
    background: rgba(25,162,77,.1);
}

.why-card__heading {
    color: var(--cc-green-700);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.why-card__body {
    text-align: justify;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
    font-size: 0.95rem;
}

.comparison-text {
    max-width: 100%;
    line-height: 1.8;
    color: #2c3e50;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 1200px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
    .why-card {
        padding: 28px;
    }
    .why-card--intro {
        text-align: center;
    }
}

/* Drawback Section Redesign */
.section-intro-wide {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--cc-muted);
    margin-bottom: 56px;
    max-width: 100%;
}

.drawback-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.drawback-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 32px 24px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent; 
}

/* Full green fill on hover */
.drawback-card:hover {
    background: var(--cc-green-700);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(6,62,30,0.15);
}

.drawback-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.drawback-card__title {
    color: #111827;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.25;
    margin: 0;
    transition: color 0.3s ease;
}

.drawback-card:hover .drawback-card__title {
    color: #ffffff;
}

.drawback-card__icon {
    width: 48px;
    height: 48px;
    color: var(--cc-green-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.drawback-card:hover .drawback-card__icon {
    color: #ffffff;
    transform: translateY(-3px) scale(1.1);
}

.drawback-card__divider {
    width: 60px;
    height: 3px;
    background: var(--cc-green-700);
    margin: 20px 0 24px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.drawback-card:hover .drawback-card__divider {
    background: rgba(255, 255, 255, 0.4);
    width: 100px;
}

.drawback-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.drawback-card li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    line-height: 1.6;
    color: #4a5568;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.drawback-card li::before {
    content: "•";
    color: var(--cc-green-600);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    transition: color 0.3s ease;
}

.drawback-card:hover li {
    color: rgba(255, 255, 255, 0.95);
}
/* Product Info Section (Highlights) */
.product-info-section {
    background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 100%);
    padding: 100px 0;
    border-top: 1px solid rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.product-info-block {
    margin-bottom: 36px;
    padding-left: 24px;
    border-left: 3px solid var(--cc-green-700);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-info-block:last-child {
    margin-bottom: 0;
}

.product-info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--cc-green-700);
}

.product-info-header i {
    font-size: 20px;
}

.product-info-block h5 {
    color: #111827;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-info-block p {
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    font-size: 1rem;
}

.product-info-block:hover {
    transform: translateX(10px);
    border-left-width: 6px;
}

.product-info-block:hover h5 {
    color: var(--cc-green-700);
}

.product-featured-image {
    width: 100%;
    max-width: 520px;
    filter: drop-shadow(0 30px 60px rgba(6, 62, 30, 0.12));
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-image-wrapper {
    position: relative;
    padding: 20px;
}

.product-image-wrapper::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(31, 122, 69, 0.05) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.product-image-wrapper:hover .product-featured-image {
    transform: scale(1.04) rotate(-1.5deg);
}

@media (max-width: 991px) {
    .product-info-section {
        padding: 70px 0;
    }
    .product-info-block {
        margin-bottom: 30px;
    }
    .product-featured-image {
        max-width: 400px;
        margin-top: 50px;
    }
}

.drawback-card:hover li::before {
    color: #ffffff;
}

@media (max-width: 991px) {
    .drawback-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .drawback-grid {
        grid-template-columns: 1fr;
    }
    .drawback-card {
        padding: 24px 16px;
    }
}

/* Special Statement Section */
.special-statement-section {
    background: #f4f8f5;
    padding: 64px 0;
    width: 100%;
}

.special-statement-inner {
    max-width: 1100px;
    margin: 0 auto;
    border-left: 4px solid #1f7a45;
    padding-left: 26px;
}

.special-statement-text {
    color: #1f7a45;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: left;
}

.special-statement-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .special-statement-inner {
        padding-left: 20px;
    }
    .special-statement-text {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .special-statement-section {
        padding: 50px 0;
    }
    .special-statement-inner {
        padding-left: 18px;
        margin: 0 15px;
    }
    .special-statement-text {
        font-size: 17px;
        line-height: 1.8;
    }
}
/* About Us Premium Refinements */
.letter-spacing-1 {
    letter-spacing: 1px;
}

.bg-success-soft {
    background-color: rgba(31, 122, 69, 0.08) !important;
}

.approval-pill {
    background: #ffffff;
    border: 1px solid rgba(31, 122, 69, 0.08);
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.approval-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    border-color: rgba(31, 122, 69, 0.2);
}

.approval-pill__icon {
    width: 40px;
    height: 40px;
    background: var(--cc-green-700);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(31, 122, 69, 0.2);
}

.approval-pill__content h5 {
    font-size: 0.95rem;
    margin: 0;
}

.certificate-showcase {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.02);
}

.certificate-showcase__header {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    background: #fafafa;
}

.certificate-showcase__body {
    padding: 24px;
    background: #ffffff;
    position: relative;
    flex-grow: 1;
}

.certificate-preview-scroll {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.06);
}

.certificate-preview-scroll img {
    width: 100%;
    display: block;
}

.certificate-showcase__footer {
    padding: 20px 24px;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.04);
}

.section-accent-title {
    position: relative;
    padding-left: 20px;
}

.section-accent-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: var(--cc-green-700);
    border-radius: 2px;
}

.facility-description .lead-sm {
    font-size: 1.1rem;
    color: var(--cc-green-800);
    border-bottom: 1px solid rgba(31, 122, 69, 0.1);
    padding-bottom: 15px;
}

.media-premium {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.07);
    transition: all 0.4s ease;
}

.media-premium__image-container {
    overflow: hidden;
    border-radius: 12px;
}

.media-premium img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.media-premium:hover img {
    transform: scale(1.03);
}
/* Home AMR/HAI Section - Strict Premium Refinement */
.home-amr-section {
    padding: 100px 0;
}

.home-amr-media {
    background: #eef7f1;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(31, 122, 69, 0.10);
    box-shadow: 0 14px 32px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.home-amr-media:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(0,0,0,0.08);
}

.home-amr-media img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.home-amr-title {
    color: #1f7a45;
    line-height: 1.15;
    margin-bottom: 20px;
}

.home-amr-copy {
    color: #4a5568;
    line-height: 1.8;
    font-size: 1.04rem;
}

.home-amr-copy p {
    margin-bottom: 16px;
}

.home-amr-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .home-amr-section {
        padding: 70px 0;
    }
    .home-amr-image-wrapper {
        margin-bottom: 30px;
    }
}

.media-premium__caption {
    margin-top: 14px;
    text-align: center;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.media-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    .certificate-showcase {
        margin-top: 30px;
    }
    .media-premium {
        margin-top: 30px;
    }
}

/* Contact Page & Form UI Refinement */
.form-icon-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-icon-group .form-icon {
    position: absolute;
    left: 18px;
    color: var(--cc-green-700);
    z-index: 2;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    pointer-events: none;
}

.form-icon-group .form-control {
    padding-left: 50px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 54px;
}

.form-icon-group--textarea {
    align-items: flex-start;
}

.form-icon-group--textarea .form-icon {
    top: 18px;
}

.form-icon-group--textarea .form-control {
    height: auto;
    padding-top: 14px;
}

.form-icon-group .form-control:focus {
    border-color: var(--cc-green-600);
    box-shadow: 0 0 0 4px rgba(31, 122, 69, 0.1);
    background: #ffffff;
}

.form-icon-group .form-control:focus + .form-icon {
    color: var(--cc-green-800);
    transform: scale(1.1);
}

.contact-card-info {
    transition: all 0.4s ease;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(5px);
}

.contact-info-item i {
    width: 44px;
    height: 44px;
    background: rgba(31, 122, 69, 0.08);
    color: var(--cc-green-700);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-item h6 {
    margin-bottom: 4px;
    font-weight: 700;
    color: #111827;
}

.contact-info-item p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.map-card-premium {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0,0,0,0.03);
    background: #ffffff;
}

.map-container-frame {
    width: 100%;
    height: 420px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-container-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
