/* CHILLIO IPTV — USA teal/blue chill theme */
:root {
  --page-bg: #07141f;
  --page-bg-2: #0a1c2c;
  --card: #0f2436;
  --heading: #e8f4fc;
  --muted: #8babc4;
  --accent: #14b8a6;
  --accent2: #38bdf8;
  --accent3: #2dd4bf;
  --accent-soft: rgba(20, 184, 166, 0.12);
  --hero-overlay: linear-gradient(105deg, rgba(7, 20, 31, 0.92) 0%, rgba(7, 20, 31, 0.72) 48%, rgba(10, 40, 55, 0.55) 100%);
  --hero-bg: linear-gradient(145deg, #07141f 0%, #0c2740 45%, #083044 100%);
  --footer-bg: #050e16;
  --footer-text: #6b8aa3;
  --card-border: rgba(56, 189, 248, 0.14);
  --shadow: 0 2px 28px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 18px 48px rgba(20, 184, 166, 0.12);
  --nav-h: 68px;
  --logo-h: 52px;
  --radius-card: 12px;
  --radius-btn: 6px;
  --section-py: 64px;
  --font-head: "Outfit", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 15.5px;
  background: var(--page-bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(20, 184, 166, 0.14), transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(56, 189, 248, 0.1), transparent 45%),
    linear-gradient(180deg, var(--page-bg), var(--page-bg-2));
  color: var(--heading);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body[data-layout="split"] .hero.hero--split .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--accent2); text-decoration: none; }
a:hover { color: var(--accent3); }
.container { width: min(1080px, calc(100% - 4.5rem)); margin-inline: auto; }

.gradient-text {
  background: linear-gradient(92deg, #5eead4, #38bdf8 55%, #67e8f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Light-teal header — logo is teal/dark wordmark */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(232, 244, 252, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20, 184, 166, 0.22);
  box-shadow: 0 4px 20px rgba(7, 20, 31, 0.08);
}
.site-header .container {
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.brand { flex-shrink: 0; line-height: 0; display: flex; align-items: center; }
.brand-logo, .brand-logo img, picture { display: block; }
.brand img {
  height: var(--logo-h); width: auto;
  max-width: min(220px, 58vw); object-fit: contain; object-position: left center;
}
.nav-center { display: flex; flex-wrap: wrap; gap: 0.2rem 1.15rem; align-items: center; justify-content: center; }
.nav-center a { color: #0f3a4d; font-weight: 650; font-size: 0.92rem; }
.nav-center a:hover, .nav-center a.active { color: #0d9488; }
.nav-cta .btn { padding: 0.5rem 1.1rem; font-size: 0.88rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.hamburger span { width: 22px; height: 2px; background: #0f3a4d; border-radius: 2px; }
.mobile-nav {
  display: none; position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: #e8f4fc; padding: 1rem 1.15rem 1.25rem; border-bottom: 1px solid rgba(20,184,166,0.25);
  z-index: 999; flex-direction: column; gap: 0.35rem; box-shadow: var(--shadow);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { color: #0f3a4d; font-weight: 650; padding: 0.75rem 0.35rem; border-bottom: 1px solid rgba(15,58,77,0.08); }
.mobile-nav a.btn { border: 0; text-align: center; margin-top: 0.65rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  padding: 0.85rem 1.55rem; border-radius: var(--radius-btn);
  border: 2px solid transparent; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-primary {
  background: linear-gradient(90deg, #0d9488, #0284c7);
  color: #fff !important; border: 0;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.28);
}
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff !important; }
.btn-outline { background: transparent; color: var(--accent2) !important; border-color: var(--accent2); }
.btn-outline:hover { background: rgba(56, 189, 248, 0.1); }
.btn-urgent { background: #dc2626; color: #fff !important; border-color: #dc2626; }
.btn-block { width: 100%; }

.hero.hero--split {
  padding: calc(var(--nav-h) + 28px) clamp(1.25rem, 4vw, 2.5rem) 2.5rem;
  min-height: 0;
  display: flex; align-items: center;
  background-image: var(--hero-overlay), url('/images/hero-home.webp');
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.hero.hero--split > .container {
  width: min(1080px, 100%);
}
.hero-kicker {
  display: inline-block; font-size: 0.76rem; font-weight: 750; text-transform: uppercase;
  letter-spacing: 0.1em; color: #5eead4; margin-bottom: 0.85rem;
}
.hero h1 {
  font-family: var(--font-head); font-size: clamp(1.7rem, 3.6vw, 2.45rem);
  font-weight: 800; line-height: 1.12; margin-bottom: 0.85rem; letter-spacing: -0.03em;
}
.hero-lead { color: #c5d9e8; font-size: 1.02rem; margin-bottom: 1.25rem; max-width: 34rem; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.1rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.hero-stat {
  padding: 0.75rem; background: rgba(15, 36, 54, 0.72); border-radius: var(--radius-card);
  border: 1px solid var(--card-border); backdrop-filter: blur(6px);
}
.hero-stat strong { display: block; font-family: var(--font-head); font-size: 1.15rem; font-weight: 800; color: var(--accent3); }
.hero-stat span { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.hero-visual { position: relative; }
.hero-visual img, .site-photo--hero {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: 16px; border: 1px solid var(--card-border);
  box-shadow: var(--shadow-lg); aspect-ratio: 16/10;
  animation: chillFloat 7s ease-in-out infinite;
}
@keyframes chillFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-copy { animation: fadeUp 0.7s ease both; }
.pricing-card { animation: fadeUp 0.55s ease both; }
.pricing-card:nth-child(2) { animation-delay: 0.08s; }
.pricing-card:nth-child(3) { animation-delay: 0.16s; }

.section-img-wrap {
  margin: 1.5rem 0 0;
  border-radius: var(--radius-card); overflow: hidden;
  border: 1px solid var(--card-border); box-shadow: var(--shadow);
}
.section-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  aspect-ratio: 16/9; max-height: 420px;
}

.site-photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

.media-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}
.media-split--flip { grid-template-columns: 0.95fr 1.05fr; }
.media-split-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}
.media-split-visual { min-width: 0; }
.media-split + .features-grid,
.media-split + .reviews-grid,
.media-split + .depth-grid,
.media-split + .card-grid { margin-top: 1.75rem; }

.steps-stack { display: grid; gap: 0.85rem; }
.depth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.depth-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: 1.15rem 1.25rem;
}
.depth-card h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.depth-card p { color: var(--muted); font-size: 0.9rem; margin-bottom: 0.55rem; }
.depth-card p:last-child { margin-bottom: 0; }
.depth-card ul { padding-left: 1.1rem; margin: 0.4rem 0 0.65rem; color: var(--muted); font-size: 0.88rem; }
.depth-longform {
  margin-top: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  max-height: none;
  overflow: visible;
}
.depth-longform h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}
.depth-longform p { color: var(--muted); font-size: 0.88rem; margin-bottom: 0.75rem; }
.depth-more {
  margin-top: 1.25rem;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  background: rgba(15, 36, 54, 0.45);
  padding: 0.85rem 1.1rem;
}
.depth-more > summary {
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--accent3);
  list-style: none;
}
.depth-more > summary::-webkit-details-marker { display: none; }
.depth-more > summary::after { content: " +"; }
.depth-more[open] > summary::after { content: " −"; }
.depth-more[open] { padding-bottom: 1.1rem; }
.depth-grid--more { margin-top: 1rem; }
.inline-photo { margin: 1.5rem auto 0; max-width: 720px; }
.site-photo--wide { aspect-ratio: 16/9; max-height: 280px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.blog-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover { transform: translateY(-3px); }
.blog-card-media {
  display: block;
  overflow: hidden;
  background: #0a1a28;
  line-height: 0;
}
.blog-thumb {
  width: 100%;
  aspect-ratio: 16/10;
  max-height: 168px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.blog-card:hover .blog-thumb { transform: scale(1.04); }
.blog-card-body { padding: 1rem 1.15rem 1.2rem; flex: 1; display: flex; flex-direction: column; gap: 0.35rem; }
.blog-card-body h2, .blog-card-body h3 {
  font-family: var(--font-head);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.blog-card-body h2 a, .blog-card-body h3 a { color: var(--heading); }
.blog-card-body h2 a:hover, .blog-card-body h3 a:hover { color: var(--accent2); }
.blog-card-body p { color: var(--muted); font-size: 0.88rem; margin: 0; }
.blog-crumb { color: var(--muted); margin-bottom: 0.75rem; }
.article--post .container.narrow { width: min(760px, calc(100% - 3.5rem)); }
.article-image {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-card);
}

/* Reseller panels */
.reseller-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}
.info-panel {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow);
}
.info-panel--accent {
  background: linear-gradient(160deg, rgba(20,184,166,0.12), rgba(15,36,54,0.95) 45%);
  border-color: rgba(45, 212, 191, 0.28);
}
.info-panel h2 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.check-list { list-style: none; display: grid; gap: 0.95rem; }
.check-list li { display: grid; grid-template-columns: auto 1fr; gap: 0.85rem; align-items: start; }
.check-icon {
  width: 28px; height: 28px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(20,184,166,0.18); color: var(--accent3); font-weight: 800; font-size: 0.85rem;
}
.check-list strong { display: block; color: var(--heading); font-size: 0.98rem; margin-bottom: 0.15rem; }
.check-list span { color: var(--muted); font-size: 0.9rem; }
.credit-facts { display: grid; gap: 0.85rem; }
.credit-fact {
  display: grid; gap: 0.15rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: rgba(7, 20, 31, 0.45);
  border: 1px solid var(--card-border);
}
.credit-fact strong { font-family: var(--font-head); font-size: 1.05rem; color: var(--accent3); }
.credit-fact span { color: var(--muted); font-size: 0.9rem; }
.reseller-packs-title { margin: 0.5rem 0 1rem; font-family: var(--font-head); font-size: 1.35rem; }
.reseller-cta-box {
  margin-top: 2rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem;
  padding: 1.4rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(13,148,136,0.22), rgba(2,132,199,0.18));
  border: 1px solid rgba(56,189,248,0.25);
}
.reseller-cta-box h2 { font-family: var(--font-head); font-size: 1.2rem; margin-bottom: 0.35rem; }
.reseller-cta-box p { color: var(--muted); margin: 0; max-width: 36rem; }
.contact-panel {
  max-width: 560px;
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--card-border);
}
.contact-panel p { margin-bottom: 1rem; }
.contact-panel p:last-child { margin-bottom: 0; }

.section { padding: var(--section-py) 0; }
.section--alt { background: rgba(15, 36, 54, 0.45); }
.section-title {
  font-family: var(--font-head); font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800; margin-bottom: 0.5rem; text-align: center; letter-spacing: -0.02em;
}
.section-sub { color: var(--muted); text-align: center; max-width: 600px; margin: 0 auto 2rem; }

.card {
  background: var(--card); border-radius: var(--radius-card);
  border: 1px solid var(--card-border); box-shadow: var(--shadow);
  padding: 1.35rem 1.45rem; transition: border-color 0.2s, transform 0.2s;
}
.card:hover { border-color: rgba(45, 212, 191, 0.4); transform: translateY(-2px); }
.card h3 { font-family: var(--font-head); font-size: 1.02rem; font-weight: 700; margin-bottom: 0.4rem; }
.card p { color: var(--muted); font-size: 0.92rem; }
.card-grid { display: grid; gap: 20px; }
.features-grid { grid-template-columns: repeat(3, 1fr); }
.testimonials-grid, .reviews-grid { grid-template-columns: repeat(3, 1fr); }
.steps-grid { grid-template-columns: repeat(3, 1fr); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.pricing-grid--4 { grid-template-columns: repeat(4, 1fr); }
.pricing-card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--card); border-radius: var(--radius-card);
  border: 1px solid var(--card-border); padding: 1.5rem; position: relative;
}
.pricing-card.popular { border: 2px solid var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.pricing-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  color: #042f2e; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; padding: 0.35rem 0.8rem; border-radius: 4px;
}
.pricing-term { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; text-align: center; margin-bottom: 0.35rem; }
.pricing-price { font-family: var(--font-head); font-size: 2.15rem; font-weight: 800; text-align: center; margin-bottom: 0.15rem; }
.pricing-price small { font-size: 1rem; color: var(--muted); font-weight: 600; }
.pricing-monthly { text-align: center; color: var(--accent3); font-size: 0.88rem; font-weight: 700; margin-bottom: 0.35rem; }
.pricing-note { text-align: center; color: var(--muted); font-size: 0.82rem; margin-bottom: 1rem; }
.pricing-features { flex: 1; list-style: none; font-size: 0.88rem; }
.pricing-features li { padding: 0.3rem 0; padding-left: 1.2rem; position: relative; color: var(--muted); }
.pricing-features li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.pricing-features li.blank { visibility: hidden; min-height: 1.4em; }
.pricing-cta { margin-top: auto; padding-top: 1.25rem; }
.pricing-all-link { text-align: center; margin-top: 1.5rem; font-weight: 600; }

.trust-bar {
  background: var(--accent-soft); border: 1px solid var(--card-border);
  border-radius: var(--radius-card); padding: 1.35rem 1.5rem;
}
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.85rem 1.85rem; font-weight: 650; font-size: 0.9rem; }
.trust-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.5rem; text-align: center;
}
.trust-stat strong { display: block; font-family: var(--font-head); font-size: 1.6rem; color: var(--accent2); }
.trust-stat span { color: var(--muted); font-size: 0.82rem; }

.devices-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: start; margin-top: 1.5rem; }
.compat-table {
  width: 100%; border-collapse: collapse; background: var(--card);
  border-radius: var(--radius-card); border: 1px solid var(--card-border); overflow: hidden;
}
.compat-table th, .compat-table td {
  padding: 0.8rem 1rem; text-align: left; border-bottom: 1px solid var(--card-border); font-size: 0.88rem;
}
.compat-table th { background: var(--accent-soft); font-family: var(--font-head); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; }
.compat-table td { color: var(--muted); }
.compat-table tr:last-child td { border-bottom: 0; }

.review-card .review-stars { color: #fbbf24; letter-spacing: 0.05em; display: block; margin-bottom: 0.5rem; }
.review-author { margin-top: 0.75rem; color: var(--heading) !important; font-size: 0.9rem !important; }
.review-device { display: inline-block; margin-top: 0.35rem; font-size: 0.78rem; color: var(--accent3); }
.reviews-hero .reviews-summary { display: flex; gap: 1rem; align-items: center; justify-content: center; margin-top: 1rem; }
.reviews-score { font-family: var(--font-head); font-size: 3rem; font-weight: 800; color: var(--accent2); }
.reviews-score-meta { text-align: left; color: var(--muted); font-size: 0.9rem; }

.faq-list { max-width: 720px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--card-border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; color: var(--heading);
  font-family: var(--font-head); font-weight: 700; font-size: 0.98rem;
  padding: 1rem 2rem 1rem 0; cursor: pointer; position: relative;
}
.faq-q::after { content: "+"; position: absolute; right: 0; color: var(--accent2); font-size: 1.2rem; }
.faq-item.open .faq-q::after { content: "−"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 480px; }
.faq-a-inner { padding: 0 0 1rem; color: var(--muted); font-size: 0.95rem; }

.seo-depth .depth-intro { max-width: 720px; }
.seo-depth h2 { font-family: var(--font-head); font-size: clamp(1.35rem, 2.8vw, 1.85rem); margin: 0 0 0.65rem; }
.seo-depth p, .seo-depth li { color: var(--muted); margin-bottom: 0.75rem; }
.seo-depth ul { padding-left: 1.2rem; margin-bottom: 1rem; }

.cta-band {
  background: linear-gradient(135deg, #0f766e, #0369a1);
  color: #fff; text-align: center; padding: var(--section-py) 0;
}
.cta-band h2 { font-family: var(--font-head); font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 800; margin-bottom: 0.65rem; color: #fff; }
.cta-band p { color: #e0f2fe; margin-bottom: 1.25rem; max-width: 480px; margin-inline: auto; }

.trial-strip { padding: 1rem 0; background: var(--card); border-top: 1px solid var(--card-border); }
.trial-strip-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.trial-strip p { font-size: 0.95rem; color: var(--muted); margin: 0; }
.trial-strip strong { color: var(--heading); }

.footer { background: var(--footer-bg); color: var(--footer-text); padding: 2.5rem 0 1.25rem; }
.footer h4 { font-family: var(--font-head); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.65rem; color: #dbeafe; }
.footer a { color: #6b8aa3; font-size: 0.9rem; }
.footer a:hover { color: var(--accent2); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 2rem; margin-bottom: 1.5rem; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 0.35rem; }
.footer-brand img { height: 44px; width: auto; max-width: 180px; object-fit: contain; margin-bottom: 0.75rem; }
.footer-bottom { text-align: center; font-size: 0.8rem; color: #4a6780; padding-top: 1.25rem; border-top: 1px solid var(--card-border); }

.page-hero {
  padding: calc(var(--nav-h) + 36px) 0 2rem; background: var(--hero-bg);
  text-align: center; border-bottom: 1px solid var(--card-border);
}
.page-hero.page-hero--img {
  background-image: linear-gradient(rgba(7,20,31,0.78), rgba(7,20,31,0.78)), url('/images/hero-preise.webp');
  background-size: cover; background-position: center;
}
.page-hero.page-hero--reseller {
  background-image: linear-gradient(rgba(7,20,31,0.78), rgba(7,20,31,0.78)), url('/images/hero-reseller.webp');
  background-size: cover; background-position: center;
}
.page-hero.page-hero--contact {
  background-image: linear-gradient(rgba(7,20,31,0.78), rgba(7,20,31,0.78)), url('/images/hero-kontakt.webp');
  background-size: cover; background-position: center;
}
.page-hero h1 { font-family: var(--font-head); font-size: clamp(1.65rem, 3.5vw, 2.2rem); font-weight: 800; }
.page-hero p { color: var(--muted); margin-top: 0.5rem; }

.article { padding: calc(var(--nav-h) + 32px) 0 3rem; }
.article h1 { font-family: var(--font-head); font-size: clamp(1.5rem, 3.5vw, 1.95rem); font-weight: 800; margin-bottom: 1rem; }
.article h2 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; margin: 1.5rem 0 0.5rem; color: var(--heading); }
.article p, .article li { color: var(--muted); margin-bottom: 0.75rem; }
.article ul, .article ol { padding-left: 1.25rem; margin-bottom: 1rem; }
.article-hero-img { margin: 1rem 0 1.5rem; border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--card-border); }
.article-hero-img img { width: 100%; height: auto; display: block; }
.blog-meta { color: var(--accent3); font-size: 0.82rem; font-weight: 650; margin-bottom: 0.35rem; }

.sticky-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 1500;
  width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); text-decoration: none;
  transition: transform 0.2s;
}
.sticky-wa:hover { transform: scale(1.06); color: #fff; }

.offer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.72); z-index: 2000; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.offer-overlay.show { opacity: 1; pointer-events: auto; }
.offer-modal {
  position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.96);
  z-index: 2001; width: min(400px, calc(100% - 2rem)); background: var(--card);
  border-radius: 16px; box-shadow: var(--shadow-lg); padding: 1.6rem 1.5rem 1.35rem;
  opacity: 0; pointer-events: none; transition: opacity 0.25s, transform 0.25s; border: 1px solid rgba(45,212,191,0.35);
}
.offer-modal.show { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.offer-modal.urgent { border-color: #0d9488; }
.offer-modal h3 { font-family: var(--font-head); font-size: 1.35rem; font-weight: 800; margin-bottom: 0.55rem; }
.offer-modal p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.65rem; }
.offer-modal .btn { width: 100%; margin-top: 0.45rem; }
.offer-badge {
  display: inline-block; margin-bottom: 0.65rem;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: #042f2e; background: linear-gradient(90deg, #5eead4, #38bdf8); padding: 0.3rem 0.65rem; border-radius: 4px;
}
.offer-price { margin: 0.35rem 0 0.15rem !important; }
.offer-price strong { font-family: var(--font-head); font-size: 1.75rem; color: var(--heading); }
.offer-price span { color: var(--accent3); font-weight: 700; margin-left: 0.35rem; }
.offer-timer { font-size: 1rem !important; font-weight: 800; color: var(--accent3) !important; margin: 0.35rem 0 0.75rem !important; }
.offer-close {
  position: absolute; top: 0.55rem; right: 0.7rem; border: 0; background: transparent;
  color: var(--muted); font-size: 1.5rem; line-height: 1; cursor: pointer;
}
.offer-dismiss {
  display: block; width: 100%; margin-top: 0.65rem; border: 0; background: transparent;
  color: var(--muted); font-size: 0.88rem; cursor: pointer; text-decoration: underline;
}
body.offer-open { overflow: hidden; }

.nav-actions { display: flex; align-items: center; gap: 0.55rem; margin-left: auto; }
.nav-desktop { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }

@media (max-width: 1100px) { .pricing-grid--4 { grid-template-columns: repeat(2, 1fr); } .trust-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) {
  body[data-layout="split"] .hero.hero--split .container { grid-template-columns: 1fr; }
  .features-grid, .steps-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .pricing-grid--4 { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .media-split, .media-split--flip, .reseller-info-grid, .depth-grid { grid-template-columns: 1fr; }
  .nav-desktop { display: none; }
  .hamburger { display: flex; }
  .hero-grid, .split-content { grid-template-columns: 1fr; }
  .stats-grid, .steps-grid, .review-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .hero-image { max-height: 280px; }
  /* Phone/tablet: never stack two photos — hide redundant visuals */
  .desktop-only { display: none !important; }
  .hero-media { display: none !important; }
  .media-split, .media-split--flip {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .media-split-copy { order: 1; }
  .media-split-visual { order: 2; }
}
@media (max-width: 768px) {
  :root { --nav-h: 60px; --section-py: 40px; --logo-h: 40px; }
  .container { width: min(1080px, calc(100% - 1.75rem)); }
  .nav-cta { display: none; }
  .hero-stats, .features-grid, .testimonials-grid, .reviews-grid, .steps-grid, .footer-grid, .devices-layout, .trust-stats, .blog-grid, .stats-grid, .stats-grid--compact, .review-grid { grid-template-columns: 1fr; }
  .trial-strip-inner { flex-direction: column; text-align: center; }
  .trial-strip .btn { width: 100%; }
  .hero.hero--split {
    min-height: auto;
    padding: calc(var(--nav-h) + 1.1rem) 0 1.75rem;
  }
  .hero.hero--split > .container {
    width: min(1080px, calc(100% - 2rem));
  }
  .hero h1 { font-size: clamp(1.45rem, 7vw, 1.85rem); }
  .hero-lead { font-size: 0.95rem; margin-bottom: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 0.65rem; }
  .hero-actions .btn { width: 100%; }
  .reseller-cta-box { flex-direction: column; align-items: stretch; text-align: center; }
  .pricing-grid, .pricing-grid--4 { max-width: none; width: 100%; }
  .pricing-card .btn, .btn-block { min-height: 48px; }
  .section h2 { font-size: 1.35rem; }
  .site-photo { aspect-ratio: 16/10; max-height: 220px; }
  .wa-sticky {
    right: 14px; bottom: 14px;
    padding: 0.75rem 0.95rem; font-size: 0.8rem;
  }
  .offer-modal {
    width: min(400px, calc(100% - 1.25rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    top: 50%;
    padding: 1.35rem 1.15rem 1.15rem;
  }
  .blog-thumb { max-height: 150px; }
  .article-image { max-height: 220px; }
  .depth-grid { grid-template-columns: 1fr; }
  .reseller-info-grid { grid-template-columns: 1fr; }
  body.nav-open { overflow: hidden; }
  .mobile-nav {
    max-height: calc(100vh - var(--nav-h));
    overflow: auto;
  }
  .mobile-nav .btn { margin-top: 0.5rem; width: 100%; }
}

/* Compatibility layer for compact build_site markup */
.nav-wrap { height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-wrap nav.nav-desktop a { color: #0f3a4d; font-weight: 650; font-size: 0.92rem; }
.nav-wrap nav.nav-desktop a.active, .nav-wrap nav.nav-desktop a:hover { color: #0d9488; }
.logo { line-height: 0; display: flex; align-items: center; }
.eyebrow { display: inline-block; font-size: 0.76rem; font-weight: 750; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent3); margin-bottom: 0.75rem; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; width: 100%; }
.hero-media { border-radius: 16px; overflow: hidden; max-width: 100%; }
.hero-image { width: 100%; aspect-ratio: 16/11; max-height: 380px; object-fit: cover; border-radius: 16px; border: 1px solid var(--card-border); box-shadow: var(--shadow-lg); animation: chillFloat 7s ease-in-out infinite; }
.trust-line { color: #c5d9e8; font-size: 0.9rem; margin-top: 0.5rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stats-grid--compact { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; margin-top: 1rem; }
.stats-grid strong { display: block; font-family: var(--font-head); font-size: 1.6rem; color: var(--accent2); }
.stats-grid span { color: var(--muted); font-size: 0.82rem; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.steps-grid span, .steps-stack span { display: inline-block; color: var(--accent3); font-family: var(--font-head); font-weight: 800; margin-bottom: 0.35rem; }
.review-grid, .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.pricing-card.featured { border: 2px solid var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.pricing-card .price { font-family: var(--font-head); font-size: 2rem; font-weight: 800; margin: 0.35rem 0; }
.pricing-card ul { list-style: none; margin: 0.75rem 0 1rem; }
.pricing-card ul li { padding: 0.25rem 0 0.25rem 1.1rem; position: relative; color: var(--muted); font-size: 0.9rem; }
.pricing-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 2.5rem 0 1.25rem; }
.site-footer h3 { font-family: var(--font-head); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: #dbeafe; margin-bottom: 0.65rem; }
.site-footer a { display: block; color: #6b8aa3; font-size: 0.9rem; margin-bottom: 0.35rem; }
.site-footer a:hover { color: var(--accent2); }
.footer-bottom { text-align: center; font-size: 0.8rem; color: #4a6780; padding-top: 1.25rem; border-top: 1px solid var(--card-border); margin-top: 1rem; }
.wa-sticky {
  position: fixed; right: 20px; bottom: 20px; z-index: 1500;
  background: #25d366; color: #fff !important; font-weight: 700; font-size: 0.85rem;
  padding: 0.85rem 1.1rem; border-radius: 999px; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
}
.text-link { font-weight: 700; }
.section-intro { color: var(--muted); margin-bottom: 1.25rem; }
.faq-list details { border-bottom: 1px solid var(--card-border); padding: 0.85rem 0; }
.faq-list summary { cursor: pointer; font-family: var(--font-head); font-weight: 700; color: var(--heading); }
.faq-list details p { color: var(--muted); margin-top: 0.5rem; }
.seo-depth .media-split { margin-bottom: 0.5rem; }
