/*
Theme Name: QiikTV Fresh
Theme URI: https://qiiktv.com/
Author: QiikTV
Description: Polished QiikTV starter theme for a clean WordPress installation, inspired by the approved hybrid corporate/streaming mockup. Includes sample pages, bundled branding, imagery, programming calendar, setup help and referral forms.
Version: 1.4.0
Requires at least: 7.1
Requires PHP: 7.4
Tested up to: 7.1
Text Domain: qiiktv-fresh
*/
:root{
 --navy:#0f2547;--navy2:#081a35;--blue:#1765d8;--red:#ef3146;--orange:#ff6a00;
 --soft:#f5f8fc;--soft2:#eef4fb;--muted:#667085;--line:#e4eaf2;--green:#16a36a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.q-wrap{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.site-main{min-height:55vh}
.elementor-page .site-main{max-width:none}

/* Header */
.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:60;box-shadow:0 5px 20px rgba(15,37,71,.06)}
.header-inner{min-height:94px;display:flex;align-items:center;gap:28px}
.brand{flex:0 0 175px}
.brand img{display:block;width:160px;max-height:74px;object-fit:contain}
.main-nav{flex:1;display:flex;justify-content:center;gap:23px;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.main-nav li{margin:0}
.main-nav a{font-weight:800;font-size:14px;position:relative;padding:8px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:2px;background:linear-gradient(90deg,var(--orange),var(--red));transition:right .2s ease}
.main-nav a:hover:after,.main-nav .current-menu-item>a:after{right:0}
.header-cta{background:linear-gradient(90deg,var(--orange),var(--red));color:#fff;padding:13px 20px;border-radius:12px;font-weight:800;box-shadow:0 10px 24px rgba(239,49,70,.18);white-space:nowrap}

/* Common */
.q-section{padding:72px 0}
.q-section.soft{background:var(--soft)}
.q-section.navy{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}
.q-kicker{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.q-title{font-size:clamp(40px,5vw,62px);line-height:1.03;letter-spacing:-.04em;margin:12px 0 18px}
.q-section h2{font-size:clamp(30px,4vw,42px);line-height:1.08;letter-spacing:-.025em;margin:8px 0 18px}
.q-section h3{margin-top:0}
.q-lead{font-size:19px;line-height:1.65;color:var(--muted)}
.q-center{text-align:center}
.q-btn{display:inline-block;background:linear-gradient(90deg,var(--orange),var(--red));color:#fff;padding:14px 22px;border-radius:12px;font-weight:900;border:0;cursor:pointer;box-shadow:0 10px 25px rgba(239,49,70,.13)}
.q-btn.alt{background:var(--navy);box-shadow:0 10px 25px rgba(15,37,71,.13)}
.q-btn.light{background:#fff;color:var(--navy)}
.q-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.q-note{padding:18px 20px;border-left:4px solid var(--orange);background:#fff8ec;border-radius:10px;color:#5d4800}
.q-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(15,37,71,.06);transition:transform .2s ease,box-shadow .2s ease}
.q-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,37,71,.10)}
.q-card.dark{background:linear-gradient(145deg,var(--navy),#18375f);color:#fff;border:0}
.q-card.dark p{color:#dbe5f2}
.q-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.q-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.q-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.q-photo{display:block;width:100%;border-radius:22px;object-fit:cover;box-shadow:0 18px 50px rgba(15,37,71,.10)}
.q-split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.q-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.q-chip{padding:9px 13px;border-radius:999px;background:#edf4ff;color:var(--blue);font-weight:800;font-size:13px}

/* Homepage hero */
.q-hero{background:linear-gradient(90deg,#fff 0%,#f8fbff 46%,#edf4fc 100%)}
.q-hero-grid{display:grid;grid-template-columns:48% 52%;min-height:580px}
.q-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:68px 56px 68px 0}
.q-hero-copy .q-title span{color:var(--red)}
.q-checks{line-height:1.9;font-weight:600}
.q-hero-media{min-height:580px;overflow:hidden;position:relative}
.q-hero-media img{display:block;width:100%;height:100%;min-height:580px;object-fit:cover}
.q-hero-media:after{content:"";position:absolute;inset:0;box-shadow:inset 18px 0 35px rgba(255,255,255,.15);pointer-events:none}

/* Feature strip */
.q-strip{max-width:1180px;margin:-34px auto 0;position:relative;z-index:3;background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:19px;padding:24px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;box-shadow:0 20px 50px rgba(15,37,71,.2)}
.q-strip strong{display:block;margin-bottom:7px;font-size:15px}
.q-strip span{color:#d8e2f2;font-size:13px}

/* Pricing */
.q-price{font-size:50px;font-weight:900;line-height:1;margin:12px 0}.q-price small{font-size:16px;font-weight:700}
.q-plan-list{line-height:1.85;padding-left:0;list-style:none}.q-plan-list li:before{content:"✓";color:var(--red);font-weight:900;margin-right:9px}
.q-plan.featured{border:2px solid var(--blue);position:relative}
.q-ribbon{display:inline-block;background:#e9f1ff;color:var(--blue);font-size:12px;font-weight:900;border-radius:999px;padding:7px 10px}

/* Category cards */
.q-media-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 8px 25px rgba(15,37,71,.05)}
.q-media-card img{display:block;width:100%;height:175px;object-fit:cover}
.q-media-card .inside{padding:16px}.q-media-card p{color:var(--muted);font-size:14px;margin-bottom:0}

/* Inner heroes */
.q-inner-hero{background:linear-gradient(135deg,#fff,#f2f7ff);padding:70px 0}
.q-inner-hero .q-split{grid-template-columns:55% 45%}
.q-inner-hero .q-photo{height:390px}

/* Setup */
.q-step-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.q-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;text-align:center}
.q-step-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;font-weight:900}

/* Programming */
.q-schedule-card .bigmark{display:inline-block;font-weight:900;font-size:22px;padding:8px 13px;border-radius:10px;background:var(--navy);color:#fff;margin-bottom:15px}
.q-event-list{display:grid;gap:14px}
.q-event{display:flex;gap:18px;align-items:flex-start;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}
.q-event-date{min-width:84px;text-align:center;background:#eef4ff;color:var(--blue);border-radius:12px;padding:10px;font-weight:900}
.q-event h3{margin:0 0 4px}.q-event p{margin:0;color:var(--muted)}

/* Affiliate */
.q-money{font-size:50px;font-weight:900;color:var(--blue);line-height:1}
.q-affiliate-intro{font-size:18px;color:var(--muted)}
.q-terms h3{margin-top:30px}.q-terms p{color:#566274}

/* Forms */
.q-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(15,37,71,.06)}
.q-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.q-form label{display:block;font-weight:800;margin-bottom:7px}
.q-form input,.q-form textarea,.q-form select{width:100%;padding:13px 14px;border:1px solid #d7dee8;border-radius:9px;font:inherit}
.q-form textarea{min-height:130px}
.q-form .full{grid-column:1/-1}
.q-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.q-alert{padding:14px 16px;border-radius:10px;background:#eaf7f0;color:#12613f;margin-bottom:18px}

/* Page editor extra content */
.q-extra-content{padding:35px 0}.q-extra-content:empty{display:none}

/* Footer */
.site-footer{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#d8e2f2;padding:50px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}
.site-footer img{width:150px}.site-footer h3{color:#fff}.site-footer a{color:#d8e2f2}.site-footer p{line-height:1.8}

/* Responsive */
@media(max-width:900px){
 .header-inner{flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.brand{flex-basis:150px}.brand img{width:140px}
 .main-nav{order:3;flex-basis:100%;justify-content:flex-start}
 .q-hero-grid,.q-split,.q-inner-hero .q-split{grid-template-columns:1fr}
 .q-hero-copy{padding:48px 24px}.q-hero-media,.q-hero-media img{min-height:360px}.q-hero-media img{max-height:430px}
 .q-strip{margin:0;border-radius:0;grid-template-columns:1fr 1fr}
 .q-grid-4,.q-step-row{grid-template-columns:1fr 1fr}.q-grid-3{grid-template-columns:1fr}.q-grid-2{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
 .q-inner-hero .q-photo{height:320px}
}
@media(max-width:560px){
 .main-nav{gap:14px}.q-strip,.q-grid-4,.q-step-row,.footer-grid,.q-form-grid{grid-template-columns:1fr}
 .q-title{font-size:40px}.q-inner-hero{padding:50px 0}.q-form .full{grid-column:auto}
}


/* ==========================================================
   v1.3 HOME PAGE — APPROVED MOCKUP MATCH
   ========================================================== */
.home .site-header{background:#fff}
.home .header-inner{min-height:84px}
.home .brand{flex-basis:205px}
.home .brand img{width:192px;max-height:68px}
.home .main-nav{gap:31px}
.home .main-nav a{font-size:15px}
.home .header-cta{padding:14px 22px;text-transform:uppercase;font-size:13px}

.home-hero-v13{
  background:
    radial-gradient(circle at 25% 15%,rgba(23,101,216,.05),transparent 30%),
    linear-gradient(90deg,#fff 0%,#f7faff 42%,#eef4fb 100%);
  position:relative;
  overflow:hidden;
}
.home-hero-v13 .hero-grid{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:42% 58%;
  min-height:610px;
}
.home-hero-v13 .hero-copy{
  padding:52px 36px 48px 52px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.home-hero-v13 .hero-title{
  font-size:clamp(52px,5.5vw,78px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:10px 0 20px;
}
.home-hero-v13 .hero-title .dot{color:var(--red)}
.home-hero-v13 .hero-lead{font-size:20px;max-width:570px;color:#344054;margin:0 0 18px}
.home-hero-v13 .hero-stats{display:flex;gap:0;margin:8px 0 24px;flex-wrap:wrap}
.home-hero-v13 .hero-stat{display:flex;align-items:center;gap:11px;padding:4px 18px 4px 0;margin-right:18px;border-right:1px solid #dce3ed}
.home-hero-v13 .hero-stat:last-child{border-right:0}
.home-hero-v13 .stat-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--orange),var(--red))}
.home-hero-v13 .hero-stat:nth-child(2) .stat-icon{background:linear-gradient(135deg,#ff7d00,#ff3b30)}
.home-hero-v13 .hero-stat:nth-child(3) .stat-icon{background:linear-gradient(135deg,#e91e63,#8e24aa)}
.home-hero-v13 .hero-stat:nth-child(4) .stat-icon{background:linear-gradient(135deg,#5b3df5,#1765d8)}
.home-hero-v13 .hero-stat strong{display:block;font-size:15px}
.home-hero-v13 .hero-stat small{display:block;color:var(--muted);font-size:11px}
.home-hero-v13 .hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.home-hero-v13 .hero-actions .q-btn{min-width:235px;text-align:center;font-size:15px;padding:16px 24px}
.home-hero-v13 .hero-actions .q-btn.alt{background:#fff;color:var(--navy);border:1px solid #cfd7e4;box-shadow:0 10px 24px rgba(15,37,71,.07)}
.home-hero-v13 .hero-trust{display:flex;gap:34px;flex-wrap:wrap;margin-top:19px;color:#283548;font-size:13px}
.home-hero-v13 .hero-visual{position:relative;min-height:610px}
.home-hero-v13 .hero-visual>img{width:100%;height:100%;min-height:610px;object-fit:cover;display:block}
.home-hero-v13 .friend-card{
  position:absolute;
  top:82px;
  right:34px;
  width:205px;
  background:linear-gradient(160deg,#062342,#071b35);
  color:#fff;
  border-radius:20px;
  padding:24px 18px;
  box-shadow:0 22px 45px rgba(3,20,44,.28);
  text-align:center;
  z-index:3;
}
.home-hero-v13 .friend-card .mail-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:linear-gradient(135deg,var(--orange),var(--red));font-size:22px}
.home-hero-v13 .friend-card h3{font-size:21px;line-height:1.25;margin:0 0 16px;color:#fff}
.home-hero-v13 .friend-card input{width:100%;padding:13px 12px;border-radius:9px;border:0;margin-bottom:10px}
.home-hero-v13 .friend-card button{width:100%;padding:13px 10px;border:0;border-radius:9px;color:#fff;background:linear-gradient(90deg,var(--orange),var(--red));font-weight:800;cursor:pointer}
.home-hero-v13 .friend-card small{display:block;margin-top:12px;color:#cbd6e5;font-size:10px}
.home-hero-v13 .hero-bottom-bar{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-44px;
  width:min(1360px,92vw);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:linear-gradient(135deg,#082448,#071a36);
  color:#fff;
  border-radius:18px;
  padding:21px 24px;
  box-shadow:0 20px 45px rgba(7,26,54,.22);
  z-index:5;
}
.home-hero-v13 .bottom-feature{display:flex;align-items:center;gap:14px;padding:0 22px;border-right:1px solid rgba(255,255,255,.16)}
.home-hero-v13 .bottom-feature:last-child{border-right:0}
.home-hero-v13 .bottom-icon{font-size:28px;color:#ff3b52}
.home-hero-v13 .bottom-feature:nth-child(2) .bottom-icon{color:#ffad00}
.home-hero-v13 .bottom-feature:nth-child(3) .bottom-icon{color:#52db76}
.home-hero-v13 .bottom-feature:nth-child(4) .bottom-icon{color:#ff65c3}
.home-hero-v13 .bottom-feature strong{display:block;font-size:15px}
.home-hero-v13 .bottom-feature small{color:#cfd9e7}

.home-categories-v13{padding:92px 0 30px}
.home-categories-v13 h2{font-size:36px;text-align:center;margin-bottom:30px}
.home-categories-v13 h2 span{color:var(--red)}
.home-categories-v13 .cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.home-categories-v13 .cat-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(15,37,71,.06)}
.home-categories-v13 .cat-card img{width:100%;height:165px;object-fit:cover;display:block}
.home-categories-v13 .cat-card .inside{text-align:center;padding:14px 10px 16px}
.home-categories-v13 .cat-card h3{font-size:13px;text-transform:uppercase;margin:0 0 6px}
.home-categories-v13 .cat-card p{font-size:12px;color:var(--muted);margin:0}

.home-devices-v13{padding:26px 0 62px}
.home-devices-v13 .device-band{
  background:linear-gradient(135deg,#082448,#071a36);
  color:#fff;
  border-radius:16px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:1.2fr repeat(6,1fr) 1.8fr;
  gap:18px;
  align-items:center;
}
.home-devices-v13 .device-band h3{margin:0;font-size:20px}
.home-devices-v13 .device{font-size:12px;color:#d7e2f1}
.home-devices-v13 .device strong{display:block;color:#fff;font-size:12px}
.home-devices-v13 .rating{text-align:right}
.home-devices-v13 .rating .stars{color:#1fc46b;font-size:22px;letter-spacing:2px}
.home-devices-v13 .rating strong{display:block;font-size:15px}
.home-devices-v13 .rating small{color:#d7e2f1}

@media(max-width:1100px){
 .home-hero-v13 .hero-grid{grid-template-columns:48% 52%}
 .home-hero-v13 .friend-card{right:18px;width:185px}
 .home-categories-v13 .cat-grid{grid-template-columns:repeat(3,1fr)}
 .home-devices-v13 .device-band{grid-template-columns:1fr 1fr 1fr 1fr}
 .home-devices-v13 .rating{text-align:left}
}
@media(max-width:850px){
 .home-hero-v13 .hero-grid{grid-template-columns:1fr}
 .home-hero-v13 .hero-copy{padding:48px 24px 42px}
 .home-hero-v13 .hero-visual{min-height:430px}
 .home-hero-v13 .hero-visual>img{min-height:430px}
 .home-hero-v13 .friend-card{top:24px;right:24px}
 .home-hero-v13 .hero-bottom-bar{position:relative;left:auto;bottom:auto;transform:none;width:auto;margin:0;border-radius:0;grid-template-columns:1fr 1fr}
 .home-categories-v13{padding-top:50px}
}
@media(max-width:620px){
 .home-hero-v13 .hero-title{font-size:48px}
 .home-hero-v13 .hero-stats{display:grid;grid-template-columns:1fr 1fr}
 .home-hero-v13 .hero-stat{border-right:0;margin-right:0;padding-right:8px}
 .home-hero-v13 .friend-card{position:static;width:auto;margin:18px}
 .home-hero-v13 .hero-bottom-bar{grid-template-columns:1fr}
 .home-hero-v13 .bottom-feature{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);padding:13px 0}
 .home-hero-v13 .bottom-feature:last-child{border-bottom:0}
 .home-categories-v13 .cat-grid{grid-template-columns:1fr 1fr}
 .home-devices-v13 .device-band{grid-template-columns:1fr 1fr}
}


/* ==========================================================
   v1.4 PROFESSIONAL MOCKUP MATCH — DESKTOP FIRST
   ========================================================== */
html,body{overflow-x:hidden}
.home .q-wrap{max-width:1380px}
.home .site-header{background:#fff}
.home .header-inner{
  min-height:86px;
  max-width:1440px;
  margin:0 auto;
  padding-left:32px;
  padding-right:32px;
  gap:34px;
}
.home .brand{flex:0 0 210px}
.home .brand img{width:198px;max-height:70px}
.home .main-nav{
  gap:34px;
  flex-wrap:nowrap;
}
.home .main-nav a{font-size:15px;white-space:nowrap}
.home .header-cta{
  padding:15px 25px;
  font-size:13px;
  border-radius:10px;
}

/* hero */
.home-hero-v13{
  background:linear-gradient(90deg,#ffffff 0%,#f8fbff 41%,#eef4fb 100%);
  overflow:visible;
}
.home-hero-v13 .hero-grid{
  max-width:1536px;
  min-height:650px;
  grid-template-columns:43% 57%;
}
.home-hero-v13 .hero-copy{
  padding:58px 42px 64px max(50px,calc((100vw - 1440px)/2 + 32px));
}
.home-hero-v13 .hero-title{
  font-size:clamp(60px,5.45vw,84px);
  max-width:640px;
  line-height:.97;
  margin:12px 0 22px;
}
.home-hero-v13 .hero-lead{
  font-size:20px;
  line-height:1.5;
  margin-bottom:22px;
  max-width:600px;
}
.home-hero-v13 .hero-stats{
  display:grid;
  grid-template-columns:repeat(4,max-content);
  column-gap:0;
  row-gap:10px;
  margin:10px 0 26px;
}
.home-hero-v13 .hero-stat{
  padding-right:16px;
  margin-right:16px;
}
.home-hero-v13 .stat-icon{width:40px;height:40px}
.home-hero-v13 .hero-actions{gap:18px}
.home-hero-v13 .hero-actions .q-btn{
  min-width:250px;
  padding:16px 25px;
  font-size:14px;
}
.home-hero-v13 .hero-trust{
  gap:28px;
  margin-top:18px;
  font-size:13px;
}
.home-hero-v13 .hero-visual{
  min-height:650px;
}
.home-hero-v13 .hero-visual>img{
  min-height:650px;
  object-position:center center;
}
.home-hero-v13 .friend-card{
  top:84px;
  right:34px;
  width:218px;
  padding:26px 20px 22px;
}
.home-hero-v13 .friend-card h3{
  font-size:22px;
}
.home-hero-v13 .hero-bottom-bar{
  bottom:-45px;
  width:min(1390px,91vw);
  padding:23px 24px;
  border-radius:16px;
}
.home-hero-v13 .bottom-feature{
  gap:15px;
  padding:0 25px;
}
.home-hero-v13 .bottom-feature strong{font-size:15px}
.home-hero-v13 .bottom-feature small{font-size:12px}

/* entertainment cards */
.home-categories-v13{
  padding:110px 0 34px;
}
.home-categories-v13 .q-wrap{
  max-width:1410px;
}
.home-categories-v13 h2{
  font-size:38px;
  margin-bottom:32px;
}
.home-categories-v13 .cat-grid{
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}
.home-categories-v13 .cat-card{
  border-radius:15px;
  min-height:250px;
}
.home-categories-v13 .cat-card img{
  height:178px;
}
.home-categories-v13 .cat-card .inside{
  padding:15px 12px 18px;
}
.home-categories-v13 .cat-card h3{
  font-size:13px;
  line-height:1.3;
}
.home-categories-v13 .cat-card p{
  font-size:12px;
}

/* devices */
.home-devices-v13{
  padding:26px 0 68px;
}
.home-devices-v13 .q-wrap{
  max-width:1410px;
}
.home-devices-v13 .device-band{
  padding:27px 30px;
  grid-template-columns:1.35fr repeat(6,.9fr) 1.5fr;
  gap:19px;
  border-radius:15px;
}
.home-devices-v13 .device-band h3{
  font-size:21px;
  line-height:1.25;
}
.home-devices-v13 .device{
  font-size:11px;
}
.home-devices-v13 .device strong{
  font-size:12px;
  margin-bottom:2px;
}
.home-devices-v13 .rating .stars{
  font-size:20px;
}
.home-devices-v13 .rating strong{
  font-size:14px;
}

/* footer */
.home .site-footer{
  padding-top:48px;
  padding-bottom:48px;
}
.home .footer-grid{
  max-width:1410px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:42px;
}
.home .site-footer img{width:170px}

/* reduce dead space and tighten transitions */
.home-categories-v13 + .home-devices-v13{margin-top:0}
.home .site-footer{margin-top:0}

/* tablet/mobile */
@media(max-width:1200px){
  .home .main-nav{gap:20px}
  .home .brand{flex-basis:170px}
  .home .brand img{width:160px}
  .home-hero-v13 .hero-grid{grid-template-columns:47% 53%}
  .home-hero-v13 .hero-copy{padding-left:32px}
  .home-hero-v13 .hero-title{font-size:62px}
  .home-hero-v13 .hero-stats{grid-template-columns:1fr 1fr}
  .home-categories-v13 .cat-grid{grid-template-columns:repeat(3,1fr)}
  .home-devices-v13 .device-band{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:900px){
  .home .header-inner{flex-wrap:wrap}
  .home .main-nav{order:3;flex-basis:100%;justify-content:flex-start;flex-wrap:wrap}
  .home-hero-v13 .hero-grid{grid-template-columns:1fr}
  .home-hero-v13 .hero-copy{padding:48px 24px 44px}
  .home-hero-v13 .hero-title{font-size:52px}
  .home-hero-v13 .hero-visual,
  .home-hero-v13 .hero-visual>img{min-height:460px}
  .home-hero-v13 .friend-card{top:28px;right:28px}
  .home-hero-v13 .hero-bottom-bar{
    position:relative;left:auto;transform:none;bottom:auto;width:auto;margin:0;
    grid-template-columns:1fr 1fr;border-radius:0
  }
  .home-categories-v13{padding-top:56px}
}
@media(max-width:620px){
  .home-hero-v13 .hero-title{font-size:44px}
  .home-hero-v13 .hero-stats{grid-template-columns:1fr 1fr}
  .home-hero-v13 .hero-actions .q-btn{min-width:100%}
  .home-hero-v13 .friend-card{position:static;width:auto;margin:18px}
  .home-hero-v13 .hero-bottom-bar{grid-template-columns:1fr}
  .home-categories-v13 .cat-grid{grid-template-columns:1fr 1fr}
  .home-devices-v13 .device-band{grid-template-columns:1fr 1fr}
}

.header-login{font-size:14px;font-weight:700;color:var(--navy);white-space:nowrap}
@media(max-width:900px){.header-login{margin-left:auto}}
