:root {
  --bg: #f4f8f6;
  --surface: #ffffff;
  --text: #102120;
  --muted: #506464;
  --accent: #0f9d58;
  --accent-dark: #0a7742;
  --accent-soft: #daf5e8;
  --border: #d4e4db;
  --shadow: 0 14px 35px rgba(10, 119, 66, 0.12);
  --shadow-soft: 0 8px 20px rgba(16, 33, 32, 0.06);
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(circle at 2% 2%, #e5f8ed 0, transparent 40%), var(--bg);
  color: var(--text);
  line-height: 1.55;
  animation: pageFade 0.6s ease-out;
}

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

.container {
  width: min(1120px, 94%);
  margin: 0 auto;
}

.section {
  padding: 78px 0;
}

.section-alt {
  background: #eef8f2;
}

.section-title {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
  letter-spacing: -0.02em;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #19a765, #6ad19a);
  transform-origin: left center;
  animation: lineGrow 1s ease-out both;
}

.section-head p {
  margin: 0 0 26px;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 52px;
  z-index: 10;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  animation: slideDown 0.55s ease-out;
}

.launch-offer-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #0b5f39;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.launch-offer-wrap {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.launch-offer-wrap p {
  margin: 0;
  font-size: 0.88rem;
  white-space: nowrap;
}

.timer-strip {
  display: flex;
  align-items: center;
  gap: 6px;
}

.timer-strip span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 700;
}

.launch-offer-link {
  color: #0b5f39;
  background: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  background-image: linear-gradient(120deg, #ffffff 35%, #d7f2e4 50%, #ffffff 65%);
  background-size: 220% 100%;
  animation: shineSweep 2.8s linear infinite;
}

.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--accent-dark);
}

.logo img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(15, 157, 88, 0.24);
}

.logo span {
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
}

.nav-links a {
  color: var(--muted);
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--accent-dark);
}

.nav-links a.active {
  color: var(--accent-dark);
  border-bottom-color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: 0.2s ease;
  box-shadow: var(--shadow-soft);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: #fff;
  color: var(--accent-dark);
  border-color: var(--accent);
}

.btn-outline:hover {
  background: var(--accent-soft);
}

.btn-playstore {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

.btn-playstore:hover {
  background: #1f2937;
  border-color: #1f2937;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
  min-height: calc(100vh - 52px);
  display: flex;
  align-items: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(57, 180, 112, 0.28), rgba(57, 180, 112, 0));
  animation: driftBlob 8s ease-in-out infinite;
}

.hero::after {
  width: 260px;
  height: 260px;
  bottom: -120px;
  left: -90px;
  background: radial-gradient(circle, rgba(17, 124, 77, 0.2), rgba(17, 124, 77, 0));
  animation: driftBlob 10s ease-in-out infinite reverse;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(6, 22, 16, 0.76) 0%,
    rgba(10, 40, 28, 0.62) 45%,
    rgba(8, 31, 23, 0.7) 100%
  );
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #8ff0bf;
}

.page-hero {
  padding-top: 84px;
  padding-bottom: 28px;
  background: linear-gradient(180deg, #eef8f2 0%, rgba(238, 248, 242, 0) 100%);
}

.page-title {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.8rem);
  line-height: 1.2;
}

.page-subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 700px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 36px;
}

.hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 1.4rem + 2.3vw, 3.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  animation: fadeUp 0.65s ease-out both;
  color: #ffffff;
}

.hero-content p {
  margin: 0;
  color: rgba(239, 255, 248, 0.92);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.15rem);
  max-width: 620px;
  animation: fadeUp 0.65s ease-out both;
  animation-delay: 0.08s;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  animation: fadeUp 0.65s ease-out both;
  animation-delay: 0.16s;
}

.hero-actions .btn {
  min-height: 44px;
}

.stat-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
}

.stat-card strong {
  display: block;
  font-size: 1.2rem;
  color: var(--accent-dark);
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.dashboard-mockup {
  background: linear-gradient(180deg, #ffffff, #f5fcf8);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 20px;
  min-height: 520px;
  animation: floatY 5.5s ease-in-out infinite;
}

.mockup-top {
  height: 44px;
  border-radius: 11px;
  background: linear-gradient(90deg, #dcf4e7, #f0f8f4);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
}

.mockup-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8cccad;
}

.mockup-body {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.mockup-card {
  height: 70px;
  border-radius: 10px;
  background: #f6fbf8;
  border: 1px solid var(--border);
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mockup-card.wide {
  height: 92px;
}

.dashboard-shot {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
}

.trust-bar {
  border-top: 1px solid #d3e7da;
  border-bottom: 1px solid #d3e7da;
  background: #e9f6ef;
}

.trust-bar p {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #20623f;
  padding: 16px 0;
}

.features-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.impact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-snapshot {
  padding-top: 62px;
  padding-bottom: 62px;
}

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

.offer-item {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.offer-item h3 {
  margin: 0 0 8px;
}

.offer-item p {
  margin: 0 0 8px;
  color: var(--muted);
}

.offer-price {
  font-weight: 800;
  font-size: 1.45rem;
  color: #12392d;
}

.offer-item-highlight {
  border-color: #9fdab8;
  box-shadow: var(--shadow);
  animation: glowPulse 2.6s ease-in-out infinite;
}

.slots-card {
  border: 1px solid #b8dfc8;
  border-radius: 16px;
  background: linear-gradient(135deg, #f2fcf6, #ffffff);
  padding: 22px;
}

.slots-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.9rem);
}

.slots-card p {
  margin: 0;
  color: var(--muted);
}

.impact-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.impact-card h3 {
  margin: 0 0 8px;
}

.impact-card p {
  margin: 0;
  color: var(--muted);
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 20px;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  animation: fadeUp 0.65s ease-out both;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(16, 33, 32, 0.11);
  border-color: #b9dcc9;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.pricing-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card {
  background: linear-gradient(180deg, #ffffff, #f9fdfb);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fadeUp 0.65s ease-out both;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(16, 33, 32, 0.11);
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.price {
  margin: 8px 0 14px;
  font-size: 1.9rem;
  font-weight: 800;
}

.old-price {
  text-decoration: line-through;
  color: #8a9498;
  font-size: 1.05rem;
  margin-right: 8px;
}

.new-price {
  color: #0e5e37;
}

.pricing-card ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--muted);
}

.plan-note {
  margin: 0 0 14px;
  color: var(--muted);
}

.plan-limits {
  margin-top: -6px;
  padding: 12px 12px 12px 28px;
  border: 1px dashed #d6e4dc;
  border-radius: 12px;
  background: #fafdfb;
}

.pricing-target {
  margin: 8px 0 2px;
  color: #2b4c3d;
  font-weight: 600;
  font-size: 0.92rem;
}

.gst-note {
  margin: -8px 0 10px;
  color: #1f6f48;
  font-weight: 700;
  font-size: 0.9rem;
}

.featured {
  border-color: #9fdab8;
  box-shadow: var(--shadow);
  animation: glowPulse 2.4s ease-in-out infinite;
}

.badge {
  position: absolute;
  right: 16px;
  top: 16px;
  background: #0f9d58;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

.popular-tag {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #0a7742;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.contact-card p {
  margin: 0 0 8px;
}

.contact-card a {
  color: #0d6a3e;
}

.contact-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  gap: 10px;
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  font-weight: 600;
  color: #233236;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.demo-form input,
.demo-form textarea {
  min-height: 44px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid #b5e2c9;
  outline-offset: 1px;
}

.section-cta {
  margin-top: 22px;
}

.section-showcase {
  background: linear-gradient(180deg, #ffffff, #f1faf5);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 16px;
}

.media-tile {
  min-height: 160px;
  border: 1px dashed #9ccfb4;
  background: #f9fefb;
  border-radius: 16px;
  padding: 18px;
}

.media-tile h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

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

.media-image {
  margin-top: 10px;
  width: 100%;
  height: 170px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #ffffff;
}

.media-video {
  background: linear-gradient(135deg, #e2f7eb, #f7fffb);
}

.demo-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.demo-media-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.demo-media-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.demo-media-meta {
  padding: 14px 16px 16px;
}

.demo-media-meta h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.demo-media-meta p {
  margin: 0;
  color: var(--muted);
}

.demo-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.demo-video-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: var(--shadow-soft);
}

.demo-video-card video {
  width: 100%;
  border-radius: 12px;
  background: #0f172a;
}

.demo-video-card h3 {
  margin: 12px 0 6px;
  font-size: 1.02rem;
}

.demo-video-card p {
  margin: 0;
  color: var(--muted);
}

.demo-note {
  margin: 16px 0 0;
  color: var(--muted);
}

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

.app-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(16, 33, 32, 0.11);
}

.app-card h3 {
  margin: 0 0 8px;
}

.app-card p {
  margin: 0;
  color: var(--muted);
}

.app-preview {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin-bottom: 12px;
}

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

.seo-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow-soft);
  color: inherit;
}

.seo-card h3 {
  margin: 0 0 8px;
  font-size: 1.03rem;
}

.seo-card p {
  margin: 0;
  color: var(--muted);
}

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

.about-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.about-card h3 {
  margin: 0 0 8px;
}

.about-card p {
  margin: 0;
  color: var(--muted);
}

.app-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--accent-dark);
  font-weight: 700;
}

.demo-form {
  max-width: 760px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 10px;
}

.demo-form label {
  font-weight: 600;
  color: #233236;
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.workflow-panel {
  margin-top: 22px;
  border: 1px solid var(--border);
  background: #f8fcfa;
  border-radius: 16px;
  padding: 20px;
}

.workflow-compare {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.workflow-col {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.workflow-col h3 {
  margin: 0 0 10px;
}

.workflow-col ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 7px;
}

.workflow-manual {
  border-color: #ead8d8;
  background: #fff8f8;
}

.workflow-digital {
  border-color: #bbdec9;
  background: #f6fcf8;
}

.workflow-metrics {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.workflow-metrics span {
  display: inline-block;
  border-radius: 999px;
  background: #e6f7ee;
  color: #1f6d46;
  padding: 6px 10px;
  font-size: 0.84rem;
  font-weight: 700;
}

.workflow-panel h3 {
  margin: 0 0 10px;
}

.workflow-steps {
  display: grid;
  gap: 8px;
}

.workflow-steps span {
  display: block;
  background: #fff;
  border: 1px solid #deebe4;
  border-radius: 10px;
  padding: 8px 10px;
  color: #35514b;
}

.guarantee-card {
  margin-top: 20px;
  border: 1px solid #b2ddc4;
  border-radius: 14px;
  background: #f1fbf5;
  padding: 18px;
}

.guarantee-card h3 {
  margin: 0 0 6px;
}

.guarantee-card p {
  margin: 0;
  color: var(--muted);
}

.offer-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #2e5846;
}

.custom-plan {
  max-width: 760px;
}

.contact-note {
  margin-top: 16px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.contact-note p {
  margin: 0;
  color: var(--muted);
}

.media-upload-hint {
  border: 1px solid #bbdec9;
  border-radius: 16px;
  background: #f5fcf8;
  padding: 22px;
}

.media-upload-hint h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.media-upload-hint p {
  margin: 0;
  color: var(--muted);
}

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

.review-slider {
  overflow: hidden;
  border-radius: 18px;
}

.review-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: reviewSlide 26s linear infinite;
}

.review-slider:hover .review-track {
  animation-play-state: paused;
}

.testimonial-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fadeUp 0.65s ease-out both;
  width: 320px;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(16, 33, 32, 0.11);
}

.testimonial-card p {
  margin: 0 0 10px;
  color: #28403b;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.reviewer-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.reviewer-photo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d6e9df;
  background: #f1f7f4;
}

.reviewer-head strong {
  display: block;
  line-height: 1.1;
}

.reviewer-head p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.review-text {
  margin: 0;
}

.review-stars {
  margin: 2px 0 10px;
  color: #f5b301;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.review-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  background: linear-gradient(135deg, #0f9d58, #0a7742);
  color: #fff;
}

.final-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.final-cta-wrap h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 1.1rem + 1.1vw, 2rem);
}

.final-cta-wrap p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.final-cta .eyebrow {
  color: #d6ffea;
}

.final-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.final-cta .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.final-cta .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

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

.usecase-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: fadeUp 0.65s ease-out both;
}

.usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(16, 33, 32, 0.11);
}

.usecase-card h3 {
  margin: 0 0 8px;
}

.usecase-card p {
  margin: 0;
  color: var(--muted);
}

.timeline-list {
  display: grid;
  gap: 10px;
}

.timeline-item {
  border: 1px solid #d5e7dd;
  background: #f8fcfa;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.timeline-item strong {
  color: #1d4034;
}

.timeline-item span {
  color: #35514b;
}

.comparison-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  border-bottom: 1px solid #e3efe8;
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row span {
  padding: 12px 14px;
}

.comparison-head {
  background: #eef8f2;
  font-weight: 700;
}

.role-comparison .comparison-row {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

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

.how-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.how-step {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent-dark);
  padding: 5px 10px;
  border-radius: 999px;
}

.how-card h3 {
  margin: 0 0 8px;
}

.how-card p {
  margin: 0;
  color: var(--muted);
}

.checklist-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.checklist-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.checklist-list li {
  color: #35514b;
}

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

.faq-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  animation: fadeUp 0.65s ease-out both;
}

.faq-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
}

.legal-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.legal-card h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.legal-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.legal-card ul {
  margin: 0 0 16px;
  padding-left: 18px;
  color: var(--muted);
}

.footer-links a.active {
  color: var(--accent-dark);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: #fff;
}

.footer-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

.footer-brand {
  display: grid;
  gap: 2px;
}

.product-credit {
  font-size: 0.9rem;
}

.product-credit a {
  color: var(--accent-dark);
  font-weight: 700;
}

.product-credit a:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  gap: 16px;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--accent-dark);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d7e5de;
  background: #fff;
  color: #2c4f43;
  font-size: 0.85rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.footer-social svg {
  width: 17px;
  height: 17px;
}

.footer-social a:hover {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-2px) scale(1.05);
}

.call-float {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 30;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f9d58;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(11, 31, 22, 0.22);
  animation: pulseRing 2.5s ease-out infinite;
}

.call-float:hover {
  background: #0a7742;
}

.call-float svg {
  width: 26px;
  height: 26px;
}

.call-tooltip {
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #0f9d58;
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 11px;
  animation: callHint 2.2s ease-in-out infinite;
}

@keyframes callHint {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(8px);
  }
  20% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  65% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(8px);
  }
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  background: #25d366;
  color: #ffffff;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(11, 31, 22, 0.22);
  animation: pulseRing 2.5s ease-out infinite;
}

.whatsapp-float:hover {
  background: #1faf57;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
}

.features-grid .feature-card:nth-child(2),
.testimonial-grid .testimonial-card:nth-child(2),
.usecase-grid .usecase-card:nth-child(2),
.faq-grid .faq-card:nth-child(2),
.pricing-grid .pricing-card:nth-child(2) {
  animation-delay: 0.1s;
}

.features-grid .feature-card:nth-child(3),
.testimonial-grid .testimonial-card:nth-child(3),
.usecase-grid .usecase-card:nth-child(3),
.faq-grid .faq-card:nth-child(3) {
  animation-delay: 0.18s;
}

.features-grid .feature-card:nth-child(4),
.features-grid .feature-card:nth-child(5),
.features-grid .feature-card:nth-child(6) {
  animation-delay: 0.24s;
}

@keyframes pageFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes pulseRing {
  0%,
  100% {
    box-shadow: 0 12px 24px rgba(11, 31, 22, 0.22);
  }
  50% {
    box-shadow: 0 14px 28px rgba(15, 157, 88, 0.33);
  }
}

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

@keyframes driftBlob {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-14px, 10px);
  }
}

@keyframes shineSweep {
  0% {
    background-position: 180% 0;
  }
  100% {
    background-position: -40% 0;
  }
}

@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 12px 26px rgba(15, 157, 88, 0.14);
  }
  50% {
    box-shadow: 0 18px 30px rgba(15, 157, 88, 0.26);
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0.2);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.whatsapp-tooltip {
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 11px;
  animation: callHint 2.2s ease-in-out infinite;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 154px;
  z-index: 35;
  pointer-events: none;
}

.chat-box {
  position: fixed;
  right: 18px;
  bottom: 214px;
  width: min(340px, calc(100vw - 24px));
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(15, 35, 27, 0.2);
  overflow: hidden;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  display: none;
}

.chat-widget.open .chat-box {
  display: block;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-header {
  background: linear-gradient(120deg, #0f9d58, #149d73);
  color: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.chat-header h3 {
  margin: 0;
  font-size: 0.98rem;
}

.chat-header p {
  margin: 2px 0 0;
  font-size: 0.78rem;
  opacity: 0.95;
}

.chat-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.chat-body {
  padding: 12px 14px 14px;
  display: grid;
  gap: 9px;
}

.chat-messages {
  max-height: 220px;
  overflow: auto;
  display: grid;
  gap: 8px;
  padding-right: 2px;
}

.chat-msg {
  max-width: 88%;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.86rem;
  line-height: 1.4;
}

.chat-msg-bot {
  justify-self: start;
  background: #f2faf6;
  border: 1px solid #d6e9de;
  color: #1c3a31;
}

.chat-msg-user {
  justify-self: end;
  background: #0f9d58;
  border: 1px solid #0f9d58;
  color: #fff;
}

.chat-msg-typing {
  opacity: 0.8;
  font-style: italic;
}

.chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chat-chip {
  border: 1px solid #d5e6dc;
  background: #fff;
  color: #18453a;
  border-radius: 999px;
  font-size: 0.75rem;
  padding: 5px 9px;
  cursor: pointer;
}

.chat-support-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.chat-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--border);
  padding: 10px 12px;
  font-weight: 600;
  font-size: 0.9rem;
  background: #f8fcfa;
  color: #1a3b31;
}

.chat-action-primary {
  background: #0f9d58;
  border-color: #0f9d58;
  color: #fff;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 0 14px 14px;
}

.chat-input {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 11px;
  font: inherit;
  font-size: 0.86rem;
}

.chat-send {
  border: 1px solid #0f9d58;
  background: #0f9d58;
  color: #fff;
  border-radius: 10px;
  padding: 9px 12px;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
}

.chat-send:disabled,
.chat-input:disabled,
.chat-chip:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.chat-toggle {
  position: fixed;
  right: 18px;
  bottom: 154px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: #0f9d58;
  color: #fff;
  box-shadow: 0 12px 24px rgba(11, 31, 22, 0.26);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.chat-toggle svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-mockup {
    min-height: 420px;
  }

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

  .impact-grid,
  .offer-grid,
  .apps-grid,
  .demo-media-grid,
  .demo-video-grid,
  .workflow-compare,
  .how-grid,
  .seo-grid,
  .about-grid,
  .usecase-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .launch-offer-wrap p {
    white-space: normal;
  }

  .timer-strip {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 48px 0;
  }

  .launch-offer-bar {
    position: sticky;
  }

  .launch-offer-wrap {
    gap: 8px;
    padding: 8px 0 10px;
  }

  .nav-wrap {
    flex-wrap: nowrap;
    padding: 14px 0;
    justify-content: space-between;
  }

  .site-header {
    position: static;
    background: #ffffff;
    backdrop-filter: none;
  }

  .hero::before {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -90px;
  }

  .hero::after {
    width: 180px;
    height: 180px;
    bottom: -90px;
    left: -70px;
  }

  .hero {
    min-height: 88vh;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #ffffff;
    padding: 12px;
    box-shadow: var(--shadow-soft);
    z-index: 30;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .logo {
    width: auto;
    justify-content: flex-start;
  }

  .nav-links a {
    width: 100%;
    border-bottom: 1px solid #eaf2ee;
    padding: 10px 4px;
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-wrap .btn-outline {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 0.85rem;
  }

  .nav-toggle-label {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .nav-toggle-label span {
    width: 18px;
    height: 2px;
    background: #1f2937;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-toggle:checked + .nav-toggle-label + .nav-links {
    display: flex;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .features-grid,
  .pricing-grid,
  .impact-grid,
  .offer-grid,
  .apps-grid,
  .demo-media-grid,
  .demo-video-grid,
  .workflow-compare,
  .how-grid,
  .seo-grid,
  .about-grid,
  .usecase-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .review-track {
    animation-duration: 34s;
  }

  .testimonial-card {
    width: 84vw;
    max-width: 320px;
  }

  .showcase-grid,
  .stat-row,
  .mockup-grid {
    grid-template-columns: 1fr;
  }

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

  .final-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrap {
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .launch-offer-wrap {
    justify-content: center;
    text-align: center;
  }

  .launch-offer-wrap p {
    white-space: normal;
    font-size: 0.8rem;
  }

  .launch-offer-link {
    margin-top: 2px;
  }

  .timer-strip span {
    font-size: 0.7rem;
    padding: 4px 7px;
  }

  .hero-actions .btn,
  .section-cta .btn {
    width: 100%;
    max-width: 320px;
  }

  .dashboard-mockup {
    min-height: 310px;
    padding: 14px;
  }

  .dashboard-shot {
    max-height: 390px;
  }

  .app-preview {
    height: 130px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-tooltip {
    display: none;
  }

  .call-float {
    right: 14px;
    bottom: 78px;
    width: 52px;
    height: 52px;
  }

  .call-tooltip {
    display: none;
  }

  .chat-widget {
    right: 12px;
    bottom: 142px;
  }

  .chat-toggle {
    right: 12px;
    bottom: 142px;
  }

  .chat-box {
    right: 12px;
    bottom: 202px;
    width: min(330px, calc(100vw - 16px));
  }

  .chat-support-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .review-track {
    transform: none !important;
  }
}
