:root{
  --green-600:#0ea86a;
  --green-500:#15b776;
  --gray-900:#0b0b0b;
  --muted:#6b7280;
  --bg:#f7faf7;
  --card:#ffffff;
  --container-width:1200px;
  font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--gray-900);line-height:1.45}
.site-root{scroll-behavior:smooth}
.container{width:calc(100% - 40px);max-width:var(--container-width);margin:0 auto}
.site-header{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0.04);position:sticky;top:0;z-index:40}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:18px 0;gap:12px}
.brand{font-weight:800;color:var(--green-600);text-decoration:none;font-size:1.05rem}
.main-nav{display:flex;gap:22px;align-items:center;justify-content:center}
.main-nav a{color:var(--gray-900);text-decoration:none;font-weight:600;padding:6px 8px}

/* Dropdown styles */
.dropdown{position:relative;display:inline-block}
.dropdown-btn{color:var(--gray-900);text-decoration:none;font-weight:600;padding:6px 8px;cursor:pointer;display:flex;align-items:center;gap:4px}
.dropdown-btn:after{content:'▼';font-size:0.7rem;transition:transform 0.2s ease}
.dropdown.active .dropdown-btn:after{transform:rotate(180deg)}
.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:160px;box-shadow:0 8px 20px rgba(6,30,18,0.15);border-radius:8px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease;z-index:50}
.dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu a{display:block;padding:10px 16px;color:var(--gray-900);text-decoration:none;font-weight:500;transition:background-color 0.2s ease}
.dropdown-menu a:hover{background-color:var(--gray-50)}
.dropdown-menu a.active{background-color:var(--green-50);color:var(--green-600);font-weight:600}
.btn{display:inline-block;background:var(--green-600);color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:600}
.btn.ghost{background:transparent;color:var(--green-600);border:2px solid rgba(14,168,106,0.12)}
.btn.small{padding:8px 12px;font-size:0.9rem}
.nav-toggle{display:none;background:transparent;border:0;font-size:1.3rem}

.get-started{border-radius:999px;padding:10px 18px;box-shadow:0 8px 20px rgba(14,168,106,0.18)}

.hero{padding:60px 0 40px}
.hero-grid{display:grid;grid-template-columns:1fr 480px;gap:32px;align-items:center}
.eyebrow{font-weight:700;color:var(--green-600);margin:0 0 8px}
h1{font-size:2.4rem;margin:0 0 12px}
.lead{color:var(--muted);max-width:52ch}
.stats{display:flex;gap:16px;list-style:none;padding:16px 0;margin:18px 0}
.stats li{background:#fff;padding:12px 14px;border-radius:10px;box-shadow:0 6px 18px rgba(4,4,4,0.04);min-width:110px}
.stats strong{display:block;font-size:1.2rem;color:var(--green-600)}
.hero-cta{margin-top:16px}

.mock-image{width:100%;height:320px;border-radius:14px;background:linear-gradient(160deg,#e9f7f0,#f7fff9);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px rgba(14,168,106,0.06);overflow:hidden}
.mock-image-inner{width:88%;height:88%;border-radius:12px;display:block;object-fit:cover;background-size:cover;background-position:center}

/* Modern Hero Image with Green Border */
.hero-image-modern{
  position:relative;
  width:100%;
  height:320px;
  border-radius:24px;
  border:6px solid #40a86a;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(64,168,106,0.15);
  background:#fff;
}
.hero-image-modern img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.section{padding:48px 0}
.section-title{text-align:center;font-size:1.6rem;margin-bottom:6px}
.section-sub{text-align:center;color:var(--muted);margin-bottom:24px}

/* Comparison table styles */
.compare-section{padding:44px 0}
.compare-card{background:#f0f9f4;border-radius:14px;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,0.08);overflow:hidden}
.compare-table{width:100%;border-collapse:collapse;min-width:600px;max-width:800px;margin:0 auto}
.compare-table thead th{background:#40a86a;color:#fff;padding:14px 8px;text-align:center;font-weight:700;font-size:0.95rem}
.compare-table thead th:first-child{text-align:left}
.compare-table tbody td{padding:12px 8px;border-bottom:1px solid #e5e7eb;color:#374151;background:white}
.compare-table tbody td:first-child{background:white;color:#374151;font-weight:600;text-align:left}
.compare-table tbody td:nth-child(2), .compare-table tbody td:nth-child(3){text-align:center}
.compare-table .highlight{background:white}
.compare-table .icon-cell{width:68px;text-align:center;font-weight:800;font-size:18px}
.compare-table .icon-cell.cross{color:#ef4444}
.compare-table .icon-cell.check{color:#22c55e}

/* layout tweaks to match screenshot */
.compare-card{padding:8px 6px 20px}
.compare-table thead th{padding:16px 20px}
.compare-table tbody td{padding:16px 20px}
.compare-table tbody td:nth-child(2),.compare-table tbody td:nth-child(3),.compare-table tbody td:nth-child(4){text-align:center}
.compare-table tbody td:first-child{text-align:left;padding-left:22px}
.compare-table{min-width:980px}
.compare-card{overflow:auto}
.compare-table tbody tr td{vertical-align:middle}

/* rounded header corners */
.compare-table thead th:first-child{border-top-left-radius:10px}
.compare-table thead th:last-child{border-top-right-radius:10px}

@media (max-width:900px){
  .compare-card{padding:8px}
  .compare-table{min-width:unset;font-size:14px}
}

/* Logo section below hero */
.logo-section {
  padding: 40px 0;
  background: var(--bg);
}

.logo-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.hero-logo {
  max-width: 80px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 168, 106, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 168, 106, 0.25);
}

@media (max-width: 768px) {
  .logo-container {
    justify-content: center;
    padding-right: 0;
  }
  
  .hero-logo {
    max-width: 60px;
  }
}

/* Partners row */
.partners{padding:18px 0 28px}
.partners-inner{text-align:center}
.partners-caption{font-size:0.75rem;color:var(--muted);letter-spacing:1.8px;margin-bottom:20px;font-weight:600}
.partners-logos{display:flex;gap:40px;justify-content:center;align-items:flex-start;flex-wrap:nowrap;padding:0 20px;overflow-x:auto}
.partner-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  min-width:90px;
  flex-shrink:0;
  transition:transform 0.2s ease, opacity 0.2s ease;
}
.partner-item:hover{
  transform:translateY(-2px);
  opacity:0.8;
}
.partner-name{
  font-size:0.7rem;
  font-weight:600;
  color:var(--muted);
  text-align:center;
  letter-spacing:0.5px;
  margin-bottom:4px;
  white-space:nowrap;
}
.partner-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
}
.partner-logo img{
  max-width:90px;
  max-height:45px;
  object-fit:contain;
  filter:grayscale(20%);
  transition:filter 0.2s ease;
}
.partner-item:hover .partner-logo img{
  filter:grayscale(0%);
}

/* Showcase */
.showcase{padding:28px 0 14px}
.showcase-card{background:linear-gradient(180deg,#f6fff7,#f3fff9);padding:32px;border-radius:16px}
.showcase-card{background:linear-gradient(180deg,#f6fff7,#f3fff9);padding:48px;border-radius:18px}
.showcase-img{height:520px;border-radius:14px;box-shadow:0 28px 60px rgba(14,168,106,0.14);width:100%;overflow:hidden}
.showcase-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}

/* Challenges and Solutions */
.challenges-solutions {
    padding: 80px 0;
    background: #fff;
}

.challenges-solutions .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.challenges-solutions .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gray-900);
    margin: 0 0 16px;
}

.challenges-solutions .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.challenges-section,
.solutions-section {
    background: #fff;
    margin-bottom: 10px;
}

.cs-content {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 60px;
    align-items: start;
}

.cs-text-content {
    /* Text content styling */
}

.challenges-section h3,
.solutions-section h3 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 32px;
    color: var(--gray-900);
}

.challenge-list,
.solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.challenge-list li,
.solution-list li {
    position: relative;
    padding: 12px 0 12px 24px;
    color: #333;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 4px;
}

.challenge-list li:before,
.solution-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
}

.solution-list strong {
    color: var(--gray-900);
    font-weight: 700;
}

.cs-image {
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.solutions-section .cs-image {
    margin-top: 110px;
}

.cs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .cs-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .challenges-solutions {
        padding: 60px 0;
    }
    
    .challenges-solutions .section-title {
        font-size: 2rem;
    }

    .cs-image {
        height: 220px;
    }
}


.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:18px}
.card{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 8px 18px rgba(3,3,3,0.04);display:flex;flex-direction:column}
.card-media{width:100%;height:240px;display:block;background-size:cover;background-position:center;border-radius:12px;overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}
.card-body{padding:18px}
.card-body h3{margin:0 0 8px}
.card-body p{color:var(--muted);margin:0 0 12px}
.link{color:var(--green-600);text-decoration:none;font-weight:700}

.why .features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:20px}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}
.feature-card{background:var(--card);padding:22px 20px 22px 64px;border-radius:14px;box-shadow:0 14px 30px rgba(3,3,3,0.06);position:relative;min-height:140px}
.feature-card h3{margin:0 0 10px;font-size:1.05rem;font-weight:800;color:var(--gray-900)}
.feature-card p{margin:0;color:var(--muted);font-size:0.98rem;line-height:1.6}
.feature-card .dot{position:absolute;left:20px;top:20px;width:16px;height:16px;border-radius:50%;background:var(--green-600);box-shadow:0 4px 8px rgba(14,168,106,0.18)}
.feature-card .dot.check{position:absolute;left:20px;top:20px;width:16px;height:16px;border-radius:50%;background:var(--green-600);box-shadow:0 6px 14px rgba(14,168,106,0.2)}

@media (max-width:1100px){
  .cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .cards-grid{grid-template-columns:1fr}
  .card-media{height:180px}
}

.faq .accordion{max-width:900px;margin:18px auto}
.acc-item{width:100%;text-align:left;padding:16px;background:#fff;border:0;border-radius:8px;margin-top:10px;box-shadow:0 6px 14px rgba(3,3,3,0.04);display:flex;align-items:center;justify-content:space-between;font-weight:700;cursor:pointer}
.acc-panel{padding:0 16px 16px 16px;display:none;background:transparent;color:var(--muted)}
.acc-item .acc-icon{font-weight:900}

.cta{background:linear-gradient(180deg,var(--green-600),#0aa06a);color:#fff;padding:48px 0;margin-top:18px}
.cta-inner{text-align:center}
.btn.large{padding:14px 22px;border-radius:999px}

/* Footer CTA top */
.cta-footer {
  background: #40a86a;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.cta-footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.cta-footer h2 {
  font-size: 2.8rem;
  margin: 0 0 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.cta-footer p {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
}

.cta-footer .btn {
  flex-shrink: 0;
}

.btn.white-pill {
  background: #fff;
  color: #40a86a;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
}

/* Footer main */
.footer-main{background:#40a86a;color:#fff;padding:48px 0}
.footer-grid{display:grid;grid-template-columns:1fr 220px 220px;gap:28px;align-items:start}
.footer-brand{color:#fff;font-weight:800;font-size:1.05rem}
.footer-desc{color:rgba(255,255,255,0.9);max-width:420px;margin-top:10px}
.footer-grid h4{color:#fff;margin:0 0 10px}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:6px 0}
.footer-links a{color:rgba(255,255,255,0.8);text-decoration:none}

.footer-bottom{background:#40a86a;color:rgba(255,255,255,0.7);padding:14px 0;border-top:1px solid rgba(255,255,255,0.1)}
.footer-bottom .container{display:flex;align-items:center;justify-content:center}

@media (max-width:900px){
  .cta-footer h2{font-size:1.8rem}
  .footer-grid{grid-template-columns:1fr;gap:18px}
  
  /* TAMABLOC page footer responsive */
  .tamabloc-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  
  .tamabloc-page .footer-bottom .container {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .tamabloc-page .footer-legal {
    justify-content: center;
  }
}

/* TAMABLOC page specific footer styling */
.tamabloc-page .site-footer {
  background: #1b4332;
  color: #fff;
  padding: 0;
  margin-top: 0;
}

.tamabloc-page .footer-main {
  background: #1b4332;
  color: #fff;
  padding: 48px 0;
}

.tamabloc-page .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.tamabloc-page .footer-brand {
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.tamabloc-page .footer-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 420px;
  margin-top: 10px;
  line-height: 1.6;
}

.tamabloc-page .footer-grid h4 {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 1rem;
}

.tamabloc-page .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tamabloc-page .footer-links li {
  margin: 8px 0;
}

.tamabloc-page .footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.tamabloc-page .footer-links a:hover {
  color: #b8d4c2;
}

.tamabloc-page .contact-info p {
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.9);
}

.tamabloc-page .footer-bottom {
  background: #0d2818;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tamabloc-page .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tamabloc-page .footer-legal {
  display: flex;
  gap: 20px;
}

.tamabloc-page .footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.tamabloc-page .footer-legal a:hover {
  color: #b8d4c2;
}

/* Default site footer for other pages */
.site-footer{background:transparent;color:#d1d5db;padding:0;margin-top:0}
.footer-inner{display:flex;gap:12px;align-items:center;justify-content:space-between}
.footer-nav a{color:inherit;text-decoration:none;margin-right:12px}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-right{order:-1}
  .nav-toggle{display:block}
  .main-nav{position:fixed;left:50%;transform:translateX(-50%);top:64px;background:#fff;padding:12px;border-radius:10px;box-shadow:0 10px 30px rgba(2,6,23,0.08);flex-direction:column;display:none}
  .main-nav.show{display:flex}
  
  /* Mobile dropdown styles */
  .dropdown-menu{position:static;box-shadow:none;background:var(--gray-50);margin-top:8px;border-radius:6px}
  .dropdown.active .dropdown-menu{transform:none}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .showcase-img{height:360px}
  
  /* Partners responsive */
  .partners-logos{gap:20px;justify-content:flex-start;padding:0 10px}
  .partner-item{gap:6px;min-width:70px}
  .partner-name{font-size:0.6rem}
  .partner-logo{padding:4px}
  .partner-logo img{max-width:60px;max-height:30px}
  
  /* Challenges and Solutions responsive */
  .cs-grid{grid-template-columns:1fr;gap:32px}
  .challenges-section,.solutions-section{padding:0}
  .challenges-section h3,.solutions-section h3{font-size:1.5rem}
  .challenge-image,.solution-image{height:160px}
}

/* Impact section - match deep green design with translucent white borders */
.impact{background:linear-gradient(180deg,#059e67,#0ea86a);padding:64px 0;color:#fff}
.impact-grid{display:grid;grid-template-columns:1fr 520px;gap:48px;align-items:start}
.impact-left .kicker{font-size:0.75rem;color:rgba(255,255,255,0.9);font-weight:700;margin-bottom:12px;display:inline-block;background:rgba(255,255,255,0.06);padding:6px 12px;border-radius:999px}
.impact-left h2{margin:0 0 18px;font-size:2.6rem;font-weight:900;color:#ffffff}
.impact-lead{color:rgba(255,255,255,0.9);max-width:56ch;margin-bottom:24px;line-height:1.6}
.stat-card{background:transparent;padding:28px;border-radius:14px;width:420px;margin:18px 0;border:2px solid rgba(255,255,255,0.22);box-shadow:0 20px 40px rgba(2,8,4,0.06)}
.stat-number{font-size:3.8rem;color:#ffffff;font-weight:900;line-height:1}
.stat-label{color:rgba(255,255,255,0.9);margin-top:10px;font-weight:600}
.impact-tags{margin-top:20px;display:flex;gap:18px;align-items:center}
.impact-tags span{background:transparent;color:rgba(255,255,255,0.95);font-weight:700;padding:6px 10px;border-radius:8px}
.impact-right .process-card{background:transparent;border-radius:14px;padding:26px;border:2px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.95);box-shadow:0 8px 30px rgba(2,8,4,0.04);min-height:320px}
.process-row{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px dashed rgba(255,255,255,0.06)}
.process-row:last-child{border-bottom:0}
.process-arrow{text-align:center;color:rgba(255,255,255,0.85);font-size:1.3rem;padding:8px 0}

@media (max-width:1100px){
  .impact-grid{grid-template-columns:1fr}
  .impact-right{order:2}
  .stat-card{width:100%;max-width:680px}
}

@media (max-width:520px){
  .impact-left h2{font-size:1.8rem}
  .stat-number{font-size:2.6rem}
  .impact-grid{gap:18px}
}

/* Product page styles */
.product-hero{padding:36px 0}
.product-hero-grid{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:center}
.product-hero-left h1{font-size:1.6rem;color:var(--green-600);margin:0 0 6px}
.product-hero-left .lead{color:var(--muted)}
.product-image{width:100%;height:220px;display:block;object-fit:cover;border-radius:12px;box-shadow:0 14px 36px rgba(14,168,106,0.08);background-size:cover;background-position:center}
.product-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}


.product-grid{display:grid;grid-template-columns:1fr 240px;gap:28px;padding:28px 0}
.product-main{display:flex;flex-direction:column;gap:20px}
.product-sidebar{display:flex;flex-direction:column;align-items:flex-start;gap:14px}

.sidebar-card{background:#fff;border:1px solid rgba(14,168,106,0.12);padding:16px;border-radius:12px;width:100%;box-shadow:0 8px 20px rgba(6,30,18,0.04);display:flex;align-items:center;gap:12px}
.sidebar-card h4{margin:0;color:var(--green-600);font-size:1rem}
.sidebar-card .icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(180deg,#f3fff7,#eefef3);display:flex;align-items:center;justify-content:center;color:var(--green-600);flex:0 0 44px;border:1px solid rgba(14,168,106,0.06)}

.apps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;width:100%}
.apps-list li{background:#fff;padding:12px;border-radius:10px;border:1px solid rgba(14,168,106,0.08);display:flex;gap:12px;align-items:center}
.apps-list li .app-icon{width:36px;height:36px;border-radius:8px;background:#f6fff7;border:1px solid rgba(14,168,106,0.06);display:flex;align-items:center;justify-content:center;color:var(--green-600);flex:0 0 36px}
.apps-list li strong{font-weight:700;color:var(--gray-900)}
.apps-list li span{color:var(--muted);font-size:13px}

.info-box{background:linear-gradient(180deg,#f8fffb,#f3fff7);border:1px solid rgba(14,168,106,0.18);padding:20px;border-radius:14px}
.info-box h3{margin:0 0 12px;color:var(--green-600);font-size:1.02rem}
.info-box ul{list-style:none;margin:0;padding:0}
.info-box li{padding:10px 0;border-bottom:1px dashed rgba(14,168,106,0.06);color:var(--gray-900);display:flex;align-items:flex-start;gap:10px}
.info-box li:before{content:'\2713';color:var(--green-600);font-weight:700;margin-right:6px}
.info-box li:last-child{border-bottom:0}

.product-compare h3{margin:6px 0 12px}
.product-compare .compare-table thead th{background:var(--green-600);color:#fff;padding:10px;border-radius:4px}
.product-compare .compare-table tbody td{padding:12px;background:linear-gradient(180deg,#f8fffb,#f3fff7)}

/* Enquire button in sidebar */
.enquire-now{margin-top:8px;background:var(--green-600);color:#fff;padding:10px 16px;border-radius:999px;border:none;cursor:pointer;font-weight:700;box-shadow:0 10px 26px rgba(14,168,106,0.14)}
.enquire-now.small{padding:8px 12px}

/* make sidebar content align to right but inner cards span full width */
.product-sidebar > *{width:100%;max-width:220px}
.product-sidebar .sidebar-card{margin-left:-16px}

/* --- Override: style the Applications sidebar to match reference --- */
/* make sidebar column wider and allow full-width cards */
.product-grid{grid-template-columns:1fr 300px}
.product-sidebar{align-items:stretch}
.product-sidebar > *{max-width:100%}

/* Sidebar panel */
.sidebar-card{padding:22px;border-radius:14px;border:1px solid rgba(14,168,106,0.06);box-shadow:0 18px 40px rgba(14,168,106,0.04);display:block}
.sidebar-card h4{font-size:1.25rem;margin-bottom:14px}

/* App items styled as separate rounded cards */
.apps-list{display:block}
.apps-list li{padding:16px;border-radius:12px;border:1px solid rgba(14,168,106,0.08);margin-bottom:14px;background:#fff;display:flex;align-items:center;gap:14px}
.apps-list li .app-icon{width:44px;height:44px;border-radius:8px}
.apps-list li strong{font-weight:800}

/* Enquire button placement */
.product-sidebar .enquire-now{margin-top:18px}

@media (max-width:980px){
  .product-hero-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .product-sidebar{align-items:stretch}
}

/* Persistent floating CTA button - always clickable */
.floating-cta{
  position:fixed;
  right:20px;
  bottom:28px;
  background:var(--green-600);
  color:#fff;
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 12px 30px rgba(14,168,106,0.25);
  z-index:9999;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.floating-cta:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(14,168,106,0.28)}

@media (min-width:1200px){
  .floating-cta{right:40px;bottom:36px}
}

@media (max-width:420px){
  .floating-cta{right:12px;bottom:18px;padding:10px 14px}
}

/* Reveal animations for JS-driven entrance effects */
.reveal{opacity:0;transform:translateY(18px);transition:opacity 620ms cubic-bezier(.2,.9,.2,1),transform 620ms cubic-bezier(.2,.9,.2,1);will-change:transform,opacity}
.reveal.in-view{opacity:1;transform:none}

/* Subtle card hover lift to feel interactive */
.card{transition:transform 260ms ease,box-shadow 260ms ease}
.card:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(6,30,18,0.08)}

/* Small product image hover scale for micro-interaction */
.card-media{transition:transform 420ms cubic-bezier(.2,.9,.2,1)}
.card:hover .card-media{transform:scale(1.03)}


/* About page styles */
.about-banner{
  background: linear-gradient(180deg, #e8f7f0, #f5fbf7);
  padding: 60px 0;
}

.about-hero{margin-top:20px;display:flex;justify-content:center}
.about-hero img{width:100%;max-width:980px;height:260px;object-fit:cover;border-radius:18px;box-shadow:0 18px 40px rgba(14,168,106,0.08)}

/* ESG page styles */
.esg-quicknav{background:transparent}
.esg-quicknav .quicknav-inner{background:#fff;border:1px solid rgba(14,168,106,0.06);padding:18px;border-radius:12px;box-shadow:0 8px 20px rgba(6,30,18,0.03)}
.esg-quicknav h4{margin:0 0 8px;color:var(--green-600);font-weight:800}
.esg-quicknav ul{list-style:none;padding:0;margin:0}
.esg-quicknav li{margin:8px 0}
.esg-quicknav a{color:var(--green-600);text-decoration:none;padding:8px 10px;display:inline-block;border-radius:8px}
.esg-quicknav a:hover{background:linear-gradient(180deg,#f3fff7,#eefef3)}

/* Active quick navigation link (when its section is in view) */
.esg-quicknav a.active{background:linear-gradient(180deg,#f3fff7,#eefef3);color:#0b7a53;font-weight:800;box-shadow:inset 4px 0 0 0 rgba(11,122,83,0.08);padding-left:14px}

/* make inactive links slightly muted so active stands out */
.esg-quicknav a:not(.active){opacity:0.92}

.esg-panel{background:linear-gradient(180deg,#eaf9ef,#f5fff9);border-radius:14px;padding:18px;margin-bottom:18px;box-shadow:0 12px 30px rgba(6,30,18,0.04);border:1px solid rgba(14,168,106,0.08);transition:box-shadow 300ms ease,border-color 300ms ease,background 300ms ease}
.esg-panel-inner{display:flex;gap:18px;align-items:flex-start}

/* ESG content wrapper for side-by-side layout */
.esg-content-wrapper{display:flex;gap:24px;align-items:center;width:100%}
.esg-text-content{display:flex;gap:18px;align-items:flex-start;flex:1}
.esg-feature-image{flex:0 0 300px;align-self:center;text-align:center}
.esg-feature-image img{box-shadow:0 8px 20px rgba(14,168,106,0.15);border-radius:16px}

/* When a panel is visible, give it a gentle green emphasis */
.esg-panel.in-view{border-color:var(--green-600);box-shadow:0 20px 46px rgba(14,168,106,0.12);background:linear-gradient(180deg,#f7fff9,#ffffff)}
.esg-icon{width:56px;height:56px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;padding:6px;border:2px solid rgba(14,168,106,0.08);flex:0 0 56px}
.esg-icon img,.esg-icon-img{width:44px;height:44px;object-fit:contain;display:block;border-radius:8px}
.esg-panel h3{margin:0 0 10px;color:var(--green-600)}
.esg-panel ul{list-style:disc;padding-left:20px;margin:8px 0 0;color:var(--muted)}
.esg-panel li{margin:8px 0}
.esg-badge{display:inline-block;background:var(--green-600);color:#fff;padding:4px 8px;border-radius:999px;font-weight:700;font-size:0.85rem;margin-left:8px}

.wave-sep{height:18px;margin:20px 0;background:linear-gradient(90deg,transparent,#f0fbf4,transparent);border-radius:50%}

.esg-certs{background:transparent;padding:12px 0}
.esg-certs .cert-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.esg-certs .cert-card{background:#fff;border-radius:12px;padding:18px;border:1px solid rgba(14,168,106,0.06);box-shadow:0 18px 40px rgba(6,30,18,0.04);max-width:100%;}
.cert{display:inline-block;background:var(--green-600);color:#fff;padding:8px 14px;border-radius:999px;font-weight:700}

@media (max-width:900px){
  .esg-grid{grid-template-columns:1fr!important}
  .esg-quicknav{order:2}
}

@media (max-width: 768px){
  .esg-content-wrapper{
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .esg-feature-image{
    flex: none;
    align-self: center;
    text-align: center;
  }
  .esg-feature-image img{
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 769px){
  .esg-content-wrapper{
    display: flex !important;
    gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    flex-direction: row !important;
  }
  .esg-text-content{
    flex: 1 !important;
  }
  .esg-feature-image{
    flex: 0 0 300px !important;
    align-self: center !important;
  }
}

/* ESG-specific footer variant (card-like certifications above, lighter footer) */
.esg-footer .footer-top{display:none}
.esg-footer .footer-main{background:#ffffff;padding:28px 0 18px;border-top:1px solid rgba(14,168,106,0.04)}
.esg-footer .footer-grid{grid-template-columns:260px 1fr 300px;gap:48px;align-items:start}
.esg-footer .brand-col{display:flex;gap:12px;align-items:flex-start}
.esg-footer .brand-col::before{display:none}
.esg-footer .brand-square{width:48px;height:48px;background:#f1f6f2;border-radius:8px;border:1px solid rgba(14,168,106,0.04);flex:0 0 48px}
.esg-footer .footer-brand{color:var(--green-600);font-weight:800}
.esg-footer .footer-desc{color:#223730;margin-top:8px;font-size:0.98rem;max-width:260px;margin-left:6px;font-weight:600}
.esg-footer h4{margin:0 0 8px;color:#223730}
.esg-footer .footer-links{padding-left:0}
.esg-footer .footer-links li{margin:8px 0}
.esg-footer .footer-links a{color:#3b3f3a;text-decoration:none;font-size:0.95rem}
.esg-footer .col{padding-top:6px}

/* thin green divider then centered copyright */
.esg-footer .copyright{color:var(--muted);font-size:0.95rem}

/* small layout tweaks for narrow screens */
@media (max-width:900px){
  .esg-footer .footer-grid{grid-template-columns:1fr;gap:18px}
  .esg-footer .brand-col::before{width:40px;height:40px}
  .esg-footer .footer-desc{font-size:0.92rem}
}

/* Ensure grid children can shrink and text wraps instead of overlapping */
.esg-footer .footer-grid > *{min-width:0}
.esg-footer .brand-col, .esg-footer .footer-desc, .esg-footer .footer-links{overflow-wrap:break-word}
.esg-footer .footer-desc{min-width:0}

/* Force horizontal text layout in ESG footer to avoid any accidental vertical rendering */
.esg-footer .footer-desc,
.esg-footer .footer-links,
.esg-footer .footer-brand{
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  letter-spacing: normal !important;
}

/* Stronger, more specific overrides for any children inside the brand column */
.esg-footer .brand-col,
.esg-footer .brand-col *{
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform: none !important;
}

.esg-footer .footer-desc{display:block !important;max-width:220px !important;margin:8px 0 0 !important;white-space:normal !important;overflow:hidden}
.esg-footer .footer-brand{display:block !important}

/* Ensure the outer footer background is neutral on ESG page (override dark site-footer) */
.esg-footer{background:transparent;color:inherit}
.esg-footer .footer-main{background:#fff}
.esg-footer .footer-bottom{background:#fff;border-top:1px solid rgba(14,168,106,0.06);padding-top:20px;padding-bottom:30px}
.esg-footer .footer-bottom .container{justify-content:center}
.banner-inner{ text-align:center; }
.about-banner h1{ 
  font-size:3rem; 
  margin:0; 
  color:#40a86a; 
  font-weight:800; 
  letter-spacing:-0.02em;
}
.about-banner p{ 
  margin-top:16px; 
  color:#4a5568; 
  font-size:1.1rem;
  line-height:1.6;
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  font-weight:400;
}

.about-story{ padding:56px 0; }
.story-grid{ display:grid; grid-template-columns: 1fr 420px; gap:36px; align-items:center; }
.story-text h2{ 
  font-size:2rem; 
  margin-bottom:16px;
  color:#40a86a;
  font-weight:700;
}
.story-text p{ color:#334; line-height:1.6 }
.story-image .image-placeholder{ width:100%; height:320px; border-radius:20px; background:linear-gradient(135deg,#e6f7ef,#fff); box-shadow: 0 8px 30px rgba(20,60,40,0.06)}

.story-image{display:block}
.story-img{width:100%;height:320px;object-fit:cover;border-radius:20px;display:block;box-shadow:0 18px 40px rgba(14,168,106,0.06)}

@media (max-width:900px){
  .story-img{height:220px}
}

.core-values{ padding:48px 0; }
.section-title{ font-size:2rem; color:#40a86a; text-align:center; margin-bottom:32px; font-weight:700; }
.values-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:28px; margin-top:18px }
.value{ 
  background:#fff; 
  padding:24px; 
  border-radius:16px; 
  border:1px solid rgba(14,168,106,0.1); 
  box-shadow:0 4px 16px rgba(0,0,0,0.08); 
  display:flex; 
  flex-direction:column;
  gap:16px; 
  align-items:flex-start;
  text-align:left;
}
.value-icon{ 
  width:56px; 
  height:56px; 
  border-radius:12px; 
  background:#f0f9f4; 
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#40a86a; 
  font-weight:700; 
  flex:0 0 56px; 
  object-fit:contain;
  margin-bottom:8px;
}
.value h3{ 
  margin:0;
  font-size:1.1rem;
  color:#40a86a;
  font-weight:700;
  line-height:1.3;
}
.value p{ 
  color:#4a5568; 
  font-size:0.95rem; 
  margin:0;
  line-height:1.6;
}

.mv-section{ 
  padding: 60px 0; 
  background: #fff;
}

.mv-list{ 
  display: flex; 
  flex-direction: column; 
  gap: 24px; 
  max-width: 1000px; 
  margin: 0 auto;
}

.mv-item{ 
  background: #fff; 
  padding: 24px 32px; 
  border-radius: 12px; 
  display: grid; 
  grid-template-columns: 60px 1fr 200px; 
  gap: 24px; 
  align-items: center; 
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  min-height: auto;
}

.mv-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-icon-small{ 
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  background: #f0f9f4; 
  padding: 8px;
  border: 2px solid #40a86a;
}

.mv-text h4 {
  margin: 0 0 8px 0;
  color: #40a86a;
  font-size: 1.2rem;
  font-weight: 700;
}

.mv-text p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
}

.mv-image {
  border-radius: 12px;
  width: 200px;
  height: 120px;
  justify-self: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  outline: none;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  object-fit: contain;
}

.mv-card h4{ 
  margin:0 0 8px 0; 
  font-size:1.1rem;
  color:#40a86a;
  font-weight:700;
}
.mv-card p{ 
  margin:0; 
  color:#4a5568; 
  font-size:0.95rem;
  line-height:1.6;
}

.team-section{ padding:48px 0 80px 0 }
.section-sub{ color:#556; text-align:center; margin-bottom:16px }
.team-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:32px; margin-top:32px; max-width:800px; margin-left:auto; margin-right:auto; }
.team-card{ 
  background:#fff; 
  padding:20px; 
  border-radius:16px; 
  text-align:center;
  border:1px solid rgba(14,168,106,0.1);
  box-shadow:0 4px 16px rgba(0,0,0,0.08);
}
.avatar{ 
  width:120px; 
  height:140px; 
  border-radius:12px; 
  margin:0 auto 16px; 
  background:linear-gradient(135deg,#f0f6f4,#e9f9ee); 
  display:block; 
  object-fit:cover;
}
.team-name{ font-weight:700; color:#40a86a; margin-bottom:4px; }
.team-role{ color:#4a5568; font-size:14px; line-height:1.4; }

@media (max-width: 768px){
  .story-grid{ grid-template-columns: 1fr; }
  .values-grid{ grid-template-columns: 1fr; }
  .mv-item{ 
    grid-template-columns: 1fr; 
    gap: 16px;
    padding: 20px;
    text-align: center;
  }
  .mv-image {
    width: 100%;
    height: 150px;
    justify-self: center;
  }
  .team-grid{ grid-template-columns: 1fr; max-width:300px; }
}

@media (min-width: 769px){
  .mv-item{ 
    display: grid !important; 
    grid-template-columns: 60px 1fr 200px !important; 
    gap: 24px !important;
    align-items: center !important;
    text-align: left !important;
  }
}

/* Contact section styles (matches provided screenshot) */
.contact-section{padding:56px 0 36px;background:var(--bg)}
.contact-inner{max-width:720px;margin:0 auto;text-align:center}
.contact-card{background:#fff;border-radius:10px;padding:22px;border:1px solid rgba(14,168,106,0.12);box-shadow:0 12px 34px rgba(14,168,106,0.04);margin-top:18px}
.contact-form{display:block}
.contact-form label{display:block;text-align:left;color:var(--muted);font-size:0.85rem;margin:10px 0 6px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px;border-radius:6px;border:1px solid rgba(14,168,106,0.08);background:#f6fff7;color:var(--gray-900);font-size:0.95rem}
.contact-form textarea{min-height:120px;resize:vertical}
.send-btn{display:block;width:100%;background:var(--green-600);color:#fff;padding:12px;border-radius:8px;border:0;margin-top:14px;font-weight:800;letter-spacing:0.6px}
.contact-footer{margin-top:18px;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:12px}
.contact-footer .contact-item{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:0.95rem}

@media (max-width:900px){
  .contact-inner{padding:0 12px}
  .contact-card{padding:16px}
}

/* Projects Page Styles */
.projects-hero{
  background: linear-gradient(180deg, #f6fff7, #f3fff9);
  padding: 60px 0 40px;
}

.projects-hero-grid{
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  align-items: center;
}

.projects-hero-content h1{
  font-size: 2.4rem;
  margin: 0 0 16px;
  color: var(--gray-900);
}

.projects-lead{
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 52ch;
}

.projects-hero-visual .mock-image{
  height: 320px;
}

/* White pill button for CTA footer */
.btn.white-pill{
  background: #fff;
  color: var(--green-600);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn.white-pill:hover{
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Updated Footer Styles to Match Design */
.footer-main{
  background: #0f1720;
  color: #d1d5db;
  padding: 48px 0;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1fr 220px 220px;
  gap: 28px;
  align-items: start;
}

.footer-brand{
  color: var(--green-500);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.footer-desc{
  color: #9aa0a6;
  max-width: 420px;
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-grid h4{
  color: #cbd5d9;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
}

.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li{
  margin: 6px 0;
}

.footer-links a{
  color: #9aa0a6;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover{
  color: var(--green-500);
}

.footer-bottom{
  background: #091014;
  color: #9aa0a6;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.footer-bottom .container{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Project Filters */
.project-filters{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.filter-btn{
  background: #fff;
  border: 2px solid rgba(14, 168, 106, 0.12);
  padding: 12px 24px;
  border-radius: 25px;
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover{
  background: var(--green-600);
  color: #fff;
  border-color: var(--green-600);
}

/* Projects Grid */
.projects-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.project-card{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(3, 3, 3, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(14, 168, 106, 0.12);
}

.project-media{
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.project-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.project-card:hover .project-media img{
  transform: scale(1.05);
}

.project-body{
  padding: 24px;
}

.project-body h3{
  margin: 0 0 12px;
  font-size: 1.3rem;
  color: var(--gray-900);
}

.project-body p{
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.6;
}

.project-meta{
  margin-bottom: 16px;
}

.project-location{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.location-icon{
  font-size: 0.8rem;
}

.project-tags{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag{
  background: rgba(14, 168, 106, 0.1);
  color: var(--green-600);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 600;
}

.tag.residential{
  background: rgba(14, 168, 106, 0.1);
  color: var(--green-600);
}

.tag.commercial{
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.tag.industrial{
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.tag.infrastructure{
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
}

.tag.year{
  background: rgba(107, 114, 128, 0.1);
  color: var(--muted);
}

.project-link{
  color: var(--green-600);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.project-link:hover{
  color: var(--green-500);
}

/* Impact Statistics Section */
.impact-section{
  background: linear-gradient(180deg, #f6fff7, #f3fff9);
  padding: 60px 0;
}

.impact-stats{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.impact-stat{
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(3, 3, 3, 0.06);
}

.impact-icon{
  font-size: 3rem;
  margin-bottom: 16px;
}

.impact-number{
  font-size: 3rem;
  font-weight: 800;
  color: var(--green-600);
  margin-bottom: 8px;
  display: block;
}

.impact-label{
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px){
  .projects-hero-grid{
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  
  .projects-hero-content h1{
    font-size: 2rem;
  }
  
  .projects-grid{
    grid-template-columns: 1fr;
  }
  
  .filter-btn{
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  
  .impact-stats{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .footer-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .cta-footer .container{
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  
  .cta-footer h2{
    font-size: 1.8rem;
  }
}

/* Animation Keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reveal animation for scroll effects */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Media Page Styles */
.media-hero {
  background: linear-gradient(180deg, #e8f5e8, #f0f9f0);
  padding: 60px 0 40px;
}

.media-hero-content {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 40px;
  align-items: center;
}

.media-hero-text {
  flex: 1;
}

.media-hero-text h1 {
  font-size: 2.4rem;
  margin: 0 0 16px;
  color: var(--gray-900);
  font-weight: 700;
}

.media-hero-text p {
  color: #a0a0a0;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 52ch;
}

.media-hero-visual .mock-image {
  height: 320px;
}

/* Media Filters */
.media-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.media-filter-btn {
  background: #fff;
  border: 1px solid rgba(14, 168, 106, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.media-filter-btn.active,
.media-filter-btn:hover {
  background: var(--green-600);
  color: #fff;
  border-color: var(--green-600);
}

.media-search {
  position: relative;
  max-width: 300px;
  margin-left: auto;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 16px;
  border: 1px solid rgba(14, 168, 106, 0.2);
  border-radius: 20px;
  background: #fff;
  font-size: 0.9rem;
}

.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}

/* Media Layout */
.media-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

.media-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Media Items */
.media-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(3, 3, 3, 0.06);
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.media-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 168, 106, 0.1);
}

.media-category {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.media-category.press-release {
  background: rgba(14, 168, 106, 0.1);
  color: var(--green-600);
}

.media-category.article {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.media-category.video {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.media-category.news {
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
}

.media-category.event {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.media-item h2 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.media-item h2 a {
  color: var(--green-600);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.media-item h2 a:hover {
  color: var(--green-500);
}

.media-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  color: #a0a0a0;
  font-size: 0.85rem;
}

.media-item p {
  color: #a0a0a0;
  margin: 0 0 16px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.media-link {
  color: var(--green-600);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.media-link:hover {
  color: var(--green-500);
}

.video-link {
  background: rgba(14, 168, 106, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
}

.play-icon {
  font-size: 0.8rem;
}

/* Sidebar */
.media-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sidebar-section h3 {
  margin: 0 0 16px;
  font-size: 1.1rem;
  color: var(--green-600);
  font-weight: 600;
}

.featured-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(3, 3, 3, 0.06);
  border: 1px solid rgba(14, 168, 106, 0.1);
}

.featured-image {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #e8f5e8, #f0f9f0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.featured-content {
  padding: 20px;
}

.featured-card h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--gray-900);
  line-height: 1.4;
  font-weight: 600;
}

.featured-card p {
  margin: 0 0 16px;
  color: #a0a0a0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.featured-link {
  color: var(--green-600);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.featured-link:hover {
  color: var(--green-500);
}

.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-list li {
  margin-bottom: 12px;
}

.download-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(14, 168, 106, 0.1);
  border-radius: 8px;
  color: var(--gray-900);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.download-item:hover {
  background: rgba(14, 168, 106, 0.05);
  border-color: var(--green-600);
}

/* News Section */
.news-section {
  background: linear-gradient(180deg, #f0f9f0, #e8f5e8);
  padding: 60px 0;
  text-align: center;
}

.news-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.news-logo {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(14, 168, 106, 0.1);
}

/* Media Contact Section */
.media-contact-section {
  background: #2d5f4f;
  padding: 30px 0;
}

.media-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.contact-text h3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-text p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.95rem;
}

.media-kit-btn {
  background: var(--green-600);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.media-kit-btn:hover {
  background: var(--green-500);
  transform: translateY(-1px);
}

/* Mobile Responsive for Media Page */
@media (max-width: 768px) {
  .media-hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .media-hero-text h1 {
    font-size: 2rem;
  }

  .media-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .media-filters {
    justify-content: center;
  }

  .media-search {
    margin: 0 auto;
  }

  .news-logos {
    gap: 20px;
  }

  .news-logo {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .media-contact-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-text h3 {
    font-size: 1.1rem;
  }
}

/* TAMAPAVER Page Specific Styles */
.tamapaver-cta {
  padding: 20px 0;
  background: var(--bg);
}

.cta-button-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}

.enquire-btn {
  background: #40a86a;
  color: #333;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enquire-btn:hover {
  background: #359a61;
  transform: translateY(-1px);
}

.product-benefits {
  padding: 80px 0;
  background: var(--bg);
}

.product-benefits .section-title {
  text-align: center;
  font-size: 1.8rem;
  color: #40a86a;
  margin: 0 0 60px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.benefits-text {
  background: transparent;
  padding: 0;
}

.benefits-text p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.benefits-list {
  background: transparent;
  padding: 0;
}

.benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  position: relative;
  padding: 6px 0 6px 30px;
  color: #333;
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.benefits-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #40a86a;
  font-weight: bold;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .cta-button-container {
    justify-content: center;
  }
  
  .product-benefits .section-title {
    font-size: 1.6rem;
  }
}

/* Why Choose TAMAPAVER Section */
.why-choose {
  padding: 80px 0;
  background: var(--bg);
}

.why-choose .section-title {
  text-align: center;
  font-size: 2rem;
  color: #40a86a;
  margin: 0 0 50px;
  font-weight: 700;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-item {
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.why-icon {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-item h3 {
  font-size: 1.1rem;
  color: #40a86a;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.3;
}

.why-item p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Comparison Section */
.comparison-section {
  padding: 80px 0;
  background: var(--bg);
}

.comparison-section .section-title {
  text-align: center;
  font-size: 2rem;
  color: #40a86a;
  margin: 0 0 50px;
  font-weight: 700;
}

/* Features & Benefits Section */
.features-benefits {
  padding: 80px 0;
  background: #e6f7ff;
}

.features-benefits .section-title {
  text-align: center;
  font-size: 2rem;
  color: #40a86a;
  margin: 0 0 50px;
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.features-content {
  padding-right: 20px;
}

.features-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.features-list li {
  margin-bottom: 15px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.features-list li strong {
  color: #333;
  font-weight: 600;
}

.features-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-stack {
  width: 100%;
  max-width: 500px;
}

.image-stack img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .features-content {
    padding-right: 0;
  }
}

/* Applications Section */
.applications-section {
  padding: 80px 0;
  background: var(--bg);
}

.applications-section .section-title {
  text-align: center;
  font-size: 2rem;
  color: #40a86a;
  margin: 0 0 50px;
  font-weight: 700;
}

.applications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.app-item {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.app-icon {
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.app-item h3 {
  font-size: 1.1rem;
  color: #40a86a;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.3;
}

.app-item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .applications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .applications-grid {
    grid-template-columns: 1fr;
  }
}

/* Specs & Performance Section */
.specs-section {
  padding: 80px 0;
  background: var(--bg);
}

.specs-section .section-title {
  text-align: center;
  font-size: 2rem;
  color: #40a86a;
  margin: 0 0 50px;
  font-weight: 700;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.spec-item {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.spec-icon {
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.spec-item h3 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .specs-grid {
    grid-template-columns: 1fr;
  }
}

/* TAMAPAVER Page Specific Footer Styles - Force Override */
.tamapaver-page .site-footer,
.tamapaver-page footer,
.tamapaver-page .footer-main,
body.tamapaver-page .site-footer {
  background: #1b4332 !important;
  background-color: #1b4332 !important;
  color: #fff !important;
}

.tamapaver-page .footer-main {
  padding: 60px 0 40px;
  background: #1b4332 !important;
}

.tamapaver-page .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.tamapaver-page .footer-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 15px;
}

.tamapaver-page .footer-desc {
  color: #b8d4c2 !important;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.tamapaver-page .footer-grid h4 {
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 20px;
}

.tamapaver-page .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tamapaver-page .footer-links li {
  margin-bottom: 12px;
}

.tamapaver-page .footer-links a {
  color: #b8d4c2 !important;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.tamapaver-page .footer-links a:hover {
  color: #fff !important;
}

.tamapaver-page .contact-info p {
  color: #b8d4c2 !important;
  font-size: 0.9rem;
  margin: 12px 0;
  line-height: 1.5;
}

.tamapaver-page .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #2d5a41;
  background: #0d2818 !important;
  background-color: #0d2818 !important;
}

.tamapaver-page .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.tamapaver-page .copyright {
  color: #b8d4c2 !important;
  font-size: 0.85rem;
}

.tamapaver-page .footer-legal {
  display: flex;
  gap: 20px;
}

.tamapaver-page .footer-legal a {
  color: #b8d4c2 !important;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.tamapaver-page .footer-legal a:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  .tamapaver-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .tamapaver-page .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* TAMABLOC PAGE SPECIFIC STYLES */
.tamabloc-page .product-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, rgba(64, 168, 106, 0.1) 0%, rgba(184, 212, 194, 0.1) 100%);
}

.tamabloc-page .product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.tamabloc-page .product-hero h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #40a86a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.tamabloc-page .product-hero .lead {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 2rem;
}

.tamabloc-page .hero-cta-section {
  margin-top: 2rem;
}

.tamabloc-page .hero-cta-section .enquire-btn {
  background: #40a86a;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.tamabloc-page .hero-cta-section .enquire-btn:hover {
  background: #369659;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(64, 168, 106, 0.3);
}

.tamabloc-page .product-hero h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #40a86a;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.tamabloc-page .product-hero .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 2rem;
}

.tamabloc-page .product-tags {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tamabloc-page .tag {
  background: #b8d4c2;
  color: #1b4332;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
}

.tamabloc-page .tamabloc-cta {
  padding: 3rem 0;
  background: transparent;
}

.tamabloc-page .cta-button-container {
  text-align: center;
}

.tamabloc-page .enquire-btn {
  background: #40a86a;
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid #40a86a;
}

.tamabloc-page .enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(64, 168, 106, 0.3);
}

.tamabloc-page .why-choose {
  padding: 5rem 0;
}

.tamabloc-page .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.tamabloc-page .why-item {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.tamabloc-page .why-item:hover {
  transform: translateY(-5px);
}

.tamabloc-page .why-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tamabloc-page .why-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tamabloc-page .why-item h3 {
  color: #1b4332;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.tamabloc-page .why-item p {
  color: #666;
  line-height: 1.6;
}

.tamabloc-page .comparison-section {
  padding: 5rem 0;
  background: #f8f9fa;
}

.tamabloc-page .compare-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-top: 3rem;
}

.tamabloc-page .compare-table {
  width: 100%;
  border-collapse: collapse;
}

.tamabloc-page .compare-table th {
  background: #1b4332;
  color: white;
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 600;
}

.tamabloc-page .compare-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.tamabloc-page .compare-table .highlight {
  background: white;
  color: #1b4332;
  font-weight: 600;
}

.tamabloc-page .icon-cell {
  font-size: 1.2rem;
  font-weight: bold;
}

.tamabloc-page .check {
  color: #40a86a;
}

.tamabloc-page .cross {
  color: #dc3545;
}

.tamabloc-page .features-benefits {
  padding: 5rem 0;
  background: #e8f5e8;
  color: #333;
}

.tamabloc-page .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
  align-items: center;
}

.tamabloc-page .features-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.tamabloc-page .features-list li {
  padding: 0.8rem 0;
  border-bottom: none;
  line-height: 1.6;
  font-size: 0.9rem;
}

.tamabloc-page .features-list li:last-child {
  border-bottom: none;
}

.tamabloc-page .image-stack img {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.tamabloc-page .applications-section {
  padding: 80px 0;
  background: var(--bg);
}

.tamabloc-page .applications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.tamabloc-page .app-item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.tamabloc-page .app-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
}

.tamabloc-page .app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.tamabloc-page .app-item:hover {
  transform: none;
}

.tamabloc-page .app-icon {
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tamabloc-page .app-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.tamabloc-page .app-item h3 {
  font-size: 1rem;
  color: #40a86a;
  margin: -120px 0 0 0;
  padding: 15px 20px 5px 20px;
  font-weight: 600;
  line-height: 1.2;
  background: white;
}

.tamabloc-page .app-item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 20px 20px 20px;
  background: white;
  border-radius: 0 0 8px 8px;
}

.tamabloc-page .specs-section {
  padding: 5rem 0;
  background: #f8f9fa;
}

.tamabloc-page .specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tamabloc-page .spec-item {
  background: white;
  padding: 3rem 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.tamabloc-page .spec-item:hover {
  transform: translateY(-5px);
}

.tamabloc-page .spec-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  background: #40a86a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tamabloc-page .spec-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.tamabloc-page .spec-item h3 {
  color: #1b4332;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

/* TAMABLOC Footer Styles */
body.tamabloc-page .site-footer {
  background: #1b4332 !important;
  background-color: #1b4332 !important;
}

.tamabloc-page .site-footer {
  background: #1b4332 !important;
  background-color: #1b4332 !important;
}

.tamabloc-page footer {
  background: #1b4332 !important;
  background-color: #1b4332 !important;
}

.tamabloc-page .footer-main {
  background: #1b4332 !important;
  background-color: #1b4332 !important;
}

body.tamabloc-page .footer-bottom {
  background: #0d2818 !important;
  background-color: #0d2818 !important;
}

/* TAMABLOC footer text colors */
.tamabloc-page .site-footer * {
  color: #b8d4c2 !important;
}

.tamabloc-page .footer-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem !important;
  margin-bottom: 12px !important;
}

.tamabloc-page .footer-desc {
  color: #b8d4c2 !important;
  margin: 12px 0;
  line-height: 1.5;
}

.tamabloc-page .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #2d5a41;
  background: #0d2818 !important;
  background-color: #0d2818 !important;
}

.tamabloc-page .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.tamabloc-page .copyright {
  color: #b8d4c2 !important;
  font-size: 0.85rem;
}

.tamabloc-page .footer-legal {
  display: flex;
  gap: 20px;
}

.tamabloc-page .footer-legal a {
  color: #b8d4c2 !important;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.tamabloc-page .footer-legal a:hover {
  color: #fff !important;
}

/* Responsive Design for TAMABLOC */
@media (max-width: 768px) {
  .tamabloc-page .product-hero h1 {
    font-size: 1.4rem;
  }
  
  .tamabloc-page .features-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .tamabloc-page .why-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .tamabloc-page .applications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .tamabloc-page .specs-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .tamabloc-page .compare-table {
    font-size: 0.9rem;
  }
  
  .tamabloc-page .compare-table th,
  .tamabloc-page .compare-table td {
    padding: 0.75rem 0.5rem;
  }

  .tamabloc-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .tamabloc-page .footer-bottom-content {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .tamapaver-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* TamaPaver Applications - Clean card design */
.tamapaver-page .applications-section {
  background: #f8fffe;
  padding: 80px 0;
}

.tamapaver-page .applications-section .section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #40a86a;
  margin: 0 0 60px;
  font-weight: 700;
}

.tamapaver-page .applications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.tamapaver-page .app-item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.tamapaver-page .app-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 0;
}

.tamapaver-page .app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.tamapaver-page .app-item h3 {
  font-size: 1rem;
  color: #40a86a;
  margin: -120px 0 0 0;
  padding: 15px 20px 5px 20px;
  font-weight: 600;
  line-height: 1.2;
  background: white;
}

.tamapaver-page .app-item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  padding: 0 20px 20px 20px;
  background: white;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 1024px) {
  .tamapaver-page .applications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 640px) {
  .tamapaver-page .applications-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* TamaBloc Applications - Remove background box */
.tamabloc-page .app-item {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

