/*!
 * Start Bootstrap - Business Frontpage
 * Customized for DEVK Studios
 */
:root {
  --bg: #f4f6fb;
  --surface: #ffffff;
  --surface-alt: #eef3fb;
  --text: #162033;
  --muted: #5f6c84;
  --line: rgba(22, 32, 51, 0.08);
  --primary: #1d6fd8;
  --primary-dark: #0d4ca1;
  --accent: #ff8f3d;
  --navy: #0f1728;
  --shadow: 0 24px 60px rgba(15, 23, 40, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(29, 111, 216, 0.10), transparent 35%),
    radial-gradient(circle at top right, rgba(255, 143, 61, 0.10), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  line-height: 1.7;
}

.animate-box {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.animate-box.animated.reveal-in {
  opacity: 1;
  transform: translateY(0);
}

.animate-box.animated.reveal-up {
  opacity: 1;
  transform: translateY(0);
}

a {
  color: var(--primary);
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}

p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(244, 246, 251, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.brand-mark,
.section-heading h2,
.hero-copy h1,
.service-card h3,
.contact-band h2 {
  font-family: "Space Grotesk", sans-serif;
}

.brand-mark {
  color: var(--navy);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.brand-word {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--navy);
}

.brand-sub {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--primary);
}

.nav-link {
  color: var(--text);
  font-weight: 700;
  margin-left: 0.5rem;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-toggle {
  border: 0;
  color: var(--navy);
}

.nav-cta {
  background: var(--navy);
  color: #fff !important;
  border-radius: 10px;
  padding: 0.65rem 1rem !important;
  margin-left: 0.85rem;
}

.nav-cta:hover {
  background: var(--primary);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(8, 14, 27, 0.88), rgba(13, 76, 161, 0.70)),
    url("../images/gamingpro4.jpg") center/cover no-repeat;
  color: #fff;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 143, 61, 0.28), transparent 22%),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.10), transparent 18%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 5.75rem 0 4.75rem;
}

.eyebrow,
.section-kicker,
.panel-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
}

.eyebrow,
.section-kicker,
.panel-kicker {
  color: var(--accent);
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  margin: 1rem 0 1.4rem;
  color: #fff;
  max-width: 11ch;
}

.hero-text {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-btn,
.hero-btn-secondary {
  border-radius: 10px;
  padding: 0.95rem 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-btn {
  background: linear-gradient(135deg, var(--accent), #ff6e3b);
  border: 0;
  box-shadow: 0 16px 32px rgba(255, 143, 61, 0.28);
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(255, 143, 61, 0.34);
}

.hero-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-panel {
  padding-top: 2rem;
}

.hero-panel-card {
  background: rgba(12, 20, 35, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.30);
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

.hero-list li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(255, 143, 61, 0.14);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 0.88rem;
}

.section-block {
  padding: 6rem 0;
}

.section-heading {
  max-width: 800px;
  margin: 0 auto 3rem;
}

.section-heading h2,
.contact-band h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0.85rem 0 1rem;
  color: var(--navy);
}

.section-heading p {
  font-size: 1.05rem;
}

.service-grid {
  margin-top: 2rem;
}

.service-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 16px 42px rgba(15, 23, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(29, 111, 216, 0.18);
  box-shadow: 0 28px 60px rgba(15, 23, 40, 0.18);
}

.service-media {
  margin-bottom: 1.35rem;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--surface-alt);
  position: relative;
}

.service-media img,
.service-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-audio-toggle {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  border: 0;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  background: rgba(8, 14, 27, 0.72);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.media-audio-toggle:hover {
  background: rgba(8, 14, 27, 0.88);
}

.service-card h3 {
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
  color: var(--navy);
}

.service-card h3,
.service-card p,
.service-card ul {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.service-card ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.65rem;
  color: var(--muted);
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.review-section {
  background: transparent;
}

.review-stars {
  margin: 1rem 0;
}

.checked {
  color: #ffb545;
  margin: 0 0.12rem;
}

.review-slider-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.review-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.review-card span,
.review-card p {
  color: var(--muted);
}

.contact-band {
  padding-top: 0;
}

.contact-band .container {
  background:
    linear-gradient(135deg, rgba(29, 111, 216, 0.94), rgba(13, 76, 161, 0.96));
  border-radius: 12px;
  padding: 3rem;
  box-shadow: var(--shadow);
}

.contact-band h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0.85rem 0 0.9rem;
  color: #fff;
}

.contact-band h2,
.contact-band h3,
.contact-band p,
.contact-band .section-kicker {
  color: #fff;
}

.contact-points {
  margin-top: 1.75rem;
  display: grid;
  gap: 1rem;
}

.contact-point {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-point .fa {
  font-size: 1.2rem;
  color: var(--accent);
  margin-top: 0.25rem;
}

.contact-point strong {
  display: block;
  color: #fff;
  margin-bottom: 0.2rem;
}

.contact-point p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(15, 23, 40, 0.18);
}

.contact-status {
  display: none;
  border-radius: 12px;
  padding: 0.95rem 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-status.is-visible {
  display: block;
}

.contact-status.is-success {
  background: rgba(24, 163, 94, 0.12);
  color: #0d6b3b;
  border: 1px solid rgba(24, 163, 94, 0.22);
}

.contact-status.is-error {
  background: rgba(201, 61, 54, 0.12);
  color: #9a2d27;
  border: 1px solid rgba(201, 61, 54, 0.18);
}

.contact-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-weight: 800;
  font-size: 0.95rem;
}

.turnstile-label {
  margin-bottom: 0.75rem;
}

.cf-turnstile {
  min-height: 65px;
}

.contact-form .form-control {
  height: auto;
  min-height: 3.25rem;
  border-radius: 10px;
  border: 1px solid rgba(22, 32, 51, 0.12);
  padding: 0.9rem 1rem;
  color: var(--text);
  background: #fff;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 9rem;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: rgba(29, 111, 216, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(29, 111, 216, 0.12);
}

.contact-submit {
  width: 100%;
}

.contact-note {
  margin-top: 0.5rem;
  font-size: 0.92rem;
  color: var(--muted) !important;
}

.spam-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.serving-section {
  padding-top: 5rem;
}

.service-area-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.service-area-card h3 {
  margin-bottom: 0.75rem;
  color: var(--navy);
  font-size: 1.45rem;
}

.service-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.service-area-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: var(--surface-alt);
  color: var(--primary-dark);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-footer {
  background: var(--navy);
  padding: 2.5rem 0;
}

.footer-copy {
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
}

.footer-copy a {
  color: #fff;
}

.owl-theme .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span {
  background: rgba(29, 111, 216, 0.22);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--primary);
}

@media (max-width: 991.98px) {
  .site-nav {
    background: rgba(244, 246, 251, 0.94);
  }

  .hero-section {
    min-height: auto;
  }

  .hero-content {
    padding: 5.25rem 0 4.25rem;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .contact-band .container {
    padding: 2.2rem;
  }

  .service-area-tags {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    padding: 4.75rem 0 3.5rem;
  }

  .brand-word {
    font-size: 1.1rem;
    letter-spacing: 0.14em;
  }

  .section-block {
    padding: 4.5rem 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-btn,
  .hero-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .service-card,
  .review-card,
  .hero-panel-card {
    padding: 1.5rem;
  }

  .contact-band .container {
    border-radius: 12px;
    padding: 1.75rem;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .service-area-card {
    padding: 1.5rem;
  }

  .nav-cta {
    margin-left: 0;
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.footer-devk-logo {
  max-height: 24px;
  max-height: 20px;
  width: auto;
  height: auto;
}
