/* home - extracted verbatim from the original React bundle. */
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
overflow-x:hidden;
background:#f6fbf7;
font-family:'Inter',sans-serif;
color:#111827;
}

.homepage{
overflow:hidden;
background:
radial-gradient(circle at top left, rgba(34,197,94,.10), transparent 25%),
radial-gradient(circle at bottom right, rgba(132,204,22,.08), transparent 28%),
linear-gradient(to bottom,#f6fbf7,#ffffff);
}

/* CONTAINER */

.container{
width:min(1420px, calc(100% - 48px));
margin:auto;
}

.section{
padding:130px 0;
position:relative;
}

/* HERO */

.hero{
min-height:100vh;
display:flex;
align-items:center;
position:relative;
padding-top:120px;
}

.hero-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:90px;
align-items:center;
}

.hero-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:13px 22px;
border-radius:999px;
background:rgba(255,255,255,.85);
backdrop-filter:blur(16px);
border:1px solid rgba(34,197,94,.14);
box-shadow:0 10px 40px rgba(34,197,94,.08);
color:#16a34a;
font-size:12px;
font-weight:800;
letter-spacing:.16em;
text-transform:uppercase;
}

.hero-title{
margin-top:32px;
font-family:'Outfit',sans-serif;
font-size:clamp(70px,8vw,140px);
line-height:.9;
letter-spacing:-0.07em;
font-weight:900;
}

.hero-title span{
display:block;
padding-bottom:24px;!important;
background:linear-gradient(135deg,#16a34a,#84cc16);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.hero-desc{
margin-top:28px;
max-width:700px;
font-size:17px;
line-height:2;
color:#617067;
}

.hero-actions{
display:flex;
gap:18px;
margin-top:42px;
flex-wrap:wrap;
}

.btn-primary{
height:66px;
padding:0 36px;
border:none;
border-radius:22px;
background:linear-gradient(135deg,#16a34a,#84cc16);
display:flex;
align-items:center;
gap:12px;
color:white;
font-size:13px;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
cursor:pointer;
box-shadow:0 22px 50px rgba(22,163,74,.25);
transition:.45s cubic-bezier(.22,1,.36,1);
}

.btn-primary:hover{
transform:translateY(-6px);
}

.btn-secondary{
height:66px;
padding:0 36px;
border-radius:22px;
border:1px solid #dfe8e2;
background:white;
color:#17221b;
font-size:13px;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase;
cursor:pointer;
transition:.4s ease;
}

.btn-secondary:hover{
transform:translateY(-6px);
}

.hero-features{
margin-top:40px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.hero-feature{
display:flex;
align-items:center;
gap:12px;
font-size:14px;
font-weight:600;
color:#435248;
}

.hero-feature svg{
color:#16a34a;
}

.hero-visual{
position:relative;
}

.hero-image{
width:100%;
height:760px;
object-fit:cover;
border-radius:42px;
box-shadow:0 40px 120px rgba(10,60,20,.14);
}

.hero-glow{
position:absolute;
top:-100px;
right:-100px;
width:320px;
height:320px;
border-radius:50%;
background:radial-gradient(circle,rgba(34,197,94,.22),transparent 70%);
filter:blur(40px);
}

.floating-card{
position:absolute;
bottom:40px;
left:-50px;
width:340px;
padding:36px;
border-radius:34px;
background:rgba(255,255,255,.82);
backdrop-filter:blur(22px);
border:1px solid rgba(255,255,255,.6);
box-shadow:0 25px 70px rgba(20,50,30,.12);
}

.floating-icon{
width:78px;
height:78px;
border-radius:24px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(132,204,22,.12));
color:#16a34a;
}

.floating-title{
margin-top:24px;
font-size:30px;
font-weight:900;
}

.floating-desc{
margin-top:14px;
font-size:14px;
line-height:1.9;
color:#617067;
}

.mini-stats{
margin-top:28px;
display:flex;
justify-content:space-between;
}

.mini-stats h4{
font-size:32px;
color:#16a34a;
}

.mini-stats p{
margin-top:4px;
font-size:12px;
color:#718177;
}

/* TRUST */

.trust-strip{
padding:28px 0;
background:white;
border-top:1px solid #eef3ef;
border-bottom:1px solid #eef3ef;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.trust-card{
padding:26px;
border-radius:24px;
background:#fbfdfb;
border:1px solid #edf2ee;
display:flex;
align-items:center;
gap:18px;
font-weight:700;
}

.trust-card svg{
color:#16a34a;
}

/* SECTION */

.section-top{
display:flex;
justify-content:space-between;
align-items:end;
gap:40px;
flex-wrap:wrap;
}

.section-badge{
color:#16a34a;
font-size:12px;
font-weight:800;
letter-spacing:.16em;
text-transform:uppercase;
}

.section-title{
margin-top:16px;
font-family:'Outfit',sans-serif;
font-size:clamp(48px,5vw,82px);
line-height:1;
letter-spacing:-0.05em;
font-weight:900;
}

.section-desc{
max-width:680px;
color:#617067;
line-height:1.9;
font-size:16px;
}

.section-header-wrap {
  max-width: 760px;
}

.section-header-wrap .section-desc {
  margin-top: 20px;
  max-width: 680px;
}

/* SERVICES */

.services-grid{
margin-top:80px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
position:relative;
overflow:hidden;
border-radius:36px;
background:white;
border:1px solid #edf2ee;
transition:.5s cubic-bezier(.22,1,.36,1);
box-shadow:0 12px 40px rgba(30,60,40,.05);
}

.service-card:hover{
transform:translateY(-14px);
box-shadow:0 35px 80px rgba(20,60,30,.12);
}

.service-image{
width:100%;
height:280px;
object-fit:cover;
}

.service-content{
padding:36px;
}

.service-icon{
width:76px;
height:76px;
border-radius:24px;
display:flex;
align-items:center;
justify-content:center;
margin-top:-74px;
position:relative;
z-index:3;
background:white;
box-shadow:0 20px 40px rgba(20,60,30,.12);
color:#16a34a;
}

.service-title{
margin-top:24px;
font-size:30px;
font-weight:900;
}

.service-desc{
margin-top:16px;
line-height:1.9;
color:#617067;
}

.service-link{
margin-top:26px;
display:inline-flex;
align-items:center;
gap:10px;
color:#16a34a;
font-weight:700;
}

/* PROCESS */

.process-grid{
margin-top:80px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.process-card{
padding:40px 32px;
border-radius:34px;
background:white;
border:1px solid #edf2ee;
box-shadow:0 12px 40px rgba(30,60,40,.05);
transition:.4s ease;
}

.process-card:hover{
transform:translateY(-10px);
}

.process-icon{
width:74px;
height:74px;
border-radius:24px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(132,204,22,.12));
color:#16a34a;
}

.process-title{
margin-top:24px;
font-size:26px;
font-weight:800;
}

.process-desc{
margin-top:14px;
line-height:1.9;
color:#617067;
}

/* BENEFITS */

.benefits-wrap{
margin-top:80px;
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.benefits-image{
width:100%;
height:700px;
object-fit:cover;
border-radius:42px;
box-shadow:0 30px 100px rgba(20,50,30,.12);
}

.benefits-list{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-top:40px;
}

.benefit-item{
padding:24px;
border-radius:24px;
background:white;
border:1px solid #edf2ee;
display:flex;
gap:16px;
align-items:flex-start;
}

.benefit-item svg{
color:#16a34a;
min-width:20px;
}

/* INDUSTRIES */

.industry-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 30px;
  background: white;
  border: 1px solid rgba(22, 163, 74, 0.06);
  text-align: left;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 30px rgba(10, 45, 25, 0.02);
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(22, 163, 74, 0.08);
  border-color: rgba(22, 163, 74, 0.15);
}

.industry-card-header {
  margin-bottom: 24px;
}

.industry-icon-box {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(132, 204, 22, 0.08));
  color: #16a34a;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.industry-card:hover .industry-icon-box {
  background: linear-gradient(135deg, #16a34a, #84cc16);
  color: white;
  transform: rotate(10deg);
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.15);
}

.industry-card-body {
  flex-grow: 1;
}

.industry-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.industry-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0;
}

/* HOME GALLERY PREVIEW SECTION */
.home-gallery-section {
  padding: 120px 0;
}

.home-gallery-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.home-gallery-item {
  position: relative;
  height: 320px;
  border-radius: 32px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  background: #f1f5f2;
  box-shadow: 0 12px 35px rgba(10, 45, 25, 0.05);
  border: 1px solid rgba(22, 163, 74, 0.08);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-gallery-item.featured-item {
  grid-column: span 2;
  height: 320px;
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-gallery-hover-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.home-gallery-item:hover .home-gallery-hover-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
  background: linear-gradient(135deg, #16a34a, #84cc16);
  color: white;
}

.home-gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(22, 163, 74, 0.15);
  border-color: rgba(22, 163, 74, 0.25);
}

.home-gallery-item:hover img {
  transform: scale(1.08);
}

.home-gallery-cta {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

/* SUSTAINABILITY SECTION REDESIGN */

.sustainability-section {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.06), transparent 45%),
              radial-gradient(circle at 10% 80%, rgba(132, 204, 22, 0.04), transparent 40%),
              #f6fbf7;
}

.sustainability-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,197,94,0.03), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.sustainability-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.sustainability-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sustainability-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.15);
  color: #15803d;
  border-radius: 99px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  width: fit-content;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(22, 163, 74, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

.sustainability-title {
  margin-top: 0;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.1;
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.sustainability-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 8px;
}

.sustainability-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgba(22, 163, 74, 0.1);
  border-bottom: 1px solid rgba(22, 163, 74, 0.1);
  padding: 24px 0;
}

.sustainability-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-item-icon {
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.feature-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.feature-item-desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

.sustainability-cta-wrap {
  margin-top: 10px;
}

.sustainability-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #16a34a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sustainability-link svg {
  transition: transform 0.3s ease;
}

.sustainability-link:hover {
  color: #15803d;
}

.sustainability-link:hover svg {
  transform: translateX(6px);
}

.sustainability-visual {
  position: relative;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Offset positioning to make grid look asymmetric and dynamic */
.sustainability-grid > div:nth-child(even) {
  transform: translateY(30px);
}

.sustainability-card {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(22, 163, 74, 0.08);
  border-radius: 28px;
  padding: 36px 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 45, 25, 0.03);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.sustainability-grid > div:nth-child(odd):hover {
  transform: translateY(-8px) scale(1.02);
}

.sustainability-grid > div:nth-child(even):hover {
  transform: translateY(22px) scale(1.02);
}

.card-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.08), transparent 70%);
  transition: all 0.5s ease;
  pointer-events: none;
}

.sustainability-card:hover .card-glow {
  background: radial-gradient(circle, rgba(34, 197, 94, 0.2), transparent 70%);
  transform: scale(1.3);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.card-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(132, 204, 22, 0.1));
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.sustainability-card:hover .card-icon-box {
  background: linear-gradient(135deg, #16a34a, #84cc16);
  color: #ffffff;
  transform: rotate(-10deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2);
}

.card-arrow {
  color: #9ca3af;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.sustainability-card:hover .card-arrow {
  opacity: 1;
  transform: translate(0, 0);
  color: #16a34a;
}

.card-stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #15803d, #16a34a, #84cc16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.card-stat-label {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #4b5563;
  transition: all 0.3s ease;
}

.sustainability-card:hover .card-stat-label {
  color: #111827;
}

/* Responsiveness */
@media (max-width: 1100px) {
  .sustainability-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sustainability-grid > div:nth-child(even) {
    transform: none;
  }
  .sustainability-grid > div:nth-child(odd):hover,
  .sustainability-grid > div:nth-child(even):hover {
    transform: translateY(-8px) scale(1.02);
  }
}

@media (max-width: 640px) {
  .sustainability-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA */

.cta-box{
position:relative;
padding:120px 90px;
border-radius:50px;
overflow:hidden;
background:linear-gradient(135deg,#16a34a,#84cc16);
color:white;
text-align:center;
}

.cta-pattern{
position:absolute;
inset:0;
background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1px);
background-size:28px 28px;
opacity:.3;
}

.cta-content{
position:relative;
z-index:2;
}

.cta-title{
font-family:'Outfit',sans-serif;
font-size:clamp(54px,6vw,96px);
line-height:.92;
letter-spacing:-0.05em;
font-weight:900;
}

.cta-desc{
margin:30px auto 42px;
max-width:760px;
line-height:1.9;
font-size:17px;
color:rgba(255,255,255,.92);
}

/* RESPONSIVE */

@media(max-width:1100px){

.hero-grid,
.services-grid,
.process-grid,
.benefits-wrap,
.trust-grid{
grid-template-columns:1fr;
}

.industry-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.home-gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.hero{
padding:130px 0 100px;
}

.hero-image{
height:560px;
}

.floating-card{
position:relative;
left:0;
bottom:0;
margin-top:24px;
width:100%;
}

.hero-features,
.benefits-list{
grid-template-columns:1fr;
}
}

@media(max-width:768px){

.industry-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}

.home-gallery-grid {
  grid-template-columns: 1fr;
}

.home-gallery-item.featured-item {
  grid-column: span 1;
}

.home-gallery-item.featured-item .home-gallery-img-wrap,
.home-gallery-img-wrap {
  height: 220px;
}

.section{
padding:90px 0;
}

.hero-title{
font-size:58px;
}

.cta-box{
padding:80px 26px;
}

.section-title{
font-size:42px;
}

.hero-actions{
flex-direction:column;
}

.btn-primary,
.btn-secondary{
width:100%;
justify-content:center;
}
}
