@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
}

nav {
  background-color: #0a0a0a;
  border-bottom: 1px solid rgba(184, 216, 112, 0.15);
}
nav .nav-link {
  color: #e8e4de !important;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: color 0.2s ease;
}
nav .nav-link:hover {
  color: #DCF89A !important;
}
nav .nav-link.active {
  color: #DCF89A !important;
}
nav button,
.nav-quote-btn {
  background-color: #DCF89A;
  padding: 10px 22px;
  border-radius: 20px;
  border: none;
  transition: background 0.2s ease;
  display: inline-block;
  cursor: pointer;
}
nav button:hover,
.nav-quote-btn:hover {
  background-color: #b8d870;
}
nav button a,
.nav-quote-btn {
  color: #0a0a0a;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg);
}
nav .navbar-toggler {
  border: 1px solid rgba(184, 216, 112, 0.3);
}

.cancrie-section {
  padding: 60px 0;
  background: #ffffff;
}

.cancrie-left-box {
  height: 100%;
  padding-right: 20px;
}

.cancrie-feature {
  text-align: center;
  padding: 28px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.cancrie-feature:last-child {
  border-bottom: none;
}

.cancrie-feature .big-text {
  font-size: 18px;
  font-weight: 700;
  color: #5a8a00;
  line-height: 1.25;
  margin-bottom: 4px;
}

.cancrie-feature .small-text {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cancrie-feature.experience {
  text-align: center;
  padding-top: 0;
}

.cancrie-feature.experience .years {
  font-size: 56px;
  font-weight: 700;
  color: #5a8a00;
  line-height: 1;
  margin-bottom: 4px;
}

.cancrie-feature.experience .years-sub {
  font-size: 13px;
  font-weight: 600;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.cancrie-image-card {
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancrie-image-card img {
  max-width: 100%;
  height: auto;
}

.cancrie-content {
  padding-left: 24px;
}

.cancrie-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #5a8a00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.cancrie-heading-wrap {
  border-left: 3px solid #5a8a00;
  padding-left: 20px;
  margin-bottom: 28px;
}

.cancrie-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #0a0a0a;
  margin: 0;
}

.cancrie-heading .highlight {
  color: #5a8a00;
}

.cancrie-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: #4a4a4a;
  margin-bottom: 22px;
  max-width: 700px;
}

.cancrie-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0 22px;
}

.cancrie-btn {
  display: inline-block;
  background: #0a0a0a;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
}

.cancrie-btn:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
}

@media (max-width: 1399.98px) {
  .cancrie-heading {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .cancrie-heading {
    font-size: 42px;
  }
  .cancrie-content p {
    font-size: 16px;
  }
  .cancrie-btn {
    font-size: 13px;
    padding: 13px 26px;
  }
}
@media (max-width: 991.98px) {
  .cancrie-left-box {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cancrie-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .cancrie-heading {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .cancrie-section {
    padding: 40px 0;
  }
  .cancrie-heading {
    font-size: 30px;
  }
  .cancrie-feature .big-text {
    font-size: 16px;
  }
  .cancrie-feature .small-text {
    font-size: 13px;
  }
  .cancrie-feature.experience .years {
    font-size: 42px;
  }
  .cancrie-content p {
    font-size: 15px;
    line-height: 1.65;
  }
  .cancrie-btn {
    font-size: 13px;
    padding: 12px 22px;
    border-radius: 4px;
  }
}
.home-performing h2 {
  color: #0a0a0a;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
}
.home-performing h2 span {
  color: #5a8a00;
  font-weight: 700;
}

.why-cancrie {
  padding: 70px 0px;
  background-color: #f5f4f0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.why-cancrie h2 {
  color: #0a0a0a;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
}
.why-cancrie h2 span {
  color: #5a8a00;
  font-weight: 700;
}
.why-cancrie p {
  color: #4a4a4a;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.why-cancrie .nav-pills .nav-link.active,
.why-cancrie .nav-pills .show > .nav-link {
  color: #0a0a0a;
  background-color: #DCF89A;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.why-cancrie .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: none;
  background: 0 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 0;
  transition: color 0.15s ease-in-out;
}
.why-cancrie .nav-link:hover {
  color: #5a8a00;
}
@media (max-width: 991px) {
  .why-cancrie .nav-link {
    font-size: 14px;
  }
}
.why-cancrie .box {
  background-color: #0a0a0a;
  padding: 20px 14px;
  border-radius: 4px;
  margin: 8px 0px;
  border: 1px solid rgba(184, 216, 112, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease;
  height: 100%;
}
.why-cancrie .box:hover {
  background-color: #1a1a1a;
  border-color: rgba(184, 216, 112, 0.35);
}
.why-cancrie li {
  list-style: none;
  font-weight: 500;
  color: #e8e4de;
  font-size: 15px;
  line-height: 1.5;
}
.why-cancrie .feature-icon img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.why-cancrie .feature-text {
  font-size: 14px;
  font-weight: 500;
  color: #e8e4de !important;
  line-height: 1.5;
  margin-top: 8px;
}

.mission-section {
  padding: 70px 0;
  background: #ffffff;
}

.mission-map-wrap {
  text-align: center;
}

.mission-map-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.mission-content {
  padding-left: 30px;
}

.mission-heading-wrap {
  border-left: 4px solid #5a8a00;
  padding-left: 20px;
  margin-bottom: 24px;
}

.mission-heading {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.mission-heading .highlight {
  color: #5a8a00;
}

.mission-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #4a4a4a;
  margin-bottom: 14px;
}

.mission-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 24px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.mission-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 600;
  margin-bottom: 14px;
  padding-left: 4px;
}
.mission-list li::before {
  content: "—";
  color: #5a8a00;
  font-weight: 700;
  flex-shrink: 0;
}

.mission-list li i {
  color: #5a8a00;
  font-size: 16px;
  margin-top: 4px;
}

@media (max-width: 1399.98px) {
  .mission-heading {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mission-heading {
    font-size: 38px;
  }
  .mission-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .mission-section {
    padding: 50px 0;
  }
  .mission-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .mission-heading {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .mission-heading {
    font-size: 28px;
  }
  .mission-subtitle {
    font-size: 18px;
  }
  .mission-list li {
    font-size: 14px;
  }
}
.partners-section {
  padding: 90px 0 70px;
  overflow: hidden;
  position: relative;
  background: #0a0a0a;
}

.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 248, 154, 0.25), transparent);
}

.partners-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
  padding: 0 16px;
}

.partners-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  color: #b8d870;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.partners-heading {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0 0 18px;
}

.partners-heading span {
  color: #b8d870;
  font-weight: 800;
}

.partners-sub {
  font-size: 15px;
  color: #999;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 560px;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: partnerScroll 60s linear infinite;
  gap: 18px;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #ffffff;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.logo-item:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 248, 154, 0.5);
  box-shadow: 0 14px 32px rgba(220, 248, 154, 0.12);
}

.logo-item img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0.35);
  opacity: 0.9;
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

.logo-item:hover img {
  opacity: 1;
  filter: none;
  transform: scale(1.05);
}

.logo-fade-left,
.logo-fade-right {
  display: none;
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .partners-section {
    padding: 70px 0 50px;
  }
  .partners-header {
    margin-bottom: 40px;
  }
  .logo-item {
    width: 200px;
    height: 110px;
    padding: 20px 24px;
  }
  .logo-item img {
    max-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .partners-section {
    padding: 50px 0 36px;
  }
  .partners-header {
    margin-bottom: 32px;
  }
  .partners-eyebrow {
    font-size: 10px;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
  }
  .partners-sub {
    font-size: 14px;
    line-height: 1.75;
  }
  .logo-track {
    gap: 12px;
    animation-duration: 40s;
  }
  .logo-item {
    width: 160px;
    height: 96px;
    padding: 18px 18px;
    border-radius: 10px;
  }
  .logo-item img {
    max-height: 42px;
  }
}
.tech-section {
  padding: 70px 0px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.tech-heading-wrap {
  border-left: 4px solid #5a8a00;
  padding-left: 20px;
  margin-bottom: 25px;
}

.tech-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  color: #0a0a0a;
  margin-bottom: 0;
}
.tech-heading span {
  color: #5a8a00;
}

.tech-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 620px;
  margin-top: 20px;
  margin-bottom: 28px;
}

.tech-btn {
  background: #0a0a0a;
  color: #ffffff;
  border: 1px solid #0a0a0a;
  padding: 13px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.tech-btn:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
  text-decoration: none;
}

.video-card {
  margin-top: 50px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  max-width: 640px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.video-card img {
  width: 100%;
  display: block;
}

.video-card iframe {
  display: block;
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #DCF89A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #0a0a0a;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.play-btn:after {
  content: "▶";
  margin-left: 3px;
}

@media (max-width: 992px) {
  .tech-heading {
    font-size: 36px;
  }
  .tech-desc {
    font-size: 15px;
  }
}
.application-section {
  background: #f5f4f0;
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.application-card {
  border-radius: 8px;
  padding: 70px 70px 30px;
  overflow: hidden;
  position: relative;
}

.application-image-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.application-main-img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}

.application-content {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.application-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: #5a8a00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.application-heading-wrap {
  border-left: 3px solid #5a8a00;
  padding-left: 18px;
  margin-bottom: 18px;
}

.application-heading {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.application-heading .highlight {
  color: #5a8a00;
}

.application-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 24px;
  max-width: 760px;
}

.application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin-top: 10px;
}

.application-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.application-tag.blue {
  background: #0a0a0a;
  color: #ffffff;
  border: 1px solid #0a0a0a;
}
.application-tag.blue:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
}

.application-tag.light {
  background: #ffffff;
  color: #0a0a0a;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.application-tag.light:hover {
  border-color: #5a8a00;
  background: rgba(184, 216, 112, 0.08);
}

.application-tag:hover {
  transform: translateY(-2px);
}

.application-tag .icon {
  font-size: 14px;
  line-height: 1;
}

.application-tag .green {
  color: #5a8a00;
}

.application-tag .orange {
  color: #5a8a00;
}

@media (max-width: 1399.98px) {
  .application-heading {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .application-card {
    padding: 55px 45px 25px;
  }
  .application-heading {
    font-size: 40px;
  }
  .application-content p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .application-card {
    padding: 40px 28px 25px;
    border-radius: 6px;
  }
  .application-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .application-heading {
    font-size: 34px;
  }
  .application-main-img {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .application-section {
    padding: 40px 0;
  }
  .application-heading {
    font-size: 28px;
  }
  .application-subtitle {
    font-size: 11px;
  }
  .application-content p {
    font-size: 14px;
  }
  .application-tag {
    width: 100%;
    justify-content: flex-start;
    font-size: 13px;
    padding: 12px 16px;
    white-space: normal;
  }
}
.applications-section {
  padding: 70px 20px;
  text-align: center;
  background: #ffffff;
}

.applications-section h2 {
  color: #0a0a0a;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: -0.01em;
}

.app-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.app-item {
  flex: 1 1 180px;
  max-width: 200px;
  text-align: center;
}

.app-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  border: 1px solid rgba(184, 216, 112, 0.2);
  margin-bottom: 16px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.app-item:hover .app-icon {
  background: #DCF89A;
  border-color: #5a8a00;
}

.app-icon img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
  transition: filter 0.25s ease;
}

.app-item:hover .app-icon img {
  filter: brightness(0);
}

.app-item h4 {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .applications-section h2 {
    font-size: 32px;
  }
  .app-grid {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .applications-section {
    padding: 50px 20px;
  }
  .app-grid {
    gap: 24px;
  }
  .app-item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
.newsletter-box {
  background: #0a0a0a;
  border-radius: 4px;
  padding: 50px 40px;
  margin-top: -80px;
  position: relative;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(184, 216, 112, 0.15);
}

.newsletter-sub {
  font-size: 12px;
  font-weight: 700;
  color: #5a8a00;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.newsletter-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.newsletter-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-bottom: 22px;
  line-height: 1.7;
}

.newsletter-input {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 14px 20px;
  border-radius: 4px;
  width: 100%;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.newsletter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-input:focus {
  border-color: #5a8a00;
}

.newsletter-btn {
  background: #DCF89A;
  color: #0a0a0a;
  border: none;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-left: 10px;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.newsletter-btn:hover {
  background: #b8d870;
}

.footer-section {
  background: #0a0a0a;
}

.footer {
  background: #0a0a0a;
  color: rgba(255, 255, 255, 0.5);
  padding: 120px 0 40px;
  border-top: 1px solid rgba(184, 216, 112, 0.12);
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-text {
  font-size: 14px;
  line-height: 1.75;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.45);
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #DCF89A;
  margin-top: 8px;
}

.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #DCF89A;
}

.footer-social {
  margin-top: 22px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.footer-social a:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom a {
  display: inline-block;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
}
.footer-bottom a:hover {
  color: #5a8a00;
}

.battery-section {
  padding: 50px 0;
  background: #f5f4f0;
}

.battery-card {
  background: #0a0a0a;
  border: 1px solid rgba(184, 216, 112, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  height: 100%;
  overflow: hidden;
}

.battery-card-inner {
  padding: 24px;
}

.section-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #DCF89A;
  border: 1px solid rgba(184, 216, 112, 0.3);
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.main-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DCF89A;
  margin-bottom: 12px;
}

.sub-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #DCF89A;
  margin-bottom: 10px;
}

.sub-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}

.mini-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 3px;
  background: #DCF89A;
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.micro-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}

.micro-card .img-wrap {
  position: relative;
  background: #f5f4f0;
}

.micro-card img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-block;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  color: #0a0a0a;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.img-tag.blue {
  background: #DCF89A;
}

.img-tag.dark {
  background: #0a0a0a;
  color: #ffffff;
}

.micro-card .content {
  padding: 18px;
}

.micro-card h4 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 8px;
}

.micro-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin: 0;
}

.chart-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 18px;
  height: 100%;
}

.highlight-note {
  background: rgba(184, 216, 112, 0.06);
  border: 1px solid rgba(184, 216, 112, 0.2);
  border-left: 4px solid #5a8a00;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  margin-top: 14px;
}

.lifecycle-table-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(220, 248, 154, 0.15);
  border-radius: 10px;
  padding: 20px;
}

.lifecycle-table {
  color: #e8e4de;
  border-color: rgba(220, 248, 154, 0.2) !important;
}
.lifecycle-table thead tr th {
  background: rgba(220, 248, 154, 0.1);
  color: #DCF89A;
  font-size: 13px;
  font-weight: 600;
  border-color: rgba(220, 248, 154, 0.2) !important;
}
.lifecycle-table tbody tr td {
  background: transparent;
  color: #e8e4de;
  border-color: rgba(220, 248, 154, 0.15) !important;
  font-size: 14px;
}
.lifecycle-table tbody tr td strong {
  color: #DCF89A;
  font-size: 18px;
}
.lifecycle-table tbody tr:hover td {
  background: rgba(220, 248, 154, 0.05);
}

.lifecycle-footnote {
  font-size: 12px;
  color: rgba(232, 228, 222, 0.5);
  margin: 8px 0 0;
  text-align: right;
}

.cutopen-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(220, 248, 154, 0.15);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
}

.cutopen-label {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.cancrie-label {
  background: rgba(220, 248, 154, 0.12);
  color: #DCF89A;
}

.carbon-label {
  background: rgba(255, 100, 100, 0.1);
  color: #ff8a8a;
}

.cutopen-img {
  width: 100%;
  height: 50vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
  cursor: zoom-in;
  transition: opacity 0.2s ease;
}

.cutopen-img:hover {
  opacity: 0.92;
}

.cutopen-zoom-hint {
  padding: 8px 16px;
  font-size: 12px;
  text-align: right;
  color: rgba(232, 228, 222, 0.55);
  background: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}

/* Rotated portrait frame (used to display landscape image vertically) */
.cutopen-img-frame {
  position: relative;
  width: 100%;
  height: 50vh;
  background: #000;
  overflow: hidden;
}

.cutopen-img-frame .cutopen-img--rotated {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center center;
  cursor: zoom-in;
  display: block;
}

/* Full-image lightbox */
.img-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 24px;
}

.img-lightbox.is-open {
  display: flex;
}

.img-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.img-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 12px;
}

.img-lightbox-close:hover {
  color: #DCF89A;
}

.compare-table {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden;
}

.compare-table table {
  margin-bottom: 0;
}

.compare-table thead th {
  background: #0a0a0a;
  color: #5a8a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-color: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}

.compare-table tbody td {
  font-size: 14px;
  color: #2a2a2a;
  vertical-align: middle;
}

.proof-card {
  background: #0a0a0a;
  color: #ffffff;
  border-radius: 8px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(184, 216, 112, 0.12);
}

.proof-card .section-badge {
  background: #DCF89A;
  border-color: rgba(184, 216, 112, 0.3);
  color: #0a0a0a;
}

.proof-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.proof-text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.proof-lab {
  display: inline-block;
  background: #DCF89A;
  color: #0a0a0a;
  border-radius: 4px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: 0.03em;
}

.proof-lab span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-metric {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(184, 216, 112, 0.15);
  border-radius: 6px;
  padding: 18px 14px;
  text-align: center;
  height: 100%;
}

.proof-metric h4 {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #DCF89A;
  margin-bottom: 6px;
}

.proof-metric p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 500;
}

.muted-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.floating-brochure {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  background: #DCF89A;
  color: #0a0a0a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.floating-brochure:hover {
  background: #0a0a0a;
  color: #DCF89A;
  transform: translateY(-2px);
}

.floating-brochure svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.floatingg-brochure {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  background: #DCF89A;
  color: #0a0a0a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.floatingg-brochure:hover {
  background: #0a0a0a;
  color: #DCF89A;
  transform: translateY(-2px);
}

.floatingg-brochure svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 1399.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 26px;
  }
  .micro-card img {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .battery-section {
    padding: 28px 0;
  }
  .battery-card-inner {
    padding: 18px;
  }
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 21px;
  }
  .micro-card img {
    height: 190px;
  }
  .battery-card-inner {
    padding: 16px;
  }
  .chart-box,
  .proof-card {
    padding: 16px;
  }
  .proof-metric h4 {
    font-size: 28px;
  }
  .floating-brochure {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .sub-text,
  .micro-card p,
  .proof-text {
    font-size: 13px;
  }
  .mini-pill {
    width: 100%;
  }
  .img-tag {
    font-size: 11px;
    padding: 6px 10px;
  }
}
@media (max-width: 767.98px) {
  .cancrie-heading,
  .mission-heading,
  .tech-heading,
  .application-heading,
  .applications-section h2,
  .newsletter-title,
  .main-title,
  .sub-title,
  .proof-title,
  .why-cancrie h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .cancrie-content p,
  .mission-content p,
  .tech-desc,
  .application-content p,
  .newsletter-text,
  .sub-text,
  .proof-text,
  .why-cancrie p,
  .micro-card p,
  .muted-note,
  .proof-metric p,
  .app-item h4 {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}
@media (max-width: 575.98px) {
  .cancrie-heading,
  .mission-heading,
  .tech-heading,
  .application-heading,
  .applications-section h2,
  .newsletter-title,
  .main-title,
  .sub-title,
  .proof-title,
  .why-cancrie h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .cancrie-subtitle,
  .mission-subtitle,
  .application-subtitle,
  .newsletter-sub,
  .section-badge {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  .cancrie-content p,
  .mission-content p,
  .tech-desc,
  .application-content p,
  .newsletter-text,
  .sub-text,
  .proof-text,
  .why-cancrie p,
  .micro-card p,
  .muted-note,
  .proof-metric p,
  .compare-table thead th,
  .compare-table tbody td,
  .why-cancrie li,
  .app-item h4 {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
}
.about-cancrie-section {
  padding: 70px 0;
  background: #ffffff;
}

.about-cancrie-image {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.about-cancrie-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}

.about-cancrie-content {
  padding-left: 30px;
}

.about-cancrie-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a8a00;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.about-cancrie-heading-wrap {
  border-left: 4px solid #5a8a00;
  padding-left: 22px;
  margin-bottom: 30px;
}

.about-cancrie-heading {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.about-cancrie-heading .highlight {
  color: #5a8a00;
}

.about-cancrie-text {
  font-size: 17px;
  line-height: 1.75;
  color: #4a4a4a;
  margin-bottom: 28px;
  max-width: 760px;
}

.about-cancrie-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
}

.about-cancrie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #0a0a0a;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 4px;
  border: 1px solid #0a0a0a;
  transition: all 0.3s ease;
}
.about-cancrie-btn:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
}

@media (max-width: 1399.98px) {
  .about-cancrie-heading {
    font-size: 52px;
  }
}
@media (max-width: 1199.98px) {
  .about-cancrie-heading {
    font-size: 44px;
  }
  .about-cancrie-text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .about-cancrie-section {
    padding: 55px 0;
  }
  .about-cancrie-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .about-cancrie-heading {
    font-size: 38px;
  }
  .about-cancrie-image {
    max-height: 520px;
  }
}
@media (max-width: 767.98px) {
  .about-cancrie-section {
    padding: 40px 0;
  }
  .about-cancrie-subtitle {
    font-size: 11px;
  }
  .about-cancrie-heading-wrap {
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .about-cancrie-heading {
    font-size: 30px;
    line-height: 1.15;
  }
  .about-cancrie-text {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .about-cancrie-btn {
    font-size: 12px;
    padding: 13px 24px;
    border-radius: 4px;
  }
  .about-cancrie-image,
  .about-cancrie-image img {
    border-radius: 6px;
  }
}
@media (max-width: 575.98px) {
  .about-cancrie-heading {
    font-size: 26px;
  }
  .about-cancrie-text {
    font-size: 14px;
  }
  .about-cancrie-btn {
    width: 100%;
  }
}
.transform-section {
  background: #f5f4f0;
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.transform-top {
  margin-bottom: 50px;
}

.transform-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a8a00;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.transform-heading-wrap {
  border-left: 4px solid #5a8a00;
  padding-left: 20px;
}

.transform-heading {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
  max-width: 760px;
}

.transform-heading .highlight {
  color: #5a8a00;
}

.transform-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 640px;
  margin: 0;
  padding-top: 22px;
}

.transform-feature {
  height: 100%;
  padding: 12px 10px 12px 0;
}

.transform-icon {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: #0a0a0a;
  border: 1px solid rgba(184, 216, 112, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.transform-feature:hover .transform-icon {
  background: #DCF89A;
  border-color: #5a8a00;
}

.transform-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 0.25s ease;
}

.transform-feature:hover .transform-icon img {
  filter: brightness(0);
}

.transform-feature h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.transform-feature p {
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  margin: 0;
  max-width: 300px;
}

.transform-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 34px;
}

@media (max-width: 1399.98px) {
  .transform-heading {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .transform-heading {
    font-size: 42px;
  }
  .transform-desc {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .transform-section {
    padding: 55px 0;
  }
  .transform-top {
    margin-bottom: 35px;
  }
  .transform-heading {
    font-size: 36px;
    max-width: 100%;
  }
  .transform-desc {
    max-width: 100%;
    padding-top: 10px;
  }
  .transform-feature p {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .transform-section {
    padding: 40px 0;
  }
  .transform-subtitle {
    font-size: 11px;
  }
  .transform-heading-wrap {
    padding-left: 16px;
  }
  .transform-heading {
    font-size: 30px;
    line-height: 1.15;
  }
  .transform-desc {
    font-size: 14px;
    line-height: 1.65;
  }
  .transform-feature h3 {
    font-size: 17px;
  }
  .transform-feature p {
    font-size: 14px;
  }
  .transform-icon {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 14px;
  }
  .transform-icon img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 575.98px) {
  .transform-heading {
    font-size: 26px;
  }
  .transform-desc {
    font-size: 13px;
  }
}
.contact-section {
  background: #f5f4f0;
  padding: 70px 0;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.contact-wrap {
  position: relative;
  z-index: 2;
}

.contact-left {
  padding-right: 20px;
}

.contact-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a8a00;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.contact-heading-wrap {
  border-left: 3px solid #5a8a00;
  padding-left: 14px;
  margin-bottom: 18px;
}

.contact-heading {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.contact-heading .highlight {
  color: #5a8a00;
}

.contact-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #4a4a4a;
  max-width: 560px;
  margin-bottom: 28px;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-info-card:hover {
  border-color: rgba(184, 216, 112, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.contact-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0a0a0a;
  color: #5a8a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-info-card h5 {
  font-size: 14px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-info-card p,
.contact-info-card a {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  text-decoration: none;
  margin: 0;
}

.contact-info-card a:hover {
  color: #5a8a00;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-card .form-control {
  background: #f5f4f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-height: 52px;
  padding: 14px 18px;
  font-size: 14px;
  color: #0a0a0a;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form-card textarea.form-control {
  min-height: 120px;
  resize: none;
}

.contact-form-card .form-control:focus {
  border-color: #5a8a00;
  box-shadow: 0 0 0 0.15rem rgba(184, 216, 112, 0.12);
  background: #ffffff;
}

.contact-form-card .form-control::-moz-placeholder {
  color: #aaa;
}

.contact-form-card .form-control::placeholder {
  color: #aaa;
}

.contact-btn {
  background: #0a0a0a;
  color: #ffffff;
  border: 1px solid #0a0a0a;
  border-radius: 4px;
  padding: 13px 26px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}
.contact-btn:hover {
  background: #DCF89A;
  border-color: #5a8a00;
  color: #0a0a0a;
}

.contact-map {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-map img,
.contact-map iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
}

@media (max-width: 1399.98px) {
  .contact-heading {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .contact-heading {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 55px 0;
  }
  .contact-left {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .contact-heading {
    font-size: 30px;
  }
  .contact-map img,
  .contact-map iframe {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-heading {
    font-size: 26px;
  }
  .contact-desc {
    font-size: 14px;
  }
  .contact-form-card {
    padding: 20px;
    border-radius: 6px;
  }
  .contact-map {
    margin-top: 24px;
  }
  .contact-map img,
  .contact-map iframe {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .contact-heading {
    font-size: 22px;
  }
  .contact-btn {
    width: 100%;
  }
}
.highlights-section {
  padding: 70px 0;
  background: #f5f4f0;
}

.highlights-box {
  background: #0a0a0a;
  border: 1px solid rgba(184, 216, 112, 0.12);
  border-radius: 8px;
  padding: 60px 45px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.highlights-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #DCF89A;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.highlights-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.highlights-title .highlight {
  color: #DCF89A;
}

.highlight-card {
  text-align: center;
  height: 100%;
  padding: 10px 18px;
}

.highlight-visual {
  position: relative;
  width: clamp(110px, 14vw, 160px);
  height: clamp(110px, 14vw, 160px);
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(184, 216, 112, 0.2);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.highlight-visual::before {
  content: "";
  width: 66%;
  height: 66%;
  border-radius: 50%;
  background: rgba(184, 216, 112, 0.06);
  border: 1px dashed rgba(184, 216, 112, 0.3);
  position: absolute;
}

.highlight-visual img {
  width: 38%;
  height: 38%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}

.highlight-number {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #DCF89A;
  letter-spacing: 0.05em;
  z-index: 2;
  line-height: 1;
}

.highlight-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.highlight-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991.98px) {
  .highlights-box {
    padding: 40px 24px;
  }
  .highlights-title {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .highlight-visual {
    width: clamp(100px, 22vw, 140px);
    height: clamp(100px, 22vw, 140px);
  }
  .highlight-card {
    padding: 8px 10px;
  }
  .highlight-card h3 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .highlights-section {
    padding: 40px 0;
  }
  .highlights-title {
    font-size: 26px !important;
    margin-bottom: 28px;
  }
  .highlight-visual {
    width: 100px;
    height: 100px;
  }
  .highlight-card {
    padding: 8px 6px;
  }
  .highlight-card h3 {
    font-size: 14px;
  }
  .highlight-card p {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .highlights-box {
    padding: 30px 16px;
    border-radius: 6px;
  }
  .highlight-visual {
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
  }
  .highlight-number {
    font-size: 10px;
    top: 6px;
    right: 6px;
  }
}
.results-hero {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.results-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}

.results-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 720px;
}

.results-hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #DCF89A;
  padding: 6px 16px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.results-hero-title {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}
.results-hero-title span {
  color: #DCF89A;
}

.results-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .results-hero {
    height: 340px;
  }
  .results-hero-title {
    font-size: 48px;
  }
  .results-hero-sub {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .results-hero {
    height: 280px;
  }
  .results-hero-title {
    font-size: 36px;
  }
  .results-hero-label {
    font-size: 10px;
  }
  .results-hero-sub {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .results-hero {
    height: 240px;
  }
  .results-hero-title {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
}
.fesem-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(220, 248, 154, 0.15);
  border-radius: 6px;
  padding: 24px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fesem-info-badge {
  display: inline-block;
  background: #DCF89A;
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
  align-self: flex-start;
}

.fesem-info-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 14px;
}

.fesem-info-text {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 18px;
  flex: 1;
}

.fesem-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fesem-info-list li {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 8px;
}
.fesem-info-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DCF89A;
  flex-shrink: 0;
}

.micro-card-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.micro-card-badge.good {
  background: #DCF89A;
  color: #0a0a0a;
}
.micro-card-badge.weak {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 92vh;
  min-height: 580px;
  max-height: 860px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  z-index: 0;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  padding: 0 7vw;
  max-width: 800px;
}

.hero-badge {
  display: inline-block;
  background: #DCF89A;
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 3px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 0.6s 0.2s forwards;
}

.hero-title {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.08;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeUp 0.65s 0.35s forwards;
}
.hero-title span {
  color: #DCF89A;
}

.hero-sub {
  font-size: clamp(14px, 1.5vw, 18px);
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.72;
  max-width: 580px;
  margin: 0 0 36px;
  opacity: 0;
  transform: translateY(14px);
  animation: heroFadeUp 0.65s 0.5s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 0.65s 0.65s forwards;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #DCF89A;
  color: #0a0a0a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 3px;
  border: 2px solid #DCF89A;
  transition: all 0.25s ease;
}
.hero-btn-primary:hover {
  background: transparent;
  color: #DCF89A;
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.25s ease;
}
.hero-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.carousel-item .hero-badge,
.carousel-item .hero-title,
.carousel-item .hero-sub,
.carousel-item .hero-actions {
  animation: none;
  opacity: 1;
  transform: none;
}

.carousel-item.active .hero-badge {
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 0.6s 0.2s forwards;
}

.carousel-item.active .hero-title {
  opacity: 0;
  transform: translateY(16px);
  animation: heroFadeUp 0.65s 0.35s forwards;
}

.carousel-item.active .hero-sub {
  opacity: 0;
  transform: translateY(14px);
  animation: heroFadeUp 0.65s 0.5s forwards;
}

.carousel-item.active .hero-actions {
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 0.65s 0.65s forwards;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-indicators {
  bottom: 30px;
  gap: 8px;
  margin: 0;
}
.hero-indicators [data-bs-target] {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  opacity: 1;
  transition: background 0.3s ease, width 0.3s ease;
  margin: 0;
}
.hero-indicators .active {
  background: #DCF89A;
  width: 52px;
}

.hero-control {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.25s ease, border-color 0.25s ease;
  opacity: 1 !important;
}
.hero-control:hover {
  background: rgba(220, 248, 154, 0.15) !important;
  border-color: rgba(220, 248, 154, 0.4);
}
.hero-control.carousel-control-prev {
  left: 28px;
}
.hero-control.carousel-control-next {
  right: 28px;
}

.hero-control-icon {
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .hero-slide {
    height: 80vh;
    min-height: 480px;
  }
  .hero-slide-content {
    padding: 0 5vw;
    max-width: 100%;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-control {
    width: 42px;
    height: 42px;
  }
  .hero-control.carousel-control-prev {
    left: 14px;
  }
  .hero-control.carousel-control-next {
    right: 14px;
  }
  .hero-control-icon {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .hero-slide {
    height: 100svh;
    min-height: 560px;
    max-height: 760px;
    align-items: flex-end;
    padding-bottom: 80px;
  }
  .hero-slide-content {
    padding: 0 24px;
  }
  .hero-sub {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .hero-btn-primary,
  .hero-btn-secondary {
    font-size: 12px;
    padding: 12px 22px;
  }
  .hero-control {
    display: none;
  }
  .hero-indicators {
    bottom: 20px;
  }
}

/* Lifecycle table */
.lifecycle-table-wrap {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(220, 248, 154, 0.15);
  border-radius: 10px;
  padding: 20px;
}

.lifecycle-table {
  color: #e8e4de;
  border-color: rgba(220, 248, 154, 0.2) !important;
}

.lifecycle-table thead tr th {
  background: rgba(220, 248, 154, 0.1);
  color: #DCF89A;
  font-size: 13px;
  font-weight: 600;
  border-color: rgba(220, 248, 154, 0.2) !important;
}

.lifecycle-table tbody tr td {
  background: transparent;
  color: #e8e4de;
  border-color: rgba(220, 248, 154, 0.15) !important;
  font-size: 14px;
}

.lifecycle-table tbody tr td strong {
  color: #DCF89A;
  font-size: 18px;
}

.lifecycle-table tbody tr:hover td {
  background: rgba(220, 248, 154, 0.05);
}

.lifecycle-footnote {
  font-size: 12px;
  color: rgba(232, 228, 222, 0.5);
  margin: 8px 0 0;
  text-align: right;
}

/* Cut-open plate comparison */
.cutopen-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(220, 248, 154, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.cutopen-label {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.cancrie-label {
  background: rgba(220, 248, 154, 0.12);
  color: #DCF89A;
}

.carbon-label {
  background: rgba(255, 100, 100, 0.1);
  color: #ff8a8a;
}

.cutopen-img {
  width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
  background: #000;
  cursor: zoom-in;
}

.charge-table-title {
  color: #DCF89A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.4;
}

.cancrie-row-highlight td {
  background: rgba(220, 248, 154, 0.1) !important;
  color: #DCF89A !important;
}

.lifecycle-table small {
  color: rgba(232, 228, 222, 0.6);
  font-size: 11px;
}

/* Application Results Section */
.app-results-section {
  background: #0a0a0a;
  padding: 80px 0;
}

.app-results-header {
  text-align: center;
  margin-bottom: 50px;
}

.app-result-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(220, 248, 154, 0.12);
  border-left: 4px solid #DCF89A;
  border-radius: 10px;
  padding: 32px 36px;
  margin-bottom: 20px;
  transition: background 0.3s;
}

.app-result-card:hover {
  background: rgba(220, 248, 154, 0.04);
}

.app-result-tag {
  display: inline-block;
  background: rgba(220, 248, 154, 0.12);
  color: #DCF89A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.app-result-title {
  color: #e8e4de;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.app-result-desc {
  color: rgba(232, 228, 222, 0.65);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* Nav dropdown */
.navbar .nav-dropdown-menu {
  background-color: #111 !important;
  border: 1px solid rgba(220, 248, 154, 0.2) !important;
  border-radius: 8px;
  padding: 8px 0;
  min-width: 180px;
}

.navbar .nav-dropdown-menu .dropdown-item {
  color: #e8e4de !important;
  font-size: 14px;
  padding: 8px 20px;
  background-color: transparent !important;
  transition: background 0.2s, color 0.2s;
}

.navbar .nav-dropdown-menu .dropdown-item:hover,
.navbar .nav-dropdown-menu .dropdown-item:focus {
  background-color: rgba(220, 248, 154, 0.12) !important;
  color: #DCF89A !important;
}

.navbar .dropdown-toggle::after {
  border-top-color: #e8e4de;
}

/* Why Cancrie — More button & battery image */
.why-more-btn {
  background: transparent !important;
  color: #5a8a00 !important;
  border: 1px solid #5a8a00 !important;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.2s;
}
.why-more-btn:hover {
  background: #5a8a00 !important;
  color: #fff !important;
}
.battery-no-bg {
  mix-blend-mode: multiply;
  border-radius: 8px;
}
.discharge-table-wrap {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(184, 216, 112, 0.3);
}
.discharge-table-wrap .lifecycle-table thead tr th {
  background: #1a2a00;
  color: #b8d870;
  text-align: center;
  font-weight: 600;
  padding: 12px 16px;
  border: 1px solid rgba(184, 216, 112, 0.2);
}
.discharge-table-wrap .lifecycle-table tbody tr td {
  background: #111;
  color: #e8e4de;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid rgba(184, 216, 112, 0.15);
}
.discharge-table-wrap .lifecycle-table tbody tr:hover td {
  background: #1a1a1a;
}

/* ===== APPLICATIONS PAGE ===== */
.app-feature-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(220, 248, 154, 0.12);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.app-feature-title {
  color: #DCF89A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.app-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-feature-list li {
  color: rgba(232, 228, 222, 0.75);
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(220, 248, 154, 0.07);
  line-height: 1.5;
}
.app-feature-list li:last-child { border-bottom: none; }

.app-visual-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #DCF89A;
}
.app-strip-sep {
  color: rgba(220, 248, 154, 0.3);
  font-weight: 300;
}

/* ===== SUSTAINABILITY PAGE ===== */
/* Compare cards */
.sus-compare-card {
  border-radius: 10px;
  padding: 24px;
  height: 100%;
}
.sus-compare-card.bad {
  background: rgba(255, 80, 80, 0.07);
  border: 1px solid rgba(255, 80, 80, 0.2);
}
.sus-compare-card.good {
  background: rgba(220, 248, 154, 0.07);
  border: 1px solid rgba(220, 248, 154, 0.2);
}
.sus-compare-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sus-compare-card.bad .sus-compare-label { color: #ff8a8a; }
.sus-compare-card.good .sus-compare-label { color: #DCF89A; }
.sus-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sus-compare-card.bad ul li {
  color: rgba(255, 138, 138, 0.85);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 80, 80, 0.1);
  font-size: 14px;
}
.sus-compare-card.good ul li {
  color: rgba(220, 248, 154, 0.85);
  padding: 6px 0;
  border-bottom: 1px solid rgba(220, 248, 154, 0.1);
  font-size: 14px;
}
.sus-vs {
  font-size: 28px;
  font-weight: 800;
  color: rgba(232, 228, 222, 0.2);
}
/* Impact check items */
.sus-impact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(232, 228, 222, 0.8);
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid rgba(220, 248, 154, 0.08);
}
.sus-check {
  color: #DCF89A;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
/* Impact tiles */
.sus-impact-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(220, 248, 154, 0.12);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  color: rgba(232, 228, 222, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  height: 100%;
}
.sus-impact-tile-icon {
  font-size: 30px;
  margin-bottom: 12px;
}
/* CTA email link */
.sus-cta-email {
  color: rgba(220, 248, 154, 0.7);
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 248, 154, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.sus-cta-email:hover { color: #DCF89A; }

.sus-hero {
  position: relative;
  min-height: 90vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #0f1f05 100%);
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}

.sus-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(220, 248, 154, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.sus-hero-content {
  position: relative;
  z-index: 1;
}

.sus-hero-label {
  display: inline-block;
  background: rgba(220, 248, 154, 0.12);
  color: #DCF89A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.sus-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #e8e4de;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sus-hero-title span {
  color: #DCF89A;
}

.sus-hero-sub {
  font-size: 18px;
  color: rgba(232, 228, 222, 0.7);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.sus-flow {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sus-flow-step {
  background: rgba(220, 248, 154, 0.07);
  border: 1px solid rgba(220, 248, 154, 0.2);
  border-radius: 12px;
  padding: 20px 28px;
  text-align: center;
  min-width: 110px;
}

.sus-flow-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.sus-flow-label {
  color: #DCF89A;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sus-flow-arrow {
  font-size: 24px;
  color: rgba(220, 248, 154, 0.5);
  font-weight: 300;
}

/* Sections */
.sus-section {
  padding: 80px 0;
  background: #0a0a0a;
}

.sus-section--light {
  background: #0e1a04;
}

.sus-section-inner {
  max-width: 860px;
}

.sus-badge {
  display: inline-block;
  background: rgba(220, 248, 154, 0.1);
  color: #DCF89A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.sus-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #e8e4de;
  margin-bottom: 14px;
}

.sus-desc {
  font-size: 16px;
  color: rgba(232, 228, 222, 0.65);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Data strip */
.sus-data-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  background: rgba(220, 248, 154, 0.06);
  border: 1px solid rgba(220, 248, 154, 0.15);
  border-radius: 8px;
  padding: 14px 20px;
  color: #DCF89A;
  font-size: 14px;
  font-weight: 500;
}

.sus-dot {
  color: rgba(220, 248, 154, 0.4);
}

/* Compare cards */
.sus-compare-card {
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}

.sus-compare-card.bad {
  background: rgba(255, 80, 80, 0.07);
  border: 1px solid rgba(255, 80, 80, 0.2);
}

.sus-compare-card.good {
  background: rgba(220, 248, 154, 0.07);
  border: 1px solid rgba(220, 248, 154, 0.2);
}

.sus-compare-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sus-compare-card.bad .sus-compare-label { color: #ff8a8a; }
.sus-compare-card.good .sus-compare-label { color: #DCF89A; }

.sus-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sus-compare-card.bad ul li {
  color: rgba(255, 138, 138, 0.85);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 80, 80, 0.1);
  font-size: 14px;
}

.sus-compare-card.good ul li {
  color: rgba(220, 248, 154, 0.85);
  padding: 6px 0;
  border-bottom: 1px solid rgba(220, 248, 154, 0.1);
  font-size: 14px;
}

.sus-vs {
  font-size: 28px;
  font-weight: 800;
  color: rgba(232, 228, 222, 0.2);
}

/* Impact block */
.sus-impact-block {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sus-impact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(232, 228, 222, 0.8);
  font-size: 15px;
  line-height: 1.6;
}

.sus-check {
  color: #DCF89A;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Metric cards */
.sus-metric-card {
  background: rgba(220, 248, 154, 0.05);
  border: 1px solid rgba(220, 248, 154, 0.15);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
}

.sus-metric-icon {
  font-size: 32px;
  margin-bottom: 10px;
  color: #DCF89A;
}

.sus-metric-label {
  color: #e8e4de;
  font-size: 14px;
  font-weight: 500;
}

/* Impact tiles */
.sus-impact-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(220, 248, 154, 0.12);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  color: rgba(232, 228, 222, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  height: 100%;
}

.sus-impact-tile-icon {
  font-size: 30px;
  margin-bottom: 12px;
}

/* CTA Section */
.sus-cta-section {
  background: linear-gradient(135deg, #0f1f05 0%, #0a0a0a 100%);
  padding: 100px 0;
  border-top: 1px solid rgba(220, 248, 154, 0.1);
}

.sus-closing {
  color: rgba(220, 248, 154, 0.7);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.sus-cta-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: #e8e4de;
  margin-bottom: 36px;
}

.sus-cta-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sus-cta-btn {
  background: #DCF89A;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.sus-cta-btn:hover {
  background: #b8d870;
  color: #0a0a0a;
}

.sus-cta-email {
  color: rgba(220, 248, 154, 0.7);
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(220, 248, 154, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s;
}

.sus-cta-email:hover {
  color: #DCF89A;
}

/* ===== ABOUT PAGE — CAST-STYLE HERO ===== */

.about-cast-hero {
  height: 100vh;
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Upper row */
.about-cast-upper {
  flex: 1;
  display: flex;
  min-height: 0;
}

/* Left dark column */
.about-cast-dark-col {
  width: 36%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: 120px 32px 0 44px;
}

.about-cast-caption-tl {
  font-size: 11px;
  color: rgba(255,255,255,0.42);
  line-height: 1.8;
  letter-spacing: 0.02em;
  max-width: 200px;
  margin: 0;
}

/* Panels — right column */
.about-cast-panels {
  flex: 1;
  display: flex;
  gap: 3px;
  min-height: 0;
  min-width: 0;
}

.about-cast-panel {
  flex: 1;
  background-size: cover;
  background-position: center;
  filter: brightness(0.5) grayscale(15%);
  transition: flex 0.5s ease, filter 0.5s ease;
  min-width: 0;
}

.about-cast-panel:hover {
  flex: 2.5;
  filter: brightness(0.75) grayscale(0%);
}

/* Bottom row */
.about-cast-bottom {
  flex-shrink: 0;
  padding: 16px 44px 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.about-cast-bigtext {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.about-cast-line1,
.about-cast-line2 {
  font-size: clamp(52px, 9vw, 126px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -3px;
  font-family: 'Poppins', sans-serif;
  line-height: 0.92;
  display: block;
}

.about-cast-caption-br {
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  max-width: 300px;
  line-height: 1.6;
  text-align: right;
  margin: 0;
  flex-shrink: 0;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.about-cast-caption-br .accent {
  color: #DCF89A;
  font-weight: 500;
}

/* MISSION STRIP */
.about-mission-strip {
  background: #111;
  padding: 80px 0;
  border-top: 1px solid rgba(184, 216, 112, 0.12);
}

.about-mission-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: #b8d870;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-mission-heading {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.about-mission-text {
  color: #999;
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 36px;
}

.about-mission-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.about-stat-num {
  font-size: 36px;
  font-weight: 800;
  color: #b8d870;
  line-height: 1;
}

.about-stat-label {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

/* FEATURES GRID */
.about-features-section {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.about-feature-tile {
  padding: 48px 36px;
  border-right: 1px solid rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.06);
  height: 100%;
  transition: background 0.25s;
}

.about-feature-tile:hover {
  background: #161616;
}

.about-feature-num {
  font-size: 11px;
  letter-spacing: 2px;
  color: #b8d870;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-feature-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.3;
}

.about-feature-text {
  font-size: 13px;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

/* CTA BAND */
.about-cta-band {
  background: #111;
  padding: 60px 0;
  border-top: 1px solid rgba(184, 216, 112, 0.15);
}

.about-cta-label {
  font-size: 10px;
  letter-spacing: 3px;
  color: #b8d870;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about-cta-heading {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* MANIFESTO SECTION */
.about-manifesto {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-manifesto-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-manifesto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(40%) brightness(0.45);
}

.about-manifesto-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.55) 60%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.about-manifesto-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 100px 80px;
  max-width: 900px;
}

.about-manifesto-since {
  font-size: 11px;
  letter-spacing: 4px;
  color: #b8d870;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
}

.about-manifesto-heading {
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}

.about-manifesto-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
  display: inline;
}

.about-manifesto-sub {
  font-size: 14px;
  color: #999;
  line-height: 1.85;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-cast-hero { height: auto; min-height: 100svh; overflow: visible; }
  .about-cast-upper { flex-direction: column; }
  .about-cast-dark-col { width: 100%; padding: 80px 24px 16px; }
  .about-cast-panels { min-height: 60vh; flex-direction: column; }
  .about-cast-bottom { flex-direction: column; align-items: flex-start; padding: 24px 24px 36px; gap: 18px; }
  .about-cast-line1, .about-cast-line2 { font-size: clamp(38px, 11vw, 72px); letter-spacing: -2px; }
  .about-cast-caption-br {
    text-align: left;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }
  .about-feature-tile {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 32px 24px;
  }
  .about-mission-stats { gap: 24px; }
  .about-manifesto-content { padding: 80px 24px; }
  .about-manifesto-heading { letter-spacing: 0; }
}

/* ===== ABOUT S.E.T. SECTION ===== */
.about-set-section {
  background: #0d0d0d;
  padding: 0 0 70px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.about-set-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 50px 60px 36px;
  flex-wrap: wrap;
}

.about-set-intro {
  font-size: 13px;
  color: #777;
  line-height: 1.75;
  max-width: 380px;
  margin: 0;
}

.about-set-link {
  font-size: 11px;
  letter-spacing: 2px;
  color: #b8d870;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;
  transition: opacity 0.2s;
}
.about-set-link:hover { opacity: 0.7; color: #b8d870; }

/* Image strip */
.about-set-images {
  display: flex;
  gap: 6px;
  padding: 0 60px;
  height: 300px;
}

.about-set-img-panel {
  flex: 1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: flex 0.3s;
}

/* Filtered background — separate div so label is unaffected */
.about-set-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6) grayscale(20%);
  transition: filter 0.3s;
  z-index: 0;
}

.about-set-img-panel:hover .about-set-img-bg {
  filter: brightness(0.82) grayscale(0%);
}

/* Bottom gradient for label legibility */
.about-set-img-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.about-set-img-panel:hover {
  flex: 1.4;
}

.about-set-img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

/* Big S.E.T. text */
.about-set-bigtext {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 54px;
  margin-top: 36px;
  flex-wrap: wrap;
  overflow: hidden;
}

.about-set-word {
  font-size: clamp(26px, 4.2vw, 62px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-set-word--outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.3);
}

.about-set-dash {
  flex: 1;
  height: 1.5px;
  background: rgba(255,255,255,0.15);
  margin: 0 20px;
  min-width: 20px;
}

/* Description columns */
.about-set-desc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 48px 60px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 40px;
}

.about-set-point {
  padding: 0 36px 0 0;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.about-set-point:last-child { border-right: none; padding-right: 0; }
.about-set-point:not(:first-child) { padding-left: 36px; }

.about-set-point-num {
  font-size: 10px;
  letter-spacing: 3px;
  color: #b8d870;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-set-point-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.about-set-point-text {
  font-size: 13px;
  color: #777;
  line-height: 1.85;
  margin: 0;
}

@media (max-width: 991px) {
  .about-set-topbar { padding: 40px 24px 28px; }
  .about-set-images { padding: 0 16px; height: 600px; gap: 4px; flex-direction: column; }
  .about-set-bigtext { padding: 0 16px; margin-top: 24px; }
  .about-set-desc { grid-template-columns: 1fr; padding: 32px 24px 0; gap: 32px; }
  .about-set-point { border-right: none; padding: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 28px !important; }
  .about-set-point:last-child { border-bottom: none; }
}

/*news section*/
.featured-news{
    padding: 90px 8%;
    background: white;
    overflow: hidden;
}

.news-container{
    max-width: 1300px;
    margin: auto;
}

.news-title{
    text-align: center;
    font-size: 42px;
    color: black;
    margin-bottom: 60px;
    position: relative;
    animation: fadeUp 1s ease;
}

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

.news-card{
    background: #161616;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
    transform: translateY(40px);
    opacity: 0;
    animation: cardReveal 1s forwards;
}

.news-card:nth-child(2){
    animation-delay: 0.2s;
}

.news-card:nth-child(3){
    animation-delay: 0.4s;
}

.news-card:hover{
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(157,255,0,0.18);
}

.news-card img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.5s ease;
}

.news-card:hover img{
    transform: scale(1.08);
}

.news-content{
    padding: 28px;
}

.news-content h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.news-content p{
    color: #bcbcbc;
    line-height: 1.8;
    margin-bottom: 22px;
    font-size: 15px;
}

.read-more{
    display: inline-block;
    color: #b6ff3b;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.read-more:hover{
    letter-spacing: 1px;
    color: #fff;
}

@keyframes cardReveal{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp{
    from{
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width: 992px){

    .news-grid{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 768px){

    .news-grid{
        grid-template-columns: 1fr;
    }

    .news-title{
        font-size: 32px;
    }

}



/*add on */
.news-card{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 420px;
    cursor: pointer;
}

.news-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.6s ease;
}

.news-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95),
        rgba(0,0,0,0.4),
        transparent
    );

    color: white;

    transition: 0.5s ease;
}

.news-overlay h3{
    font-size: 26px;
    transform: translateY(70px);
    transition: 0.5s ease;
    opacity: 1;
   
}

.news-overlay p{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s ease;
    line-height: 1.0;
    margin-bottom: 10px;
}

.read-more{
    color: #b6ff3b;
    text-decoration: none;
    font-weight: 600;
    opacity: 1;
    transition: 0.5s ease;
}

.news-card:hover img{
    transform: scale(1.1);
}

.news-card:hover .news-overlay{
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.98),
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.7)
    );
}

.news-card:hover .news-overlay h3{
    transform: translateY(0);
}

.news-card:hover .news-overlay p{
    opacity: 1;
    transform: translateY(0);
}

.news-card:hover .read-more{
    opacity: 1;
}

.news-card:hover h3{
    opacity: 1;
}

.news-container h2{
    font-weight: 700;
    font-size:40px;
}



.news-overlay{
    padding: 20px;
}

.news-overlay h3{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.read-more{
    display: inline-block;
    margin-top: 10px;
}




@media(max-width:1024px){

    .news-card img{
        object-position: top;
    }
    
     .news-card{
        height: 380px;
    }

    .news-overlay h3{
        font-size: 18px;
    }


}

@media(max-width:768px){
  
    .news-card{
        height: 420px;
        /*width:80%;*/
      
    }

    .news-card img{
        object-fit: contain;
        background: #000;
    }
    
    .news-overlay h3{
        font-size: 16px;
    }
    
   

}





/* FEATURED ON SECTION */

.featured-on{
    padding:100px 8%;
    background:#f7f7f7;
}

.featured-container{
    max-width:1300px;
    margin:auto;
}

.featured-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:60px;
    color:#111;
}

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

.featured-card{
    background:white;
    padding:35px;
    border-radius:20px;
    transition:0.4s ease;
    border:1px solid #e5e5e5;
}

.featured-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.featured-card h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
}

.featured-card p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}

/* Responsive */

@media(max-width:992px){

    .featured-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .featured-grid{
        grid-template-columns:1fr;
    }

    .featured-title{
        font-size:36px;
    }

}




/* FEATURED IN BANNER SECTION */

.featured-banner-section{
    padding:100px 8%;
    background:#f8f8f8;
}

.featured-banner-container{
    max-width:1300px;
    margin:auto;
}

.featured-banner-title{
    font-size:52px;
    font-weight:700;
    text-align:center;
    color:#111;
    margin-bottom:60px;
}

.featured-banner-image{
    width:100%;
    border-radius:28px;
    overflow:hidden;
    background:white;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    transition:0.4s ease;
}

.featured-banner-image:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.featured-banner-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:0.9;
    transition:0.4s ease;
}

.featured-banner-image:hover img{
    filter:grayscale(0%);
    opacity:1;
}

@media(max-width:768px){

    .featured-banner-title{
        font-size:38px;
    }

    .featured-banner-image{
        padding:20px;
        border-radius:20px;
    }

}




/*# sourceMappingURL=style.css.map */