.support-native{
      --bg-main: #07111f;
      --bg-card: #101d2b;
      --bg-soft: #17283a;
      --bg-deep: #02070d;
      --accent: #28b8f5;
      --accent-soft: #76dcff;
      --text-main: #f4f9fd;
      --text-muted: #a9bccb;
      --warning: #ffc44f;
      --danger: #ff6b6b;
      --border-subtle: #233c52;
      --shadow-heavy: 0 22px 70px rgba(0, 0, 0, 0.65);
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
    }.support-native *{
      box-sizing: border-box;
    }.support-native{
      scroll-behavior: smooth;
    }.support-native{
      margin: 0;
      min-height: 100vh;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      background:
        radial-gradient(circle at 15% 0%, rgba(40, 184, 245, 0.12), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(118, 220, 255, 0.10), transparent 25%),
        linear-gradient(180deg, #0b1a29 0%, #02070d 52%, #06101a 100%);
      color: var(--text-main);
      overflow-x: hidden;
    }.support-native::before{
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
    }.support-native a{
      color: inherit;
    }.support-native .page-shell{
      width: 100%;
      padding: 18px 14px 48px;
    }.support-native .container{
      width: min(1240px, 100%);
      margin: 0 auto;
    }.support-native .topbar{
      position: sticky;
      top: 0;
      z-index: 900;
      margin: 0 auto 18px;
      padding: 12px;
      border: 1px solid rgba(40, 184, 245, 0.12);
      border-radius: 999px;
      background: rgba(10, 15, 18, 0.76);
      backdrop-filter: blur(18px);
      box-shadow: 0 12px 38px rgba(0,0,0,0.45);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }.support-native .brand{
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: max-content;
      padding-left: 8px;
      text-decoration: none;
    }.support-native .brand-mark{
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: radial-gradient(circle at 35% 20%, #ffffff, var(--accent) 32%, #075884 72%);
      color: #03111c;
      font-weight: 900;
      box-shadow: 0 0 24px rgba(40, 184, 245, 0.28);
    }.support-native .brand-text strong{
      display: block;
      font-size: 0.92rem;
      letter-spacing: 0.08em;
      color: var(--accent-soft);
      line-height: 1.05;
    }.support-native .brand-text span{
      display: block;
      font-size: 0.74rem;
      color: var(--text-muted);
      line-height: 1.15;
    }.support-native .nav-links{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      flex-wrap: wrap;
    }.support-native .nav-links a{
      text-decoration: none;
      color: var(--text-muted);
      font-size: 0.86rem;
      padding: 8px 12px;
      border-radius: 999px;
      transition: all 0.18s ease;
    }.support-native .nav-links a:hover, .support-native .nav-links a:focus-visible{
      color: #03111c;
      background: var(--accent);
      outline: none;
    }.support-native .nav-links .nav-panel{
      color: #03111c;
      background: linear-gradient(135deg, var(--accent), var(--accent-soft));
      font-weight: 800;
      box-shadow: 0 8px 22px rgba(40, 184, 245, 0.20);
    }.support-native .nav-links .nav-panel:hover, .support-native .nav-links .nav-panel:focus-visible{
      filter: brightness(1.08);
      transform: translateY(-1px);
    }.support-native .hero{
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(40, 184, 245, 0.16);
      border-radius: var(--radius-lg);
      padding: clamp(26px, 5vw, 54px);
      background:
        radial-gradient(circle at 16% 12%, rgba(40, 184, 245, 0.24), transparent 33%),
        radial-gradient(circle at 82% 20%, rgba(118, 220, 255, 0.16), transparent 29%),
        linear-gradient(145deg, rgba(16, 31, 46, 0.98), rgba(4, 11, 18, 0.98));
      box-shadow: var(--shadow-heavy);
    }.support-native .hero::after{
      content: "";
      position: absolute;
      right: -130px;
      bottom: -180px;
      width: 430px;
      height: 430px;
      border-radius: 50%;
      border: 1px solid rgba(40, 184, 245, 0.12);
      box-shadow:
        inset 0 0 75px rgba(40, 184, 245, 0.08),
        0 0 110px rgba(40, 184, 245, 0.05);
      pointer-events: none;
    }.support-native .hero-grid{
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
      gap: clamp(22px, 4vw, 42px);
      align-items: center;
    }.support-native .eyebrow{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--accent-soft);
      background: rgba(40, 184, 245, 0.09);
      border: 1px solid rgba(40, 184, 245, 0.20);
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }.support-native h1, .support-native h2, .support-native h3, .support-native p{
      margin-top: 0;
    }.support-native h1{
      margin-bottom: 14px;
      font-size: clamp(2.25rem, 6vw, 5rem);
      line-height: 0.96;
      letter-spacing: -0.055em;
      color: #f5fbff;
      text-shadow: 0 0 32px rgba(40, 184, 245, 0.16);
    }.support-native .gradient-word{
      display: inline-block;
      color: var(--accent);
      background: linear-gradient(90deg, var(--accent), var(--accent-soft), #ffffff);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
    }.support-native .hero-subtitle{
      max-width: 720px;
      margin-bottom: 24px;
      color: var(--text-muted);
      font-size: clamp(1rem, 1.7vw, 1.18rem);
      line-height: 1.7;
    }.support-native .hero-actions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 26px;
    }.support-native .btn{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      font-size: 0.92rem;
      text-decoration: none;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }.support-native .btn-primary{
      color: #03111c;
      background: linear-gradient(135deg, var(--accent), var(--accent-soft));
      box-shadow: 0 14px 32px rgba(40, 184, 245, 0.22);
    }.support-native .btn-secondary{
      color: var(--text-main);
      background: rgba(255, 255, 255, 0.055);
      border-color: rgba(255, 255, 255, 0.10);
    }.support-native .btn-warning{
      color: #151000;
      background: linear-gradient(135deg, var(--warning), #ffe0a1);
      box-shadow: 0 12px 28px rgba(255, 196, 79, 0.14);
    }.support-native .btn:hover, .support-native .btn:focus-visible{
      transform: translateY(-2px);
      outline: none;
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36), 0 0 25px rgba(40, 184, 245, 0.18);
    }.support-native .hero-badges{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }.support-native .pill{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(15, 21, 24, 0.76);
      border: 1px solid rgba(255, 255, 255, 0.075);
      color: var(--text-muted);
      font-size: 0.84rem;
    }.support-native .spotlight-card{
      position: relative;
      padding: 20px;
      border-radius: var(--radius-md);
      background:
        linear-gradient(155deg, rgba(35, 42, 48, 0.96), rgba(12, 18, 22, 0.96)),
        radial-gradient(circle at 20% 0%, rgba(40, 184, 245, 0.12), transparent 45%);
      border: 1px solid rgba(40, 184, 245, 0.14);
      box-shadow: 0 18px 48px rgba(0,0,0,0.46);
    }.support-native .status-row{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
    }.support-native .status-dot{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #e2f7ff;
      font-size: 0.88rem;
      font-weight: 800;
    }.support-native .status-dot::before{
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 18px rgba(40, 184, 245, 0.8);
      animation: pulseDot 1.8s infinite;
    }@keyframes pulseDot{
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.35); opacity: 0.68; }
    }.support-native .mini-dashboard{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }.support-native .mini-tile{
      min-height: 110px;
      padding: 15px;
      border-radius: var(--radius-sm);
      background: rgba(7, 11, 13, 0.58);
      border: 1px solid rgba(255, 255, 255, 0.075);
    }.support-native .mini-tile strong{
      display: block;
      margin-bottom: 7px;
      color: var(--accent-soft);
      font-size: 1.02rem;
    }.support-native .mini-tile span{
      display: block;
      color: var(--text-muted);
      font-size: 0.88rem;
      line-height: 1.5;
    }.support-native .section{
      margin-top: 28px;
      padding: clamp(22px, 4vw, 34px);
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, rgba(10, 24, 37, 0.97), rgba(5, 14, 23, 0.97));
      border: 1px solid rgba(45, 57, 65, 0.92);
      box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
    }.support-native .section-header{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 22px;
    }.support-native .section-kicker{
      display: block;
      margin-bottom: 8px;
      color: var(--accent-soft);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }.support-native .section-title{
      margin-bottom: 0;
      color: #f4fbff;
      font-size: clamp(1.52rem, 3vw, 2.18rem);
      letter-spacing: -0.035em;
      line-height: 1.1;
    }.support-native .section-description{
      max-width: 760px;
      margin: 12px 0 0;
      color: var(--text-muted);
      line-height: 1.7;
      font-size: 0.98rem;
    }.support-native .window-dots{
      display: inline-flex;
      gap: 6px;
    }.support-native .window-dots span{
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255,255,255,.24);
    }.support-native .quick-grid{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }.support-native .quick-card{
      padding: 18px;
      border-radius: var(--radius-md);
      background: rgba(12, 27, 41, 0.90);
      border: 1px solid rgba(255,255,255,0.075);
    }.support-native .quick-card .icon{
      width: 44px;
      height: 44px;
      margin-bottom: 12px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(40, 184, 245, 0.12);
      color: var(--accent);
      font-size: 1.4rem;
    }.support-native .quick-card h3{
      margin-bottom: 8px;
      font-size: 1rem;
      color: #edf9ff;
    }.support-native .quick-card p{
      margin-bottom: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.55;
    }.support-native .video-toolbar{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }.support-native .search-box{
      flex: 1 1 260px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 11px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,0.055);
      border: 1px solid rgba(255,255,255,0.09);
    }.support-native .search-box input{
      width: 100%;
      border: 0;
      outline: 0;
      color: var(--text-main);
      background: transparent;
      font-size: 0.95rem;
    }.support-native .search-box input::placeholder{
      color: #87929a;
    }.support-native .filter-buttons{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }.support-native .filter-btn{
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 999px;
      padding: 9px 12px;
      color: var(--text-muted);
      background: rgba(255,255,255,0.045);
      cursor: pointer;
      font-weight: 800;
      font-size: 0.82rem;
      transition: all 0.18s ease;
    }.support-native .filter-btn:hover, .support-native .filter-btn.active{
      color: #03111c;
      background: var(--accent);
      border-color: var(--accent);
    }.support-native .videos-grid{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 18px;
    }.support-native .video-card{
      overflow: hidden;
      border-radius: var(--radius-md);
      border: 1px solid rgba(255,255,255,0.085);
      background: #0d1b29;
      box-shadow: 0 12px 28px rgba(0,0,0,0.35);
      cursor: pointer;
      transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    }.support-native .video-card:hover, .support-native .video-card:focus-within{
      transform: translateY(-5px);
      border-color: rgba(106,245,118,0.58);
      box-shadow: 0 22px 42px rgba(0,0,0,0.55), 0 0 30px rgba(106,245,118,0.09);
    }.support-native .video-thumb{
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000;
      overflow: hidden;
    }.support-native .video-thumb img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.01);
      transition: transform 0.28s ease, opacity 0.28s ease;
    }.support-native .video-card:hover .video-thumb img{
      transform: scale(1.08);
      opacity: 0.82;
    }.support-native .play-button{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(106,245,118,0.94);
      color: #03111c;
      box-shadow: 0 0 0 8px rgba(106,245,118,0.16), 0 12px 26px rgba(0,0,0,0.5);
      transition: transform 0.22s ease;
    }.support-native .video-card:hover .play-button{
      transform: translate(-50%, -50%) scale(1.10);
    }.support-native .video-label{
      position: absolute;
      left: 12px;
      top: 12px;
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(0,0,0,0.70);
      color: var(--accent-soft);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }.support-native .video-info{
      padding: 15px;
    }.support-native .video-info h3{
      margin-bottom: 8px;
      color: #eaf8ff;
      font-size: 1rem;
      line-height: 1.35;
    }.support-native .video-info p{
      margin-bottom: 12px;
      color: var(--text-muted);
      font-size: 0.86rem;
      line-height: 1.5;
    }.support-native .video-meta{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      color: #8fa9bb;
      font-size: 0.8rem;
    }.support-native .video-meta a{
      color: var(--accent);
      text-decoration: none;
      font-weight: 900;
    }.support-native .downloads-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }.support-native .download-card{
      display: flex;
      gap: 15px;
      padding: 18px;
      border-radius: var(--radius-md);
      background: rgba(12, 27, 41, 0.94);
      border: 1px solid rgba(255,255,255,0.085);
      text-decoration: none;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }.support-native .download-card:hover, .support-native .download-card:focus-visible{
      transform: translateY(-4px);
      border-color: rgba(106,245,118,0.56);
      box-shadow: 0 20px 38px rgba(0,0,0,0.45), 0 0 28px rgba(106,245,118,0.09);
      outline: none;
    }.support-native .download-icon{
      flex: 0 0 52px;
      width: 52px;
      height: 52px;
      border-radius: 17px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
      background: rgba(106,245,118,0.12);
      border: 1px solid rgba(106,245,118,0.20);
      font-size: 1.55rem;
    }.support-native .download-content{
      min-width: 0;
      flex: 1;
    }.support-native .download-content h3{
      margin-bottom: 7px;
      color: #eaf8ff;
      font-size: 1.03rem;
      line-height: 1.3;
    }.support-native .download-content p{
      margin-bottom: 14px;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.55;
    }.support-native .download-action{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border-radius: 999px;
      color: #03111c;
      background: var(--accent);
      font-size: 0.82rem;
      font-weight: 900;
    }.support-native .download-type{
      display: inline-flex;
      align-items: center;
      margin-left: 8px;
      color: var(--warning);
      font-weight: 800;
      font-size: 0.82rem;
    }.support-native .steps-grid, .support-native .channels-grid{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }.support-native .step-card, .support-native .channel-card{
      position: relative;
      min-height: 160px;
      padding: 18px;
      border-radius: var(--radius-md);
      background: rgba(12, 27, 41, 0.88);
      border: 1px solid rgba(255,255,255,0.075);
      overflow: hidden;
    }.support-native .step-card::before{
      content: attr(data-step);
      position: absolute;
      right: 15px;
      top: 8px;
      font-size: 3.4rem;
      font-weight: 1000;
      line-height: 1;
      color: rgba(106,245,118,0.08);
    }.support-native .step-card h3, .support-native .channel-card h3{
      position: relative;
      margin-bottom: 8px;
      color: #eaf8ff;
      font-size: 1rem;
    }.support-native .step-card p, .support-native .channel-card p{
      position: relative;
      margin-bottom: 0;
      color: var(--text-muted);
      font-size: 0.9rem;
      line-height: 1.55;
    }.support-native .channel-card a{
      display: inline-flex;
      margin-top: 12px;
      color: var(--accent);
      text-decoration: none;
      font-weight: 900;
      font-size: 0.9rem;
    }.support-native .footer{
      margin-top: 28px;
      padding: 22px;
      border-radius: var(--radius-lg);
      text-align: center;
      color: var(--text-muted);
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(10, 15, 18, 0.72);
    }.support-native .footer strong{
      color: var(--accent-soft);
    }.support-native .back-top{
      position: fixed;
      right: 18px;
      z-index: 1000;
      width: 58px;
      height: 58px;
      border-radius: 50%;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      background: radial-gradient(circle at 30% 20%, #ffffff, var(--accent) 35%, #0878ae 100%);
      color: #03111c;
      font-size: 1.48rem;
      box-shadow: 0 12px 30px rgba(0,0,0,0.58), 0 0 24px rgba(106,245,118,0.28);
      transition: transform 0.2s ease, filter 0.2s ease;
    }.support-native .back-top{
      bottom: 88px;
      width: 46px;
      height: 46px;
      font-size: 1.1rem;
      background: rgba(255,255,255,0.09);
      color: var(--accent-soft);
      border: 1px solid rgba(106,245,118,0.18);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
    }.support-native .back-top.visible{
      opacity: 1;
      pointer-events: auto;
    }@keyframes floatPulse{
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }.support-native .back-top:hover{
      transform: translateY(-4px) scale(1.05);
      filter: brightness(1.08);
      animation: none;
    }.support-native .video-modal{
      position: fixed;
      inset: 0;
      z-index: 5000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
      background: rgba(0,0,0,0.92);
      backdrop-filter: blur(10px);
    }.support-native .video-modal.active{
      display: flex;
    }.support-native .video-modal-content{
      width: min(1180px, 100%);
    }.support-native .modal-top{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }.support-native .modal-title{
      color: #f4fbff;
      font-weight: 900;
      font-size: clamp(1rem, 2.2vw, 1.28rem);
    }.support-native .video-modal-close{
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(106,245,118,0.44);
      background: rgba(106,245,118,0.12);
      color: #ffffff;
      font-size: 1.6rem;
      cursor: pointer;
      transition: all 0.2s ease;
    }.support-native .video-modal-close:hover{
      background: var(--accent);
      color: #03111c;
      transform: rotate(90deg);
    }.support-native .modal-frame-wrap{
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: var(--radius-md);
      overflow: hidden;
      border: 2px solid rgba(106,245,118,0.65);
      background: #000;
      box-shadow: 0 22px 70px rgba(0,0,0,0.78);
    }.support-native .video-modal iframe{
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }.support-native .empty-state{
      display: none;
      padding: 24px;
      border-radius: var(--radius-md);
      color: var(--text-muted);
      background: rgba(255,255,255,0.055);
      border: 1px dashed rgba(255,255,255,0.16);
      text-align: center;
    }@media (max-width: 980px){.support-native .hero-grid, .support-native .quick-grid, .support-native .steps-grid, .support-native .channels-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.support-native .downloads-grid{
        grid-template-columns: 1fr;
      }.support-native .topbar{
        border-radius: 24px;
        align-items: flex-start;
      }}@media (max-width: 700px){.support-native .page-shell{
        padding: 10px 10px 36px;
      }.support-native .topbar{
        position: relative;
        display: block;
        padding: 12px;
      }.support-native .nav-links{
        justify-content: flex-start;
        margin-top: 12px;
      }.support-native .nav-links a{
        padding: 8px 10px;
      }.support-native .hero, .support-native .section{
        border-radius: 20px;
      }.support-native .hero-actions .btn{
        width: 100%;
      }.support-native .mini-dashboard, .support-native .quick-grid, .support-native .steps-grid, .support-native .channels-grid{
        grid-template-columns: 1fr;
      }.support-native .section-header{
        display: block;
      }.support-native .video-toolbar{
        display: block;
      }.support-native .filter-buttons{
        margin-top: 12px;
      }.support-native .download-card{
        flex-direction: column;
      }.support-native .back-top{
        right: 20px;
        bottom: 82px;
      }}
/* ==========================================================
   XLX026 — SUPORTE SEM IA + DOWNLOADS V1
   Fonte alinhada ao painel Ao Vivo / Conectados
   ========================================================== */

body[data-page="suporte"] .hero h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
}

body[data-page="suporte"] .hero-subtitle {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

body[data-page="suporte"] .section-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
}

body[data-page="suporte"] .section-kicker {
    font-size: 11px !important;
}

body[data-page="suporte"] .section-description,
body[data-page="suporte"] .download-content p,
body[data-page="suporte"] .video-info p,
body[data-page="suporte"] .channel-card p,
body[data-page="suporte"] .mini-tile span {
    font-size: 13px !important;
    line-height: 1.5 !important;
}

body[data-page="suporte"] .download-content h3,
body[data-page="suporte"] .video-info h3,
body[data-page="suporte"] .channel-card h3,
body[data-page="suporte"] .mini-tile strong {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

body[data-page="suporte"] .download-action,
body[data-page="suporte"] .download-type {
    font-size: 11px !important;
}

/* ---- grupos de downloads ---- */

body[data-page="suporte"] .download-group {
    margin-top: 22px;
}

body[data-page="suporte"] .download-group:first-of-type {
    margin-top: 16px;
}

body[data-page="suporte"] .download-group-title {
    margin: 0 0 11px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    color: #eef8fc;
    font-size: 15px !important;
    font-weight: 800;
    letter-spacing: .01em;
}

body[data-page="suporte"] .downloads-grid {
    align-items: stretch;
}

body[data-page="suporte"] .download-card {
    min-height: 0 !important;
    padding: 14px !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

body[data-page="suporte"] .download-icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    flex: 0 0 46px !important;

    display: grid !important;
    place-items: center !important;

    border: 1px solid rgba(112,234,255,.30) !important;
    border-radius: 12px !important;

    background:
      linear-gradient(
        145deg,
        rgba(0,216,255,.12),
        rgba(33,234,160,.06)
      ) !important;

    color: #9defff !important;

    font-family:
      "Segoe UI",
      Arial,
      sans-serif !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;

    box-shadow:
      inset 0 0 14px rgba(0,216,255,.04),
      0 6px 18px rgba(0,0,0,.16) !important;
}

body[data-page="suporte"] .download-content {
    min-width: 0;
    flex: 1 1 auto;
}

body[data-page="suporte"] .download-content h3 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

body[data-page="suporte"] .download-content p {
    margin-top: 0 !important;
    margin-bottom: 9px !important;
}

body[data-page="suporte"] .download-card-legacy {
    border-color: rgba(255,196,79,.28) !important;
}

body[data-page="suporte"] .legacy-label {
    color: #ffd36b !important;
    border-color: rgba(255,196,79,.35) !important;
}

body[data-page="suporte"] .download-card-recommended {
    border-color: rgba(33,234,160,.35) !important;
}

body[data-page="suporte"] .recommended-label {
    color: #65f2b7 !important;
    border-color: rgba(33,234,160,.38) !important;
}

@media (max-width: 720px) {

    body[data-page="suporte"] .hero h1 {
        font-size: 28px !important;
    }

    body[data-page="suporte"] .section-title {
        font-size: 18px !important;
    }

    body[data-page="suporte"] .download-card {
        flex-direction: row !important;
        padding: 13px !important;
    }

    body[data-page="suporte"] .download-icon {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        flex-basis: 42px !important;
        border-radius: 11px !important;
    }
}


/* ==========================================================
   XLX026 — SUPORTE FINAL V2
   Escopo exclusivo: body[data-page="suporte"] .support-native
   ========================================================== */

body[data-page="suporte"] .support-native .support-hero-v2{
  min-height:0!important;
  padding:28px 22px 26px!important;
  text-align:center;
}

body[data-page="suporte"] .support-native .support-hero-v2 .hero-grid{
  display:block!important;
  max-width:900px!important;
  margin:0 auto!important;
}

body[data-page="suporte"] .support-native .support-hero-content{
  max-width:820px;
  margin:0 auto;
}

body[data-page="suporte"] .support-native .support-hero-v2 h1{
  margin:7px 0 9px!important;
  font-size:34px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
}

body[data-page="suporte"] .support-native .support-hero-v2 .hero-subtitle{
  max-width:760px;
  margin:0 auto 17px!important;
  font-size:14px!important;
  line-height:1.55!important;
}

body[data-page="suporte"] .support-native .support-hero-v2 .hero-actions,
body[data-page="suporte"] .support-native .support-hero-v2 .hero-badges{
  justify-content:center!important;
}

body[data-page="suporte"] .support-native .support-hero-v2 .hero-actions{
  gap:9px!important;
  margin-bottom:14px!important;
}

body[data-page="suporte"] .support-native .support-hero-v2 .hero-badges{
  gap:7px!important;
}

body[data-page="suporte"] .support-native .support-hero-v2 .pill{
  font-size:12px!important;
  padding:6px 10px!important;
}

body[data-page="suporte"] .support-native .section-title{
  font-size:18px!important;
  line-height:1.25!important;
}

body[data-page="suporte"] .support-native .section-description,
body[data-page="suporte"] .support-native .software-card p{
  font-size:13px!important;
  line-height:1.5!important;
}

body[data-page="suporte"] .support-native .download-group{
  margin-top:22px;
}

body[data-page="suporte"] .support-native .download-group-title{
  margin:0 0 11px;
  padding:0 0 8px;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:#eef8fc;
  font-size:15px!important;
  font-weight:800;
}

body[data-page="suporte"] .support-native .support-software-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch;
}

body[data-page="suporte"] .support-native .software-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0;
  min-height:0!important;
  padding:15px!important;
  gap:0!important;
  border-radius:14px!important;
  text-decoration:none!important;
}

body[data-page="suporte"] .support-native .software-card:hover{
  transform:translateY(-3px);
}

body[data-page="suporte"] .support-native .software-card-head{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:8px;
}

body[data-page="suporte"] .support-native .software-card-head h3{
  margin:0!important;
  font-size:14px!important;
  line-height:1.3!important;
}

body[data-page="suporte"] .support-native .software-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:34px;
  padding:0 7px;
  border:1px solid rgba(112,234,255,.30);
  border-radius:10px;
  color:#9defff;
  background:linear-gradient(145deg,rgba(0,216,255,.12),rgba(33,234,160,.06));
  font-size:10px;
  line-height:1;
  font-weight:900;
}

body[data-page="suporte"] .support-native .software-card>p{
  margin:0 0 11px!important;
}

body[data-page="suporte"] .support-native .software-note{
  margin:0 0 11px;
  padding:9px 10px;
  border-radius:10px;
  border:1px solid rgba(255,196,79,.16);
  background:rgba(255,196,79,.05);
}

body[data-page="suporte"] .support-native .software-note strong{
  display:block;
  margin-bottom:4px;
  color:#ffd36b;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

body[data-page="suporte"] .support-native .software-note p{
  margin:4px 0 0!important;
  font-size:12px!important;
  line-height:1.45!important;
}

body[data-page="suporte"] .support-native .software-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:auto;
}

body[data-page="suporte"] .support-native .software-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(40,184,245,.25);
  background:rgba(40,184,245,.10);
  color:#ccefff;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}

body[data-page="suporte"] .support-native .download-card-recommended{
  border-color:rgba(33,234,160,.35)!important;
}

body[data-page="suporte"] .support-native .download-card-legacy{
  border-color:rgba(255,196,79,.28)!important;
}

@media (max-width:980px){
  body[data-page="suporte"] .support-native .support-software-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:620px){
  body[data-page="suporte"] .support-native .support-hero-v2{
    padding:22px 14px 20px!important;
  }

  body[data-page="suporte"] .support-native .support-hero-v2 h1{
    font-size:28px!important;
  }

  body[data-page="suporte"] .support-native .support-hero-v2 .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  body[data-page="suporte"] .support-native .support-hero-v2 .hero-actions .btn{
    width:100%;
  }

  body[data-page="suporte"] .support-native .support-software-grid{
    grid-template-columns:1fr!important;
  }

  body[data-page="suporte"] .support-native .software-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page="suporte"] .support-native .software-actions a:only-child{
    grid-column:1/-1;
  }
}
