:root {
  --bg: #080b10;
  --surface: #101820;
  --surface-2: #142536;
  --cyan: #22d3ee;
  --blue: #0284c7;
  --sky: #38bdf8;
  --text: #f8fafc;
  --muted: #94a3b8;
  --line: rgba(34, 211, 238, .35);
  --pink: #db2777;
  --green: #22c55e;
  --warning: #f59e0b;
  --shadow: 0 22px 55px rgba(0, 0, 0, .38);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(34, 211, 238, .12), transparent 28rem),
    radial-gradient(circle at 82% 8%, rgba(219, 39, 119, .08), transparent 26rem),
    linear-gradient(180deg, #05070b 0%, var(--bg) 42%, #06080d 100%);
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  min-width: 320px;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(56, 189, 248, .85);
  outline-offset: 3px;
}

.skip-link {
  background: var(--cyan);
  color: #00111f;
  font-weight: 800;
  left: 1rem;
  padding: .7rem 1rem;
  position: fixed;
  top: .75rem;
  transform: translateY(-140%);
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow .25s ease, border-color .25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 38px rgba(0, 0, 0, .42);
}

.utility-bar {
  background: #07090d;
  border-bottom: 1px solid rgba(148, 163, 184, .12);
}

.utility-inner,
.nav-inner {
  align-items: center;
  display: flex;
  margin-inline: auto;
  width: min(100% - 32px, var(--container));
}

.utility-inner {
  gap: .8rem;
  min-height: 42px;
}

.utility-label {
  border: 1px solid rgba(148, 163, 184, .26);
  color: var(--muted);
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  padding: .18rem .45rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.telegram-link {
  align-items: center;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  gap: .35rem;
  padding: .26rem .62rem;
}

.utility-icons {
  align-items: center;
  display: flex;
  gap: .35rem;
  margin-left: auto;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(148, 163, 184, .26);
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 0 .55rem;
  width: 34px;
}

.icon-button svg {
  height: 16px;
  width: 16px;
}

.auth-actions {
  align-items: center;
  display: flex;
  gap: .55rem;
  margin-left: 1rem;
}

.auth-button {
  border-radius: 999px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  min-width: 88px;
  padding: .36rem .9rem;
  text-align: center;
  text-transform: uppercase;
}

.auth-button.login {
  background: #2b2f36;
}

.auth-button.register {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.main-nav {
  background: linear-gradient(90deg, #54c7d9 0%, #3299c4 45%, #1d73aa 100%);
  border-bottom: 1px solid rgba(103, 232, 249, .3);
}

.nav-inner {
  gap: 1.25rem;
  min-height: 98px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  height: auto;
  width: 168px;
}

.nav-toggle {
  align-items: center;
  background: rgba(2, 6, 23, .24);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 42px;
  justify-content: center;
  margin-left: auto;
  width: 48px;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .2s ease, opacity .2s ease;
  width: 22px;
}

.nav-toggle {
  position: relative;
}

.nav-toggle::before {
  transform: translateY(-7px);
}

.nav-toggle::after {
  transform: translateY(7px);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

.nav-menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: .05rem;
  justify-content: flex-end;
  min-width: 0;
}

.nav-menu a {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, .28);
  display: inline-flex;
  font-size: .76rem;
  font-weight: 900;
  gap: .28rem;
  min-height: 34px;
  padding: 0 .66rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-menu a:first-child {
  border-left: 0;
}

.chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 7px;
  transform: rotate(45deg) translateY(-1px);
  width: 7px;
}

.hero {
  background:
    linear-gradient(180deg, rgba(8, 11, 16, .08), rgba(8, 11, 16, .96)),
    url("assets/arena-bg.svg") center / cover no-repeat;
  border-bottom: 1px solid rgba(34, 211, 238, .18);
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero::before,
.hero::after {
  background-image:
    radial-gradient(circle, rgba(103, 232, 249, .7) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(219, 39, 119, .55) 0 1px, transparent 2px);
  background-position: 0 0, 45px 70px;
  background-size: 140px 140px, 190px 190px;
  content: "";
  inset: 0;
  opacity: .22;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  animation: drift 18s linear infinite;
}

.hero-inner {
  padding: 2rem 0 4.5rem;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  color: var(--muted);
  font-size: .82rem;
  margin-bottom: 2rem;
}

.breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  color: #bfdbfe;
}

.breadcrumb li:not(:last-child)::after {
  color: var(--cyan);
  content: "/";
  margin-left: .45rem;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.kicker,
.section-kicker {
  color: var(--cyan);
  font-size: .82rem;
  font-weight: 900;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Rajdhani", "Plus Jakarta Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
  margin-bottom: 1rem;
  max-width: 760px;
}

.hero-lead {
  color: #dbeafe;
  font-size: 1.08rem;
  max-width: 640px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.6rem 0 1.4rem;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  gap: .55rem;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.1rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), var(--sky));
  box-shadow: 0 0 28px rgba(34, 211, 238, .32);
  color: #00111f;
}

.btn-secondary {
  background: rgba(16, 24, 32, .78);
  border-color: var(--line);
  color: var(--text);
}

.btn-pink {
  background: linear-gradient(135deg, #f472b6, var(--pink));
  box-shadow: 0 0 28px rgba(219, 39, 119, .24);
  color: #fff;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.hero-trust span,
.badge {
  align-items: center;
  background: rgba(16, 24, 32, .72);
  border: 1px solid rgba(34, 211, 238, .24);
  border-radius: 999px;
  color: #dbeafe;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  gap: .35rem;
  padding: .36rem .68rem;
}

.status-dot {
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(34, 197, 94, .65);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  background: radial-gradient(circle, rgba(34, 211, 238, .24), transparent 62%);
  content: "";
  inset: 6% 2% 0;
  position: absolute;
}

.hero-visual img {
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .38));
  position: relative;
}

.info-ticker {
  background: #090b10;
  border-bottom: 1px solid rgba(34, 211, 238, .18);
  border-top: 1px solid rgba(34, 211, 238, .18);
  color: #dbeafe;
  font-weight: 800;
}

.ticker-inner {
  align-items: center;
  display: flex;
  gap: .8rem;
  min-height: 48px;
  overflow: hidden;
}

.ticker-icon {
  align-items: center;
  color: var(--cyan);
  display: inline-flex;
  flex: 0 0 auto;
}

.ticker-text {
  animation: ticker 22s linear infinite;
  white-space: nowrap;
}

.section {
  padding: 4.25rem 0;
}

.section-tight {
  padding-top: 3rem;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}

.section-title {
  align-items: center;
  display: flex;
  gap: .7rem;
}

.section-title h2 {
  font-family: "Rajdhani", "Plus Jakarta Sans", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.section-line {
  background: linear-gradient(90deg, var(--cyan), transparent);
  flex: 1 1 auto;
  height: 1px;
  min-width: 80px;
}

.mini-pill {
  background: linear-gradient(135deg, var(--sky), var(--blue));
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  padding: .48rem 1rem;
  white-space: nowrap;
}

.recommendation-track,
.feature-grid,
.steps-grid,
.services-grid,
.reviews-grid,
.footer-card-grid {
  display: grid;
  gap: 1rem;
}

.recommendation-track {
  background: rgba(3, 7, 18, .72);
  border: 2px solid var(--cyan);
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(34, 211, 238, .18);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 1rem;
}

.access-card,
.feature-card,
.step-card,
.service-card,
.location-panel,
.review-card,
.faq-item,
.footer-feature {
  background: linear-gradient(180deg, rgba(20, 37, 54, .92), rgba(11, 18, 32, .94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .02) inset;
}

.access-card {
  min-height: 168px;
  padding: 1rem;
}

.access-top {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-bottom: .8rem;
}

.icon-wrap {
  align-items: center;
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .3);
  border-radius: 8px;
  color: var(--cyan);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.icon-wrap svg {
  height: 22px;
  width: 22px;
}

.access-card h3,
.feature-card h3,
.step-card h3,
.service-card h3,
.location-panel h3,
.review-card h3,
.footer-feature h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: .35rem;
}

.access-card p,
.feature-card p,
.step-card p,
.service-card p,
.location-panel p,
.review-card p,
.footer-feature p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: .9rem;
}

.status {
  align-items: center;
  color: #bbf7d0;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 900;
  gap: .35rem;
  margin-left: auto;
  text-transform: uppercase;
}

.mini-button {
  align-items: center;
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .34);
  border-radius: 999px;
  color: #e0f2fe;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  min-height: 34px;
  padding: .34rem .82rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  min-height: 238px;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.feature-card::after {
  background: radial-gradient(circle, rgba(34, 211, 238, .22), transparent 62%);
  content: "";
  height: 120px;
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
}

.feature-card:hover,
.service-card:hover,
.review-card:hover,
.access-card:hover {
  border-color: rgba(103, 232, 249, .75);
  box-shadow: 0 0 28px rgba(34, 211, 238, .18);
  transform: translateY(-4px);
}

.feature-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(2, 132, 199, .12));
  border: 1px solid rgba(34, 211, 238, .34);
  border-radius: 8px;
  color: var(--cyan);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 58px;
}

.feature-icon svg {
  height: 30px;
  width: 30px;
}

.steps-grid {
  counter-reset: step;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step-card {
  counter-increment: step;
  min-height: 210px;
  padding: 1rem;
  position: relative;
}

.step-card::before {
  align-items: center;
  background: linear-gradient(135deg, var(--cyan), var(--sky));
  border-radius: 999px;
  color: #00111f;
  content: counter(step);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 34px;
}

.article-band {
  background:
    linear-gradient(180deg, rgba(16, 24, 32, .76), rgba(8, 11, 16, .94)),
    radial-gradient(circle at 70% 10%, rgba(34, 211, 238, .08), transparent 24rem);
  border-block: 1px solid rgba(34, 211, 238, .16);
}

.article-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.seo-article {
  max-width: 820px;
}

.seo-article h2 {
  font-family: "Rajdhani", "Plus Jakarta Sans", sans-serif;
  font-size: 2.35rem;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.seo-article h3 {
  color: #e0f2fe;
  font-size: 1.25rem;
  margin: 1.8rem 0 .55rem;
}

.seo-article p,
.seo-article li {
  color: #cbd5e1;
}

.seo-article a {
  color: var(--cyan);
  font-weight: 800;
}

.article-side {
  align-self: start;
  background: rgba(3, 7, 18, .72);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  position: sticky;
  top: 166px;
}

.article-side h3 {
  font-size: 1rem;
  margin-bottom: .75rem;
}

.article-side ul {
  color: var(--muted);
  margin: 0;
  padding-left: 1.15rem;
}

.article-side li + li {
  margin-top: .55rem;
}

.services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.service-card {
  min-height: 190px;
  padding: 1rem;
}

.service-price {
  color: var(--cyan);
  font-family: "Rajdhani", "Plus Jakarta Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  margin: .4rem 0 .8rem;
}

.location-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.location-panel {
  padding: 1rem;
}

.demo-label {
  align-items: center;
  background: rgba(245, 158, 11, .12);
  border: 1px solid rgba(245, 158, 11, .42);
  border-radius: 999px;
  color: #fde68a;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: .85rem;
  padding: .32rem .7rem;
}

.data-list {
  display: grid;
  gap: .65rem;
  margin: 1rem 0 0;
}

.data-row {
  align-items: start;
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  display: grid;
  gap: .75rem;
  grid-template-columns: 138px 1fr;
  padding-bottom: .65rem;
}

.data-row dt {
  color: #e0f2fe;
  font-weight: 900;
}

.data-row dd {
  color: var(--muted);
  margin: 0;
}

.map-placeholder {
  position: relative;
  display: block;
  width: 100%;
  min-height: 310px;
  padding: 0;
  overflow: hidden;

  background:
    linear-gradient(rgba(34, 211, 238, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .08) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(34, 211, 238, .22), transparent 28%),
    #06111c;

  background-size: 28px 28px, 28px 28px, auto, auto;
  border: 1px dashed rgba(34, 211, 238, .42);
  border-radius: 8px;
}

.map-placeholder-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  text-align: initial;
}

.map-placeholder-content iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
}

.map-placeholder-content .icon-wrap {
  display: none;
}

@media (max-width: 768px) {
  .map-placeholder,
  .map-placeholder-content iframe {
    min-height: 280px;
  }
}

.reviews-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-card {
  min-height: 205px;
  padding: 1rem;
}

.review-card p {
  font-style: italic;
}

.review-meta {
  color: #e0f2fe;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: .8rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.faq-question::after {
  border-bottom: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  content: "";
  flex: 0 0 auto;
  height: 10px;
  transform: rotate(45deg);
  transition: transform .2s ease;
  width: 10px;
}

.faq-question[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.faq-answer {
  color: var(--muted);
  padding: 0 1rem 1rem;
}

.site-footer {
  background: #08090c;
  border-top: 1px solid rgba(34, 211, 238, .16);
  color: var(--muted);
  padding: 3rem 0 2rem;
}

.footer-intro {
  border-bottom: 1px dotted rgba(148, 163, 184, .32);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-intro h2 {
  color: #dbeafe;
  font-size: 1.02rem;
  margin-bottom: .65rem;
}

.footer-intro p {
  margin-bottom: 0;
  max-width: 900px;
}

.footer-columns {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.1fr 1fr 1fr 1.35fr 1fr;
  margin-bottom: 1.8rem;
}

.footer-column h3 {
  color: #e5e7eb;
  font-size: .95rem;
  margin-bottom: .7rem;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li + li {
  margin-top: .42rem;
}

.footer-column a {
  color: var(--muted);
}

.footer-column a:hover {
  color: var(--cyan);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.2rem;
}

.footer-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.4rem;
}

.footer-feature {
  min-height: 128px;
  padding: 1rem;
}

.copyright {
  border-top: 1px dotted rgba(148, 163, 184, .24);
  font-size: .86rem;
  margin: 0;
  padding-top: 1rem;
  text-align: center;
}

.floating-support {
  bottom: 1rem;
  max-width: 300px;
  position: fixed;
  right: 1rem;
  z-index: 90;
}

.support-card {
  background: linear-gradient(180deg, rgba(8, 13, 24, .96), rgba(16, 24, 32, .98));
  border: 1px solid rgba(34, 211, 238, .52);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .45);
  overflow: hidden;
}

.support-head {
  align-items: center;
  background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(219, 39, 119, .2));
  display: flex;
  gap: .75rem;
  padding: .75rem;
}

.support-head img {
  border-radius: 50%;
  height: 54px;
  width: 54px;
}

.support-head strong {
  display: block;
  line-height: 1.1;
}

.support-head span {
  color: #bae6fd;
  display: block;
  font-size: .78rem;
}

.support-minimize {
  background: rgba(2, 6, 23, .32);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  margin-left: auto;
  width: 32px;
}

.support-body {
  padding: .85rem;
}

.support-body p {
  color: var(--muted);
  font-size: .88rem;
  margin-bottom: .75rem;
}

.support-chat {
  background: linear-gradient(135deg, var(--pink), #ec4899);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 900;
  padding: .72rem .9rem;
  text-align: center;
}

.floating-support.is-collapsed .support-body {
  display: none;
}

.floating-support.is-collapsed {
  max-width: 240px;
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-140px, 0, 0);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-45%);
  }
}

@media (max-width: 1100px) {
  .nav-inner {
    min-height: 78px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    background: rgba(6, 10, 18, .98);
    border: 1px solid rgba(34, 211, 238, .25);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: none;
    left: 16px;
    padding: .75rem;
    position: fixed;
    right: 16px;
    top: 126px;
  }

  .nav-menu.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-menu a {
    border: 1px solid rgba(34, 211, 238, .18);
    border-radius: 8px;
    justify-content: space-between;
    min-height: 44px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 560px;
  }

  .recommendation-track,
  .feature-grid,
  .services-grid,
  .reviews-grid,
  .footer-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-layout,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .article-side {
    position: static;
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .utility-inner {
    flex-wrap: wrap;
    gap: .45rem;
    padding: .45rem 0;
  }

  .utility-label {
    display: none;
  }

  .utility-icons {
    margin-left: 0;
    order: 3;
    width: 100%;
  }

  .auth-actions {
    margin-left: auto;
  }

  .auth-button {
    min-width: auto;
    padding-inline: .72rem;
  }

  .nav-inner {
    min-height: 70px;
  }

  .brand img {
    width: 138px;
  }

  .nav-menu {
    grid-template-columns: 1fr;
    top: 146px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-bottom: 3rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 3rem 0;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .section-line {
    display: none;
  }

  .recommendation-track,
  .feature-grid,
  .steps-grid,
  .services-grid,
  .reviews-grid,
  .footer-card-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .data-row {
    grid-template-columns: 1fr;
  }

  .floating-support {
    bottom: .75rem;
    left: .75rem;
    max-width: none;
    right: .75rem;
  }

  .support-head img {
    height: 44px;
    width: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
