:root {
  --ink: #0a1410;
  --forest: #062e29;
  --forest2: #0a5a4f;
  --teal: #00a884;
  --green: #1fa855;
  --lime: #25d366;
  --cream: #f1f6ef;
  --paper: #ffffff;
  --amber: #f59e0b;
  --red: #e4463c;
  --red-dk: #b91c1c;
  --yellow: #ffe01b;
  --slate: #5a6e66;
  --line: #e2eae4;
  --shadow: 0 10px 30px -12px rgba(6, 46, 41, 0.28);
  --shadow-lg: 0 30px 70px -24px rgba(6, 46, 41, 0.45);
  --r: 20px;
}

.seall img {
  max-width: 277px;
}

.cat {
  margin: 30px auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  line-height: 1.03;
  letter-spacing: -0.022em;
  font-weight: 800;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px;
}
.narrow {
  max-width: 900px;
  margin: 0 auto;
}
.green {
  color: var(--green);
}
.amber {
  color: var(--amber);
}
.yellow{
    color:#fecb32 !important;
}
section {
  padding: 74px 0;
  scroll-margin-top: 72px;
}
.center {
  text-align: center;
}
.muted {
  color: var(--slate);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Hanken Grotesk";
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}
.hl {
    background: #d9ff52;
    padding: 1px 10px;
    line-height: 86%;
    display: inline-block;
    border-radius: 10px;
    color: #000;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Hanken Grotesk";
  font-weight: 800;
  font-size: 1.05rem;
  padding: 17px 34px;
  border-radius: 999px;
  cursor: pointer;
  border: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary {
  background: linear-gradient(180deg, var(--lime), var(--green));
  color: #fff;
  box-shadow: 0 14px 30px -10px rgba(31, 168, 85, 0.75);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(31, 168, 85, 0.85);
}
.btn-cta {
  background: var(--yellow);
  color: #08130f;
  box-shadow: 0 14px 30px -12px rgba(255, 224, 27, 0.9);
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px -12px rgba(255, 224, 27, 1);
}
.btn-lg {
  padding: 20px 46px;
  font-size: 1.16rem;
}
.btn:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

/* urgency + nav */
.urgency {
    background: linear-gradient(90deg, var(--red-dk), var(--red));
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.12rem;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    position: sticky;
    top: 0px;
    z-index: 9;
    justify-content: space-between;
}
.urgencytop {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
.urgency b {
  font-weight: 800;
}
.timer {
  display: inline-flex;
  gap: 6px;
  font-variant-numeric: tabular-nums;
}
.tb {
  background: rgba(0, 0, 0, 0.26);
  border-radius: 7px;
  padding: 3px 8px;
  min-width: 44px;
  text-align: center;
  line-height: 1.05;
  font-weight: 800;
}
.tb small {
  display: block;
  font-size: 0.54rem;
  opacity: 0.85;
  font-weight: 600;
  letter-spacing: 0.06em;
}
nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 46, 41, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 22px;
  max-width: 1160px;
  margin: 0 auto;
}
.nav-logo {
    height: 44px;
    width: auto;
    margin: 0px auto 25px;
}
.nav-links {
  display: flex;
  gap: 26px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #bfe3d4;
}
.nav-links a:hover {
  color: var(--lime);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-price {
  font-weight: 800;
  font-size: 0.92rem;
  color: #fff;
}
.nav-price s {
  color: #8fb3a7;
  font-weight: 600;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .nav-price {
    display: none;
  }
}

/* HERO — centered launch style */
.hero {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 52px 0 64px;
    background: url(images/hero.webp);
    background-size: cover;
    background-position: top;
}
.badge-row {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
}
.pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(110deg, rgba(37, 211, 102, .18), rgba(255, 255, 255, .06));
    border: 1px solid rgba(37, 211, 102, .42);
    backdrop-filter: blur(12px);
}
/*.pill.dark {*/
/*  background: var(--forest);*/
/*  color: #eafaf2;*/
/*  border-color: var(--forest);*/
/*}*/
.hero h1 {
    font-size: clamp(2.4rem, 5.6vw, 4.35rem);
    color: #fff;
}
.hero .sub {
    font-size: 1.64rem;
    color: #fafafa;
    margin: 22px auto 0;
    max-width: 820px;
    font-weight: 500;
}
.hero .sub b {
    font-weight: 800;
    color: #d9ff52;
}
.hero .reassure {
    max-width: 1000px;
    margin: 20px auto 0;
    border-radius: 15px;
    background: linear-gradient(110deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
    padding: 15px 22px;
    font-size: 20px;
    color: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}
.herocard{
    background: linear-gradient(110deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
}
.herocard::after {
    width: 130px;
    height: 130px;
    top: -60px;
    right: -45px;
    background: radial-gradient(circle, rgba(var(--page-rgb), .26), transparent 68%);
}
.hero .reassure b {
    color: #f0cc56;
}
.video-frameout{
 border-radius: 22px;
 background:rgba(255,255,255,03);
 max-width: 880px;
  margin: 34px auto 50px;
 padding:10px;
}
.video-frame {
  position: relative;
  
  aspect-ratio: 16/9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 16px;
}
.price-row .big {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 3rem;
  color: var(--forest);
  line-height: 1;
}
.price-row .was {
  font-size: 1.1rem;
  color: var(--slate);
}
.price-row .was s {
  opacity: 0.75;
}
.price-row .tag {
  background: #e7f7ee;
  color: var(--green);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 99px;
}
.micro {
  margin-top: 14px;
  font-size: 0.86rem;
  color: var(--slate);
  font-weight: 600;
}
.keypills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
.keypill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--forest);
}

/* trust strip */
.trust {
  background: var(--forest);
  color: #dff3ea;
}
.trust .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding-block: 30px;
}
.stat b {
  font-family: "Bricolage Grotesque";
  font-size: 1.95rem;
  display: block;
  color: #fff;
  line-height: 1;
}
.stat span {
  font-size: 0.82rem;
  color: #9fcabb;
}
.integr {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 700;
  color: #bfe3d4;
  font-size: 0.92rem;
  align-items: center;
}
.integr .dot {
  opacity: 0.5;
}

/* app vs api */
.vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}
.vs-card {
  border-radius: var(--r);
  padding: 26px 28px;
  border: 1px solid var(--line);
}
.vs-card.app {
  background: var(--cream);
}
.vs-card.api {
  background: radial-gradient(
      500px 220px at 90% 0%,
      rgba(37, 211, 102, 0.14),
      transparent 60%
    ),
    #fff;
  border: 2px solid var(--green);
  box-shadow: 0 24px 50px -24px rgba(31, 168, 85, 0.4);
}
.vs-h {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
}
.vs-ic {
  font-size: 1.9rem;
  flex: none;
}
.vs-h h3 {
  font-size: 1.22rem;
  line-height: 1.15;
}
.vs-h h3 span {
  font-weight: 700;
  color: var(--green);
  font-size: 0.9rem;
}
.vs-h .cap {
  display: block;
  font-size: 0.84rem;
  color: var(--slate);
  font-weight: 600;
  margin-top: 2px;
}
.vs-card ul {
  list-style: none;
  display: grid;
  gap: 11px;
}
.vs-card li {
  display: flex;
  gap: 11px;
  font-size: 0.98rem;
  font-weight: 600;
  align-items: flex-start;
}
.vs-card .x {
  color: var(--red);
  font-weight: 900;
  flex: none;
}
.vs-card .c {
  color: var(--green);
  font-weight: 900;
  flex: none;
}
.vs-mid {
  align-self: center;
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  color: #fff;
  background: var(--forest);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  box-shadow: var(--shadow);
}
@media (max-width: 820px) {
  .vs {
    grid-template-columns: 1fr;
  }
  .vs-mid {
    width: 44px;
    height: 44px;
    margin: 0 auto;
  }
}
.reassure-panel {
  margin: 44px auto 0;
  max-width: 1000px;
  background: radial-gradient(
      700px 300px at 50% 0%,
      rgba(37, 211, 102, 0.2),
      transparent 60%
    ),
    linear-gradient(160deg, var(--forest), var(--forest2));
  color: #eafaf2;
  border-radius: 24px;
  padding: 40px;
  text-align: center;
}
.reassure-panel h3 {
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  max-width: 640px;
  margin: 0 auto;
}
.reassure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
  text-align: left;
}
.rz {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 20px;
}
.rz-ic {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.rz b {
  color: #fff;
  font-size: 1.02rem;
  display: block;
  margin-bottom: 5px;
}
.rz p {
  color: #bfe3d4;
  font-size: 0.88rem;
}
@media (max-width: 820px) {
  .reassure-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .reassure-grid {
    grid-template-columns: 1fr;
  }
}

/* section heads */
.sec-head {
  max-width: 760px;
  margin: 0 auto 46px;
}
.sec-head h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.7rem);
}
.sec-head p {
  color: var(--slate);
  font-size: 1.1rem;
  margin-top: 13px;
}
.kicker {
  display: inline-block;
  background: var(--yellow);
  color: #08130f;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 99px;
  margin-bottom: 14px;
}

/* problem / pain stack */
#problem {
  background: var(--cream);
}
.prob-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.prob {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.prob::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--red);
}
.prob .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fdeceb;
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.prob h4 {
  font-size: 1.04rem;
  margin-bottom: 5px;
}
.prob p {
  font-size: 0.9rem;
  color: var(--slate);
}
@media (max-width: 900px) {
  .prob-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .prob-grid {
    grid-template-columns: 1fr;
  }
}

/* features (punchy) */
.feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 30px;
}
.feat:nth-child(even) .feat-media {
  order: 2;
}
.feat-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e7f7ee;
  color: var(--green);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 99px;
  margin-bottom: 14px;
}
.feat h3 {
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  margin-bottom: 16px;
}
.feat ul {
  list-style: none;
  display: grid;
  gap: 11px;
}
.feat ul li {
  display: flex;
  gap: 11px;
  font-size: 1.02rem;
  font-weight: 600;
}
.feat ul .ckm {
  color: #fff;
  background: var(--green);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  flex: none;
  margin-top: 2px;
}
.shot {
  border-radius: var(--r);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
}
.shot img {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .feat {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .feat:nth-child(even) .feat-media {
    order: 0;
  }
}

/* chat mockup */
.chat {
  background: var(--forest);
  border-radius: 26px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
.chat::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 6px;
  background: #2a3a33;
  border-radius: 99px;
  z-index: 2;
}
.chat-screen {
  background: #e4ddd4;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat-top {
  background: var(--forest2);
  color: #fff;
  padding: 30px 14px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-top .av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #053b34;
}
.chat-top .nm {
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.15;
}
.chat-top .st {
  font-size: 0.68rem;
  opacity: 0.85;
}
.chat-body {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 220px;
}
.bub {
  max-width: 82%;
  padding: 9px 12px;
  border-radius: 13px;
  font-size: 0.83rem;
  font-weight: 500;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.bub.in {
  background: #fff;
  align-self: flex-start;
  border-top-left-radius: 4px;
}
.bub.out {
  background: #dcf8c6;
  align-self: flex-end;
  border-top-right-radius: 4px;
}
.bub .t {
  display: block;
  font-size: 0.6rem;
  color: #7a8a80;
  text-align: right;
  margin-top: 3px;
}
.chat-chip {
  align-self: center;
  background: #cfe9c4;
  color: #2f5d22;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 3px 11px;
  border-radius: 99px;
}

/* ecom section */
#ecom {
  background: var(--cream);
}

/* integrations */
#integrations {
  background: var(--cream);
}
.int-wrap {
  text-align: center;
}
.int-card {
  max-width: 1000px;
  margin: 0 auto 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 18px;
}
.int-card img {
  width: 100%;
  height: auto;
  display: block;
}
.int-logos {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 0 auto;
}
.int-logos span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--forest);
  box-shadow: var(--shadow);
}

/* how it works */
#how {
  background: var(--forest);
  color: #eafaf2;
}
#how .sec-head h2 {
  color: #fff;
}
#how .sec-head p {
  color: #bfe3d4;
}
#how .kicker {
  background: var(--yellow);
}
.hiw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hiw-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r);
  padding: 16px;
  text-align: center;
}
.hiw-shot {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.hiw-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hiw .no {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--lime);
  color: #053b34;
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  margin-bottom: 8px;
}
.hiw h4 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.hiw p {
  color: #bfe3d4;
  font-size: 0.92rem;
}
@media (max-width: 820px) {
  .hiw {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* demo video section */
#demo {
  background: var(--cream);
  text-align: center;
}

/* comparison */
#compare .cmp {
  overflow-x: auto;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 620px;
  background: #fff;
}
th,
td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}
thead th {
  background: var(--forest);
  color: #cfeee0;
  font-weight: 700;
  font-size: 0.9rem;
}
thead th:first-child,
tbody td:first-child {
  text-align: left;
}
thead th.us {
  background: linear-gradient(180deg, var(--green), var(--forest2));
  color: #fff;
  font-size: 1rem;
}
tbody td:first-child {
  font-weight: 700;
}
.col-us {
  background: #f0fbf4;
}
.cell-us {
  font-weight: 800;
  color: var(--forest);
}
.yes {
  color: var(--green);
  font-weight: 900;
}
.no {
  color: var(--red);
  font-weight: 800;
}
.cmp-price {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 1.15rem;
}
.cmp-note {
  font-size: 0.78rem;
  color: var(--slate);
  margin-top: 13px;
  max-width: 820px;
}

/* social proof */
.cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  box-shadow: var(--shadow);
}
.case .co {
  display: flex;
  align-items: center;
  height: 34px;
  margin-bottom: 16px;
}
.case .co img {
  height: 26px;
  width: auto;
}
.case .row {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  align-items: baseline;
}
.case .row b {
  font-family: "Bricolage Grotesque";
  font-size: 1.85rem;
  color: var(--green);
  min-width: 82px;
}
.case .row span {
  font-size: 0.86rem;
  color: var(--slate);
}
@media (max-width: 820px) {
  .cases {
    grid-template-columns: 1fr;
  }
}

/* agency */
#agency {
  background: var(--cream);
}
.agency {
  background: radial-gradient(
      700px 300px at 90% 0%,
      rgba(37, 211, 102, 0.22),
      transparent 60%
    ),
    linear-gradient(160deg, var(--forest), var(--forest2));
  color: #eafaf2;
  border-radius: 26px;
  padding: 52px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 34px;
  align-items: center;
}
.agency h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  margin-bottom: 14px;
}
.agency p {
  color: #c6e7da;
  font-size: 1.05rem;
}
.lic {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 26px;
  text-align: center;
}
.lic .t {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
}
.lic p {
  font-size: 0.9rem;
  margin: 10px 0;
}
.lic .free {
  font-size: 0.78rem;
  color: #9fe7cf;
  font-weight: 700;
}
@media (max-width: 820px) {
  .agency {
    grid-template-columns: 1fr;
    padding: 34px;
  }
}

/* pricing */
.price-card {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 26px;
  box-shadow: 0 30px 70px -26px rgba(31, 168, 85, 0.5);
  overflow: hidden;
}
.price-top {
  background: radial-gradient(
      600px 240px at 50% 0%,
      rgba(37, 211, 102, 0.2),
      transparent 60%
    ),
    var(--forest);
  color: #fff;
  padding: 30px 34px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.price-top .rib {
  display: inline-block;
  background: var(--yellow);
  color: #08130f;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 99px;
  margin-bottom: 12px;
}
.price-top .amt {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 0.9;
}
.price-top .amt small {
  font-size: 1.15rem;
  font-weight: 700;
  color: #bfe3d4;
}
.price-top .was {
  color: #bfe3d4;
  margin-top: 6px;
  font-size: 0.98rem;
}
.price-top .was s {
  opacity: 0.8;
}
.price-top .box {
  width: 150px;
}
.price-body {
  padding: 30px 34px 34px;
}
.price-body .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 26px;
  margin-bottom: 24px;
}
.price-body .grid li {
  display: flex;
  gap: 10px;
  font-size: 0.96rem;
  font-weight: 600;
  align-items: flex-start;
}
.price-body .grid .ckm {
  color: var(--green);
  font-weight: 900;
  flex: none;
}
.price-body .btn {
  width: 100%;
}
.price-reassure {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 0.84rem;
  color: var(--slate);
  font-weight: 600;
}
@media (max-width: 640px) {
  .price-top {
    grid-template-columns: 1fr;
  }
  .price-top .box {
    display: none;
  }
  .price-body .grid {
    grid-template-columns: 1fr;
  }
  .price-top .amt {
    font-size: 3.3rem;
  }
}
/* two-plan table */
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 860px;
  margin: 0 auto;
  align-items: stretch;
}
.plan {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.plan.best {
  border: 2px solid var(--green);
  box-shadow: 0 26px 54px -22px rgba(31, 168, 85, 0.45);
}
.plan-top {
  padding: 26px 26px 22px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.plan.best .plan-top {
  background: radial-gradient(
    500px 200px at 50% 0%,
    rgba(37, 211, 102, 0.16),
    transparent 60%
  );
}
.plan .rib2 {
  display: inline-block;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 99px;
  margin-bottom: 12px;
}
.plan .nm {
  font-weight: 800;
  color: var(--forest);
  font-size: 1.18rem;
}
.plan .nm small {
  display: block;
  font-weight: 600;
  color: var(--slate);
  font-size: 0.82rem;
  margin-top: 4px;
}
.plan .pr {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 3.2rem;
  color: var(--forest);
  line-height: 1;
  margin-top: 12px;
}
.plan .pr small {
  font-size: 0.95rem;
  color: var(--slate);
  font-weight: 600;
}
.plan-body {
  padding: 22px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.plan-body ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  flex: 1;
}
.plan-body li {
  display: flex;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 600;
  align-items: flex-start;
}
.plan-body .ckm {
  color: var(--green);
  font-weight: 900;
  flex: none;
}
.plan-body li.off {
  color: var(--slate);
}
.plan-body li.off .ckm {
  color: var(--red);
}
.plan-body .btn {
  width: 100%;
}
.plan-body .btn.alt {
  background: #fff;
  color: var(--forest);
  border: 1.6px solid var(--line);
  box-shadow: none;
}
.plan-body .btn.alt:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}
@media (max-width: 720px) {
  .plans {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* guarantee */
#guarantee {
  background: var(--cream);
}
.guarantee {
  display: flex;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.seal {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lime), var(--forest));
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  line-height: 1;
  flex: none;
  box-shadow: 0 16px 30px -12px rgba(31, 168, 85, 0.7);
}
.seal b {
  font-size: 1.9rem;
  display: block;
}
.seal span {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}
.guarantee h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .guarantee {
    flex-direction: column;
    text-align: center;
  }
}

/* faq */
.faq {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 2px 22px;
}
details[open] {
  border-color: var(--green);
}
summary {
  font-weight: 700;
  cursor: pointer;
  padding: 17px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 1.02rem;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--green);
  font-weight: 700;
}
details[open] summary::after {
  content: "\2013";
}
details p {
  padding: 0 0 18px;
  color: var(--slate);
  font-size: 0.96rem;
}

/* final */
.final {
  background: radial-gradient(
      820px 320px at 50% 0%,
      rgba(37, 211, 102, 0.2),
      transparent 60%
    ),
    var(--forest);
  color: #fff;
  text-align: center;
}
.final h2 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  color: #fff;
  max-width: 820px;
  margin: 0 auto 16px;
}
.final p {
  color: #c6e7da;
  max-width: 600px;
  margin: 0 auto 28px;
  font-size: 1.1rem;
}
.final .fmicro {
  margin-top: 18px;
  font-size: 0.85rem;
  color: #9fe7cf;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* footer */
footer {
  background: #050d0a;
  color: #8fa79c;
  padding: 44px 0;
  font-size: 0.85rem;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer img {
  height: 26px;
  margin-bottom: 12px;
}
footer .links a {
  color: #bfe3d4;
  margin-right: 18px;
  line-height: 2.2;
}
footer .links a:hover {
  color: #fff;
}
footer .dis {
  max-width: 560px;
  font-size: 0.76rem;
  color: #6d8579;
  margin-top: 10px;
}

.fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--lime), var(--green));
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
  z-index: 60;
  color: #fff;
  font-size: 1.7rem;
  animation: pulse 2.6s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* recent-sale social proof toast (bottom-left) */
.proof-toast {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 55;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow-lg);
  padding: 12px 36px 12px 12px;
  max-width: 314px;
  transform: translateY(160%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.45s;
}
.proof-toast.show {
  transform: none;
  opacity: 1;
}
.proof-toast .pt-av {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Hanken Grotesk";
  font-weight: 800;
  font-size: 1rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}
.proof-toast .pt-flag {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.proof-toast .pt-b {
  font-size: 0.86rem;
  line-height: 1.32;
}
.proof-toast .pt-b b {
  font-weight: 800;
  color: var(--forest);
}
.proof-toast .pt-t {
  font-size: 0.72rem;
  color: var(--slate);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.proof-toast .pt-v {
  color: var(--green);
  font-weight: 800;
}
.proof-toast .pt-x {
  position: absolute;
  top: 8px;
  right: 11px;
  background: none;
  border: 0;
  color: var(--slate);
  font-size: 0.85rem;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 520px) {
  .proof-toast {
    left: 12px;
    bottom: 12px;
    max-width: 264px;
  }
}

/* exit-intent $34 offer modal */
.exit-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 13, 10, 0.82);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.exit-modal.open {
  display: flex;
  animation: exfade 0.25s ease;
}
@keyframes exfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.exit-card {
  background: #fff;
  border-radius: 24px;
  max-width: 460px;
  width: 100%;
  padding: 40px 34px 28px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-lg);
  border-top: 6px solid var(--green);
}
.exit-card .ex-x {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: 0;
  font-size: 1.3rem;
  color: var(--slate);
  cursor: pointer;
  line-height: 1;
}
.exit-card .ex-k {
  display: inline-block;
  background: var(--yellow);
  color: #08130f;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
}
.exit-card h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.exit-card .ex-p {
  color: var(--slate);
  font-size: 1.02rem;
  margin-bottom: 18px;
}
.exit-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: center;
  margin-bottom: 22px;
}
.exit-price .amt {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 3.4rem;
  color: var(--forest);
  line-height: 1;
}
.exit-price span {
  font-size: 1.05rem;
  color: var(--slate);
}
.exit-price s {
  opacity: 0.8;
}
.exit-card .btn {
  width: 100%;
}
.exit-card .coupon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 2px dashed var(--green);
  color: var(--forest);
  background: #e7f7ee;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 800;
  font-size: 0.95rem;
  margin: 0 auto 18px;
}
.exit-card .coupon .code {
  background: var(--forest);
  color: #fff;
  padding: 3px 10px;
  border-radius: 7px;
  letter-spacing: 0.12em;
}
.btn-wa {
  background: linear-gradient(180deg, #25d366, #1fa855);
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(31, 168, 85, 0.8);
}
.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -12px rgba(31, 168, 85, 0.9);
}
.exit-card .ex-no {
  background: none;
  border: 0;
  color: var(--slate);
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 14px;
}

.rv {
  animation: rv-in 0.5s ease both;
}
@keyframes rv-in {
  from {
    transform: translateY(14px);
  }
  to {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rv {
    animation: none;
  }
  .fab {
    animation: none;
  }
}
