:root {
  --pd: #003f22;
  --ps: #eaf6ef;
  --a: #0a8f52;
  --as: #e8f7ef;
  --t: #132434;
  --m: #617487;
  --l: #dbe8df;
  --bg: #f8fbf8;
  --w: #fff;
  --s: #f1f7f3;
  --y: #fff8e8;
  --sh: 0 18px 42px rgba(0, 102, 51, 0.12);
  --r: 22px;
  --max: 1180px;
}
    .hero {
      overflow: hidden;
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid #dbe8ef;
    }

    .hero-inner {
      min-height: 365px;
      display: grid;
      grid-template-columns: 1.12fr 0.88fr;
      align-items: center;
      gap: 14px;
      padding: 50px 0;
    }

    .hero h1 {
      margin: 16px 0 12px;
      font-size: clamp(34px, 4.3vw, 42px);
      line-height: 1.05;
      color: #fff;
    }

    .hero p {
      margin: 0;
      max-width: 720px;
      color: #fff;
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }
.hero-card {
  background: white;
  border: 1px solid var(--l);
  border-radius: var(--r);
  box-shadow: var(--sh);
  padding: 24px;
}
.visual {
  min-height: 330px;
  border: 1px solid var(--l);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--ps), white);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.visual:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(0, 102, 51, 0.08);
  top: -80px;
  right: -60px;
}
.board {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--l);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 22px 35px rgba(0, 63, 34, 0.1);
}
.board h3 {
  margin: 0 0 12px;
  color: var(--pd);
  font-size: 22px;
  line-height: 1.18;
}
.flow {
  display: grid;
  gap: 10px;
}
.flow div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--s);
  border: 1px solid var(--l);
  border-radius: 13px;
  padding: 11px;
  color: #38504a;
  font-size: 16px;
  font-weight: 800;
}
.flow span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 12px;
}
.stat span {
background: #016436b3;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}
.section {
  padding: 64px 0;
}
.section-head {
  max-width: 860px;
  margin-bottom: 28px;
}
.section-head h2,
.card h2,
.rfq h2,
.faq h2,
.checklist h2 {
  margin: 0 0 10px;
  color: #0b2f1c;
  font-size: 30px;
  line-height: 1.12;
}
.section-head p,
.card p,
.rfq p,
.faq p,
.checklist p {
  margin: 0 0 14px;
  color: var(--m);
  font-size: 16px;
}
.two {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.card,
.rfq,
.faq,
.checklist {
  background: white;
  border: 1px solid var(--l);
  border-radius: var(--r);
  box-shadow: 0 10px 28px rgba(0, 102, 51, 0.06);
  padding: 30px;
}
.steps {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--l);
  border-radius: 17px;
  background: #fbfefd;
}
.no {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--primary), var(--a));
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.step h3 {
  margin: 0 0 5px;
  color: var(--pd);
  font-size: 20px;
}
.step p {
  font-size: 16px;
  margin: 0;
  color: var(--m);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.item {
  background: white;
  border: 1px solid var(--l);
  border-radius: var(--r);
  padding: 22px;
  box-shadow: 0 10px 26px rgba(0, 102, 51, 0.07);
  position: relative;
  overflow: hidden;
}
.item:after {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--ps);
}
.item > * {
  position: relative;
  z-index: 1;
}
.icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--a));
  color: white;
  font-weight: 900;
  margin-bottom: 14px;
}
.item h3 {
  margin: 0 0 8px;
  color: var(--pd);
  font-size: 20px;
  line-height: 1.2;
}
.item p {
  margin: 0;
  color: var(--m);
  font-size: 16px;
}
.band {
  background-size: cover;
  background-position: center;
  border-radius: var(--r);
  padding: clamp(28px, 4vw, 44px);
  color: white;
}
.band h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.12;
  color: #fff;
}
.band p {
  color: #dff7e9;
  margin: 0;
  max-width: 830px;
}
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.process div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  padding: 17px;
}
.process span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: white;
  color: var(--pd);
  font-weight: 900;
  margin-bottom: 12px;
}
.process h3 {
  margin: 0 0 7px;
  color: white;
  font-size: 20px;
}
.process p {
  font-size: 16px;
  color: #dff7e9;
}
.checkgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.listbox {
  background: var(--s);
  border: 1px solid #d9eadd;
  border-radius: 16px;
  padding: 18px;
}
.listbox h3 {
  margin: 0 0 8px;
  color: var(--pd);
  font-size: 20px;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.list li {
  position: relative;
  padding-left: 28px;
  color: #4c6558;
  font-size: 16px;
}
.list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--as);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}
.rfq {
  background: linear-gradient(
      135deg,
      rgba(0, 102, 51, 0.04),
      rgba(10, 143, 82, 0.08)
    ),
    white;
}
.form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
label {
  font-size: 13px;
  font-weight: 900;
  color: var(--pd);
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--l);
  border-radius: 13px;
  padding: 13px 14px;
  background: white;
  color: #1b3446;
  font: inherit;
  outline: none;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--m);
  font-size: 13px;
  line-height: 1.5;
}
.checkbox input {
  width: auto;
  margin-top: 5px;
  accent-color: var(--a);
}
.success {
  display: none;
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #eafbf1;
  color: #135c35;
  border: 1px solid #cdeedb;
}
.success h3 {
  margin: 0 0 6px;
  color: #135c35;
}
.success p {
  margin: 0;
  color: #246746 !important;
}
.accordion {
  border: 1px solid var(--l);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 18px;
}
.acc + .acc {
  border-top: 1px solid var(--l);
}
.acc button {
  width: 100%;
  border: 0;
  background: #fbfefd;
  padding: 18px;
  text-align: left;
  cursor: pointer;
  color: #173a26;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.panel {
  display: none;
  padding: 0 18px 18px;
  color: var(--m);
  background: #fbfefd;
  font-size: 16px;
}
.acc.active .panel {
  display: block;
}
.plus {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ps);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.admin {
  margin-top: 28px;
  background: var(--y);
  border: 1px solid #f2dca5;
  border-radius: var(--r);
  padding: 24px;
  color: #715720;
}
.admin h3 {
  margin: 0 0 8px;
  color: #614611;
  font-size: 22px;
}
.admin p {
  margin: 0 0 12px;
}
.admin li {
  margin: 6px 0;
}
.footer {
  background: #072e1a;
  color: #d7f3e2;
  padding: 38px 0;
}
.footgrid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}
.footer h3,
.footer h4 {
  color: white;
  margin: 0 0 12px;
}
.footer p,
.footer a {
  color: #bde0ca;
  font-size: 16px;
  display: block;
  margin: 0 0 7px;
}
@media (max-width: 1080px) {
  .menu {
    display: none;
  }
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .hero-inner,
  .two {
    grid-template-columns: 1fr;
  }
  .grid,
  .checkgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .topbar .container {
    padding: 8px 0;
  }
  .actions .btn-secondary {
    display: none;
  }
  .hero-inner {
    padding: 38px 0;
  }
  .grid,
  .checkgrid,
  .form,
  .stat,
  .process {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 46px 0;
  }
  .card,
  .rfq,
  .faq,
  .checklist,
  .band {
    border-radius: 18px;
  }
}
img.n-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 17px;
    margin-top: 20px;
    height: 373px;
    object-fit: cover;
}

.sol-img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
  border-radius: 20px;
}