:root {
  --bg: #0f1720;
  --bg-soft: #151f2b;
  --panel: #1a2736;
  --ink: #e7edf5;
  --muted: #a9b5c5;
  --line: #2b3a4b;
  --accent: #ff7a1a;
  --accent-2: #0ea5a3;
  --success: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, #223247 0%, var(--bg) 45%, #0a121a 100%);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 23, 32, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.main-nav {
  display: none;
  gap: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #ff7a1a, #ff9d52);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
}

.hero-swiper,
.hero .swiper-slide {
  height: clamp(430px, 70vh, 660px);
}

.hero .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(7, 11, 17, 0.82), rgba(7, 11, 17, 0.5));
}

.slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
}

.kicker {
  margin: 0;
  color: var(--accent-2);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1.02;
  margin: 0;
  letter-spacing: 0.02em;
  color: #fff;
}

h1 {
  font-size: clamp(2rem, 8vw, 4.4rem);
}

h2 {
  font-size: clamp(1.65rem, 6vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 4vw, 1.9rem);
}

.section {
  padding: clamp(3.3rem, 7vw, 6rem) 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-head {
  margin-bottom: 1.5rem;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.align-center {
  align-items: center;
}

.card {
  background: linear-gradient(160deg, var(--panel), #111a24);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
}

.card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.card-accent {
  border-color: rgba(255, 122, 26, 0.35);
}

.media-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.video-embed {
  position: relative;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #0a121b;
  aspect-ratio: 16 / 9;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-card {
  min-height: 210px;
}

.contact-section {
  background: linear-gradient(180deg, rgba(14, 165, 163, 0.08), rgba(14, 165, 163, 0));
}

.contact-list {
  padding: 0;
  margin: 1.1rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.contact-list a {
  color: #b9d4ff;
}

.form-card {
  background: #0f1a26;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

label {
  display: block;
  margin: 0.7rem 0 0.35rem;
  color: #d8e4f3;
  font-weight: 500;
  font-size: 0.9rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid #2c3d4f;
  background: #0a121b;
  color: #edf3fa;
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(14, 165, 163, 0.4);
  border-color: var(--accent-2);
}

.form-note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-status {
  min-height: 22px;
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
}

.form-status.ok {
  color: #87f5bf;
}

.form-status.error {
  color: #ff9d9d;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  color: var(--muted);
}

.footer-grid li {
  margin-bottom: 0.3rem;
}

.footer-logos {
  margin: 1.6rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.footer-logos img {
  max-height: 52px;
  width: auto;
}

.copyright {
  text-align: center;
  color: var(--muted);
  font-size: 0.86rem;
  padding: 1.1rem 1rem 1.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: var(--accent);
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
  z-index: 65;
}

.wa-float:hover,
.wa-float:focus-visible {
  transform: translateY(-2px);
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: inline-flex;
}

@media (min-width: 820px) {
  .main-nav {
    display: flex;
  }

  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
  }

  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .form-card {
    padding: 1.3rem;
  }
}

@media (max-width: 560px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: inline-flex !important;
  }

  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    display: none;
  }

  .wa-float {
    width: 50px;
    height: 50px;
    right: 12px;
    bottom: 12px;
  }
}
