:root {
  --ink: #0a1410;
  --muted: #66736d;
  --paper: #f5f7f3;
  --card: rgba(255, 255, 255, .76);
  --green: #1ed87e;
  --green-dark: #103e2a;
  --green-deep: #07120d;
  --lime: #c8ff75;
  --line: rgba(12, 31, 23, .11);
  --shadow: 0 30px 80px rgba(18, 45, 33, .12);
  --radius: 28px;
  --lg-bg-color: rgba(255, 255, 255, .24);
  --lg-highlight: rgba(255, 255, 255, .82);
  --lg-hover-glow: rgba(255, 255, 255, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 5%, rgba(30,216,126,.13), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(200,255,117,.16), transparent 24%),
    linear-gradient(180deg, #fbfdf9 0%, var(--paper) 42%, #eef5ef 100%);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; }

.ambient {
  position: fixed;
  z-index: -3;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .16;
  pointer-events: none;
}
.ambient-one { top: -280px; right: -180px; background: var(--green); }
.ambient-two { top: 660px; left: -390px; background: #b6ee74; }
.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.liquid-glass-defs { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }

.site-header {
  width: 100vw;
  max-width: none;
  height: 58px;
  margin: 0;
  padding: 0 clamp(16px, 4vw, 52px);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 10px 28px rgba(7,35,20,.07);
  backdrop-filter: blur(30px) saturate(180%) contrast(1.04);
  -webkit-backdrop-filter: blur(30px) saturate(180%) contrast(1.04);
}
.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.site-header::before {
  z-index: -2;
  background:
    radial-gradient(circle at 14% 0%, rgba(255,255,255,.82), transparent 34%),
    radial-gradient(circle at 76% 120%, rgba(30,216,126,.18), transparent 46%),
    linear-gradient(135deg, rgba(255,255,255,.52), rgba(255,255,255,.18));
}
.site-header::after {
  z-index: -1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), inset 0 0 18px rgba(255,255,255,.24);
  background: linear-gradient(105deg, rgba(255,255,255,.1), rgba(255,255,255,.26) 34%, rgba(255,255,255,.08) 100%);
  opacity: .92;
}
.site-header > * {
  position: relative;
  z-index: 1;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 800 19px/1 "Manrope", sans-serif;
  letter-spacing: -.7px;
}
.brand > span:last-child > span { color: #12b965; }
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #08130e;
  background: var(--green);
  box-shadow: inset 0 1px rgba(255,255,255,.6), 0 8px 20px rgba(30,216,126,.25);
}
.brand-mark svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a, .text-button {
  border: 0;
  background: transparent;
  color: rgba(10,20,16,.72);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: color .2s ease;
}
.desktop-nav a:hover, .text-button:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.button {
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: white;
  background: linear-gradient(135deg, var(--ink), #123425);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(10,20,16,.16), inset 0 1px 0 rgba(255,255,255,.12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(10,20,16,.24), inset 0 1px 0 rgba(255,255,255,.16); }
.button-small { padding: 12px 17px; font-size: 13px; }
.header-actions .button-small {
  color: #061911;
  background: linear-gradient(135deg, #1ed87e, #a8f5c7);
  box-shadow: 0 12px 26px rgba(30,216,126,.22), inset 0 1px 0 rgba(255,255,255,.55);
}
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }

.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hero {
  min-height: 750px;
  padding: 96px 0 70px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 55px;
}
.eyebrow {
  width: fit-content;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #476057;
  background: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.pulse-dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid var(--green); border-radius: inherit; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 0; transform: scale(.5); } 45% { opacity: .65; transform: scale(1); } }
@keyframes claim-shine { 0%, 58% { transform: translateX(0) skewX(-18deg); } 100% { transform: translateX(920px) skewX(-18deg); } }
@keyframes logo-marquee { to { transform: translateX(-50%); } }
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  margin: 24px 0 24px;
  font: 800 clamp(58px, 6.6vw, 92px)/.95 "Manrope", sans-serif;
  letter-spacing: -.075em;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(95deg, #0bbd63, #1fe087 48%, #0a7e49);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lede { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.claim-box {
  max-width: 625px;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30,216,126,.24);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(236,250,242,.78));
  box-shadow: 0 24px 62px rgba(22,58,41,.14), 0 0 0 7px rgba(30,216,126,.055), inset 0 1px white;
}
.claim-box::before {
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  left: -190px;
  top: 0;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.68), transparent);
  transform: skewX(-18deg);
  animation: claim-shine 4.8s ease-in-out infinite;
  pointer-events: none;
}
.claim-input-wrap { min-width: 0; padding-left: 16px; display: flex; align-items: center; position: relative; z-index: 1; }
.claim-input-wrap span { color: #78847e; font-size: 15px; white-space: nowrap; }
.claim-input-wrap input {
  min-width: 60px;
  width: 100%;
  padding: 12px 5px 12px 1px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  font-weight: 700;
}
.claim-input-wrap input::placeholder { color: #0d1712; opacity: .42; }
.claim-input-wrap .availability-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 11px;
  transition: opacity .2s ease;
}
.claim-button {
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  color: #061911;
  background: linear-gradient(135deg, #1ed87e, #a8f5c7);
  font-size: 13px;
  box-shadow: 0 14px 28px rgba(30,216,126,.24), inset 0 1px 0 rgba(255,255,255,.5);
}
.claim-button:hover { box-shadow: 0 18px 38px rgba(30,216,126,.3), inset 0 1px 0 rgba(255,255,255,.56); }
.claim-message { display: none; grid-column: 1 / -1; margin: 0; padding: 1px 13px 7px; font-size: 12px; font-weight: 600; }
.claim-message.show { display: block; }
.claim-message.success { color: #0a9e56; }
.claim-message.error { color: #d74e4e; }
.hero-conversion-points {
  max-width: 625px;
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-conversion-points span {
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(11,83,45,.08);
  border-radius: 999px;
  color: #43564d;
  background: rgba(255,255,255,.68);
  box-shadow: 0 8px 20px rgba(25,72,49,.055);
  font-size: 11px;
  font-weight: 800;
}
.hero-conversion-points i {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #062016;
  background: #8bf0b7;
  font-size: 9px;
  font-style: normal;
}
.hero-trust { margin-top: 27px; display: flex; align-items: center; gap: 13px; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar {
  width: 33px;
  height: 33px;
  margin-left: -7px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 50%;
  color: white;
  font-size: 9px;
  font-weight: 800;
}
.avatar-a { background: #665444; }.avatar-b { background: #e28a5f; }.avatar-c { background: #5e7893; }.avatar-d { background: var(--ink); }
.stars { color: #efad35; font-size: 11px; letter-spacing: 1px; }
.hero-trust p { margin: 3px 0 0; color: #758079; font-size: 11px; }
.hero-trust strong { color: #39443e; }
.hero-proof-grid {
  max-width: 500px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.hero-proof-grid article {
  padding: 13px 14px;
  border: 1px solid rgba(9,39,23,.08);
  border-radius: 17px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 12px 28px rgba(20,60,40,.065), inset 0 1px 0 rgba(255,255,255,.9);
}
.hero-proof-grid strong {
  display: block;
  color: #092018;
  font: 800 18px/1 "Manrope", sans-serif;
  letter-spacing: -.035em;
}
.hero-proof-grid span {
  display: block;
  margin-top: 5px;
  color: #6f7d76;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-visual { height: 560px; position: relative; perspective: 1100px; }
.phone-glow { position: absolute; inset: 76px 22px 0 30px; border-radius: 50%; background: radial-gradient(circle, rgba(36,226,139,.3), rgba(200,255,117,.16) 38%, transparent 70%); filter: blur(55px); }
.orbit { position: absolute; border: 1px solid rgba(17,130,81,.13); border-radius: 50%; transform: rotate(-15deg); }
.orbit-one { width: 470px; height: 280px; top: 146px; left: 10px; }
.orbit-two { width: 590px; height: 370px; top: 96px; left: -55px; }
.spatial-card { transform-style: preserve-3d; transition: transform .18s ease-out; }
.phone-card {
  width: 302px;
  min-height: 515px;
  padding: 16px 20px 20px;
  position: absolute;
  top: 6px;
  left: 112px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 42px;
  background: linear-gradient(150deg, rgba(255,255,255,.96), rgba(232,242,236,.86));
  box-shadow: 0 45px 90px rgba(17,62,42,.2), inset 0 1px 1px white;
  text-align: center;
}
.phone-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(16,62,42,.08); border-radius: 35px; pointer-events: none; }
.phone-top { display: flex; justify-content: space-between; color: #34423b; font-size: 9px; font-weight: 800; }
.phone-status { display: flex; align-items: end; gap: 2px; }
.phone-status span { width: 3px; border-radius: 2px; background: #34423b; }
.phone-status span:nth-child(1){ height: 5px; }.phone-status span:nth-child(2){ height: 7px; }.phone-status span:nth-child(3){ width: 10px; height: 6px; border-radius: 3px; }
.profile-orb {
  width: 104px;
  height: 104px;
  margin: 45px auto 18px;
  display: grid;
  place-items: center;
  border: 7px solid rgba(255,255,255,.8);
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #233f34, #7bb993);
  box-shadow: 0 18px 35px rgba(19,63,43,.25);
  font: 800 42px "Manrope", sans-serif;
}
.phone-card h2 { margin-bottom: 5px; font: 800 23px "Manrope", sans-serif; letter-spacing: -.04em; }
.phone-card > p { color: #6c7772; font-size: 11px; }
.status-pill { width: fit-content; margin: 15px auto 28px; padding: 7px 10px; display: flex; align-items: center; gap: 6px; border-radius: 99px; color: #42705a; background: #e9f7ef; font-size: 9px; font-weight: 700; }
.status-pill span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.wa-button { width: 100%; padding: 14px; border: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #062b18; background: var(--green); font-size: 11px; font-weight: 800; box-shadow: 0 10px 25px rgba(30,216,126,.25); cursor: pointer; }
.wa-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.profile-link { margin-top: 10px; padding: 10px 10px 10px 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(18,61,42,.08); border-radius: 10px; background: rgba(255,255,255,.58); color: #69766f; font-size: 9px; }
.copy-button { width: 27px; height: 27px; border: 0; border-radius: 7px; display: grid; place-items: center; background: #e5eee8; cursor: pointer; }
.copy-button svg { width: 13px; fill: none; stroke: var(--ink); stroke-width: 1.8; }
.phone-card .phone-foot { margin: 20px 0 0; font-size: 8px; }
.phone-foot strong { color: #2f493d; }
.float-chip, .mini-analytics {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255,255,255,.9);
  background: rgba(255,255,255,.76);
  box-shadow: 0 20px 45px rgba(16,54,37,.13);
  backdrop-filter: blur(15px);
}
.float-chip { padding: 11px 14px; display: flex; align-items: center; gap: 8px; border-radius: 13px; color: #46554e; font-size: 10px; font-weight: 700; }
.chip-verified { top: 112px; left: 0; }
.chip-verified span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 10px; }
.chip-clicks { top: 92px; right: -10px; display: block; }
.chip-clicks strong { display: block; color: #0ba75a; font: 800 17px "Manrope", sans-serif; }
.chip-clicks small { color: #7b8680; font-size: 8px; }
.mini-analytics { width: 195px; padding: 15px; right: -12px; bottom: 22px; border-radius: 18px; }
.mini-head { display: flex; justify-content: space-between; color: #758079; font-size: 9px; }
.mini-number { margin-top: 8px; font: 800 21px "Manrope", sans-serif; }
.mini-number small { color: #14a962; font: 700 8px "DM Sans", sans-serif; }
.bars { height: 54px; margin-top: 11px; display: flex; align-items: end; gap: 5px; }
.bars i { flex: 1; height: var(--h); border-radius: 3px 3px 1px 1px; background: linear-gradient(#25dc86, #a6efc8); }

.logo-strip {
  padding: 30px 0;
  border-block: 1px solid rgba(12,31,23,.08);
  text-align: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255,255,255,.15), rgba(30,216,126,.055), rgba(255,255,255,.15));
}
.logo-strip p { margin-bottom: 22px; color: #89918d; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.logo-strip div { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; color: #46514c; font: 700 13px "Manrope", sans-serif; opacity: .75; }
.logo-strip .logo-slider {
  max-width: min(1180px, 100%);
  opacity: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.logo-strip .logo-track {
  width: max-content;
  max-width: none;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  opacity: 1;
  animation: logo-marquee 28s linear infinite;
}
.logo-strip:hover .logo-track { animation-play-state: paused; }
.logo-track span {
  min-width: max-content;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(10,42,26,.08);
  border-radius: 999px;
  color: #33463d;
  background: rgba(255,255,255,.7);
  box-shadow: 0 10px 24px rgba(13,54,32,.055), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.features { padding-block: 135px 110px; }
.section-heading { margin-bottom: 55px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-kicker { display: inline-block; margin-bottom: 15px; color: #14a75e; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .pricing-head h2, .showcase h2, .roadmap h2, .faq h2, .final-cta h2 {
  margin-bottom: 0;
  font: 800 clamp(39px, 5vw, 64px)/1.02 "Manrope", sans-serif;
  letter-spacing: -.06em;
}
.section-heading > p { max-width: 410px; margin-bottom: 4px; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card {
  min-height: 470px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16,47,34,.08);
  border-radius: var(--radius);
  background: rgba(255,255,255,.62);
  box-shadow: 0 15px 50px rgba(28,55,43,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30,216,126,.18);
  box-shadow: 0 24px 70px rgba(28,55,43,.1);
}
.feature-icon { width: 43px; height: 43px; margin-bottom: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); color: #168454; font-size: 20px; box-shadow: 0 8px 20px rgba(20,62,43,.08); }
.feature-label { color: #1a9d5d; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.feature-card h3 { max-width: 410px; margin: 12px 0 12px; font: 800 27px/1.14 "Manrope", sans-serif; letter-spacing: -.045em; }
.feature-card > p { max-width: 440px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.name-demo { max-width: 380px; margin-top: 42px; padding: 20px 18px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); color: #7c8781; }
.name-demo strong { color: var(--ink); }
.name-demo i { width: 23px; height: 23px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 10px; font-style: normal; }
.feature-analytics { background: linear-gradient(145deg, #ecf7ef, rgba(255,255,255,.7)); }
.chart-card { margin-top: 28px; padding: 20px 22px 0; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.71); box-shadow: var(--shadow); }
.chart-meta span { display: block; color: #78847e; font-size: 10px; }
.chart-meta strong { display: block; margin-top: 4px; font: 800 25px "Manrope", sans-serif; }
.chart-meta small { padding: 3px 6px; border-radius: 6px; color: #0ba55a; background: #e6f7ee; font: 700 9px "DM Sans", sans-serif; }
.chart-card svg { width: 100%; height: 112px; overflow: visible; }
.chart-card .area { fill: url(#area); }
.chart-card .line { fill: none; stroke: #22d780; stroke-width: 3; stroke-linecap: round; }
.feature-qr { background: var(--green-deep); color: white; }
.feature-qr .feature-icon { color: var(--lime); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.feature-qr .feature-label { color: var(--lime); }
.feature-qr > p { color: #9fb2aa; }
.qr-scene { height: 188px; margin-top: 18px; position: relative; }
.qr-card {
  width: 164px;
  padding: 13px 13px 14px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 24px;
  color: var(--ink);
  background:
    radial-gradient(circle at 22% 10%, rgba(255,255,255,.95), transparent 32%),
    linear-gradient(145deg,#ffffff,#ebfff4);
  box-shadow: 0 28px 62px rgba(0,0,0,.42), 0 0 0 8px rgba(30,216,126,.035), inset 0 1px 0 rgba(255,255,255,.95);
  text-align: center;
}
.qr-card::before {
  content: "WA LINK PRO";
  display: block;
  margin-bottom: 9px;
  color: #0aa75d;
  font-size: 5.8px;
  font-weight: 900;
  letter-spacing: .18em;
}
.qr-card strong { display: block; margin-top: 9px; color:#06170f; font-size: 7px; font-weight: 900; letter-spacing: .18em; }
.qr-code {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 18px;
  background:
    linear-gradient(90deg, #06140d 0 13px, transparent 13px 22px, #06140d 22px 29px, transparent 29px 43px, #119d5e 43px 50px, transparent 50px 64px, #06140d 64px 72px, transparent 72px 85px, #06140d 85px 92px, transparent 92px),
    linear-gradient(#06140d 0 11px, transparent 11px 21px, #06140d 21px 29px, transparent 29px 41px, #119d5e 41px 49px, transparent 49px 62px, #06140d 62px 70px, transparent 70px 84px, #06140d 84px 92px, transparent 92px),
    radial-gradient(circle at 50% 50%, rgba(30,216,126,.12), transparent 37%),
    #ffffff;
  background-size: 34px 34px, 34px 34px, 100% 100%, 100% 100%;
}
.qr-code::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 8px solid #06140d;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    72px 0 0 -8px #fff,
    72px 0 0 0 #06140d,
    0 72px 0 -8px #fff,
    0 72px 0 0 #06140d;
}
.qr-code::after {
  content: "";
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px #fff, 0 10px 22px rgba(4,24,13,.16);
  pointer-events: none;
}
.qr-brand-mark {
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 2;
  padding: 3px;
  border: 0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  object-fit: contain;
}
.qr-ring { width: 220px; height: 88px; position: absolute; left: 50%; bottom: -4px; transform: translateX(-50%); border: 1px solid rgba(200,255,117,.3); border-radius: 50%; box-shadow: 0 0 44px rgba(101,255,163,.14); }
.feature-routing { background: linear-gradient(145deg, #fff, #edf1ed); }
.route-flow { margin-top: 37px; display: flex; align-items: center; }
.route-source { padding: 13px 14px; border: 1px solid rgba(22,152,89,.25); border-radius: 10px; color: #087344; background: #e8f7ee; font-size: 10px; font-weight: 800; }
.route-flow > i { width: 55px; height: 1px; position: relative; background: #a9beb4; }
.route-flow > i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid #8aa498; border-right: 1px solid #8aa498; transform: rotate(45deg); }
.route-targets { display: grid; gap: 7px; }
.route-targets span { min-width: 145px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #55625c; font-size: 9px; box-shadow: 0 7px 18px rgba(20,56,40,.06); }
.route-targets b { margin-right: 7px; color: var(--ink); }

.how { padding-block: 25px 110px; }
.how-panel { padding: 70px 64px 58px; border-radius: 34px; color: white; background: radial-gradient(circle at 80% 0%, #183e2d, transparent 37%), var(--green-deep); box-shadow: 0 35px 80px rgba(7,18,13,.15); }
.how-panel .section-kicker { color: var(--lime); }
.how-panel .section-heading > p { color: #9caea6; }
.section-heading.compact { margin-bottom: 65px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.steps article { position: relative; }
.steps article:not(:last-child)::after { content: ""; width: 44px; position: absolute; right: -42px; top: 99px; border-top: 1px dashed rgba(190,228,209,.24); }
.step-number { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.step-visual { height: 120px; margin: 19px 0 24px; padding: 20px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: rgba(255,255,255,.045); }
.choose-visual { color: #95a89f; font-size: 13px; }.choose-visual b { color: white; }.choose-visual i { width: 19px; height: 19px; margin-left: 8px; display: grid; place-items: center; border-radius: 50%; color: #082114; background: var(--green); font-size: 9px; font-style: normal; }
.connect-visual { position: relative; gap: 47px; }
.connect-visual i { width: 46px; height: 46px; z-index: 2; display: grid; place-items: center; border-radius: 14px; background: #ecf8f0; box-shadow: 0 8px 24px rgba(0,0,0,.2); font-style: normal; }
.connect-visual .wa-dot { color: #062717; background: var(--green); font-size: 25px; }
.connect-line { width: 60px; height: 1px; position: absolute; background: linear-gradient(90deg, #9aaea4, var(--green)); }
.share-visual { gap: 12px; }
.share-visual span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; color: var(--lime); background: rgba(255,255,255,.06); }
.steps h3 { margin-bottom: 10px; font: 700 18px "Manrope", sans-serif; }
.steps p { color: #97aaa1; font-size: 13px; line-height: 1.65; }

.showcase { padding-block: 115px 145px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.showcase-copy > p { max-width: 480px; margin: 25px 0; color: var(--muted); line-height: 1.7; }
.showcase ul, .price-card ul { margin: 0; padding: 0; list-style: none; }
.showcase li { margin: 13px 0; color: #48554f; font-size: 14px; }
.showcase li span { width: 21px; height: 21px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 50%; color: #0d8f50; background: #dbf5e6; font-size: 10px; }
.inline-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 15px; color: #0b9453; font-size: 14px; font-weight: 800; }
.showcase-scene { min-height: 560px; position: relative; display: grid; place-items: center; perspective: 1000px; }
.showcase-glow { width: 420px; height: 420px; position: absolute; border-radius: 50%; background: #c7edcf; filter: blur(30px); opacity: .75; }
.profile-preview { width: 345px; min-height: 490px; position: relative; z-index: 2; overflow: hidden; border: 9px solid #f7faf7; border-radius: 37px; background: white; box-shadow: 0 45px 80px rgba(25,70,49,.22); transform: rotate(4deg); }
.profile-cover { height: 155px; background: radial-gradient(circle at 15% 10%, #ffcc72, transparent 35%), linear-gradient(135deg, #ef7854, #ffc968); }
.profile-cover::before, .profile-cover::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.16); }
.profile-cover::before { width: 110px; height: 110px; top: -30px; right: 30px; }.profile-cover::after { width: 55px; height: 55px; top: 65px; right: -10px; }
.profile-avatar { width: 76px; height: 76px; margin: -39px auto 0; position: relative; display: grid; place-items: center; border: 5px solid white; border-radius: 24px; color: white; background: #18241f; font: 800 31px "Manrope", sans-serif; }
.profile-main { padding: 20px 25px 25px; text-align: center; }
.open-badge { padding: 5px 8px; border-radius: 99px; color: #198e54; background: #e5f6ec; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.profile-main h3 { margin: 13px 0 5px; font: 800 24px "Manrope", sans-serif; letter-spacing: -.04em; }
.profile-main > p { color: #7b8580; font-size: 11px; }
.profile-actions { margin: 22px 0 18px; display: grid; grid-template-columns: 1fr 45px; gap: 8px; }
.profile-actions button { padding: 13px; border: 0; border-radius: 11px; color: white; background: #f07e59; font-size: 11px; font-weight: 800; }
.profile-actions button:last-child { color: var(--ink); background: #f1f3ef; }
.profile-details { display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid #edf0ed; color: #67736d; font-size: 9px; text-align: left; }
.showcase-swatch { padding: 13px 15px; position: absolute; z-index: 3; right: 6%; bottom: 13%; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.79); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.showcase-swatch span { width: 18px; height: 18px; margin-right: 4px; display: inline-block; border: 2px solid white; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 1px rgba(0,0,0,.1); }
.showcase-swatch small { display: block; margin-top: 5px; color: #6e7973; font-size: 8px; }

.pricing { padding-block: 110px 125px; border-top: 1px solid var(--line); }
.pricing-head { margin-bottom: 50px; display: flex; justify-content: space-between; align-items: end; }
.billing-toggle { padding: 4px; display: flex; border: 1px solid var(--line); border-radius: 12px; background: white; }
.billing-toggle button { padding: 10px 13px; border: 0; border-radius: 9px; color: #66736d; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.billing-toggle button.active { color: white; background: var(--ink); }
.billing-toggle span { margin-left: 4px; color: #16bd69; font-size: 8px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.price-card { padding: 35px 30px; position: relative; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.65); }
.price-card.featured { color: white; background: var(--green-deep); box-shadow: 0 30px 65px rgba(8,30,20,.2); transform: translateY(-13px); }
.popular-tag { padding: 7px 12px; position: absolute; top: 0; right: 25px; border-radius: 0 0 9px 9px; color: #062314; background: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.plan-name { color: #15985a; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.featured .plan-name { color: var(--lime); }
.price-card h3 { min-height: 52px; margin: 19px 0 9px; font: 800 38px "Manrope", sans-serif; letter-spacing: -.05em; }
.price-card h3 .currency { font-size: 19px; vertical-align: 11px; }
.price-card h3 small { margin-left: 5px; color: #89948e; font: 500 10px "DM Sans", sans-serif; letter-spacing: 0; }
.price-card.featured h3 small { color: #93a69d; }
.price-card > p { min-height: 42px; color: #758079; font-size: 12px; line-height: 1.55; }
.price-card.featured > p { color: #9bada4; }
.price-button { margin: 18px 0 28px; padding: 13px; display: block; border-radius: 11px; font-size: 11px; font-weight: 800; text-align: center; }
.price-button.secondary { border: 1px solid var(--line); background: white; }
.price-button.primary { color: #082216; background: var(--green); }
.price-card ul { padding-top: 25px; border-top: 1px solid var(--line); }
.price-card.featured ul { border-color: rgba(255,255,255,.1); }
.price-card li { margin: 13px 0; color: #53605a; font-size: 11px; }
.price-card.featured li { color: #c1cec8; }
.price-card li::first-letter { color: #12b663; }
.pricing-note { margin: 27px 0 0; color: #88918c; font-size: 10px; text-align: center; }

.roadmap { padding-bottom: 120px; }
.roadmap-card { padding: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; border-radius: 34px; color: white; background: radial-gradient(circle at 20% 0%, #194832, transparent 40%), var(--green-deep); }
.roadmap-copy .section-kicker { color: var(--lime); }
.roadmap-copy > p { max-width: 410px; margin: 25px 0 8px; color: #9fb1a8; font-size: 14px; line-height: 1.7; }
.inline-link.light { color: var(--lime); }
.roadmap-list article { padding: 23px 0; display: grid; grid-template-columns: 60px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.roadmap-list article:first-child { padding-top: 0; }
.roadmap-list article:last-child { border: 0; padding-bottom: 0; }
.roadmap-list article > span { width: fit-content; height: fit-content; padding: 5px 7px; border: 1px solid rgba(201,255,118,.25); border-radius: 6px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.roadmap-list b { font: 700 15px "Manrope", sans-serif; }
.roadmap-list p { margin: 7px 0 0; color: #8fa49a; font-size: 11px; line-height: 1.5; }

.seo-content { padding-block: 105px 95px; }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.seo-grid article {
  min-height: 245px;
  padding: 27px;
  border: 1px solid rgba(16,47,34,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 18px 45px rgba(28,55,43,.055);
}
.seo-grid span {
  width: 42px;
  height: 42px;
  margin-bottom: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #06301a;
  background: #bdf5d4;
  font-size: 11px;
  font-weight: 900;
}
.seo-grid h3 { margin-bottom: 12px; font: 800 24px/1.08 "Manrope", sans-serif; letter-spacing: -.04em; }
.seo-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.seo-content .inline-link { margin-top: 28px; display: inline-flex; }

.seo-hero { padding: 105px 0 78px; text-align: center; }
.seo-hero h1 {
  max-width: 880px;
  margin: 10px auto 22px;
  font: 800 clamp(46px, 6vw, 82px)/.98 "Manrope", sans-serif;
  letter-spacing: -.075em;
}
.seo-hero p { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.75; }
.seo-hero-actions { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.seo-hero-actions .button { padding: 16px 20px; }
.seo-article { display: grid; gap: 16px; }
.seo-article article,
.seo-keywords,
.seo-comparison {
  padding: 34px;
  border: 1px solid rgba(16,47,34,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 18px 48px rgba(28,55,43,.055);
}
.seo-article h2,
.seo-comparison h2,
.seo-keywords h2 { margin-bottom: 14px; font: 800 clamp(30px, 4vw, 46px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.seo-article p,
.seo-article li,
.seo-keywords p { color: var(--muted); line-height: 1.75; }
.seo-article ol { margin: 0 0 18px; padding-left: 22px; }
.seo-use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.seo-use-grid span,
.keyword-cloud span {
  padding: 11px 13px;
  border: 1px solid rgba(12,54,32,.08);
  border-radius: 999px;
  color: #395148;
  background: rgba(244,250,246,.82);
  font-size: 12px;
  font-weight: 800;
}
.seo-comparison,
.seo-keywords { margin-top: 18px; }
.seo-table { overflow: hidden; display: grid; border: 1px solid rgba(12,54,32,.08); border-radius: 18px; }
.seo-table [role="row"] { display: grid; grid-template-columns: 1fr 1fr; }
.seo-table [role="cell"] { padding: 16px 18px; border-bottom: 1px solid rgba(12,54,32,.07); }
.seo-table [role="row"]:last-child [role="cell"] { border-bottom: 0; }
.seo-table [role="cell"]:first-child { border-right: 1px solid rgba(12,54,32,.07); }
.seo-table strong { color: #082018; background: rgba(30,216,126,.08); }
.seo-table span { color: #586a62; }
.keyword-cloud {
  max-height: 390px;
  margin-top: 20px;
  padding: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  overflow: auto;
  border: 1px solid rgba(12,54,32,.06);
  border-radius: 22px;
  background: rgba(250,252,249,.65);
}
.keyword-cloud span { font-size: 11px; }

.faq { padding-block: 20px 120px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading p { margin-top: 20px; color: var(--muted); font-size: 13px; }
.faq-heading a { color: #0ca25a; font-weight: 700; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 24px 0; border: 0; display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item button i { font-size: 20px; font-style: normal; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 24px; }

.final-cta {
  min-height: 520px;
  padding: 90px 25px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background: var(--green);
  text-align: center;
}
.final-cta .eyebrow { position: relative; z-index: 2; color: #125533; background: rgba(255,255,255,.24); border-color: rgba(3,55,27,.11); }
.final-cta h2 { position: relative; z-index: 2; margin: 22px 0 15px; font-size: clamp(54px, 7vw, 86px); }
.final-cta h2 span { color: rgba(6,51,28,.55); }
.final-cta > p { position: relative; z-index: 2; margin-bottom: 28px; color: #155d38; }
.cta-claim { width: min(600px, 100%); position: relative; z-index: 2; }
.dark-button { color: #fff !important; background: linear-gradient(135deg, #07110d, #123425) !important; }
.dark-button span { color: inherit; }
.final-cta > small { position: relative; z-index: 2; margin-top: 15px; color: #17663e; font-size: 9px; }
.cta-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(7,65,34,.12); }
.orb-left { width: 440px; height: 440px; left: -170px; bottom: -180px; box-shadow: inset 0 0 0 50px rgba(255,255,255,.05), inset 0 0 0 100px rgba(255,255,255,.04); }
.orb-right { width: 340px; height: 340px; right: -110px; top: -120px; box-shadow: inset 0 0 0 40px rgba(255,255,255,.05), inset 0 0 0 80px rgba(255,255,255,.04); }

footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 35px; }
.footer-top { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.footer-brand { margin-bottom: 18px; }
.footer-top > div:first-child > p { max-width: 260px; color: #7b8680; font-size: 12px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-links div { display: grid; gap: 12px; align-content: start; }
.footer-links strong { margin-bottom: 4px; font-size: 11px; }
.footer-links a { color: #7a8580; font-size: 11px; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { margin-top: 65px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #8b938f; font-size: 9px; }
.footer-bottom div { display: flex; gap: 20px; }
.system-status { display: flex; align-items: center; gap: 6px; }
.system-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.home-sticky-cta {
  width: min(540px, calc(100% - 28px));
  min-height: 74px;
  padding: 11px 12px 11px 20px;
  position: fixed;
  z-index: 45;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px;
  color: #061911;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 10px 18px rgba(5,30,17,.025), 0 20px 50px rgba(4,27,15,.055), 0 0 0 1px rgba(255,255,255,.24), inset 0 -1px 0 rgba(255,255,255,.12);
  transition: transform .34s cubic-bezier(.175,.885,.32,1.8), box-shadow .34s ease;
}
.home-sticky-cta:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 14px 24px rgba(5,30,17,.035), 0 26px 62px rgba(4,27,15,.07), 0 0 24px rgba(255,255,255,.12), 0 0 0 1px rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.14);
}
.liquid-glass-filter,
.liquid-glass-overlay,
.liquid-glass-specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.liquid-glass-filter {
  z-index: 0;
  opacity: .62;
  transform: translateZ(0);
  backdrop-filter: blur(.28px) saturate(160%) brightness(1.01) contrast(1.02);
  -webkit-backdrop-filter: blur(.28px) saturate(160%) brightness(1.01) contrast(1.02);
  filter: none;
  isolation: isolate;
}
.liquid-glass-overlay {
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.035), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.012), rgba(255,255,255,.003));
}
.liquid-glass-overlay::before {
  content: none;
}
.liquid-glass-specular {
  z-index: 2;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), inset 0 -8px 18px rgba(255,255,255,.025), inset 0 1px 0 rgba(255,255,255,.2);
}
.liquid-glass-specular::before {
  content: none;
}
.sticky-whatsapp-icon {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 3;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #10b765;
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.22));
  box-shadow: 0 8px 20px rgba(11,66,36,.08), inset 0 1px 0 rgba(255,255,255,.74), 0 0 0 1px rgba(255,255,255,.28);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}
.sticky-whatsapp-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: currentColor;
}
.sticky-cta-copy {
  min-width: 0;
  position: relative;
  z-index: 3;
  display: grid;
  gap: 4px;
  margin-right: auto;
}
.home-sticky-cta strong { overflow: hidden; color: #061911; font: 800 15px/1.08 "Manrope", sans-serif; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; text-shadow: 0 1px 0 rgba(255,255,255,.3); }
.home-sticky-cta .sticky-cta-copy span { overflow: hidden; color: rgba(6,25,17,.62); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.home-sticky-cta .button { min-height: 50px; padding: 0 19px; position: relative; z-index: 3; border-radius: 20px; color: #062016; background: linear-gradient(135deg, rgba(30,216,126,.88), rgba(170,247,202,.68)); font-size: 13px; box-shadow: 0 12px 28px rgba(30,216,126,.2), inset 1px 1px 0 rgba(255,255,255,.74), inset 0 -1px 0 rgba(4,68,35,.08), 0 0 0 1px rgba(255,255,255,.34); backdrop-filter: blur(14px) saturate(160%); -webkit-backdrop-filter: blur(14px) saturate(160%); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  padding: 100px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  color: white;
  background: rgba(5,16,10,.98);
  transition: .25s ease;
}
.mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu > a:not(.button) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 700 26px "Manrope", sans-serif; }
.mobile-menu .button { margin-top: 22px; padding: 16px; color: var(--ink); background: var(--green); }
.mobile-close { position: absolute; top: 28px; right: 27px; border: 0; color: white; background: transparent; font-size: 34px; cursor: pointer; }
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(3,12,7,.65);
  backdrop-filter: blur(12px);
  transition: .25s ease;
}
.modal-backdrop.open { visibility: visible; opacity: 1; }
.login-modal {
  width: min(420px, calc(100% - 32px));
  padding: 37px;
  position: relative;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 25px;
  background: #f8faf7;
  box-shadow: 0 35px 100px rgba(0,0,0,.28);
  transform: translateY(12px) scale(.98);
  transition: transform .25s ease;
}
.modal-backdrop.open .login-modal { transform: none; }
.modal-mark { margin-bottom: 22px; color: #092014; font-weight: 800; }
.auth-tabs { margin-bottom: 22px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 11px; background: #edf1ed; }
.auth-tabs button { padding: 9px; border: 0; border-radius: 8px; color: #718078; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.auth-tabs button.active { color: white; background: var(--ink); box-shadow: 0 6px 15px rgba(7,17,13,.14); }
.auth-intent { margin: -11px 0 20px; padding: 11px 13px; display: grid; gap: 3px; border: 1px solid rgba(30,216,126,.2); border-radius: 10px; background: #eaf8f0; }
.auth-intent span { color: #6b7a72; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.auth-intent strong { color: #087947; font-size: 11px; }
.auth-form[hidden] { display: none; }
.honeypot { width: 1px !important; height: 1px !important; position: absolute !important; left: -9999px !important; overflow: hidden !important; }
.forgot-link { width: fit-content; margin: 9px 0 -5px auto; padding: 0; border: 0; color: #0b9a56; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.forgot-link.centered { margin: 0 auto; }
.login-modal h2 { margin-bottom: 7px; font: 800 30px "Manrope", sans-serif; letter-spacing: -.04em; }
.auth-form > p:not(.auth-message) { margin-bottom: 25px; color: var(--muted); font-size: 13px; }
.login-modal label { margin-top: 14px; display: grid; gap: 7px; color: #526059; font-size: 11px; font-weight: 700; }
.login-modal input { padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: white; }
.login-modal input:focus { border-color: #38cf85; box-shadow: 0 0 0 3px rgba(30,216,126,.12); }
.modal-submit { width: 100%; margin: 20px 0 14px; padding: 14px; }
.modal-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.auth-message { min-height: 15px; margin: 11px 0 -7px; color: #d24949; font-size: 10px; font-weight: 700; }
.auth-message.success { color: #0b9e57; }
.login-modal small { display: block; color: #87908b; font-size: 9px; line-height: 1.5; text-align: center; }
.modal-close { position: absolute; top: 18px; right: 20px; border: 0; color: #67726d; background: transparent; font-size: 25px; cursor: pointer; }
.toast { padding: 11px 17px; position: fixed; z-index: 100; left: 50%; bottom: 25px; opacity: 0; transform: translate(-50%, 15px); border-radius: 10px; color: white; background: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; transition: .25s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reveal-ready { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.reveal-ready.revealed { opacity: 1; transform: translateY(0); }
.feature-grid .reveal-ready:nth-child(2), .pricing-grid .reveal-ready:nth-child(2) { transition-delay: .08s; }
.feature-grid .reveal-ready:nth-child(3), .pricing-grid .reveal-ready:nth-child(3) { transition-delay: .14s; }
.feature-grid .reveal-ready:nth-child(4) { transition-delay: .2s; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .hero { gap: 15px; }
  .hero-visual { transform: scale(.91); transform-origin: center right; }
  .feature-card { padding: 29px; }
  .roadmap-card { gap: 50px; padding: 58px; }
}

@media (max-width: 820px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 80px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { position: relative; z-index: 5; }
  .hero .eyebrow, .hero-trust, .hero-conversion-points, .hero-proof-grid { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .claim-box { margin-inline: auto; }
  .hero-visual { width: min(560px, 100%); margin: 30px auto 0; transform: none; }
  .phone-card { left: 50%; transform: translateX(-50%); }
  .orbit-one { left: 50%; transform: translateX(-50%) rotate(-15deg); }
  .orbit-two { left: 50%; transform: translateX(-50%) rotate(-15deg); }
  .chip-clicks, .mini-analytics { right: 3%; }
  .chip-verified { left: 2%; }
  .logo-strip div { flex-wrap: wrap; justify-content: center; gap: 25px 45px; }
  .logo-strip .logo-slider { display: block; }
  .logo-strip .logo-track { flex-wrap: nowrap; justify-content: flex-start; gap: 12px; animation-duration: 24s; }
  .section-heading, .pricing-head { display: block; }
  .section-heading > p { margin-top: 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .how-panel { padding: 55px 38px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps article:not(:last-child)::after { display: none; }
  .step-visual { max-width: 350px; }
  .showcase { grid-template-columns: 1fr; gap: 40px; }
  .showcase-copy { text-align: center; }
  .showcase-copy > p { margin-inline: auto; }
  .showcase ul { width: fit-content; margin-inline: auto; text-align: left; }
  .billing-toggle { width: fit-content; margin-top: 25px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .price-card.featured { transform: none; }
  .roadmap-card { grid-template-columns: 1fr; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { width: 100vw; height: 56px; top: 0; margin-top: 0; padding-inline: 12px 10px; border-radius: 0; }
  .brand { font-size: 17px; gap: 8px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 50%; }
  .section-shell { width: calc(100% - 28px); }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(45px, 12vw, 54px); }
  .hero-lede { font-size: 15px; line-height: 1.6; }
  .claim-box { grid-template-columns: 1fr; }
  .claim-input-wrap { min-height: 50px; }
  .claim-button { width: 100%; }
  .hero-conversion-points { justify-content: center; }
  .hero-proof-grid { grid-template-columns: 1fr 1fr; max-width: 340px; }
  .hero-proof-grid article:last-child { grid-column: 1 / -1; }
  .hero-trust { justify-content: center; }
  .hero-visual { height: 530px; margin-left: -1px; }
  .phone-card { width: 280px; min-height: 500px; }
  .chip-clicks { top: 60px; right: -6px; }
  .chip-verified { top: 128px; left: -5px; }
  .mini-analytics { width: 165px; right: -5px; bottom: 10px; }
  .orbit { display: none; }
  .logo-strip { padding: 26px 0; }
  .logo-strip div { gap: 22px; }
  .logo-strip .logo-track { gap: 10px; animation-duration: 22s; }
  .logo-track span { padding: 10px 14px; font-size: 11px; }
  .features { padding-block: 95px 80px; }
  .section-heading h2, .pricing-head h2, .showcase h2, .roadmap h2, .faq h2 { font-size: 40px; }
  .section-heading { margin-bottom: 36px; }
  .feature-card { min-height: 450px; padding: 25px; }
  .feature-icon { margin-bottom: 32px; }
  .feature-card h3 { font-size: 24px; }
  .route-flow > i { width: 24px; }
  .how-panel { padding: 45px 23px; border-radius: 25px; }
  .showcase { padding-block: 85px 95px; }
  .showcase-scene { min-height: 500px; transform: scale(.88); margin-inline: -20px; }
  .profile-preview { width: 330px; }
  .pricing { padding-block: 80px 90px; }
  .roadmap-card { padding: 45px 23px; border-radius: 25px; }
  .roadmap-list article { grid-template-columns: 53px 1fr; gap: 10px; }
  .seo-content { padding-block: 70px; }
  .seo-grid article, .seo-article article, .seo-keywords, .seo-comparison { padding: 24px; border-radius: 23px; }
  .seo-hero { padding: 70px 0 54px; }
  .seo-hero h1 { font-size: 44px; }
  .seo-hero p { font-size: 15px; }
  .seo-table [role="row"] { grid-template-columns: 1fr; }
  .seo-table [role="cell"]:first-child { border-right: 0; }
  .seo-use-grid { grid-template-columns: 1fr; }
  .keyword-cloud { max-height: 320px; }
  .faq { padding-bottom: 90px; }
  .final-cta { width: calc(100% - 20px); min-height: 560px; border-radius: 27px; }
  .final-cta h2 { font-size: 56px; }
  .cta-claim { grid-template-columns: 1fr; }
  footer { width: calc(100% - 40px); padding-top: 60px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .home-sticky-cta {
    min-height: 66px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    padding: 9px 9px 9px 15px;
    border-radius: 25px;
  }
  .liquid-glass-filter {
    opacity: .66;
    backdrop-filter: blur(.24px) saturate(165%) brightness(1.01) contrast(1.02);
    -webkit-backdrop-filter: blur(.24px) saturate(165%) brightness(1.01) contrast(1.02);
  }
  .home-sticky-cta strong { font-size: 11px; }
  .home-sticky-cta .sticky-cta-copy span { font-size: 8px; }
  .sticky-whatsapp-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .sticky-whatsapp-icon svg { width: 22px; height: 22px; }
  .home-sticky-cta .button { min-height: 46px; padding-inline: 13px; border-radius: 18px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
