/* ============================================================
   Plutoluto landing page
   Dark cinematic hero + alternating light sections.
   Palette: ocean/aurora — cyan, blue, emerald, a touch of amber.
   ============================================================ */

.page_page__ZU32B {
  font-family: var(--font-geist-sans), system-ui, -apple-system, sans-serif;
  color: #1a202c;
  line-height: 1.6;
  background: #ffffff;
  overflow-x: hidden;
}

/* ---------- Scroll reveal (class added by IntersectionObserver) ---------- */

.page_reveal__OOtgg {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.page_revealed__8D2te {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .page_reveal__OOtgg {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================== HERO ============================== */

.page_hero__SKW6o {
  position: relative;
  background: #04080e;
  color: #f2f6f8;
  padding: 6rem 1.5rem 5rem;
  overflow: hidden;
}

.page_heroBg__ZurEj {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Soft animated gradient orbs behind the hero content */
.page_blob__Gkk1Z {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  animation: page_drift__iXxuE 18s ease-in-out infinite alternate;
}

.page_blobA__FxKPD {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, #0e7490 0%, transparent 70%);
  top: -180px;
  left: -120px;
}

.page_blobB__KlB1V {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, #2563eb 0%, transparent 70%);
  top: 5%;
  right: -140px;
  animation-delay: -6s;
}

.page_blobC__6fzYP {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, #059669 0%, transparent 72%);
  bottom: -220px;
  left: 30%;
  opacity: 0.3;
  animation-delay: -12s;
}

@keyframes page_drift__iXxuE {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(60px, 40px) scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .page_blob__Gkk1Z { animation: none; }
}

/* Faint grid to add texture without noise */
.page_gridOverlay__d_B1A {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
}

.page_heroInner__FQkwa {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page_badge__s34Is {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-size: 0.85rem;
  font-weight: 500;
  color: #d5dde2;
  letter-spacing: 0.02em;
  margin-bottom: 1.75rem;
}

.page_badgeDot__Z7VzP {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.9);
  animation: page_pulseDot__6cIuF 2.2s ease-in-out infinite;
}

@keyframes page_pulseDot__6cIuF {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.page_headline__7qraH {
  font-size: clamp(2.6rem, 6.5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}

.page_gradientText__28Wdd {
  background: linear-gradient(92deg, #22d3ee 0%, #60a5fa 50%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page_subheadline__4aI4V {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: #a2adb8;
  max-width: 640px;
  line-height: 1.65;
  margin-bottom: 2.25rem;
}

/* ---------- Format-word highlights (vertical / widescreen) ---------- */

/* On dark backgrounds */
.page_hlDark__XRbb2 {
  background: rgba(34, 211, 238, 0.14);
  color: #67e8f9;
  font-weight: 600;
  padding: 0.06em 0.4em;
  border-radius: 6px;
}

/* On light backgrounds */
.page_hlLight__zS4Tj {
  background: #dff4f9;
  color: #0e7490;
  font-weight: 600;
  padding: 0.06em 0.4em;
  border-radius: 6px;
}

/* ---------- CTAs ---------- */

.page_ctaRow__yWcJm {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.75rem;
}

.page_ctaPrimary__wftVG {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.9rem;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(135deg, #06b6d4 0%, #0284c7 55%, #2563eb 100%);
  background-size: 160% 160%;
  box-shadow: 0 10px 32px rgba(8, 132, 199, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.4s ease;
}

.page_ctaPrimary__wftVG:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 14px 40px rgba(8, 132, 199, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.page_ctaPrimary__wftVG:active {
  transform: translateY(0);
}

.page_ctaLarge__mqL6V {
  padding: 1.05rem 2.4rem;
  font-size: 1.1rem;
  border-radius: 14px;
}

.page_ctaArrow__I3FR6 {
  transition: transform 0.2s ease;
}

.page_ctaPrimary__wftVG:hover .page_ctaArrow__I3FR6 {
  transform: translateX(4px);
}

.page_ctaSecondary__bpX9v {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1.05rem 1.75rem;
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 550;
  color: #e4eaee;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page_ctaSecondary__bpX9v:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-2px);
}

/* ---------- Trust row under CTA ---------- */

.page_trustRow__j6Y8p {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 3.5rem;
}

.page_trustItem__d6eQT {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: #b6c0c9;
}

.page_trustItem__d6eQT svg {
  color: #34d399;
  flex-shrink: 0;
}

/* ---------- Hero demo video in a browser-style frame ---------- */

.page_heroVideoShell__1bMq4 {
  width: 100%;
  max-width: 900px;
  perspective: 1200px;
}

.page_videoFrame__Gvi3_ {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b131c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 120px rgba(6, 182, 212, 0.18);
}

.page_frameBar__t6qfQ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.045);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page_frameDot__MtjX5 {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.page_frameDot__MtjX5:first-child { background: #f87171; }
.page_frameDot__MtjX5:nth-child(2) { background: #fbbf24; }
.page_frameDot__MtjX5:nth-child(3) { background: #34d399; }

.page_frameLabel__TVvSt {
  margin-left: 0.75rem;
  font-size: 0.78rem;
  color: #8b98a5;
  letter-spacing: 0.02em;
}

.page_frameBody__77mIR {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  background: #000;
}

.page_heroIframe__7VZ01 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================== SECTIONS (light) =========================== */

.page_section__61PEw {
  padding: 6rem 1.5rem;
  background: #ffffff;
}

.page_sectionAlt__g2P4Z {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, #f5f9fb 0%, #edf4f8 100%);
}

.page_sectionHead__qnhAZ {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.page_eyebrow__H9Slr {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0e7490;
  margin-bottom: 0.9rem;
}

.page_sectionTitle__hzsAh {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #10161d;
  margin-bottom: 1rem;
}

.page_sectionSub__QqzT0 {
  font-size: 1.08rem;
  color: #556270;
  line-height: 1.65;
}

/* ---------- How it works (compact, centered cards) ---------- */

.page_steps__e0Sxr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  gap: 1.25rem;
  max-width: 1160px;
  margin: 0 auto;
}

.page_stepCard__RUgHq {
  position: relative;
  padding: 1.75rem 1.4rem 1.6rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  box-shadow: 0 2px 12px rgba(15, 45, 65, 0.05);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page_stepCard__RUgHq:hover {
  transform: translateY(-5px);
  border-color: #bfe0ec;
  box-shadow: 0 16px 40px rgba(8, 110, 160, 0.12);
}

.page_stepIndex__A_wOY {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 750;
  margin: 0 auto 0.9rem;
  box-shadow: 0 6px 16px rgba(8, 132, 199, 0.35);
}

.page_stepTitle__kKqcb {
  font-size: 1.05rem;
  font-weight: 700;
  color: #141b23;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.page_stepText__9rP0A {
  font-size: 0.9rem;
  color: #556270;
  line-height: 1.6;
}

/* ---------- Feature grid (3 cards on top, 2 below) ---------- */

.page_features__8wy9y {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}

.page_featureCard__09F8a {
  grid-column: span 2;
  padding: 2rem 1.9rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  box-shadow: 0 2px 12px rgba(15, 45, 65, 0.05);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Last two cards share the second row */
.page_featureCard__09F8a:nth-child(4),
.page_featureCard__09F8a:nth-child(5) {
  grid-column: span 3;
}

.page_featureCard__09F8a:hover {
  transform: translateY(-5px);
  border-color: #bfe0ec;
  box-shadow: 0 16px 40px rgba(8, 110, 160, 0.12);
}

/* Emoji icon in a soft tinted tile */
.page_featureIcon__mHZON {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 1.7rem;
  line-height: 1;
  background: linear-gradient(135deg, #e4f7fb, #e7f0fd);
  border: 1px solid #cfe9f2;
  margin-bottom: 1.1rem;
}

.page_featureTitle__kH4Xm {
  font-size: 1.25rem;
  font-weight: 700;
  color: #141b23;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}

.page_featureText__0lch2 {
  font-size: 0.97rem;
  color: #556270;
  line-height: 1.65;
}

/* ============================ EXAMPLES (dark) ============================ */

.page_examples__4dKhr {
  position: relative;
  padding: 6rem 0;
  background: #04080e;
  color: #f2f6f8;
  overflow: hidden;
}

.page_examplesGlow__agx_H {
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(8, 145, 178, 0.32) 0%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
}

.page_examplesHead__pZytm {
  position: relative;
  max-width: 1160px;
  margin: 0 auto 2.75rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  text-align: left;
}

.page_eyebrowLight__OkxuU {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #67e8f9;
  margin-bottom: 0.9rem;
}

.page_sectionTitleLight__Vhq76 {
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f2f6f8;
  margin-bottom: 0.75rem;
}

.page_sectionSubLight__L7Zas {
  font-size: 1.05rem;
  color: #a2adb8;
  max-width: 540px;
  line-height: 1.65;
}

.page_carouselNav___c9B7 {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.page_navBtn__A40Un {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #e4eaee;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page_navBtn__A40Un:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.page_carousel__AwKOi {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  padding: 1rem 1.5rem 1.75rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(34, 211, 238, 0.6) rgba(255, 255, 255, 0.06);
}

.page_carousel__AwKOi::-webkit-scrollbar {
  height: 8px;
}

.page_carousel__AwKOi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
}

.page_carousel__AwKOi::-webkit-scrollbar-thumb {
  background: rgba(34, 211, 238, 0.6);
  border-radius: 4px;
}

/* Phone-shaped card for vertical example videos */
.page_phoneCard__sAFFv {
  position: relative;
  flex-shrink: 0;
  width: 230px;
  aspect-ratio: 9 / 16;
  border-radius: 26px;
  overflow: hidden;
  scroll-snap-align: center;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page_phoneCard__sAFFv:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(103, 232, 249, 0.5);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(6, 182, 212, 0.25);
}

.page_phoneNotch__QdSbv {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 17px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  pointer-events: none;
}

.page_exampleIframe__smy3E {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ============================= PRICING ============================= */

.page_priceCards__QAtYI {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto 2.25rem;
}

.page_priceCard__D4uGj {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 1.5rem;
  border-radius: 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  box-shadow: 0 2px 12px rgba(15, 45, 65, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page_priceCard__D4uGj:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(8, 110, 160, 0.12);
}

.page_priceCardHighlight__7hqp5 {
  background: linear-gradient(150deg, #06121c 0%, #0a2334 100%);
  border: 1px solid rgba(34, 211, 238, 0.45);
  box-shadow: 0 12px 40px rgba(8, 145, 178, 0.28);
}

.page_priceValue__IbrSL {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: linear-gradient(120deg, #0891b2, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.3rem;
}

.page_priceCardHighlight__7hqp5 .page_priceValue__IbrSL {
  background: linear-gradient(120deg, #67e8f9, #34d399);
  -webkit-background-clip: text;
  background-clip: text;
}

.page_priceLabel__HDRjQ {
  font-size: 0.95rem;
  color: #556270;
  font-weight: 500;
}

.page_priceCardHighlight__7hqp5 .page_priceLabel__HDRjQ {
  color: #b6c0c9;
}

/* Explanation line shared by every price card, set off with a hairline divider */
.page_priceSub__Ccwn7 {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e5ebf0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #7c8b98;
}

.page_priceCardHighlight__7hqp5 .page_priceSub__Ccwn7 {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: #8fa8b5;
}

.page_priceNote__PyWPo {
  text-align: center;
  font-size: 1rem;
  color: #556270;
  max-width: 560px;
  margin: 0 auto;
}

.page_priceNote__PyWPo strong {
  color: #10161d;
}

.page_priceLink__nDfsn {
  color: #0e7490;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page_priceLink__nDfsn:hover {
  color: #2563eb;
}

/* =============================== FAQ =============================== */

.page_faq__hmOuC {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.page_faqItem__ZM3hV {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5ebf0;
  box-shadow: 0 2px 10px rgba(15, 45, 65, 0.04);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page_faqItem__ZM3hV[open] {
  border-color: #bfe0ec;
  box-shadow: 0 10px 30px rgba(8, 110, 160, 0.1);
}

.page_faqQuestion__21phv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.03rem;
  font-weight: 650;
  color: #141b23;
  cursor: pointer;
  list-style: none;
  text-align: left;
}

.page_faqQuestion__21phv::-webkit-details-marker {
  display: none;
}

/* Plus icon that rotates into a cross when open */
.page_faqIcon__cdRLE {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.page_faqIcon__cdRLE::before,
.page_faqIcon__cdRLE::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0891b2;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.page_faqIcon__cdRLE::before {
  width: 16px;
  height: 2.4px;
}

.page_faqIcon__cdRLE::after {
  width: 2.4px;
  height: 16px;
}

.page_faqItem__ZM3hV[open] .page_faqIcon__cdRLE {
  transform: rotate(45deg);
}

.page_faqAnswer__TQMcb {
  padding: 0 1.5rem 1.3rem;
  font-size: 0.97rem;
  color: #556270;
  line-height: 1.7;
  text-align: left;
}

/* ============================ FINAL CTA ============================ */

.page_finalCtaSection__TYm4d {
  padding: 3rem 1.5rem 6rem;
  background: #ffffff;
}

.page_finalCtaPanel__1dQ7D {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 4.5rem 2rem;
  border-radius: 28px;
  text-align: center;
  color: #f2f6f8;
  background: #050c13;
  border: 1px solid rgba(34, 211, 238, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_finalGlow__3T63m {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 20%, rgba(6, 182, 212, 0.38) 0%, transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 55% 90%, rgba(5, 150, 105, 0.3) 0%, transparent 45%);
  filter: blur(40px);
  pointer-events: none;
}

.page_finalTitle__nngEX {
  position: relative;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 1rem;
}

.page_gradientTextLight__cKNP3 {
  background: linear-gradient(92deg, #67e8f9 0%, #60a5fa 50%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page_finalText__usaTa {
  position: relative;
  font-size: 1.1rem;
  color: #b6c0c9;
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.page_finalCtaPanel__1dQ7D .page_ctaPrimary__wftVG {
  position: relative;
}

.page_finalMicrocopy__55JlE {
  position: relative;
  margin-top: 1.1rem;
  font-size: 0.88rem;
  color: #8b98a5;
}

/* ============================ RESPONSIVE ============================ */

@media (max-width: 900px) {
  .page_steps__e0Sxr {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
  }

  .page_examplesHead__pZytm {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

@media (max-width: 560px) {
  .page_steps__e0Sxr {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 720px) {
  .page_hero__SKW6o {
    padding: 4rem 1.25rem 3.5rem;
  }

  .page_features__8wy9y {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .page_featureCard__09F8a,
  .page_featureCard__09F8a:nth-child(4),
  .page_featureCard__09F8a:nth-child(5) {
    grid-column: auto;
  }

  .page_priceCards__QAtYI {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .page_section__61PEw,
  .page_sectionAlt__g2P4Z {
    padding: 4.25rem 1.25rem;
  }

  .page_examples__4dKhr {
    padding: 4.25rem 0;
  }

  .page_ctaRow__yWcJm {
    flex-direction: column;
    width: 100%;
  }

  .page_ctaPrimary__wftVG,
  .page_ctaSecondary__bpX9v {
    width: 100%;
    justify-content: center;
  }

  .page_trustRow__j6Y8p {
    gap: 0.85rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.75rem;
  }

  .page_phoneCard__sAFFv {
    width: 200px;
  }

  .page_finalCtaPanel__1dQ7D {
    padding: 3.25rem 1.5rem;
  }

  .page_finalCtaPanel__1dQ7D .page_ctaPrimary__wftVG {
    width: auto;
  }
}

