:root {
  color-scheme: dark;
  --bg: #05060a;
  --bg-2: #080d16;
  --panel: #0c1320;
  --panel-2: #111a2a;
  --glass: rgba(255, 255, 255, 0.062);
  --glass-strong: rgba(255, 255, 255, 0.092);
  --ink: #f7fbff;
  --muted: #aeb8c7;
  --line: rgba(255, 255, 255, 0.13);
  --cyan: #29d8ff;
  --blue: #2878ff;
  --lime: #b8ff3d;
  --dark-text: #07101f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 48%, var(--bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::selection {
  color: #041018;
  background: var(--cyan);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  background: #07101f;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(5, 6, 10, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.card-actions,
.conversion-actions,
.hero-proof,
.social-actions,
.mobile-booking-bar {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 260px;
  text-decoration: none;
}

.brand-logo {
  width: clamp(150px, 17vw, 230px);
  height: 50px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 16px rgba(41, 216, 255, 0.46));
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-size: 0.9rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.75rem;
}

.nav-links {
  justify-content: center;
  gap: clamp(9px, 1.4vw, 18px);
  color: var(--muted);
  font-size: 0.86rem;
}

.nav-links a,
.nav-cta,
.button,
.card-actions a,
.price-card a,
.experience-card a,
.usecase-card a,
.social-actions a,
.footer-columns a,
.mobile-booking-bar a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-columns a:hover {
  color: var(--cyan);
}

.nav-cta,
.button,
.card-actions a,
.price-card a,
.experience-card a,
.usecase-card a,
.social-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: normal;
}

.nav-cta,
.button.primary {
  color: #031018;
  background: var(--cyan);
  box-shadow: 0 0 28px rgba(41, 216, 255, 0.28);
}

.nav-cta {
  padding: 0 17px;
  white-space: nowrap;
}

.button {
  padding: 0 20px;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button.ghost {
  color: var(--lime);
  background: rgba(184, 255, 61, 0.08);
  border: 1px solid rgba(184, 255, 61, 0.34);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.96) 0%, rgba(5, 6, 10, 0.78) 48%, rgba(5, 6, 10, 0.32) 100%),
    linear-gradient(0deg, rgba(5, 6, 10, 0.97) 0%, rgba(5, 6, 10, 0.12) 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  padding: clamp(74px, 10vw, 126px) clamp(18px, 6vw, 76px) clamp(46px, 8vw, 92px);
}

.hero-logo {
  width: min(390px, 84vw);
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 22px rgba(41, 216, 255, 0.58));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--cyan);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 920px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 7.6vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.1vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-subhead {
  max-width: 850px;
  margin-bottom: 12px;
  color: #eef8ff;
  font-size: clamp(1.12rem, 2.1vw, 1.55rem);
  font-weight: 760;
}

.hero-lede {
  max-width: 760px;
  color: #dbe9f8;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof a,
.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #dbe9f8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
}

.section {
  padding: clamp(60px, 8.5vw, 112px) clamp(18px, 5vw, 72px);
}

.section-heading,
.section-copy {
  max-width: 920px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading p,
.section-copy p,
.branch-card p,
.experience-card p,
.usecase-card p,
.proof-band p,
.conversion-panel p,
.faq p,
.site-footer p {
  color: var(--muted);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 18%, rgba(41, 216, 255, 0.12), transparent 36%),
    #07101f;
  color: var(--ink);
}

.intro-grid {
  display: grid;
  gap: 14px;
}

.intro-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  box-shadow: var(--shadow);
}

.intro-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.intro-grid p,
.prices .section-heading p,
.experience-card p,
.events .section-heading p,
.usecase-card p {
  color: var(--muted);
}

.prices,
.experiences,
.faq {
  background:
    linear-gradient(180deg, #05060a 0%, #09111f 100%);
  color: var(--ink);
}

.price-grid,
.branch-grid,
.experience-grid,
.usecase-grid {
  display: grid;
  gap: 18px;
  min-width: 0;
}

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

.opportunity-grid {
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  box-shadow: var(--shadow);
  color: var(--ink);
  overflow: hidden;
  min-width: 0;
}

.opportunity-card {
  padding: 16px;
}

.opportunity-card h3 {
  margin-top: 2px;
}

.opportunity-card p {
  margin-bottom: 4px;
}

.opportunity-visual {
  width: 100%;
  margin: 0 0 18px;
}

.opportunity-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.opportunity-visual figcaption {
  margin-top: 10px;
  color: #dce9f5;
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1.35;
}

.price-card.feature {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(41, 216, 255, 0.2), rgba(184, 255, 61, 0.1)),
    #07101f;
  border-color: rgba(41, 216, 255, 0.28);
}

.price-card.feature p {
  color: #dbe9f8;
}

.price {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.98rem;
  font-weight: 950;
}

.price-card p {
  color: var(--muted);
}

.price-card a,
.experience-card a {
  margin-top: auto;
  padding: 0 13px;
  color: #031018;
  background: var(--cyan);
}

.branches {
  background:
    radial-gradient(circle at 78% 8%, rgba(40, 120, 255, 0.13), transparent 32%),
    #090d16;
}

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

.branch-card,
.experience-card,
.usecase-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.branch-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.branch-card div,
.experience-card,
.usecase-card {
  padding: 22px;
}

.branch-tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.branch-location {
  color: #e3f2ff !important;
  font-weight: 820;
}

.card-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.card-actions a,
.usecase-card a,
.social-actions a {
  min-height: 40px;
  padding: 0 13px;
  color: #031018;
  background: var(--lime);
  font-size: 0.9rem;
}

.card-actions a:first-child {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

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

.experience-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--glass);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.experience-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 18px;
}

.events {
  background:
    radial-gradient(circle at 15% 20%, rgba(184, 255, 61, 0.07), transparent 30%),
    #05060a;
  color: var(--ink);
}

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

.usecase-card {
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--glass);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.usecase-card img {
  width: calc(100% + 44px);
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  margin: -22px -22px 20px;
}

.usecase-card a {
  margin-top: auto;
  color: #031018;
  background: var(--cyan);
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: #07101f;
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.proof-points span {
  padding: 8px 10px;
  border: 1px solid rgba(41, 216, 255, 0.2);
  border-radius: 8px;
  color: #dbe9f8;
  background: rgba(41, 216, 255, 0.08);
  font-size: 0.88rem;
}

.social-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.social-actions a:last-child {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.proof-gallery figure {
  margin: 0;
  min-width: 0;
}

.proof-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.proof-gallery figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.platform-hub {
  background:
    radial-gradient(circle at 12% 18%, rgba(41, 216, 255, 0.12), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(184, 255, 61, 0.06), transparent 30%),
    #05060a;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.platform-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 288px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.058);
  box-shadow: var(--shadow);
}

.platform-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.18;
}

.platform-card p {
  color: var(--muted);
}

.platform-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 0 13px;
  border-radius: 8px;
  color: #031018;
  background: var(--cyan);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.platform-card:nth-child(2n) a {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.centered-actions {
  justify-content: center;
  margin-top: 24px;
}

.mini-panel {
  margin-top: 26px;
}

.arena-teaser {
  background:
    radial-gradient(circle at 80% 20%, rgba(41, 216, 255, 0.14), transparent 32%),
    #07101f;
}

.arena-teaser-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(41, 216, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.arena-teaser-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(41, 216, 255, 0.24);
  border-radius: 8px;
  background: #05060a;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.arena-points,
.requirement-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.arena-points {
  margin: 18px 0 22px;
}

.arena-points span,
.requirement-grid span {
  padding: 9px 11px;
  border: 1px solid rgba(41, 216, 255, 0.22);
  border-radius: 8px;
  color: #dbe9f8;
  background: rgba(41, 216, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 750;
}

.arena-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(52px, 8vw, 98px) clamp(18px, 6vw, 76px);
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.92), rgba(5, 6, 10, 0.74)),
    radial-gradient(circle at 78% 20%, rgba(41, 216, 255, 0.16), transparent 34%),
    #05060a;
  border-bottom: 1px solid var(--line);
}

.arena-hero h1 {
  max-width: 820px;
  margin: 10px 0 16px;
}

.arena-hero p {
  max-width: 700px;
  color: #d7e2ee;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.arena-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(41, 216, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
}

.arena-intro,
.arena-models {
  background: #08101d;
}

.arena-expansion {
  background:
    radial-gradient(circle at 82% 18%, rgba(41, 216, 255, 0.12), transparent 34%),
    #08101d;
}

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

.expansion-grid article {
  min-height: 190px;
}

.arena-opportunity,
.arena-requirements,
.arena-apply {
  background: #05060a;
}

.requirement-grid {
  margin-top: 8px;
}

.arena-note {
  max-width: 900px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(184, 255, 61, 0.3);
  border-radius: 8px;
  color: #eef7dc;
  background: rgba(184, 255, 61, 0.08);
}

.arena-vision img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.partner-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
}

.partner-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.partner-form textarea {
  resize: vertical;
}

.partner-form .full {
  grid-column: 1 / -1;
}

.consultation-form {
  margin-top: clamp(22px, 4vw, 34px);
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(41, 216, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.form-actions button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #031018;
  background: var(--cyan);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(41, 216, 255, 0.24);
}

.form-actions p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.inline-download {
  color: var(--cyan);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid rgba(41, 216, 255, 0.48);
}

.conversion {
  background: #101624;
}

.conversion-panel {
  padding: clamp(28px, 6vw, 62px);
  border: 1px solid rgba(41, 216, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(41, 216, 255, 0.16), rgba(40, 120, 255, 0.16)),
    #07101f;
}

.conversion-panel h2 {
  max-width: 980px;
}

.conversion-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.faq-list {
  max-width: 980px;
}

details {
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-weight: 850;
}

details p {
  max-width: 760px;
  margin-top: -8px;
  padding-bottom: 22px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.8fr);
  gap: 28px;
  padding: 40px clamp(18px, 5vw, 72px) 86px;
  background: #05060a;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin-bottom: 8px;
}

.footer-logo {
  width: min(260px, 70vw);
  height: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 14px rgba(41, 216, 255, 0.36));
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 18px;
}

.footer-columns strong,
.footer-columns a {
  display: block;
}

.footer-columns strong {
  margin-bottom: 10px;
}

.footer-columns a {
  margin-bottom: 8px;
  color: var(--muted);
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: #728096;
  font-size: 0.88rem;
}

.mobile-booking-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 45;
  display: none;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 6, 10, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.mobile-booking-bar a {
  flex: 1;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 850;
}

.mobile-booking-bar .mobile-primary {
  flex: 1.5;
  color: #031018;
  background: var(--cyan);
}

.local-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(52px, 8vw, 92px) clamp(18px, 6vw, 76px);
  background:
    radial-gradient(circle at 20% 8%, rgba(41, 216, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #05060a 0%, #08101d 100%);
  border-bottom: 1px solid var(--line);
}

.local-hero h1 {
  max-width: 760px;
  margin: 10px 0 16px;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.95;
}

.local-hero p {
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.local-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.local-main {
  padding: clamp(44px, 7vw, 84px) clamp(18px, 6vw, 76px);
}

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

.local-card,
.local-cta-panel {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.local-card h2,
.local-card h3 {
  margin-top: 0;
}

.local-card a,
.article-shell a:not(.button),
.footer-columns a,
.site-footer a {
  text-underline-offset: 3px;
}

.local-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.local-card h3 a:hover {
  color: var(--cyan);
}

.local-card p,
.local-card li,
.local-cta-panel p {
  color: var(--muted);
}

.local-card ul {
  margin: 0;
  padding-left: 18px;
}

.local-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  background: linear-gradient(135deg, rgba(41, 216, 255, 0.13), rgba(40, 120, 255, 0.08));
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.local-actions a {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  text-decoration: none;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
}

.local-actions a:first-child {
  color: #031018;
  background: var(--cyan);
  border-color: var(--cyan);
}

.local-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.local-link-list a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(41, 216, 255, 0.42);
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.article-shell {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.058);
  box-shadow: var(--shadow);
}

.article-shell h1 {
  max-width: 860px;
  margin: 10px 0 12px;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  line-height: 0.98;
}

.article-meta {
  color: var(--muted);
  font-size: 0.94rem;
}

.article-shell > img {
  width: 100%;
  margin: 24px 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-body {
  max-width: 760px;
  color: #dbe7f3;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.article-body p {
  margin: 0 0 18px;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .price-grid,
  .branch-grid,
  .experience-grid,
  .usecase-grid,
  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .proof-band,
  .arena-hero,
  .arena-teaser-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .local-hero,
  .local-grid,
  .post-list,
  .local-cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-bottom: 72px;
  }

  .site-header {
    gap: 12px;
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 142px;
    height: 42px;
  }

  .brand-copy {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(5, 6, 10, 0.96) 0%, rgba(5, 6, 10, 0.62) 100%),
      linear-gradient(90deg, rgba(5, 6, 10, 0.88), rgba(5, 6, 10, 0.18));
  }

  .hero-content {
    padding-top: 74px;
    padding-bottom: 118px;
  }

  .hero-logo {
    width: min(320px, 86vw);
  }

  .hero-actions .button,
  .conversion-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 8px;
  }

  .hero-proof a,
  .hero-proof span {
    font-size: 0.82rem;
  }

  .price-grid,
  .branch-grid,
  .experience-grid,
    .usecase-grid,
    .platform-grid,
    .proof-gallery,
  .partner-form,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .local-hero {
    padding-top: 40px;
  }

  .local-hero h1,
  .article-shell h1 {
    line-height: 1;
  }

  .local-actions a {
    width: 100%;
  }

  .price-card,
  .branch-card div,
  .experience-card,
  .usecase-card {
    padding: 20px;
  }

  .proof-gallery img {
    aspect-ratio: 4 / 3;
  }

  .site-footer {
    padding-bottom: 94px;
  }

  .mobile-booking-bar {
    display: flex;
  }
}
