.elementor-476 .elementor-element.elementor-element-028d6dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-dbb97a2 */:root {
  --bg: #070707;
  --bg-2: #101010;
  --bg-3: #161616;
  --card: #111111;
  --text: #f5f5f5;
  --muted: #b8b8b8;
  --soft: #8a8a8a;
  --line: rgba(255,255,255,0.08);
  --red: #e64337;
  --red-2: #e64337;
  --red-3: #b92f25;
  --white: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --max: 1240px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --text-xs: clamp(.75rem,.72rem + .2vw,.875rem);
  --text-sm: clamp(.875rem,.84rem + .25vw,1rem);
  --text-base: clamp(1rem,.96rem + .25vw,1.125rem);
  --text-lg: clamp(1.125rem,1rem + .8vw,1.45rem);
  --text-xl: clamp(1.45rem,1.2rem + 1.3vw,2.2rem);
  --text-2xl: clamp(2rem,1.5rem + 2.6vw,3.6rem);
  --text-3xl: clamp(2.6rem,1.7rem + 4vw,5.2rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 38% 100% at right center, rgba(230, 67, 55, 0.36), transparent 70%),
    linear-gradient(90deg, #070707 0%, #070707 60%, rgba(230, 67, 55, 0.10) 100%),
    #070707;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: var(--text-base);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .95rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  transition: .2s ease;
  border: 1px solid transparent;
  color: #ffffff;
}

.btn--primary {
  background: #e64337;
  color: #ffffff;
  border: 1px solid #e64337;
  box-shadow: 0 12px 30px rgba(230, 67, 55, .28);
}

.btn--primary:hover {
  transform: translateY(-2px);
  background: #d73a2f;
  border-color: #d73a2f;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(230, 67, 55, .38);
}

.btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.22);
}

.btn--secondary:hover {
  background: rgba(255,255,255,.04);
  color: #ffffff;
  border-color: #e64337;
}

.hero {
  padding: var(--space-20) 0 var(--space-16);
  position: relative;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: .42rem .85rem;
  border: 1px solid rgba(230,67,55,.35);
  background: rgba(230,67,55,.10);
  color: #ffb3ad;
  border-radius: 999px;
  font-size: var(--text-sm);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: var(--text-2xl);
  line-height: 1.0;
  margin: 0 0 1rem;
  max-width: ch;
}

.hero p {
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 1.5rem;
}

.hero__actions {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hero__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero__links a {
  color: #ffb3ad;
  font-size: var(--text-sm);
  font-weight: 600;
}

.hero__links a:hover {
  color: #ffffff;
}

.hero__panel {
  display: grid;
  gap: 1rem;
}

.glass-card {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem;
}

.glass-card h3 {
  margin-top: 0;
}

.glass-card p {
  color: var(--muted);
}

.mini-kpis {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

.mini-kpi {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--bg-2);
  border: 1px solid var(--line);
}

.mini-kpi strong {
  display: block;
  font-size: 1.5rem;
  color: #ffd3cf;
}

.mini-kpi span {
  color: var(--soft);
  font-size: var(--text-sm);
}

.section {
  padding: var(--space-16) 0;
  border-top: 1px solid var(--line);
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.section__head h2 {
  margin: 0;
  font-size: var(--text-2xl);
}

.section__head p {
  margin: 0;
  max-width: 70ch;
  color: var(--muted);
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}

.service-card,
.site-card,
.market-card {
  padding: 1.25rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card h3,
.site-card h3,
.market-card h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: var(--text-lg);
}

.service-card p,
.site-card p,
.market-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.market-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
}

.market-grid--single {
  grid-template-columns: 1fr;
}

.chart-card {
  padding: 1.25rem;
  background: linear-gradient(180deg, #101010, #0d0d0d);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 100%;
}

.chart-card h3 {
  margin: 0 0 .35rem;
  font-size: var(--text-lg);
}

.chart-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: var(--text-sm);
}

.bar-chart {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 160px 1fr 140px;
  gap: 1rem;
  align-items: center;
}

.bar-row span {
  font-size: var(--text-sm);
  color: var(--muted);
}

.bar-track {
  height: 14px;
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7e1c15, #e64337, #ff7b72);
  box-shadow: 0 0 20px rgba(230,67,55,.35);
}

.bar-value {
  text-align: right;
  color: #ffd3cf;
  font-size: var(--text-sm);
  font-weight: 700;
}

.sites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.site-card h3 a {
  color: #ffffff;
  text-decoration: none;
  transition: .2s ease;
}

.site-card h3 a:hover {
  color: #e64337;
  text-decoration: underline;
}

.site-metric {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .8rem;
  margin-top: .8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--text-sm);
}

.site-metric strong {
  color: #ffd3cf;
  font-size: var(--text-base);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.keyword-cloud span {
  padding: .7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(230,67,55,.18);
  background: rgba(230,67,55,.08);
  color: #ffd3cf;
  font-size: var(--text-sm);
  font-weight: 600;
}

.cta-box {
  padding: 2rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(230,67,55,.15), rgba(185,47,37,.12)),
    #0d0d0d;
  border: 1px solid rgba(230,67,55,.2);
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  margin-top: 0;
  font-size: var(--text-2xl);
}

.cta-box p {
  max-width: 70ch;
  margin: 0 auto 1.25rem;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .hero__grid,
  .market-grid,
  .cards-3,
  .sites-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .mini-kpis {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: .35rem;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    padding: 3.5rem 0 3rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 8vw, 2.2rem);
  }

  .hero p,
  .section__head p,
  .cta-box p {
    max-width: 100%;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .hero__links {
    flex-direction: column;
    gap: .5rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section__head {
    margin-bottom: 1.5rem;
  }

  .cards-3,
  .sites-grid,
  .market-grid,
  .hero__grid {
    grid-template-columns: 1fr !important;
  }

  .site-metric {
    flex-direction: column;
    gap: .35rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 3rem 0 2.5rem;
  }

  .eyebrow {
    font-size: 0.8rem;
  }

  .btn {
    min-height: 46px;
    padding: .9rem 1rem;
  }

  .service-card,
  .site-card,
  .market-card,
  .chart-card,
  .glass-card,
  .cta-box {
    padding: 1rem;
  }

  .mini-kpi strong {
    font-size: 1.25rem;
  }

  .bar-value {
    text-align: left;
  }
}/* End custom CSS */