﻿:root {
      --primary: #D80621;
      --secondary: #0EA5E9;
      --trust: #0F766E;
      --warm-bg: #FFF7ED;
      --white: #FFFFFF;
      --light-slate: #F8FAFC;
      --gray-zone: #F1F5F9;
      --text-dark: #111827;
      --text-muted: #475569;
      --text-light: #64748B;
      --border-soft: rgba(15,23,42,.10);
      --shadow-soft: rgba(15,23,42,.05);
      --promo: #F97316;
      --accent: rgb(59,130,246);
    }

    *,*::before,*::after{box-sizing:border-box;}
    html{width:100%;overflow-x:hidden;scroll-behavior:smooth;}
    body{width:100%;margin:0;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--warm-bg);color:var(--text-dark);line-height:1.5;}
    img{max-width:100%;height:auto;}

    
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      width:100%;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(15,23,42,.10);
    }
    .header-inner{
      width:min(1200px, calc(100% - 32px));
      min-height:72px;
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      max-width:100%;
      text-decoration:none;
      flex-shrink:0;
    }
    .logo img{
      display:block;
      height:40px;
      width:auto;
      max-width:150px;
      object-fit:contain;
      flex-shrink:0;
    }
    .logo span{
      display:inline-block;
      font-size:18px;
      font-weight:800;
      line-height:1.2;
      color:#111827;
      white-space:nowrap;
      max-width:180px;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .desktop-nav-wrap{
      flex:1 1 auto;
      min-width:0;
      display:flex;
      justify-content:flex-end;
      overflow:hidden;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      max-width:100%;
      overflow-x:auto;
      overflow-y:hidden;
      -webkit-overflow-scrolling:touch;
      scrollbar-width:none;
      white-space:nowrap;
    }
    .desktop-nav::-webkit-scrollbar{display:none;}
    .desktop-nav a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 13px;
      border-radius:999px;
      color:#475569;
      text-decoration:none;
      font-size:14px;
      font-weight:700;
      line-height:1;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .desktop-nav a:hover{
      color:#111827;
      background:rgba(216,6,33,.10);
    }
    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.06);
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:5px;
      cursor:pointer;
      flex:0 0 auto;
    }
    .mobile-menu-btn span{
      display:block;
      width:20px;
      height:2px;
      border-radius:99px;
      background:#111827;
    }

    
    .mobile-nav-mask{
      position:fixed;
      inset:0;
      z-index:1100;
      background:rgba(15,23,42,.38);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .25s ease, visibility .25s ease;
    }
    .mobile-drawer{
      position:fixed;
      top:0;
      left:0;
      z-index:1110;
      width:min(86vw, 360px);
      height:100vh;
      height:100dvh;
      max-width:90vw;
      background:#FFFFFF;
      color:#111827;
      transform:translateX(-105%);
      transition:transform .28s ease;
      box-shadow:24px 0 60px rgba(15,23,42,.18);
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .drawer-head{
      min-height:76px;
      padding:16px 16px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-bottom:1px solid rgba(15,23,42,.10);
      flex:0 0 auto;
    }
    .drawer-logo{min-width:0;}
    .drawer-logo img{height:34px;max-width:120px;}
    .drawer-logo span{font-size:16px;max-width:145px;}
    .drawer-close{
      width:40px;
      height:40px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.06);
      color:#111827;
      font-size:26px;
      line-height:1;
      cursor:pointer;
      flex:0 0 auto;
    }
    .drawer-body{
      flex:1 1 auto;
      min-height:0;
      overflow-y:auto;
      overflow-x:hidden;
      -webkit-overflow-scrolling:touch;
      padding:14px;
    }
    .drawer-nav{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .drawer-nav a{
      display:flex;
      align-items:center;
      width:100%;
      min-height:48px;
      padding:13px 14px;
      border-radius:14px;
      background:rgba(15,23,42,.04);
      color:#111827;
      text-decoration:none;
      font-size:15px;
      font-weight:700;
      line-height:1.35;
      white-space:normal;
      word-break:break-word;
      overflow-wrap:anywhere;
      border:1px solid rgba(15,23,42,.10);
    }
    .drawer-nav a:hover{
      background:rgba(216,6,33,.10);
      color:#111827;
    }
    body.drawer-open{overflow:hidden;touch-action:none;}
    body.drawer-open .mobile-nav-mask{opacity:1;visibility:visible;pointer-events:auto;}
    body.drawer-open .mobile-drawer{transform:translateX(0);}

    
    .hero {
      padding: 64px 0;
      background: radial-gradient(circle at 50% 0%, rgba(216, 6, 33, 0.08) 0%, rgba(255, 247, 237, 0) 70%), var(--warm-bg);
      text-align: center;
    }
    .hero-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .hero-header {
      max-width: 800px;
      margin: 0 auto 48px;
    }
    .hero-tag {
      display: inline-block;
      padding: 6px 16px;
      background: rgba(216, 6, 33, 0.1);
      color: var(--primary);
      font-size: 14px;
      font-weight: 700;
      border-radius: 999px;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    .hero-title {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 900;
      line-height: 1.1;
      color: var(--text-dark);
      margin: 0 0 20px;
    }
    .hero-title span {
      color: var(--primary);
    }
    .hero-desc {
      font-size: clamp(16px, 2vw, 18px);
      color: var(--text-muted);
      margin-bottom: 32px;
      line-height: 1.6;
    }
    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 28px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
      cursor: pointer;
    }
    .btn-primary {
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 4px 14px rgba(216, 6, 33, 0.3);
    }
    .btn-primary:hover {
      background: #b0051a;
      transform: translateY(-2px);
    }
    .btn-secondary {
      background: var(--white);
      color: var(--text-dark);
      border: 1px solid var(--border-soft);
      box-shadow: 0 4px 10px var(--shadow-soft);
    }
    .btn-secondary:hover {
      background: var(--gray-zone);
      transform: translateY(-2px);
    }

    
    .collage-wall {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 20px;
      margin-top: 48px;
      text-align: left;
    }
    .collage-card {
      background: var(--white);
      border-radius: 20px;
      padding: 24px;
      border: 1px solid var(--border-soft);
      box-shadow: 0 10px 30px var(--shadow-soft);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .collage-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 15px 35px rgba(15,23,42,0.08);
    }
    .collage-card h4 {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: 800;
      color: var(--text-dark);
    }
    .collage-card p {
      margin: 0 0 16px 0;
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.5;
    }
    
    
    .card-living-room { grid-column: span 6; background: linear-gradient(135deg, #fff 60%, #fff2f2); }
    .card-live-tv { grid-column: span 3; border-top: 4px solid var(--primary); }
    .card-sports { grid-column: span 3; background: linear-gradient(135deg, var(--trust) 0%, #064e3b 100%); color: var(--white); }
    .card-sports h4, .card-sports p { color: var(--white); }
    .card-movies { grid-column: span 4; }
    .card-setup { grid-column: span 4; background: linear-gradient(135deg, #fff 60%, #e0f2fe); }
    .card-free-trial { grid-column: span 4; border-top: 4px solid var(--promo); }
    .card-sub { grid-column: span 5; }
    .card-support { grid-column: span 4; }
    .card-stats { grid-column: span 3; background: var(--gray-zone); display: flex; align-items: center; justify-content: center; text-align: center; }

    .card-tag {
      align-self: flex-start;
      padding: 4px 10px;
      font-size: 12px;
      font-weight: 700;
      border-radius: 6px;
      margin-bottom: 12px;
    }
    .tag-red { background: rgba(216, 6, 33, 0.1); color: var(--primary); }
    .tag-blue { background: rgba(14, 165, 233, 0.1); color: var(--secondary); }
    .tag-orange { background: rgba(249, 115, 22, 0.1); color: var(--promo); }
    .tag-green { background: rgba(15, 118, 110, 0.1); color: var(--trust); }

    .card-link {
      font-size: 14px;
      font-weight: 700;
      color: var(--primary);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: auto;
    }
    .card-link:hover {
      text-decoration: underline;
    }

    
    .compat-strip {
      grid-column: span 12;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: center;
      padding: 16px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 12px;
      border: 1px dashed var(--border-soft);
    }
    .compat-label {
      font-size: 13px;
      font-weight: 700;
      color: var(--text-light);
    }
    .compat-tag {
      padding: 4px 12px;
      background: var(--white);
      border: 1px solid var(--border-soft);
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
      color: var(--text-dark);
    }

    
    .pricing-section {
      padding: 80px 0;
      background: var(--white);
    }
    .pricing-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .pricing-header {
      text-align: center;
      max-width: 600px;
      margin: 0 auto 48px;
    }
    .pricing-header h2 {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 16px;
    }
    .pricing-header p {
      color: var(--text-muted);
    }
    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      align-items: stretch;
    }
    .pricing-card {
      background: var(--light-slate);
      border: 1px solid var(--border-soft);
      border-radius: 20px;
      padding: 40px 30px;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.3s ease;
    }
    .pricing-card.featured {
      background: var(--white);
      border: 2px solid var(--primary);
      box-shadow: 0 20px 40px rgba(216, 6, 33, 0.1);
      transform: scale(1.03);
    }
    .plan-badge {
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary);
      color: var(--white);
      padding: 6px 16px;
      font-size: 12px;
      font-weight: 800;
      border-radius: 999px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .plan-name {
      font-size: 20px;
      font-weight: 800;
      margin: 0 0 10px;
    }
    .plan-device-limit {
      font-size: 14px;
      font-weight: 700;
      color: var(--trust);
      margin-bottom: 24px;
    }
    .price-wrap {
      display: flex;
      align-items: baseline;
      gap: 4px;
      margin-bottom: 24px;
    }
    .price-currency {
      font-size: 24px;
      font-weight: 800;
    }
    .price-amount {
      font-size: 48px;
      font-weight: 900;
      line-height: 1;
    }
    .price-period {
      color: var(--text-light);
      font-size: 14px;
    }
    .plan-features {
      list-style: none;
      padding: 0;
      margin: 0 0 32px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .plan-features li {
      font-size: 14px;
      color: var(--text-muted);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .plan-features li::before {
      content: "✓";
      color: var(--primary);
      font-weight: 900;
    }
    .pricing-card .btn {
      width: 100%;
      margin-top: auto;
    }

    
    .info-section {
      padding: 80px 0;
      background: var(--warm-bg);
    }
    .info-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 48px;
      align-items: center;
    }
    .info-text h3 {
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 16px;
    }
    .info-text p {
      color: var(--text-muted);
      line-height: 1.7;
      margin-bottom: 24px;
    }
    .info-visual {
      background: var(--white);
      padding: 40px;
      border-radius: 24px;
      border: 1px solid var(--border-soft);
      box-shadow: 0 10px 30px var(--shadow-soft);
    }
    .feature-list-mini {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .feature-item-mini {
      display: flex;
      gap: 16px;
    }
    .feature-icon-mini {
      width: 48px;
      height: 48px;
      background: rgba(14, 165, 233, 0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--secondary);
      font-weight: 900;
      flex-shrink: 0;
    }

    
    .articles-section {
      padding: 80px 0;
      background: var(--light-slate);
    }
    .articles-container {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 40px;
    }
    .section-header h2 {
      font-size: 32px;
      font-weight: 800;
      margin: 0;
    }
    .articles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
    .article-card {
      background: var(--white);
      border-radius: 16px;
      border: 1px solid var(--border-soft);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 4px 20px var(--shadow-soft);
      transition: transform 0.25s ease;
    }
    .article-card:hover {
      transform: translateY(-4px);
    }
    .article-img-wrap {
      aspect-ratio: 16/10;
      background: var(--gray-zone);
      overflow: hidden;
      position: relative;
    }
    .article-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .article-meta {
      padding: 12px 16px 0;
      font-size: 12px;
      color: var(--text-light);
      display: flex;
      gap: 12px;
    }
    .article-content {
      padding: 16px;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
    }
    .article-title {
      font-size: 18px;
      font-weight: 800;
      color: var(--text-dark);
      text-decoration: none;
      margin-bottom: 8px;
      line-height: 1.4;
    }
    .article-title:hover {
      color: var(--primary);
    }
    .article-summary {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .article-footer {
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid var(--gray-zone);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .article-tag-link {
      font-size: 12px;
      font-weight: 700;
      color: var(--secondary);
      text-decoration: none;
    }

    
    .site-footer{
      position:relative;
      z-index:1;
      width:100%;
      background:#F8FAFC;
      color:#1F2937;
      padding:56px 0 24px;
      overflow:hidden;
    }
    .footer-inner{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      display:grid;
      grid-template-columns:minmax(260px,1.35fr) repeat(3, minmax(150px,1fr));
      gap:28px;
      align-items:start;
    }
    .footer-brand{min-width:0;}
    .footer-brand p{
      margin:16px 0 0;
      color:#475569;
      line-height:1.8;
      font-size:14px;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .footer-logo span{color:#111827;}
    .footer-column{min-width:0;}
    .footer-column h3{margin:0 0 14px;font-size:15px;color:#111827;}
    .footer-column ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
    .footer-column li{min-width:0;}
    .footer-column a,.footer-column span{
      display:inline;
      color:#475569;
      text-decoration:none;
      font-size:14px;
      line-height:1.55;
      white-space:normal;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .footer-column a:hover{color:#111827;}
    .footer-bottom{
      width:min(1200px, calc(100% - 32px));
      margin:32px auto 0;
      padding-top:20px;
      border-top:1px solid rgba(15,23,42,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:#64748B;
      font-size:13px;
    }
    .footer-bottom p{margin:0;min-width:0;word-break:break-word;overflow-wrap:anywhere;}
    .footer-bottom a{color:#475569;text-decoration:none;word-break:break-word;overflow-wrap:anywhere;}

    
    @media (max-width: 900px){
      .header-inner{width:min(100% - 24px, 1200px);min-height:64px;gap:12px;}
      .desktop-nav-wrap,.desktop-nav{display:none !important;}
      .mobile-menu-btn{display:inline-flex !important;}
      .logo img{height:34px;max-width:118px;}
      .logo span{font-size:16px;max-width:145px;}
      .collage-wall { grid-template-columns: repeat(2, 1fr); }
      .card-living-room { grid-column: span 2; }
      .card-live-tv { grid-column: span 1; }
      .card-sports { grid-column: span 1; }
      .card-movies { grid-column: span 1; }
      .card-setup { grid-column: span 1; }
      .card-free-trial { grid-column: span 1; }
      .card-sub { grid-column: span 1; }
      .card-support { grid-column: span 1; }
      .card-stats { grid-column: span 1; }
      .compat-strip { grid-column: span 2; }
      .pricing-grid { grid-template-columns: 1fr; gap: 30px; }
      .pricing-card.featured { transform: none; }
      .info-container { grid-template-columns: 1fr; }
      .articles-grid { grid-template-columns: 1fr 1fr; }
      .footer-inner{grid-template-columns:1fr 1fr;gap:24px;}
      .footer-brand{grid-column:1 / -1;}
      .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
    }
    @media (max-width: 640px){
      .collage-wall { grid-template-columns: 1fr; }
      .card-living-room, .card-live-tv, .card-sports, .card-movies, .card-setup, .card-free-trial, .card-sub, .card-support, .card-stats, .compat-strip { grid-column: span 1; }
      .articles-grid { grid-template-columns: 1fr; }
      .footer-inner{grid-template-columns:1fr;}
    }
    @media (max-width: 420px){
      .mobile-drawer{width:88vw;}
      .logo span{max-width:112px;}
      .drawer-logo span{max-width:118px;}
      .footer-inner,.footer-bottom{width:min(100% - 24px, 1200px);}
    }