/* 7k227q.buzz — night highway theme */

:root{
  --asphalt:#101014;
  --asphalt-2:#16161c;
  --asphalt-3:#1d1e26;
  --mark:#f2c14e;
  --blue:#4b6bfb;
  --text:#eef0f4;
  --muted:#a0a4b0;
  --line:#2a2c36;
  --radius:14px;
  --wrap:1180px;
}

*,*::before,*::after{box-sizing:border-box}

html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:
    radial-gradient(900px 480px at 78% -8%, rgba(75,107,251,.18), transparent 62%),
    radial-gradient(700px 420px at 6% 4%, rgba(242,193,78,.10), transparent 60%),
    var(--asphalt);
  color:var(--text);
  font-family:"Fira Sans", "Segoe UI", Roboto, Arial, sans-serif;
  font-size:17px;
  line-height:1.68;
  overflow-x:hidden;
}

h1,h2,h3,h4,.glyph-brand,.glyph-lead{
  font-family:"Philosopher","Fira Sans",Georgia,serif;
  font-weight:700;
  line-height:1.18;
  letter-spacing:.2px;
}

img{max-width:100%;height:auto}

a{color:var(--mark);text-decoration:none}
a:hover{text-decoration:underline}

.glyph-wrap{
  width:100%;
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 20px;
}

/* ---------- header ---------- */

.glyph-top{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(16,16,20,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(9px);
}

.glyph-top-in{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:66px;
  flex-wrap:wrap;
  padding:8px 20px;
}

.glyph-brand{
  font-size:23px;
  color:var(--text);
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 0;
}

.glyph-brand-dot{
  width:14px;height:14px;border-radius:4px;
  background:linear-gradient(140deg,var(--mark),var(--blue));
  display:inline-block;
}

.glyph-nav{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-left:auto;
  align-items:center;
}

.glyph-nav a{
  color:var(--muted);
  font-size:15px;
  padding:11px 12px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  border-radius:9px;
}

.glyph-nav a:hover{color:var(--text);background:var(--asphalt-3);text-decoration:none}

.glyph-top-cta{
  background:var(--mark);
  color:#14140f !important;
  font-weight:600;
  padding:0 18px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  border-radius:10px;
}
.glyph-top-cta:hover{text-decoration:none;filter:brightness(1.08)}

/* ---------- hero ---------- */

.glyph-hero{
  padding:56px 0 40px;
  position:relative;
  overflow:hidden;
}

.glyph-hero::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-10px;
  width:3px;
  height:180px;
  transform:translateX(-50%);
  background:repeating-linear-gradient(180deg,var(--mark) 0 22px,transparent 22px 46px);
  opacity:.22;
}

.glyph-kicker{
  display:inline-block;
  font-size:13px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--mark);
  border:1px solid rgba(242,193,78,.36);
  border-radius:999px;
  padding:7px 15px;
  margin-bottom:20px;
}

.glyph-hero h1{
  font-size:46px;
  margin:0 0 18px;
  max-width:20ch;
}

.glyph-lead{
  font-family:"Fira Sans",Arial,sans-serif;
  font-weight:400;
  font-size:19px;
  color:#cfd3dd;
  max-width:74ch;
  margin:0 0 26px;
}

.glyph-cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:34px;
}

.glyph-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 28px;
  border-radius:12px;
  font-weight:600;
  font-size:17px;
  border:1px solid transparent;
}

.glyph-btn-main{
  background:linear-gradient(120deg,var(--mark),#ffd97a);
  color:#14140f;
  box-shadow:0 10px 28px rgba(242,193,78,.20);
}
.glyph-btn-main:hover{text-decoration:none;filter:brightness(1.07)}

.glyph-btn-ghost{
  background:rgba(75,107,251,.12);
  border-color:rgba(75,107,251,.5);
  color:var(--text);
}
.glyph-btn-ghost:hover{text-decoration:none;background:rgba(75,107,251,.22)}

.glyph-tiles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.glyph-tile{
  background:linear-gradient(170deg,var(--asphalt-2),var(--asphalt-3));
  border:1px solid var(--line);
  border-left:3px solid var(--mark);
  border-radius:var(--radius);
  padding:18px 18px 20px;
  min-height:44px;
  display:block;
  color:var(--text);
}
.glyph-tile:hover{text-decoration:none;border-color:var(--blue);border-left-color:var(--blue)}

.glyph-tile-t{
  font-family:"Philosopher",serif;
  font-size:19px;
  margin-bottom:6px;
  display:block;
}
.glyph-tile-d{font-size:14px;color:var(--muted);display:block}

/* ---------- sections ---------- */

.glyph-sec{
  padding:46px 0;
  border-top:1px solid var(--line);
}

.glyph-sec h2{
  font-size:32px;
  margin:0 0 10px;
}

.glyph-sub{
  color:var(--muted);
  font-size:15px;
  margin:0 0 24px;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.glyph-sec p{margin:0 0 16px;max-width:84ch}

.glyph-hl{color:var(--mark);font-weight:600}
.glyph-num{
  color:var(--blue);
  font-weight:600;
  font-variant-numeric:tabular-nums;
}
.glyph-soft{color:var(--muted)}

/* ---------- tables ---------- */

.glyph-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--line);
  border-radius:var(--radius);
  margin:0 0 22px;
  background:var(--asphalt-2);
}

.glyph-table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
  font-size:15.5px;
}

.glyph-table caption{
  caption-side:top;
  text-align:left;
  padding:14px 16px 8px;
  color:var(--muted);
  font-size:14px;
}

.glyph-table th,.glyph-table td{
  padding:13px 16px;
  text-align:left;
  border-bottom:1px solid var(--line);
  vertical-align:top;
}

.glyph-table th{
  background:var(--asphalt-3);
  color:var(--mark);
  font-weight:600;
  white-space:nowrap;
}

.glyph-table tr:last-child td{border-bottom:none}
.glyph-table tbody tr:hover td{background:rgba(75,107,251,.07)}

/* ---------- cards / grids ---------- */

.glyph-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.glyph-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.glyph-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

.glyph-card{
  background:var(--asphalt-2);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
}

.glyph-card h3{
  font-size:20px;
  margin:0 0 10px;
  color:var(--text);
}

.glyph-card p{margin:0 0 10px;font-size:15.5px}
.glyph-card p:last-child{margin-bottom:0}

.glyph-step{
  background:linear-gradient(180deg,var(--asphalt-2),var(--asphalt));
  border:1px solid var(--line);
  border-top:3px solid var(--blue);
  border-radius:var(--radius);
  padding:20px;
}

.glyph-step-n{
  font-family:"Philosopher",serif;
  font-size:30px;
  color:var(--mark);
  display:block;
  line-height:1;
  margin-bottom:10px;
}

.glyph-slab{
  background:linear-gradient(150deg,rgba(75,107,251,.14),rgba(16,16,20,.2));
  border:1px solid rgba(75,107,251,.36);
  border-radius:var(--radius);
  padding:24px;
}

.glyph-slab h3{margin:0 0 12px;font-size:22px}

.glyph-review{
  background:var(--asphalt-2);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
}

.glyph-review-who{
  font-family:"Philosopher",serif;
  font-size:18px;
  color:var(--mark);
  display:block;
  margin-bottom:2px;
}

.glyph-review-meta{
  display:block;
  font-size:13.5px;
  color:var(--muted);
  margin-bottom:12px;
  border-bottom:1px dashed var(--line);
  padding-bottom:10px;
}

/* ---------- faq ---------- */

.glyph-faq details{
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--asphalt-2);
  margin-bottom:10px;
  overflow:hidden;
}

.glyph-faq summary{
  cursor:pointer;
  padding:15px 18px;
  min-height:44px;
  display:flex;
  align-items:center;
  gap:12px;
  font-family:"Philosopher",serif;
  font-size:18px;
  list-style:none;
}

.glyph-faq summary::-webkit-details-marker{display:none}

.glyph-faq summary::before{
  content:"→";
  color:var(--mark);
  flex:0 0 auto;
}

.glyph-faq details[open] summary{
  background:var(--asphalt-3);
  color:var(--mark);
}

.glyph-faq .glyph-answer{
  padding:4px 18px 18px;
  font-size:15.5px;
  color:#d6dae2;
}
.glyph-faq .glyph-answer p{margin:12px 0 0;max-width:none}

/* ---------- cta strip ---------- */

.glyph-strip{
  margin:44px 0;
  background:linear-gradient(115deg,#191a22,#101014 60%);
  border:1px solid var(--line);
  border-radius:18px;
  padding:32px;
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
  position:relative;
  overflow:hidden;
}

.glyph-strip::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:4px;
  background:repeating-linear-gradient(90deg,var(--mark) 0 34px,transparent 34px 70px);
  opacity:.5;
}

.glyph-strip h2{margin:0 0 6px;font-size:27px}
.glyph-strip p{margin:0;color:var(--muted);max-width:60ch}
.glyph-strip-txt{flex:1 1 340px}

/* ---------- editorial ---------- */

.glyph-ed{
  border:1px dashed var(--line);
  border-radius:var(--radius);
  padding:24px;
  background:rgba(29,30,38,.4);
}
.glyph-ed h2{font-size:26px}

/* ---------- footer ---------- */

.glyph-foot{
  border-top:1px solid var(--line);
  background:#0c0c10;
  padding:40px 0 60px;
  font-size:14.5px;
  color:var(--muted);
}

.glyph-foot p{margin:0 0 12px;max-width:92ch}

.glyph-age{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;height:46px;
  border-radius:50%;
  border:2px solid var(--mark);
  color:var(--mark);
  font-weight:700;
  margin-bottom:16px;
}

.glyph-foot-links{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.glyph-foot-links a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:9px;
  color:var(--muted);
  font-size:14px;
}
.glyph-foot-links a:hover{color:var(--mark);text-decoration:none}

/* ---------- responsive ---------- */

@media (max-width:1000px){
  body{font-size:16.5px}
  .glyph-hero{padding:40px 0 30px}
  .glyph-hero h1{font-size:36px;max-width:none}
  .glyph-lead{font-size:17.5px}
  .glyph-sec h2{font-size:27px}
  .glyph-tiles{grid-template-columns:1fr 1fr}
  .glyph-grid-3,.glyph-grid-4{grid-template-columns:1fr 1fr}
  .glyph-nav{width:100%;margin-left:0;order:3}
  .glyph-nav a{font-size:14px;padding:11px 10px}
  .glyph-strip{padding:26px}
}

@media (max-width:600px){
  body{font-size:16px;line-height:1.62}
  .glyph-wrap{padding:0 14px}
  .glyph-top-in{padding:8px 14px;min-height:58px}
  .glyph-brand{font-size:20px}
  .glyph-nav{gap:2px}
  .glyph-nav a{padding:11px 8px;font-size:13.5px}
  .glyph-hero h1{font-size:28px}
  .glyph-lead{font-size:16.5px}
  .glyph-sec{padding:34px 0}
  .glyph-sec h2{font-size:23px}
  .glyph-tiles{grid-template-columns:1fr}
  .glyph-grid-2,.glyph-grid-3,.glyph-grid-4{grid-template-columns:1fr}
  .glyph-btn{width:100%;padding:0 16px;font-size:16px}
  .glyph-table{min-width:520px;font-size:14.5px}
  .glyph-table th,.glyph-table td{padding:11px 12px}
  .glyph-strip{padding:22px}
  .glyph-strip h2{font-size:22px}
  .glyph-card,.glyph-review,.glyph-slab,.glyph-ed{padding:18px}
  .glyph-faq summary{font-size:16.5px;padding:14px}
  .glyph-faq .glyph-answer{padding:2px 14px 16px}
}

/* мобильный скролл широких таблиц */
@media (max-width: 600px) {
  table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch }
}
