/* ====================================================================== */
/*  2z4.ru — Откровенные знакомства с намёком                              */
/*  Stack: Vanilla HTML/CSS/JS. Modern: glassmorphism, big radii, gradients */
/* ====================================================================== */

:root{
  --orange:#FF8C00;
  --orange-2:#FF6A00;
  --yellow:#FFD700;
  --cream:#FFF8E7;
  --white:#FFFFFF;
  --pink:#FF69B4;
  --red:#FF2D55;
  --ink:#15131C;
  --ink-2:#2A2435;
  --muted:#6B6377;

  --grad-main: linear-gradient(135deg,#FF8C00 0%,#FFD700 50%,#FF69B4 100%);
  --grad-hot:  linear-gradient(120deg,#FF2D55 0%,#FF8C00 60%,#FFD700 100%);
  --grad-soft: linear-gradient(160deg,#FFF8E7 0%,#FFE7B0 100%);

  --r-xs:12px;
  --r-sm:18px;
  --r-md:24px;
  --r-lg:32px;
  --r-xl:42px;
  --r-2xl:64px;

  --sh-soft: 0 10px 30px rgba(255,140,0,.18), 0 2px 8px rgba(0,0,0,.06);
  --sh-hard: 0 20px 60px rgba(255,42,85,.22), 0 4px 14px rgba(0,0,0,.08);
  --sh-glow: 0 0 0 4px rgba(255,215,0,.45), 0 14px 40px rgba(255,140,0,.4);

  --container: 1200px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{max-width:100%}
body{
  font-family:'Manrope','Inter','Segoe UI',system-ui,-apple-system,sans-serif;
  background:
    radial-gradient(1200px 800px at 90% -10%, rgba(255,215,0,.35), transparent 60%),
    radial-gradient(900px 700px at -10% 20%, rgba(255,105,180,.22), transparent 55%),
    linear-gradient(180deg,#FFFCF4 0%, #FFF8E7 100%);
  color:var(--ink);
  line-height:1.55;
  overflow-x:hidden;
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}
body > footer{margin-top:auto}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
input,textarea,select{font:inherit;color:inherit}

.container{max-width:var(--container);margin:0 auto;padding:0 20px}

/* ============ FLOATING HEARTS CANVAS ============ */
#hearts-canvas{
  position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.55;
}

/* ============ HEADER ============ */
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(180%) blur(18px);
  -webkit-backdrop-filter:saturate(180%) blur(18px);
  background:rgba(255,252,244,.7);
  border-bottom:1px solid rgba(255,140,0,.12);
}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  height:72px;
}
.logo{
  display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px;
  letter-spacing:-.5px;
}
.logo-mark{
  width:40px;height:40px;border-radius:14px;
  background:var(--grad-main);
  display:grid;place-items:center;color:#fff;
  box-shadow:var(--sh-soft);
  font-size:20px;font-weight:900;
  transform:rotate(-6deg);
}
.logo b{background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}

.nav-links{display:flex;gap:6px;align-items:center}
.nav-links a{
  padding:10px 14px;border-radius:14px;font-weight:600;font-size:14.5px;color:#3a3148;
  transition:.2s;
}
@media (hover: hover){
  .nav-links a:hover{background:rgba(255,140,0,.1);color:var(--orange-2)}
}

/* Burger button - shown only on mobile, visible action */
.burger{
  display:none;width:44px;height:44px;border-radius:14px;
  background:rgba(255,140,0,.12);align-items:center;justify-content:center;
  font-size:22px;color:var(--orange-2);
}
.burger:active{background:rgba(255,140,0,.22)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 22px;border-radius:999px;font-weight:800;font-size:15px;
  transition:transform .15s, box-shadow .2s, background .2s;
  white-space:normal;
  text-align:center;
  letter-spacing:-.2px;
  min-height:44px;
  max-width:100%;
}
.btn-primary{
  background:var(--grad-hot);color:#fff;box-shadow:var(--sh-soft);
  position:relative;overflow:hidden;
}
.btn-primary::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.5) 50%,transparent 70%);
  transform:translateX(-100%);transition:transform .6s;
}
@media (hover: hover){
  .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--sh-hard)}
  .btn-primary:hover::after{transform:translateX(100%)}
}
.btn-ghost{background:rgba(255,255,255,.7);color:var(--ink);border:1px solid rgba(255,140,0,.25)}
@media (hover: hover){
  .btn-ghost:hover{background:#fff;box-shadow:var(--sh-soft)}
}
.btn-xl{padding:18px 30px;font-size:17px;border-radius:22px;line-height:1.2}
.btn-pulse{animation:pulseGlow 1.8s infinite}

@keyframes pulseGlow{
  0%,100%{box-shadow:0 0 0 0 rgba(255,140,0,.55), 0 10px 30px rgba(255,140,0,.3)}
  50%   {box-shadow:0 0 0 16px rgba(255,140,0,0),  0 14px 40px rgba(255,42,85,.4)}
}

/* ============ HERO ============ */
.hero{position:relative;z-index:1;padding:60px 0 50px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  background:rgba(255,255,255,.7);backdrop-filter:blur(10px);
  border:1px solid rgba(255,140,0,.25);
  font-size:13px;font-weight:700;color:var(--orange-2);
}
.hero-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.25);animation:blink 1.2s infinite}
@keyframes blink{50%{opacity:.4}}

.hero h1{
  margin:18px 0 18px;
  font-size:clamp(38px,5.4vw,72px);line-height:1.02;font-weight:900;
  letter-spacing:-1.6px;
}
.hero h1 span{background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p.lead{font-size:19px;color:#3a3148;max-width:540px;margin-bottom:28px}

.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}

.trust-row{display:flex;gap:24px;flex-wrap:wrap;align-items:center}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#5a5169}
.trust-num{font-size:22px;font-weight:900;color:var(--ink)}
.avatar-stack{display:flex}
.avatar-stack span{
  width:36px;height:36px;border-radius:50%;border:3px solid #fff;
  margin-left:-12px;background-size:cover;background-position:center;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.avatar-stack span:first-child{margin-left:0}

/* ============ PHONE MOCK (hero right) ============ */
.phone{
  position:relative;width:340px;max-width:100%;margin:0 auto;
  aspect-ratio:9/19;border-radius:46px;
  background:linear-gradient(160deg,#1f1a2e,#0f0c19);
  padding:14px;box-shadow:var(--sh-hard), inset 0 0 0 2px rgba(255,255,255,.06);
  transform:rotate(2deg);
}
.phone-screen{
  width:100%;height:100%;border-radius:34px;overflow:hidden;
  background:var(--grad-soft);
  position:relative;
}
.phone-screen .feed{padding:18px 14px;display:flex;flex-direction:column;gap:12px}
.feed-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:6px 4px;
}
.feed-head .ava{
  width:38px;height:38px;border-radius:50%;
  background:var(--grad-main);
  display:grid;place-items:center;color:#fff;font-weight:800;
}
.feed-head .ttl{font-weight:800;font-size:14px}
.feed-head .meta{font-size:11px;color:var(--muted)}
.feed-msg{
  background:#fff;border-radius:18px 18px 18px 6px;padding:12px 14px;
  font-size:13px;line-height:1.4;box-shadow:var(--sh-soft);
}
.feed-msg.mine{background:var(--grad-hot);color:#fff;align-self:flex-end;border-radius:18px 18px 6px 18px}
.feed-bottom{
  position:absolute;left:14px;right:14px;bottom:14px;
  background:rgba(255,255,255,.7);backdrop-filter:blur(14px);
  border-radius:18px;padding:10px 12px;display:flex;gap:8px;align-items:center;
  border:1px solid rgba(255,140,0,.18);
}
.feed-bottom input{
  flex:1;background:transparent;border:0;outline:0;font-size:13px;
}
.feed-bottom .sendbtn{
  width:34px;height:34px;border-radius:50%;background:var(--grad-hot);color:#fff;
  display:grid;place-items:center;
}

.floating-card{
  position:absolute;background:rgba(255,255,255,.85);backdrop-filter:blur(14px);
  border:1px solid rgba(255,140,0,.18);
  border-radius:20px;padding:12px 14px;box-shadow:var(--sh-hard);
  display:flex;align-items:center;gap:10px;
}
.floating-card .fc-ava{
  width:36px;height:36px;border-radius:50%;background:var(--grad-main);
}
.floating-card .fc-txt{font-size:12.5px;font-weight:700}
.floating-card .fc-sub{font-size:11px;color:var(--muted);font-weight:500}
.fc-1{top:6%;left:-30px;animation:float1 6s ease-in-out infinite}
.fc-2{bottom:18%;right:-30px;animation:float2 7s ease-in-out infinite}
@keyframes float1{50%{transform:translateY(-12px)}}
@keyframes float2{50%{transform:translateY(10px)}}

/* ============ SECTION TITLES ============ */
.section{position:relative;z-index:1;padding:60px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;flex-wrap:wrap;gap:16px}
.section-head h2{
  font-size:clamp(28px,3.6vw,46px);font-weight:900;letter-spacing:-1.2px;line-height:1.05;
}
.section-head h2 em{font-style:normal;background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}
.section-head p{color:#5a5169;font-size:16px;max-width:520px}
.section-head .link{font-weight:700;color:var(--orange-2)}

/* ============ STORIES (горизонтальный фид) ============ */
.stories{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.stories::-webkit-scrollbar{display:none;height:0}
.story{
  flex:0 0 110px;height:160px;border-radius:24px;
  background-size:cover;background-position:center;
  position:relative;overflow:hidden;box-shadow:var(--sh-soft);
  cursor:pointer;scroll-snap-align:start;
  transition:transform .25s;
}
@media (hover: hover){
  .story:hover{transform:scale(1.04)}
}
.story::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.65) 100%)}
.story .lbl{position:absolute;bottom:8px;left:10px;right:10px;color:#fff;font-size:12px;font-weight:700;z-index:2}
.story .badge-live{
  position:absolute;top:8px;left:8px;background:var(--red);color:#fff;
  font-size:10px;font-weight:800;padding:3px 8px;border-radius:999px;z-index:2;
  letter-spacing:.4px;text-transform:uppercase;
}
.story .ring{
  position:absolute;inset:0;border-radius:24px;border:3px solid transparent;
  background:linear-gradient(white,white) padding-box,
             var(--grad-hot) border-box;
  pointer-events:none;
}

/* ============ USER CARDS GRID ============ */
.cards-grid{
  display:grid;gap:20px;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
}
.user-card{
  position:relative;background:#fff;border-radius:var(--r-lg);
  overflow:hidden;box-shadow:var(--sh-soft);
  transition:transform .25s, box-shadow .25s;
  border:1px solid rgba(255,140,0,.08);
}
@media (hover: hover){
  .user-card:hover{transform:translateY(-6px);box-shadow:var(--sh-hard)}
}
.user-card .photo{
  aspect-ratio:3/4;background-size:cover;background-position:center;position:relative;
}
.user-card .photo::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.6) 100%);
}
.user-card .age-badge{
  position:absolute;top:12px;left:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);
  border-radius:999px;padding:5px 12px;font-size:12px;font-weight:800;color:var(--ink);
}
.user-card .online-badge{
  position:absolute;top:12px;right:12px;background:#22c55e;color:#fff;
  border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;display:flex;align-items:center;gap:6px;
}
.user-card .online-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:blink 1.4s infinite}
.user-card .info{
  position:absolute;bottom:0;left:0;right:0;padding:14px 16px;color:#fff;
}
.user-card .info h3{font-size:18px;font-weight:800;letter-spacing:-.4px}
.user-card .info p{font-size:13px;opacity:.92}
.user-card .actions{
  padding:12px;display:flex;gap:8px;
}
.user-card .actions .btn{flex:1;padding:10px;font-size:13px;border-radius:14px}
.user-card .heart-btn{
  position:absolute;bottom:80px;right:12px;width:42px;height:42px;
  background:#fff;border-radius:50%;display:grid;place-items:center;
  color:var(--pink);font-size:18px;box-shadow:var(--sh-soft);
  transition:transform .2s;
}
@media (hover: hover){
  .user-card .heart-btn:hover{transform:scale(1.15)}
}

/* ============ CATEGORY TILES ============ */
.cat-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.cat-tile{
  position:relative;border-radius:var(--r-lg);padding:24px 22px;
  background:#fff;overflow:hidden;
  min-height:170px;display:flex;flex-direction:column;justify-content:space-between;
  box-shadow:var(--sh-soft);transition:.25s;
  border:1px solid rgba(255,140,0,.08);
}
@media (hover: hover){
  .cat-tile:hover{transform:translateY(-4px);box-shadow:var(--sh-hard)}
  .cat-tile:hover .arrow{opacity:1;transform:translateX(0)}
}
.cat-tile .emoji{font-size:38px;line-height:1}
.cat-tile h3{font-size:20px;font-weight:900;letter-spacing:-.4px;margin-top:14px}
.cat-tile p{font-size:13px;color:var(--muted);margin-top:4px}
.cat-tile .arrow{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:50%;background:var(--grad-hot);color:#fff;display:grid;place-items:center;opacity:.85;transform:translateX(0);transition:.2s}
.cat-tile.hot{background:var(--grad-hot);color:#fff}
.cat-tile.hot p{color:rgba(255,255,255,.85)}
.cat-tile.hot .arrow{background:#fff;color:var(--orange-2);opacity:1}

/* ============ CITY GRID ============ */
.city-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.city-pill{
  background:#fff;border-radius:18px;padding:14px 18px;
  display:flex;align-items:center;justify-content:space-between;
  box-shadow:var(--sh-soft);transition:.2s;
  border:1px solid rgba(255,140,0,.08);
}
@media (hover: hover){
  .city-pill:hover{background:var(--grad-hot);color:#fff;transform:translateY(-2px)}
}
.city-pill .ct{font-weight:800;font-size:15px}
.city-pill .cn{font-size:12px;opacity:.7;font-weight:700}
.city-pill:hover .cn{opacity:1}

/* ============ HOW IT WORKS ============ */
.steps{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
.step{
  background:rgba(255,255,255,.7);backdrop-filter:blur(14px);
  border:1px solid rgba(255,140,0,.18);
  border-radius:var(--r-lg);padding:32px;
  position:relative;
}
.step .num{
  font-size:56px;font-weight:900;
  background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent;
  line-height:1;letter-spacing:-2px;
}
.step h3{font-size:22px;font-weight:900;margin:14px 0 8px;letter-spacing:-.5px}
.step p{color:#4a4258;font-size:15px}

/* ============ TESTIMONIALS ============ */
.reviews{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.review{
  background:#fff;border-radius:var(--r-lg);padding:24px;
  box-shadow:var(--sh-soft);
  border:1px solid rgba(255,140,0,.08);
}
.review .stars{color:#FFB300;font-size:16px;margin-bottom:10px}
.review p{font-size:15px;line-height:1.55;color:#3a3148}
.review .who{display:flex;align-items:center;gap:12px;margin-top:16px}
.review .who .av{width:44px;height:44px;border-radius:50%;background:var(--grad-main)}
.review .who b{display:block;font-weight:800}
.review .who span{font-size:12px;color:var(--muted)}

/* ============ FAQ ============ */
.faq-list{display:flex;flex-direction:column;gap:12px;max-width:840px;margin:0 auto}
.faq{
  background:rgba(255,255,255,.8);backdrop-filter:blur(10px);
  border:1px solid rgba(255,140,0,.15);
  border-radius:22px;padding:20px 24px;
}
.faq summary{
  font-weight:800;font-size:17px;cursor:pointer;list-style:none;
  display:flex;justify-content:space-between;align-items:center;gap:14px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-size:24px;color:var(--orange-2);transition:transform .25s;
}
.faq[open] summary::after{transform:rotate(45deg)}
.faq p{margin-top:12px;color:#3a3148;font-size:15px;line-height:1.6}

/* ============ MEGA CTA BANNER ============ */
.mega-cta{
  position:relative;border-radius:var(--r-2xl);padding:60px 40px;text-align:center;
  background:var(--grad-hot);
  overflow:hidden;color:#fff;
  box-shadow:var(--sh-hard);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:14px;
}
.mega-cta .btn{
  max-width:100%;width:auto;
  word-break:break-word;
}
.mega-cta::before{
  content:"";position:absolute;inset:-50%;
  background:radial-gradient(circle, rgba(255,255,255,.3) 0%, transparent 60%);
  animation:rot 18s linear infinite;
}
@keyframes rot{to{transform:rotate(360deg)}}
.mega-cta > *{position:relative}
.mega-cta h2{font-size:clamp(30px,4.2vw,54px);font-weight:900;letter-spacing:-1.4px;line-height:1.05}
.mega-cta p{font-size:18px;opacity:.92;margin:14px 0 28px;max-width:640px;margin-left:auto;margin-right:auto}
.mega-cta .btn{background:#fff;color:var(--ink)}
@media (hover: hover){
  .mega-cta .btn:hover{background:var(--yellow)}
}

/* ============ FOOTER ============ */
.site-footer{
  margin-top:60px;padding:50px 0 30px;
  background:linear-gradient(180deg,transparent,#FFEFC7 100%);
  border-top:1px solid rgba(255,140,0,.18);
}
.footer-grid{display:grid;gap:30px;grid-template-columns:1.4fr 1fr 1fr 1fr;margin-bottom:30px}
.footer-grid h4{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.6px;margin-bottom:14px;color:var(--orange-2)}
.footer-grid a{display:block;padding:5px 0;color:#3a3148;font-size:14px}
.footer-grid a:hover{color:var(--orange-2)}
.foot-bottom{padding-top:20px;border-top:1px solid rgba(255,140,0,.18);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#5a5169}
.legal-disclaimer{margin-top:24px;padding:20px 22px;background:rgba(255,255,255,.55);border:1px solid rgba(255,140,0,.18);border-radius:18px;font-size:12px;line-height:1.55;color:#6b6377;max-width:100%}
.legal-disclaimer p{margin:0 0 10px}
.legal-disclaimer p:last-child{margin-bottom:0}
.legal-disclaimer b{color:#3a3148;font-weight:700}

/* ============ STICKY MOBILE CTA ============ */
.mobile-cta{
  display:none;position:fixed;bottom:14px;left:14px;right:14px;z-index:60;
  background:var(--grad-hot);color:#fff;border-radius:22px;
  padding:14px 20px;text-align:center;font-weight:900;
  box-shadow:var(--sh-hard);
}

/* ============ REGISTER PAGE ============ */
.reg-wrap{
  display:flex;align-items:center;justify-content:center;
  padding:40px 20px;
  position:relative;z-index:1;
  flex:1;
}
.reg-card{
  max-width:560px;width:100%;
  background:rgba(255,255,255,.85);backdrop-filter:blur(20px);
  border:1px solid rgba(255,140,0,.22);
  border-radius:42px;padding:44px;
  box-shadow:var(--sh-hard);
  text-align:center;position:relative;overflow:hidden;
}
.reg-card::before{
  content:"";position:absolute;top:-80px;right:-80px;width:240px;height:240px;
  border-radius:50%;background:var(--grad-hot);filter:blur(40px);opacity:.3;
}
.reg-card h1{font-size:clamp(30px,4vw,44px);font-weight:900;letter-spacing:-1.3px;line-height:1.05}
.reg-card h1 em{font-style:normal;background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}
.reg-card .sub{margin:14px 0 26px;font-size:17px;color:#3a3148}

.countdown{
  display:flex;gap:8px;justify-content:center;margin:24px 0 30px;
}
.countdown .unit{
  background:#15131C;color:#fff;border-radius:16px;padding:14px 16px;min-width:74px;
  text-align:center;
}
.countdown .num{font-size:30px;font-weight:900;letter-spacing:-1px;font-variant-numeric:tabular-nums}
.countdown .lbl{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;opacity:.7;margin-top:4px}

.reg-form{display:flex;flex-direction:column;gap:12px}
.reg-form .field{
  background:#fff;border:1px solid rgba(255,140,0,.18);
  border-radius:18px;padding:14px 18px;text-align:left;
  display:flex;align-items:center;gap:10px;
}
.reg-form .field input,
.reg-form .field select{width:100%;background:transparent;border:0;outline:0;font-size:15px;font-weight:600}
.reg-form .field .ico{color:var(--orange-2);font-size:18px}
.reg-bonus{
  background:rgba(255,215,0,.25);border:1px dashed var(--orange-2);
  border-radius:16px;padding:10px 14px;font-size:13px;color:var(--ink);font-weight:700;
}

.reg-trust{
  display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:24px;font-size:12.5px;color:#5a5169;
}
.reg-trust span{display:flex;align-items:center;gap:6px}

/* ============ 404 PAGE ============ */
.nf-wrap{
  display:flex;align-items:center;justify-content:center;
  padding:60px 20px;text-align:center;
  position:relative;z-index:1;
  flex:1;
}
.nf-card{max-width:680px}
.nf-404{
  font-size:clamp(120px,22vw,260px);font-weight:900;letter-spacing:-8px;line-height:.9;
  background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.nf-card h1{font-size:clamp(26px,3.4vw,40px);font-weight:900;margin-top:10px;letter-spacing:-1px}
.nf-card p{margin:14px 0 30px;font-size:17px;color:#3a3148}

/* ============ GENERATED PAGES (city/cat/profile/blog) ============ */
.gen-hero{position:relative;z-index:1;padding:50px 0 40px}
.gen-hero h1{font-size:clamp(32px,4.8vw,56px);font-weight:900;letter-spacing:-1.4px;line-height:1.05;max-width:900px}
.gen-hero h1 em{font-style:normal;background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}
.gen-hero .lead{font-size:18px;color:#3a3148;margin-top:18px;max-width:780px}
.breadcrumb{display:flex;gap:8px;font-size:13px;color:#6b6377;flex-wrap:wrap;margin-bottom:14px}
.breadcrumb a{color:var(--orange-2);font-weight:700}

.gen-stats{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 8px}
.gen-stat{background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,140,0,.2);border-radius:16px;padding:10px 16px;font-size:13px;font-weight:700}
.gen-stat b{color:var(--orange-2);font-size:18px;display:block}

.prose{max-width:880px;margin:30px 0;font-size:16px;line-height:1.7;color:#2A2435}
.prose h2{font-size:28px;font-weight:900;letter-spacing:-.8px;margin:30px 0 12px}
.prose h3{font-size:22px;font-weight:800;margin:24px 0 8px}
.prose p{margin:0 0 14px}
.prose ul{margin:0 0 14px 20px}
.prose li{margin:6px 0}
.prose strong{font-weight:800}
.prose blockquote{
  background:rgba(255,215,0,.2);border-left:4px solid var(--orange);
  padding:16px 20px;border-radius:0 16px 16px 0;margin:18px 0;
  font-style:italic;
}

/* PROFILE specific */
.profile-hero{
  display:grid;grid-template-columns:1fr 1.6fr;gap:30px;align-items:flex-start;
  background:rgba(255,255,255,.7);backdrop-filter:blur(14px);
  border:1px solid rgba(255,140,0,.18);border-radius:36px;padding:30px;
  box-shadow:var(--sh-soft);
}
.profile-photo{
  aspect-ratio:3/4;border-radius:26px;background-size:cover;background-position:center;
  box-shadow:var(--sh-hard);position:relative;overflow:hidden;
}
.profile-photo .verified{
  position:absolute;top:14px;right:14px;background:#22c55e;color:#fff;font-size:11px;font-weight:800;
  padding:6px 12px;border-radius:999px;display:flex;align-items:center;gap:5px;
}
.profile-info h1{font-size:36px;font-weight:900;letter-spacing:-1px;display:flex;align-items:center;gap:14px}
.profile-info h1 .ag{font-size:22px;color:var(--orange-2)}
.profile-info .geo{font-size:14px;color:#6b6377;margin-top:6px;display:flex;align-items:center;gap:6px}
.profile-meta{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.profile-meta .chip{background:rgba(255,140,0,.12);color:var(--orange-2);font-size:13px;font-weight:700;padding:7px 14px;border-radius:999px}
.profile-bio{font-size:15px;line-height:1.65;color:#2A2435;margin:14px 0 22px}
.profile-actions{display:flex;gap:10px;flex-wrap:wrap}

/* ============ DIRECTORY HUB ============ */
.hub-section{margin-bottom:40px}
.hub-title{font-size:24px;font-weight:900;margin-bottom:14px;letter-spacing:-.6px}
.hub-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.hub-link{
  background:#fff;border:1px solid rgba(255,140,0,.12);
  border-radius:14px;padding:10px 14px;font-size:14px;font-weight:600;
  color:#2A2435;transition:.2s;
}
.hub-link:hover{background:var(--grad-hot);color:#fff;transform:translateY(-2px)}

/* ============ HOT NEW BADGES ============ */
.tag{display:inline-block;font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.4px;vertical-align:middle;margin-left:6px}
.tag-hot{background:var(--red);color:#fff}
.tag-new{background:var(--yellow);color:var(--ink)}

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .phone{transform:rotate(0);width:300px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr}
  .profile-hero{grid-template-columns:1fr;padding:22px;gap:22px}
  .profile-info h1{font-size:30px}
}

@media (max-width: 720px){
  /* nav: hide links, show burger */
  .nav-links{display:none}
  .nav-links.show{
    display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;
    background:#fff;padding:18px 20px;gap:10px;
    border-bottom:1px solid rgba(255,140,0,.15);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    z-index:48;
  }
  .nav-links.show a{padding:14px 12px;border-radius:14px;font-size:16px}
  .nav-links.show a.btn-primary{margin-top:4px;font-size:16px}
  .burger{display:flex}

  /* less wasted vertical space */
  .section{padding:32px 0}
  .hero{padding:30px 0 24px}
  .container{padding:0 16px}

  /* mobile sticky CTA */
  .mobile-cta{display:block}
  body{padding-bottom:84px}

  /* footer responsive */
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .site-footer{margin-top:30px;padding:34px 0 22px}

  /* register card */
  .reg-card{padding:28px 22px;border-radius:30px}
  .countdown .unit{padding:10px 8px;min-width:60px}
  .countdown .num{font-size:24px}
  .reg-wrap{padding:24px 16px}

  /* mega-cta - the failing area on the screenshot */
  .mega-cta{padding:34px 20px;border-radius:34px}
  .mega-cta h2{font-size:26px;line-height:1.1}
  .mega-cta p{font-size:15px;margin:10px 0 18px}
  .mega-cta .btn-xl{padding:16px 22px;font-size:15px;width:100%;max-width:340px}

  /* hide floating mock cards - they overlap the phone on narrow screens */
  .floating-card{display:none}
  .phone{width:280px;max-width:90vw}

  /* hero buttons - full width on mobile so они не залезают */
  .hero-cta{flex-direction:column;align-items:stretch}
  .hero-cta .btn{width:100%}

  /* profile page actions */
  .profile-actions{flex-direction:column}
  .profile-actions .btn{width:100%}

  /* prose readability */
  .prose h2{font-size:24px;line-height:1.15}
  .prose h3{font-size:19px}
  .prose{font-size:15.5px;line-height:1.65}

  /* gen-hero - в шапке генерируемых страниц */
  .gen-hero{padding:30px 0 22px}
  .gen-hero h1{font-size:30px;line-height:1.08}
  .gen-hero .lead{font-size:16px}
  .gen-stats{gap:8px}
  .gen-stat{padding:8px 12px;font-size:12px}
  .gen-stat b{font-size:16px}

  /* user-card actions on mobile - column для длинных текстов */
  .user-card .actions{gap:6px;padding:10px}
  .user-card .actions .btn{padding:9px 6px;font-size:12.5px;letter-spacing:-.3px}

  /* trust-row */
  .trust-row{gap:16px}
  .trust-num{font-size:18px}

  /* faq */
  .faq{padding:16px 18px;border-radius:18px}
  .faq summary{font-size:15.5px}

  /* section-head */
  .section-head{margin-bottom:22px}
  .section-head h2{font-size:26px;letter-spacing:-.7px}
  .section-head p{font-size:14.5px}

  /* hero h1 чуть мягче */
  .hero h1{margin:14px 0;letter-spacing:-1px}
}

@media (max-width: 480px){
  .footer-grid{grid-template-columns:1fr;gap:18px}
  .reg-trust{gap:10px;font-size:11.5px}
  .countdown{gap:6px}
  .countdown .unit{min-width:56px;padding:8px 6px}
  .countdown .num{font-size:22px}
  .hero h1{font-size:34px}
}

/* ============ UTIL ============ */
.text-grad{background:var(--grad-hot);-webkit-background-clip:text;background-clip:text;color:transparent}
.mt-32{margin-top:32px}
.center{text-align:center}
