:root {
  --c-primary: #1E40AF;
  --c-primary-light: #3B82F6;
  --c-primary-dark: #1E3A8A;
  --c-accent: #F97316;
  --c-accent-hover: #EA580C;
  --c-bg: #F8FAFC;
  --c-bg-alt: #F1F5F9;
  --c-surface: #FFFFFF;
  --c-dark: #0F172A;
  --c-text: #1E293B;
  --c-muted: #64748B;
  --c-border: #E2E8F0;
  --c-success: #10B981;
  --c-danger: #EF4444;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.06);
  --shadow-md: 0 4px 20px rgba(15,23,42,0.08);
  --shadow-lg: 0 12px 40px rgba(15,23,42,0.12);
  --shadow-xl: 0 20px 60px rgba(15,23,42,0.16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}
img { max-width: 100%; height: auto; display: block; -webkit-user-drag: none; user-select: none; }
table, pre, code { max-width: 100%; overflow-x: auto; word-break: break-word; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, textarea, [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

@media print {
  body { display: none !important; }
}
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ========== HEADER ========== */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.hdr--pinned {
  border-bottom-color: var(--c-border);
  box-shadow: var(--shadow-sm);
}

.hdr__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.hdr__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.hdr__logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.hdr__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--c-primary);
  letter-spacing: -0.03em;
}

.hdr__menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.hdr__link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--c-muted);
  transition: color 0.2s var(--ease);
  position: relative;
}

.hdr__link:hover, .hdr__link--on { color: var(--c-primary); }

.hdr__link--on::before {
  width: 100%;
  left: 0;
}

/* Burger */
.hdr__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  z-index: 600;
  padding: 2px 0;
}

.hdr__burger-line {
  height: 2.5px;
  background: var(--c-dark);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

.hdr__burger--active .hdr__burger-line:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hdr__burger--active .hdr__burger-line:nth-child(2) { opacity: 0; }
.hdr__burger--active .hdr__burger-line:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ========== BUTTONS ========== */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 13px 30px;
  border-radius: var(--radius-full);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}

.cta--fill {
  background: var(--c-accent);
  color: #fff;
}
.cta--fill:hover {
  background: var(--c-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249,115,22,0.35);
}

.cta--blue {
  background: var(--c-primary);
  color: #fff;
}
.cta--blue:hover {
  background: var(--c-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30,64,175,0.3);
}

.cta--wire {
  border: 2px solid var(--c-primary);
  color: var(--c-primary);
}
.cta--wire:hover {
  background: var(--c-primary);
  color: #fff;
  transform: translateY(-2px);
}

.cta--full { width: 100%; }

/* ========== HERO ========== */
.hero-block {
  padding: 140px 0 80px;
  background: linear-gradient(160deg, #EFF6FF 0%, var(--c-bg) 50%, #FFF7ED 100%);
  position: relative;
  overflow: hidden;
}

.hero-block::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-block__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-block__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--c-primary);
  background: rgba(30,64,175,0.08);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.hero-block__tag i { font-size: 0.75rem; }

.hero-block__heading {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
  color: var(--c-dark);
}

.hero-block__heading em {
  font-style: normal;
  color: var(--c-accent);
}

.hero-block__lead {
  font-size: 1.1rem;
  color: var(--c-muted);
  max-width: 500px;
  margin-bottom: 36px;
  line-height: 1.75;
}

.hero-block__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-block__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-block__img {
  max-width: 520px;
  width: 100%;
  border-radius: var(--radius-lg);
}

/* ========== STATS BAR ========== */
.stats-bar {
  max-width: 1000px;
  margin: -40px auto 0;
  position: relative;
  z-index: 10;
  background: var(--c-surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.stats-bar__item {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--c-border);
}

.stats-bar__item:last-child { border-right: none; }

.stats-bar__icon {
  font-size: 1.4rem;
  color: var(--c-primary-light);
  margin-bottom: 8px;
}

.stats-bar__number {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1;
}

.stats-bar__label {
  font-size: 0.78rem;
  color: var(--c-muted);
  margin-top: 4px;
  font-weight: 500;
}

/* ========== SECTION COMMON ========== */
.sec {
  padding: 100px 0;
}

.sec--alt { background: var(--c-bg-alt); }
.sec--dark { background: var(--c-dark); color: #fff; }

.sec__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.sec__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-accent);
  margin-bottom: 14px;
}

.sec__label i { font-size: 0.7rem; }

.sec__title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  color: var(--c-dark);
}

.sec--dark .sec__title { color: #fff; }

.sec__desc {
  font-size: 1.05rem;
  color: var(--c-muted);
  max-width: 560px;
  line-height: 1.7;
}

.sec__header { margin-bottom: 56px; }
.sec__header--center { text-align: center; }
.sec__header--center .sec__desc { margin: 0 auto; }

/* ========== ABOUT SPLIT ========== */
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-split__img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.about-split__points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}

.about-split__point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.about-split__point-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(30,64,175,0.08);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.about-split__point-text {
  font-size: 0.92rem;
  color: var(--c-muted);
  line-height: 1.6;
}

.about-split__point-text strong {
  color: var(--c-text);
}

/* ========== FEATURED OPERATOR ========== */
.showcase-card {
  background: var(--c-surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 280px 1fr;
  max-width: 960px;
  margin: 0 auto;
}

.showcase-card__side {
  background: linear-gradient(160deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);
  color: #fff;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}

.showcase-card__badge-img {
  width: 140px;
  height: 140px;
  border-radius: var(--radius-lg);
  object-fit: contain;
  border: 3px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  padding: 12px;
}

.showcase-card__operator {
  font-size: 1.3rem;
  font-weight: 800;
}

.showcase-card__rating {
  color: var(--c-accent);
  font-size: 1rem;
  letter-spacing: 3px;
}

.showcase-card__score {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.showcase-card__score-text {
  font-size: 0.75rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.showcase-card__body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-card__perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.showcase-card__perk {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--c-text);
}

.showcase-card__perk i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(16,185,129,0.1);
  color: var(--c-success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.showcase-card__actions {
  display: flex;
  gap: 14px;
}

/* ========== FEATURE CARDS ========== */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feat-card {
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-border);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.feat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--c-primary-light);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}

.feat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--c-primary-light);
}

.feat-card:hover::before { opacity: 1; }

.feat-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(30,64,175,0.08), rgba(59,130,246,0.12));
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.feat-card__name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feat-card__info {
  font-size: 0.875rem;
  color: var(--c-muted);
  line-height: 1.65;
}

/* ========== PROCESS STEPS ========== */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: process-step;
}

.process__step {
  text-align: center;
  position: relative;
  counter-increment: process-step;
}

.process__step::before {
  content: counter(process-step, decimal-leading-zero);
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(30,64,175,0.06);
  line-height: 1;
  margin-bottom: -8px;
}

.process__img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
  border-radius: var(--radius-md);
}

.process__name {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.process__text {
  font-size: 0.875rem;
  color: var(--c-muted);
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========== GUIDE CARDS ========== */
.guide-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.guide-tile {
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-border);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.guide-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.guide-tile__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.guide-tile__body {
  padding: 22px 20px;
}

.guide-tile__chip {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-primary);
  background: rgba(30,64,175,0.07);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.guide-tile__heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.35;
}

.guide-tile__summary {
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.55;
  margin-bottom: 14px;
}

.guide-tile__more {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--c-accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s var(--ease);
}

.guide-tile__more:hover { gap: 10px; }

/* ========== CONTACT SPLIT ========== */
.contact-split {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start;
}

.contact-split__info {
  background: var(--c-primary);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 44px 36px;
}

.contact-split__info-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-split__info-text {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.65;
  margin-bottom: 28px;
}

.contact-split__info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 0.9rem;
}

.contact-split__info-item i {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.contact-split__info-img {
  width: 100%;
  border-radius: var(--radius-md);
  margin-top: 20px;
  opacity: 0.9;
}

.contact-split__form {
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}

/* Form elements */
.field {
  margin-bottom: 22px;
}

.field__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--c-text);
}

.field__input,
.field__textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-md);
  font-family: var(--font);
  font-size: 0.9rem;
  background: var(--c-bg);
  color: var(--c-text);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.field__input:focus,
.field__textarea:focus {
  outline: none;
  border-color: var(--c-primary-light);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
  background: var(--c-surface);
}

.field__textarea { resize: vertical; min-height: 110px; }
.field__hp { position: absolute; left: -9999px; opacity: 0; }

.field__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--c-muted);
  margin-bottom: 22px;
  line-height: 1.55;
}

.field__consent input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--c-primary);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.field__consent a { color: var(--c-primary); text-decoration: underline; }

/* ========== RESPONSIBLE ========== */
.rg-bar {
  text-align: center;
}

.rg-bar__orgs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.rg-bar__org {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-text);
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.rg-bar__org:hover {
  border-color: var(--c-primary-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.rg-bar__org-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.rg-bar__note {
  font-size: 0.8rem;
  color: var(--c-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========== FOOTER ========== */
.ftr {
  background: var(--c-dark);
  color: rgba(255,255,255,0.65);
  padding: 64px 0 36px;
}

.ftr__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.ftr__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.ftr__brand-logo {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.ftr__brand-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}

.ftr__brand-desc {
  font-size: 0.84rem;
  line-height: 1.65;
  max-width: 320px;
}

.ftr__col-head {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 18px;
}

.ftr__link {
  display: block;
  font-size: 0.875rem;
  padding: 5px 0;
  transition: color 0.2s;
}

.ftr__link:hover { color: #fff; }

.ftr__line {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 24px;
}

.ftr__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.8rem;
}

.ftr__copy { color: rgba(255,255,255,0.35); }

.ftr__company {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.28);
  margin-top: 4px;
}

.ftr__bottom-links { display: flex; gap: 24px; }
.ftr__bottom-links a { color: rgba(255,255,255,0.45); font-size: 0.8rem; }
.ftr__bottom-links a:hover { color: #fff; }

/* ========== COOKIE BANNER ========== */
.ck-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -4px 30px rgba(0,0,0,0.1);
  padding: 22px 28px;
  display: none;
}

.ck-banner--show { display: block; }

.ck-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.ck-banner__text {
  flex: 1;
  font-size: 0.875rem;
  color: var(--c-muted);
  min-width: 260px;
}

.ck-banner__text a { color: var(--c-primary); text-decoration: underline; }
.ck-banner__btns { display: flex; gap: 12px; flex-shrink: 0; }

/* ========== AGE GATE ========== */
.ag-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(15,23,42,0.65);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ag-overlay--show { display: flex; }

.ag-overlay__box {
  background: var(--c-surface);
  border-radius: var(--radius-xl);
  padding: 52px 44px;
  text-align: center;
  max-width: 440px;
  width: 100%;
  box-shadow: var(--shadow-xl);
}

.ag-overlay__icon {
  font-size: 2.8rem;
  color: var(--c-accent);
  margin-bottom: 18px;
}

.ag-overlay__heading {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--c-dark);
}

.ag-overlay__msg {
  font-size: 0.9rem;
  color: var(--c-muted);
  margin-bottom: 32px;
  line-height: 1.6;
}

.ag-overlay__btns { display: flex; gap: 14px; justify-content: center; }

/* ========== LEGAL PAGES ========== */
.legal {
  padding: 120px 0 80px;
  min-height: 65vh;
}

.legal__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 28px;
}

.legal__title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--c-dark);
  margin-bottom: 6px;
}

.legal__date {
  font-size: 0.84rem;
  color: var(--c-muted);
  margin-bottom: 36px;
}

.legal h2 { font-size: 1.35rem; font-weight: 700; margin: 40px 0 12px; color: var(--c-dark); }
.legal h3 { font-size: 1.1rem; font-weight: 600; margin: 28px 0 10px; }
.legal p { color: var(--c-muted); margin-bottom: 14px; line-height: 1.75; }
.legal ul { list-style: disc; padding-left: 24px; margin-bottom: 14px; }
.legal ul li { color: var(--c-muted); margin-bottom: 6px; line-height: 1.65; }
.legal a { color: var(--c-primary); text-decoration: underline; }

/* ========== ABOUT PAGE ========== */
.about-intro {
  padding: 120px 0 40px;
  text-align: center;
}

.about-intro__title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--c-dark);
  margin-bottom: 16px;
}

.about-intro__lead {
  font-size: 1.1rem;
  color: var(--c-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  background: var(--c-surface);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-border);
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.value-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(249,115,22,0.08);
  color: var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 18px;
}

.value-card__name { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.value-card__text { font-size: 0.85rem; color: var(--c-muted); line-height: 1.65; }

.about-content { max-width: 720px; margin: 0 auto; }
.about-content__list { list-style: disc; padding-left: 24px; color: var(--c-muted); line-height: 1.75; }
.about-content__list li { margin-bottom: 6px; }
.about-content__list--plain { list-style: none; padding: 0; line-height: 2; }
.about-content__subtitle { font-size: 1.15rem; font-weight: 700; margin: 28px 0 14px; color: var(--c-dark); }
.about-content__link { color: var(--c-primary); text-decoration: underline; }

/* ========== ANIMATIONS ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(249,115,22,0.4); }
  50%      { box-shadow: 0 0 0 12px rgba(249,115,22,0); }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal--left.reveal--visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal--right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal--right.reveal--visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal--scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.reveal--scale.reveal--visible {
  opacity: 1;
  transform: scale(1);
}

.hero-block__visual { animation: float 5s ease-in-out infinite; }

.stats-bar__item {
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}

.stats-bar__item:hover {
  background: var(--c-bg-alt);
  transform: scale(1.04);
}

.cta--fill { position: relative; overflow: hidden; }

.cta--fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.cta--fill:hover::after {
  left: 120%;
}

.guide-tile__img {
  transition: transform 0.4s var(--ease);
}

.guide-tile:hover .guide-tile__img {
  transform: scale(1.06);
}

.about-split__point {
  transition: transform 0.3s var(--ease);
}

.about-split__point:hover {
  transform: translateX(6px);
}

.rg-bar__org-logo {
  transition: transform 0.3s var(--ease);
}

.rg-bar__org:hover .rg-bar__org-logo {
  transform: scale(1.12);
}

.hdr__link::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2.5px;
  background: var(--c-accent);
  border-radius: 2px;
  transition: width 0.3s var(--ease), left 0.3s var(--ease);
}

.hdr__link:hover::before {
  width: 100%;
  left: 0;
}

.ag-overlay__box {
  animation: scaleIn 0.4s var(--ease);
}

.ck-banner--show {
  animation: fadeUp 0.45s var(--ease);
}

.contact-split__info {
  position: relative;
  overflow: hidden;
}

.contact-split__info::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 60%);
  animation: float 8s ease-in-out infinite;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero-block__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-block__heading { font-size: 2.8rem; }
  .hero-block__lead { max-width: 100%; }
  .hero-block__visual { max-width: 460px; margin: 0 auto; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .about-split { grid-template-columns: 1fr; gap: 40px; }
  .about-split__img { max-width: 480px; margin: 0 auto; }
  .showcase-card { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-row { grid-template-columns: repeat(2, 1fr); }
  .contact-split { grid-template-columns: 1fr; }
  .ftr__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .rg-bar__orgs { gap: 14px; }
}

@media (max-width: 768px) {
  .sec { padding: 56px 0; }
  .sec__wrap { padding: 0 20px; }
  .sec__title { font-size: 1.75rem; }
  .sec__desc { font-size: 0.95rem; }
  .sec__header { margin-bottom: 36px; }

  .hdr__wrap { padding: 0 16px; height: 72px; }
  .hdr__logo { width: 44px; height: 44px; }
  .hdr__title { font-size: 1.2rem; }
  .hdr__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    background: var(--c-surface);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
    z-index: 550;
    overflow-y: auto;
    padding: 80px 20px 40px;
    height: 100vh;
  }
  .hdr__menu--open { transform: translateX(0); }
  .hdr__link { font-size: 1.2rem; }
  .hdr__burger { display: flex; }

  .hero-block { padding: 110px 0 50px; }
  .hero-block__inner { padding: 0 20px; }
  .hero-block__heading { font-size: 2rem; }
  .hero-block__lead { font-size: 1rem; }
  .hero-block__visual { max-width: 320px; }

  .stats-bar { grid-template-columns: 1fr 1fr; margin-top: -20px; border-radius: var(--radius-lg); }
  .stats-bar__item { padding: 20px 16px; }
  .stats-bar__number { font-size: 1.5rem; }

  .about-split__img { max-width: 100%; }
  .about-split__point-text { font-size: 0.88rem; }

  .showcase-card__side { padding: 32px 24px; }
  .showcase-card__badge-img { width: 100px; height: 100px; }
  .showcase-card__body { padding: 28px 20px; }
  .showcase-card__perks { grid-template-columns: 1fr; gap: 12px; }
  .showcase-card__actions { flex-direction: column; }
  .showcase-card__actions .cta { width: 100%; }

  .feat-grid { grid-template-columns: 1fr; }
  .feat-card { padding: 28px 22px; }

  .process { grid-template-columns: 1fr; gap: 40px; }
  .process__img { max-width: 200px; }

  .guide-row { grid-template-columns: 1fr; }
  .guide-tile__img { height: 180px; }

  .contact-split__info { padding: 32px 24px; }
  .contact-split__form { padding: 28px 20px; }

  .rg-bar__orgs { gap: 10px; }
  .rg-bar__org { padding: 10px 16px; font-size: 0.8rem; gap: 8px; }
  .rg-bar__org-logo { width: 32px; height: 32px; }
  .rg-bar__note { font-size: 0.75rem; }

  .ftr { padding: 48px 0 28px; }
  .ftr__wrap { padding: 0 20px; }
  .ftr__grid { grid-template-columns: 1fr; gap: 28px; }
  .ftr__brand-desc { max-width: 100%; }
  .ftr__bottom { flex-direction: column; text-align: center; }
  .ftr__bottom-links { justify-content: center; }
  .ftr__company { word-break: break-word; }

  .ck-banner { padding: 16px 12px; }
  .ck-banner__inner { flex-direction: column; text-align: center; gap: 16px; }
  .ck-banner__text { font-size: 0.8rem; min-width: auto; }
  .ck-banner__btns { width: 100%; justify-content: center; }
  .ck-banner__btns .cta { padding: 10px 20px; font-size: 0.82rem; }

  .ag-overlay { padding: 16px; }
  .ag-overlay__box { padding: 36px 24px; max-width: 380px; }
  .ag-overlay__heading { font-size: 1.3rem; }
  .ag-overlay__msg { font-size: 0.85rem; }
  .ag-overlay__btns { flex-direction: column; gap: 10px; }
  .ag-overlay__btns .cta { width: 100%; }

  .values-grid { grid-template-columns: 1fr; }
  .about-intro__title { font-size: 1.85rem; }
  .about-intro { padding-top: 100px; }

  .legal { padding: 100px 0 60px; }
  .legal__wrap { padding: 0 20px; }
  .legal__title { font-size: 1.85rem; }
  .legal h2 { font-size: 1.2rem; }
}

@media (max-width: 480px) {
  .hdr__wrap { height: 64px; padding: 0 14px; }
  .hdr__logo { width: 38px; height: 38px; }
  .hdr__title { font-size: 1.05rem; }
  .hdr__brand { gap: 10px; }

  .hero-block { padding: 95px 0 40px; }
  .hero-block__inner { padding: 0 16px; }
  .hero-block__heading { font-size: 1.65rem; }
  .hero-block__lead { font-size: 0.92rem; }
  .hero-block__tag { font-size: 0.7rem; padding: 6px 14px; }
  .hero-block__buttons { flex-direction: column; }
  .hero-block__buttons .cta { width: 100%; }
  .hero-block__visual { max-width: 260px; }

  .stats-bar { grid-template-columns: 1fr; margin-top: -16px; }
  .stats-bar__item { padding: 16px 14px; }
  .stats-bar__number { font-size: 1.35rem; }
  .stats-bar__label { font-size: 0.72rem; }

  .sec { padding: 44px 0; }
  .sec__wrap { padding: 0 16px; }
  .sec__title { font-size: 1.5rem; }
  .sec__label { font-size: 0.68rem; }
  .sec__header { margin-bottom: 28px; }

  .about-split__point-icon { width: 34px; height: 34px; font-size: 0.8rem; }
  .about-split__point { gap: 10px; }

  .showcase-card__side { padding: 24px 18px; }
  .showcase-card__badge-img { width: 80px; height: 80px; padding: 8px; }
  .showcase-card__body { padding: 22px 16px; }
  .showcase-card__perk { font-size: 0.82rem; gap: 8px; }
  .showcase-card__perk i { width: 30px; height: 30px; font-size: 0.7rem; }

  .feat-card { padding: 24px 18px; }
  .feat-card__icon { width: 44px; height: 44px; font-size: 1.1rem; }
  .feat-card__name { font-size: 1rem; }
  .feat-card__info { font-size: 0.82rem; }

  .process__step::before { font-size: 2.5rem; }
  .process__img { max-width: 160px; }
  .process__name { font-size: 1rem; }
  .process__text { font-size: 0.82rem; }

  .guide-tile__img { height: 140px; }
  .guide-tile__body { padding: 18px 16px; }
  .guide-tile__heading { font-size: 0.95rem; }
  .guide-tile__summary { font-size: 0.78rem; }

  .contact-split__info { padding: 24px 18px; }
  .contact-split__info-title { font-size: 1.15rem; }
  .contact-split__form { padding: 22px 16px; }
  .field__input, .field__textarea { padding: 11px 14px; font-size: 0.85rem; }
  .field__consent { font-size: 0.75rem; }

  .rg-bar__orgs { flex-direction: column; align-items: stretch; gap: 8px; }
  .rg-bar__org { justify-content: center; padding: 10px 14px; font-size: 0.78rem; border-radius: var(--radius-md); }
  .rg-bar__org-logo { width: 28px; height: 28px; }

  .ftr { padding: 36px 0 24px; }
  .ftr__wrap { padding: 0 16px; }
  .ftr__brand-logo { width: 44px; height: 44px; }
  .ftr__brand-name { font-size: 1.15rem; }
  .ftr__brand-desc { font-size: 0.8rem; }
  .ftr__col-head { font-size: 0.72rem; margin-bottom: 12px; }
  .ftr__link { font-size: 0.82rem; }
  .ftr__copy { font-size: 0.72rem; }
  .ftr__company { font-size: 0.68rem; }
  .ftr__bottom-links { gap: 16px; }
  .ftr__bottom-links a { font-size: 0.72rem; }

  .ck-banner { padding: 14px 10px; }
  .ck-banner__text { font-size: 0.75rem; }

  .ag-overlay__box { padding: 28px 18px; }
  .ag-overlay__icon { font-size: 2.2rem; }
  .ag-overlay__heading { font-size: 1.15rem; }
  .ag-overlay__msg { font-size: 0.8rem; margin-bottom: 24px; }

  .legal { padding: 85px 0 50px; }
  .legal__title { font-size: 1.55rem; }
  .legal h2 { font-size: 1.1rem; margin: 28px 0 10px; }
  .legal p { font-size: 0.88rem; }
  .legal ul li { font-size: 0.88rem; }

  .about-intro { padding-top: 85px; }
  .about-intro__title { font-size: 1.55rem; }
  .about-intro__lead { font-size: 0.95rem; }
  .value-card { padding: 28px 20px; }
  .value-card__icon { width: 44px; height: 44px; font-size: 1rem; }
  .value-card__name { font-size: 1rem; }
  .value-card__text { font-size: 0.82rem; }
  .about-content__subtitle { font-size: 1.05rem; }
}
