/*
Theme Name: SplitClaro v16 Child
Theme URI: https://splitclaro.com/
Description: Tema hijo de Astra para la landing nativa de Elementor basada en SplitClaro v16.
Author: SplitClaro
Template: astra
Version: 16.0.0
Text Domain: splitclaro-v16-child
*/


@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("fonts/space-grotesk-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("fonts/space-grotesk-latin-600-normal.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("fonts/space-grotesk-latin-700-normal.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("fonts/dm-mono-latin-400-normal.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("fonts/dm-mono-latin-500-normal.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
:root {
  --lime: #d8ff43;
  --lime-soft: #efffb7;
  --violet: #b19cff;
  --violet-soft: #e5dfff;
  --ink: #11120f;
  --paper: #fbfbfa;
  --soft: #f1f1ef;
  --soft-deep: #e8e8e5;
  --muted: #696a65;
  --line: rgba(17, 18, 15, .14);
  --line-strong: rgba(17, 18, 15, .28);
  --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
main { width: 100%; overflow: clip; }
::selection { background: var(--lime); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }

.section-pad {
  padding: 88px max(28px, calc((100vw - var(--content)) / 2));
}
.kicker,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--muted);
  text-transform: uppercase;
  font: 500 10px/1.35 "DM Mono", monospace;
  letter-spacing: 1.25px;
}
.kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 1px var(--ink);
}
.kicker-light { color: rgba(251, 251, 250, .58); }
.kicker-light::before { box-shadow: none; }
.section-intro h2,
.product-head h2,
.how-title h2,
.access-heading h2,
.price-heading h2,
.faq-head h2 {
  margin: 0;
  font: 500 clamp(46px, 5vw, 72px)/.98 "Space Grotesk", sans-serif;
  letter-spacing: -3.5px;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 50;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--content), calc(100% - 32px));
  height: 66px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 10px 0 16px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: rgba(251, 251, 250, .9);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(251, 251, 250, .95);
  box-shadow: 0 10px 35px rgba(17, 18, 15, .06);
}
.brand-link { display: inline-flex; justify-self: start; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  font: 700 14px/1 "Space Grotesk", sans-serif;
}
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word strong { font: 700 16px/1 "Space Grotesk", sans-serif; letter-spacing: -.6px; }
.brand-word small { margin-top: 5px; color: var(--muted); font: 500 6px/1 "DM Mono", monospace; letter-spacing: 1.5px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; color: #30312e; font-size: 12px; font-weight: 600; }
.main-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--ink);
  transition: right .2s ease;
}
.main-nav > a:hover::after,
.main-nav > a.is-active::after { right: 0; }
.mobile-nav-actions { display: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.lang-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  font: 500 9px "DM Mono", monospace;
}
.login-link { font-size: 12px; font-weight: 600; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17, 18, 15, .1); }
.button-small { min-height: 42px; padding: 0 18px; gap: 14px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #292a26; }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover { background: #e2ff76; }
.button-outline { background: var(--paper); }
.button-full { width: 100%; }
.header-price-cta { min-width: 132px; }
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--lime);
  cursor: pointer;
}
.menu-toggle span { display: block; width: 100%; height: 1.5px; margin: 5px 0; background: var(--ink); }
.scroll-progress {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 1px;
  transform-origin: left;
  background: var(--violet);
}

/* Hero */
.hero {
  padding: 132px max(28px, calc((100vw - var(--content)) / 2)) 64px;
  background: var(--paper);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}
.hero-copy { position: relative; min-width: 0; }
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 1px var(--ink), 12px 0 0 var(--violet);
  margin-right: 12px;
}
.hero h1 {
  max-width: 590px;
  margin: 0;
  font: 500 clamp(62px, 6.2vw, 86px)/.92 "Space Grotesk", sans-serif;
  letter-spacing: -5px;
}
.hero h1 em { position: relative; font-style: normal; }
.hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 18%;
  background: var(--lime);
}
.hero-support { max-width: 540px; margin-top: 32px; padding-bottom: 3px; }
.hero-lede { margin: 0 0 28px; color: #30312e; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.microcopy { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: var(--muted); font: 500 8px/1.45 "DM Mono", monospace; }
.microcopy span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--ink); }
.hero-demo {
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--soft);
}
.hero-demo-tabs {
  height: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 5px;
  border-bottom: 1px solid var(--line);
}
.hero-demo-tabs span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 17px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}
.hero-demo-tabs span.is-active { background: var(--paper); color: var(--ink); box-shadow: 0 1px 3px rgba(17,18,15,.08); }
.hero-demo-tabs i { width: 8px; height: 8px; border-radius: 50%; background: var(--soft-deep); }
.hero-demo-tabs span:nth-child(1) i { background: var(--lime); }
.hero-demo-tabs span:nth-child(2) i { background: var(--violet); }
.hero-demo-tabs span:nth-child(3) i { background: var(--ink); }
.hero-visual { position: relative; height: 548px; overflow: hidden; }
.agreement-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.agreement-backdrop-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,18,15,.2), rgba(17,18,15,.06) 42%, rgba(17,18,15,.62)); }
.agreement-summary {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(17,18,15,.62);
  color: var(--paper);
  backdrop-filter: blur(16px);
}
.agreement-mini-avatars { display: flex; }
.agreement-mini-avatars span {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  margin-left: -5px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--violet);
  color: var(--ink);
  font: 700 8px "DM Mono", monospace;
}
.agreement-mini-avatars span:first-child { margin-left: 0; background: #8eb8f4; }
.agreement-mini-avatars span:last-child { background: var(--lime); }
.agreement-summary p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.agreement-summary strong { font-size: 12px; }
.agreement-summary small { color: rgba(255,255,255,.63); font-size: 8px; }
.agreement-split {
  position: absolute;
  z-index: 2;
  width: 170px;
  min-height: 126px;
  padding: 18px;
  border-radius: 18px;
  color: var(--ink);
}
.agreement-split-writing { left: 36px; bottom: 74px; background: var(--lime); }
.agreement-split-master { right: 36px; bottom: 74px; background: var(--violet); }
.agreement-split small { display: block; margin-bottom: 5px; text-transform: uppercase; font: 500 8px "DM Mono", monospace; letter-spacing: .8px; }
.agreement-split strong { font: 500 48px/1 "Space Grotesk", sans-serif; letter-spacing: -2px; }
.agreement-split > i { height: 6px; display: block; margin-top: 13px; overflow: hidden; border-radius: 999px; background: rgba(17,18,15,.18); }
.agreement-split > i span { width: 80%; height: 100%; display: block; border-radius: inherit; background: var(--ink); }
.agreement-split-master > i span { width: 20%; background: #473ac8; }
.agreement-ready {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 0 8px 30px rgba(17,18,15,.18);
  font-size: 11px;
}
.agreement-ready i { width: 8px; height: 8px; border-radius: 50%; background: #75bd3a; }
.agreement-ready span { color: var(--muted); }
.agreement-trust { position: absolute; z-index: 2; left: 28px; right: 28px; top: 26px; display: flex; justify-content: space-between; color: var(--paper); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: 1px; }

/* Audience line */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); }
.marquee > div { width: max-content; display: flex; animation: role-loop 30s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 32px; padding: 19px 22px; color: #52534e; font: 500 9px "DM Mono", monospace; letter-spacing: 1px; }
.marquee i { color: var(--violet); font-style: normal; }
@keyframes role-loop { to { transform: translateX(-50%); } }

/* Problem */
.friction { background: var(--paper); }
.friction .section-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
.section-copy {
  max-width: 580px;
  margin: 28px 0 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.comparison-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  min-height: 350px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}
.chaos-card,
.clarity-card { position: relative; isolation: isolate; overflow: hidden; padding: 34px; }
.chaos-card { background: radial-gradient(circle at 10% 90%, rgba(177,156,255,.75), transparent 48%), linear-gradient(145deg, #f2f1ec, #e7e2ff); }
.clarity-card { background: radial-gradient(circle at 92% 10%, rgba(216,255,67,.92), transparent 43%), linear-gradient(145deg, #fbfbfa, #efffb7); }
.chaos-card::after,
.clarity-card::after,
.steps article::after,
.access-grid article::after,
.community-opportunity-card::after,
.support-card::after,
.corporate-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -45%;
  pointer-events: none;
  opacity: .16;
  background: repeating-radial-gradient(ellipse at 52% 48%, transparent 0 15px, rgba(17,18,15,.4) 16px, transparent 17px 24px);
  transform: rotate(-9deg);
}
.board-label { color: var(--muted); text-transform: uppercase; font: 500 9px "DM Mono", monospace; letter-spacing: 1px; }
.chaos-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
  color: #4e4f4a;
  font-size: 12px;
}
.chaos-note span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-deep); font-size: 10px; }
.scribble { position: absolute; right: 35px; bottom: 31px; color: rgba(17,18,15,.26); font: 500 38px cursive; transform: rotate(-6deg); }
.clarity-card > .brand { margin: 48px 0 20px; }
.clarity-list { border-top: 1px solid var(--line); }
.clarity-list > div { display: grid; grid-template-columns: 28px 1fr 25px; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.clarity-list span { color: var(--muted); font: 500 8px "DM Mono", monospace; }
.clarity-list p { margin: 0; font-size: 13px; font-weight: 600; }
.clarity-list b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 9px; }
.board-arrow {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}

/* Product */
.product { background: var(--ink); color: var(--paper); }
.product-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
}
.product-head > p { max-width: 440px; margin: 0 0 7px auto; color: rgba(251,251,250,.6); font-size: 15px; line-height: 1.7; }
.swipe-hint { display: none; }
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(255,255,255,.15);
}
.module-card { position: relative; isolation: isolate; min-width: 0; overflow: hidden; padding: 28px; }
.module-card::after { content: ""; position: absolute; z-index: -1; inset: -45%; pointer-events: none; opacity: .13; background: repeating-radial-gradient(ellipse at 52% 48%, transparent 0 15px, rgba(255,255,255,.42) 16px, transparent 17px 24px); transform: rotate(-9deg); }
.module-1 { background: radial-gradient(circle at 18% 12%, rgba(216,255,67,.34), transparent 43%), #191a17; }
.module-2 { background: radial-gradient(circle at 84% 16%, rgba(177,156,255,.42), transparent 45%), #191a17; }
.module-3 { background: radial-gradient(circle at 55% 100%, rgba(216,255,67,.25), transparent 48%), linear-gradient(145deg, #191a17, #282329); }
.module-top { display: flex; align-items: center; justify-content: space-between; color: rgba(251,251,250,.45); font: 500 9px "DM Mono", monospace; }
.module-top i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--paper); font-style: normal; }
.module-visual { position: relative; height: 168px; margin: 22px 0 18px; overflow: hidden; border-radius: 17px; background: #252622; }
.module-1 .module-visual { background: var(--lime-soft); }
.module-2 .module-visual { background: var(--violet-soft); }
.module-3 .module-visual { background: #efefec; }
.split-ring {
  position: absolute;
  width: 132px;
  height: 132px;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--ink) 0 50%, var(--violet) 50% 80%, var(--paper) 80%);
}
.split-ring::after { content: ""; position: absolute; inset: 21px; border-radius: 50%; background: var(--lime-soft); }
.split-ring b,
.split-ring small { position: relative; z-index: 2; color: var(--ink); }
.split-ring b { font: 500 38px "Space Grotesk", sans-serif; }
.split-ring small { position: absolute; margin: 37px 0 0 38px; font: 500 9px "DM Mono", monospace; }
.mini-avatars { position: absolute; z-index: 3; left: 50%; bottom: 14px; transform: translateX(-50%); display: flex; }
.mini-avatars span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; background: var(--ink); color: var(--paper); font: 500 8px "DM Mono", monospace; }
.mini-avatars span:nth-child(2) { background: var(--violet); color: var(--ink); }
.mini-avatars span:nth-child(3) { background: #dfc9a0; color: var(--ink); }
.vinyl {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 20px;
  transform: translateX(-50%) rotate(-9deg);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, var(--ink) 0 2px, #292a26 3px 8px);
}
.vinyl::before { content: ""; position: absolute; inset: 49px; border-radius: 50%; background: var(--lime); }
.vinyl i { position: absolute; z-index: 2; width: 14px; height: 14px; left: 68px; top: 68px; border-radius: 50%; background: var(--paper); }
.level-bars { position: absolute; right: 15px; bottom: 14px; display: flex; align-items: end; gap: 4px; height: 38px; padding: 6px 7px; border-radius: 8px; background: var(--paper); }
.level-bars span { width: 5px; background: var(--ink); }
.level-bars span:nth-child(1) { height: 45%; }.level-bars span:nth-child(2) { height: 90%; }.level-bars span:nth-child(3) { height: 62%; }.level-bars span:nth-child(4) { height: 100%; }.level-bars span:nth-child(5) { height: 36%; }
.signature-line { position: absolute; top: 65px; left: 10%; width: 80%; padding-bottom: 10px; border-bottom: 1px solid var(--ink); color: var(--ink); font: 500 40px cursive; transform: rotate(-5deg); }
.signature-line::after { content: "firma verificada"; position: absolute; left: 0; bottom: -19px; font: 500 6px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .7px; }
.approved-stamp { position: absolute; right: 18px; bottom: 16px; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); color: var(--ink); font: 600 15px "Space Grotesk", sans-serif; }
.module-card h3 { margin: 0; font: 500 26px "Space Grotesk", sans-serif; letter-spacing: -1px; }
.module-card > p { min-height: 75px; margin: 10px 0 22px; color: rgba(251,251,250,.6); font-size: 12px; line-height: 1.65; }
.module-card > small { color: rgba(251,251,250,.4); font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }

/* How it works */
.how { background: var(--paper); }
.how-title { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.how-title .kicker { grid-column: 1 / -1; margin-bottom: -34px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--line);
}
.steps article { position: relative; isolation: isolate; min-height: 242px; overflow: hidden; padding: 28px; }
.steps article:nth-child(1) { background: radial-gradient(circle at 95% 0, rgba(216,255,67,.75), transparent 43%), var(--paper); }
.steps article:nth-child(2) { background: radial-gradient(circle at 8% 100%, rgba(177,156,255,.72), transparent 48%), var(--paper); }
.steps article:nth-child(3) { background: radial-gradient(circle at 88% 88%, rgba(216,255,67,.52), transparent 48%), linear-gradient(145deg, #f2f1ed, #e7e2ff); }
.step-number { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font: 500 9px "DM Mono", monospace; }
.step-number span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 14px; }
.steps article:nth-child(2) .step-number span { background: var(--violet-soft); }
.steps article:nth-child(3) .step-number span { background: var(--ink); color: var(--paper); }
.steps h3 { margin: 50px 0 10px; font: 500 23px "Space Grotesk", sans-serif; letter-spacing: -.7px; }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.step-line { display: none; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  border-block: 1px solid var(--line);
}
.trust-strip > div { display: grid; grid-template-columns: 28px 1fr 20px; gap: 12px; align-items: center; padding: 19px 20px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip span { color: var(--muted); font: 500 8px "DM Mono", monospace; }
.trust-strip p { margin: 0; font-size: 10px; font-weight: 600; }
.trust-strip b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); font-size: 8px; }

/* Access and security */
.access-trust { background: var(--ink); color: var(--paper); }
.access-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.access-heading .kicker { grid-column: 1 / -1; margin-bottom: -38px; }
.access-heading > p:last-child { max-width: 500px; margin: 0 0 7px auto; color: rgba(251,251,250,.58); font-size: 15px; line-height: 1.72; }
.access-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.14);
}
.access-grid article { position: relative; isolation: isolate; min-height: 230px; overflow: hidden; padding: 27px; background: #191a17; }
.access-grid article::after { opacity: .12; background: repeating-radial-gradient(ellipse at 52% 48%, transparent 0 15px, rgba(255,255,255,.42) 16px, transparent 17px 24px); }
.access-grid article:nth-child(1) { background: radial-gradient(circle at 15% 15%, rgba(216,255,67,.3), transparent 48%), #191a17; }
.access-grid article:nth-child(2) { background: radial-gradient(circle at 85% 8%, rgba(177,156,255,.38), transparent 48%), #191a17; }
.access-grid article:nth-child(3) { background: radial-gradient(circle at 16% 92%, rgba(177,156,255,.3), transparent 48%), #191a17; }
.access-grid article:nth-child(4) { background: radial-gradient(circle at 88% 88%, rgba(216,255,67,.28), transparent 48%), #191a17; }
.access-grid article > span { color: rgba(251,251,250,.38); font: 500 8px "DM Mono", monospace; }
.access-grid h3 { margin: 52px 0 10px; font: 500 20px "Space Grotesk", sans-serif; }
.access-grid p { margin: 0; color: rgba(251,251,250,.55); font-size: 11px; line-height: 1.68; }
.access-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-block: 1px solid rgba(255,255,255,.18); }
.access-flow > div { position: relative; display: flex; align-items: center; gap: 12px; padding: 18px; border-right: 1px solid rgba(255,255,255,.18); }
.access-flow > div:last-child { border-right: 0; }
.access-flow span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font: 600 8px "DM Mono", monospace; }
.access-flow p { margin: 0; color: rgba(251,251,250,.72); font-size: 10px; font-weight: 600; }
.access-flow i { position: absolute; right: 17px; color: rgba(255,255,255,.35); font-style: normal; }

/* Community */
.community-showcase { background: var(--paper); color: var(--ink); }
.community-showcase-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.community-identity { display: flex; align-items: center; gap: 11px; text-transform: uppercase; font-size: 10px; letter-spacing: .7px; }
.community-identity > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font: 500 8px "DM Mono", monospace; }
.community-filters { display: flex; gap: 6px; }
.community-filters span { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }
.community-top-cta { justify-self: end; }
.community-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-top: 38px;
}
.community-gallery-card { position: relative; grid-column: span 3; height: 310px; overflow: hidden; border-radius: 18px; background: var(--soft); }
.community-gallery-card:nth-child(2) { transform: translateY(18px); }
.community-gallery-card:nth-child(3) { transform: translateY(-12px); }
.community-gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.community-gallery-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(17,18,15,.7)); }
.community-gallery-card > span { position: absolute; z-index: 2; left: 18px; bottom: 17px; color: var(--paper); text-transform: uppercase; font: 500 8px "DM Mono", monospace; letter-spacing: .9px; }
.community-opportunity-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .6fr 1.4fr .9fr;
  gap: 55px;
  align-items: end;
  margin-top: 18px;
  padding: 46px;
  border-radius: 22px;
  background: radial-gradient(circle at 90% 16%, rgba(216,255,67,.88), transparent 38%), radial-gradient(circle at 7% 100%, rgba(177,156,255,.95), transparent 52%), #f1efff;
}
.community-opportunity-card .kicker { align-self: start; }
.community-opportunity-card h2 { margin: 0; font: 500 clamp(38px, 4.2vw, 62px)/1 "Space Grotesk", sans-serif; letter-spacing: -3px; }
.community-opportunity-card > p:not(.kicker) { margin: 0; color: #565751; font-size: 13px; line-height: 1.7; }
.community-opportunity-card .button { grid-column: 3; justify-self: start; }
.community-foundation {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--line);
}
.community-group-visual { position: relative; min-height: 520px; overflow: hidden; background: var(--soft); }
.community-group-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.community-group-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,18,15,.06), rgba(17,18,15,.75)); }
.community-group-roles { position: absolute; z-index: 2; top: 22px; left: 22px; display: flex; flex-wrap: wrap; gap: 6px; }
.community-group-roles span { padding: 8px 12px; border-radius: 999px; background: rgba(251,251,250,.9); font-size: 9px; }
.community-group-members { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border-radius: 14px; background: rgba(255,255,255,.28); backdrop-filter: blur(16px); }
.community-group-members > div { display: grid; grid-template-columns: 26px 1fr; gap: 9px; align-items: center; padding: 13px; background: rgba(17,18,15,.68); color: var(--paper); }
.community-group-members > div > span { color: rgba(255,255,255,.5); font: 500 7px "DM Mono", monospace; }
.community-group-members p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.community-group-members strong { font-size: 10px; }
.community-group-members small { color: rgba(255,255,255,.55); font-size: 7px; }
.community-group-note { position: absolute; z-index: 2; right: 22px; top: 25px; color: var(--paper); font: 500 7px "DM Mono", monospace; letter-spacing: 1px; }
.community-foundation-info { display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: var(--paper); }
.community-foundation-copy h3 { max-width: 520px; margin: 0; font: 500 clamp(40px, 4.6vw, 64px)/.98 "Space Grotesk", sans-serif; letter-spacing: -3.4px; }
.community-foundation-copy > p:last-child { max-width: 510px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.community-foundation-proof { margin-top: 34px; }
.community-foundation-proof ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.community-foundation-proof li { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 600; }
.community-foundation-proof li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); font-size: 8px; }
.community-roadmap { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.community-roadmap article { position: relative; isolation: isolate; overflow: hidden; padding: 18px; border-radius: 13px; background: radial-gradient(circle at 100% 0, rgba(216,255,67,.64), transparent 47%), var(--soft); }
.community-roadmap article::after { content: ""; position: absolute; z-index: -1; inset: -60%; opacity: .12; background: repeating-radial-gradient(ellipse at center, transparent 0 13px, rgba(17,18,15,.32) 14px, transparent 15px 21px); transform: rotate(-8deg); }
.community-roadmap article:last-child { background: radial-gradient(circle at 0 100%, rgba(216,255,67,.5), transparent 47%), var(--violet-soft); }
.community-roadmap span { text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
.community-roadmap p { margin: 14px 0 0; color: #5f605b; font-size: 9px; line-height: 1.65; }

/* Pricing */
.pricing { background: var(--soft); }
.price-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}
.price-heading .kicker { grid-column: 1 / -1; margin-bottom: -40px; }
.price-heading > p:last-child { max-width: 500px; margin: 0 0 7px auto; color: var(--muted); font-size: 14px; line-height: 1.7; }
.launch-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 46px;
  padding: 28px 30px;
  overflow: hidden;
  border: 1px solid rgba(17,18,15,.1);
  border-radius: 20px;
  background: radial-gradient(circle at 92% 130%, rgba(177,156,255,.75), transparent 41%), linear-gradient(112deg, var(--lime) 0 34%, #f5f6ef 69%, var(--violet-soft) 100%);
}
.launch-offer-copy > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--ink); color: var(--paper); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
.launch-offer h3 { max-width: 650px; margin: 17px 0 0; font: 500 clamp(26px, 3vw, 40px)/1 "Space Grotesk", sans-serif; letter-spacing: -1.8px; }
.launch-offer p { max-width: 700px; margin: 13px 0 0; color: #50514c; font-size: 11px; line-height: 1.65; }
.launch-offer-window { min-width: 188px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.launch-offer-window strong { font: 500 clamp(50px, 5vw, 72px)/.86 "Space Grotesk", sans-serif; letter-spacing: -4px; }
.launch-offer-window span { max-width: 180px; margin-top: 11px; color: #50514c; text-transform: uppercase; font: 500 7px/1.5 "DM Mono", monospace; letter-spacing: .6px; }
.price-assurance { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 36px; }
.price-assurance > span { display: flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: #4d4e49; font-size: 9px; }
.price-assurance b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); font-size: 7px; }
.billing-toggle { width: fit-content; display: flex; gap: 3px; margin: 28px 0 34px auto; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.billing-toggle button { min-width: 120px; height: 42px; padding: 0 15px; border: 0; border-radius: 999px; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.billing-toggle button.active { background: var(--ink); color: var(--paper); }
.billing-toggle button span { margin-left: 7px; padding: 3px 6px; border-radius: 999px; background: var(--lime); color: var(--ink); font: 500 7px "DM Mono", monospace; }
.price-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 12px; align-items: stretch; }
.plan-card { position: relative; isolation: isolate; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; padding: 34px; border: 1px solid rgba(17,18,15,.1); border-radius: 24px; background: radial-gradient(circle at 8% 12%, rgba(216,255,67,.84), transparent 30%), radial-gradient(circle at 88% 82%, rgba(177,156,255,.92), transparent 42%), linear-gradient(145deg, #f7f7f2 8%, #dde1c8 45%, #d8cffc 100%); color: var(--ink); }
.plan-card::after { content: ""; position: absolute; z-index: -1; inset: -40%; pointer-events: none; opacity: .18; background: repeating-radial-gradient(circle at 45% 55%, rgba(17,18,15,.18) 0 1px, transparent 1px 4px); transform: rotate(13deg); }
.plan-card-pro { min-height: 650px; border-color: rgba(255,255,255,.14); background: radial-gradient(circle at 13% 20%, #a58eff 0, rgba(102,77,197,.86) 24%, transparent 51%), radial-gradient(circle at 88% 90%, #d8ff43 0, rgba(109,135,35,.62) 23%, transparent 50%), radial-gradient(circle at 72% 22%, #344532 0, #12130f 57%); color: var(--paper); box-shadow: 0 22px 60px rgba(17,18,15,.16); }
.plan-card-pro::after { opacity: .16; background: repeating-radial-gradient(circle at 45% 55%, rgba(255,255,255,.24) 0 1px, transparent 1px 4px); }
.popular { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 8px 11px; border-radius: 999px; background: var(--lime); color: var(--ink); font: 500 7px "DM Mono", monospace; letter-spacing: .7px; }
.plan-primary-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; }
.plan-head { min-width: 0; padding-top: 2px; }
.plan-badge { color: rgba(17,18,15,.58); text-transform: uppercase; font: 500 8px "DM Mono", monospace; letter-spacing: .9px; }
.plan-card-pro .plan-badge { color: rgba(251,251,250,.58); }
.plan-head h3 { margin: 9px 0 0; font: 500 clamp(38px, 4.2vw, 58px)/.94 "Space Grotesk", sans-serif; letter-spacing: -2.8px; }
.plan-price-wrap { display: grid; justify-items: end; padding-top: 18px; text-align: right; }
.launch-price-label { margin-bottom: 8px; color: rgba(17,18,15,.62); text-transform: uppercase; font: 500 6px "DM Mono", monospace; letter-spacing: .65px; }
.plan-card-pro .launch-price-label { color: rgba(251,251,250,.62); }
.plan-price { display: flex; align-items: start; }
.plan-price > span { margin: 7px 5px 0 0; font: 500 17px "Space Grotesk", sans-serif; }
.plan-price strong { font: 500 clamp(55px, 5.8vw, 79px)/.82 "Space Grotesk", sans-serif; letter-spacing: -4px; }
.plan-price-wrap > sup { margin-top: 7px; color: rgba(17,18,15,.6); font: 500 8px "DM Mono", monospace; }
.plan-card-pro .plan-price-wrap > sup { color: rgba(251,251,250,.62); }
.price-compare { display: flex; align-items: center; gap: 7px; margin-top: 7px; }
.price-compare del { color: rgba(17,18,15,.5); font: 500 15px "Space Grotesk", sans-serif; text-decoration-thickness: 1px; }
.price-compare small { max-width: 88px; color: rgba(17,18,15,.5); font: 500 5.5px/1.35 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .35px; }
.plan-card-pro .price-compare del,
.plan-card-pro .price-compare small { color: rgba(251,251,250,.5); }
.plan-description { max-width: 470px; min-height: 43px; margin: 30px 0 0; color: rgba(17,18,15,.68); font-size: 11px; line-height: 1.65; }
.plan-card-pro .plan-description { color: rgba(251,251,250,.68); }
.billing-detail { min-height: 22px; display: flex; align-items: center; gap: 7px; margin: 12px 0 0; color: rgba(17,18,15,.55); font: 500 7px "DM Mono", monospace; }
.plan-card-pro .billing-detail { color: rgba(251,251,250,.56); }
.billing-detail span { padding: 4px 6px; border-radius: 999px; background: var(--lime); color: var(--ink); }
.official-after { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; padding: 11px 13px; border: 1px solid rgba(17,18,15,.17); border-radius: 11px; background: rgba(251,251,250,.28); }
.official-after span { color: rgba(17,18,15,.58); text-transform: uppercase; font: 500 6px "DM Mono", monospace; letter-spacing: .55px; }
.official-after strong { text-align: right; font: 600 9px "Space Grotesk", sans-serif; }
.plan-card-pro .official-after { border-color: rgba(251,251,250,.22); background: rgba(251,251,250,.08); }
.plan-card-pro .official-after span { color: rgba(251,251,250,.58); }
.plan-promise { margin: 34px 0 15px; color: rgba(17,18,15,.72); font: 600 10px "Space Grotesk", sans-serif; }
.plan-card-pro .plan-promise { color: rgba(251,251,250,.78); }
.plan-highlights { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.plan-highlights li { display: grid; grid-template-columns: 23px 1fr; gap: 10px; align-items: center; color: rgba(17,18,15,.82); font-size: 10px; line-height: 1.45; }
.plan-card-pro .plan-highlights li { color: rgba(251,251,250,.9); }
.plan-highlights li > span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(17,18,15,.46); border-radius: 50%; font: 500 7px "DM Mono", monospace; }
.plan-card-pro .plan-highlights li > span { border-color: rgba(251,251,250,.7); }
.plan-details { margin: 24px 0 22px; border-top: 1px solid rgba(17,18,15,.2); border-bottom: 1px solid rgba(17,18,15,.2); }
.plan-card-pro .plan-details { border-color: rgba(251,251,250,.22); }
.plan-details summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 0; font-size: 9px; font-weight: 700; cursor: pointer; list-style: none; }
.plan-details summary::-webkit-details-marker { display: none; }
.plan-details summary span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; transition: transform .2s ease; }
.plan-details[open] summary span { transform: rotate(45deg); }
.plan-features { margin: 0; padding: 0 0 14px; list-style: none; }
.plan-features li { display: grid; grid-template-columns: 21px 1fr; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 10px; line-height: 1.5; }
.plan-card-pro .plan-features li { border-color: rgba(255,255,255,.16); }
.plan-features li > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--ink); font-size: 7px; }
.plan-features li > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.plan-features li em { flex: 0 0 auto; padding: 4px 6px; border-radius: 999px; background: var(--violet-soft); color: var(--ink); text-transform: uppercase; font: 500 6px "DM Mono", monospace; }
.plan-features .not-included { color: rgba(17,18,15,.5); }
.plan-features .not-included > span { background: rgba(251,251,250,.45); color: rgba(17,18,15,.6); }
.plan-features .coming-soon { color: rgba(251,251,250,.66); }
.plan-features .coming-soon > span { background: var(--violet-soft); }
.plan-card .button { min-height: 58px; margin-top: auto; border-radius: 999px; background: rgba(251,251,250,.96); color: var(--ink); font-size: 11px; }
.plan-card-pro .button { background: var(--paper); color: var(--ink); }
.price-notes { max-width: 760px; margin: 22px auto 0; text-align: center; color: var(--muted); font: 500 8px/1.65 "DM Mono", monospace; }
.price-notes p { margin: 4px 0; }

/* FAQ */
.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-head { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 28px 1fr 32px; gap: 16px; align-items: center; padding: 21px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button > span { color: var(--muted); font: 500 8px "DM Mono", monospace; }
.faq-item button b { font-size: 12px; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); font-style: normal; font-size: 16px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0 48px 0 44px; color: var(--muted); font-size: 12px; line-height: 1.72; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { margin-bottom: 24px; }

/* Editorial news */
.news { border-top: 1px solid var(--line); background: var(--paper); }
.news-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.news-head h2 { margin: 0; font: 500 clamp(46px, 5vw, 72px)/.98 "Space Grotesk", sans-serif; letter-spacing: -3.5px; }
.news-head > span { padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 9px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.news-card { min-width: 0; }
.news-visual { position: relative; isolation: isolate; aspect-ratio: 1 / .78; display: grid; place-items: center; overflow: hidden; border-radius: 20px; background: #dcd8f6; color: var(--paper); }
.news-visual::before { content: ""; position: absolute; z-index: -2; inset: 0; }
.news-card-1 .news-visual::before { background: radial-gradient(circle at 75% 87%, #d8ff43 0, #6f8448 19%, transparent 45%), radial-gradient(circle at 19% 12%, #b19cff 0, #584b87 28%, #20221d 74%); }
.news-card-2 .news-visual::before { background: radial-gradient(circle at 50% 62%, #d8ff43 0, #b19cff 24%, #50458c 43%, #141510 78%); }
.news-card-3 .news-visual::before { background: radial-gradient(circle at 22% 78%, #b19cff 0, #665c9b 25%, transparent 50%), radial-gradient(circle at 82% 18%, #efffb7 0, #81945a 24%, #182017 70%); }
.news-visual::after { content: ""; position: absolute; z-index: -1; inset: -20%; opacity: .28; background: repeating-radial-gradient(ellipse at center, transparent 0 17px, rgba(255,255,255,.35) 18px, transparent 19px); transform: rotate(-12deg); }
.news-visual > span { max-width: 260px; padding: 20px; text-align: center; font: 500 clamp(24px, 2.7vw, 38px)/1.04 "Space Grotesk", sans-serif; letter-spacing: -1.5px; text-shadow: 0 2px 16px rgba(17,18,15,.2); }
.news-visual i,
.news-visual b { position: absolute; border-radius: 50%; background: rgba(251,251,250,.18); filter: blur(1px); }
.news-visual i { width: 110px; height: 110px; left: -38px; top: -30px; }
.news-visual b { width: 72px; height: 72px; right: -18px; bottom: 26px; }
.news-card h3 { min-height: 58px; margin: 20px 2px 13px; font: 500 20px/1.25 "Space Grotesk", sans-serif; letter-spacing: -.7px; }
.news-card > p { display: flex; align-items: center; gap: 11px; margin: 0 2px; color: var(--muted); font-size: 9px; }
.news-card > p strong { color: var(--ink); font-weight: 600; }

/* Closing CTA and app footer */
.final-cta {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 28px;
  overflow: hidden;
  background: var(--violet-soft);
  text-align: center;
}
.final-cta .kicker { position: relative; z-index: 2; }
.final-cta h2 { position: relative; z-index: 2; max-width: 850px; margin: 0; font: 500 clamp(58px, 7vw, 96px)/.92 "Space Grotesk", sans-serif; letter-spacing: -5px; }
.final-cta-inner > p:not(.kicker) { position: relative; z-index: 2; margin: 26px 0; color: #555650; font-size: 14px; }
.final-cta .button { position: relative; z-index: 2; }
.final-ribbon { position: absolute; width: 920px; height: 300px; border: 42px solid rgba(216,255,67,.78); border-radius: 50%; transform: rotate(-7deg); }
.final-stamp { position: absolute; right: 7%; bottom: 9%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font: 600 28px "Space Grotesk", sans-serif; }
.app-footer { position: relative; overflow: hidden; padding: 62px 0 38px; background: #f4f3ef; }
.footer-top { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 430px; gap: 60px; align-items: start; }
.social-block > p,
.support-card > p { margin: 0 0 15px; color: var(--muted); text-transform: uppercase; font: 500 8px "DM Mono", monospace; letter-spacing: 1.1px; }
.social-block > div { display: flex; gap: 8px; }
.social-block span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font: 500 8px "DM Mono", monospace; transition: transform .2s ease, background .2s ease; }
.social-block span:hover { transform: translateY(-2px); background: var(--violet); color: var(--ink); }
.support-card { position: relative; isolation: isolate; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 92% 12%, rgba(216,255,67,.65), transparent 43%), radial-gradient(circle at 4% 110%, rgba(177,156,255,.58), transparent 52%), var(--paper); }
.support-card h2 { margin: 0 0 12px; font: 500 27px/1.05 "Space Grotesk", sans-serif; letter-spacing: -1.2px; }
.support-card > span { color: var(--muted); font-size: 11px; }
.support-card a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; margin-top: 25px; padding: 5px 5px 5px 18px; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 10px; }
.support-card a i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-style: normal; font-size: 20px; transition: transform .2s ease; }
.support-card a:hover i { transform: rotate(45deg); }
.footer-directory { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-directory h2 { margin: 0 0 17px; color: var(--muted); font: 500 9px "DM Mono", monospace; letter-spacing: .45px; }
.footer-directory ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-directory a { position: relative; display: inline-flex; font: 500 13px "Space Grotesk", sans-serif; }
.footer-directory a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 1px; background: var(--ink); transition: right .2s ease; }
.footer-directory a:hover::after { right: 0; }
.footer-wordmark { position: relative; z-index: 2; margin-top: 82px; font: 600 clamp(96px, 14vw, 205px)/.72 "Space Grotesk", sans-serif; letter-spacing: -11px; white-space: nowrap; }
.footer-wordmark sup { display: inline-block; margin-left: 10px; font: 600 clamp(21px, 3vw, 43px)/1 "Space Grotesk", sans-serif; letter-spacing: -1px; vertical-align: top; }
.footer-arc { position: absolute; z-index: 1; width: 480px; height: 480px; right: -120px; bottom: -320px; border: 80px solid var(--violet); border-radius: 50%; }
.footer-bottom { position: relative; z-index: 3; display: flex; justify-content: space-between; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
.mobile-price-cta { display: none; }

/* Corporate and policy pages */
.corporate-page { min-height: 100vh; background: var(--paper); }
.corporate-header {
  width: min(var(--content), calc(100% - 32px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 12px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(251,251,250,.94);
}
.corporate-header nav { display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 600; }
.corporate-content { width: min(980px, calc(100% - 56px)); margin: 0 auto; padding: 120px 0 130px; }
.corporate-hero { max-width: 840px; }
.corporate-hero h1 { margin: 0; font: 500 clamp(62px, 7.4vw, 104px)/.9 "Space Grotesk", sans-serif; letter-spacing: -6px; }
.corporate-hero > p:last-child { max-width: 720px; margin: 36px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-notice { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; margin-top: 50px; padding: 22px; border: 1px solid #d6be58; border-radius: 15px; background: #fff8cc; }
.legal-notice > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 500 10px "DM Mono", monospace; }
.legal-notice p { margin: 3px 0 0; color: #515047; font-size: 11px; line-height: 1.65; }
.corporate-sections { margin-top: 80px; border-top: 1px solid var(--line-strong); }
.corporate-sections > section { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 42px 0; border-bottom: 1px solid var(--line-strong); }
.corporate-sections > section > span { padding-top: 8px; color: var(--muted); font: 500 8px "DM Mono", monospace; }
.corporate-sections h2 { max-width: 730px; margin: 0; font: 500 clamp(32px, 4vw, 52px)/1 "Space Grotesk", sans-serif; letter-spacing: -2.5px; }
.corporate-sections p { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.corporate-sections ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.corporate-sections li { display: flex; gap: 10px; align-items: center; color: #464742; font-size: 11px; }
.corporate-sections li::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--ink); font: 500 7px "DM Mono", monospace; }
.corporate-cta { position: relative; isolation: isolate; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 72px; padding: 36px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 90% 10%, rgba(216,255,67,.88), transparent 42%), radial-gradient(circle at 3% 110%, rgba(177,156,255,.95), transparent 55%), var(--violet-soft); }
.corporate-cta h2 { max-width: 580px; margin: 0; font: 500 clamp(32px, 4vw, 52px)/1 "Space Grotesk", sans-serif; letter-spacing: -2.5px; }
.corporate-footer { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 34px max(28px, calc((100vw - var(--content)) / 2)); border-top: 1px solid var(--line); background: var(--soft); }
.corporate-footer p { margin: 0; color: var(--muted); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .65px; }

/* Motion */
.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready.is-revealed { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    box-shadow: 0 18px 50px rgba(17,18,15,.1);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 15px 12px; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-top: 9px; }
  .mobile-nav-actions a { padding: 14px; border-radius: 999px; background: var(--soft); text-align: center; font-size: 11px; }
  .mobile-nav-actions .mobile-nav-price { display: flex; justify-content: space-between; background: var(--lime); }
  .menu-toggle { display: block; }
  .main-nav + .header-actions { grid-column: 2; grid-row: 1; }

  .hero-layout { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 30px; }
  .hero h1 { font-size: clamp(54px, 6.8vw, 72px); }
  .hero-visual { height: 510px; }

  .access-grid { grid-template-columns: 1fr 1fr; }
  .community-gallery-card { height: 320px; }
  .community-foundation { grid-template-columns: 1fr; }
  .community-group-visual { min-height: 600px; }
  .community-foundation-info { min-height: 560px; }
  .plan-price strong { font-size: clamp(64px, 6.3vw, 84px); }
  .footer-wordmark { font-size: clamp(92px, 13vw, 150px); }
}

@media (max-width: 760px) {
  .section-pad { padding: 78px 18px; }
  .section-intro h2,
  .product-head h2,
  .how-title h2,
  .access-heading h2,
  .price-heading h2,
  .faq-head h2 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -2.5px; }

  .site-header { top: 8px; width: calc(100% - 16px); height: 60px; padding-left: 12px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand-word strong { font-size: 14px; }
  .brand-word small { font-size: 5px; }
  .header-actions { gap: 7px; }
  .login-link,
  .header-price-cta { display: none; }
  .lang-link { width: 32px; height: 32px; }
  .menu-toggle { width: 36px; height: 36px; padding: 8px; }

  .hero { padding: 116px 18px 64px; }
  .hero-layout { display: block; }
  .eyebrow { max-width: 320px; margin-bottom: 28px; font-size: 8px; }
  .hero h1 { max-width: 360px; font-size: clamp(52px, 15vw, 70px); letter-spacing: -4px; }
  .hero h1 em::after { bottom: 2px; }
  .hero-support { margin-top: 30px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding: 0 14px; gap: 10px; font-size: 10px; }
  .microcopy { font-size: 7px; }
  .hero-demo { margin-top: 40px; border-radius: 18px; }
  .hero-demo-tabs { height: 48px; }
  .hero-demo-tabs span { gap: 6px; font-size: 9px; }
  .hero-visual { height: 390px; }
  .agreement-trust { left: 14px; right: 14px; top: 14px; font-size: 5px; }
  .agreement-summary { top: 40px; width: calc(100% - 28px); justify-content: center; }
  .agreement-summary strong { font-size: 10px; }
  .agreement-summary small { font-size: 7px; }
  .agreement-split { width: 124px; min-height: 96px; padding: 13px; border-radius: 14px; }
  .agreement-split-writing { left: 14px; bottom: 58px; }
  .agreement-split-master { right: 14px; bottom: 58px; }
  .agreement-split strong { font-size: 36px; }
  .agreement-ready { bottom: 16px; padding: 10px 13px; font-size: 9px; }

  .marquee span { gap: 22px; padding: 15px 18px; font-size: 7px; }

  .friction .section-intro,
  .product-head,
  .how-title,
  .access-heading,
  .price-heading { display: block; }
  .section-copy,
  .product-head > p,
  .access-heading > p:last-child,
  .price-heading > p:last-child { margin: 22px 0 0; font-size: 13px; }
  .comparison-board { grid-template-columns: 1fr; min-height: 0; margin-top: 38px; }
  .chaos-card,
  .clarity-card { min-height: 330px; padding: 24px; }
  .board-arrow { transform: translate(-50%, -50%) rotate(90deg); }

  .module-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin: 40px -18px 0; padding: 0 18px 10px; border: 0; border-radius: 0; background: transparent; }
  .module-card { min-width: 84vw; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; }
  .swipe-hint { display: flex; align-items: center; justify-content: space-between; margin: 25px 0 -20px; color: var(--muted); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
  .swipe-hint-light { color: rgba(251,251,250,.5); }
  .module-card > p { min-height: 60px; }

  .how-title .kicker,
  .access-heading .kicker,
  .price-heading .kicker { margin-bottom: 20px; }
  .steps { grid-template-columns: 1fr; margin-top: 38px; }
  .steps article { min-height: 230px; }
  .steps h3 { margin-top: 50px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }

  .access-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin: 40px -18px 0; padding: 0 18px 10px; border: 0; border-radius: 0; background: transparent; }
  .access-grid article { min-width: 78vw; min-height: 240px; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
  .access-flow { grid-template-columns: 1fr; }
  .access-flow > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .access-flow > div:last-child { border-bottom: 0; }
  .access-flow i { transform: rotate(90deg); }

  .community-showcase-top { grid-template-columns: 1fr auto; }
  .community-filters { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .community-top-cta { min-height: 40px; padding: 0 14px; font-size: 9px; }
  .community-gallery { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 30px; }
  .community-gallery-card { grid-column: auto; height: 250px; }
  .community-gallery-card:nth-child(2),
  .community-gallery-card:nth-child(3) { transform: none; }
  .community-opportunity-card { grid-column: 1 / -1; display: block; margin-top: 2px; padding: 28px; }
  .community-opportunity-card h2 { font-size: 40px; letter-spacing: -2.3px; }
  .community-opportunity-card > p:not(.kicker) { margin-top: 20px; }
  .community-opportunity-card .button { margin-top: 24px; }
  .community-foundation { margin-top: 48px; }
  .community-group-visual { min-height: 470px; }
  .community-group-members { grid-template-columns: 1fr; }
  .community-group-members > div { display: none; }
  .community-group-members > div:first-child { display: grid; }
  .community-foundation-info { min-height: 0; padding: 30px 24px; }
  .community-foundation-copy h3 { font-size: 43px; letter-spacing: -2.5px; }
  .community-roadmap { grid-template-columns: 1fr; }

  .price-assurance { display: grid; gap: 5px; margin-top: 26px; }
  .launch-offer { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; padding: 24px; }
  .launch-offer-window { min-width: 0; align-items: flex-start; text-align: left; }
  .launch-offer-window strong { font-size: 54px; letter-spacing: -3px; }
  .billing-toggle { width: 100%; margin: 24px 0; }
  .billing-toggle button { min-width: 0; flex: 1; }
  .price-grid { grid-template-columns: 1fr; }
  .plan-card,
  .plan-card-pro { min-height: 620px; padding: 27px 23px; border-radius: 20px; }
  .plan-primary-row { gap: 12px; }
  .plan-card-pro .plan-primary-row { padding-top: 28px; }
  .plan-head h3 { font-size: 39px; letter-spacing: -2px; }
  .plan-price-wrap { padding-top: 13px; }
  .plan-price strong { font-size: 52px; letter-spacing: -3px; }
  .plan-price > span { margin-top: 4px; font-size: 13px; }
  .price-compare { gap: 5px; }
  .price-compare del { font-size: 12px; }
  .price-compare small { display: none; }
  .plan-description { min-height: 0; margin-top: 24px; }
  .plan-promise { margin-top: 27px; }
  .plan-features li > div { align-items: start; flex-direction: column; }

  .faq-layout { display: block; }
  .faq-head { position: static; margin-bottom: 42px; }
  .faq-item button { grid-template-columns: 22px 1fr 30px; gap: 10px; }
  .faq-item button b { font-size: 11px; }
  .faq-answer p { margin-left: 32px; margin-right: 40px; }

  .news-head { align-items: flex-start; flex-direction: column; }
  .news-head h2 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -2.5px; }
  .news-head > span { padding: 10px 13px; font-size: 7px; }
  .news-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 9px; margin: 34px -18px 0; padding: 0 18px 12px; }
  .news-card { min-width: 83vw; scroll-snap-align: start; }
  .news-card h3 { min-height: 0; font-size: 19px; }

  .final-cta { min-height: 470px; padding: 80px 18px; }
  .final-cta h2 { font-size: clamp(53px, 14vw, 68px); letter-spacing: -4px; }
  .final-ribbon { width: 600px; height: 230px; border-width: 32px; }
  .final-stamp { display: none; }

  .app-footer { padding: 46px 18px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .support-card { padding: 24px; }
  .footer-directory { grid-template-columns: 1fr 1fr; gap: 32px 20px; margin-top: 42px; }
  .footer-directory a { font-size: 12px; }
  .footer-wordmark { margin-top: 70px; font-size: clamp(64px, 23vw, 104px); letter-spacing: -6px; }
  .footer-wordmark sup { margin-left: 4px; font-size: 18px; }
  .footer-arc { width: 300px; height: 300px; right: -150px; bottom: -180px; border-width: 52px; }
  .footer-bottom { gap: 18px; margin-top: 27px; font-size: 6px; }

  .mobile-price-cta {
    position: fixed;
    z-index: 45;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 7px 7px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(251,251,250,.94);
    box-shadow: 0 12px 35px rgba(17,18,15,.18);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-price-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-price-cta > span { color: var(--muted); font-size: 8px; }
  .mobile-price-cta b { padding: 11px 14px; border-radius: 999px; background: var(--lime); font-size: 9px; }

  .corporate-header { width: calc(100% - 16px); min-height: 60px; margin-top: 8px; padding: 8px 9px 8px 12px; }
  .corporate-header nav > a:not(.button) { display: none; }
  .corporate-header .button { min-height: 40px; padding: 0 13px; font-size: 9px; }
  .corporate-content { width: calc(100% - 36px); padding: 88px 0 90px; }
  .corporate-hero h1 { font-size: clamp(52px, 15vw, 70px); letter-spacing: -4px; }
  .corporate-hero > p:last-child { margin-top: 27px; font-size: 14px; }
  .legal-notice { grid-template-columns: 30px 1fr; margin-top: 36px; padding: 17px; }
  .corporate-sections { margin-top: 56px; }
  .corporate-sections > section { grid-template-columns: 28px 1fr; gap: 12px; padding: 31px 0; }
  .corporate-sections h2 { font-size: 32px; letter-spacing: -1.8px; }
  .corporate-sections p { margin-top: 18px; font-size: 12px; }
  .corporate-cta { align-items: flex-start; flex-direction: column; margin-top: 50px; padding: 25px; }
  .corporate-cta h2 { font-size: 34px; letter-spacing: -2px; }
  .corporate-footer { align-items: flex-start; flex-direction: column; padding: 30px 18px; }
}

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

/*
 * SplitClaro layout layer
 * -----------------------
 * This file contains only the page-builder structure. Visual component styles
 * remain in globals.css. The hierarchy maps directly to a future native
 * Elementor build: Section / Container / Columns / Widget.
 */

:root {
  --sc-container-width: 1200px;
  --sc-gutter: clamp(22px, 3.2vw, 40px);
  --sc-section-space: clamp(76px, 7vw, 104px);
}

.sc-section {
  position: relative;
  width: 100%;
  min-width: 0;
  scroll-margin-top: 88px;
}

.sc-section.section-pad {
  padding: var(--sc-section-space) 0;
}

.sc-container {
  width: min(var(--sc-container-width), calc(100% - (var(--sc-gutter) * 2)));
  min-width: 0;
  margin-inline: auto;
}

.sc-columns,
.sc-widget {
  min-width: 0;
}

/* Full-width backgrounds always live on the section; content stays boxed. */
.hero.sc-section {
  padding-inline: 0;
}

.final-cta.sc-section {
  padding-inline: 0;
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-footer {
  padding-inline: 0;
}

.footer-shell {
  position: relative;
  z-index: 2;
}

/* Prevent fixed-width visual assets from forcing a horizontal overflow. */
.hero-layout,
.friction-layout,
.product-layout,
.how-layout,
.access-layout,
.community-layout,
.pricing-layout,
.faq-layout,
.news-layout,
.footer-shell {
  min-width: 0;
}

.hero-layout {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.hero-demo,
.comparison-board,
.module-grid,
.steps,
.access-grid,
.community-gallery,
.community-foundation,
.price-grid,
.news-grid {
  max-width: 100%;
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy,
  .hero-support {
    max-width: 720px;
  }

  .hero-demo {
    width: 100%;
  }
}

@media (max-width: 760px) {
  :root {
    --sc-gutter: 18px;
    --sc-section-space: 72px;
  }

  .sc-section {
    scroll-margin-top: 76px;
  }

  .sc-section.section-pad {
    padding: var(--sc-section-space) 0;
  }
}


/* Elementor-native bridge: structure remains owned by Elementor widgets. */
body.home #masthead, body.home #colophon, body.home .site-footer { display: none !important; }
body.home .site-content, body.home .ast-container, body.home #primary, body.home .site-main, body.home article.page, body.home .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.home .entry-header { display: none !important; }
#ast-scroll-top, .ast-scroll-top-icon, .ast-scroll-to-top-right { display: none !important; }
.elementor-element, .elementor-widget, .elementor-widget-container, .e-con, .e-con-inner { min-width: 0; }
.elementor p { margin-top: 0; }
.elementor .e-con { --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px; --gap: 0px; }
.elementor .elementor-heading-title { color: inherit; font-family: "Space Grotesk", sans-serif !important; }
.elementor-widget-text-editor:last-child p:last-child { margin-bottom: 0; }
.elementor-widget-button.button { min-height: auto; padding: 0; border: 0; background: transparent; }
.elementor-widget-button.button .elementor-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper); color: var(--ink); font: 600 12px "Manrope", sans-serif; box-shadow: none; }
.elementor-widget-button.button-dark .elementor-button { background: var(--ink); color: var(--paper); }
.elementor-widget-button.button-lime .elementor-button { background: var(--lime); color: var(--ink); }
.elementor-widget-button.button-outline .elementor-button { background: var(--paper); color: var(--ink); }
.elementor-widget-button.button-small .elementor-button { min-height: 42px; padding-inline: 18px; }
.elementor-widget-button.button-full, .elementor-widget-button.button-full .elementor-button { width: 100%; }
.elementor-widget-button.nav-link, .elementor-widget-button.lang-link, .elementor-widget-button.login-link, .elementor-widget-button.menu-toggle { width: auto; padding: 0; background: transparent; }
.elementor-widget-button.nav-link .elementor-button, .elementor-widget-button.login-link .elementor-button { padding: 0; border: 0; border-radius: 0; background: transparent; color: #30312e; font: 600 12px "Manrope", sans-serif; }
.elementor-widget-button.lang-link .elementor-button { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: #f0efec; color: var(--ink); font: 600 10px "Manrope", sans-serif; }
.elementor-widget-button.menu-toggle .elementor-button { width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); }
.site-header, .hero, .friction, .product, .how, .access-trust, .community, .pricing, .faq, .news, .final-cta, .app-footer { max-width: none !important; }
.site-header > .e-con-inner, .hero > .e-con-inner, .friction > .e-con-inner, .product > .e-con-inner, .how > .e-con-inner, .access-trust > .e-con-inner, .community > .e-con-inner, .pricing > .e-con-inner, .faq > .e-con-inner, .news > .e-con-inner, .app-footer > .e-con-inner { width: 100%; }
.hero > .e-con-inner, .friction > .e-con-inner, .product > .e-con-inner, .how > .e-con-inner, .access-trust > .e-con-inner, .community > .e-con-inner, .pricing > .e-con-inner, .faq > .e-con-inner, .news > .e-con-inner, .app-footer > .e-con-inner { max-width: var(--content); margin-inline: auto; }
.hero-layout > .e-con-inner, .hero-actions > .e-con-inner, .hero-demo-tabs > .e-con-inner, .agreement-summary > .e-con-inner, .agreement-mini-avatars > .e-con-inner, .agreement-trust > .e-con-inner, .marquee > .e-con-inner, .section-intro > .e-con-inner, .comparison-board > .e-con-inner, .product-head > .e-con-inner, .module-grid > .e-con-inner, .module-top > .e-con-inner, .mini-avatars > .e-con-inner, .level-bars > .e-con-inner, .how-title > .e-con-inner, .steps > .e-con-inner, .trust-strip > .e-con-inner, .trust-item > .e-con-inner, .access-heading > .e-con-inner, .access-grid > .e-con-inner, .access-flow > .e-con-inner, .access-flow-item > .e-con-inner, .community-showcase-top > .e-con-inner, .community-filters > .e-con-inner, .community-gallery > .e-con-inner, .community-foundation > .e-con-inner, .community-roadmap > .e-con-inner, .price-heading > .e-con-inner, .launch-offer > .e-con-inner, .price-assurance > .e-con-inner, .billing-toggle > .e-con-inner, .price-grid > .e-con-inner, .plan-primary-row > .e-con-inner, .faq-layout > .e-con-inner, .news-head > .e-con-inner, .news-grid > .e-con-inner, .footer-top > .e-con-inner, .socials > .e-con-inner, .footer-directory > .e-con-inner, .footer-bottom > .e-con-inner, .brand > .e-con-inner { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
.site-header { display: grid !important; grid-template-columns: 1fr auto 1fr; align-items: center; }
.site-header .brand { justify-self: start; }
.site-header .main-nav { justify-self: center; }
.site-header .header-actions { justify-self: end; }
.hero-layout { padding: 0; }
.hero-layout > .e-con-inner { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 54px; align-items: center; }
.module-grid > .e-con-inner, .steps > .e-con-inner, .access-grid > .e-con-inner, .price-grid > .e-con-inner, .news-grid > .e-con-inner, .footer-directory > .e-con-inner { display: grid; }
.faq-layout > .e-con-inner { display: grid; }
.comparison-board > .e-con-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.product-head > .e-con-inner, .how-title > .e-con-inner, .access-heading > .e-con-inner, .price-heading > .e-con-inner, .section-intro > .e-con-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.78fr); gap: 56px; align-items: end; }
.module-grid > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.steps > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; }
.access-grid > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.community-gallery { grid-template-columns: .78fr 1.08fr 1.18fr 1.08fr .78fr; gap: 8px; align-items: stretch; }
.community-gallery .community-gallery-card { grid-column: auto; width: auto; min-width: 0; }
.community-gallery .community-opportunity-card { grid-column: 2 / 5; grid-row: 1; z-index: 3; align-self: center; width: auto; min-width: 0; }
.community-gallery > .e-con-inner { display: grid; grid-template-columns: .78fr 1.08fr 1.18fr 1.08fr .78fr; gap: 8px; align-items: stretch; }
.community-foundation > .e-con-inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10px; }
.community-roadmap > .e-con-inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; }
.launch-offer > .e-con-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 32px; align-items: end; }
.price-grid > .e-con-inner { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-items: stretch; }
.plan-card > .e-con-inner { display: flex; flex-direction: column; height: 100%; }
.plan-primary-row > .e-con-inner { justify-content: space-between; align-items: flex-start; flex-wrap: nowrap; }
.faq-layout > .e-con-inner { grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.news-grid > .e-con-inner { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.footer-top > .e-con-inner { display: grid; grid-template-columns: 1fr minmax(340px,430px); gap: 56px; align-items: start; }
.footer-directory > .e-con-inner { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.footer-bottom > .e-con-inner, .agreement-trust > .e-con-inner { justify-content: space-between; align-items: center; flex-wrap: nowrap; }
.final-cta > .e-con-inner { display: flex; flex-direction: column; }
.agreement-backdrop { position: absolute !important; inset: 0; width: 100%; height: 100%; }
.agreement-backdrop .elementor-widget-container, .agreement-backdrop img { width: 100%; height: 100%; object-fit: cover; }
.agreement-split > .e-con-inner { display: flex; flex-direction: column; }
.brand { width: auto; padding: 0; align-items: center; flex-wrap: nowrap; }
.brand > .e-con-inner { align-items: center; flex-wrap: nowrap; }
.main-nav, .header-actions { width: auto; padding: 0; align-items: center; flex-wrap: nowrap; }
.main-nav { gap: 28px; }
.header-actions { gap: 12px; }
.brand-mark p { margin: 0; }
.brand-word p { margin: 5px 0 0; color: var(--muted); font: 500 6px/1 "DM Mono", monospace; letter-spacing: 1.5px; }
.brand-word .elementor-heading-title { font: 700 16px/1 "Space Grotesk", sans-serif; letter-spacing: -.6px; }
.hero .elementor-widget-heading h1 { max-width: 590px; margin: 0; font: 500 clamp(62px, 6.2vw, 86px)/.92 "Space Grotesk", sans-serif; letter-spacing: -5px; }
.hero .elementor-widget-heading h1 em { position: relative; font-style: normal; }
.hero .elementor-widget-heading h1 em::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 4px; height: 18%; background: var(--lime); }
.hero-lede p { margin: 0; color: #30312e; font-size: 16px; line-height: 1.65; }
.microcopy p { display: flex; align-items: center; gap: 8px; }
.microcopy p > span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--ink); }
.agreement-summary { width: auto; flex-direction: row; flex-wrap: nowrap; }
.agreement-summary .agreement-mini-avatars { width: auto; padding: 0; flex-direction: row; flex-wrap: nowrap; }
.agreement-summary .agreement-mini-avatars .elementor-widget-text-editor { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; background: var(--violet); }
.agreement-summary .agreement-mini-avatars .elementor-widget-text-editor:first-child { margin-left: 0; background: #8eb8f4; }
.agreement-summary .agreement-mini-avatars .elementor-widget-text-editor:last-child { background: var(--lime); }
.agreement-summary .agreement-mini-avatars p { margin: 0; font: 700 8px "DM Mono", monospace; }
.agreement-summary > .elementor-widget-text-editor { width: auto; }
.agreement-summary .elementor-widget-text-editor p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.agreement-summary small { color: rgba(255,255,255,.63); font-size: 8px; }
.agreement-split .elementor-heading-title { font: 500 48px/1 "Space Grotesk", sans-serif; letter-spacing: -2px; }
.agreement-split .split-label p { margin: 0; text-transform: uppercase; font: 500 8px "DM Mono", monospace; letter-spacing: .8px; }
.agreement-split .elementor-widget-text-editor:last-child p { height: 6px; margin-top: 13px; overflow: hidden; border-radius: 999px; background: rgba(17,18,15,.18); }
.agreement-split .elementor-widget-text-editor:last-child i, .agreement-split .elementor-widget-text-editor:last-child span { display: block; height: 100%; }
.agreement-split-writing .elementor-widget-text-editor:last-child span { width: 80%; background: var(--ink); }
.agreement-split-master .elementor-widget-text-editor:last-child span { width: 20%; background: #473ac8; }
.agreement-ready p { display: flex; align-items: center; gap: 11px; margin: 0; }
.agreement-ready p > i { width: 8px; height: 8px; border-radius: 50%; background: #75bd3a; }
.agreement-trust p { margin: 0; }
.hero-demo-tabs { padding: 5px; }
.hero-demo-tabs > .e-con-inner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; }
.hero-demo-tabs .elementor-widget-text-editor { display: flex; align-items: center; justify-content: center; border-radius: 17px; }
.hero-demo-tabs .elementor-widget-text-editor:first-child { background: var(--paper); color: var(--ink); box-shadow: 0 1px 3px rgba(17,18,15,.08); }
.hero-demo-tabs p { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0; }
.marquee { padding-inline: 0; }
.marquee > .e-con-inner { width: max-content; flex-wrap: nowrap; animation: role-loop 30s linear infinite; }
.marquee .elementor-widget-text-editor { flex: 0 0 auto; }
.marquee p { display: inline-flex; align-items: center; gap: 32px; margin: 0; padding: 19px 22px; color: #52534e; font: 500 9px "DM Mono", monospace; letter-spacing: 1px; }
.section-copy p, .product-head > .elementor-widget-text-editor p, .access-heading > .elementor-widget-text-editor p, .price-heading > .elementor-widget-text-editor p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.chaos-note p { display: flex; align-items: center; gap: 14px; margin: 0; }
.chaos-note p > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--soft-deep); }
.clarity-row > .e-con-inner { display: grid; grid-template-columns: 28px 1fr 25px; gap: 12px; align-items: center; width: 100%; }
.clarity-row p { margin: 0; }
.module-card > .elementor-widget-text-editor:not(.module-detail) p, .step .card-copy p, .access-card .card-copy p { color: rgba(251,251,250,.62); font-size: 12px; line-height: 1.65; }
.module-detail p { color: rgba(251,251,250,.4); font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
.step .card-copy p { color: var(--muted); }
.card-index p { margin: 0; color: var(--muted); font: 500 9px "DM Mono", monospace; }
.access-heading > .elementor-widget-text-editor p { color: rgba(251,251,250,.62); }
.access-flow-item > .e-con-inner { align-items: center; justify-content: space-between; flex-wrap: nowrap; }
.community-gallery-card img, .community-group-image img { width: 100%; height: 100%; object-fit: cover; }
.community-gallery-card > .e-con-inner, .community-group-visual > .e-con-inner { height: 100%; }
.community-gallery-card .elementor-widget-image, .community-gallery-card .elementor-widget-container, .community-group-image, .community-group-image .elementor-widget-container { height: 100%; }
.community-gallery-card > .e-con-inner > .elementor-widget-text-editor { position: absolute; z-index: 2; left: 18px; bottom: 16px; }
.community-gallery-card > .e-con-inner > .elementor-widget-text-editor p { color: var(--paper); text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: 1px; }
.community-foundation-copy > .elementor-widget-text-editor:last-child p, .community-foundation-proof p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.launch-offer-copy > .elementor-widget-text-editor:last-child p, .price-notes p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.billing-toggle .elementor-widget-button { min-width: 122px; }
.billing-toggle .elementor-button { width: 100%; min-height: 42px; border: 0; background: transparent; color: var(--ink); }
.billing-toggle .active .elementor-button { background: var(--ink); color: var(--paper); }
body.sc-billing-monthly .price-annual, body:not(.sc-billing-monthly) .price-monthly { display: none !important; }
.plan-price p, .price-compare p, .billing-detail p, .official-after p, .plan-promise p, .plan-highlights p { margin: 0; }
.plan-price p { white-space: nowrap; }
.plan-card .plan-head .elementor-heading-title,
.plan-card .plan-price,
.plan-card .plan-price p,
.plan-card .plan-price span,
.plan-card .plan-price strong { color: var(--ink) !important; }
.plan-card-pro .plan-head .elementor-heading-title,
.plan-card-pro .plan-price,
.plan-card-pro .plan-price p,
.plan-card-pro .plan-price span,
.plan-card-pro .plan-price strong { color: var(--paper) !important; }
.plan-price strong { font: 500 clamp(64px, 6vw, 88px)/.88 "Space Grotesk", sans-serif; letter-spacing: -5px; }
.price-compare { color: var(--muted); font-size: 9px; }
.plan-description p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.plan-card-pro .plan-description p, .plan-card-pro .price-compare { color: rgba(251,251,250,.66); }
.plan-highlights { display: grid; gap: 12px; }
.plan-details .elementor-accordion-title { font: 600 11px "Manrope", sans-serif; }
.faq-list .elementor-accordion-item { border: 0; border-bottom: 1px solid var(--line-strong); }
.faq-list .elementor-tab-title { padding: 21px 0; }
.faq-list .elementor-tab-content { padding: 0 44px 24px; color: var(--muted); font-size: 12px; line-height: 1.72; }
.news-visual p { position: relative; z-index: 2; max-width: 260px; margin: 0; color: var(--paper); text-align: center; font: 500 clamp(24px, 2.7vw, 38px)/1.04 "Space Grotesk", sans-serif; letter-spacing: -1.5px; }
.final-cta > .e-con-inner { align-items: center; text-align: center; }
.final-cta > .e-con-inner > .elementor-widget-text-editor:not(.kicker) p { color: #555650; font-size: 14px; }
.socials > .e-con-inner { gap: 8px; }
.socials p { width: 48px; height: 48px; display: grid; place-items: center; margin: 0; border-radius: 50%; background: var(--ink); color: var(--paper); font: 500 8px "DM Mono", monospace; }
.support-card > .elementor-widget-text-editor p { color: var(--muted); font-size: 11px; }
.footer-group .elementor-heading-title { margin: 0 0 17px; color: var(--muted); font: 500 9px "DM Mono", monospace; }
.footer-group p { line-height: 2; }
.footer-group a { font: 500 13px "Space Grotesk", sans-serif; }
.footer-wordmark .elementor-heading-title { font: 600 clamp(96px, 14vw, 205px)/.72 "Space Grotesk", sans-serif; letter-spacing: -11px; white-space: nowrap; }
.footer-bottom p { margin: 0; text-transform: uppercase; font: 500 7px "DM Mono", monospace; letter-spacing: .8px; }
@media (max-width: 980px) { .hero-layout > .e-con-inner { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .hero > .e-con-inner, .friction > .e-con-inner, .product > .e-con-inner, .how > .e-con-inner, .access-trust > .e-con-inner, .community > .e-con-inner, .pricing > .e-con-inner, .faq > .e-con-inner, .news > .e-con-inner, .app-footer > .e-con-inner { padding-inline: 18px; }
  .site-header { display: flex !important; align-items: center; justify-content: space-between; }
  .main-nav { display: none; }
  .main-nav.is-open { position: absolute; top: 68px; left: 0; right: 0; display: flex; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 18px 50px rgba(17,18,15,.1); }
  .main-nav.is-open > .e-con-inner { display: flex; flex-direction: column; }
  .hero-layout > .e-con-inner, .section-intro > .e-con-inner, .product-head > .e-con-inner, .how-title > .e-con-inner, .access-heading > .e-con-inner, .price-heading > .e-con-inner, .community-foundation > .e-con-inner, .launch-offer > .e-con-inner, .footer-top > .e-con-inner { display: flex; flex-direction: column; }
  .comparison-board > .e-con-inner, .steps > .e-con-inner, .price-grid > .e-con-inner, .faq-layout > .e-con-inner, .footer-directory > .e-con-inner, .community-foundation > .e-con-inner, .community-roadmap > .e-con-inner { grid-template-columns: 1fr; }
  .module-grid > .e-con-inner, .access-grid > .e-con-inner, .news-grid > .e-con-inner { display: flex; flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; }
  .module-card, .access-card, .news-card { min-width: 84vw; scroll-snap-align: start; }
  .community-gallery, .community-gallery > .e-con-inner { grid-template-columns: 1fr 1fr; }
  .community-gallery .community-opportunity-card { grid-column: 1 / -1; grid-row: auto; }
  .plan-price strong { font-size: 52px; }
  .footer-wordmark .elementor-heading-title { font-size: clamp(64px, 23vw, 104px); letter-spacing: -6px; }
}

/* SplitClaro final Elementor parity layer — native containers/widgets */
.elementor .site-header {
  grid-template-columns: minmax(190px,1fr) auto minmax(190px,1fr) !important;
  width: min(1600px,calc(100% - 48px)) !important;
  min-height: 66px !important;
  padding: 8px 10px 8px 18px !important;
  border: 1px solid rgba(17,18,15,.12) !important;
  border-radius: 20px !important;
  background: rgba(251,251,250,.9) !important;
  box-shadow: 0 14px 38px rgba(17,18,15,.06) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.elementor .site-header .brand { justify-self: start; width: auto !important; }
.elementor .site-header .main-nav { justify-self: center; width: auto !important; }
.elementor .site-header .header-actions { justify-self: end; width: auto !important; }
.elementor .site-header .elementor-button { min-height: 44px; }
.elementor .main-nav .elementor-button { padding: 11px 15px !important; border-radius: 999px !important; }
.elementor .main-nav .elementor-button:hover,
.elementor .main-nav .elementor-button:focus-visible { background: #efefec !important; color: var(--ink) !important; }
.elementor .section-intro .elementor-heading-title,
.elementor .product-head .elementor-heading-title,
.elementor .how-title .elementor-heading-title,
.elementor .access-heading .elementor-heading-title,
.elementor .price-heading .elementor-heading-title,
.elementor .faq-layout > .e-con-inner > .elementor-element:first-child .elementor-heading-title,
.elementor .news-head .elementor-heading-title {
  margin: 0 !important;
  font-family: "Space Grotesk",sans-serif !important;
  font-size: clamp(46px,5vw,72px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}
.elementor .hero .elementor-widget-heading h1 {
  max-width: 800px !important;
  margin: 0 !important;
  font-size: clamp(72px,8.3vw,132px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: -.072em !important;
}
.elementor .module-card h3.elementor-heading-title,
.elementor .step h3.elementor-heading-title,
.elementor .access-card h3.elementor-heading-title {
  margin: 0 !important;
  font-size: clamp(22px,2.15vw,30px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
}
.elementor .community-opportunity-card h2.elementor-heading-title,
.elementor .community-foundation-copy h3.elementor-heading-title,
.elementor .launch-offer-copy h3.elementor-heading-title {
  margin: 0 !important;
  font-size: clamp(38px,4.2vw,64px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
}
.elementor .community-group-copy h3.elementor-heading-title,
.elementor .plan-head h3.elementor-heading-title {
  margin: 0 !important;
  font-size: clamp(36px,4.4vw,68px) !important;
  font-weight: 500 !important;
  line-height: .94 !important;
  letter-spacing: -.055em !important;
}
.elementor .news-card h3.elementor-heading-title {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.22 !important;
  letter-spacing: -.025em !important;
}
.elementor .final-cta h2.elementor-heading-title {
  margin: 0 !important;
  font-size: clamp(58px,7.4vw,108px) !important;
  font-weight: 500 !important;
  line-height: .92 !important;
  letter-spacing: -.065em !important;
}
.elementor .support-card h2.elementor-heading-title {
  margin: 0 !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}
.elementor .footer-group h2.elementor-heading-title {
  margin: 0 0 17px !important;
  color: var(--muted) !important;
  font: 500 9px/1 "DM Mono",monospace !important;
  letter-spacing: .08em !important;
}
.elementor .footer-wordmark h2.elementor-heading-title {
  font: 600 clamp(96px,14vw,205px)/.72 "Space Grotesk",sans-serif !important;
  letter-spacing: -.055em !important;
}
.elementor .friction,
.elementor .how,
.elementor .community,
.elementor .faq,
.elementor .news { border-top: 1px solid var(--line); }
.elementor .section-copy,
.elementor .product-head > .elementor-widget-text-editor,
.elementor .access-heading > .elementor-widget-text-editor,
.elementor .price-heading > .elementor-widget-text-editor { max-width: 560px; }
@media (max-width:760px) {
  .elementor .site-header {
    left: 50% !important;
    right: auto !important;
    top: 8px !important;
    display: flex !important;
    width: calc(100% - 16px) !important;
    min-height: 60px !important;
    padding: 7px 8px 7px 12px !important;
    transform: translateX(-50%) !important;
    border-radius: 15px !important;
  }
  .elementor .site-header .brand { margin-right: auto; }
  .elementor .site-header .header-actions { margin-left: auto; }
  .elementor .site-header .main-nav { display: none !important; }
  .elementor .site-header .main-nav.is-open {
    position: absolute !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid var(--line) !important;
    border-radius: 15px !important;
    background: rgba(251,251,250,.98) !important;
    box-shadow: 0 18px 50px rgba(17,18,15,.12) !important;
  }
  .elementor .site-header .main-nav.is-open > .e-con-inner { align-items: stretch !important; }
  .elementor .site-header .main-nav.is-open .elementor-widget-button { width: 100% !important; }
  .elementor .site-header .main-nav.is-open .elementor-button { justify-content: flex-start !important; width: 100% !important; }
  .elementor .menu-toggle { display: block !important; }
  .elementor .hero .elementor-widget-heading h1 {
    max-width: 360px !important;
    font-size: clamp(52px,15vw,70px) !important;
    line-height: .92 !important;
    letter-spacing: -.065em !important;
  }
  .elementor .section-intro .elementor-heading-title,
  .elementor .product-head .elementor-heading-title,
  .elementor .how-title .elementor-heading-title,
  .elementor .access-heading .elementor-heading-title,
  .elementor .price-heading .elementor-heading-title,
  .elementor .faq-layout > .e-con-inner > .elementor-element:first-child .elementor-heading-title,
  .elementor .news-head .elementor-heading-title {
    font-size: 52px !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }
  .elementor .community-opportunity-card h2.elementor-heading-title,
  .elementor .community-foundation-copy h3.elementor-heading-title,
  .elementor .launch-offer-copy h3.elementor-heading-title { font-size: 40px !important; line-height: 1 !important; }
  .elementor .community-group-copy h3.elementor-heading-title,
  .elementor .plan-head h3.elementor-heading-title { font-size: 44px !important; line-height: .96 !important; }
  .elementor .final-cta h2.elementor-heading-title { font-size: 68px !important; line-height: .92 !important; }
  .elementor .footer-wordmark h2.elementor-heading-title { font-size: clamp(64px,23vw,104px) !important; letter-spacing: -.055em !important; }
}
