/* The Global Vision - Home Page Styles */

/* CSS Variables */
:root {
  --ink: #0d0d0b;
  --ink-mid: #1c1c19;
  --ink-soft: #3a3a35;
  --dust: #f5f3ef;
  --dust-mid: #ece9e3;
  --dust-dark: #d8d4cc;
  --paper: #faf9f6;
  --ember: #c8390f;
  --ember-dim: #9e2c0b;
  --gold: #b8972a;
  --rule: 1px solid rgba(13,13,11,.12);
  --rule-bold: 2px solid var(--ink);
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'DM Sans', system-ui, -apple-system, sans-serif;
  --ff-mono: 'DM Mono', monospace;
}

/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--ff-body); background: var(--paper); color: var(--ink); line-height: 1.5; -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }

/* Content Visibility for Performance */
.gv-sidebar, .gv-cat-section, .gv-trending, .gv-latest, .gv-picks, .gv-breaking { content-visibility: auto; contain-intrinsic-size: 1px 500px; }

/* Improved tap targets for mobile */
button, a, .gv-side-item, .gv-trend-mini, .gv-news-card, .gv-poll-opt {
  cursor: pointer;
  touch-action: manipulation;
}

/* Container */
.page-wrap { max-width: 1360px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .page-wrap { padding: 0 24px; } }

/* LIVE TICKER */
.gv-ticker {
  background: var(--ink);
  display: flex;
  align-items: center;
  min-height: 38px;
  height: auto;
  overflow: hidden;
  border-bottom: 3px solid var(--ember);
  position: relative;
  z-index: 10;
}
.gv-ticker-tag {
  background: var(--ember);
  color: #fff;
  font-family: var(--ff-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  padding: 0 12px;
  min-height: 38px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) { .gv-ticker-tag { padding: 0 18px; } }
.gv-ticker-sep {
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 12px solid var(--ember);
  flex-shrink: 0;
}
@media (min-width: 768px) { .gv-ticker-sep { border-left: 14px solid var(--ember); } }
.gv-ticker-track { flex: 1; overflow: hidden; padding: 0 12px; }
@media (min-width: 768px) { .gv-ticker-track { padding: 0 16px; } }
.gv-ticker-inner {
  display: inline-flex;
  gap: 32px;
  animation: gv-run 28s linear infinite;
  white-space: nowrap;
  will-change: transform;
}
@media (min-width: 768px) { .gv-ticker-inner { gap: 48px; } }
@keyframes gv-run {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.gv-ticker-inner span { font-size: 11px; font-weight: 500; color: #c8c4bb; }
@media (min-width: 768px) { .gv-ticker-inner span { font-size: 12px; } }
.gv-ticker-inner span::before {
  content: '◆';
  color: var(--ember);
  margin-right: 10px;
  font-size: 8px;
}
@media (min-width: 768px) { .gv-ticker-inner span::before { margin-right: 12px; } }

/* HERO SLIDER */
.gv-hero {
  display: flex;
  flex-direction: column;
  border-bottom: var(--rule-bold);
  background: var(--ink);
  overflow: hidden;
}
@media (min-width: 992px) {
  .gv-hero { display: grid; grid-template-columns: 1fr 300px; }
}
.gv-slide-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 640px) { .gv-slide-wrap { height: 380px; } }
@media (min-width: 992px) { .gv-slide-wrap { height: 520px; } }
.gv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  will-change: opacity;
}
.gv-slide.active { opacity: 1; }
.gv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.65) saturate(.9);
  transition: transform 5s ease;
  will-change: transform;
}
.gv-slide.active img { transform: scale(1.04); }
.gv-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 30%, rgba(13,13,11,.95) 100%);
}
.gv-slide-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px;
}
@media (min-width: 640px) { .gv-slide-body { padding: 28px 24px; } }
@media (min-width: 992px) { .gv-slide-body { padding: 36px 32px; } }
.gv-slide-eyebrow {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: .14em;
  color: var(--ember);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) { .gv-slide-eyebrow { font-size: 10px; gap: 10px; } }
.gv-slide-eyebrow::after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background: var(--ember);
}
@media (min-width: 768px) { .gv-slide-eyebrow::after { width: 40px; } }
.gv-slide-title {
  font-family: var(--ff-display);
  font-size: clamp(18px, 5vw, 32px);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  max-width: 560px;
}
@media (min-width: 768px) { .gv-slide-title { margin-bottom: 14px; } }
.gv-slide-meta {
  font-size: 9px;
  color: rgba(255,255,255,.5);
  font-family: var(--ff-mono);
  letter-spacing: .06em;
}
@media (min-width: 768px) { .gv-slide-meta { font-size: 11px; } }
.gv-slide-controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 6px;
  z-index: 10;
}
@media (min-width: 768px) { .gv-slide-controls { bottom: 24px; right: 24px; gap: 8px; } }
.gv-dot {
  width: 24px;
  height: 3px;
  background: rgba(255,255,255,.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all .2s;
  border-radius: 2px;
}
@media (min-width: 768px) { .gv-dot { width: 28px; } }
.gv-dot.on { background: var(--ember); width: 36px; }
@media (min-width: 768px) { .gv-dot.on { width: 44px; } }
.gv-hero-side {
  display: none;
  flex-direction: column;
  border-left: 1px solid rgba(255,255,255,.08);
  background: #111110;
}
@media (min-width: 992px) { .gv-hero-side { display: flex; } }
.gv-side-head {
  padding: 12px 16px;
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.35);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.gv-side-item {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .15s;
  flex: 1;
  align-items: flex-start;
}
.gv-side-item:hover { background: rgba(255,255,255,.04); }
.gv-side-thumb {
  width: 60px;
  height: 45px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1c1c19;
}
.gv-side-txt .cat {
  font-family: var(--ff-mono);
  font-size: 8px;
  letter-spacing: .1em;
  color: var(--ember);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gv-side-txt .ttl {
  font-size: 11px;
  font-weight: 500;
  color: #ccc9c2;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gv-side-txt .ago {
  font-family: var(--ff-mono);
  font-size: 9px;
  color: rgba(255,255,255,.25);
  margin-top: 4px;
}

/* SECTION LABEL */
.gv-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 768px) { .gv-label { gap: 14px; margin-bottom: 22px; } }
.gv-label-text {
  font-family: var(--ff-display);
  font-size: clamp(16px, 4vw, 19px);
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.gv-label-rule {
  flex: 1;
  height: 1px;
  background: var(--dust-dark);
}
.gv-label-link {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--ember);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .15s;
}
@media (min-width: 768px) { .gv-label-link { font-size: 10px; } }
.gv-label-link:hover { color: var(--ember-dim); }

/* MAIN CONTENT GRID */
.gv-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto;
  max-width: 1500px;
  padding: 0 16px;
}
@media (min-width: 768px) { .gv-body { gap: 40px; margin: 40px auto; padding: 0 24px; } }
@media (min-width: 992px) {
  .gv-body {
    display: grid;
    grid-template-columns: 1fr 304px;
    gap: 40px;
  }
}
.gv-main { min-width: 0; }

/* TRENDING SECTION */
.gv-trending { margin-bottom: 30px; }
@media (min-width: 768px) { .gv-trending { margin-bottom: 48px; } }
.gv-trending-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: var(--rule-bold);
}
@media (min-width: 768px) {
  .gv-trending-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 2px;
  }
}
.gv-trending-big {
  position: relative;
  height: 260px;
  overflow: hidden;
}
@media (min-width: 640px) { .gv-trending-big { height: 320px; } }
@media (min-width: 768px) { .gv-trending-big { height: 360px; } }
.gv-trending-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  will-change: transform;
}
.gv-trending-big:hover img { transform: scale(1.05); }
.gv-trending-big-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,.9) 0%, transparent 50%);
}
.gv-trending-big-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}
@media (min-width: 768px) { .gv-trending-big-body { padding: 24px; } }
.gv-fire-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--ember);
  color: #fff;
  font-family: var(--ff-mono);
  font-size: 8px;
  letter-spacing: .1em;
  padding: 3px 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) { .gv-fire-badge { font-size: 9px; padding: 4px 10px; margin-bottom: 10px; } }
.gv-trending-big h3 {
  font-family: var(--ff-display);
  font-size: clamp(16px, 4.5vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.gv-trending-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--ink);
}
.gv-trend-mini {
  background: var(--ink-mid);
  padding: 12px;
  flex: 1;
  transition: background .15s;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) { .gv-trend-mini { padding: 16px; gap: 12px; } }
.gv-trend-mini:hover { background: #252520; }
.gv-trend-mini-thumb {
  width: 60px;
  height: 45px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1c1c19;
}
@media (min-width: 768px) { .gv-trend-mini-thumb { width: 72px; height: 54px; } }
.gv-trend-mini h4 {
  font-size: 11px;
  font-weight: 500;
  color: #ccc;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) { .gv-trend-mini h4 { font-size: 12px; } }
.gv-trend-mini .ago {
  font-family: var(--ff-mono);
  font-size: 9px;
  color: rgba(255,255,255,.25);
  margin-top: 4px;
}
@media (min-width: 768px) { .gv-trend-mini .ago { margin-top: 5px; } }

/* LATEST NEWS GRID */
.gv-latest { margin-bottom: 30px; }
@media (min-width: 768px) { .gv-latest { margin-bottom: 48px; } }
.gv-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: var(--rule-bold);
  background: var(--ink);
}
@media (min-width: 640px) { .gv-news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .gv-news-grid { grid-template-columns: repeat(4, 1fr); } }
.gv-news-card {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  transition: background .15s;
  overflow: hidden;
}
.gv-news-card:hover { background: var(--dust); }
.gv-news-card .img-box {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: var(--dust-mid);
}
@media (min-width: 640px) { .gv-news-card .img-box { height: 160px; } }
.gv-news-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  will-change: transform;
}
.gv-news-card:hover .img-box img { transform: scale(1.05); }
.gv-news-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--ff-mono);
  font-size: 8px;
  letter-spacing: .1em;
  padding: 3px 8px;
  text-transform: uppercase;
}
@media (min-width: 768px) { .gv-news-cat { font-size: 9px; padding: 4px 10px; } }
.gv-news-card .body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) { .gv-news-card .body { padding: 16px; } }
.gv-news-card h3 {
  font-family: var(--ff-display);
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  margin-bottom: 8px;
}
.gv-news-card h3 a { display: block; }
.gv-news-card h3 a:hover { color: var(--ember); }
.gv-news-date {
  font-family: var(--ff-mono);
  font-size: 9px;
  color: var(--ink-soft);
  letter-spacing: .04em;
  border-top: var(--rule);
  padding-top: 8px;
}
@media (min-width: 768px) { .gv-news-date { font-size: 10px; padding-top: 10px; } }

/* EDITOR'S PICK */
.gv-picks { margin-bottom: 30px; }
@media (min-width: 768px) { .gv-picks { margin-bottom: 48px; } }
.gv-pick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border: var(--rule-bold);
  background: var(--ink);
}
@media (min-width: 640px) { .gv-pick-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .gv-pick-grid { grid-template-columns: repeat(3, 1fr); } }
.gv-pick-card {
  position: relative;
  height: 220px;
  overflow: hidden;
}
@media (min-width: 768px) { .gv-pick-card { height: 260px; } }
.gv-pick-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  will-change: transform;
}
.gv-pick-card:hover img { transform: scale(1.05); }
.gv-pick-card .grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,.88) 0%, transparent 55%);
}
.gv-pick-card .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
}
@media (min-width: 768px) { .gv-pick-card .txt { padding: 18px; } }
.gv-pick-tag {
  font-family: var(--ff-mono);
  font-size: 8px;
  letter-spacing: .1em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 768px) { .gv-pick-tag { font-size: 9px; margin-bottom: 6px; } }
.gv-pick-card h3 {
  font-family: var(--ff-display);
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}

/* BREAKING UPDATES */
.gv-breaking { margin-bottom: 30px; }
@media (min-width: 768px) { .gv-breaking { margin-bottom: 48px; } }
.gv-breaking-list { border-top: var(--rule-bold); }
.gv-breaking-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: var(--rule);
  align-items: center;
  transition: background .12s;
}
@media (min-width: 768px) { .gv-breaking-item { gap: 16px; padding: 16px 0; } }
.gv-breaking-item:hover { background: var(--dust); padding-left: 8px; }
.gv-breaking-thumb {
  width: 70px;
  height: 55px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--dust-mid);
}
@media (min-width: 768px) { .gv-breaking-thumb { width: 88px; height: 66px; } }
.gv-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--ff-mono);
  font-size: 8px;
  letter-spacing: .1em;
  color: var(--ember);
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (min-width: 768px) { .gv-live-dot { gap: 5px; font-size: 9px; margin-bottom: 5px; } }
.gv-live-dot::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ember);
  animation: gv-blink 1.1s ease-in-out infinite;
}
@media (min-width: 768px) { .gv-live-dot::before { width: 6px; height: 6px; } }
@keyframes gv-blink {
  0%,100% { opacity: 1; }
  50% { opacity: .25; }
}
.gv-breaking-item h4 {
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: 600;
  line-height: 1.45;
}
.gv-breaking-item h4 a:hover { color: var(--ember); }

/* CATEGORY SECTIONS */
.gv-cat-section { margin-bottom: 30px; }
@media (min-width: 768px) { .gv-cat-section { margin-bottom: 48px; } }
.gv-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  padding: 10px 14px;
  margin-bottom: 1px;
}
@media (min-width: 768px) { .gv-cat-head { padding: 12px 18px; } }
.gv-cat-head h2 {
  font-family: var(--ff-display);
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 700;
  color: #fff;
}
.gv-cat-head a {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: .1em;
  color: var(--ember);
  text-transform: uppercase;
}
@media (min-width: 768px) { .gv-cat-head a { font-size: 10px; } }
.gv-cat-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--ink);
  border: var(--rule-bold);
  border-top: none;
}
@media (min-width: 768px) {
  .gv-cat-body {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1px;
  }
}
.gv-cat-main {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 640px) { .gv-cat-main { height: 220px; } }
@media (min-width: 768px) { .gv-cat-main { height: 240px; } }
.gv-cat-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  will-change: transform;
}
.gv-cat-main:hover img { transform: scale(1.05); }
.gv-cat-main .grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,13,11,.85) 0%, transparent 60%);
}
.gv-cat-main h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  font-family: var(--ff-display);
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
@media (min-width: 768px) { .gv-cat-main h3 { padding: 18px; } }
.gv-cat-sub {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--ink);
}
.gv-cat-row {
  background: var(--paper);
  display: flex;
  gap: 10px;
  padding: 10px;
  flex: 1;
  transition: background .15s;
  align-items: center;
}
@media (min-width: 768px) { .gv-cat-row { gap: 12px; padding: 12px; } }
.gv-cat-row:hover { background: var(--dust); }
.gv-cat-row-thumb {
  width: 55px;
  height: 42px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--dust-mid);
}
@media (min-width: 768px) { .gv-cat-row-thumb { width: 66px; height: 50px; } }
.gv-cat-row h4 {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}
@media (min-width: 768px) { .gv-cat-row h4 { font-size: 12px; } }
.gv-cat-row .ago {
  font-family: var(--ff-mono);
  font-size: 9px;
  color: var(--ink-soft);
  margin-top: 3px;
}
@media (min-width: 768px) { .gv-cat-row .ago { font-size: 10px; margin-top: 4px; } }

/* SIDEBAR */
.gv-sidebar { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 768px) { .gv-sidebar { gap: 28px; } }
.gv-scard {
  border: var(--rule-bold);
  background: var(--paper);
  overflow: hidden;
}
.gv-scard-head {
  background: var(--ink);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) { .gv-scard-head { padding: 11px 16px; } }
.gv-scard-head h3 {
  font-family: var(--ff-display);
  font-size: clamp(13px, 3.5vw, 14px);
  font-weight: 700;
  color: #fff;
}
.gv-scard-head .icon { color: var(--ember); font-size: 13px; }
.gv-scard-body { padding: 14px; }
@media (min-width: 768px) { .gv-scard-body { padding: 16px; } }
.gv-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.gv-gal-item {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: var(--dust-mid);
}
.gv-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  will-change: transform;
}
.gv-gal-item:hover img { transform: scale(1.08); }
.gv-gal-item::after {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(13,13,11,.5);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.gv-gal-item:hover::after { opacity: 1; }

/* Weather */
.gv-weather { background: var(--ink); border: var(--rule-bold); }
.gv-weather .gv-scard-head { border-bottom: 1px solid rgba(255,255,255,.08); }
.gv-weather-body { padding: 16px; }
@media (min-width: 768px) { .gv-weather-body { padding: 18px; } }
.gv-weather-search { display: flex; gap: 8px; margin-bottom: 16px; }
.gv-weather-search input {
  flex: 1;
  padding: 8px 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-family: var(--ff-body);
  outline: none;
}
.gv-weather-search input::placeholder { color: rgba(255,255,255,.3); }
.gv-weather-search button {
  padding: 8px 14px;
  background: var(--ember);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: background .15s;
}
.gv-weather-search button:hover { background: var(--ember-dim); }
.gv-weather-display { text-align: center; color: #fff; }
.gv-weather-city { font-family: var(--ff-mono); font-size: 11px; color: rgba(255,255,255,.4); margin-bottom: 6px; letter-spacing: .06em; }
.gv-weather-temp { font-family: var(--ff-display); font-size: 42px; font-weight: 700; line-height: 1; margin-bottom: 6px; }
@media (min-width: 768px) { .gv-weather-temp { font-size: 52px; } }
.gv-weather-cond { font-size: 13px; color: rgba(255,255,255,.55); text-transform: capitalize; }

/* Quote */
.gv-quote { background: var(--ink); border: var(--rule-bold); }
.gv-quote .gv-scard-body { text-align: center; padding: 18px 16px; }
@media (min-width: 768px) { .gv-quote .gv-scard-body { padding: 22px 20px; } }
.gv-quote-mark { font-family: var(--ff-display); font-size: 42px; font-weight: 900; color: var(--ember); line-height: 1; margin-bottom: 8px; }
@media (min-width: 768px) { .gv-quote-mark { font-size: 48px; } }
.gv-quote-text { font-size: 12px; font-style: italic; color: #bbb; line-height: 1.6; margin-bottom: 10px; }
@media (min-width: 768px) { .gv-quote-text { font-size: 13px; } }
.gv-quote-by { font-family: var(--ff-mono); font-size: 9px; color: rgba(255,255,255,.3); letter-spacing: .1em; text-transform: uppercase; }
@media (min-width: 768px) { .gv-quote-by { font-size: 10px; } }

/* Most watched */
.gv-mini-list { display: flex; flex-direction: column; }
.gv-mini-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: var(--rule);
  align-items: center;
}
@media (min-width: 768px) { .gv-mini-item { gap: 12px; padding: 12px 0; } }
.gv-mini-item:last-child { border-bottom: none; padding-bottom: 0; }
.gv-mini-thumb {
  width: 60px;
  height: 48px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--dust-mid);
}
@media (min-width: 768px) { .gv-mini-thumb { width: 68px; height: 52px; } }
.gv-mini-item h6 { font-size: 11px; font-weight: 600; line-height: 1.4; }
@media (min-width: 768px) { .gv-mini-item h6 { font-size: 12px; } }
.gv-mini-item h6 a:hover { color: var(--ember); }
.gv-mini-num {
  font-family: var(--ff-display);
  font-size: 18px;
  font-weight: 900;
  color: var(--dust-dark);
  line-height: 1;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
@media (min-width: 768px) { .gv-mini-num { font-size: 20px; width: 24px; } }

/* Poll */
.gv-poll-q { font-size: 12px; color: var(--ink-soft); margin-bottom: 12px; font-weight: 500; }
@media (min-width: 768px) { .gv-poll-q { font-size: 13px; margin-bottom: 14px; } }
.gv-poll-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: var(--dust);
  border: 1px solid var(--dust-dark);
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  transition: all .15s;
  border-radius: 4px;
}
@media (min-width: 768px) { .gv-poll-opt { padding: 9px 12px; margin-bottom: 8px; font-size: 13px; } }
.gv-poll-opt:hover { background: var(--dust-dark); border-color: var(--ink); }
.gv-poll-opt input { accent-color: var(--ember); width: 16px; height: 16px; }
.gv-poll-btn {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  background: var(--ink);
  color: #fff;
  border: none;
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s;
  border-radius: 4px;
}
@media (min-width: 768px) { .gv-poll-btn { font-size: 11px; } }
.gv-poll-btn:hover { background: var(--ember); }

/* Trending Tags */
.gv-trending-tags {
  border: var(--rule-bold);
  background: var(--paper);
  overflow: hidden;
}
.gv-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
}
@media (min-width: 768px) { .gv-tags-cloud { gap: 10px; padding: 20px; } }
.gv-tag {
  padding: 6px 12px;
  background: var(--dust);
  border-radius: 30px;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink);
  transition: all 0.2s ease;
  border: 1px solid var(--dust-dark);
}
@media (min-width: 768px) { .gv-tag { padding: 8px 16px; font-size: 12px; } }
.gv-tag:hover {
  background: var(--ember);
  color: white;
  border-color: var(--ember);
  transform: translateY(-2px);
}

/* Social Connect */
.gv-social {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border: var(--rule-bold);
}
.gv-social .gv-scard-head h3,
.gv-social .gv-scard-head .icon { color: white; }
.gv-social-icons {
  display: flex;
  justify-content: space-around;
  padding: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) { .gv-social-icons { padding: 20px; } }
.gv-social-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media (min-width: 768px) { .gv-social-icon { width: 48px; height: 48px; } }
.gv-social-icon i { font-size: 18px; color: white; }
@media (min-width: 768px) { .gv-social-icon i { font-size: 22px; } }
.gv-social-icon:hover {
  transform: translateY(-3px);
  background: var(--ember);
}

/* Recent Comments */
.gv-comments-list {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) { .gv-comments-list { padding: 20px; gap: 15px; } }
.gv-comment-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: var(--dust);
  border-radius: 12px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) { .gv-comment-item { gap: 12px; padding: 12px; } }
.gv-comment-item:hover { background: #fef2f2; }
.gv-comment-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}
@media (min-width: 768px) { .gv-comment-avatar { width: 40px; height: 40px; font-size: 16px; } }
.gv-comment-content { flex: 1; }
.gv-comment-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
@media (min-width: 768px) { .gv-comment-name { font-size: 12px; margin-bottom: 4px; } }
.gv-comment-text {
  font-size: 10px;
  color: #64748b;
  line-height: 1.4;
}
@media (min-width: 768px) { .gv-comment-text { font-size: 11px; } }

/* Breaking Alert */
.gv-breaking-alert {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  border-radius: 12px;
  overflow: hidden;
  animation: pulseGlow 2s infinite;
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(220, 38, 38, 0); }
}
@media (min-width: 768px) {
  @keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(220, 38, 38, 0); }
  }
}
.gv-breaking-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) { .gv-breaking-header { gap: 12px; padding: 18px 20px; } }
.gv-breaking-icon {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blink 1s infinite;
}
@media (min-width: 768px) { .gv-breaking-icon { width: 40px; height: 40px; } }
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.gv-breaking-icon i { font-size: 16px; color: white; }
@media (min-width: 768px) { .gv-breaking-icon i { font-size: 20px; } }
.gv-breaking-header h3 {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin: 0;
  letter-spacing: 1px;
}
@media (min-width: 768px) { .gv-breaking-header h3 { font-size: 18px; } }
.gv-breaking-content { padding: 16px; }
@media (min-width: 768px) { .gv-breaking-content { padding: 20px; } }
.gv-breaking-title {
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 700;
  color: white;
  line-height: 1.4;
  margin-bottom: 10px;
}
.gv-breaking-time {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) { .gv-breaking-time { font-size: 11px; gap: 8px; } }
.gv-breaking-time i { font-size: 9px; }
@media (min-width: 768px) { .gv-breaking-time i { font-size: 10px; } }

/* Weekly Top Voted */
.gv-top-voted {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  border-radius: 12px;
  overflow: hidden;
}
.gv-voted-list {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) { .gv-voted-list { padding: 20px; gap: 15px; } }
.gv-voted-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) { .gv-voted-item { gap: 15px; padding: 12px; } }
.gv-voted-item:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: translateX(4px);
}
.gv-voted-rank { width: 32px; text-align: center; }
@media (min-width: 768px) { .gv-voted-rank { width: 40px; } }
.gv-voted-rank span { font-size: 18px; font-weight: 800; color: #ffd700; }
@media (min-width: 768px) { .gv-voted-rank span { font-size: 24px; } }
.gv-voted-rank small { font-size: 8px; color: rgba(255, 255, 255, 0.5); display: block; }
@media (min-width: 768px) { .gv-voted-rank small { font-size: 10px; } }
.gv-voted-info { flex: 1; }
.gv-voted-title {
  font-size: 11px;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
}
@media (min-width: 768px) { .gv-voted-title { font-size: 13px; margin-bottom: 6px; } }
.gv-voted-stats {
  display: flex;
  gap: 8px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
}
@media (min-width: 768px) { .gv-voted-stats { gap: 12px; font-size: 10px; } }
.gv-voted-stats i { margin-right: 3px; }
.gv-voted-votes {
  background: rgba(255, 215, 0, 0.2);
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 700;
  color: #ffd700;
  white-space: nowrap;
}
@media (min-width: 768px) { .gv-voted-votes { padding: 4px 10px; font-size: 11px; } }

/* Live Score */
.gv-live-score {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--dust-dark);
  overflow: hidden;
}
.gv-live-header {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) { .gv-live-header { padding: 15px 20px; } }
.gv-live-header h3 { color: white; font-size: 13px; font-weight: 700; margin: 0; }
@media (min-width: 768px) { .gv-live-header h3 { font-size: 15px; } }
.gv-live-badge {
  background: #dc2626;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 700;
  color: white;
  animation: livePulse 1s infinite;
}
@media (min-width: 768px) { .gv-live-badge { padding: 4px 12px; font-size: 10px; } }
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.gv-match-list { padding: 12px; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 768px) { .gv-match-list { padding: 15px; gap: 15px; } }
.gv-match-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: var(--dust);
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 640px) { .gv-match-item { flex-wrap: nowrap; } }
.gv-team { display: flex; align-items: center; gap: 8px; flex: 1; }
.gv-team-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 11px;
}
@media (min-width: 768px) { .gv-team-icon { width: 32px; height: 32px; font-size: 14px; } }
.gv-team-name { font-size: 11px; font-weight: 600; color: var(--ink); }
@media (min-width: 768px) { .gv-team-name { font-size: 12px; } }
.gv-score { font-size: 14px; font-weight: 800; color: var(--ember); margin: 0 8px; }
@media (min-width: 768px) { .gv-score { font-size: 16px; margin: 0 15px; } }
.gv-match-status {
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 12px;
  background: #dc2626;
  color: white;
  white-space: nowrap;
}
@media (min-width: 768px) { .gv-match-status { font-size: 10px; padding: 3px 10px; } }

/* Upcoming Events */
.gv-upcoming-events {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--dust-dark);
  overflow: hidden;
}
.gv-event-list { padding: 12px; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 768px) { .gv-event-list { padding: 20px; gap: 15px; } }
.gv-event-item {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: var(--dust);
  border-radius: 12px;
  transition: all 0.2s ease;
  flex-direction: column;
}
@media (min-width: 640px) { .gv-event-item { flex-direction: row; } }
.gv-event-item:hover { background: #fef2f2; transform: translateX(4px); }
.gv-event-date {
  min-width: 55px;
  text-align: center;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  padding: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (min-width: 640px) { .gv-event-date { min-width: 60px; flex-direction: column; padding: 8px; gap: 0; } }
.gv-event-day { font-size: 16px; font-weight: 800; color: white; line-height: 1; }
@media (min-width: 768px) { .gv-event-day { font-size: 20px; } }
.gv-event-month { font-size: 8px; color: rgba(255, 255, 255, 0.8); text-transform: uppercase; }
@media (min-width: 768px) { .gv-event-month { font-size: 10px; } }
.gv-event-info { flex: 1; }
.gv-event-title { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
@media (min-width: 768px) { .gv-event-title { font-size: 13px; margin-bottom: 5px; } }
.gv-event-location { font-size: 10px; color: #64748b; display: flex; align-items: center; gap: 4px; }
@media (min-width: 768px) { .gv-event-location { font-size: 11px; } }
.gv-event-location i { font-size: 9px; }
.gv-event-time { font-size: 10px; color: var(--ember); font-weight: 600; margin-top: 3px; }
@media (min-width: 768px) { .gv-event-time { font-size: 11px; margin-top: 4px; } }

/* Latest Video */
.gv-latest-video {
  background: linear-gradient(135deg, #0a0f1c, #0f1422);
  border-radius: 12px;
  overflow: hidden;
}
.gv-video-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #000;
}
.gv-video-thumb { width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s ease; }
@media (min-width: 640px) { .gv-video-thumb { height: 200px; } }
.gv-video-container:hover .gv-video-thumb { transform: scale(1.05); }
.gv-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.gv-play-btn {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.5);
}
@media (min-width: 768px) { .gv-play-btn { width: 65px; height: 65px; } }
.gv-play-btn i { font-size: 20px; color: white; margin-left: 3px; }
@media (min-width: 768px) { .gv-play-btn i { font-size: 26px; margin-left: 5px; } }
.gv-video-container:hover .gv-play-btn {
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(220, 38, 38, 0.8);
}
.gv-video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  color: white;
  backdrop-filter: blur(4px);
}
@media (min-width: 768px) { .gv-video-duration { bottom: 12px; right: 12px; padding: 4px 10px; font-size: 11px; } }
.gv-video-info { padding: 14px; }
@media (min-width: 768px) { .gv-video-info { padding: 18px; } }
.gv-video-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) { .gv-video-title { font-size: 14px; margin-bottom: 10px; } }
.gv-video-meta {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  flex-wrap: wrap;
}
@media (min-width: 768px) { .gv-video-meta { gap: 15px; font-size: 11px; } }
.gv-video-meta i { margin-right: 4px; }
.gv-video-list {
  padding: 0 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) { .gv-video-list { padding: 0 18px 18px; gap: 12px; } }
.gv-video-list-item {
  display: flex;
  gap: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) { .gv-video-list-item { gap: 12px; padding: 10px; } }
.gv-video-list-item:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: translateX(4px);
}
.gv-video-list-thumb {
  position: relative;
  width: 80px;
  height: 55px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1a1a2e;
}
@media (min-width: 768px) { .gv-video-list-thumb { width: 90px; height: 60px; } }
.gv-video-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gv-list-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(220, 38, 38, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.gv-video-list-item:hover .gv-list-play { opacity: 1; }
.gv-list-play i { font-size: 10px; color: white; margin-left: 2px; }
.gv-video-list-info { flex: 1; }
.gv-video-list-title {
  font-size: 11px;
  font-weight: 600;
  color: white;
  line-height: 1.4;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) { .gv-video-list-title { font-size: 12px; margin-bottom: 5px; } }
.gv-video-list-views { font-size: 9px; color: rgba(255, 255, 255, 0.5); }
@media (min-width: 768px) { .gv-video-list-views { font-size: 10px; } }
.gv-video-list-views i { margin-right: 3px; }

/* Newsletter & Deals */
.gv-deals-newsletter {
  background: linear-gradient(135deg, #1a1a2e, #0f172a);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.gv-deals-badge {
  position: absolute;
  top: 10px;
  right: -25px;
  background: var(--ember);
  padding: 4px 25px;
  transform: rotate(45deg);
  font-size: 9px;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}
@media (min-width: 768px) { .gv-deals-badge { top: 15px; right: -30px; padding: 5px 30px; font-size: 10px; } }
.gv-deals-header { text-align: center; padding: 20px 16px 12px; }
@media (min-width: 768px) { .gv-deals-header { padding: 25px 20px 15px; } }
.gv-deals-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  animation: floatIcon 3s ease-in-out infinite;
}
@media (min-width: 768px) { .gv-deals-icon { width: 60px; height: 60px; margin: 0 auto 15px; } }
@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.gv-deals-icon i { font-size: 24px; color: white; }
@media (min-width: 768px) { .gv-deals-icon i { font-size: 28px; } }
.gv-deals-header h3 { font-size: 16px; font-weight: 800; color: white; margin-bottom: 6px; }
@media (min-width: 768px) { .gv-deals-header h3 { font-size: 20px; margin-bottom: 8px; } }
.gv-deals-header p { font-size: 11px; color: rgba(255, 255, 255, 0.7); }
@media (min-width: 768px) { .gv-deals-header p { font-size: 12px; } }
.gv-deals-timer {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  margin: 10px 14px;
  border-radius: 12px;
}
@media (min-width: 768px) { .gv-deals-timer { gap: 15px; padding: 15px; margin: 10px 20px; border-radius: 16px; } }
.gv-timer-number { font-size: 18px; font-weight: 800; color: #ffd700; font-family: monospace; line-height: 1; }
@media (min-width: 768px) { .gv-timer-number { font-size: 24px; } }
.gv-timer-label { font-size: 8px; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; }
@media (min-width: 768px) { .gv-timer-label { font-size: 10px; } }
.gv-deals-offer {
  background: rgba(220, 38, 38, 0.15);
  margin: 12px 14px;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  border: 1px dashed rgba(220, 38, 38, 0.5);
}
@media (min-width: 768px) { .gv-deals-offer { margin: 15px 20px; padding: 15px; border-radius: 16px; } }
.gv-offer-text { font-size: 12px; font-weight: 700; color: #ffd700; margin-bottom: 4px; }
@media (min-width: 768px) { .gv-offer-text { font-size: 14px; margin-bottom: 5px; } }
.gv-offer-code {
  font-size: 14px;
  font-weight: 800;
  color: white;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 30px;
  margin-top: 6px;
}
@media (min-width: 768px) { .gv-offer-code { font-size: 18px; padding: 5px 15px; margin-top: 8px; } }
.gv-deals-form { padding: 0 14px 20px; }
@media (min-width: 768px) { .gv-deals-form { padding: 0 20px 25px; } }
.gv-deals-form input {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 12px;
  color: white;
  outline: none;
  transition: all 0.2s;
  margin-bottom: 10px;
}
@media (min-width: 768px) { .gv-deals-form input { padding: 12px 16px; font-size: 13px; margin-bottom: 12px; } }
.gv-deals-form input:focus { border-color: var(--ember); background: rgba(255, 255, 255, 0.15); }
.gv-deals-form input::placeholder { color: rgba(255, 255, 255, 0.5); }
.gv-deals-form button {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, var(--ember), var(--ember-dim));
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 768px) { .gv-deals-form button { padding: 12px; font-size: 13px; } }
.gv-deals-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}
.gv-deals-features {
  display: flex;
  justify-content: space-around;
  padding: 12px 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) { .gv-deals-features { padding: 15px 20px 25px; gap: 15px; } }
.gv-feature { text-align: center; }
.gv-feature i { font-size: 18px; color: var(--ember); margin-bottom: 4px; display: block; }
@media (min-width: 768px) { .gv-feature i { font-size: 20px; margin-bottom: 5px; } }
.gv-feature span { font-size: 9px; color: rgba(255, 255, 255, 0.6); }
@media (min-width: 768px) { .gv-feature span { font-size: 10px; } }

/* RESPONSIVE UTILITIES */
@media (max-width: 640px) { .hide-mobile { display: none; } }
@media (min-width: 641px) and (max-width: 768px) { .hide-tablet { display: none; } }
@media (min-width: 769px) { .hide-desktop { display: none; } }