/*
Theme Name: NetTVCloud
Theme URI: https://nettvcloud.example.com
Author: NetTVCloud
Author URI: https://nettvcloud.example.com
Description: Premium single-page landing theme for NetTVCloud — TV & Internet availability lead generation. Fully customizable via WordPress Customizer. Lightweight, responsive, conversion-focused.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nettvcloud
Tags: one-page, landing-page, custom-colors, custom-logo, custom-menu, responsive
*/

/* =========================================================
   Design Tokens
   ========================================================= */
:root {
  --radius: 14px;
  --bg: #fbfbfd;
  --fg: #0e1320;
  --card: #ffffff;
  --muted: #f3f4f9;
  --muted-fg: #5b6478;
  --border: #e6e8ef;

  --primary: #1f2a5c;
  --primary-glow: #4a5fc1;
  --primary-fg: #ffffff;

  --accent: #ff7a2e;
  --accent-2: #ff5a1f;
  --accent-fg: #1a0f00;

  --success: #16a673;

  --grad-hero: radial-gradient(ellipse at top left, rgba(74,95,193,0.45), transparent 60%),
               radial-gradient(ellipse at bottom right, rgba(255,122,46,0.30), transparent 60%),
               linear-gradient(135deg, #131a3d 0%, #1f2a5c 100%);
  --grad-accent: linear-gradient(135deg, #ff7a2e, #ff5a1f);
  --grad-primary: linear-gradient(135deg, #1f2a5c, #4a5fc1);
  --grad-soft: linear-gradient(180deg, #fbfbfd, #eef0f8);

  --shadow-card: 0 4px 24px -8px rgba(31,42,92,0.15);
  --shadow-elegant: 0 20px 60px -20px rgba(31,42,92,0.35);
  --shadow-glow: 0 0 60px -10px rgba(255,122,46,0.6);
}

/* =========================================================
   Reset & Base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-gradient {
  background: var(--grad-accent);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; font-weight: 600; border-radius: 999px;
  padding: 14px 28px; transition: all .3s ease; cursor: pointer;
  border: 0; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-accent {
  background: var(--grad-accent); color: var(--accent-fg);
  box-shadow: var(--shadow-elegant);
}
.btn-accent:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); }
.btn-outline-light {
  border: 2px solid rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.05);
  backdrop-filter: blur(6px);
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-xl { padding: 20px 36px; font-size: 18px; }

@keyframes glow-pulse {
  0%,100% { box-shadow: 0 0 30px -5px rgba(255,122,46,.5); }
  50% { box-shadow: 0 0 50px 0 rgba(255,122,46,.85); }
}
.glow { animation: glow-pulse 2.5s ease-in-out infinite; }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; font-family: 'Plus Jakarta Sans', sans-serif; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center; color: #fff;
  background: var(--grad-primary); box-shadow: var(--shadow-card);
}
.nav-links { display: none; gap: 32px; font-size: 14px; color: var(--muted-fg); font-weight: 500; }
.nav-links a:hover { color: var(--fg); }
@media (min-width: 860px) { .nav-links { display: flex; } }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-hero); color: #fff;
  padding: 90px 0 60px;
}
.hero::before, .hero::after {
  content: ""; position: absolute; width: 380px; height: 380px;
  border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.hero::before { background: rgba(74,95,193,.4); top: -120px; left: -120px; }
.hero::after  { background: rgba(255,122,46,.35); bottom: -120px; right: -80px; }
.hero-inner { position: relative; max-width: 820px; margin: 0 auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05);
  backdrop-filter: blur(6px); color: rgba(255,255,255,.9);
}
.hero h1 {
  font-size: clamp(36px, 6vw, 70px); margin-top: 22px; font-weight: 800;
}
.hero .lead {
  margin-top: 22px; font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,.78); max-width: 640px; margin-left: auto; margin-right: auto;
}
.benefit-list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 28px;
}
.benefit-list li { display: flex; align-items: center; gap: 8px; font-size: 15px; color: rgba(255,255,255,.92); }
.check-dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(22,166,115,.2); color: var(--success);
  display: grid; place-items: center; font-weight: 900; font-size: 13px;
}
.hero-cta { margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.hero-note { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,.55); }

.wave { display: block; width: 100%; height: 70px; fill: var(--bg); }

@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: fade-up .7s ease-out both; }

/* =========================================================
   Section header
   ========================================================= */
.section { padding: 90px 0; }
.section-soft { background: var(--grad-soft); }
.section-header { max-width: 680px; margin: 0 auto 60px; text-align: center; }
.section-header .kicker {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 12px;
}
.section-header h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; }
.section-header p { margin-top: 14px; color: var(--muted-fg); font-size: 17px; }

/* =========================================================
   Cards Grid
   ========================================================= */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

.feature-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 22px; padding: 32px; box-shadow: var(--shadow-card);
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-elegant); }
.feature-card .icon-box {
  width: 58px; height: 58px; border-radius: 16px;
  background: var(--grad-primary); color: #fff;
  display: grid; place-items: center; margin-bottom: 22px;
  box-shadow: var(--shadow-card);
}
.feature-card .icon-box svg { width: 26px; height: 26px; }
.feature-card h3 { font-size: 20px; }
.feature-card p { margin-top: 10px; color: var(--muted-fg); }

/* Who Should Call */
.audience { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .audience { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .audience { grid-template-columns: repeat(3, 1fr); } }
.audience-card {
  display: flex; gap: 16px; background: var(--card);
  border: 1px solid var(--border); border-radius: 18px; padding: 22px;
  transition: all .3s;
}
.audience-card:hover { border-color: rgba(255,122,46,.4); box-shadow: var(--shadow-card); }
.audience-card .ico {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,122,46,.12); color: var(--accent);
  display: grid; place-items: center; transition: all .3s;
}
.audience-card:hover .ico { background: var(--grad-accent); color: var(--accent-fg); }
.audience-card h4 { font-size: 16px; margin: 0; font-weight: 700; }
.audience-card p { margin-top: 6px; font-size: 14px; color: var(--muted-fg); }
.center-cta { display: flex; justify-content: center; margin-top: 40px; }

/* How It Works */
.steps { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 50px; position: relative; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { text-align: center; position: relative; }
.step-circle {
  width: 96px; height: 96px; margin: 0 auto 22px; border-radius: 50%;
  background: var(--grad-primary); color: #fff;
  display: grid; place-items: center; position: relative;
  box-shadow: var(--shadow-elegant); transition: transform .3s;
}
.step:hover .step-circle { transform: scale(1.08); }
.step-circle svg { width: 38px; height: 38px; }
.step-badge {
  position: absolute; top: -6px; right: -6px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--grad-accent); color: var(--accent-fg);
  display: grid; place-items: center; font-weight: 800; font-size: 14px;
  box-shadow: var(--shadow-card);
}
.step h3 { font-size: 20px; }
.step p { margin-top: 8px; color: var(--muted-fg); max-width: 280px; margin-left: auto; margin-right: auto; }

/* Benefits */
.benefits-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .benefits-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }
.benefit-card {
  position: relative; overflow: hidden;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 18px; padding: 26px; transition: all .3s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-elegant); }
.benefit-card .ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--grad-primary); color: #fff;
  display: grid; place-items: center; margin-bottom: 14px;
  box-shadow: var(--shadow-card); transition: transform .3s;
}
.benefit-card:hover .ico { transform: rotate(6deg); }
.benefit-card h4 { font-size: 17px; margin: 0; }
.benefit-card p { margin-top: 6px; font-size: 14px; color: var(--muted-fg); }
.benefit-card.cta-card {
  background: var(--grad-primary); color: #fff; border: 0;
  display: flex; flex-direction: column; justify-content: space-between;
}
.benefit-card.cta-card p { color: rgba(255,255,255,.78); margin-top: 8px; }

/* CTA Banner */
.cta-banner {
  position: relative; overflow: hidden;
  background: var(--grad-hero); color: #fff;
  border-radius: 28px; padding: 60px 36px; box-shadow: var(--shadow-elegant);
}
.cta-banner::before, .cta-banner::after {
  content:""; position:absolute; width:320px; height:320px; border-radius:50%; filter: blur(80px);
}
.cta-banner::before { background: rgba(255,122,46,.35); top:-120px; right:-80px; }
.cta-banner::after  { background: rgba(74,95,193,.35); bottom:-120px; left:-80px; }
.cta-banner .inner { position: relative; max-width: 640px; }
.cta-banner h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; }
.cta-banner p { margin-top: 18px; color: rgba(255,255,255,.82); font-size: 18px; }
.cta-banner .row { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.cta-banner .row small { color: rgba(255,255,255,.6); }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px;
  box-shadow: var(--shadow-card); overflow: hidden;
}
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-weight: 600; font-size: 16px; color: var(--fg);
  padding: 22px 24px; display: flex; align-items: center; justify-content: space-between;
  font-family: inherit;
}
.faq-q .chev { transition: transform .3s; flex-shrink: 0; margin-left: 16px; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s ease;
  padding: 0 24px; color: var(--muted-fg);
}
.faq-item.open .faq-a { padding: 0 24px 22px; max-height: 400px; }

/* Final CTA */
.final-cta {
  background: var(--grad-primary); color: #fff; text-align: center;
  padding: 110px 0; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: .06;
  background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 24px 24px;
}
.final-cta h2 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; }
.final-cta p { margin-top: 22px; font-size: clamp(16px,2vw,20px); color: rgba(255,255,255,.78); max-width: 640px; margin-left:auto; margin-right:auto; }
.big-call {
  display: inline-flex; align-items: center; gap: 18px;
  margin-top: 44px; padding: 24px 40px; border-radius: 999px;
  background: var(--grad-accent); color: var(--accent-fg);
  font-size: clamp(18px, 2.4vw, 26px); font-weight: 800;
  box-shadow: var(--shadow-elegant); transition: transform .3s;
}
.big-call:hover { transform: scale(1.04); }
.big-call .ico-circle {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.25); backdrop-filter: blur(4px);
  display: grid; place-items: center;
}
.final-note { margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.6); }

/* Footer */
.site-footer { background: #0e1320; color: rgba(255,255,255,.85); padding: 64px 0 32px; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 820px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-grid h4 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.footer-grid p, .footer-grid li { font-size: 14px; color: rgba(255,255,255,.6); }
.footer-grid a:hover { color: var(--accent); }
.footer-grid .phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-weight: 700; font-size: 18px; }
.footer-grid .phone:hover { color: var(--accent); }
.footer-disclaimer {
  margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1);
  font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.7; max-width: 1100px;
}
.footer-copy { margin-top: 22px; font-size: 12px; color: rgba(255,255,255,.4); }

/* Floating call button */
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(255,122,46,.7); }
  70% { box-shadow: 0 0 0 24px rgba(255,122,46,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,122,46,0); }
}
.floating-call {
  position: fixed; right: 22px; bottom: 22px; z-index: 50;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 22px; border-radius: 999px;
  background: var(--grad-accent); color: var(--accent-fg);
  font-weight: 800; box-shadow: var(--shadow-elegant);
  animation: pulse-ring 2s cubic-bezier(.4,0,.6,1) infinite;
  transition: transform .3s;
}
.floating-call:hover { transform: scale(1.05); }
.floating-call svg { width: 22px; height: 22px; }
.floating-call .num { display: none; }
@media (min-width: 520px) { .floating-call .num { display: inline; } }
