/* =================================================================
   MUZIM 1:1 Replica
   Original site: https://interactive-plans-643048-6c6ae924a.framer.app/
   Pure HTML / CSS / JS — no frameworks
================================================================= */

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Inter", "Inter Display", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #060606;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
em { font-family: "Playfair Display", serif; font-style: italic; font-weight: 500; }

/* ---------- LAYOUT TOKENS ---------- */
:root {
  --max: 1200px;
  --pad: 24px;
  --color-bg: #f4f4f4;          /* off-white sections */
  --color-card: #ffffff;
  --color-text: #060606;
  --color-mute: #3b404c;
  --color-mute2: #999999;
  --color-orange: #f5b864;       /* primary accent */
  --color-orange-dark: #b17f45;  /* logo & contact btn */
  --color-orange-soft: #fde9c8;  /* light orange tint */
  --color-dark: #191918;
  --radius-card: 24px;
  --radius-pill: 999px;
}

/* =================================================================
   HEADER NAV
================================================================= */
.nav-wrap {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #faf9f7;
  border-radius: 999px;
  padding: 8px 8px 8px 28px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  width: min(940px, calc(100% - 48px));
  height: 64px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.logo-icon { width: 32px; height: 32px; flex-shrink: 0; }
.logo-text {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-orange-dark);
  letter-spacing: 1px;
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: 18px;
}
.nav-links a {
  font-size: 15px;
  color: #060606;
  font-weight: 400;
  transition: opacity 0.15s;
}
.nav-links a:hover { opacity: 0.6; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 999px;
  padding: 10px 20px;
  transition: transform 0.15s, opacity 0.15s, background 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

.btn-contact {
  background: linear-gradient(180deg, #c89169 0%, #b17f45 100%);
  color: #faf9f7;
  padding: 10px 24px;
  height: 48px;
  font-weight: 500;
}
.btn-orange {
  background: #fac985;
  color: #191918;
  padding: 12px 22px;
  height: 48px;
}
.btn-orange .btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: #fff;
  border-radius: 50%;
  color: #191918;
  font-size: 12px;
  margin-left: 6px;
}
.btn-dark {
  background: #1a1a1a;
  color: #fff;
  padding: 12px 22px;
  height: 48px;
}
.btn-pill {
  padding: 14px 28px;
  height: auto;
}

/* =================================================================
   HERO
================================================================= */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://framerusercontent.com/images/abKXbzlKET4PG2Hlh2Rcnb0gk.jpg') center / cover no-repeat;
  z-index: 0;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.18) 60%, rgba(255,255,255,0.05) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  max-width: 900px;
  margin-top: 0;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.95);
  color: #060606;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
.hero-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 6vw, 65px);
  line-height: 1.0;
  margin-bottom: 18px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.hero-title span { display: block; }
.hero-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}
.hero-sub {
  font-size: 16px;
  margin-bottom: 28px;
  opacity: 0.95;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* =================================================================
   AS SEEN ON
================================================================= */
.seen-on {
  background: #f4f4f4;
  padding: 80px 0 80px;
  text-align: center;
  overflow: hidden;
}
.seen-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #060606;
}
.seen-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
  mask: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.seen-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.seen-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 22px 36px;
  font-weight: 500;
  font-size: 18px;
  color: #1f1f1f;
  white-space: nowrap;
  min-width: 220px;
  justify-content: center;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =================================================================
   COMMON SECTION HEADERS
================================================================= */
.section-head {
  text-align: center;
  margin-bottom: 56px;
  padding: 0 24px;
}
.eyebrow {
  font-family: "Tiro Telugu", serif;
  font-style: italic;
  font-size: 18px;
  color: #060606;
  margin-bottom: 14px;
}
.section-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  color: #060606;
}
.section-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.96em;
}

/* =================================================================
   FEATURES (Local-First AI)
================================================================= */
.features {
  background: #f4f4f4;
  padding: 60px 0 80px;
}
.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card-tall { min-height: 600px; }
.card-img-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  min-height: 320px;
}
.card-img-wrap img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.card-text h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 12px;
}
.card-text p {
  font-size: 18px;
  color: var(--color-mute);
  line-height: 1.3;
}

/* Hub card specifics */
.card-hub-img { position: relative; height: 380px; }
.hub-glow {
  position: absolute;
  inset: 20% 10%;
  background: radial-gradient(circle at center, rgba(245,184,100,0.65), rgba(245,184,100,0) 65%);
  filter: blur(40px);
}
.hub-bars {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  z-index: 1;
}
.hub-bars.left { left: 15%; }
.hub-bars.right { right: 15%; }
.hub-bars img { height: 100%; width: auto; }
.hub-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hub-center img {
  width: 160px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.hub-pill {
  background: #fff;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 9px;
  font-weight: 600;
  color: #060606;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* User bubbles */
.users-bubbles {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.user-bubble {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 18px 8px 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  white-space: nowrap;
}
.user-bubble img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
}
.user-bubble span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
}
.user-bubble b {
  font-weight: 400;
  color: #060606;
  font-size: 16px;
}
.user-bubble i {
  font-style: normal;
  color: var(--color-mute);
  font-size: 14px;
}
.user-bubble .dot {
  width: 10px; height: 10px;
  background: #ff5a36;
  border-radius: 50%;
  position: absolute;
  top: 6px; right: 12px;
}

/* Agent device card */
.agent-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}
.agent-device {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 28px;
  box-shadow:
    0 0 0 8px #f0f0f0,
    0 20px 50px rgba(0,0,0,0.06);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-top {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.agent-check {
  width: 22px; height: 22px;
  border: 1.5px solid #2bbf8a;
  color: #2bbf8a;
  font-size: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.agent-lock { transform: scale(1.2); }

/* =================================================================
   EDGE CLOUD INTEGRATION
================================================================= */
.edge-cloud {
  background: #f4f4f4;
  padding: 80px 0 80px;
}
.steps-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.steps-line {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
}
.step-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  position: relative;
  margin-top: 24px;
}
.step-num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color-mute);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  z-index: 2;
}
.step-img {
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
  border-radius: 16px;
  height: 220px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.step-img img {
  max-height: 80%;
  width: auto;
  object-fit: contain;
}
.step-card h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #060606;
}
.step-card p {
  font-size: 15px;
  color: var(--color-mute);
  line-height: 1.5;
}

/* =================================================================
   HARDWARE
================================================================= */
.hardware {
  background: #f4f4f4;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
.hardware .section-head { margin-bottom: 36px; }
.hardware .btn-pill {
  margin-top: 24px;
  display: inline-flex;
}
.hardware-image {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 0;
}
.hardware-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =================================================================
   PRICING
================================================================= */
.pricing {
  background: #f4f4f4;
  padding: 80px 0 80px;
}
.billing-toggle {
  display: inline-flex;
  align-items: center;
  background: #ebebeb;
  border-radius: 999px;
  padding: 6px;
  margin: 0 auto 48px;
  display: flex;
  width: fit-content;
}
.billing-opt {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-mute);
  transition: all 0.2s;
  background: transparent;
}
.billing-opt.active {
  background: #fac985;
  color: #fff;
}
.pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
}
.price-card-popular {
  border: 2px solid #fac985;
  position: relative;
}
.price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.plan-name {
  font-size: 16px;
  color: var(--color-mute);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.popular-tag {
  background: #fac985;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 400;
}
.plan-star {
  color: #999;
  font-size: 18px;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}
.price {
  font-size: 40px;
  font-weight: 500;
  color: #060606;
  line-height: 1;
}
.per {
  font-size: 16px;
  color: var(--color-mute);
}
.capacity {
  font-size: 18px;
  color: #060606;
  margin-bottom: 16px;
}
.price-card hr {
  border: none;
  border-top: 1px solid #ececec;
  margin-bottom: 18px;
}
.included {
  font-size: 15px;
  color: #060606;
  margin-bottom: 14px;
  font-weight: 400;
}
.features-list {
  flex: 1;
  margin-bottom: 24px;
}
.features-list li {
  font-size: 16px;
  color: #060606;
  padding: 6px 0 6px 22px;
  position: relative;
  line-height: 1.4;
}
.features-list li::before {
  content: "•";
  color: #f5b864;
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 16px;
  font-weight: 700;
}
.btn-plan {
  display: block;
  text-align: center;
  background: #ececec;
  color: #060606;
  font-weight: 500;
  padding: 14px;
  border-radius: 999px;
  font-size: 15px;
  transition: background 0.2s;
}
.btn-plan:hover { background: #ddd; }
.btn-plan-orange {
  background: #fac985;
  color: #fff;
}
.btn-plan-orange:hover { background: #f5b864; }

/* =================================================================
   TESTIMONIALS
================================================================= */
.testimonials {
  background: #f4f4f4;
  padding: 80px 0 80px;
  overflow: hidden;
}
.testi-marquee {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 24px;
}
.testi-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  width: max-content;
  padding: 0 24px;
  transition: transform 0.5s ease;
  animation: testi-scroll 60s linear infinite;
}
.testi-marquee:hover .testi-track { animation-play-state: paused; }
@keyframes testi-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testi-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  width: 380px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.testi-img {
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  background: #ddd;
  flex-shrink: 0;
}
.testi-img img { width: 100%; height: 100%; object-fit: cover; }
.testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.testi-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
}
.stars { color: #f5b864; font-size: 16px; letter-spacing: 2px; }
.stars .half { opacity: 0.5; }
.quote {
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-mute);
  margin-bottom: 32px;
  flex: 1;
}
.testi-foot { display: flex; align-items: center; gap: 12px; }
.testi-foot h4 {
  font-size: 20px;
  font-weight: 500;
  color: #060606;
  margin-bottom: 2px;
}
.testi-foot span { font-size: 16px; color: var(--color-mute); }

.testi-arrows {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}
.arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 20px;
  color: #060606;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.arrow-btn:hover { background: #f0f0f0; }

/* =================================================================
   CTA
================================================================= */
.cta {
  background: #f4f4f4;
  padding: 0 24px 60px;
  display: flex;
  justify-content: center;
}
.cta-card {
  width: 100%;
  max-width: 1280px;
  border-radius: 32px;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fce4b6 0%, #f5b864 50%, #f0a543 100%);
  text-align: center;
  isolation: isolate;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(255,180,90,0.7), transparent 60%),
    radial-gradient(ellipse at 20% 30%, rgba(255,225,180,0.9), transparent 60%);
  z-index: -1;
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(closest-side, rgba(255,255,255,0.5), transparent 70%);
  background-size: 300px 300px;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.cta-inner { position: relative; max-width: 720px; margin: 0 auto; }
.cta-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  color: #060606;
  margin-bottom: 16px;
}
.cta-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
}
.cta-sub {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}
.cta-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.meta-users, .meta-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-mute);
}
.divider { color: #999; }
.avatar-stack { display: flex; }
.avatar-stack img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -8px;
}
.stars-sm { color: #f5b864; letter-spacing: 1px; font-size: 14px; }

.cta-form {
  display: inline-flex;
  align-items: center;
  background: #efefef;
  border-radius: 999px;
  padding: 6px;
  width: 100%;
  max-width: 380px;
}
.cta-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 18px;
  font-size: 15px;
  color: #060606;
}
.cta-form input::placeholder { color: #999; }
.cta-form button {
  background: #1a1a1a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s;
}
.cta-form button:hover { background: #333; }

/* =================================================================
   INFO CARDS
================================================================= */
.info-cards {
  background: #f4f4f4;
  padding: 30px 24px 80px;
  max-width: 1280px;
  margin: 0 auto;
}
.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.info-row.reversed { grid-template-columns: 1fr 1fr; }
.info-text {
  background: #f4f4f4;
  padding: 32px;
  max-width: 360px;
}
.info-text h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  margin-bottom: 18px;
}
.info-text p {
  font-size: 22px;
  color: var(--color-mute2);
  line-height: 1.2;
}
.info-img {
  background: #ebebeb;
  border-radius: 24px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder-square {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
}
.placeholder-circle {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}

/* =================================================================
   FOOTER
================================================================= */
.footer {
  background: #fff;
  padding: 80px 24px 0;
  position: relative;
  overflow: hidden;
}
.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 40px;
  padding-bottom: 60px;
}
.footer-brand .logo { margin-bottom: 24px; }
.footer-brand .logo-text {
  color: #e36b3b;
}
.footer-desc {
  font-size: 14px;
  color: var(--color-mute);
  max-width: 320px;
  margin-bottom: 28px;
  line-height: 1.5;
}
.socials { display: flex; gap: 16px; }
.socials a {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.15s;
}
.socials a:hover { background: #f0f0f0; }

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.footer-col h5 {
  font-size: 18px;
  font-weight: 500;
  color: #060606;
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-size: 15px;
  color: var(--color-mute);
  padding: 6px 0;
  transition: color 0.15s;
}
.footer-col a:hover { color: #060606; }

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-watermark {
  position: relative;
  margin: 0 -24px -1px;
  background: linear-gradient(135deg, #fff 0%, #ffd9a8 25%, #ff9a44 60%, #ffc079 100%);
  padding-top: 90px;
  margin-top: -90px;
  z-index: 1;
}
.footer-watermark svg {
  width: 100%;
  display: block;
  height: 320px;
}

/* =================================================================
   RESPONSIVE
================================================================= */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav { padding: 8px 16px 8px 16px; }

  .features-grid,
  .steps-wrap,
  .pricing-grid,
  .info-row,
  .footer-top,
  .footer-cols {
    grid-template-columns: 1fr !important;
  }

  .hero-title { font-size: clamp(36px, 9vw, 56px); }
  .section-title { font-size: clamp(28px, 6vw, 42px); }

  .testi-card { width: 320px; }
  .testi-img { width: 220px; }

  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
