/* -----------------------------------------------------------
   GLOBAL
----------------------------------------------------------- */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #fffbea;
    color: #333;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-weight: 700;
    color: #333;
}

/* -----------------------------------------------------------
   HEADER & LOGO
----------------------------------------------------------- */
header {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.logo-img {
    width: 420px;
    max-width: 90vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------------------------------
   NAVIGATION
----------------------------------------------------------- */
.main-nav {
    background-color: #f8e16a;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-nav .nav-link.nav-btn {
    background-color: transparent;
    color: #333;
    border: 2px solid transparent;
    border-radius: 999px;
    padding: 0.5rem 1.2rem;
    margin: 0 0.3rem;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
}

.navbar-nav .nav-link.nav-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.navbar-toggler {
    border-color: #333;
    margin-left: auto;
}

.navbar-toggler-icon {
    background-image: none;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
}

.navbar-toggler-icon::before { top: 5px; }
.navbar-toggler-icon::after { bottom: 5px; }

/* -----------------------------------------------------------
   HERO IMAGE
----------------------------------------------------------- */
.hero-image {
    position: relative;
    overflow: hidden;
}

.hero-img-banner {
    width: 100%;
    height: auto;
    display: block;
}

/* -----------------------------------------------------------
   INFO SECTION
----------------------------------------------------------- */
.info-section p,
.info-section .lead,
.info-section li {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 1.55;
}

/* -----------------------------------------------------------
   WHITE SQUARE (LOGO BOX)
----------------------------------------------------------- */
.logo-box {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.partner-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* -----------------------------------------------------------
   BUTTONS
----------------------------------------------------------- */
.btn-doc {
    background-color: #ffc107;
    color: #000;
    border: none;
    transition: all 0.35s ease;
    transform: translateY(0);
}

.btn-doc:hover {
    background-color: #0dcaf0;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* -----------------------------------------------------------
   FOOTER
----------------------------------------------------------- */
.footer,
.footer .container {
    background-color: #000 !important;
    color: #f8e16a;
}

.footer strong { color: #fff; }
.footer .small { color: #f5e9a8; }


.btn-doc {
    transition: all 0.15s ease-out;
}

.btn-doc:active {
    background-color: #0dcaf0 !important;
    color: #000 !important;
    transform: scale(0.94);
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

body {
    -webkit-tap-highlight-color: transparent;
}

/* Mobile tap effect */
.btn-doc {
    transition: all 0.15s ease-out;
}

.btn-doc:active {
    background-color: #0dcaf0 !important;
    color: #000 !important;
    transform: scale(0.94);
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

/* Freesat page action buttons – yellow default */
.btn-freesat-action {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ffc107; /* Yellow */
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

/* Desktop hover – deep navy */
.btn-freesat-action:hover {
    background-color: #001f3f; /* Deep navy */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* Mobile tap effect */
.btn-freesat-action:active {
    background-color: #001f3f !important;
    color: #fff !important;
    transform: scale(0.94);
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

/* Base hero image styling */
.hero-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Desktop version visible by default */
.hero-desktop {
    display: block;
}

/* Mobile version hidden by default */
.hero-mobile {
    display: none;
}

/* Switch images on small screens */
@media (max-width: 768px) {
    .hero-desktop {
        display: none;
    }
    .hero-mobile {
        display: block;
    }
}

.footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* -----------------------------------------------------------
   PURCHASE BOX (restored from V8)
----------------------------------------------------------- */

.purchase-box {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.price-display {
  font-size: 1.8rem;
}

.btn-buy {
  background-color: #ffcc00;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 6px;
  border: none;
  display: inline-block;
  text-decoration: none;
}

.btn-buy:hover {
  background-color: #e6b800;
  color: #000;
}

.payment-img {
  max-width: 100%;
  height: auto;
  opacity: 0.95;
}
