/* Aurora Shadowsocks — styles.css v2 with mobile & reveal */
:root{
  --bg:#0b1220; --bg-2:#0e1730; --text:#e6e9f2; --muted:#98a2b3;
  --brand-1:#8b5cf6; --brand-2:#60a5fa; --ok:#22c55e; --warn:#f59e0b; --danger:#ef4444;
  --card:rgba(255,255,255,.06); --border:rgba(255,255,255,.12); --shadow:0 10px 30px rgba(0,0,0,.35);
  --radius:20px; --max:1100px;
}
*{box-sizing:border-box} html,body{height:100%}
body{
  margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 600px at 10% -10%, #1a2a6c33, transparent 60%),
              radial-gradient(1000px 600px at 90% 10%, #3b82f633, transparent 60%),
              linear-gradient(180deg, var(--bg), var(--bg-2));
  background-attachment: fixed;
  position:relative;overflow-x:hidden;
}
body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(#ffffff22 1px, transparent 1px);
  background-size:18px 18px;mask-image:linear-gradient(#000, #0000);pointer-events:none}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:24px 18px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}

/* Fixed header below the top news ticker */
header.container.nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: var(--max);
  z-index: 1100;
  background: rgba(11,18,32,.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px; /* more compact header */
  overflow: hidden; /* clip rounded corners */
}

/* Mobile header adjustments */
@media (max-width: 768px) {
  header.container.nav {
    padding: 8px 10px;
    border-radius: 12px;
    gap: 8px;
  }
  .nav {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .brand {
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }
  .brand .logo,
  .aurora-brand__logo {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .brand h1,
  .aurora-brand__h1 {
    font-size: 15px;
    line-height: 1.2;
    min-width: 0;
  }
  /* Длинное название — только на десктопе */
  .aurora-brand__title,
  .aurora-brand__divider {
    display: none !important;
  }
  .aurora-brand__name {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
  }
  .nav .right {
    gap: 6px;
    flex-shrink: 0;
  }
  .nav .right .btn {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 10px;
    white-space: nowrap;
  }
  .nav .right .nav-blog {
    display: none !important;
  }
}

@media (max-width: 480px) {
  header.container.nav {
    padding: 7px 8px;
    border-radius: 10px;
  }
  .brand h1,
  .aurora-brand__h1,
  .aurora-brand__name {
    font-size: 14px;
  }
  .nav .right .btn {
    padding: 7px 9px;
    font-size: 11px;
  }
}
.brand{display:flex;align-items:center;gap:12px}
.logo{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));box-shadow:0 6px 18px rgba(96,165,250,.35)}
.logo.lg{width:42px;height:42px;border-radius:14px}
.brand h1{font-size:18px;margin:0;font-weight:700;letter-spacing:.2px}
.nav .right{display:flex;align-items:center;gap:10px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border-radius:14px;
  background:var(--card);border:1px solid var(--border);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);
  transition:.25s ease; box-shadow:var(--shadow); cursor:pointer}
.btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.08)}
.btn.primary{background:linear-gradient(135deg,var(--brand-2),var(--brand-1));border-color:transparent;font-weight:700}
.btn.bold{font-weight:700}
.btn.block{width:100%}

.hero{padding:56px 0 22px}

/* Ensure main content doesn't overlap with fixed header */
main {
  position: relative;
  z-index: 1;
}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}
.hero h2{font-size:44px;line-height:1.1;margin:0 0 16px;font-weight:800;letter-spacing:.2px}
.hero p{color:var(--muted);font-size:18px;margin:0 0 24px}
.hero-eyebrow{
  margin:0 0 10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(125,211,252,.9);
}
.hero-note{
  font-size:15px;
  color:rgba(230,233,242,.88);
  margin:0 0 24px;
}
.hero-note a{
  color:#93c5fd;
  text-decoration:underline;
  text-underline-offset:3px;
}
.hero-note a:hover{color:#bfdbfe}
.section-title{
  font-size:clamp(26px,4vw,32px);
  margin:0 0 14px;
  font-weight:800;
  letter-spacing:.2px;
}
.section-lead{
  margin:0 0 22px;
  max-width:62ch;
}
.cta{display:flex;flex-wrap:wrap;gap:12px}
.aurora-hub-preview{
  padding:22px 20px 18px;
}
.aurora-hub-preview__kicker{
  margin:0 0 14px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(125,211,252,.85);
  text-align:center;
}
.aurora-hub-preview__grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.aurora-hub-preview__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  padding:14px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.aurora-hub-preview__icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:18px;
  color:#dbeafe;
  background:linear-gradient(135deg,rgba(96,165,250,.22),rgba(139,92,246,.18));
}
.aurora-hub-preview__label{
  font-weight:700;
  font-size:15px;
}
.aurora-hub-preview__foot{
  margin:14px 0 0;
  text-align:center;
}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.section{padding:30px 0}
.section#faq{margin-top:28px}
.section h3{font-size:28px;margin:0 0 18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature{display:flex;flex-direction:column;gap:10px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.05);color:#cbd5e1;font-size:12px}
.chip .icon{width:20px;height:20px;opacity:.9}
.feature .chip{font-size:13px;padding:10px 14px}
.feature .muted{font-size:14px}
.mt-14{margin-top:14px}
.muted{color:var(--muted)}
.small{font-size:13px}

.regions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.region{
  padding:16px;
  border-radius:16px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.05);
  min-height:96px;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  outline:1px solid transparent;
  outline-offset:-1px;
  transition:outline-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease;
}
.region:hover{
  outline-color:rgba(96,165,250,0.35);
  border-color:rgba(255,255,255,.15);
  box-shadow:0 0 0 1px rgba(96,165,250,0.15);
}
.region .top{
  margin-bottom:8px;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.region .top .region-flag{
  display:block;
  line-height:1;
}
.region .top .region-flag .flag-icon{
  display:inline-block;
}
.region .top .region-name{
  display:block;
  font-weight:600;
}
.region .muted.small{
  flex:1;
  margin:0;
  min-height:2.5em;
}
.region .latency{
  font-size:12px;
  color:#a7f3d0;
  flex-shrink:0;
  margin-top:auto;
  padding-top:6px;
}
.region-active{
  outline:1px solid rgba(96,165,250,0.45);
  outline-offset:-1px;
  border-color:rgba(96,165,250,0.25);
  box-shadow:0 0 0 1px rgba(96,165,250,0.2);
}
.region-active:hover{
  outline-color:rgba(96,165,250,0.55);
  border-color:rgba(96,165,250,0.35);
  box-shadow:0 0 0 1px rgba(96,165,250,0.3);
}

.ui-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.ui-title{font-weight:700}
.ui-sub{font-size:13px}
.ui-status{margin-top:14px;display:flex;align-items:center;gap:12px}
.badge-de{width:44px;height:44px;border-radius:14px;background:#0b132b;display:grid;place-items:center;border:1px solid var(--border)}

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

/* ========== Тарифы 2026 — дизайн-система ========== */
.tariffs-section{
  --tariff-space-2: 0.5rem;   /* 8px */
  --tariff-space-3: 0.75rem;  /* 12px */
  --tariff-space-4: 1rem;     /* 16px */
  --tariff-space-5: 1.25rem;  /* 20px */
  --tariff-space-6: 1.5rem;   /* 24px */
  --tariff-space-8: 2rem;     /* 32px */
  --tariff-radius: 1rem;
  --tariff-radius-lg: 1.25rem;
  --tariff-card-bg: rgba(255, 255, 255, 0.03);
  --tariff-card-border: 1px solid rgba(255, 255, 255, 0.06);
  --tariff-card-hover: rgba(255, 255, 255, 0.08);
  --tariff-focus-ring: 0 0 0 2px var(--bg) 0 0 0 4px var(--brand-1);
}

.tariffs-section__title{
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 var(--tariff-space-6);
  color: var(--text);
}

.tariffs-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--tariff-space-4);
  align-items: stretch;
}

.tariff-card{
  display: flex;
  flex-direction: column;
  padding: var(--tariff-space-6);
  border-radius: var(--tariff-radius-lg);
  border: var(--tariff-card-border);
  background: var(--tariff-card-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tariff-card:hover{
  border-color: var(--tariff-card-hover);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.tariff-card:focus-within{
  outline: none;
  border-color: var(--brand-1);
  box-shadow: 0 0 0 1px var(--brand-1);
}

.tariff-card__badge-slot{
  min-height: 1.5rem;
  margin-bottom: var(--tariff-space-2);
  display: flex;
  align-items: center;
}

.tariff-card__badge{
  display: inline-flex;
  align-items: center;
  padding: 0.1875rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
}

.tariff-card--recommended .tariff-card__badge{
  background: linear-gradient(135deg, var(--brand-2), var(--brand-1));
  color: #fff;
}

.tariff-card__badge--savings{
  background: linear-gradient(135deg, #0d9488, var(--ok));
  color: #fff;
}

.tariff-card__name{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 var(--tariff-space-2);
  color: var(--text);
}

.tariff-card__price-block{
  min-height: 2.75rem;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}

.tariff-card__price{
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}

.tariff-card__per-month{
  min-height: 1.25rem;
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0.125rem 0 var(--tariff-space-4);
  font-variant-numeric: tabular-nums;
}

.tariff-card__per-month--highlight{
  color: var(--ok);
  font-weight: 600;
}

.tariff-card__savings{
  min-height: 1.1rem;
  margin: 0 0 var(--tariff-space-4);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ok);
  font-variant-numeric: tabular-nums;
}

.tariff-card__features{
  list-style: none;
  margin: 0 0 var(--tariff-space-4);
  padding: 0;
  flex: 1;
}

.tariff-card__feature{
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--muted);
  margin-bottom: 0.375rem;
}

.tariff-card__feature:last-child{
  margin-bottom: 0;
}

.tariff-card__feature::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.7;
}

.tariff-card--recommended .tariff-card__feature::before,
.tariff-card--best-value .tariff-card__feature::before{
  background: var(--brand-1);
  opacity: 1;
}

.tariff-card--best-value .tariff-card__feature::before{
  background: var(--ok);
}

.tariff-card__cta{
  margin-top: auto;
  min-height: 2.75rem;
  display: flex;
  align-items: flex-end;
}

.tariff-card__btn{
  width: 100%;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tariff-card__btn:hover{
  transform: translateY(-1px);
}

.tariff-card__btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--brand-1);
}

/* Варианты карточек */
.tariff-card--trial{
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.04);
}

.tariff-card--trial .tariff-card__price{
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--muted);
}

.tariff-card--trial:hover{
  border-color: rgba(255, 255, 255, 0.08);
}

.tariff-card--recommended{
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.04);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.1);
}

.tariff-card--recommended:hover{
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(139, 92, 246, 0.15);
}

.tariff-card--best-value{
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.03);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.08);
}

.tariff-card--best-value:hover{
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(34, 197, 94, 0.12);
}

/* Адаптив тарифов */
@media (max-width: 1200px){
  .tariffs-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Тарифы на телефонах: компактнее, без «пустых» min-height между строками */
@media (max-width: 768px){
  .tariffs-section{
    --tariff-space-2: 0.25rem;
    --tariff-space-3: 0.5rem;
    --tariff-space-4: 0.625rem;
    --tariff-space-5: 0.75rem;
    --tariff-space-6: 1rem;
  }
  .tariffs-section__title{
    margin-bottom: var(--tariff-space-4);
    font-size: 1.375rem;
  }
  .tariffs-grid{
    grid-template-columns: 1fr;
    gap: var(--tariff-space-3);
  }
  .tariff-card{
    padding: var(--tariff-space-4) var(--tariff-space-5);
    border-radius: var(--tariff-radius);
  }
  .tariff-card__badge-slot{
    min-height: 0;
    margin-bottom: var(--tariff-space-2);
  }
  .tariff-card__badge-slot:not(:has(.tariff-card__badge)){
    display: none;
    margin: 0;
  }
  .tariff-card__name{
    font-size: 0.9375rem;
    margin-bottom: var(--tariff-space-2);
  }
  .tariff-card__price-block{
    min-height: 0;
  }
  .tariff-card__price{
    font-size: 1.375rem;
  }
  .tariff-card--trial .tariff-card__price{
    font-size: 1.125rem;
  }
  .tariff-card__per-month{
    min-height: 0;
    font-size: 0.75rem;
    margin: 0 0 var(--tariff-space-2);
  }
  .tariff-card__per-month:empty{
    display: none;
    margin: 0;
  }
  .tariff-card__savings{
    min-height: 0;
    font-size: 0.6875rem;
    margin: 0 0 var(--tariff-space-2);
  }
  .tariff-card__savings:empty{
    display: none;
    margin: 0;
  }
  .tariff-card__features{
    margin: 0 0 var(--tariff-space-3);
  }
  .tariff-card__feature{
    font-size: 0.8125rem;
    line-height: 1.35;
    margin-bottom: 0.2rem;
    padding-left: 1rem;
  }
  .tariff-card__cta{
    min-height: 0;
  }
  .tariff-card__cta:empty{
    display: none;
  }
  .tariff-card__btn{
    padding: 10px 14px;
    border-radius: 10px;
  }
}

/* FAQ — статичный список (главная); ширина как у остальных блоков в .container */
#faq .faq-list {
  margin: 0;
}
#faq .faq-list > .faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 14px 16px;
  margin-top: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition:
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}
#faq .faq-list > .faq-item:hover {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(255, 255, 255, 0.09);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(139, 92, 246, 0.12);
  transform: translateY(-4px);
}
#faq .faq-list > .faq-item:first-child {
  margin-top: 0;
}
#faq .faq-question {
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.35;
}
#faq .faq-answer {
  margin: 10px 0 0;
  margin-inline-start: 0;
  padding: 0;
}
#faq .faq-answer p {
  margin: 0;
}
#faq .faq-answer-regions {
  margin-top: 8px;
}
#faq .faq-answer-regions .countries-list div {
  margin-bottom: 6px;
}
#faq .faq-answer-regions .countries-list div:last-child {
  margin-bottom: 0;
}

/* FAQ — аккордеон (details), если используется на других страницах с общим styles.css */
details.faq-item{
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.05);
  padding:0;
  overflow:hidden;
  transition:border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
details.faq-item:hover{
  border-color:rgba(255,255,255,.06);
}
details.faq-item[open]{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  box-shadow:0 0 0 1px rgba(255,255,255,.08);
}
details.faq-item+details.faq-item{margin-top:10px}

.faq-summary{
  cursor:pointer;
  font-weight:600;
  padding:14px 16px;
  padding-right:2.5rem;
  position:relative;
  list-style:none;
  transition:color 0.2s ease;
}
.faq-summary::-webkit-details-marker,
.faq-summary::marker{display:none}
.faq-summary:hover{color:rgba(255,255,255,.75)}
.faq-summary::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%) rotate(0deg);
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transition:transform 0.3s ease;
}
details.faq-item[open] .faq-summary::after{
  transform:translateY(-30%) rotate(180deg);
}

details.faq-item .faq-content{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows 0.35s ease;
  overflow:hidden;
}
details.faq-item[open] .faq-content{
  grid-template-rows:1fr;
}

.faq-content-inner{
  min-height:0;
  overflow:hidden;
}
.faq-content-inner > *{
  padding:0 16px 16px;
  margin:0;
  animation:faq-content-in 0.35s ease;
}
@keyframes faq-content-in{
  from{ opacity:0; transform:translateY(-6px); }
  to{ opacity:1; transform:translateY(0); }
}

/* Общие details/summary вне FAQ (если есть) */
details:not(.faq-item){border:1px solid var(--border);border-radius:14px;padding:14px 16px;background:rgba(255,255,255,.05)}
details:not(.faq-item)+details{margin-top:10px}
summary:not(.faq-summary){cursor:pointer;font-weight:600}
summary::-webkit-details-marker{display:none}

.browsers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-top: 20px;
  justify-items: center;
  text-align: center;
}
.browser-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow);
  width: 140px;
  height: 140px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.browser-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}
.browser-card img {
  transition: transform 0.25s ease;
}
.browser-card:hover img {
  transform: scale(1.08);
}
.browser-card img {
  width: 48px;
  height: 48px;
}
.browser-card span {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
  text-align: center;
}

/* Наши продукты */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-1);
}
.product-card--soon {
  cursor: default;
}
.product-card--soon:hover {
  transform: none;
  border-color: var(--border);
}
.product-card__icon {
  color: var(--brand-2);
  margin-bottom: 12px;
  font-size: 28px;
}
.product-card__icon i {
  display: block;
}
.product-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.product-card .muted.small {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.footer{padding:32px 0;color:var(--muted);border-top:1px solid var(--border);margin-top:30px}
.footer-links{display:flex;gap:16px;align-items:center}
.footer-links a{
  display:inline-block;
  transition:transform .2s ease,color .2s ease;
}
.footer-links a:hover{
  transform:translateY(-2px);
  color:var(--text);
}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
#official-mark-slot{
  margin: 10px 0 4px;
  display: flex;
  justify-content: center;
}
.official-mark{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:50px;
  padding:7px 10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.055);
  background:rgba(15,18,30,.28);
  color:rgba(238,241,252,.72);
  font-size:11px;
  font-weight:600;
  letter-spacing:.01em;
  transition:border-color .2s,background .2s,color .2s;
}
.official-mark--footer{
  min-width:250px;
}
.official-mark__seal{
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(13,17,29,.55);
  opacity:.82;
  flex-shrink:0;
}
.official-mark__meta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  min-width:0;
}
.official-mark__title{
  font-size:11px;
  font-weight:600;
  line-height:1.2;
}
.official-mark__sub{
  font-size:10px;
  color:rgba(238,241,252,.52);
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:190px;
}
.official-mark--pending{
  border-color:rgba(255,255,255,.07);
  background:rgba(15,18,30,.24);
  color:rgba(238,241,252,.66);
}
.official-mark--valid{
  border-color:rgba(255,255,255,.075);
  background:rgba(15,18,30,.25);
  color:rgba(238,241,252,.74);
}
.official-mark--invalid{
  border-color:rgba(255,255,255,.07);
  background:rgba(15,18,30,.24);
  color:rgba(238,241,252,.66);
}

/* Footer Social Block */
.footer-social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}

.social-title {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 500;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  /* background: rgba(255,255,255,.05); */
  /* border: 1px solid rgba(255,255,255,.1); */
  color: var(--text);
  text-decoration: none;
  transition: all .25s ease;
  font-size: 14px;
  font-weight: 500;
}

.social-link:hover {
  background: rgba(255,255,255,.08);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.social-link.telegram:hover {
  background: rgba(55,187,254,.1);
  border-color: rgba(55,187,254,.3);
}

.social-link svg {
  flex-shrink: 0;
}

.social-link span {
  white-space: nowrap;
}

.countries-list div {
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}

.countries-list .flag-icon {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 15px;
}

/* Reveal animations */
.reveal, .reveal-up{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease}
.reveal.visible, .reveal-up.visible{opacity:1; transform:none}
/* Staggered entrance for features */
.grid-3 .feature.reveal{transition-duration:.5s}
.grid-3 .feature.reveal:nth-child(1){transition-delay:.05s}
.grid-3 .feature.reveal:nth-child(2){transition-delay:.15s}
.grid-3 .feature.reveal:nth-child(3){transition-delay:.25s}
/* Hover animation */
.feature{transition: transform .2s ease, box-shadow .2s ease}
.feature:hover{transform: translateY(-4px)}
.feature:hover .chip{transform: translateY(-1px)}
/* Header must always be visible (no reveal animation) */
header.container.nav.reveal-up{opacity:1; transform:none}

/* Drop shadow effect for hero title */
h2 {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* Typing effect */
.typing-text {
  position: relative;
  min-height: 1.5em;
}

.typing-text::after {
  content: '|';
  animation: blink 1s infinite;
  color: var(--brand-1);
  font-weight: bold;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* Тарифы: планшет 2 колонки, мобила — одна */
@media (max-width: 1200px){
  .pricing-tariffs{grid-template-columns:repeat(2,1fr)}
}

/* Mobile optimizations */
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3,.regions{grid-template-columns:1fr}
  .pricing, .pricing-2{grid-template-columns:1fr}
  .pricing-tariffs,.tariffs-grid{grid-template-columns:1fr}
  .hero h2{font-size:32px}
  .hero p{font-size:16px}
  .nav .right{gap:8px}
  .btn{padding:12px 14px}
  .cta .btn{flex:1; min-width:180px}
  .ui-status{flex-wrap:wrap}
  .badge-de{width:40px;height:40px}
  .container{padding:20px 14px}
  #cta-chrome { display: none !important; }

}
@media (max-width: 420px){
  .btn{padding:12px 12px;border-radius:12px}
  .brand h1{font-size:16px}
  .hero h2{font-size:28px}
  .cta .btn{width:100%}
  #cta-chrome { display: none !important; }

   /* Footer social mobile */
  .social-links {
    flex-direction: column;
    align-items: center;
  }
  
  .social-link {
    width: 100%;
    max-width: 200px;
    justify-content: center;
  }
  .official-mark--footer{
    min-width:0;
    width:100%;
    max-width:320px;
  }
  .official-mark__sub{
    max-width:100%;
  }
}

/* === Aurora Brand – Subtle intensity override === */
:root{
  --aurora-brand-outline-1: rgba(125,211,252,.35);
  --aurora-brand-outline-2: rgba(96,165,250,.22);
}

/* мягче фон и обводка */
.aurora-brand{
  --ab-outline-1: var(--aurora-brand-outline-1);
  --ab-outline-2: var(--aurora-brand-outline-2);
}
.aurora-brand::before{
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(125,211,252,.12), transparent 60%),
    radial-gradient(120% 90% at 100% 10%, rgba(96,165,250,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  box-shadow:
    inset 0 0 0 1px rgba(125,211,252,.18),
    0 8px 22px rgba(0,0,0,.25);
}
.aurora-brand::after{
  background: linear-gradient(135deg, var(--ab-outline-1), var(--ab-outline-2), transparent 75%);
  opacity: .85;
}

/* менее яркие лого и текст */
.aurora-brand__logo{ box-shadow: 0 2px 8px rgba(96,165,250,.18); }
.aurora-brand__title{
  background: linear-gradient(180deg, #e6efff, #cfe0ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.aurora-brand__name{ color: #d6e8ff; text-shadow: 0 0 8px rgba(96,165,250,.15); }

/* спокойный hover */
.aurora-brand:hover::before{
  box-shadow:
    inset 0 0 0 1px rgba(125,211,252,.22),
    0 10px 26px rgba(96,165,250,.18);
}
.aurora-brand:hover .aurora-brand__title{ filter: none; }

/* Уведомление на главной — приглушённый знак внимания */
.home-notice-overlay {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 12000;
  pointer-events: none;
  max-width: min(360px, calc(100vw - 32px));
  animation: home-notice-slide-in 0.3s ease;
  --hn-border: rgba(201, 173, 106, 0.35);
  --hn-accent: #d4bc7a;
  --hn-text: #eef0f6;
  --hn-muted: rgba(230, 233, 242, 0.82);
}
.home-notice-overlay[hidden] {
  display: none !important;
}
@keyframes home-notice-slide-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-notice-card {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: min(40vh, 220px);
  overflow: hidden;
  padding: 36px 12px 12px;
  border-radius: 8px;
  border: 1px solid var(--hn-border);
  background: rgba(11, 18, 32, 0.42);
  color: var(--hn-text);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
}
.home-notice-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: var(--hn-accent);
  opacity: 0.55;
  pointer-events: none;
}
.home-notice-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--hn-muted);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.home-notice-close:hover {
  color: var(--hn-text);
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--hn-border);
}
.home-notice-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-bottom: 6px;
  padding-left: 4px;
  padding-right: 28px;
}
.home-notice-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid var(--hn-border);
  border-radius: 50%;
  background: rgba(201, 173, 106, 0.1);
  color: var(--hn-accent);
}
.home-notice-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: var(--hn-accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-notice-message {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--hn-muted);
  white-space: pre-wrap;
  word-break: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 10px;
  padding-left: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 173, 106, 0.35) transparent;
}
.home-notice-message::-webkit-scrollbar {
  width: 4px;
}
.home-notice-message::-webkit-scrollbar-thumb {
  background: rgba(201, 173, 106, 0.35);
  border-radius: 4px;
}
.home-notice-ok {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  border: 1px solid var(--hn-border);
  border-radius: 6px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: rgba(201, 173, 106, 0.12);
  color: var(--hn-text);
  transition: background 0.15s, border-color 0.15s;
}
.home-notice-ok:hover {
  background: rgba(201, 173, 106, 0.2);
  border-color: rgba(196, 168, 98, 0.55);
}
@media (max-width: 480px) {
  .home-notice-overlay {
    left: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }
  .home-notice-card {
    padding: 34px 12px 11px;
    max-height: min(36vh, 200px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-notice-overlay {
    animation: none;
  }
}

/* Новостная строка */
.news-ticker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.28);
  color: var(--muted);
  padding: 8px 0;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.news-ticker-content {
  display: flex;
  animation: scroll-news 60s linear infinite;
  white-space: nowrap;
  gap: 60px;
}

.news-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 16px;
  color: inherit;
  flex-shrink: 0;
}

@keyframes scroll-news {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Пауза при наведении */
.news-ticker:hover .news-ticker-content {
  animation-play-state: paused;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .news-ticker {
    padding: 8px 0;
  }
  
  .news-item {
    font-size: 12px;
    padding: 0 12px;
  }
  
  .news-ticker-content {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .news-item {
    font-size: 12px;
    padding: 0 10px;
  }
  
  .news-ticker-content {
    gap: 30px;
  }
}

/* Reserve space for fixed header height */
body { 
  padding-top: 76px; 
}

/* Якоря: отступ под фиксированный header (дополнение к JS-скроллу) */
@media (max-width: 768px) {
  .section[id],
  section[id] {
    scroll-margin-top: calc(62px + env(safe-area-inset-top, 0px) + 12px);
  }
}

/* Mobile-specific padding adjustments (компактный header) */
@media (max-width: 768px) {
  body {
    padding-top: 62px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 56px;
  }
  .section[id],
  section[id] {
    scroll-margin-top: calc(56px + env(safe-area-inset-top, 0px) + 12px);
  }
}

/* Mobile: тёмный фон при «резиновой» прокрутке; contain — не отключает pull-to-refresh (в отличие от none) */
@media (max-width: 768px) {
  html {
    min-height: 100%;
    background-color: var(--bg);
    color-scheme: dark;
    overscroll-behavior-y: contain;
  }
  body {
    min-height: 100vh;
    min-height: 100dvh;
    background-color: var(--bg);
    background-attachment: scroll;
    overscroll-behavior-y: contain;
  }
  body.aurora-home {
    padding-top: 0 !important;
    min-height: 100dvh;
  }
}