﻿:root{
  --bg:#0f0c08;--bg2:#16110d;--card:#1c1610;--card2:#221a12;
  --copper:#c4956a;--copper2:#a87850;
  --teal:#139fa3;--teal2:#2cd8d4;--blue:#4a9ecc;
  --cream:#f0e4cc;--muted:#7a6a58;--dim:#4a3e30;
  --border:#2a2018;--border2:#3a2e1e;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden;}
body{width:100%;max-width:100%;background:var(--bg);color:var(--cream);font-family:'Manrope',sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden;}
body::after{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.3;}
section,nav,footer{position:relative;z-index:1;}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:13px 36px;
  background:rgba(15,12,8,.92);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(196,149,106,.12);
  height:58px;
}
.nav-left{display:flex;align-items:center;gap:18px;}
.nav-logo{display:flex;align-items:center;gap:9px;text-decoration:none;}
.logo-sq{width:26px;height:26px;background:var(--copper);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.logo-sq::after{content:'';width:7px;height:7px;background:var(--bg);border-radius:50%;}
.logo-name{font-weight:700;font-size:.86rem;letter-spacing:.22em;color:var(--cream);display:block;line-height:1.15;}
.logo-sub{font-size:.56rem;letter-spacing:.14em;color:var(--teal);text-transform:uppercase;display:block;text-shadow:0 0 10px rgba(19,159,163,.4);}
.vdoh-badge{display:flex;align-items:center;gap:8px;border-left:1px solid var(--border2);padding-left:18px;}
.vdoh-x{font-size:.6rem;color:var(--dim);letter-spacing:.1em;text-transform:uppercase;}
.vdoh-logo{background:#e8352a;color:#fff;font-family:'Manrope',sans-serif;font-weight:700;font-size:.7rem;letter-spacing:.15em;padding:4px 10px;border-radius:2px;text-transform:uppercase;}
.nav-cta{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--copper);color:var(--bg);padding:9px 20px;border-radius:3px;text-decoration:none;transition:background .2s,transform .15s;box-shadow:0 4px 20px rgba(196,149,106,.25);}
.nav-cta:hover{background:var(--copper2);transform:translateY(-1px);}

/* ── HERO ── */
#hero{
  height:100vh; /* exactly one viewport */
  min-height:600px;
  position:relative;
  display:flex;
  align-items:stretch;
  overflow:hidden;
}

/* hero bg — no photo, pure dark with neon ambience */
.hero-bg{
  position:absolute;inset:0;z-index:0;
  background:var(--bg);
}
.hero-bg::after{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(19,159,163,.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 20% 80%, rgba(196,149,106,.06) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 85% 15%, rgba(74,158,204,.05) 0%, transparent 50%);
}
.hero-glow{position:absolute;bottom:-80px;right:25%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(19,159,163,.07) 0%,transparent 70%);pointer-events:none;z-index:1;}

/* grid: text left, phone right — equal visual weight */
.hero-grid{
  position:relative;z-index:2;
  width:100%;max-width:1200px;margin:0 auto;
  padding:58px 72px 0;
  display:grid;
  grid-template-columns:1fr 300px;
  gap:52px;
  align-items:center;
  height:100%;
}

/* LEFT */
.hero-left{opacity:0;animation:fadeUp .9s .1s forwards;}

.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--teal);margin-bottom:18px;
  text-shadow:0 0 14px rgba(19,159,163,.45);
}
.hero-eyebrow::before{content:'';width:18px;height:1px;background:var(--teal);box-shadow:0 0 5px var(--teal);}

.hero-h1{
  font-family:'Manrope',serif;
  font-size:clamp(2rem,3.4vw,3rem);
  font-weight:300;line-height:1.06;
  color:var(--cream);margin-bottom:16px;
}
.hero-h1 em{font-style:italic;color:var(--copper);}

.hero-key{
  font-size:.95rem;color:var(--cream);font-weight:400;line-height:1.7;
  margin-bottom:14px;
  padding:13px 16px;
  border-left:3px solid var(--copper);
  background:rgba(196,149,106,.07);
  border-radius:0 4px 4px 0;
  max-width:480px;
}
.hero-key strong{color:var(--copper);font-weight:600;}

.hero-body{
  font-size:.88rem;color:var(--teal);
  max-width:440px;line-height:1.8;margin-bottom:28px;
  text-shadow:0 0 20px rgba(19,159,163,.2);
}

.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.btn-hero{
  background:var(--copper);color:var(--bg);
  font-family:'Manrope',sans-serif;font-weight:700;
  font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;
  padding:16px 34px;border:none;border-radius:3px;
  cursor:pointer;text-decoration:none;display:inline-block;
  transition:background .2s,transform .15s,box-shadow .2s;
  box-shadow:0 8px 28px rgba(196,149,106,.45), 0 0 0 1px rgba(196,149,106,.3), 0 0 50px rgba(196,149,106,.15);
}
.btn-hero:hover{background:var(--copper2);transform:translateY(-2px);box-shadow:0 14px 40px rgba(196,149,106,.55), 0 0 70px rgba(196,149,106,.22);}
.hero-free{font-size:.74rem;color:var(--dim);}

/* RIGHT — phone */
.hero-right{
  opacity:0;animation:fadeUp .9s .3s forwards;
  display:flex;align-items:center;justify-content:center;
  height:100%;
  padding:20px 0 20px;
}

.phone-wrap{
  position:relative;
  /* glow */
}
.phone-wrap::before{
  content:'';position:absolute;
  width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(19,159,163,.12) 0%,transparent 70%);
  top:50%;left:50%;transform:translate(-50%,-50%);
  pointer-events:none;z-index:-1;
}

/* phone sized to fill hero column without overflow */
.phone{
  width:240px;
  background:linear-gradient(180deg,#1c1510 0%,#16110d 100%);
  border-radius:36px;
  border:1.5px solid rgba(196,149,106,.3);
  overflow:hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 28px 70px rgba(0,0,0,.65),
    0 0 50px rgba(19,159,163,.06);
  display:flex;flex-direction:column;
}

.p-sbar{display:flex;justify-content:space-between;padding:10px 18px 3px;font-size:10px;color:#5a4e40;flex-shrink:0;}
.p-head{display:flex;align-items:center;justify-content:space-between;padding:6px 14px 8px;border-bottom:1px solid rgba(196,149,106,.13);flex-shrink:0;}
.p-logo{font-size:12px;font-weight:700;letter-spacing:2px;color:#c4956a;text-shadow:0 0 10px rgba(196,149,106,.35);}
.p-sub{font-size:8.5px;color:#5a4e40;letter-spacing:.8px;}
.p-bell{width:26px;height:26px;border-radius:50%;background:#1e1810;border:1px solid #3a2e24;display:flex;align-items:center;justify-content:center;font-size:11px;}

.p-ai{
  margin:9px 11px 0;flex-shrink:0;
  background:#0e1a18;border:1px solid rgba(19,159,163,.25);
  border-radius:9px;padding:8px 10px;
  display:flex;align-items:center;gap:7px;
  box-shadow:0 0 16px rgba(19,159,163,.06);
}
.p-ai-dot{width:7px;height:7px;border-radius:50%;background:#139fa3;flex-shrink:0;animation:pulse 2s infinite;box-shadow:0 0 7px #139fa3;}
.p-ai-text{font-size:10px;color:#139fa3;line-height:1.4;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.35;}}

.p-swipe{padding:10px 11px 8px;flex:1;display:flex;flex-direction:column;}

.p-card{
  background:linear-gradient(160deg,#251d14,#1a1510);
  border-radius:16px;
  border:1px solid rgba(196,149,106,.2);
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.45);
  flex:1;display:flex;flex-direction:column;
}

.p-card-img{
  width:100%;flex:1;min-height:140px;
  background:linear-gradient(135deg,#2a1f15 0%,#1a3330 100%);
  display:flex;align-items:center;justify-content:center;
  font-size:3.2rem;position:relative;
}
.p-type{position:absolute;top:9px;left:9px;font-size:9px;font-weight:600;padding:3px 8px;border-radius:6px;background:rgba(196,149,106,.9);color:#1a1410;}
.p-pct{
  position:absolute;top:9px;right:9px;
  background:rgba(26,51,48,.9);border:1px solid rgba(19,159,163,.4);
  border-radius:6px;padding:3px 8px;
  font-size:12px;color:#139fa3;font-weight:700;
  text-shadow:0 0 7px rgba(19,159,163,.55);
}

.p-body{padding:10px 12px 12px;flex-shrink:0;}
.p-name{font-size:12px;color:#f5edd8;font-weight:500;margin-bottom:2px;}
.p-role{font-size:9px;color:#6a5e50;margin-bottom:9px;}
.p-exch{
  display:flex;align-items:center;gap:5px;
  background:#1a140e;border-radius:7px;padding:7px 9px;margin-bottom:8px;
}
.p-give{font-size:9.5px;color:#c4956a;flex:1;}
.p-sym{font-size:14px;color:#139fa3;font-weight:700;flex-shrink:0;text-shadow:0 0 9px rgba(19,159,163,.6);}
.p-want{font-size:9.5px;color:#139fa3;flex:1;text-align:right;}
.p-btns{display:flex;gap:6px;}
.p-btn{flex:1;padding:8px;border-radius:8px;border:none;cursor:pointer;font-family:'Manrope',sans-serif;font-size:10px;font-weight:600;}
.p-no{background:transparent;border:1px solid #2a2018;color:#5a4e40;}
.p-yes{background:linear-gradient(180deg,#18b8bc,#0d8488);color:#0a1e1c;box-shadow:0 5px 14px rgba(19,159,163,.25);}

.p-back1{height:8px;margin:0 14px;background:#1e1812;border-radius:0 0 10px 10px;border:1px solid rgba(196,149,106,.09);border-top:none;opacity:.55;flex-shrink:0;}
.p-back2{height:6px;margin:0 22px 6px;background:#1a1610;border-radius:0 0 8px 8px;border:1px solid rgba(196,149,106,.06);border-top:none;opacity:.3;flex-shrink:0;}

/* ── DIVIDER ── */
.divider{height:1px;background:linear-gradient(to right,transparent,var(--border2) 20%,var(--border2) 80%,transparent);margin:0 40px;}

/* ── EXCHANGES ── */
#exchanges{padding:90px 0;}
.sec-inner{max-width:1120px;margin:0 auto;padding:0 40px;}
.sec-label{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--teal);margin-bottom:14px;display:block;text-shadow:0 0 12px rgba(19,159,163,.3);}
.sec-h2{font-family:'Manrope',serif;font-size:clamp(1.9rem,4vw,3.2rem);font-weight:300;line-height:1.18;color:var(--cream);margin-bottom:12px;}
.sec-h2 em{font-style:italic;color:var(--copper);}
.sec-lead{font-size:.93rem;color:var(--muted);margin-bottom:44px;line-height:1.8;}

.ex-grid{
  display:flex;flex-wrap:nowrap;overflow-x:auto;
  gap:16px;padding:0 40px 20px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  margin:0 -40px;
}

/* === Compact Exchange Cards === */
.ex-grid{
  gap:16px;
  padding:0 40px 22px;
}
.ex-card{
  flex:0 0 263px;
  min-height:0;
  padding:8px;
  border-radius:18px;
  border-color:rgba(196,149,106,.28);
  background:linear-gradient(180deg,rgba(24,19,14,.96),rgba(13,11,9,.98));
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.ex-card::before{
  border-radius:18px;
}
.ex-visual{
  height:164px;
  border-radius:12px 12px 4px 4px;
}
.ex-visual-overlay{
  background:linear-gradient(to bottom,rgba(9,8,7,.03),rgba(9,8,7,.18));
}
.ex-match-badge{
  display:none;
}
.ex-card-body{
  gap:9px;
  padding:11px 4px 4px;
}
.ex-profile{
  gap:9px;
}
.ex-avatar{
  width:42px;
  height:42px;
  overflow:hidden;
  background:#17110d;
}
.ex-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ex-name-row{
  gap:6px;
  margin-bottom:5px;
}
.ex-name{
  font-size:.9rem;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:178px;
}
.ex-chip-row{
  gap:5px;
}
.ex-chip{
  min-height:22px;
  padding:0 8px;
  font-size:.6rem;
}
.ex-divider-row{
  gap:8px;
  margin:2px 0 0;
}
.ex-divider-row b{
  font-size:.56rem;
  letter-spacing:.16em;
}
.ex-trade{
  min-height:74px;
  padding:10px 11px 11px;
  border-radius:10px;
}
.ex-trade-label{
  font-size:.56rem;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.ex-trade-text{
  font-size:.82rem;
  line-height:1.32;
  text-wrap:auto;
}
.ex-card-cta{
  display:none;
}

@media(max-width:960px){
  .ex-grid{
    gap:14px;
    padding:0 20px 18px;
    margin:0 -20px;
  }
  .ex-card{
    flex-basis:252px;
    padding:8px;
    border-radius:18px;
  }
  .ex-card::before{
    border-radius:18px;
  }
  .ex-visual{
    height:158px;
  }
  .ex-card-body{
    gap:8px;
  }
  .ex-name{
    max-width:166px;
    font-size:.86rem;
  }
  .ex-trade{
    min-height:70px;
  }
  .ex-trade-text{
    font-size:.78rem;
  }
}

/* === Mobile hero spacing === */
@media (max-width:960px){
  #hero .hero-grid{
    padding-top:76px !important;
  }
}

@media (max-width:480px){
  #hero .hero-grid{
    padding-top:72px !important;
  }
}

/* === Platform Articles === */
.platform-articles{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.platform-article{
  border:1px solid rgba(196,149,106,.18);
  border-radius:18px;
  background:
    radial-gradient(circle at top right, rgba(19,159,163,.07), transparent 34%),
    linear-gradient(180deg, rgba(28,22,16,.96) 0%, rgba(17,14,11,.98) 100%);
  box-shadow:0 16px 48px rgba(0,0,0,.22);
  overflow:hidden;
}
.platform-article__details{
  display:block;
}
.platform-article__summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px 22px;
  align-items:center;
  padding:24px 26px;
}
.platform-article__summary::-webkit-details-marker{
  display:none;
}
.platform-article__head{
  display:flex;
  gap:16px;
  align-items:flex-start;
  min-width:0;
}
.platform-article__icon{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(19,159,163,.24);
  background:rgba(19,159,163,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:1.1rem;
}
.platform-article__title-wrap{
  display:block;
  min-width:0;
}
.platform-article__kicker{
  display:block;
  margin-bottom:7px;
  font-size:.64rem;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--teal);
}
.platform-article__title{
  display:block;
  margin-bottom:8px;
  font-size:1.18rem;
  line-height:1.25;
  color:var(--cream);
  font-weight:700;
}
.platform-article__subtitle{
  display:block;
  max-width:760px;
  font-size:.88rem;
  line-height:1.7;
  color:rgba(240,228,204,.72);
}
.platform-article__thought{
  grid-column:1 / -1;
  display:block;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(196,149,106,.16);
  background:rgba(196,149,106,.045);
  color:rgba(240,228,204,.84);
  font-size:.88rem;
  line-height:1.7;
}
.platform-article__thought strong{
  color:var(--copper);
}
.platform-article__summary-action{
  grid-column:2;
  grid-row:1;
  min-width:156px;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(19,159,163,.34);
  color:var(--teal);
  background:rgba(19,159,163,.07);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  justify-self:end;
  transition:background .2s ease, border-color .2s ease, color .2s ease;
}
.platform-article__summary-action::after{
  content:'+';
  margin-left:10px;
  font-size:1rem;
  line-height:1;
}
.platform-article__details[open] .platform-article__summary-action{
  font-size:0;
  background:rgba(196,149,106,.08);
  border-color:rgba(196,149,106,.28);
  color:var(--copper);
}
.platform-article__details[open] .platform-article__summary-action::before{
  content:'Свернуть';
  font-size:.68rem;
}
.platform-article__details[open] .platform-article__summary-action::after{
  content:'−';
  font-size:1rem;
}
.platform-article__content{
  padding:0 26px 28px 84px;
  border-top:1px solid rgba(196,149,106,.11);
}
.platform-article__content p{
  max-width:850px;
  margin:18px 0 0;
  color:rgba(240,228,204,.86);
  font-size:.95rem;
  line-height:1.9;
}
.platform-article__content strong{
  color:var(--cream);
}
.platform-article__callout{
  max-width:850px;
  margin:22px 0 4px;
  padding:17px 18px;
  border-radius:14px;
  border:1px solid rgba(19,159,163,.2);
  border-left:3px solid var(--teal);
  background:linear-gradient(180deg,rgba(19,159,163,.07) 0%,rgba(19,159,163,.025) 100%);
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.platform-article__callout--warm{
  border-color:rgba(196,149,106,.22);
  border-left-color:var(--copper);
  background:linear-gradient(180deg,rgba(196,149,106,.075) 0%,rgba(196,149,106,.025) 100%);
}
.platform-article__callout span{
  flex-shrink:0;
  font-size:1.12rem;
  line-height:1.4;
}
.platform-article__callout p{
  margin:0;
  font-size:.92rem;
  line-height:1.75;
}
.platform-article__steps{
  max-width:850px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
  counter-reset:platform-step;
  display:grid;
  gap:10px;
}
.platform-article__steps li{
  counter-increment:platform-step;
  position:relative;
  padding:13px 14px 13px 48px;
  border-radius:12px;
  border:1px solid rgba(244,232,215,.08);
  background:rgba(255,255,255,.025);
  color:rgba(240,228,204,.86);
  font-size:.9rem;
  line-height:1.55;
}
.platform-article__steps li::before{
  content:counter(platform-step);
  position:absolute;
  left:14px;
  top:12px;
  width:23px;
  height:23px;
  border-radius:50%;
  background:rgba(19,159,163,.12);
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.72rem;
  font-weight:700;
}

@media(max-width:768px){
  .platform-articles{
    gap:14px;
    margin-top:26px;
  }
  .platform-article{
    border-radius:15px;
  }
  .platform-article__summary{
    grid-template-columns:1fr;
    padding:20px 18px;
  }
  .platform-article__head{
    gap:12px;
  }
  .platform-article__icon{
    width:36px;
    height:36px;
    border-radius:12px;
  }
  .platform-article__title{
    font-size:1rem;
  }
  .platform-article__subtitle,
  .platform-article__thought{
    font-size:.84rem;
    line-height:1.65;
  }
  .platform-article__summary-action{
    grid-column:1;
    grid-row:auto;
    width:100%;
    justify-self:stretch;
  }
  .platform-article__content{
    padding:0 18px 22px;
  }
  .platform-article__content p{
    font-size:.88rem;
    line-height:1.8;
  }
  .platform-article__callout{
    padding:15px;
    gap:11px;
  }
  .platform-article__callout p,
  .platform-article__steps li{
    font-size:.84rem;
  }
}

/* === Exchange Cards Refresh === */
.ex-grid{
  gap:22px;
  padding:0 40px 28px;
  margin:0 -40px;
}
.ex-card{
  position:relative;
  flex:0 0 336px;
  min-height:668px;
  padding:12px;
  border-radius:30px;
  border:1px solid rgba(196,149,106,.22);
  background:
    radial-gradient(circle at top right, rgba(19,159,163,.08), transparent 36%),
    linear-gradient(180deg, rgba(24,19,14,.98) 0%, rgba(14,11,9,.99) 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.26);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.ex-card::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.03);
  pointer-events:none;
}
.ex-card:hover{
  border-color:rgba(196,149,106,.42);
  transform:translateY(-4px);
}
.ex-visual{
  position:relative;
  height:252px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(244,232,215,.09);
  background:#120f0c;
}
.ex-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.ex-card:hover .ex-img{
  transform:scale(1.04);
}
.ex-visual-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(9,8,7,.1), rgba(9,8,7,.38)),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(9,8,7,0) 42%);
}
.ex-match-badge{
  position:absolute;
  top:14px;
  right:14px;
  min-width:92px;
  padding:12px 14px 10px;
  border-radius:18px;
  border:1px solid rgba(244,232,215,.15);
  background:rgba(11,11,11,.7);
  backdrop-filter:blur(16px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
}
.ex-match-badge strong{
  font-size:1.62rem;
  line-height:1;
  font-weight:700;
  color:var(--teal);
  text-shadow:0 0 18px rgba(19,159,163,.25);
}
.ex-match-badge span{
  font-size:.74rem;
  line-height:1.1;
  color:var(--cream);
}
.ex-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:18px 6px 6px;
}
.ex-profile{
  display:flex;
  align-items:center;
  gap:14px;
}
.ex-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.06rem;
  font-weight:700;
  color:#fff;
  flex-shrink:0;
  border:1px solid rgba(244,232,215,.18);
  box-shadow:0 10px 24px rgba(0,0,0,.24);
}
.ex-avatar--rose{background:linear-gradient(135deg,#865447 0%,#d08b65 100%);}
.ex-avatar--amber{background:linear-gradient(135deg,#8f6235 0%,#d1a06d 100%);}
.ex-avatar--berry{background:linear-gradient(135deg,#7c4d4d 0%,#c27a62 100%);}
.ex-avatar--forest{background:linear-gradient(135deg,#55604a 0%,#8f9a66 100%);}
.ex-avatar--sand{background:linear-gradient(135deg,#8c7357 0%,#cfac86 100%);}
.ex-avatar--olive{background:linear-gradient(135deg,#59634c 0%,#9ca35d 100%);}
.ex-avatar--plum{background:linear-gradient(135deg,#70555e 0%,#bb7d8a 100%);}
.ex-avatar--steel{background:linear-gradient(135deg,#4f5a6a 0%,#8ca0b8 100%);}
.ex-profile-copy{
  min-width:0;
}
.ex-name-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.ex-name{
  font-size:1.16rem;
  line-height:1.2;
  color:var(--cream);
  font-weight:600;
}
.ex-verified{
  font-size:.8rem;
  line-height:1;
  color:var(--teal);
  text-shadow:0 0 10px rgba(19,159,163,.35);
}
.ex-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ex-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(244,232,215,.14);
  background:rgba(255,255,255,.02);
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.03em;
  color:var(--cream);
}
.ex-chip--teal{
  border-color:rgba(19,159,163,.42);
  color:var(--teal);
  background:rgba(19,159,163,.08);
}
.ex-chip--copper{
  border-color:rgba(196,149,106,.36);
  color:var(--copper);
  background:rgba(196,149,106,.06);
}
.ex-divider-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin:2px 0;
}
.ex-divider-row span{
  flex:1;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(19,159,163,.26), transparent);
}
.ex-divider-row b{
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--teal);
}
.ex-trade{
  padding:16px 18px 18px;
  border-radius:20px;
  border:1px solid rgba(244,232,215,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.015) 0%, rgba(255,255,255,.03) 100%);
}
.ex-trade--want{
  border-color:rgba(19,159,163,.15);
  background:linear-gradient(180deg, rgba(19,159,163,.06) 0%, rgba(255,255,255,.02) 100%);
}
.ex-trade-label{
  font-size:.68rem;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--copper);
  margin-bottom:9px;
}
.ex-trade--want .ex-trade-label{
  color:var(--teal);
}
.ex-trade-text{
  font-size:1.07rem;
  line-height:1.42;
  color:var(--cream);
  text-wrap:balance;
}
.ex-card-cta{
  margin-top:auto;
  min-height:54px;
  padding:0 18px;
  border-radius:18px;
  border:1px solid rgba(19,159,163,.3);
  background:linear-gradient(135deg, rgba(19,159,163,.85) 0%, rgba(60,205,210,.95) 100%);
  color:#08292b;
  font-size:.86rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 34px rgba(19,159,163,.18);
}

@media(max-width:960px){
  .ex-grid{
    gap:14px;
    padding:0 20px 18px;
    margin:0 -20px;
  }
  .ex-nav{
    display:none;
  }
  .ex-card{
    flex-basis:292px;
    min-height:600px;
    padding:10px;
    border-radius:26px;
  }
  .ex-card::before{
    border-radius:26px;
  }
  .ex-visual{
    height:218px;
    border-radius:18px;
  }
  .ex-card-body{
    gap:14px;
    padding:16px 4px 4px;
  }
  .ex-avatar{
    width:46px;
    height:46px;
    font-size:.96rem;
  }
  .ex-name{
    font-size:1rem;
  }
  .ex-divider-row b{
    font-size:.7rem;
    letter-spacing:.14em;
  }
  .ex-trade{
    padding:14px 16px 16px;
    border-radius:18px;
  }
  .ex-trade-text{
    font-size:.96rem;
  }
  .ex-card-cta{
    min-height:50px;
    font-size:.78rem;
  }
}
.ex-grid::-webkit-scrollbar{display:none;}
.ex-carousel{
  position:relative;
}
.ex-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(196,149,106,.24);
  background:rgba(20,15,11,.9);
  color:var(--cream);
  font-size:1.7rem;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.28);
  transition:background .2s ease, transform .2s ease, border-color .2s ease, opacity .2s ease;
}
.ex-nav:hover{
  background:rgba(34,26,18,.98);
  border-color:rgba(196,149,106,.45);
  transform:translateY(-50%) scale(1.04);
}
.ex-nav:disabled{
  opacity:.35;
  cursor:default;
}
.ex-nav-prev{
  left:-6px;
}
.ex-nav-next{
  right:-6px;
}
.ex-card{scroll-snap-align:start;}
.ex-card:hover{transform:translateY(-4px);}
.ex-card.t{border-color:rgba(19,159,163,.18);}
.ex-card.t:hover{border-color:rgba(19,159,163,.45);}
.ex-img-wrap{position:relative;width:100%;height:160px;overflow:hidden;}
.ex-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease;}
.ex-card:hover .ex-img{transform:scale(1.05);}
.ex-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(15,12,8,.7) 100%);}
.ex-content{padding:16px 16px 18px;}
.ex-give{font-size:.88rem;color:var(--cream);font-weight:500;margin-bottom:8px;line-height:1.4;}
.ex-sep{display:flex;align-items:center;gap:7px;margin:0 0 8px;}
.ex-sep-line{flex:1;height:1px;background:var(--border2);}
.ex-sep-word{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--copper);flex-shrink:0;text-shadow:0 0 8px rgba(196,149,106,.3);}
.ex-want{font-size:.88rem;color:var(--teal);line-height:1.4;text-shadow:0 0 10px rgba(19,159,163,.2);}

/* ── HOW ── */
#how{padding:90px 0;background:var(--card);}
.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:44px;position:relative;}
.how-steps::after{content:'';position:absolute;top:24px;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--border2) 10%,var(--border2) 90%,transparent);}
.step{position:relative;z-index:1;padding-right:24px;}
.step-n{font-family:'Manrope',serif;font-size:5.5rem;font-weight:300;line-height:1;margin-bottom:14px;display:inline-block;background:var(--card);padding-right:8px;}
.sn-c{color:var(--copper);text-shadow:0 0 18px rgba(196,149,106,.3);}
.sn-t{color:var(--teal);text-shadow:0 0 18px rgba(19,159,163,.3);}
.sn-b{color:var(--blue);text-shadow:0 0 18px rgba(74,158,204,.3);}
.step-title{font-size:.86rem;font-weight:400;color:var(--cream);margin-bottom:5px;}
.step-text{font-size:.80rem;color:var(--muted);line-height:1.65;}

/* ── SEO ARTICLE ── */
#seo-article{
  padding:90px 0;
  position:relative;
  overflow:hidden;
}
#seo-article::before{
  content:'';
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,159,163,.05) 0%,transparent 70%);
  top:-180px;
  left:-140px;
  pointer-events:none;
}
#seo-article .sec-inner{
  position:relative;
  z-index:1;
}
.seo-article{
  margin-top:30px;
  border:1px solid rgba(196,149,106,.18);
  background:linear-gradient(180deg,rgba(28,22,16,.95) 0%,rgba(19,15,11,.98) 100%);
  border-radius:18px;
  box-shadow:0 18px 60px rgba(0,0,0,.25);
  overflow:hidden;
}
.seo-article__intro{
  padding:28px 30px 20px;
}
.seo-article__intro p,
.seo-article__content p{
  font-size:.95rem;
  line-height:1.9;
  color:rgba(240,228,204,.88);
}
.seo-article strong{
  color:var(--cream);
  font-weight:700;
}
.seo-article em{
  color:var(--copper);
  font-style:italic;
}
.seo-article__intro p + p,
.seo-article__content p + p{
  margin-top:18px;
}
.seo-article__details{
  border-top:1px solid rgba(196,149,106,.12);
}
.seo-article__summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 30px 20px;
  color:var(--teal);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.seo-article__summary::-webkit-details-marker{
  display:none;
}
.seo-article__summary::after{
  content:'+';
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(19,159,163,.35);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  line-height:1;
  flex-shrink:0;
  transition:transform .2s ease, background .2s ease;
}
.seo-article__details[open] .seo-article__summary::after{
  content:'−';
  background:rgba(19,159,163,.08);
}
.seo-article__content{
  padding:0 30px 30px;
}
.seo-article__note{
  margin:22px 0;
  padding:18px 20px;
  border:1px solid rgba(19,159,163,.18);
  border-left:3px solid var(--teal);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(19,159,163,.06) 0%,rgba(19,159,163,.02) 100%);
}
.seo-article__note--final{
  border-left-color:var(--copper);
  border-color:rgba(196,149,106,.2);
  background:linear-gradient(180deg,rgba(196,149,106,.07) 0%,rgba(196,149,106,.02) 100%);
}
.seo-article__note-title{
  margin-bottom:8px;
  color:var(--cream);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.seo-article__note p{
  margin-top:0;
}
.seo-article__list{
  margin:6px 0 0;
  padding-left:20px;
  color:rgba(240,228,204,.88);
}
.seo-article__list li{
  font-size:.92rem;
  line-height:1.8;
}
.seo-article__list li + li{
  margin-top:6px;
}
.seo-article__closing{
  margin-top:24px;
  font-size:1rem;
  color:var(--cream);
}

/* ── CLOSING ── */
#closing{padding:110px 40px 96px;text-align:left;max-width:1120px;margin:0 auto;}
.cl-tag{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;}
.cl-tag-text{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--teal);text-shadow:0 0 12px rgba(19,159,163,.4);}
.cl-vdoh{background:#e8352a;color:#fff;font-family:'Manrope',sans-serif;font-weight:700;font-size:.66rem;letter-spacing:.15em;padding:3px 9px;border-radius:2px;text-transform:uppercase;}
.cl-h{font-family:'Manrope',serif;font-size:clamp(1.95rem,4vw,3.1rem);font-weight:300;line-height:1.08;color:var(--cream);margin-bottom:12px;max-width:760px;}
.cl-h em{font-style:italic;color:var(--copper);}
.cl-sub{font-size:.92rem;color:var(--muted);line-height:1.7;margin-bottom:34px;max-width:560px;}
.btn-cl{background:var(--copper);color:var(--bg);font-family:'Manrope',sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;padding:18px 50px;border:none;border-radius:3px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s,box-shadow .2s;
  box-shadow:0 10px 44px rgba(196,149,106,.45), 0 0 0 1px rgba(196,149,106,.25), 0 0 60px rgba(196,149,106,.15);}
.btn-cl:hover{background:var(--copper2);transform:translateY(-2px);box-shadow:0 16px 50px rgba(196,149,106,.55), 0 0 80px rgba(196,149,106,.22);}
.reviews-carousel{
  position:relative;
  width:100%;
  margin-top:20px;
  padding:0;
}
.reviews-strip{
  display:flex;
  gap:18px;
  overflow-x:auto;
  padding:8px 0 8px;
  margin:0;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.reviews-strip::-webkit-scrollbar{display:none;}
.ex-grid.is-auto-scrolling,
.reviews-strip.is-auto-scrolling{
  scroll-snap-type:none;
}
.review-card{
  flex:0 0 360px;
  min-height:230px;
  scroll-snap-align:start;
  text-align:left;
  padding:22px 22px 20px;
  border-radius:18px;
  border:1px solid rgba(196,149,106,.18);
  background:linear-gradient(180deg,rgba(28,22,16,.95) 0%,rgba(19,15,11,.98) 100%);
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}
.review-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.review-card__name{
  color:var(--cream);
  font-size:1.02rem;
  font-weight:700;
  letter-spacing:.02em;
}
.review-card__stars{
  color:var(--copper);
  font-size:.95rem;
  letter-spacing:.08em;
  white-space:nowrap;
}
.review-card__text{
  color:rgba(240,228,204,.76);
  font-size:.96rem;
  line-height:1.72;
}
.reviews-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(196,149,106,.24);
  background:rgba(20,15,11,.92);
  color:var(--cream);
  font-size:1.8rem;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.28);
  transition:background .2s ease, transform .2s ease, border-color .2s ease, opacity .2s ease;
}
.reviews-nav:hover{
  background:rgba(34,26,18,.98);
  border-color:rgba(196,149,106,.45);
  transform:translateY(-50%) scale(1.04);
}
.reviews-nav:disabled{
  opacity:.35;
  cursor:default;
}
.reviews-nav-prev{left:-24px;}
.reviews-nav-next{right:-24px;}
.reviews-profile-cta{
  display:flex;
  justify-content:flex-start;
  margin-top:26px;
}

/* ── FOOTER ── */
footer{border-top:1px solid var(--border);padding:20px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
footer p{font-size:.72rem;color:var(--dim);}

/* ── AMBIENT GLOWS ── */
#exchanges{position:relative;overflow:hidden;}
#exchanges::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(19,159,163,.06) 0%,transparent 70%);top:-150px;right:-80px;pointer-events:none;z-index:0;}
#exchanges::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(196,149,106,.05) 0%,transparent 70%);bottom:-80px;left:0;pointer-events:none;z-index:0;}
#exchanges .sec-inner{position:relative;z-index:1;}

#how{position:relative;overflow:hidden;}
#how::after{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(74,158,204,.05) 0%,transparent 70%);top:50%;right:-60px;transform:translateY(-50%);pointer-events:none;}
#how .sec-inner{position:relative;z-index:1;}

#closing{padding:110px 40px 96px;text-align:left;max-width:1120px;margin:0 auto;position:relative;}
#closing::before{content:'';position:absolute;width:700px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(196,149,106,.08) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;}
#closing > *{position:relative;z-index:1;}

/* ── ANIM ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.rd1{transition-delay:.1s;}.rd2{transition-delay:.2s;}.rd3{transition-delay:.3s;}

/* десктоп — только #hero */
#hero-mobile{ display:none; }
#hero{ display:flex; }
.section-divider{ display:none; }

.hm-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 80% 60% at 60% 40%, rgba(19,159,163,.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(196,149,106,.06) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 85% 15%, rgba(74,158,204,.05) 0%, transparent 50%),
    var(--bg);
}
.hm-inner{
  position:relative;z-index:1;
  width:100%;max-width:900px;margin:0 auto;
  padding:90px 48px 70px;
  text-align:center;
  display:flex;flex-direction:column;align-items:center;
}
.hm-tag{
  font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;
  color:var(--teal);margin-bottom:20px;
  text-shadow:0 0 14px rgba(19,159,163,.4);
}
.hm-pretitle{
  font-size:1rem;font-weight:400;letter-spacing:.06em;
  color:var(--muted);margin-bottom:16px;
  text-transform:uppercase;font-size:.78rem;letter-spacing:.18em;
}
.hm-badge{
  display:flex;align-items:center;gap:10px;
  margin-bottom:24px;
}
.hm-badge-text{
  font-size:.7rem;font-weight:600;letter-spacing:.22em;
  color:var(--teal);text-transform:uppercase;
  text-shadow:0 0 12px rgba(19,159,163,.4);
}
.hm-badge-vdoh{
  background:#e8352a;color:#fff;
  font-family:'Manrope',sans-serif;font-weight:700;
  font-size:.7rem;letter-spacing:.15em;
  padding:3px 9px;border-radius:2px;text-transform:uppercase;
}
.hm-h1{
  font-family:'Manrope',sans-serif;
  font-size:clamp(2.4rem,5.5vw,4.2rem);
  font-weight:300;line-height:1.1;
  color:var(--cream);margin-bottom:8px;
}
.hm-h1 em{font-style:italic;color:var(--copper);}
.hm-network{
  font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--teal);margin-bottom:28px;
  text-shadow:0 0 12px rgba(19,159,163,.3);
}
.hm-sub{
  font-size:1rem;color:var(--muted);
  line-height:1.65;margin-bottom:12px;
  max-width:520px;
}
.hm-sub2{margin-bottom:32px;}
.hm-cta-row{
  display:flex;align-items:center;gap:14px;
  flex-wrap:wrap;justify-content:center;
  margin-bottom:8px;
}
.hm-free{
  display:block;
  font-size:.74rem;color:var(--dim);
  margin-top:14px;
}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  #hero-mobile{display:flex !important;}
  #hero{display:none !important;}
  .section-divider{display:none !important;}

  /* второй экран — одна колонка, телефон под текстом */
  #hero{ height:auto; min-height:auto; }
  .hero-grid{
    grid-template-columns:1fr !important;
    padding:80px 24px 40px !important;
    height:auto !important;
    gap:28px !important;
    align-items:start !important;
  }
  .hero-right{
    display:flex !important;
    justify-content:center !important;
    padding:0 0 40px !important;
    width:100% !important;
    margin-top:40px;
  }
  .phone-wrap{ width:260px; }
  .phone{ width:260px; }
  .hero-h1{font-size:2rem;margin-bottom:12px;}
  .hero-eyebrow{font-size:.6rem;letter-spacing:.16em;margin-bottom:14px;}
  .hero-key{font-size:.88rem;line-height:1.6;padding:11px 14px;margin-bottom:12px;}
  .hero-body{font-size:.84rem;line-height:1.7;margin-bottom:24px;}
  .btn-hero{font-size:.76rem;padding:14px 28px;}
  .hero-free{font-size:.7rem;}

  nav{padding:12px 20px;}.vdoh-badge{display:none;}
  .sec-inner{padding:0 20px;}

  .sec-h2{font-size:2rem;}
  .sec-label{font-size:.62rem;letter-spacing:.18em;}
  .sec-lead{font-size:.88rem;}
  .ex-give{font-size:.82rem;}
  .ex-want{font-size:.82rem;}
  .ex-sep-word{font-size:.6rem;}
  .step-title{font-size:.84rem;line-height:1.5;}
  .step-text{font-size:.78rem;}
  #seo-article{padding:72px 0;}
  .seo-article{margin-top:24px;border-radius:14px;}
  .seo-article__intro{padding:22px 20px 16px;}
  .seo-article__summary{padding:16px 20px 18px;font-size:.76rem;letter-spacing:.08em;align-items:flex-start;}
  .seo-article__content{padding:0 20px 24px;}
  .seo-article__intro p,
  .seo-article__content p{font-size:.88rem;line-height:1.8;}
  .seo-article__note{margin:18px 0;padding:16px;}
  .seo-article__note-title{font-size:.76rem;letter-spacing:.06em;}
  .seo-article__list{padding-left:18px;}
  .seo-article__list li{font-size:.86rem;line-height:1.7;}
  .seo-article__closing{font-size:.94rem;}
  .cl-h{font-size:2.2rem;}
  .cl-sub{font-size:.88rem;}
  .reviews-carousel{
    padding:0;
    margin-top:18px;
  }
  .reviews-nav{
    display:none;
  }
  .review-card{
    flex-basis:280px;
    min-height:200px;
    padding:18px 18px 16px;
  }
  .review-card__name{
    font-size:.9rem;
  }
  .review-card__stars{
    font-size:.82rem;
  }
  .review-card__text{
    font-size:.84rem;
    line-height:1.68;
  }
  .btn-cl{font-size:.78rem;padding:16px 36px;}

  .ex-grid{
    display:flex;flex-wrap:nowrap;overflow-x:auto;
    gap:14px;padding:0 20px 18px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    margin:0 -20px;
  }
  .ex-grid::-webkit-scrollbar{display:none;}
  .ex-nav{
    display:none;
  }
  .ex-card{scroll-snap-align:start;}

  .how-steps{grid-template-columns:1fr 1fr;gap:28px;}.how-steps::after{display:none;}
  .step{padding:0;}.step-n{background:none;font-size:3.5rem;}
  #closing{padding:80px 24px;}
  footer{padding:18px 24px;}
  .divider{margin:0 20px;}
}

/* === Nav scroll-hide === */
@media(max-width:768px){
  footer, .footer, .footer-inner{
    text-align:center !important;
  }
  .footer .logo, .footer-logo{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .nav-cta{
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media(max-width:768px){
  nav{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
  }

  .nav-left{
    justify-content:center !important;
    width:100% !important;
  }

  .vdoh-badge{
    margin-left:0 !important;
  }

  .nav-cta{
    margin:0 auto !important;
  }

  .footer-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
  }
}

.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:6px;
}

.footer-logo{
  font-weight:600;
  letter-spacing:.2em;
}

.footer-sub{
  color:#139FA3;
  font-size:.75rem;
}

.footer-contacts{
  font-size:.75rem;
  opacity:.7;
}


/* Hide header on scroll down, show on scroll up */
nav{
  transform: translateY(0);
  transition: transform .28s ease, background .25s ease, backdrop-filter .25s ease;
}
nav.nav-hidden{
  transform: translateY(-110%);
}


/* === Footer styles === */
/* Footer refined */
footer{
  padding: 26px 24px 34px !important;
}
.footer-inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.footer-brand{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-logo-sq{
  width: 24px;
  height: 24px;
  background: #b97f52;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-logo-sq::after{
  content:'';
  width: 7px;
  height: 7px;
  background: var(--bg);
  border-radius: 50%;
}
.footer-brand-text{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.1;
}
.footer-logo-name{
  font-weight:700;
  font-size:.86rem;
  letter-spacing:.22em;
  color:var(--cream);
}
.footer-logo-sub{
  font-size:.58rem;
  letter-spacing:.14em;
  color:var(--teal);
  text-transform:uppercase;
}
.footer-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:.96rem;
  color:rgba(240,228,204,.6);
}
.footer-link{
  color:rgba(240,228,204,.6);
}
.footer-dot{
  color:rgba(240,228,204,.35);
}

@media(max-width:768px){
  .footer-brand{
    gap: 9px;
  }
  .footer-logo-name{
    font-size:.82rem;
    letter-spacing:.18em;
  }
  .footer-logo-sub{
    font-size:.54rem;
    letter-spacing:.11em;
  }
  .footer-meta{
    font-size:.82rem;
    gap:6px;
  }
}

@media(max-width:768px){
  .nav-cta{
    display: none !important;
  }
}

/* === Misc overrides === */
.bullets div {
  margin-bottom: 10px;
  line-height: 1.5;
}
.bullets div:nth-child(1) { color: var(--cream); }
.bullets div:nth-child(2) { color: #C4956A; }
.bullets div:nth-child(3) { color: #139FA3; }

.vdoh-mark{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
  border-radius:2px;
  background:#f3f1ee;
}

.hm-badge-vdoh .vdoh-mark{
  width:24px;
  height:24px;
}

.hm-badge{
  margin-bottom: 24px;
}
.hm-badge-text{
  font-size:.86rem !important;
  font-weight:700 !important;
  letter-spacing:.28em !important;
}

/* === Real SVG logo (replaces CSS-drawn .logo-sq / .footer-logo-sq) === */
img.logo-img {
  border-radius: 5px;
  flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
}
.footer-brand img.logo-img {
  width: 24px;
  height: 24px;
}

/* Footer full wordmark logo */
.footer-logo-full {
  height: 32px;
  width: auto;
  display: block;
  flex-shrink: 0;
  opacity: 0.85;
}

/* Кнопка видео */
.btn-video{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 22px;
  border:1px solid rgba(19,159,163,.35);
  color:var(--teal);
  font-family:'Manrope',sans-serif;font-size:.82rem;font-weight:500;
  letter-spacing:.06em;text-decoration:none;border-radius:3px;
  transition:border-color .2s,background .2s;white-space:nowrap;
}
.btn-video:hover{border-color:var(--teal);background:rgba(19,159,163,.06);}

/* Nav full wordmark logo */
.nav-logo-full {
  height: 32px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .nav-logo-full { height: 26px; }
}

/* === Layout refresh: unified hero + navigation === */
section[id],
footer[id]{
  scroll-margin-top:90px;
}

.scroll-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:50;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(19,159,163,.38);
  border-radius:50%;
  color:var(--teal2);
  background:rgba(13,10,8,.72);
  box-shadow:0 12px 36px rgba(0,0,0,.24), 0 0 24px rgba(19,159,163,.08);
  backdrop-filter:blur(14px);
  font-size:1.08rem;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(.94);
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease, border-color .2s ease, color .2s ease;
}
.scroll-top.is-visible{
  opacity:.86;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.scroll-top:hover{
  opacity:1;
  color:var(--cream);
  border-color:rgba(19,159,163,.7);
  transform:translateY(-2px) scale(1.02);
}
.scroll-top:focus-visible{
  outline:2px solid var(--teal);
  outline-offset:4px;
}

.site-nav{
  height:auto;
  padding:0 50px;
}
.site-nav .nav-shell{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.nav-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  margin-left:auto;
}
.nav-logo{
  margin-left:16px;
}
.nav-link{
  position:relative;
  color:rgba(240,228,204,.82);
  text-decoration:none;
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:none;
  transition:color .2s ease;
}
.nav-link::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--teal),transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.nav-link:hover,
.nav-link:focus-visible{
  color:var(--cream);
}
.nav-link:hover::after,
.nav-link:focus-visible::after{
  transform:scaleX(1);
}
.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(196,149,106,.18);
  border-radius:14px;
  background:rgba(28,22,16,.86);
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-direction:column;
  cursor:pointer;
}
.nav-toggle span{
  width:18px;
  height:1.5px;
  background:var(--cream);
  transition:transform .22s ease, opacity .22s ease;
}
.site-nav.menu-open{
  transform:translateY(0) !important;
}
.site-nav.menu-open .nav-toggle span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}
.site-nav.menu-open .nav-toggle span:nth-child(2){
  opacity:0;
}
.site-nav.menu-open .nav-toggle span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

#hero{
  display:flex;
  min-height:max(700px,86svh);
}
.hero-grid{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:40px 72px 28px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) 272px;
  gap:72px;
  align-items:center;
  min-height:max(700px,86svh);
}
.hero-left{
  max-width:620px;
}
.hero-h1{
  font-size:clamp(2.6rem,5vw,4.4rem);
  line-height:.98;
  margin-bottom:22px;
}
.bullets{
  display:grid;
  gap:12px;
  max-width:560px;
}
.bullets div{
  margin-bottom:0;
  font-size:.96rem;
  line-height:1.65;
}
.hero-cta-row{
  margin-top:28px;
}
.btn-video{
  justify-content:center;
}
.hero-free{
  display:block;
  margin-top:0;
}
.hero-right{
  justify-content:center;
  padding:24px 0;
}
.phone-wrap{
  width:272px;
  max-width:272px;
}
.phone{
  width:272px;
}

@media (max-width:960px){
  .site-nav{
    padding:0 24px;
  }
  .site-nav .nav-shell{
    min-height:64px;
    position:relative;
  }
  .nav-toggle{
    display:flex;
    margin-left:auto;
  }
  .nav-menu{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    margin-left:0;
    padding:14px;
    border:1px solid rgba(196,149,106,.14);
    border-radius:18px;
    background:rgba(20,15,11,.98);
    backdrop-filter:blur(16px);
    box-shadow:0 22px 50px rgba(0,0,0,.34);
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .site-nav.menu-open .nav-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .nav-link{
    padding:12px 14px;
    border-radius:12px;
    background:rgba(255,255,255,.02);
    letter-spacing:.01em;
  }
  .nav-link::after{
    display:none;
  }
  body.nav-open{
    overflow:hidden;
  }

#hero{
    display:flex !important;
    min-height:100svh;
  }
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:34px !important;
    min-height:100svh !important;
    padding:62px 24px 54px !important;
    align-items:start !important;
  }
  .hero-left{
    max-width:600px;
    width:100%;
    margin:0 auto;
  }
  .hero-eyebrow{
    margin-bottom:16px;
  }
  .hero-h1{
    font-size:clamp(2.5rem,9vw,4rem);
    margin-bottom:18px;
  }
  .bullets{
    gap:10px;
  }
  .bullets div{
    font-size:.94rem;
  }
  .hero-cta-row{
    margin-top:24px;
  }
  .hero-right{
    width:100% !important;
    justify-content:center !important;
    padding:6px 0 0 !important;
    margin-top:0 !important;
  }
  .phone-wrap{
    width:248px;
    max-width:248px;
    margin:0 auto;
  }
  .phone-wrap::before{
    width:290px;
    height:290px;
  }
  .phone{
    width:248px;
    max-width:248px;
    margin:0 auto;
  }
}

@media (max-width:640px){
  .site-nav{
    padding:0 20px;
  }
  .hero-grid{
    padding:56px 20px 44px !important;
  }
  .hero-h1{
    font-size:clamp(2.1rem,11vw,3.2rem);
  }
  .hero-cta-row{
    flex-direction:column;
    align-items:stretch;
  }
  .btn-hero,
  .btn-video{
    width:100%;
  }
  .btn-video{
    padding:15px 22px;
  }
  .phone-wrap{
    width:236px;
    max-width:236px;
  }
  .phone{
    width:236px;
    max-width:236px;
  }
  #closing{
    padding:84px 20px 72px;
  }
  .cl-h{
    max-width:none;
  }
  .cl-sub{
    max-width:none;
  }
  .reviews-carousel{
    margin-top:14px;
  }
  .review-card{
    flex-basis:84vw;
    min-height:190px;
  }
  .footer-logo-full{
    height:28px;
  }
  .footer-meta{
    font-size:.86rem;
    gap:7px;
  }
}

.section-cta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}
.section-cta__primary{
  padding:16px 34px;
  font-size:.78rem;
}
.section-cta__secondary{
  padding:14px 24px;
  font-size:.8rem;
}
.btn-hero__mobile{
  display:none;
}

/* === Communities and festivals section === */
#communities{
  padding:96px 0;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 78% 18%,rgba(19,159,163,.11),transparent 44%),
    linear-gradient(180deg,rgba(15,12,8,1) 0%,rgba(25,18,13,.98) 100%);
}
#communities::before{
  content:'';
  position:absolute;
  right:-180px;
  top:-160px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(196,149,106,.1),transparent 66%);
  pointer-events:none;
}
#communities::after{
  content:'';
  position:absolute;
  left:-160px;
  bottom:-180px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,159,163,.08),transparent 68%);
  pointer-events:none;
}
.communities-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(320px,.76fr);
  gap:28px;
  align-items:start;
}
.communities-copy{
  max-width:700px;
}
.community-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.community-tags span,
.community-labels span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(19,159,163,.26);
  border-radius:999px;
  color:rgba(240,228,204,.82);
  background:rgba(19,159,163,.045);
  font-size:.72rem;
}
.communities-cta{
  margin-top:30px;
}
.communities-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:1px solid rgba(19,159,163,.35);
  border-radius:3px;
  color:var(--teal);
  text-decoration:none;
  transition:border-color .2s ease, background .2s ease, color .2s ease;
}
.communities-link:hover{
  border-color:var(--teal);
  background:rgba(19,159,163,.06);
  color:#43cfd2;
}
.communities-panel{
  position:relative;
  padding:24px;
  border:1px solid rgba(196,149,106,.2);
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(34,25,18,.94),rgba(13,10,8,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.24), inset 0 0 48px rgba(19,159,163,.035);
}
.communities-panel::before{
  content:'';
  position:absolute;
  inset:12px;
  border:1px solid rgba(19,159,163,.11);
  border-radius:20px;
  pointer-events:none;
}
.communities-panel__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
}
.communities-panel__top span{
  color:var(--teal);
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.communities-panel__top strong{
  color:var(--copper);
  font-size:.76rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-align:right;
}
.community-flow{
  display:grid;
  gap:12px;
}
.community-flow div{
  padding:15px 16px;
  border:1px solid rgba(240,228,204,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.community-flow b{
  display:block;
  margin-bottom:4px;
  color:var(--cream);
  font-size:1rem;
}
.community-flow span{
  display:block;
  color:rgba(240,228,204,.66);
  font-size:.88rem;
  line-height:1.55;
}
.community-labels{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.community-labels span:first-child{
  color:var(--teal2);
  border-color:rgba(19,159,163,.44);
}
.communities-grid{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:12px;
}
.community-card{
  position:relative;
  min-height:230px;
  padding:22px 20px 20px;
  border:1px solid rgba(196,149,106,.16);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(28,22,16,.94),rgba(16,12,9,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}
.community-card__num{
  margin-bottom:20px;
  color:rgba(19,159,163,.72);
  font-size:.72rem;
  letter-spacing:.18em;
}
.community-card h3{
  margin-bottom:12px;
  color:var(--cream);
  font-size:1.08rem;
  line-height:1.25;
}
.community-card p{
  color:rgba(240,228,204,.72);
  font-size:.9rem;
  line-height:1.72;
}

@media (max-width:1100px){
  .nav-menu{
    gap:18px;
  }
  .nav-link{
    font-size:.78rem;
  }
}

@media (max-width:960px){
  #communities{
    padding:76px 0;
  }
  .communities-inner{
    grid-template-columns:1fr;
    gap:22px;
  }
  .communities-panel{
    padding:20px;
    border-radius:22px;
  }
  .communities-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .community-card{
    min-height:0;
    padding:20px 18px;
  }
}

@media (max-width:640px){
  .scroll-top{
    right:16px;
    bottom:18px;
    width:42px;
    height:42px;
    font-size:1rem;
  }
  .btn-hero__desktop{
    display:none;
  }
  .btn-hero__mobile{
    display:inline;
  }
  #communities{
    padding:70px 0;
  }
  .community-tags,
  .community-labels{
    gap:8px;
  }
  .community-tags span,
  .community-labels span{
    min-height:30px;
    padding:0 10px;
    font-size:.66rem;
  }
  .communities-panel__top{
    flex-direction:column;
    gap:6px;
  }
  .communities-panel__top strong{
    text-align:left;
  }
  .community-flow div{
    padding:13px 14px;
  }
  .community-flow b{
    font-size:.94rem;
  }
  .community-flow span{
    font-size:.82rem;
  }
  .communities-grid{
    grid-template-columns:1fr;
  }
  .community-card{
    border-radius:16px;
  }
  .community-card__num{
    margin-bottom:14px;
  }
  .community-card h3{
    font-size:1rem;
  }
  .community-card p{
    font-size:.86rem;
  }
}

/* Simplified communities teaser on the landing */
.communities-lite{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  gap:34px;
  align-items:stretch;
}
.communities-lite__copy{
  max-width:720px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.communities-lite__panel{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:18px;
  border:1px solid rgba(196,149,106,.18);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(33,24,17,.92),rgba(9,14,12,.96));
  box-shadow:0 24px 80px rgba(0,0,0,.28), inset 0 0 60px rgba(19,159,163,.035);
}
.community-partners{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  flex:1;
}
.community-partner{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:12px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(240,228,204,.09);
  border-radius:22px;
  color:var(--cream);
  text-decoration:none;
  background:
    radial-gradient(circle at 18% 20%,rgba(19,159,163,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.community-partner:nth-child(2){
  background:
    radial-gradient(circle at 82% 18%,rgba(196,149,106,.2),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
}
.community-partner:hover{
  transform:translateY(-4px);
  border-color:rgba(19,159,163,.4);
}
.community-partner::before{
  content:'';
  position:absolute;
  inset:16px;
  border:1px solid rgba(19,159,163,.11);
  border-radius:17px;
  pointer-events:none;
}
.community-partner__logo{
  width:max-content;
  max-width:100%;
  padding:9px 12px;
  margin-bottom:14px;
  border:1px solid rgba(19,159,163,.36);
  border-radius:999px;
  color:var(--teal2);
  background:rgba(19,159,163,.07);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.community-partner__logo--dance{
  color:var(--copper2);
  border-color:rgba(196,149,106,.4);
  background:rgba(196,149,106,.08);
}
.community-partner strong{
  position:relative;
  z-index:1;
  display:block;
  min-height:62px;
  color:var(--cream);
  font-size:1.18rem;
  line-height:1.25;
}
.community-partner small{
  position:relative;
  z-index:1;
  display:block;
  color:rgba(240,228,204,.66);
  font-size:.9rem;
  line-height:1.65;
}
.community-hooks{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}
.community-hooks span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 10px;
  border:1px solid rgba(19,159,163,.2);
  border-radius:999px;
  color:rgba(240,228,204,.76);
  background:rgba(19,159,163,.045);
  font-size:.72rem;
  text-align:center;
  white-space:nowrap;
}

/* Collaba page */
.collaba-page{
  background:
    radial-gradient(circle at 82% 8%,rgba(19,159,163,.13),transparent 28%),
    radial-gradient(circle at 18% 18%,rgba(196,149,106,.12),transparent 30%),
    var(--bg);
}
.collaba-main{
  overflow:hidden;
}
.collaba-hero{
  min-height:auto;
  padding:128px 0 42px;
  position:relative;
}
.collaba-hero::before{
  content:'';
  position:absolute;
  inset:88px 3vw 20px;
  border:1px solid rgba(196,149,106,.12);
  border-radius:36px;
  background:
    radial-gradient(ellipse at 76% 40%,rgba(19,159,163,.14),transparent 44%),
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.01));
  pointer-events:none;
}
.collaba-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);
  gap:42px;
  align-items:center;
}
.collaba-hero h1{
  margin:20px 0 20px;
  color:var(--cream);
  font-family:'Manrope',sans-serif;
  font-weight:300;
  font-size:clamp(2.45rem,4.9vw,4.95rem);
  line-height:1.04;
  letter-spacing:-.055em;
}
.collaba-hero h1 em{
  color:var(--copper2);
  font-style:italic;
  font-weight:300;
}
.collaba-lead{
  max-width:760px;
  color:rgba(240,228,204,.72);
  font-size:clamp(1.02rem,1.7vw,1.32rem);
  line-height:1.75;
}
.collaba-hero__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.collaba-hero__card{
  padding:24px;
  border:1px solid rgba(19,159,163,.22);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(22,18,14,.95),rgba(9,13,12,.98));
  box-shadow:0 28px 90px rgba(0,0,0,.28);
}
.collaba-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
}
.collaba-badge{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 13px;
  border:1px solid rgba(196,149,106,.3);
  border-radius:999px;
  color:var(--copper2);
  background:rgba(196,149,106,.07);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.collaba-badge--teal{
  color:var(--teal2);
  border-color:rgba(19,159,163,.36);
  background:rgba(19,159,163,.07);
}
.collaba-signal{
  display:grid;
  gap:12px;
}
.collaba-signal div{
  padding:15px 16px;
  border:1px solid rgba(240,228,204,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.collaba-signal b{
  display:block;
  margin-bottom:4px;
  color:var(--cream);
  font-size:1rem;
}
.collaba-signal span{
  display:block;
  color:rgba(240,228,204,.66);
  font-size:.9rem;
  line-height:1.6;
}
.collaba-section{
  padding:46px 0;
}
.collaba-section--soft{
  background:linear-gradient(180deg,rgba(15,12,8,0),rgba(19,159,163,.045),rgba(15,12,8,0));
}
.collaba-heading{
  max-width:870px;
  margin-bottom:24px;
}
.collaba-heading h2{
  margin-top:12px;
  color:var(--cream);
  font-size:clamp(2rem,4vw,3.6rem);
  font-weight:300;
  line-height:1.12;
  letter-spacing:-.045em;
}
.collaba-heading h2 em{
  color:var(--copper2);
  font-style:italic;
}
.collaba-heading p{
  margin-top:20px;
  color:rgba(240,228,204,.68);
  font-size:1.05rem;
  line-height:1.75;
}
.collaba-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.collaba-info-card{
  min-height:245px;
  padding:24px 22px;
  border:1px solid rgba(196,149,106,.16);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(31,24,18,.92),rgba(12,10,8,.98));
}
.collaba-info-card span{
  color:var(--teal);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.16em;
}
.collaba-info-card h3{
  margin:22px 0 12px;
  color:var(--cream);
  font-size:1.14rem;
  line-height:1.25;
}
.collaba-info-card p{
  color:rgba(240,228,204,.68);
  font-size:.92rem;
  line-height:1.7;
}
.collaba-timeline{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.collaba-step{
  position:relative;
  padding:26px;
  border:1px solid rgba(19,159,163,.18);
  border-radius:24px;
  background:rgba(255,255,255,.025);
}
.collaba-step__num{
  color:var(--copper2);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
}
.collaba-step h3{
  margin:22px 0 12px;
  color:var(--cream);
  font-size:1.34rem;
}
.collaba-step p{
  color:rgba(240,228,204,.68);
  font-size:.96rem;
  line-height:1.72;
}
.collaba-mechanics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.collaba-mechanic{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  padding:20px;
  border:1px solid rgba(240,228,204,.08);
  border-radius:20px;
  background:rgba(255,255,255,.022);
}
.collaba-mechanic i{
  width:42px;
  height:42px;
  border:1px solid rgba(19,159,163,.34);
  border-radius:14px;
  background:rgba(19,159,163,.08);
}
.collaba-mechanic h3{
  margin-bottom:8px;
  color:var(--cream);
  font-size:1.05rem;
}
.collaba-mechanic p{
  color:rgba(240,228,204,.66);
  font-size:.92rem;
  line-height:1.65;
}
.collaba-proof{
  margin-top:34px;
  padding:26px;
  border:1px solid rgba(196,149,106,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 82% 0%,rgba(196,149,106,.12),transparent 38%),
    linear-gradient(180deg,rgba(29,23,17,.72),rgba(11,13,11,.92));
}
.collaba-proof__copy{
  max-width:760px;
  margin-bottom:18px;
}
.collaba-proof__copy h2{
  margin:10px 0 12px;
  color:var(--cream);
  font-size:clamp(1.8rem,3vw,2.75rem);
  font-weight:300;
  line-height:1.12;
  letter-spacing:-.04em;
}
.collaba-proof__copy p{
  color:rgba(240,228,204,.68);
  font-size:.98rem;
  line-height:1.72;
}
.collaba-proof__cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.collaba-proof-card{
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:22px;
  border:1px solid rgba(19,159,163,.2);
  border-radius:22px;
  color:var(--cream);
  text-decoration:none;
  background:
    radial-gradient(circle at 18% 18%,rgba(19,159,163,.16),transparent 34%),
    rgba(255,255,255,.025);
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.collaba-proof-card--warm{
  border-color:rgba(196,149,106,.2);
  background:
    radial-gradient(circle at 82% 16%,rgba(196,149,106,.18),transparent 36%),
    rgba(255,255,255,.025);
}
.collaba-proof-card:hover{
  transform:translateY(-4px);
  border-color:rgba(19,159,163,.42);
}
.collaba-proof-card span{
  color:var(--teal);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.collaba-proof-card--warm span{
  color:var(--copper2);
}
.collaba-proof-card strong{
  font-size:1.35rem;
  line-height:1.2;
}
.collaba-proof-card small{
  color:rgba(240,228,204,.68);
  font-size:.92rem;
  line-height:1.65;
}
.collaba-cta{
  margin:38px auto 0;
  max-width:980px;
  padding:34px;
  border:1px solid rgba(196,149,106,.22);
  border-radius:28px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%,rgba(19,159,163,.1),transparent 42%),
    linear-gradient(180deg,rgba(31,23,17,.88),rgba(13,10,8,.98));
}
.collaba-cta h2{
  margin-bottom:14px;
  color:var(--cream);
  font-size:clamp(2rem,4vw,4rem);
  font-weight:300;
  letter-spacing:-.045em;
}
.collaba-cta p{
  max-width:680px;
  margin:0 auto 24px;
  color:rgba(240,228,204,.68);
  line-height:1.7;
}

@media (max-width:1100px){
  .communities-lite,
  .collaba-hero__grid{
    grid-template-columns:1fr;
  }
  .collaba-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .community-partners,
  .community-hooks,
  .collaba-timeline,
  .collaba-mechanics{
    grid-template-columns:1fr;
  }
  .communities-lite__panel,
  .collaba-hero__card,
  .collaba-cta{
    border-radius:20px;
    padding:20px;
  }
  .community-partner{
    min-height:0;
  }
  .collaba-hero{
    padding:104px 0 38px;
  }
  .collaba-section{
    padding:42px 0;
  }
  .collaba-card-grid{
    grid-template-columns:1fr;
  }
  .collaba-proof{
    padding:20px;
    border-radius:22px;
  }
  .collaba-proof__cards{
    grid-template-columns:1fr;
  }
  .collaba-proof-card{
    min-height:180px;
  }
  .collaba-info-card{
    min-height:0;
  }
}

/* === Alternative economy section === */
#value-system{
  padding:96px 0;
  position:relative;
  overflow:hidden;
}
#value-system::before{
  content:'';
  position:absolute;
  width:620px;
  height:620px;
  right:-180px;
  top:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(196,149,106,.07) 0%,transparent 70%);
  pointer-events:none;
}
#value-system::after{
  content:'';
  position:absolute;
  width:520px;
  height:520px;
  left:-160px;
  bottom:-200px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,159,163,.06) 0%,transparent 72%);
  pointer-events:none;
}
#value-system .sec-inner{
  position:relative;
  z-index:1;
}
.value-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);
  gap:22px;
  margin-top:38px;
  margin-bottom:30px;
}
.value-photo-stack{
  display:grid;
  gap:22px;
}
.value-photo{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(196,149,106,.16);
  background:rgba(28,22,16,.9);
  box-shadow:0 20px 70px rgba(0,0,0,.28);
}
.value-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.value-photo--main{
  min-height:560px;
}
.value-photo--quote,
.value-photo--craft{
  min-height:269px;
}
.value-photo::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(15,12,8,.82) 0%,rgba(15,12,8,.1) 45%,transparent 70%);
  pointer-events:none;
}
.value-photo figcaption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:1;
  color:var(--cream);
  font-size:.9rem;
  line-height:1.45;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.value-card{
  opacity:0;
  transform:translateY(26px) scale(.985);
  padding:24px 24px 22px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(28,22,16,.95) 0%,rgba(20,15,11,.98) 100%);
  border:1px solid rgba(196,149,106,.16);
  box-shadow:0 14px 42px rgba(0,0,0,.18);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.72,.16,1), border-color .24s ease, box-shadow .24s ease;
}
.value-grid.visible .value-card{
  opacity:1;
  transform:translateY(0) scale(1);
}
.value-grid.visible .value-card:nth-child(1){
  transition-delay:.04s;
}
.value-grid.visible .value-card:nth-child(2){
  transition-delay:.14s;
}
.value-grid.visible .value-card:nth-child(3){
  transition-delay:.24s;
}
.value-grid.visible .value-card:nth-child(4){
  transition-delay:.34s;
}
.value-card:hover{
  transform:translateY(-4px) scale(1.01);
  border-color:rgba(19,159,163,.28);
  box-shadow:0 18px 54px rgba(0,0,0,.24), 0 0 42px rgba(19,159,163,.05);
}
.value-card__eyebrow{
  margin-bottom:10px;
  font-size:.72rem;
  color:var(--teal);
  letter-spacing:.14em;
  text-transform:uppercase;
}
.value-card__title{
  margin-bottom:12px;
  font-size:1.22rem;
  line-height:1.2;
  font-weight:500;
  color:var(--cream);
}
.value-card__list{
  margin:0;
  padding-left:18px;
  color:rgba(240,228,204,.84);
}
.value-card__list li{
  font-size:.92rem;
  line-height:1.72;
}
.value-card__list li + li{
  margin-top:7px;
}

@media (max-width:960px){
  #value-system{
    padding:76px 0;
  }
  .value-showcase{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:28px;
    margin-bottom:22px;
  }
  .value-photo-stack{
    grid-template-columns:1fr 1fr;
    gap:16px;
  }
  .value-photo--main{
    min-height:420px;
  }
  .value-photo--quote,
  .value-photo--craft{
    min-height:220px;
  }
  .value-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .section-cta{
    margin-top:28px;
  }
  .value-card{
    padding:20px 18px;
    border-radius:16px;
  }
  .value-card__title{
    font-size:1.08rem;
  }
}

@media (max-width:640px){
  .value-photo--main{
    min-height:320px;
  }
  .value-photo-stack{
    grid-template-columns:1fr;
  }
  .value-photo--quote,
  .value-photo--craft{
    min-height:230px;
  }
  .value-photo figcaption{
    left:16px;
    right:16px;
    bottom:14px;
    font-size:.84rem;
  }
  .value-card__eyebrow{
    font-size:.66rem;
    letter-spacing:.12em;
  }
  .value-card__list li{
    font-size:.88rem;
  }
  .section-cta{
    flex-direction:column;
    align-items:stretch;
  }
  .section-cta__primary,
  .section-cta__secondary{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}

@media (prefers-reduced-motion: reduce){
  .value-card,
  .value-grid.visible .value-card{
    opacity:1;
    transform:none;
    transition:none;
  }
  .ex-img,
  .ex-card,
  .review-card{
    transition:none;
  }
}

/* === Final Compact Exchange Cards Override === */
.ex-grid{
  gap:16px;
  padding:0 40px 22px;
}
.ex-card{
  flex:0 0 263px;
  min-height:0;
  padding:8px;
  border-radius:18px;
  border-color:rgba(196,149,106,.28);
  background:linear-gradient(180deg,rgba(24,19,14,.96),rgba(13,11,9,.98));
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.ex-card::before{
  border-radius:18px;
}
.ex-visual{
  height:164px;
  border-radius:12px 12px 4px 4px;
}
.ex-visual-overlay{
  background:linear-gradient(to bottom,rgba(9,8,7,.03),rgba(9,8,7,.18));
}
.ex-match-badge{
  display:none;
}
.ex-card-body{
  gap:9px;
  padding:11px 4px 4px;
}
.ex-profile{
  gap:9px;
}
.ex-avatar{
  width:42px;
  height:42px;
  overflow:hidden;
  background:#17110d;
}
.ex-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.ex-name-row{
  gap:6px;
  margin-bottom:5px;
}
.ex-name{
  font-size:.9rem;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:178px;
}
.ex-chip-row{
  gap:5px;
}
.ex-chip{
  min-height:22px;
  padding:0 8px;
  font-size:.6rem;
}
.ex-divider-row{
  gap:8px;
  margin:2px 0 0;
}
.ex-divider-row b{
  font-size:.56rem;
  letter-spacing:.16em;
}
.ex-trade{
  min-height:74px;
  padding:10px 11px 11px;
  border-radius:10px;
}
.ex-trade-label{
  font-size:.56rem;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.ex-trade-text{
  font-size:.82rem;
  line-height:1.32;
  text-wrap:auto;
}
.ex-card-cta{
  display:none;
}

@media(max-width:960px){
  .ex-grid{
    gap:14px;
    padding:0 20px 18px;
    margin:0 -20px;
  }
  .ex-card{
    flex-basis:252px;
    padding:8px;
    border-radius:18px;
  }
  .ex-card::before{
    border-radius:18px;
  }
  .ex-visual{
    height:158px;
  }
  .ex-card-body{
    gap:8px;
  }
  .ex-name{
    max-width:166px;
    font-size:.86rem;
  }
  .ex-trade{
    min-height:70px;
  }
  .ex-trade-text{
    font-size:.78rem;
  }
}

.reviews-profile-cta .reviews-profile-link{
  width:auto;
  min-height:52px;
  padding:0 26px;
  border:1px solid rgba(19,159,163,.45);
  background:rgba(19,159,163,.035);
  box-shadow:0 14px 34px rgba(0,0,0,.16), inset 0 0 20px rgba(19,159,163,.035);
}

.reviews-profile-cta .reviews-profile-link:hover{
  border-color:var(--teal);
  background:rgba(19,159,163,.07);
}

@media(max-width:640px){
  .reviews-profile-cta{
    justify-content:center;
  }
  .reviews-profile-cta .reviews-profile-link{
    width:auto;
    max-width:100%;
  }
}

/* === Hero refresh: feed mockup and deeper first screen === */
#hero{
  isolation:isolate;
}
#hero::before{
  content:'';
  position:absolute;
  inset:70px 44px 34px;
  z-index:1;
  pointer-events:none;
  border:1px solid rgba(196,149,106,.08);
  border-radius:34px;
  background:
    linear-gradient(115deg,rgba(196,149,106,.055),transparent 34%),
    radial-gradient(ellipse at 78% 46%,rgba(19,159,163,.12),transparent 46%);
  box-shadow:inset 0 0 80px rgba(19,159,163,.025);
}
#hero::after{
  content:'';
  position:absolute;
  right:9vw;
  top:14vh;
  width:34vw;
  height:34vw;
  z-index:1;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,159,163,.16),rgba(19,159,163,.035) 36%,transparent 68%);
  filter:blur(2px);
}
#hero .hero-left{
  position:relative;
}
#hero .hero-left::before{
  content:'';
  position:absolute;
  left:-26px;
  top:5px;
  bottom:6px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(19,159,163,.55),rgba(196,149,106,.28),transparent);
  box-shadow:0 0 24px rgba(19,159,163,.22);
}
#hero .bullets{
  gap:10px;
}
#hero .bullets div{
  position:relative;
  padding:13px 16px 13px 40px;
  border:1px solid rgba(196,149,106,.13);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(31,24,18,.66),rgba(10,9,8,.38));
  box-shadow:0 16px 44px rgba(0,0,0,.15), inset 0 0 22px rgba(19,159,163,.025);
}
#hero .bullets div::before{
  content:'';
  position:absolute;
  left:17px;
  top:23px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 16px rgba(19,159,163,.75);
}
#hero .bullets div:nth-child(2)::before{
  background:var(--copper);
  box-shadow:0 0 16px rgba(196,149,106,.55);
}
#hero .phone-wrap{
  position:relative;
}
.phone--feed{
  display:flex;
  flex-direction:column;
  background:
    linear-gradient(180deg,rgba(35,23,18,.98) 0%,rgba(12,10,8,.99) 100%);
}
.phone--feed .p-bell{
  color:var(--teal);
  font-size:13px;
}
.phone--feed .p-ai{
  margin:10px 11px 9px;
}
.p-feed{
  display:grid;
  gap:9px;
  padding:0 10px;
}
.p-feed-card{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:9px;
  align-items:center;
  min-height:98px;
  padding:7px;
  border:1px solid rgba(196,149,106,.18);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(36,27,20,.94),rgba(12,10,8,.98));
  box-shadow:0 12px 30px rgba(0,0,0,.24);
}
.p-feed-card img{
  width:70px;
  height:72px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  border:1px solid rgba(19,159,163,.22);
}
.p-feed-copy{
  min-width:0;
}
.p-feed-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:6px;
}
.p-feed-name{
  color:var(--cream);
  font-size:10.2px;
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.p-feed-role{
  margin-top:2px;
  color:rgba(240,228,204,.42);
  font-size:7.4px;
}
.p-feed-pct{
  flex:0 0 auto;
  padding:4px 6px;
  border:1px solid rgba(19,159,163,.35);
  border-radius:8px;
  background:rgba(19,159,163,.08);
  color:var(--teal2);
  font-size:10px;
  font-weight:800;
  line-height:1;
}
.p-feed-trade{
  display:grid;
  gap:3px;
  margin-top:7px;
}
.p-feed-trade span{
  display:block;
  color:var(--copper);
  font-size:7px;
  line-height:1;
}
.p-feed-trade strong{
  display:block;
  margin-top:2px;
  color:rgba(240,228,204,.92);
  font-size:9px;
  font-weight:500;
  line-height:1.22;
}
.p-feed-divider{
  display:flex;
  align-items:center;
  gap:5px;
  color:var(--teal);
}
.p-feed-divider i{
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,rgba(19,159,163,.62));
}
.p-feed-divider i:last-child{
  background:linear-gradient(90deg,rgba(19,159,163,.62),transparent);
}
.p-feed-divider b{
  font-size:6.4px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.p-feed-actions{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:7px;
  padding:10px 11px 8px;
}
.p-feed-actions .p-btn{
  min-width:0;
  padding:9px 6px;
  font-size:9px;
}
.p-feed-actions .p-yes{
  color:#061f21;
}

@media (max-width:960px){
  #hero::before,
  #hero::after,
  #hero .hero-left::before{
    display:none;
  }
  #hero .bullets div{
    padding:12px 14px 12px 36px;
  }
  #hero .bullets div::before{
    left:15px;
    top:22px;
  }
}

@media (max-width:640px){
  #hero .hero-grid{
    gap:24px !important;
  }
  #hero .hero-h1{
    font-size:clamp(2rem,9.5vw,2.85rem);
    margin-bottom:14px;
  }
  #hero .hero-cta-row{
    gap:12px;
    margin-top:18px;
  }
  #hero .bullets{
    gap:8px;
  }
  #hero .bullets div{
    padding:10px 12px 10px 34px;
    font-size:.86rem;
    line-height:1.5;
    border-radius:14px;
  }
  #hero .bullets div::before{
    left:14px;
    top:19px;
  }
  .p-feed{
    gap:8px;
    padding:0 9px;
  }
  .p-feed-card{
    grid-template-columns:58px minmax(0,1fr);
    gap:8px;
    min-height:88px;
    padding:7px;
  }
  .p-feed-card img{
    width:58px;
    height:62px;
  }
  .p-feed-name{
    font-size:9.2px;
  }
  .p-feed-role{
    font-size:6.8px;
  }
  .p-feed-pct{
    padding:4px 5px;
    font-size:9px;
  }
  .p-feed-trade strong{
    font-size:8.2px;
  }
  .p-feed-divider b{
    font-size:5.8px;
  }
  .p-feed-actions .p-btn{
    font-size:8px;
  }
}

@media (min-width:961px){
  #hero .hero-grid{
    padding-top:22px;
    padding-bottom:18px;
  }
  #hero::before{
    inset:54px 44px 26px;
  }
  #hero .hero-h1{
    font-size:clamp(2.5rem,4.35vw,3.85rem);
    margin-bottom:14px;
  }
  #hero .bullets{
    gap:8px;
    max-width:540px;
  }
  #hero .bullets div{
    padding:10px 14px 10px 36px;
    font-size:.86rem;
    line-height:1.48;
    border-radius:14px;
  }
  #hero .bullets div::before{
    left:15px;
    top:18px;
    width:7px;
    height:7px;
  }
  #hero .hero-cta-row{
    margin-top:18px;
  }
  #hero .btn-hero,
  #hero .btn-video{
    padding-top:13px;
    padding-bottom:13px;
  }
}

/* === Mobile overflow guard === */
@media (max-width:960px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  section,
  nav,
  footer,
  .site-nav,
  .nav-shell,
  .sec-inner,
  .hero-grid,
  .footer-inner{
    max-width:100%;
  }
  .ex-carousel,
  .reviews-carousel{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }
  .ex-grid,
  .reviews-strip{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    contain:layout paint;
  }
  .ex-card{
    flex:0 0 min(252px,78vw);
  }
}

/* === Theme switcher and light theme === */
.theme-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:36px;
  padding:0 12px 0 10px;
  border:1px solid rgba(196,149,106,.2);
  border-radius:999px;
  background:rgba(28,22,16,.74);
  color:rgba(240,228,204,.82);
  font:inherit;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.02em;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.theme-toggle:hover{
  border-color:rgba(19,159,163,.42);
  color:var(--cream);
  transform:translateY(-1px);
}
.theme-toggle__track{
  position:relative;
  width:34px;
  height:18px;
  flex:0 0 auto;
  border-radius:999px;
  background:rgba(19,159,163,.16);
  border:1px solid rgba(19,159,163,.28);
}
.theme-toggle__dot{
  position:absolute;
  top:50%;
  left:3px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--copper);
  box-shadow:0 0 14px rgba(196,149,106,.35);
  transform:translateY(-50%);
  transition:left .22s ease,background .22s ease,box-shadow .22s ease;
}
html[data-theme="light"] .theme-toggle__dot{
  left:17px;
  background:var(--teal);
  box-shadow:0 0 14px rgba(0,166,166,.34);
}

html[data-theme="light"]{
  --bg:#f6efe4;
  --bg2:#fff8ed;
  --card:#fff8ed;
  --card2:#efe2d1;
  --copper:#c98752;
  --copper2:#a9673d;
  --teal:#008f92;
  --teal2:#00a6a6;
  --blue:#407f9e;
  --cream:#1f1712;
  --muted:#7b6b5c;
  --dim:#a89582;
  --border:rgba(31,23,18,.12);
  --border2:rgba(31,23,18,.18);
  color-scheme:light;
}
html[data-theme="dark"]{
  color-scheme:dark;
}
html[data-theme="light"] body{
  background:
    radial-gradient(circle at 82% 10%,rgba(0,166,166,.1),transparent 28%),
    radial-gradient(circle at 12% 84%,rgba(201,135,82,.14),transparent 30%),
    var(--bg);
  color:var(--cream);
}
html[data-theme="light"] body::after{
  opacity:.12;
}
html[data-theme="light"] .site-nav,
html[data-theme="light"] nav{
  background:rgba(246,239,228,.84);
  border-bottom-color:rgba(31,23,18,.1);
  box-shadow:0 14px 40px rgba(58,37,18,.08);
}
html[data-theme="light"] .nav-link{
  color:rgba(31,23,18,.72);
}
html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .nav-link:focus-visible{
  color:var(--cream);
}
html[data-theme="light"] .nav-toggle,
html[data-theme="light"] .theme-toggle{
  background:rgba(255,248,237,.82);
  border-color:rgba(31,23,18,.12);
  color:rgba(31,23,18,.76);
  box-shadow:0 10px 28px rgba(58,37,18,.08);
}
html[data-theme="light"] .nav-toggle span{
  background:var(--cream);
}
html[data-theme="light"] .theme-toggle:hover{
  color:var(--cream);
  border-color:rgba(0,143,146,.34);
}

html[data-theme="light"] .hero-bg,
html[data-theme="light"] .hm-bg{
  background:var(--bg);
}
html[data-theme="light"] .hero-bg::after,
html[data-theme="light"] .hm-bg{
  background:
    radial-gradient(ellipse 76% 58% at 72% 46%,rgba(0,166,166,.12) 0%,transparent 60%),
    radial-gradient(ellipse 50% 64% at 18% 80%,rgba(201,135,82,.15) 0%,transparent 55%),
    linear-gradient(180deg,#f9f2e7 0%,#f1e5d5 100%);
}
html[data-theme="light"] #hero::before{
  border-color:rgba(31,23,18,.08);
  background:
    linear-gradient(115deg,rgba(255,248,237,.72),rgba(239,226,209,.42)),
    radial-gradient(ellipse at 78% 46%,rgba(0,166,166,.13),transparent 48%);
  box-shadow:inset 0 0 80px rgba(255,255,255,.32),0 26px 90px rgba(58,37,18,.1);
}
html[data-theme="light"] #hero::after,
html[data-theme="light"] .hero-glow,
html[data-theme="light"] .phone-wrap::before{
  background:radial-gradient(circle,rgba(0,166,166,.16),rgba(0,166,166,.04) 38%,transparent 70%);
}
html[data-theme="light"] #hero .bullets div{
  color:var(--cream);
  background:rgba(255,248,237,.68);
  border-color:rgba(31,23,18,.1);
  box-shadow:0 16px 44px rgba(58,37,18,.08);
}
html[data-theme="light"] .hero-eyebrow,
html[data-theme="light"] .sec-label,
html[data-theme="light"] .hm-tag,
html[data-theme="light"] .hm-network,
html[data-theme="light"] .cl-tag-text{
  color:var(--teal);
  text-shadow:none;
}
html[data-theme="light"] .hero-h1,
html[data-theme="light"] .hm-h1,
html[data-theme="light"] .sec-h2,
html[data-theme="light"] .cl-h,
html[data-theme="light"] .collaba-hero h1,
html[data-theme="light"] .collaba-heading h2,
html[data-theme="light"] .collaba-proof__copy h2,
html[data-theme="light"] .collaba-cta h2{
  color:var(--cream);
}
html[data-theme="light"] .hero-h1 em,
html[data-theme="light"] .hm-h1 em,
html[data-theme="light"] .sec-h2 em,
html[data-theme="light"] .cl-h em,
html[data-theme="light"] .collaba-hero h1 em,
html[data-theme="light"] .collaba-heading h2 em{
  color:var(--teal);
}
html[data-theme="light"] .sec-lead,
html[data-theme="light"] .cl-sub,
html[data-theme="light"] .hm-sub,
html[data-theme="light"] .collaba-lead,
html[data-theme="light"] .collaba-heading p,
html[data-theme="light"] .collaba-proof__copy p,
html[data-theme="light"] .collaba-cta p{
  color:var(--muted);
}

html[data-theme="light"] .btn-hero,
html[data-theme="light"] .btn-cl{
  color:#21140d;
  background:var(--copper);
  box-shadow:0 14px 38px rgba(201,135,82,.22),0 0 0 1px rgba(169,103,61,.12);
}
html[data-theme="light"] .btn-hero:hover,
html[data-theme="light"] .btn-cl:hover{
  background:#d29660;
  box-shadow:0 18px 46px rgba(201,135,82,.28),0 0 0 1px rgba(169,103,61,.16);
}
html[data-theme="light"] .btn-video,
html[data-theme="light"] .section-cta__secondary,
html[data-theme="light"] .communities-link,
html[data-theme="light"] .reviews-profile-cta .reviews-profile-link{
  color:var(--teal);
  background:rgba(255,248,237,.42);
  border-color:rgba(0,143,146,.32);
}
html[data-theme="light"] .btn-video:hover,
html[data-theme="light"] .communities-link:hover,
html[data-theme="light"] .reviews-profile-cta .reviews-profile-link:hover{
  color:#006c70;
  background:rgba(0,166,166,.08);
}

html[data-theme="light"] .phone,
html[data-theme="light"] .phone--feed{
  background:linear-gradient(180deg,#fff8ed 0%,#f4e7d6 100%);
  border-color:rgba(169,103,61,.28);
  box-shadow:0 28px 70px rgba(58,37,18,.16),0 0 0 1px rgba(255,255,255,.5) inset;
}
html[data-theme="light"] .p-logo{
  color:var(--copper2);
  text-shadow:none;
}
html[data-theme="light"] .p-sub,
html[data-theme="light"] .p-sbar,
html[data-theme="light"] .p-feed-role{
  color:rgba(31,23,18,.48);
}
html[data-theme="light"] .p-head{
  border-bottom-color:rgba(31,23,18,.1);
}
html[data-theme="light"] .p-bell{
  background:#fff8ed;
  border-color:rgba(31,23,18,.12);
  color:var(--teal);
}
html[data-theme="light"] .p-ai,
html[data-theme="light"] .match-bar{
  background:rgba(0,166,166,.07);
  border-color:rgba(0,143,146,.22);
}
html[data-theme="light"] .p-feed-card,
html[data-theme="light"] .mini-card{
  background:rgba(255,255,255,.68);
  border-color:rgba(31,23,18,.1);
  box-shadow:0 12px 30px rgba(58,37,18,.08);
}
html[data-theme="light"] .p-feed-name,
html[data-theme="light"] .mini-card b{
  color:var(--cream);
}
html[data-theme="light"] .p-feed-trade strong{
  color:rgba(31,23,18,.88);
}
html[data-theme="light"] .p-feed-trade span{
  color:var(--copper2);
}
html[data-theme="light"] .p-feed-pct,
html[data-theme="light"] .percent{
  color:var(--teal);
  background:rgba(0,166,166,.08);
  border-color:rgba(0,143,146,.25);
}
html[data-theme="light"] .p-no{
  color:rgba(31,23,18,.58);
  border-color:rgba(31,23,18,.12);
}
html[data-theme="light"] .p-back1,
html[data-theme="light"] .p-back2{
  background:#eadcc9;
  border-color:rgba(31,23,18,.08);
}

html[data-theme="light"] #how,
html[data-theme="light"] #seo-article,
html[data-theme="light"] #value-system,
html[data-theme="light"] #communities,
html[data-theme="light"] .collaba-section--soft{
  background:
    radial-gradient(ellipse at 78% 18%,rgba(0,166,166,.07),transparent 44%),
    linear-gradient(180deg,rgba(246,239,228,1),rgba(255,248,237,.72),rgba(246,239,228,1));
}
html[data-theme="light"] #communities{
  background:
    radial-gradient(ellipse at 78% 18%,rgba(0,166,166,.1),transparent 44%),
    linear-gradient(180deg,#f7efe3 0%,#efe2d1 100%);
}
html[data-theme="light"] .divider{
  background:linear-gradient(to right,transparent,rgba(31,23,18,.14) 20%,rgba(31,23,18,.14) 80%,transparent);
}
html[data-theme="light"] .step-n{
  background:var(--card);
}

html[data-theme="light"] .ex-card,
html[data-theme="light"] .review-card,
html[data-theme="light"] .seo-article,
html[data-theme="light"] .platform-article,
html[data-theme="light"] .value-card,
html[data-theme="light"] .communities-panel,
html[data-theme="light"] .communities-lite__panel,
html[data-theme="light"] .community-card,
html[data-theme="light"] .community-partner,
html[data-theme="light"] .collaba-hero__card,
html[data-theme="light"] .collaba-info-card,
html[data-theme="light"] .collaba-step,
html[data-theme="light"] .collaba-mechanic,
html[data-theme="light"] .collaba-proof,
html[data-theme="light"] .collaba-proof-card,
html[data-theme="light"] .collaba-cta{
  background:linear-gradient(180deg,rgba(255,248,237,.88),rgba(245,233,217,.96));
  border-color:rgba(31,23,18,.11);
  box-shadow:0 18px 48px rgba(58,37,18,.1);
}
html[data-theme="light"] .ex-card:hover,
html[data-theme="light"] .value-card:hover,
html[data-theme="light"] .community-partner:hover,
html[data-theme="light"] .collaba-proof-card:hover{
  border-color:rgba(0,143,146,.34);
  box-shadow:0 22px 56px rgba(58,37,18,.13);
}
html[data-theme="light"] .ex-name,
html[data-theme="light"] .ex-trade-text,
html[data-theme="light"] .ex-give,
html[data-theme="light"] .review-card__name,
html[data-theme="light"] .step-title,
html[data-theme="light"] .seo-article__summary,
html[data-theme="light"] .platform-article__title,
html[data-theme="light"] .value-card__title,
html[data-theme="light"] .community-flow b,
html[data-theme="light"] .community-card h3,
html[data-theme="light"] .community-partner strong,
html[data-theme="light"] .collaba-signal b,
html[data-theme="light"] .collaba-info-card h3,
html[data-theme="light"] .collaba-step h3,
html[data-theme="light"] .collaba-mechanic h3,
html[data-theme="light"] .collaba-proof-card strong{
  color:var(--cream);
}
html[data-theme="light"] .ex-want,
html[data-theme="light"] .ex-chip--teal,
html[data-theme="light"] .value-card__eyebrow,
html[data-theme="light"] .community-card__num,
html[data-theme="light"] .community-labels span:first-child{
  color:var(--teal);
  text-shadow:none;
}
html[data-theme="light"] .ex-chip,
html[data-theme="light"] .community-tags span,
html[data-theme="light"] .community-labels span,
html[data-theme="light"] .community-hooks span{
  color:rgba(31,23,18,.7);
  background:rgba(255,255,255,.38);
  border-color:rgba(31,23,18,.1);
}
html[data-theme="light"] .ex-trade,
html[data-theme="light"] .ex-trade--want,
html[data-theme="light"] .platform-article__thought,
html[data-theme="light"] .platform-article__steps li,
html[data-theme="light"] .community-flow div,
html[data-theme="light"] .collaba-signal div{
  background:rgba(255,255,255,.42);
  border-color:rgba(31,23,18,.09);
}
html[data-theme="light"] .review-card__text,
html[data-theme="light"] .step-text,
html[data-theme="light"] .seo-article__intro p,
html[data-theme="light"] .seo-article__content p,
html[data-theme="light"] .seo-article__note p,
html[data-theme="light"] .seo-article__list li,
html[data-theme="light"] .platform-article__subtitle,
html[data-theme="light"] .platform-article__thought,
html[data-theme="light"] .platform-article__content p,
html[data-theme="light"] .platform-article__callout p,
html[data-theme="light"] .value-card__list,
html[data-theme="light"] .community-flow span,
html[data-theme="light"] .community-card p,
html[data-theme="light"] .community-partner small,
html[data-theme="light"] .collaba-signal span,
html[data-theme="light"] .collaba-info-card p,
html[data-theme="light"] .collaba-step p,
html[data-theme="light"] .collaba-mechanic p,
html[data-theme="light"] .collaba-proof-card small{
  color:var(--muted);
}
html[data-theme="light"] .seo-article strong,
html[data-theme="light"] .platform-article__content strong{
  color:var(--cream);
}
html[data-theme="light"] .seo-article em,
html[data-theme="light"] .review-card__stars{
  color:var(--copper2);
}
html[data-theme="light"] .seo-article__note,
html[data-theme="light"] .platform-article__callout{
  background:linear-gradient(180deg,rgba(0,166,166,.07),rgba(255,255,255,.34));
  border-color:rgba(0,143,146,.18);
}
html[data-theme="light"] .seo-article__note--final,
html[data-theme="light"] .platform-article__callout--warm{
  background:linear-gradient(180deg,rgba(201,135,82,.11),rgba(255,255,255,.34));
  border-color:rgba(201,135,82,.18);
}
html[data-theme="light"] .reviews-nav,
html[data-theme="light"] .ex-nav,
html[data-theme="light"] .scroll-top{
  background:rgba(255,248,237,.92);
  color:var(--cream);
  border-color:rgba(31,23,18,.14);
  box-shadow:0 12px 30px rgba(58,37,18,.12);
}
html[data-theme="light"] .reviews-nav:hover,
html[data-theme="light"] .ex-nav:hover,
html[data-theme="light"] .scroll-top:hover{
  background:#fff8ed;
  border-color:rgba(0,143,146,.34);
}
html[data-theme="light"] footer,
html[data-theme="light"] footer[id]{
  border-top-color:rgba(31,23,18,.12);
  background:rgba(255,248,237,.42);
}
html[data-theme="light"] .footer-link,
html[data-theme="light"] .footer-meta{
  color:rgba(31,23,18,.72);
}
html[data-theme="light"] .collaba-page{
  background:
    radial-gradient(circle at 82% 8%,rgba(0,166,166,.11),transparent 28%),
    radial-gradient(circle at 18% 18%,rgba(201,135,82,.13),transparent 30%),
    var(--bg);
}
html[data-theme="light"] .collaba-hero::before{
  border-color:rgba(31,23,18,.08);
  background:
    radial-gradient(ellipse at 76% 40%,rgba(0,166,166,.12),transparent 44%),
    linear-gradient(135deg,rgba(255,248,237,.72),rgba(239,226,209,.42));
}

@media (max-width:960px){
  html[data-theme="light"] .nav-menu{
    background:rgba(255,248,237,.98);
    border-color:rgba(31,23,18,.12);
    box-shadow:0 22px 50px rgba(58,37,18,.14);
  }
  .site-nav .nav-shell{
    gap:10px;
  }
  .theme-toggle{
    width:100%;
    min-width:0;
    min-height:44px;
    justify-content:flex-start;
    padding:0 14px;
    margin-left:0;
    border-radius:12px;
  }
  .nav-toggle{
    width:44px;
    height:44px;
    flex:0 0 44px;
    margin-left:auto;
    position:relative;
    z-index:3;
  }
  .theme-toggle__text{
    display:inline;
  }
}

@media (max-width:640px){
  .site-nav{
    padding:0 16px;
  }
  .site-nav .nav-shell{
    gap:8px;
  }
  .nav-logo-full{
    height:24px;
  }
  .theme-toggle{
    min-height:38px;
    padding:0 12px;
  }
  .theme-toggle__track{
    width:28px;
    height:16px;
  }
  .theme-toggle__dot{
    width:10px;
    height:10px;
  }
  html[data-theme="light"] .theme-toggle__dot{
    left:15px;
  }
  .nav-toggle{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  #hero .hero-left,
  #hero .bullets,
  #hero .hero-cta-row{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  #hero .hero-h1{
    font-size:clamp(1.9rem,8.2vw,2.4rem) !important;
    line-height:1.05;
  }
  #hero .bullets div{
    font-size:.82rem !important;
    overflow-wrap:break-word;
  }
  #hero .btn-hero,
  #hero .btn-video{
    max-width:100%;
  }
}

@media (max-width:960px){
  html[data-theme="light"] .nav-toggle{
    background:rgba(255,248,237,.96);
    border-color:rgba(31,23,18,.24);
  }
  html[data-theme="light"] .nav-toggle span{
    width:20px;
    height:2px;
    background:#1f1712;
  }
}
