@font-face {
  font-family: 'Oswald';
  src: url('fonts/bebas%20neue/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Oswald';
  src: url('fonts/bebas%20neue/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Oswald';
  src: url('fonts/bebas%20neue/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas%20neue/BebasNeue%20Thin.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas%20neue/BebasNeue%20Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas%20neue/BebasNeue%20Book.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas%20neue/BebasNeue%20Regular.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/bebas%20neue/BebasNeue%20Bold.ttf') format('truetype');
  font-weight: 700;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  width: 100%;
  min-height: 100%;
  background: #0b0b0b;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

/* ── PAGE SHELL ──────────────────────────────────────── */
.stage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #0b0b0b;
}

.slide {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #0b0b0b;
}

/* ── TOP GRADIENT BAR ────────────────────────────────── */
.top-bar {
  width: 100%;
  height: 8px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #542961 0%, #D13935 50%, #E59642 100%);
}

/* ── HERO ────────────────────────────────────────────── */
.hero {
  flex: 1;
  min-height: clamp(180px, 34vh, 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px) clamp(16px, 4vw, 40px);
  gap: 0;
}

.coming-soon-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: clamp(20px, 3vw, 40px);
  animation: fadeUp 0.8s ease both 0.1s;
}

.logo-img {
  width: min(820px, 88vw);
  height: auto;
  animation: fadeUp 1s ease both 0.3s;
}

/* ── SERVICES BLOCK ──────────────────────────────────── */
.services-block {
  position: relative;
  animation: fadeUp 1s ease both 0.5s;
}

.services-header {
  padding: clamp(24px, 3vw, 36px) clamp(20px, 5.4vw, 78px) 14px;
}

.section-heading {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.gradient-wrap {
  position: relative;
  padding: 0 clamp(20px, 5.4vw, 78px);
}

.gradient-line {
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #E59642, #D13935 50%, #542961);
  border: none;
  margin: 0;
}

.badge-anchor {
  position: absolute;
  right: 0;
  width: 500px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.services-section {
  padding: clamp(16px, 2vw, 28px) 500px clamp(20px, 3vw, 40px) clamp(20px, 5.4vw, 78px);
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 28px) clamp(24px, 4vw, 56px);
}

.services-grid > div {
  flex: 1 1 clamp(140px, 18vw, 240px);
}

.col-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(24px, 0.85vw, 11px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
  background: linear-gradient(90deg, #E59642, #D13935 50%, #542961);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.col-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.col-items li {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

/* ── BADGE ───────────────────────────────────────────── */
.badge-img {
  width: clamp(196px, 21vw, 294px);
  height: auto;
  display: block;
  animation: floatBadge 3.6s ease-in-out infinite;
}

/* ── FOOTER ──────────────────────────────────────────── */
.footer {
  flex-shrink: 0;
  width: 100%;
  min-height: 56px;
  padding: 8px clamp(12px, 3vw, 24px);
  background: linear-gradient(90deg, #E59642 0%, #D13935 40%, #542961 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
}

.footer p {
  font-size: clamp(10px, 1.1vw, 14px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.96);
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-hosting {
  font-size: clamp(9px, 0.8vw, 10px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}

.footer-hosting a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.footer-hosting a:hover {
  color: rgba(255, 255, 255, 1);
}

/* ── ANIMATIONS ──────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%       { transform: translateY(-11px) rotate(-3deg); }
}

/* ── TABLET (≤ 768px) ────────────────────────────────── */
@media (max-width: 768px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }

  .badge-img {
    width: clamp(100px, 22vw, 160px);
  }
}

/* ── MOBILE (≤ 560px) ────────────────────────────────── */
@media (max-width: 560px) {
  .hero {
    min-height: 28vh;
    padding: 24px 16px 12px;
  }

  .coming-soon-text {
    font-size: 9px;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
  }

  .services-header {
    padding: 20px 16px 12px;
  }

  .section-heading {
    font-size: 16px;
  }

  .badge-anchor {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
    margin: 20px 0 8px;
  }

  .badge-img {
    width: 110px;
  }

  .services-section {
    padding: 16px 16px 20px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
  }

  .col-title {
    font-size: 9px;
    margin-bottom: 10px;
  }

  .col-items li {
    font-size: 12px;
  }

  .footer p {
    font-size: 11px;
  }

  .footer-hosting {
    font-size: 9px;
  }
}
