@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

:root {
  --sling-orange: #ff9800;
  --sling-orange-hover: #f57c00;
  --sling-cream: #fff8f0;
  --sling-ink: #163a5f;
  --sling-muted: #4a5d73;
  --sling-line: #f0e4d4;
  --sling-white: #ffffff;
}

body.sling-home {
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: var(--sling-ink);
  background: var(--sling-cream);
  overflow-x: hidden;
}

body.sling-home h1,
body.sling-home h2,
body.sling-home h3,
body.sling-home h4,
body.sling-home h5,
body.sling-home h6,
body.sling-home p,
body.sling-home a,
body.sling-home button,
body.sling-home span,
body.sling-home li {
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
}

body.sling-home .preloader {
  display: none !important;
}

body.sling-home .navbar-area {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--sling-cream);
  border-bottom: 1px solid var(--sling-line);
  box-shadow: none;
}

body.sling-home .navbar-brand img {
  width: 120px;
  max-width: 120px;
}

body.sling-home .navbar-nav .nav-item a {
  color: var(--sling-ink) !important;
  font-size: 14px;
  font-weight: 500;
  background: transparent !important;
  padding: 8px 12px !important;
  border-radius: 8px;
}

body.sling-home .navbar-nav .nav-item a:hover {
  color: var(--sling-orange) !important;
}

body.sling-home .navbar-nav .nav-cta a {
  background: var(--sling-orange) !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 18px !important;
}

body.sling-home .navbar-nav .nav-cta a:hover {
  background: var(--sling-orange-hover) !important;
  color: #fff !important;
}

body.sling-home .header-hero {
  background: var(--sling-cream) !important;
  height: auto !important;
  min-height: calc(100vh - 72px) !important;
  display: block;
  padding: 0;
  position: relative;
}

body.sling-home .hero-split {
  display: grid;
  grid-template-columns: 11fr 9fr;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 0 32px;
}

body.sling-home .header-hero-image {
  display: flex !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  top: auto;
  right: auto;
  align-items: center;
  justify-content: flex-start;
  background: var(--sling-cream);
  padding: 24px 0;
}

body.sling-home .header-hero-image img {
  width: 100%;
  max-width: none;
  max-height: calc(100vh - 88px);
  height: auto;
  object-fit: contain;
}

body.sling-home .header-hero-content {
  max-width: none;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 56px 8px 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body.sling-home .hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--sling-ink);
  margin: 0 0 16px;
}

body.sling-home .hero-title span {
  color: var(--sling-orange);
}

body.sling-home .hero-copy,
body.sling-home .hero-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--sling-muted);
  font-weight: 400;
  margin: 0 auto 28px;
  max-width: 36em;
  text-align: center;
}

body.sling-home .cta-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

body.sling-home .cta-primary,
body.sling-home .cta-secondary {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 8px;
  padding: 10px 18px;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}

body.sling-home .cta-primary {
  background: var(--sling-orange);
  color: #fff;
  border: 1px solid var(--sling-orange);
}

body.sling-home .cta-primary:hover {
  background: var(--sling-orange-hover);
  border-color: var(--sling-orange-hover);
  color: #fff;
}

body.sling-home .cta-secondary {
  background: #fff;
  color: var(--sling-orange);
  border: 1px solid var(--sling-orange);
}

body.sling-home .cta-secondary:hover {
  background: var(--sling-cream);
  color: var(--sling-orange);
}

body.sling-home .install-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--sling-ink);
  color: #fff;
  font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  padding: 8px 8px 8px 16px;
  border-radius: 10px;
  overflow: hidden;
}

body.sling-home .copy-btn {
  position: relative;
  background: var(--sling-orange);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  padding: 8px 16px;
  border-radius: 8px;
  min-width: 88px;
  overflow: hidden;
}

body.sling-home .copy-btn:hover {
  background: var(--sling-orange-hover);
}

body.sling-home .copy-btn.is-copied {
  background: #2e7d32;
  animation: copyPop 0.45s ease;
}

body.sling-home .copy-btn.is-copied::before,
body.sling-home .copy-btn.is-copied::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe082;
  animation: copySpark 0.7s ease-out forwards;
}

body.sling-home .copy-btn.is-copied::before {
  left: 12px;
  top: 6px;
}

body.sling-home .copy-btn.is-copied::after {
  right: 12px;
  bottom: 6px;
  animation-delay: 0.08s;
}

@keyframes copyPop {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes copySpark {
  0% { opacity: 1; transform: translate(0, 0) scale(0.4); }
  100% { opacity: 0; transform: translate(10px, -14px) scale(1.4); }
}

body.sling-home .install-hint {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--sling-muted);
}

body.sling-home .home-section {
  padding: 64px 0;
}

body.sling-home .home-section.screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  scroll-margin-top: 72px;
}

body.sling-home .screen-inner {
  width: 100%;
}

body.sling-home .home-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--sling-ink);
  margin: 0 0 8px;
}

body.sling-home .home-section .lede {
  font-size: 14px;
  color: var(--sling-muted);
  margin: 0 0 32px;
  line-height: 1.5;
}

body.sling-home .govern-grid,
body.sling-home .step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.sling-home .step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.sling-home .govern-card,
body.sling-home .step-card {
  background: #fff;
  border: 1px solid var(--sling-line);
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: none;
  min-height: 0;
  height: auto;
  text-align: left;
}

body.sling-home .card-art {
  width: 100%;
  max-width: 220px;
  height: 160px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}

body.sling-home .govern-card h3,
body.sling-home .step-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--sling-ink);
  margin: 0 0 8px;
}

body.sling-home .govern-card p,
body.sling-home .step-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--sling-muted);
  margin: 0;
}

body.sling-home .step-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--sling-orange);
  margin-bottom: 8px;
}

body.sling-home .band {
  background: #fff;
  border-top: 1px solid var(--sling-line);
  border-bottom: 1px solid var(--sling-line);
}

body.sling-home .contact-simple p,
body.sling-home .contact-simple a {
  font-size: 16px;
  color: var(--sling-ink);
}

body.sling-home .contact-simple a {
  color: var(--sling-orange);
  font-weight: 600;
}

body.sling-home .footer-brand {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 12px;
}

body.sling-home .footer-brand img {
  display: block;
  width: 148px;
  height: auto;
}

body.sling-home .footer-area {
  background: var(--sling-ink) !important;
}

body.sling-home .footer-area .text,
body.sling-home .footer-area a,
body.sling-home .footer-area .title,
body.sling-home .footer-copyright .text {
  color: #fff !important;
  font-size: 14px;
}

body.sling-home .footer-area a:hover {
  color: var(--sling-orange) !important;
}

body.sling-home .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

@media (max-width: 991px) {
  body.sling-home .govern-grid,
  body.sling-home .step-grid {
    grid-template-columns: 1fr;
  }

  body.sling-home .hero-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.sling-home .header-hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 40px 24px 24px;
    max-width: 560px;
  }

  body.sling-home .header-hero-image {
    min-height: 0;
    padding: 24px;
  }

  body.sling-home .header-hero-image img {
    max-height: none;
  }

  body.sling-home .cta-row {
    justify-content: center;
  }

  body.sling-home .hero-copy,
  body.sling-home .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  body.sling-home .hero-title {
    font-size: 28px;
  }

  body.sling-home .header-hero,
  body.sling-home .home-section.screen {
    min-height: 0;
  }
}
