:root {
  --green: #204f40;
  --green-mid: #214e3f;
  --green-deep: #16352c;
  --sage: #a5bb70;
  --sage-soft: #edf3e7;
  --fog: #f7f8f5;
  --ink: #243d35;
  --muted: #7b8780;
  --line: #e7ebe5;
  --paper: #fffcf7;
  --display: "Fraunces", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shadow: 0 28px 70px rgba(22, 53, 44, 0.22);
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--fog);
  line-height: 1.55;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--green);
}

img {
  display: block;
  max-width: 100%;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 40px);
  background: rgba(247, 248, 245, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231, 235, 229, 0.95);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  color: var(--ink);
  flex-shrink: 0;
}

.brand img {
  border-radius: 9px;
  width: 34px;
  height: 34px;
}

.brand-accent {
  color: var(--sage);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  min-width: 0;
}

.nav a:hover {
  color: var(--green-mid);
}

.topbar-cta {
  flex-shrink: 0;
  margin-left: 0;
}

.topbar-cta .cta-short {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 0;
  background: var(--green);
  color: #f7fbef;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
  box-shadow: 0 10px 24px rgba(32, 79, 64, 0.25);
}

.btn:hover {
  background: var(--green-deep);
  color: #f7fbef;
  transform: translateY(-1px);
}

.btn-small {
  padding: 10px 16px;
  font-size: 0.84rem;
  box-shadow: none;
  white-space: nowrap;
}

.btn-ghost {
  background: transparent;
  color: var(--green);
  box-shadow: none;
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  background: var(--sage-soft);
  color: var(--green-deep);
}

.hero {
  min-height: min(92vh, 880px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
  padding: clamp(32px, 6vh, 64px) clamp(18px, 4vw, 40px) 72px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 65% 50% at 90% 15%, rgba(165, 187, 112, 0.28), transparent 55%),
    radial-gradient(ellipse 50% 40% at 5% 85%, rgba(33, 78, 63, 0.1), transparent 50%),
    linear-gradient(165deg, #eef3e8 0%, var(--fog) 45%, #e6ede0 100%);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #6f8a5c;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.who-panel h2,
.about h2,
.contact h2,
.legal h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--green-deep);
  line-height: 1.12;
}

.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.35rem);
  line-height: 1.02;
}

.brand-line {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 800;
  color: var(--sage);
  margin-bottom: 12px;
}

.lede {
  margin: 16px 0 0;
  max-width: 36ch;
  font-size: 1.05rem;
  color: var(--muted);
  font-weight: 500;
}

.hindi {
  margin: 10px 0 0;
  font-size: 0.95rem;
  color: #5f7568;
  font-weight: 600;
}

.tagline {
  margin: 22px 0 0;
  font-size: 0.88rem;
  color: #8a968c;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pos-shell {
  background: #102920;
  border-radius: 22px;
  padding: 12px;
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
  animation: float-in 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pos-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px 12px;
  color: #b7c9b4;
  font-size: 0.72rem;
  font-weight: 600;
}

.pos-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d5c4e;
}

.pos-chrome span:nth-child(1) {
  background: var(--sage);
}
.pos-chrome span:nth-child(2) {
  background: #7eaa7a;
}
.pos-chrome b {
  margin-left: 8px;
}

.pos-body {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 10px;
  background: #f4f7f1;
  border-radius: 14px;
  padding: 12px;
  min-height: 300px;
}

.pos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pos-tile {
  background: #fff;
  border: 1px solid #e2e8dc;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pos-tile.in-bill {
  border-color: #347153;
  background: #f0f6ee;
}

.tile-img {
  height: 46px;
  border-radius: 8px;
  margin-bottom: 4px;
}

.tone-0 {
  background: linear-gradient(135deg, #d9e6d2, #b8cdb0);
}
.tone-1 {
  background: linear-gradient(135deg, #e5eceb, #c5d5d2);
}
.tone-2 {
  background: linear-gradient(135deg, #efe6d4, #d8c9a8);
}
.tone-3 {
  background: linear-gradient(135deg, #e2e8f0, #c5d0df);
}

.pos-tile small {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a084;
}

.pos-tile strong {
  font-size: 0.8rem;
}

.pos-tile em {
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--green);
}

.pos-bill {
  background: #fff;
  border: 1px solid #e2e8dc;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pos-bill h3 {
  margin: 0;
  font-size: 0.82rem;
}

.bill-row,
.bill-total {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.74rem;
  color: var(--muted);
}

.bill-total {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #edf0e9;
  color: var(--ink);
  font-size: 0.88rem;
}

.bill-cta {
  text-align: center;
  background: var(--green);
  color: #fff;
  border-radius: 9px;
  padding: 10px;
  font-size: 0.76rem;
  font-weight: 700;
}

.section {
  padding: 80px clamp(18px, 4vw, 40px);
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
}

.section-head {
  max-width: 620px;
  margin-bottom: 36px;
}

.section-head h2,
.who-panel h2,
.about h2,
.contact h2 {
  font-size: clamp(1.85rem, 3.3vw, 2.75rem);
}

.section-head p,
.who-lede,
.about-copy p,
.contact > .contact-grid > div > p {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 52ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.feature-item {
  padding: 26px 22px 26px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  align-content: start;
}

.feature-item:nth-child(odd) {
  padding-right: 28px;
  border-right: 1px solid var(--line);
}

.feature-item:nth-child(even) {
  padding-left: 28px;
}

.feature-num {
  grid-row: 1 / span 2;
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--sage);
  font-weight: 700;
  padding-top: 2px;
}

.feature-item h3 {
  margin: 0;
  font-size: 1.05rem;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  grid-column: 2;
}

.trust {
  padding-top: 24px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trust-item {
  padding: 22px 18px;
  background: var(--sage-soft);
  border-radius: 16px;
  border: 1px solid #dce6d0;
  min-height: 100%;
}

.trust-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 100%;
}

.price-card.featured {
  background: var(--green-mid);
  border-color: var(--green-mid);
  color: #eef5ea;
  box-shadow: var(--shadow);
}

.price-card.featured .price-label,
.price-card.featured .price-desc,
.price-card.featured .price-note {
  color: #c5d6bc;
}

.price-card.featured h3 {
  color: #f7fbef;
}

.price-card.featured .btn {
  background: #f7fbef;
  color: var(--green-deep);
  box-shadow: none;
}

.price-card.featured .btn:hover {
  background: #fff;
}

.price-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f8a5c;
}

.price-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
}

.price-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  flex: 1;
}

.price-note {
  margin: 4px 0 8px;
  font-weight: 700;
  color: var(--green);
  font-size: 0.92rem;
}

.price-card .btn,
.price-card .btn-ghost {
  align-self: flex-start;
  margin-top: auto;
}

.price-foot {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 62ch;
}

.who {
  padding-top: 28px;
}

.who-panel {
  border-radius: 28px;
  padding: clamp(36px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(165, 187, 112, 0.2), transparent 42%),
    linear-gradient(160deg, #18382f 0%, #214e3f 58%, #2a5d4a 100%);
  color: #eef4e8;
  box-shadow: var(--shadow);
}

.who-panel .eyebrow {
  color: var(--sage);
}

.who-panel h2 {
  color: #f5faef;
  max-width: 16ch;
}

.who-lede {
  color: #b7c9b0 !important;
}

.who-tags {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.who-tags li {
  padding: 10px 14px;
  border: 1px solid rgba(165, 187, 112, 0.4);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #e4efd6;
  background: rgba(255, 255, 255, 0.04);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 14px;
}

.about-copy a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.contact-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-points li {
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  color: var(--green-mid);
  font-size: 0.95rem;
}

.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}

.contact-points a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
}

.contact-form .full,
.full-btn {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: var(--fog);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(32, 79, 64, 0.22);
  border-color: #8eaa86;
  background: #fff;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9rem;
  color: var(--green);
  font-weight: 600;
}

.legal {
  max-width: calc(var(--max) + 80px);
}

.legal-page .legal-main {
  padding: 48px clamp(18px, 4vw, 40px) 64px;
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
  background:
    linear-gradient(180deg, #eef3e8 0%, var(--fog) 28%, var(--fog) 100%);
  min-height: 70vh;
}

.legal-page .legal-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 0 8px;
}

.legal-page h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.03em;
  color: var(--green-deep);
  line-height: 1.15;
}

.legal-page h2 {
  margin: 28px 0 8px;
  font-size: 1.08rem;
  color: var(--green-deep);
  font-family: var(--sans);
  font-weight: 800;
}

.legal-page .legal-inner p,
.legal-page .legal-inner li {
  color: var(--muted);
  font-size: 0.98rem;
}

.legal-page .legal-inner ul {
  margin: 8px 0 0;
  padding-left: 1.2rem;
}

.legal-page .legal-inner a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-nav {
  margin-top: 36px !important;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-weight: 700 !important;
  color: var(--green-mid) !important;
}

.nav a[aria-current="page"] {
  color: var(--green-mid);
}

.legal-updated {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 10px 0 28px !important;
}

.legal h3 {
  margin: 26px 0 8px;
  font-size: 1.05rem;
  color: var(--green-deep);
}

.legal p,
.legal li {
  color: var(--muted);
  font-size: 0.95rem;
}

.legal ul {
  margin: 8px 0 0;
  padding-left: 1.2rem;
}

.legal a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer {
  padding: 36px clamp(18px, 4vw, 40px) 28px;
  border-top: 1px solid var(--line);
  max-width: calc(var(--max) + 80px);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  border-radius: 8px;
}

.footer-brand strong {
  display: block;
  font-size: 1.02rem;
}

.footer-brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--muted);
}

.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  color: #93a098;
}

.footer-copy a {
  color: #6f7f76;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.08s;
}
.delay-2 {
  transition-delay: 0.16s;
}
.delay-3 {
  transition-delay: 0.24s;
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: perspective(1200px) rotateY(-9deg) rotateX(5deg) translateY(24px);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateY(-5deg) rotateX(2deg) translateY(0);
  }
}

@media (max-width: 900px) and (min-width: 721px) {
  .nav {
    gap: 12px;
    font-size: 0.8rem;
  }

  .topbar-cta .cta-full {
    display: none;
  }

  .topbar-cta .cta-short {
    display: inline;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pos-shell {
    transform: none;
    max-width: 540px;
  }

  .feature-grid,
  .price-grid,
  .trust-row,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-item:nth-child(odd),
  .feature-item:nth-child(even) {
    padding: 22px 0;
    border-right: 0;
  }

  .trust-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav {
    display: none;
  }

  .topbar {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    font-size: 1.05rem;
    gap: 8px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .topbar-cta {
    padding: 9px 14px;
    font-size: 0.8rem;
  }

  .topbar-cta .cta-full {
    display: none;
  }

  .topbar-cta .cta-short {
    display: inline;
  }

  .pos-body {
    grid-template-columns: 1fr;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .pos-shell {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
