:root {
  /* Light Mode Variables - Brand color #28a745 */
  --bg-body: #f9fafc;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-elevated: #f1f5f9;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #5b6e8c;
  --border-light: #e2e8f0;
  --border-glow: rgba(40, 167, 69, 0.18);
  --brand: #28a745;
  --brand-dark: #1e7e34;
  --brand-light: #e8f5e9;
  --brand-soft: #f0f9f0;
  --violet: #28a745;
  --violet-light: #e8f5e9;
  --violet-soft: #f0f9f0;
  --emerald: #28a745;
  --emerald-light: #e8f5e9;
  --amber: #f59e0b;
  --rose: #f43f5e;
  --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 12px 30px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  --card-border: #eef2f6;
  --grad-primary: linear-gradient(135deg, #28a745, #1e7e34);
  --grad-accent: linear-gradient(135deg, #28a745, #34ce57);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* @import url("https://fonts.googleapis.com/css2?family=Solaimanlipi&display=swap");
@font-face {
    font-family: "SolaimanLipi";
    src: url("SolaimanLipi.ttf") format("truetype");
} */
body {
  /* font-family: "SolaimanLipi", sans-serif; */
  font-family: "Hind Siliguri", sans-serif;
  background: var(--bg-body);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
}
::selection {
  background: var(--brand-light);
  color: var(--brand);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: var(--bg-elevated);
}
::-webkit-scrollbar-thumb {
  background: var(--brand);
  border-radius: 10px;
}

/* subtle particles */
#pc {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
}

/* NAVBAR Light - brand color */
.navbar {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  max-width: 1180px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  padding: 11px 24px;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-color: var(--brand-light);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.brand {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}
.nav-link {
  color: var(--text-secondary) !important;
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 13px !important;
  border-radius: 9px;
  transition: all 0.25s;
}
.nav-link:hover {
  color: var(--brand) !important;
  background: var(--brand-light) !important;
}
.btn-nl {
  background: var(--brand-light);
  border: 1px solid var(--brand);
  color: var(--brand);
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-nl:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.btn-nc {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.25);
  transition: all 0.3s;
}
.btn-nc:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.35);
}
@media (max-width: 991px) {
  .navbar {
    top: 8px;
    width: calc(100% - 18px);
    border-radius: 14px;
  }
  .navbar-collapse {
    background: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    margin-top: 10px;
    padding: 18px;
    box-shadow: var(--shadow-sm);
  }
}

/* HERO Light */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 130px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(75px);
  pointer-events: none;
  opacity: 0.45;
}
.o1 {
  width: 650px;
  height: 650px;
  background: radial-gradient(
    circle,
    rgba(40, 167, 69, 0.12) 0%,
    transparent 70%
  );
  top: -180px;
  left: -200px;
  animation: d1 13s ease-in-out infinite;
}
.o2 {
  width: 480px;
  height: 480px;
  background: radial-gradient(
    circle,
    rgba(40, 167, 69, 0.08) 0%,
    transparent 70%
  );
  top: 180px;
  right: -120px;
  animation: d2 11s ease-in-out infinite;
}
.o3 {
  width: 360px;
  height: 360px;
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.07) 0%,
    transparent 70%
  );
  bottom: -80px;
  left: 35%;
  animation: d3 15s ease-in-out infinite;
}
@keyframes d1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(40px, 55px) scale(1.07);
  }
}
@keyframes d2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-45px, 30px);
  }
}
@keyframes d3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(28px, -38px);
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  padding: 7px 17px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 26px;
  animation: sD 0.8s 0.1s both;
}
.dot {
  width: 7px;
  height: 7px;
  background: var(--brand);
  border-radius: 50%;
  animation: blink 2s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes sD {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes sU {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 5.5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 22px;
  color: var(--text-primary);
  animation: sU 0.9s 0.25s both;
}
.hero h1 .g {
  background: linear-gradient(135deg, var(--brand), #34ce57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero p {
  font-size: clamp(14px, 2vw, 17px);
  color: var(--text-muted);
  max-width: 500px;
  margin-bottom: 38px;
  line-height: 1.8;
  animation: sU 0.9s 0.4s both;
}
.hbtns {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  animation: sU 0.9s 0.55s both;
}
.btn-hp {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(40, 167, 69, 0.25);
  transition: all 0.35s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.btn-hp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(40, 167, 69, 0.35);
}
.btn-hs {
  background: var(--bg-surface);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.btn-hs:hover {
  background: var(--bg-elevated);
  border-color: var(--brand);
  transform: translateY(-2px);
}
.hstats {
  display: flex;
  gap: 36px;
  margin-top: 46px;
  flex-wrap: wrap;
  animation: sU 0.9s 0.7s both;
}
@media (max-width: 768px) {
  .hstats {
    gap: 24px;
    justify-content: center;
  }
}
.sp .n {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 900;
  color: var(--brand);
  background: none;
  -webkit-text-fill-color: var(--brand);
}
.sp .l {
  font-size: 11.5px;
  color: var(--text-muted);
  line-height: 1.3;
}
.sdiv {
  width: 1px;
  height: 38px;
  background: var(--border-light);
}

/* DASHBOARD CARD light */
.hv {
  position: relative;
  animation: sU 1.1s 0.3s both;
}
.df {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 3px;
  box-shadow: var(--shadow-lg);
  animation: fl 3s ease-in-out infinite;
  overflow: hidden;
}
@keyframes fl {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
    scale: 1;
  }
  50% {
    transform: translateY(-10px) rotate(0.5deg);
    scale: 1.09;
  }
}
.fb {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
  z-index: 10;
}
.fb .fi {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.fb .ft strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
}
.fb .ft span {
  font-size: 11px;
  color: var(--text-muted);
}
.fb1 {
  bottom: -18px;
  left: -36px;
  animation: fb1 6s ease-in-out infinite;
}
.fb2 {
  top: -18px;
  right: -28px;
  animation: fb2 8s ease-in-out infinite;
}
.fb3 {
  bottom: 28px;
  right: -44px;
  animation: fb3 3s ease-in-out infinite;
}
@keyframes fb1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@keyframes fb2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(9px);
  }
}
@keyframes fb3 {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-7px);
  }
}

/* MARQUEE light */
.mq {
  position: relative;
  z-index: 2;
  padding: 28px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  background: var(--bg-elevated);
  overflow: hidden;
}
.mq-track {
  display: flex;
  animation: mqs 26s linear infinite;
  width: max-content;
}
.mq-item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 32px;
  border-right: 1px solid var(--border-light);
  color: var(--text-secondary);
  font-size: 13.5px;
  font-weight: 500;
  white-space: nowrap;
}
.mq-item i {
  font-size: 17px;
  color: var(--brand);
}
@keyframes mqs {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* shared sections light */
.sec {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  background: var(--bg-body);
}
.eyebr {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.stitle {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: var(--text-primary);
}
.stitle .ac {
  background: linear-gradient(135deg, var(--brand), #34ce57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ssub {
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
}

/* reveal animation */
.rv {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.rv.l {
  transform: translateX(-38px);
}
.rv.r {
  transform: translateX(38px);
}
.rv.on {
  opacity: 1;
  transform: translate(0);
}

/* feature tags light - removed border and box shadow */
.tcloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  max-width: 800px;
  margin: 0 auto;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid var(--border-light);
  background: var(--bg-surface);
  color: var(--text-secondary);
  cursor: default;
  transition: all 0.35s;
}
.tag:hover {
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-4px) scale(1.02);
  background: var(--brand-soft);
}

/* feature cards - removed box shadow, kept minimal */
.fcg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .fcg {
    grid-template-columns: 1fr;
  }
}
.fc {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 34px 28px;
  transition: all 0.4s;
}
.fc:hover {
  border-color: var(--brand);
  transform: translateY(-7px);
}
.fci {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
  background: var(--brand-light);
  color: var(--brand);
}
.fc h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 11px;
  color: var(--text-primary);
}
.fc p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.fcl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.2s;
}
.fcl:hover {
  gap: 10px;
  color: var(--brand-dark);
}

/* Bento light - removed box shadow */
.bento {
  background: var(--bg-body);
}
.bg {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 56px;
}
.bc {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  transition: all 0.4s;
}
.bc:hover {
  border-color: var(--brand);
  transform: scale(1.002);
}
.c8 {
  grid-column: span 8;
}
.c4 {
  grid-column: span 4;
}
.c5 {
  grid-column: span 5;
}
.c7 {
  grid-column: span 7;
}
@media (max-width: 768px) {
  .c8,
  .c4,
  .c5,
  .c7 {
    grid-column: span 12;
  }
}
.bi {
  padding: 26px;
}
.btag {
  display: inline-block;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  color: var(--brand);
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.bc h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--text-primary);
}
.bc p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}
.mc {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 90px;
  width: 100%;
}
.mb {
  flex: 1;
  background: var(--brand-light);
  border-radius: 5px 5px 0 0;
  transition: background 0.3s;
}
.mb.hi {
  background: var(--brand);
}
.mb.em {
  background: var(--brand);
}
.dw svg {
  transform: rotate(-90deg);
}
.dl {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: var(--brand);
}
.lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 12.5px;
  color: var(--text-primary);
}
.lb {
  padding: 3px 9px;
  border-radius: 18px;
  font-size: 10.5px;
  font-weight: 700;
}
.lg {
  background: var(--brand-light);
  color: var(--brand);
}
.la {
  background: #ffedd5;
  color: var(--amber);
}
.lrr {
  background: #ffe4e6;
  color: var(--rose);
}

/* stats band light - brand gradient */
.sb {
  background: linear-gradient(135deg, var(--brand-light) 0%, #e6f7ef 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 58px 0;
}
.sg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 768px) {
  .sg {
    grid-template-columns: repeat(2, 1fr);
  }
}
.si {
  text-align: center;
  padding: 28px 16px;
  border-right: 1px solid var(--border-light);
}
.sn {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 9px;
  color: var(--brand);
}
.sl {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}

/* feature rows - removed extra shadows */
.frs {
  background: var(--bg-surface);
  position: relative;
  z-index: 2;
  padding: 96px 0;
  border-bottom: 1px solid var(--border-light);
}
.frs:nth-child(even) {
  background: var(--bg-elevated);
}
.fri {
  /* background: var(--brand-soft);
  border: 1px solid var(--border-light); */
  border-radius: 22px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 85px;
  color: var(--brand);
}
.cl {
  list-style: none;
  padding: 0;
  margin: 26px 0 34px;
}
.cl li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 14.5px;
}
.cl li:last-child {
  border: none;
}
.ci {
  width: 25px;
  height: 25px;
  min-width: 25px;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 11px;
  margin-top: 2px;
}
.cl li .ct strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: var(--text-primary);
}
.cl li .ct span {
  color: var(--text-muted);
  font-size: 13px;
}
.btn-ov {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--brand);
  background: var(--brand-light);
  color: var(--brand);
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-ov:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  transform: translateY(-2px);
}

/* advanced - no box shadow */
.adv-sec {
  background: var(--bg-elevated);
  padding: 100px 0;
}
.ag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .ag {
    grid-template-columns: 1fr;
  }
}
.ac {
  background: var(--bg-surface);
  /* border: 1px solid var(--border-light); */
  border-radius: 22px;
  padding: 34px 30px;
  transition: all 0.4s;
}
.ac:hover {
  border-color: var(--brand);
  transform: translateY(-5px);
}
.ach {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.aci {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  background: var(--brand-light);
  color: var(--brand);
}
.ac h3 {
  font-size: 17.5px;
  font-weight: 700;
  color: var(--text-primary);
}
.al {
  list-style: none;
  padding: 0;
}
.al li {
  color: var(--text-muted);
  font-size: 13.5px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--border-light);
}
.al li:last-child {
  border: none;
}
.al li::before {
  content: "▸";
  color: var(--brand);
  font-size: 9px;
}

/* pricing light - no box shadow on hover */
.ps {
  background: var(--bg-body);
}
.pg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .pg {
    grid-template-columns: 1fr;
  }
}
.pc {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 26px;
  padding: 38px 30px;
  transition: all 0.4s;
}
.pc:hover {
  border-color: var(--brand);
  transform: translateY(-5px);
}
.pc.ft {
  background: linear-gradient(145deg, #ffffff, var(--brand-light));
  border: 1px solid var(--brand);
}
.ppb {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  padding: 5px 18px;
  border-radius: 50px;
  font-size: 10.5px;
  font-weight: 800;
  white-space: nowrap;
}
.pn {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.pa {
  font-family: "Hindi siliguri", serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
  color: var(--text-primary);
}
.pa sup {
  font-size: 21px;
  font-weight: 600;
}
.pd {
  color: var(--text-muted);
  font-size: 12.5px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--border-light);
}
.pf {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.pf li {
  font-family: "Inter", sans-serif !important;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  font-size: 18px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-primary);
}
.pfc {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.pfc.y {
  background: var(--brand-light);
  color: var(--brand);
}
.pfc.n {
  background: var(--border-light);
  color: var(--text-muted);
}
.pf li.nf {
  opacity: 0.6;
  text-decoration: line-through;
}
.bprice {
  width: 100%;
  padding: 13px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.35s;
}
.bpo {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
}
.bpo:hover {
  background: var(--brand-light);
  border-color: var(--brand);
  transform: translateY(-2px);
}
.bps {
  background: var(--brand);
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.bps:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

/* testimonials light */
.ts {
  background: var(--bg-elevated);
}
.tg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .tg {
    grid-template-columns: 1fr;
  }
}
.tc {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 32px 28px;
  transition: all 0.4s;
}
.tc::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 22px;
  font-size: 95px;
  color: var(--brand-light);
  font-family: "Playfair Display", serif;
  pointer-events: none;
}
.tc:hover {
  border-color: var(--brand);
  transform: translateY(-5px);
}
.tstars {
  color: var(--amber);
  font-size: 14.5px;
  margin-bottom: 14px;
}
.tt {
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 1.78;
  margin-bottom: 22px;
}
.ta {
  display: flex;
  align-items: center;
  gap: 13px;
}
.tav {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
.ta h5 {
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--text-primary);
}
.ta p {
  font-size: 11.5px;
  color: var(--text-muted);
  margin: 0;
}

/* FAQ light */
.qs {
  background: var(--bg-body);
}
.qw {
  max-width: 740px;
  margin: 56px auto 0;
}
.qc {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
}
.qc.open {
  border-color: var(--brand);
}
.qq {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-primary);
  transition: color 0.2s;
}
.qq:hover {
  color: var(--brand);
}
.qi {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  transition: all 0.35s;
}
.qc.open .qi {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: rotate(45deg);
}
.qa {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
  transition:
    max-height 0.45s,
    padding 0.3s;
}
.qc.open .qa {
  max-height: 220px;
  padding: 0 24px 20px;
}

/* CTA final light */
.ctaf {
  position: relative;
  z-index: 2;
  padding: 120px 0;
  background: var(--bg-elevated);
}
.ctai {
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: 30px;
  padding: 65px 55px;
  text-align: center;
}
.ctai h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4.5vw, 3.3rem);
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--text-primary);
}
.ctai p {
  color: var(--text-muted);
  font-size: 16.5px;
  max-width: 480px;
  margin: 0 auto 38px;
}
.btn-cm {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  border: none;
  padding: 15px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
  transition: all 0.35s;
}
.btn-cm:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(40, 167, 69, 0.45);
}
.btn-cg {
  background: var(--bg-surface);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  padding: 15px 32px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-cg:hover {
  background: var(--bg-elevated);
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-2px);
}

/* footer light */
footer {
  background: var(--bg-surface);
  border-top: 1px solid var(--border-light);
  padding: 75px 0 30px;
}
.fg {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .fg {
    grid-template-columns: 1fr 1fr;
  }
}
.fbn {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}
.fd {
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 24px;
}
.soc {
  display: flex;
  gap: 9px;
}
.sb2 {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.3s;
}
.sb2:hover {
  background: var(--brand-light);
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-3px);
}
.fc2 h5 {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.fc2 ul {
  list-style: none;
  padding: 0;
}
.fc2 ul li {
  margin-bottom: 11px;
}
.fc2 a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s;
}
.fc2 a:hover {
  color: var(--brand);
}
.fbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 26px;
  border-top: 1px solid var(--border-light);
}
.fbot p {
  color: var(--text-muted);
  font-size: 12.5px;
  margin: 0;
}
.fbl {
  display: flex;
  gap: 18px;
}
.fbl a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 12.5px;
}
.fbl a:hover {
  color: var(--brand);
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 2;
}
.gl {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(40, 167, 69, 0.35) 50%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
