:root {
  --green: #0f8a4d;
  --green-dark: #0a6238;
  --green-deep: #07361f;
  --leaf: #0dbf7c;
  --sun: #f5a623;
  --sun-2: #fbbf24;
  --ink: #12281c;
  --body-c: #547263;
  --line: #dcefe3;
  --soft: #f3faf5;
  --grad: linear-gradient(135deg, #0f8a4d 0%, #0dbf7c 100%);
  --grad-sun: linear-gradient(135deg, #f5a623, #fbbf24);
  --font-display: "Outfit", "Segoe UI", system-ui, Arial, sans-serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, Arial, sans-serif;
  --shadow-sm: 0 10px 26px -12px rgba(7, 54, 31, 0.16);
  --shadow-md: 0 22px 44px -18px rgba(7, 54, 31, 0.22);
  --shadow-lg: 0 34px 70px -24px rgba(7, 54, 31, 0.32);
  --shadow-sun: 0 16px 34px -12px rgba(245, 166, 35, 0.5);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  font-family: var(--font-body);
  color: var(--body-c);
  background: #fff;
  font-size: 0.99rem;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: -0.015em;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--green);
  color: #fff;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #eef7f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--green), var(--leaf));
  border-radius: 99px;
  border: 3px solid #eef7f1;
}

section {
  padding: 5.2rem 0;
  overflow: hidden;
}

.lead-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--body-c);
}

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sun-text {
  color: var(--sun);
}

.bg-soft {
  background: var(--soft);
}

.bg-deep {
  background: var(--green-deep);
}

.btn {
  border-radius: 0.85rem;
  font-weight: 700;
  font-family: var(--font-body);
  transition: all 0.28s var(--ease);
}

.btn-primary {
  --bs-btn-bg: var(--green);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green-dark);
  --bs-btn-hover-border-color: var(--green-dark);
  --bs-btn-active-bg: var(--green-dark);
  --bs-btn-active-border-color: var(--green-dark);
  --bs-btn-disabled-bg: var(--green);
  --bs-btn-disabled-border-color: var(--green);
}

.btn-outline-primary {
  --bs-btn-color: var(--green);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green);
  --bs-btn-hover-border-color: var(--green);
  --bs-btn-active-bg: var(--green-dark);
  --bs-btn-active-border-color: var(--green-dark);
}

.btn-grad {
  background: var(--grad);
  color: #fff;
  border: 0;
  position: relative;
  overflow: hidden;
}

.btn-grad:hover,
.btn-grad:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -10px rgba(15, 138, 77, 0.55);
}

.btn-grad::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.6s var(--ease);
}

.btn-grad:hover::after {
  left: 130%;
}

.btn-sun {
  background: var(--grad-sun);
  color: #3d2800;
  border: 0;
}

.btn-sun:hover {
  color: #2b1c00;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sun);
}

.ic {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -4px;
}

.ic-f {
  fill: currentColor;
  stroke: none;
}

.ic-sm {
  width: 16px;
  height: 16px;
}

.ic-lg {
  width: 30px;
  height: 30px;
}

.icon-tile {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, #e4f6ec, #e2f7ef);
  color: var(--green);
  flex: 0 0 auto;
  transition: all 0.35s var(--ease);
}

.icon-tile .ic {
  width: 26px;
  height: 26px;
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--green), var(--sun));
  z-index: 1060;
  border-radius: 0 99px 99px 0;
}

.topbar {
  background: var(--green-deep);
  color: #bcd8c8;
  font-size: 0.84rem;
  padding: 0.55rem 0;
}

.topbar a {
  color: #ffd98a;
}

.topbar a:hover {
  color: #fff;
}

.topbar .ic {
  width: 14px;
  height: 14px;
  color: var(--sun-2);
}

.logo {
  height: 70px;
}

.navbar-main {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: all 0.35s var(--ease);
  padding: 0.95rem 0;
}

.navbar-main.scrolled {
  padding: 0.5rem 0;
  box-shadow: 0 10px 34px rgba(7, 54, 31, 0.12);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.brand-name span {
  color: var(--green);
}

.brand-sub {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 800;
}

.navbar-main .nav-link {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--ink);
  margin: 0 0.1rem;
  border-radius: 0.7rem;
  padding: 0.55rem 0.9rem !important;
  transition: all 0.25s var(--ease);
}

.navbar-main .nav-link:hover {
  color: var(--green);
  background: #ecf8f1;
}

.navbar-main .nav-link.active {
  color: #fff !important;
  background: var(--grad);
}

.hero {
  position: relative;
  padding: 4.6rem 0 6.5rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 45%, #fff 100%);
  overflow: hidden;
}

.sun-graphic {
  position: absolute;
  top: -130px;
  right: -130px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #fde68a 0%,
    #fbbf24 38%,
    rgba(251, 191, 36, 0) 70%
  );
  opacity: 0.5;
  animation: sunPulse 7s ease-in-out infinite;
}

@keyframes sunPulse {50% {
    transform: scale(1.07);
  }}

.sun-rays {
  position: absolute;
  top: -190px;
  right: -190px;
  width: 520px;
  height: 520px;
  animation: spin 45s linear infinite;
  opacity: 0.5;
}

@keyframes spin {to {
    transform: rotate(360deg);
  }}

.cloud {
  position: absolute;
  background: #fff;
  border-radius: 99px;
  filter: blur(2px);
  opacity: 0.85;
  box-shadow: 0 12px 24px -14px rgba(7, 54, 31, 0.2);
}

.cloud.c1 {
  width: 150px;
  height: 38px;
  top: 16%;
  left: 6%;
  animation: drift 34s linear infinite;
}

.cloud.c2 {
  width: 100px;
  height: 26px;
  top: 30%;
  left: 30%;
  animation: drift 46s linear infinite reverse;
}

@keyframes drift {50% {
    transform: translateX(70px);
  }}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid #e8dfc8;
  color: #7c5a00;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}

.hero-badge .ic {
  color: var(--sun);
}

.hero-title {
  font-size: clamp(2.15rem, 4.9vw, 3.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.hero-img {
  border-radius: 2.4rem 2.4rem 2.4rem 7rem;
  box-shadow: var(--shadow-lg);
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.leaf-ring {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 2.5px dashed rgba(15, 138, 77, 0.4);
  border-radius: 50%;
  bottom: -30px;
  left: -30px;
  animation: spin 30s linear infinite reverse;
  z-index: 1;
}

.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1.15rem;
  box-shadow: var(--shadow-md);
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 3;
  animation: floaty 5.2s ease-in-out infinite;
}

.float-card small {
  display: block;
  font-size: 0.72rem;
  color: var(--body-c);
}

.float-card strong {
  font-size: 0.95rem;
  color: var(--ink);
}

.fc-1 {
  top: 8%;
  left: -40px;
}

.fc-2 {
  bottom: 10%;
  right: -24px;
  animation-delay: 2.4s;
}

@keyframes floaty {50% {
    transform: translateY(-11px);
  }}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(7, 54, 31, 0.06);
  transition: transform 0.25s var(--ease);
}

.trust-chip:hover {
  transform: translateY(-3px);
}

.trust-chip .ic {
  color: var(--green);
}

.ticker {
  background: var(--green-deep);
  color: #cfe9db;
  overflow: hidden;
  padding: 0.95rem 0;
}

.ticker-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: tickermove 32s linear infinite;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.ticker-item .ic {
  color: var(--sun-2);
}

@keyframes tickermove {to {
    transform: translateX(-50%);
  }}

.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.info-card:hover::before {
  transform: scaleX(1);
}

.info-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.svc-card {
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: 1.7rem;
  height: 100%;
  background: #fff;
  transition: all 0.38s var(--ease);
  position: relative;
  overflow: hidden;
}

.svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}

.svc-card:hover::before {
  transform: scaleX(1);
}

.svc-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.svc-card:hover .icon-tile {
  transform: rotate(-8deg) scale(1.1);
  background: var(--grad);
  color: #fff;
}

.svc-card h5 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.05rem 0 0.5rem;
}

.svc-card p {
  font-size: 0.9rem;
  margin: 0;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.8rem;
}

.kicker::before {
  content: "";
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--grad);
}

.section-title {
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.about-img {
  border-radius: 2rem 2rem 2rem 5.5rem;
  box-shadow: var(--shadow-lg);
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-frame {
  position: absolute;
  inset: auto -16px -16px auto;
  width: 62%;
  height: 62%;
  border: 2.5px dashed rgba(15, 138, 77, 0.35);
  border-radius: 2rem 2rem 2rem 5.5rem;
  z-index: 1;
}

.about-img-wrap {
  position: relative;
  padding: 0 16px 16px 0;
}

.exp-badge {
  position: absolute;
  right: -4px;
  bottom: -22px;
  background: var(--grad);
  color: #fff;
  border-radius: 1.3rem;
  padding: 1.05rem 1.4rem;
  box-shadow: 0 20px 44px -12px rgba(15, 138, 77, 0.55);
  text-align: center;
  z-index: 3;
}

.exp-badge .num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.45rem 0;
  font-size: 0.96rem;
}

.check-list .ic {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  width: 21px;
  height: 21px;
  padding: 4px;
  flex: 0 0 auto;
  margin-top: 1px;
  stroke-width: 3;
}

.quote-card {
  background: linear-gradient(135deg, #f0faf4, #fdf6e3);
  border: 1px solid #e5f2e9;
  border-radius: 1.3rem;
  padding: 1.4rem 1.5rem;
  position: relative;
}

.quote-card .q {
  font-family: Georgia, serif;
  font-size: 2.6rem;
  line-height: 0;
  color: var(--green);
  position: absolute;
  top: 1.7rem;
  left: 1.1rem;
  opacity: 0.4;
}

.step-num {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: #fff;
  border: 2.5px dashed var(--green);
  display: grid;
  place-items: center;
  color: var(--green);
  transition: all 0.35s var(--ease);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
}

.step:hover .step-num {
  background: var(--grad);
  color: #fff;
  border-style: solid;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 18px 34px -12px rgba(15, 138, 77, 0.5);
}

.steps-line {
  position: absolute;
  top: 56px;
  left: 12%;
  right: 12%;
  border-top: 2.5px dashed #c8e6d4;
  z-index: 0;
}

.step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step h5 {
  font-size: 1.02rem;
  font-weight: 700;
}

.step p {
  font-size: 0.88rem;
  margin: 0;
}

.calc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.9rem;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.calc-head {
  background: var(--grad);
  color: #fff;
  padding: 1.2rem 1.7rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.calc-body {
  padding: 1.9rem;
}

.calc-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(
    90deg,
    var(--green) var(--fill, 30%),
    #e3f2e9 var(--fill, 30%)
  );
  outline: none;
}

.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--grad-sun);
  border: 3.5px solid #fff;
  box-shadow: 0 6px 16px -4px rgba(245, 166, 35, 0.7);
  cursor: pointer;
  transition: transform 0.2s;
}

.calc-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.calc-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--sun);
  border: 3.5px solid #fff;
  box-shadow: 0 6px 16px -4px rgba(245, 166, 35, 0.7);
  cursor: pointer;
}

.bill-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.3rem;
  color: var(--ink);
}

.calc-out {
  background: var(--soft);
  border: 1px dashed #cbe7d6;
  border-radius: 1.2rem;
  padding: 1.1rem 1.2rem;
  height: 100%;
}

.calc-out .lab {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--green);
}

.calc-out .val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1.15;
}

.calc-out .sub {
  font-size: 0.76rem;
  color: var(--body-c);
}

.calc-out.hero-out {
  background: var(--grad);
  border: none;
  color: #fff;
}

.calc-out.hero-out .lab {
  color: #d3f5e3;
}

.calc-out.hero-out .val {
  color: #fff;
  font-size: 1.9rem;
}

.calc-out.hero-out .sub {
  color: #d3f5e3;
}

.proj-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.proj-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease);
}

.proj-card:hover img {
  transform: scale(1.07);
}

.proj-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 54, 31, 0.85));
}

.proj-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
}

.proj-cap {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.05rem;
  color: #eafaf0;
}

.proj-cap h5 {
  color: #fff;
  font-size: 1.02rem;
  margin-bottom: 0.15rem;
}

.proj-cap small {
  color: #bfe6cf;
}

.stats-band {
  background: linear-gradient(120deg, #07361f 0%, #0f8a4d 130%);
  position: relative;
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0 22px,
    transparent 22px 44px
  );
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
}

.stat-lbl {
  font-size: 0.9rem;
  color: #b9e2cb;
}

.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.7rem;
  padding: 2.2rem 1.9rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.35s var(--ease);
}

.plan:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

.plan h5 {
  font-family: var(--font-display);
  letter-spacing: 0.14em;
  font-size: 0.92rem;
  color: var(--green);
  font-weight: 800;
}

.plan .kw {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--ink);
}

.plan .price {
  font-size: 0.95rem;
  color: var(--body-c);
}

.plan .price b {
  color: var(--ink);
  font-size: 1.25rem;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
  flex: 1;
}

.plan li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.38rem 0;
  font-size: 0.9rem;
}

.plan li .ic {
  color: var(--green);
  flex: 0 0 auto;
  margin-top: 2px;
}

.plan.featured {
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--grad) border-box;
  transform: scale(1.04);
  box-shadow: var(--shadow-md);
  z-index: 2;
}

.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-sun);
  color: #3d2800;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.42rem 1.05rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {.plan.featured {
    transform: none;
  }}

.cta-banner {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.cta-banner img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.cta-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 54, 31, 0.92) 0%,
    rgba(7, 54, 31, 0.55) 55%,
    rgba(7, 54, 31, 0.15) 100%
  );
}

.t-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.9rem;
  padding: 2.4rem;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.t-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: var(--grad);
}

.t-card .qmark {
  position: absolute;
  top: -12px;
  left: 1.8rem;
  font-family: Georgia, serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(120deg, var(--green), var(--sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  font-size: 1.02rem;
  flex: 0 0 auto;
  background: var(--grad);
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.22;
  transition: all 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  width: 26px;
  border-radius: 99px;
}

.accordion-item {
  border: 1px solid var(--line);
  border-radius: 1.1rem !important;
  overflow: hidden;
  margin-bottom: 0.85rem;
  box-shadow: 0 8px 22px -12px rgba(7, 54, 31, 0.1);
  background: #fff;
}

.accordion-button {
  font-weight: 700;
  color: var(--ink);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(120deg, #ecf8f1, #fdf6e3);
  color: var(--green-dark);
  box-shadow: inset 4px 0 0 var(--green);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.22rem rgba(15, 138, 77, 0.15);
}

.form-control,
.form-select {
  border-radius: 0.85rem;
  padding: 0.72rem 0.95rem;
  border-color: #cfe5d8;
  font-size: 0.95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 0.22rem rgba(15, 138, 77, 0.15);
}

.form-label {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.88rem;
}

.contact-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  padding: 1.25rem 1.4rem;
  height: 100%;
  transition: all 0.3s var(--ease);
}

.contact-card:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}

footer {
  background: var(--green-deep);
  color: #a9cbb8;
  padding: 4rem 0 0;
}

footer::before {
  content: "";
  position: 0;
  height: 5px;
}

.f-top {
  border-top: 4px solid;
  border-image: linear-gradient(90deg, var(--green), var(--sun)) 1;
}

footer h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
  font-family: var(--font-display);
}

footer a {
  color: #a9cbb8;
  font-size: 0.93rem;
  transition: all 0.22s;
}

footer a:hover {
  color: #ffd98a;
  padding-left: 5px;
}

.f-link {
  display: block;
  padding: 0.26rem 0;
}

.f-link::before {
  content: "›";
  color: var(--sun-2);
  margin-right: 0.45rem;
  font-weight: 800;
}

.soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: #fff;
  transition: all 0.28s var(--ease);
}

.soc:hover {
  background: var(--green);
  transform: translateY(-4px);
}

.news-input {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  border-radius: 0.85rem !important;
}

.news-input::placeholder {
  color: #7fa895;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.8rem;
  padding: 1.25rem 0;
  font-size: 0.85rem;
}

#toTop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1030;
  width: 47px;
  height: 47px;
  border-radius: 0.95rem;
  border: 0;
  background: var(--grad);
  color: #fff;
  display: none;
  place-items: center;
  box-shadow: 0 14px 28px -8px rgba(15, 138, 77, 0.6);
  transition: transform 0.25s var(--ease);
}

#toTop.show {
  display: grid;
}

#toTop:hover {
  color: #fff;
  transform: translateY(-4px);
}

.whats {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1030;
  height: 47px;
  width: 47px;
  border-radius: 999px;
  border: 0;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 14px 28px -8px rgba(37, 211, 102, 0.55);
  transition:
    width 0.35s var(--ease),
    padding 0.35s var(--ease);
}

.whats span {
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 800;
  transition: all 0.35s var(--ease);
}

.whats:hover {
  width: 172px;
  padding: 0 16px;
}

.whats:hover span {
  max-width: 110px;
  opacity: 1;
  margin-left: 9px;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}

html.js .reveal.in {
  opacity: 1;
  transform: none;
}

.stagger > .reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.stagger > .reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.stagger > .reveal:nth-child(4) {
  transition-delay: 0.24s;
}

.stagger > .reveal:nth-child(5) {
  transition-delay: 0.32s;
}

.stagger > .reveal:nth-child(6) {
  transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {*,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

html {
    scroll-behavior: auto;
  }

html.js .reveal {
    opacity: 1;
    transform: none;
  }}

@media (max-width: 991.98px) {section {
    padding: 3.8rem 0;
  }

.fc-1 {
    left: -8px;
  }

.fc-2 {
    right: -8px;
  }

.steps-line {
    display: none;
  }}

@media (max-width: 575.98px) {.exp-badge {
    right: 4px;
    bottom: -16px;
    padding: 0.85rem 1rem;
  }

.t-card {
    padding: 1.9rem 1.35rem;
  }}

@keyframes sunPulse {50% {
    transform: scale(1.07);
  }}

@keyframes spin {to {
    transform: rotate(360deg);
  }}

@keyframes drift {50% {
    transform: translateX(70px);
  }}

@keyframes floaty {50% {
    transform: translateY(-11px);
  }}

@keyframes tickermove {to {
    transform: translateX(-50%);
  }}

.info-strip {
  margin-top: -3.4rem;
  position: relative;
  z-index: 5;
  padding: 0;
}

@media (max-width: 991.98px) {.plan.featured {
    transform: none;
  }}

@media (prefers-reduced-motion: reduce) {*,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

html {
    scroll-behavior: auto;
  }

html.js .reveal {
    opacity: 1;
    transform: none;
  }}

@media (max-width: 991.98px) {section {
    padding: 3.8rem 0;
  }

.fc-1 {
    left: -8px;
  }

.fc-2 {
    right: -8px;
  }

.steps-line {
    display: none;
  }}

@media (max-width: 575.98px) {.exp-badge {
    right: 4px;
    bottom: -16px;
    padding: 0.85rem 1rem;
  }

.t-card {
    padding: 1.9rem 1.35rem;
  }}

</style>
<style>
/* ---------- about page extras ---------- */
.page-hero {
  padding: 4.2rem 0 4rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: var(--green);
  font-weight: 800;
}

.breadcrumb-item a {
  color: var(--green);
}

.tl {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.tl-line {
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    transparent,
    #c8e6d4 8%,
    #c8e6d4 92%,
    transparent
  );
}

.tl-item {
  position: relative;
  width: 50%;
  padding: 0 2.7rem 2.3rem 0;
  text-align: right;
}

.tl-item:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 2.3rem 2.7rem;
  text-align: left;
}

.tl-dot {
  position: absolute;
  top: 2px;
  right: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow:
    0 0 0 5px #fff,
    0 10px 20px -8px rgba(15, 138, 77, 0.55);
  z-index: 2;
}

.tl-dot .ic {
  width: 13px;
  height: 13px;
}

.tl-item:nth-child(even) .tl-dot {
  right: auto;
  left: -14px;
}

.tl-year {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--green);
  font-size: 1.02rem;
}

.tl-item h5 {
  font-size: 1rem;
  margin: 0.15rem 0 0.3rem;
}

.tl-item p {
  font-size: 0.88rem;
  margin: 0;
}

@media (max-width: 767.98px) {.tl-line {
    left: 14px;
    transform: none;
  }

.tl-item,
  .tl-item:nth-child(even) {
    width: 100%;
    margin: 0;
    padding: 0 0 2rem 3.2rem;
    text-align: left;
  }

.tl-dot,
  .tl-item:nth-child(even) .tl-dot {
    left: 0;
    right: auto;
  }}

.team-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.35s var(--ease);
}

.team-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.team-role {
  font-size: 0.78rem;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cert-tile {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  padding: 1.15rem 1.25rem;
  height: 100%;
  transition: all 0.3s var(--ease);
}

.cert-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}

.mini-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  background: #f0f9f3;
  border: 1px solid #d9eede;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
}

.mini-chip .ic {
  color: var(--green);
  width: 14px;
  height: 14px;
}

.promise-panel {
  background: linear-gradient(135deg, #07361f 0%, #0f8a4d 130%);
  border-radius: 1.9rem;
  color: #fff;
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
}

.promise-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0 22px,
    transparent 22px 44px
  );
}

.promise-panel h2,
.promise-panel h4 {
  color: #fff;
}

.promise-panel .check-list li {
  color: #d7efe0;
}

.promise-panel .check-list .ic {
  background: var(--sun-2);
}

/* ---------- services page extras ---------- */
.page-hero {
  padding: 4.2rem 0 4rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.qnav {
  position: sticky;
  top: 74px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
}

.qnav-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}

.qnav-chip .ic {
  color: var(--green);
  width: 15px;
  height: 15px;
}

.qnav-chip:hover {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}

.qnav-chip.active {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
}

.qnav-scroll {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.qnav-scroll::-webkit-scrollbar {
  display: none;
}

.svc-sec {
  padding: 3.4rem 0;
  scroll-margin-top: 130px;
}

.svc-sec:nth-of-type(odd) {
  background: var(--soft);
}

.svc-sec:target {
  animation: targetGlow 2s ease;
}

@keyframes targetGlow {0% {
    box-shadow: inset 0 0 0 3px rgba(15, 138, 77, 0.35);
  }

100% {
    box-shadow: inset 0 0 0 3px transparent;
  }}

.svc-media {
  border-radius: 1.9rem 1.9rem 1.9rem 4.2rem;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

.svc-media img {
  width: 100%;
  display: block;
  transition: transform 0.55s var(--ease);
}

.svc-media:hover img {
  transform: scale(1.05);
}

.svc-media .badge-abs {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
}

.spec-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  padding: 1.2rem 1.35rem;
  box-shadow: var(--shadow-sm);
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1.5px dashed var(--line);
  font-size: 0.9rem;
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row strong {
  color: var(--ink);
  text-align: right;
}

.comp-wrap {
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #fff;
}

.table-comp {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.table-comp th {
  background: var(--grad);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1rem 1.1rem;
  border: 0;
}

.table-comp th:first-child {
  background: var(--green-deep);
}

.table-comp td {
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.table-comp tr:last-child td {
  border-bottom: 0;
}

.table-comp td:first-child {
  font-weight: 800;
  color: var(--ink);
  background: var(--soft);
  width: 22%;
}

.table-comp .yes {
  color: var(--green);
}

.table-comp .no {
  color: #c94f4f;
}

@media (max-width: 575.98px) {.table-comp th,
  .table-comp td {
    padding: 0.7rem 0.6rem;
    font-size: 0.8rem;
  }}

/* ---------- calculator page extras ---------- */
.page-hero {
  padding: 4.2rem 0 3.6rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.metric {
  background: var(--soft);
  border: 1px dashed #cbe7d6;
  border-radius: 1.2rem;
  padding: 1rem 1.1rem;
  height: 100%;
}

.metric .lab {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--green);
}

.metric .val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--ink);
  line-height: 1.15;
}

.metric .sub {
  font-size: 0.75rem;
  color: var(--body-c);
}

.metric.hero-m {
  background: var(--grad);
  border: none;
  color: #fff;
}

.metric.hero-m .lab {
  color: #d3f5e3;
}

.metric.hero-m .val {
  color: #fff;
  font-size: 1.9rem;
}

.metric.hero-m .sub {
  color: #d3f5e3;
}

.type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  background: #e4f6ec;
  color: var(--green-dark);
  border: 1px solid #c8e6d4;
}

.form-switch .form-check-input {
  border-color: var(--green);
  box-shadow: none;
}

.form-switch .form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}

.chart-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 2.5%;
  height: 190px;
  margin-top: 1rem;
}

.bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
}

.bar {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  background: linear-gradient(180deg, #0dbf7c, #0f8a4d);
  position: relative;
  transition: height 0.5s var(--ease);
  min-height: 3px;
}

.bar:hover {
  background: linear-gradient(180deg, #fbbf24, #f5a623);
}

.bar-col .m {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--body-c);
  margin-top: 0.4rem;
}

.bar-col .u {
  font-size: 0.62rem;
  color: var(--body-c);
  opacity: 0;
  transition: opacity 0.2s;
}

.bar-col:hover .u {
  opacity: 1;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}

.emi-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  padding: 1.3rem 1.4rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s var(--ease);
}

.emi-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}

.emi-card .ten {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--green);
  text-transform: uppercase;
}

.emi-card .amt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--ink);
}

.vs-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.6rem;
  text-align: center;
  height: 100%;
}

.vs-box .big {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  color: var(--ink);
}

.vs-box.win {
  background: var(--grad);
  border: none;
  color: #fff;
}

.vs-box.win .big {
  color: #fff;
}

.vs-box.win .vs-sub {
  color: #d3f5e3;
}

.warn-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fdf3d7;
  border: 1px solid #f3d9a8;
  color: #8a6116;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.45rem 1rem;
}

@media print {.topbar,
  .navbar-main,
  footer,
  #toTop,
  .whats,
  #progress,
  .cta-banner,
  .btn,
  .qnav {
    display: none !important;
  }

body {
    background: #fff;
  }

section {
    padding: 1.2rem 0;
  }

.chart-card,
  .calc-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }

.metric,
  .vs-box,
  .emi-card {
    break-inside: avoid;
  }}

/* ---------- projects page extras ---------- */
.page-hero {
  padding: 4.2rem 0 3.6rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.fbar {
  position: sticky;
  top: 74px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
}

.fchip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1.05rem;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  background: #fff;
}

.fchip small {
  color: var(--body-c);
  font-weight: 700;
}

.fchip:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-2px);
}

.fchip.active {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
}

.fchip.active small {
  color: #d3f5e3;
}

.fbar-scroll {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.fbar-scroll::-webkit-scrollbar {
  display: none;
}

.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s var(--ease);
}

.pcard:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.pcard.hide {
  display: none;
}

.pcard-media {
  position: relative;
  overflow: hidden;
}

.pcard-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease);
}

.pcard:hover .pcard-media img {
  transform: scale(1.07);
}

.pcat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  letter-spacing: 0.04em;
}

.pkw {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--grad);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 0.65rem;
  padding: 0.35rem 0.7rem;
}

.pstat {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(7, 54, 31, 0.85);
  color: #c9f2dd;
  font-size: 0.74rem;
  font-weight: 700;
  border-radius: 0.65rem;
  padding: 0.35rem 0.75rem;
  backdrop-filter: blur(4px);
}

.hyb-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #8a6116;
  background: #fdf3d7;
  border: 1px solid #f3d9a8;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  text-transform: uppercase;
}

.pcard-body {
  padding: 1.25rem 1.3rem 1.35rem;
}

.pcard-body h5 {
  font-size: 1.02rem;
  margin-bottom: 0.2rem;
}

.ploc {
  font-size: 0.82rem;
  color: var(--body-c);
}

.ploc .ic {
  width: 14px;
  height: 14px;
  color: var(--green);
}

.case-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2rem;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}

.case-panel::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  top: -110px;
  right: -110px;
  background-image: radial-gradient(
    rgba(15, 138, 77, 0.12) 1.6px,
    transparent 1.6px
  );
  background-size: 19px 19px;
}

.cs-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  flex: 0 0 auto;
}

.cs-metric {
  background: var(--soft);
  border: 1px dashed #cbe7d6;
  border-radius: 1.15rem;
  padding: 1rem 1.1rem;
  text-align: center;
  height: 100%;
}

.cs-metric .v {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--green-dark);
}

.cs-metric .l {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--body-c);
}

.map-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.9rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.map-card svg {
  display: block;
  width: 100%;
}

.pin-lbl {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.coverage-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1rem;
}

.coverage-chip b {
  color: var(--green);
}

/* ---------- faq page extras ---------- */
.page-hero {
  padding: 4.2rem 0 3.4rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.search-wrap {
  position: relative;
  max-width: 560px;
}

.search-wrap .ic {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  width: 20px;
  height: 20px;
}

.search-input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 1.1rem;
  padding: 1rem 3.2rem 1rem 3.2rem;
  font-size: 1rem;
  font-family: var(--font-body);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s var(--ease);
}

.search-input:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 0.25rem rgba(15, 138, 77, 0.15);
}

.search-clear {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: #eef7f1;
  color: var(--ink);
  border-radius: 0.7rem;
  width: 32px;
  height: 32px;
  display: none;
  place-items: center;
}

.search-clear.show {
  display: grid;
}

.qbar {
  position: sticky;
  top: 74px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
}

.qchip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 1.05rem;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  background: #fff;
}

.qchip .ic {
  color: var(--green);
  width: 15px;
  height: 15px;
}

.qchip:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-2px);
}

.qchip.active {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
}

.qchip.active .ic {
  color: #fff;
}

.qbar-scroll {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.qbar-scroll::-webkit-scrollbar {
  display: none;
}

.faq-cat {
  scroll-margin-top: 130px;
  padding: 2.8rem 0 1rem;
}

.faq-cat-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.faq-cat-ic {
  width: 46px;
  height: 46px;
  border-radius: 1rem;
  background: var(--grad);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.faq-cat-head h2 {
  font-size: 1.25rem;
  margin: 0;
}

.faq-cat-head small {
  color: var(--body-c);
  font-weight: 700;
}

.accordion-item.faq-item.hidden-q {
  display: none;
}

.faq-cat.no-match {
  display: none;
}

mark {
  background: #fde68a;
  color: inherit;
  padding: 0 0.12em;
  border-radius: 0.2em;
}

.no-results {
  display: none;
  text-align: center;
  padding: 3rem 1rem;
}

.no-results.show {
  display: block;
}

.faq-pop {
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.15rem 1.3rem;
  height: 100%;
  background: #fff;
  transition: all 0.3s var(--ease);
  text-align: left;
}

.faq-pop:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}

.faq-pop .q-line {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-weight: 800;
  color: var(--ink);
  font-size: 0.92rem;
}

.faq-pop .ic {
  color: var(--green);
  flex: 0 0 auto;
  margin-top: 1px;
}

/* ---------- contact page extras ---------- */
.page-hero {
  padding: 4.2rem 0 3.6rem;
  background: linear-gradient(180deg, #fdf6e3 0%, #f2faf4 55%, #fff 100%);
}

.ccard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: 1.7rem 1.6rem;
  height: 100%;
  transition: all 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}

.ccard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.ccard:hover::before {
  transform: scaleX(1);
}

.ccard:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.ccard h5 {
  font-size: 1rem;
  margin: 1rem 0 0.3rem;
}

.ccard .big {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--ink);
  font-size: 1.08rem;
  display: block;
}

.dept-tile {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1rem 1.2rem;
  transition: all 0.3s var(--ease);
}

.dept-tile:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow-sm);
  border-color: transparent;
}

.map-btn {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}

.dir-step {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-bottom: 1.5px dashed var(--line);
}

.dir-step:last-child {
  border-bottom: 0;
}

.dir-step .n {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--soft);
  border: 1.5px dashed var(--green);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

.wa-band {
  background: linear-gradient(120deg, #07361f 0%, #0f8a4d 130%);
  border-radius: 1.9rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 2.6rem;
}

.wa-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03) 0 22px,
    transparent 22px 44px
  );
}
