/* ============================================================
   90 DEGREES NORTH — HOMEPAGE REDESIGN
   Ultra-premium B2B aesthetic | WorldCast-inspired
   Brand: #242523 | #FFFFFF | #E10505
   ============================================================ */

/* ============================================================
   TRUST BAR: MICRO-RIBBON — ACCREDITED & CERTIFIED BY
   ============================================================ */
.trust-bar-credentials {
  background: #FFFFFF;
  padding: 0 20px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}

.trust-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
}

.trust-bar-label {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #242523;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 15px;
}

.trust-bar-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.trust-bar-logo {
  max-height: 25px !important;
  width: auto !important;
  display: block;
  object-fit: contain;
  /* NO ALTERATIONS: no filters, no grayscale, no opacity changes */
}

/* ISO Area of Isolation: mandatory blank space around the mark */
.trust-bar-logo--iso {
  margin: 15px !important;
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-block;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(211, 47, 47, 0.20);
  border: 1px solid rgba(211, 47, 47, 0.35);
  border-radius: 99px;
  padding: 8px 20px;
  margin-bottom: 28px;
}

.hero-headline {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.08;
  color: #FAFAFA; /* White static text */
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  min-height: 2.2em; /* stable height for rotating text */
}

/* Rotating vertical text — stable width prevents layout shift */
#rotating-vertical {
  display: inline-block;
  min-width: 320px;
  text-align: left;
  color: #E10505;
  transition: opacity 0.4s ease;
}

.hero-subtext {
  font-family: 'Karla', Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(250, 250, 250, 0.80);
  max-width: 680px;
  margin: 0 auto 36px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 6px;
  transition: all 250ms ease;
  cursor: pointer;
}

.hero-btn svg {
  transition: transform 250ms ease;
}

.hero-btn:hover svg {
  transform: translateX(4px);
}

.hero-btn--primary {
  background: #E10505;
  color: #FFFFFF;
  border: 2px solid #E10505;
}

.hero-btn--primary:hover {
  background: #991E20;
  border-color: #991E20;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(211, 47, 47, 0.35);
}

.hero-btn--secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(250, 250, 250, 0.40);
}

.hero-btn--secondary:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: rgba(250, 250, 250, 0.08);
  transform: translateY(-2px);
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
  animation: scrollPulse 2s ease infinite;
}

.hero-scroll-indicator span {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.3; }
}

/* ============================================================
   TRUST BAR: ACCREDITED & CERTIFIED BY
   ============================================================ */
.trust-bar-credentials {
  background: #FFFFFF;
  padding: 0 20px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}

.trust-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
}

.trust-bar-label {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #242523;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 15px;
}

.trust-bar-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.trust-bar-logo {
  max-height: 25px;
  width: auto;
  object-fit: contain;
  display: block;
  /* NO ALTERATIONS: no filters, no grayscale, no opacity changes */
}

/* ISO Area of Isolation: mandatory blank space around the mark */
.trust-bar-logo--iso {
  margin: 15px;
}

/* ============================================================
   SECTION 2: DYNAMIC SOLUTIONS TABS
   ============================================================ */
.solutions-tabs {
  background: #FFFFFF;
  padding: 100px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-label {
  display: inline-block;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E10505;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #242523;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-desc {
  font-size: 1.05rem;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

.text-red { color: #E10505; }

/* Tab Navigation */
.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.tab-label {
  padding: 14px 28px;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666;
  border-radius: 8px;
  cursor: pointer;
  transition: all 250ms ease;
  white-space: nowrap;
  user-select: none;
}

.tab-label:hover {
  color: #242523;
  background: #f0f0f0;
}

/* Pure CSS tab switching */
#tab-broadcast:checked   ~ .tabs-panels #panel-broadcast,
#tab-audioip:checked     ~ .tabs-panels #panel-audioip,
#tab-enterprise:checked  ~ .tabs-panels #panel-enterprise,
#tab-rf:checked          ~ .tabs-panels #panel-rf {
  display: block;
  animation: tabFadeIn 0.35s ease;
}

/* Highlight active tab */
#tab-broadcast:checked   ~ .tabs-nav label[for="tab-broadcast"],
#tab-audioip:checked     ~ .tabs-nav label[for="tab-audioip"],
#tab-enterprise:checked  ~ .tabs-nav label[for="tab-enterprise"],
#tab-rf:checked          ~ .tabs-nav label[for="tab-rf"] {
  background: #242523;
  color: #FFFFFF;
}

@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tab-panel {
  display: none;
}

/* Solutions Grid — 3 columns */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.solution-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  border: 1px solid #eaeaea;
  transition: all 300ms ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
  border-color: transparent;
}

.solution-card-icon {
  margin-bottom: 24px;
}

.solution-card-title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #242523;
  margin: 0 0 12px;
}

.solution-card-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin: 0 0 20px;
}

.solution-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #E10505;
  text-decoration: none;
  transition: gap 250ms ease;
}

.solution-card-link:hover {
  gap: 10px;
  color: #991E20;
}

/* ============================================================
   SECTION 3: MARKETS WE SERVE
   ============================================================ */
.markets-grid-section {
  padding: 100px 0 80px;
  background: #242523;
}

.markets-grid-section .section-title {
  color: #FFFFFF;
}

.markets-grid-section .section-desc {
  color: rgba(250, 250, 250, 0.65);
}

.markets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.market-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}

.market-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 500ms ease;
  z-index: 0;
}

.market-card:hover .market-card-bg {
  transform: scale(1.08);
}

.market-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(36, 37, 35, 0.95) 0%,
    rgba(36, 37, 35, 0.50) 40%,
    rgba(36, 37, 35, 0.20) 100%
  );
  z-index: 1;
  transition: background 400ms ease;
}

.market-card:hover .market-card-overlay {
  background: linear-gradient(
    to top,
    rgba(36, 37, 35, 0.98) 0%,
    rgba(36, 37, 35, 0.70) 50%,
    rgba(36, 37, 35, 0.40) 100%
  );
}

.market-card-content {
  position: relative;
  z-index: 2;
  padding: 32px;
  width: 100%;
}

.market-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #E10505;
  margin-bottom: 8px;
}

.market-card-title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.market-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 300ms ease;
}

.market-card:hover .market-card-cta {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================
   SECTION 4: INTERACTIVE SANDBOX BANNER
   ============================================================ */
.sandbox-banner {
  background: #242523;
  padding: 100px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.06);
  border-bottom: 1px solid rgba(250, 250, 250, 0.06);
}

.sandbox-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.sandbox-content {
  max-width: 540px;
}

.sandbox-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E10505;
  border: 1px solid rgba(211, 47, 47, 0.30);
  border-radius: 99px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.sandbox-title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.sandbox-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(250, 250, 250, 0.70);
  margin: 0 0 32px;
}

.sandbox-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  background: #E10505;
  border: 2px solid #E10505;
  border-radius: 6px;
  text-decoration: none;
  animation: ctaPulse 2.5s ease infinite;
  transition: all 250ms ease;
}

.sandbox-cta:hover {
  background: #991E20;
  border-color: #991E20;
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(211, 47, 47, 0.40);
  animation: none;
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.30); }
  50% { box-shadow: 0 0 0 16px rgba(211, 47, 47, 0); }
}

/* Laptop mockup */
.sandbox-laptop {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  perspective: 1200px;
}

.sandbox-screen {
  background: #1a1a2e;
  border-radius: 12px 12px 0 0;
  padding: 16px;
  aspect-ratio: 16 / 10;
  border: 2px solid #2a2a3e;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.sandbox-screen-ui {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  height: 100%;
}

.sb-ui-sidebar {
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
}

.sb-ui-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sb-ui-row {
  display: flex;
  gap: 8px;
}

.sb-ui-row span {
  flex: 1;
  height: 24px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
}

.sb-ui-row span:first-child {
  background: rgba(211, 47, 47, 0.20);
  border: 1px solid rgba(211, 47, 47, 0.30);
}

.sandbox-keyboard {
  height: 20px;
  background: #1e1e2e;
  border-radius: 0 0 8px 8px;
  border: 2px solid #2a2a3e;
  border-top: none;
  position: relative;
}

.sandbox-keyboard::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: #2a2a3e;
  border-radius: 2px;
}

/* ============================================================
   SECTION 5: GLOBAL TRUST BAR
   ============================================================ */
.trust-bar {
  background: #FFFFFF;
  padding: 80px 0 60px;
}

/* Marquee sliders */
.trust-marquee {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.trust-marquee::before,
.trust-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.trust-marquee::before {
  left: 0;
  background: linear-gradient(to right, #FFFFFF, transparent);
}

.trust-marquee::after {
  right: 0;
  background: linear-gradient(to left, #FFFFFF, transparent);
}

.trust-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 40s linear infinite;
}

.trust-marquee-track--reverse {
  animation: marqueeScrollReverse 40s linear infinite;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

@keyframes marqueeScrollReverse {
  0% { transform: translateX(-33.333%); }
  100% { transform: translateX(0); }
}

.trust-marquee-group {
  display: flex;
  gap: 64px;
  align-items: center;
}

.trust-logo {
  flex-shrink: 0;
  height: 48px;
  display: flex;
  align-items: center;
  filter: grayscale(1) brightness(0.7);
  transition: filter 400ms ease;
  opacity: 0.6;
}

.trust-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.trust-logo:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
}

.trust-logo--client {
  height: 40px;
  opacity: 0.5;
  filter: grayscale(1) brightness(0.5);
}

.trust-logo--client:hover {
  filter: grayscale(0) brightness(1);
  opacity: 0.9;
}

/* Stats row */
.trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-stat-num {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #242523;
  letter-spacing: -0.03em;
}

.trust-stat-label {
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.02em;
}

/* ============================================================
   SECTION 6: CLOSING CTA
   ============================================================ */
.closing-cta {
  background: #242523;
  padding: 100px 0;
  text-align: center;
}

.closing-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.closing-cta-title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 16px;
  line-height: 1.15;
}

.closing-cta-text {
  font-size: 1.1rem;
  color: rgba(250, 250, 250, 0.65);
  margin: 0 0 36px;
  line-height: 1.6;
}

.closing-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE: TABLETS
   ============================================================ */
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .markets-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-card {
    min-height: 320px;
  }

  .sandbox-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .sandbox-content {
    max-width: 100%;
    order: 2;
  }

  .sandbox-visual {
    order: 1;
  }

  .sandbox-laptop {
    max-width: 400px;
  }

  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

/* ============================================================
   RESPONSIVE: MOBILE
   ============================================================ */
@media (max-width: 640px) {
  .hero-cinematic {
    min-height: 600px;
    height: 100dvh;
  }

  .hero-badge {
    font-size: 11px;
    padding: 6px 14px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .hero-scroll-indicator {
    display: none;
  }

  .solutions-tabs,
  .markets-grid-section,
  .sandbox-banner,
  .trust-bar,
  .closing-cta {
    padding: 60px 0;
  }

  .tabs-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    padding: 3px;
  }

  .tab-label {
    padding: 12px 18px;
    font-size: 13px;
    flex-shrink: 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-card {
    padding: 28px 24px;
  }

  .markets-grid {
    grid-template-columns: 1fr;
  }

  .market-card {
    min-height: 260px;
  }

  .market-card-content {
    padding: 24px;
  }

  .market-card-title {
    font-size: 1.2rem;
  }

  .trust-marquee-group {
    gap: 40px;
  }

  .trust-logo {
    height: 36px;
  }

  .trust-bar-credentials {
    padding: 8px 0;
  }

  .trust-bar-inner {
    gap: 0.75rem;
  }

  .trust-bar-label {
    font-size: 0.7rem;
    white-space: normal;
    text-align: center;
  }

  .trust-bar-logo {
    max-height: 20px;
  }

  .trust-bar-logo--iso {
    margin: 10px;
  }

  .trust-logo--client {
    height: 30px;
  }

  .trust-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
    padding-top: 32px;
  }

  .trust-stat-num {
    font-size: 1.8rem;
  }

  .closing-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .closing-cta-buttons .hero-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

/* ============================================================
   NOTE: .container is provided by Bootstrap — do NOT redefine
   ============================================================ */

/* ============================================================
   VERTICALS HUB — Products & Solutions Page
   Brand: North Black (#242523) | White (#FFFFFF)
   Degrees Red (#991E20) | Ninety Bright Red (#E10505)
   ============================================================ */

/* ---------- Hero ---------- */
.verticals-hero {
  background: #242523;
  padding: 100px 0 60px;
  text-align: center;
}

.verticals-hero__title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 16px;
  line-height: 1.15;
}

.verticals-hero__subtitle {
  font-family: 'Canva Sans', 'Karla', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: #D9D9D9;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---------- Grid Section ---------- */
.verticals-grid-section {
  background: #242523;
  padding: 0 0 80px;
}

/* ---------- The Bento Grid ---------- */
.verticals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---------- Vertical Card ---------- */
.vertical-card {
  background: #1E1E1E;
  border: 1px solid #333;
  border-top: 3px solid #E10505;
  border-radius: 12px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
  position: relative;
  overflow: hidden;
}

.vertical-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(225, 5, 5, 0.03) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.vertical-card:hover {
  transform: translateY(-6px);
  border-color: #991E20;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.vertical-card:hover::before {
  opacity: 1;
}

.vertical-card__icon {
  margin-bottom: 20px;
  flex-shrink: 0;
}

.vertical-card__icon svg {
  width: 48px;
  height: 48px;
  display: block;
}

.vertical-card__title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 10px;
  line-height: 1.3;
}

.vertical-card__desc {
  font-family: 'Canva Sans', 'Karla', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #B0B0B0;
  margin: 0 0 24px;
  flex: 1;
}

/* ---------- Card CTA (hidden by default, shown on hover) ---------- */
.vertical-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: #E10505;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 300ms ease, transform 300ms ease, background 200ms ease;
}

.vertical-card:hover .vertical-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.vertical-card__cta:hover {
  background: #C00404;
}

.vertical-card__cta svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* ---------- Large CTA variant (always visible) ---------- */
.vertical-card__cta--large {
  opacity: 1;
  transform: none;
  font-size: 0.95rem;
  padding: 14px 32px;
  border-radius: 8px;
}

.vertical-card__cta--large:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* ---------- CTA Banner ---------- */
.verticals-cta {
  background: linear-gradient(135deg, #991E20 0%, #242523 100%);
  padding: 80px 0;
  text-align: center;
}

.verticals-cta__inner {
  max-width: 720px;
  margin: 0 auto;
}

.verticals-cta__title {
  font-family: 'Montserrat', 'Karla', Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 12px;
  line-height: 1.2;
}

.verticals-cta__text {
  font-family: 'Canva Sans', 'Karla', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 32px;
  line-height: 1.6;
}

.verticals-cta .vertical-card__cta--large {
  display: inline-flex;
}

/* ============================================================
   MOBILE: Vertical Cards — Tablet
   ============================================================ */
@media (max-width: 992px) {
  .verticals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .verticals-hero {
    padding: 80px 0 40px;
  }

  .vertical-card {
    padding: 28px 24px 24px;
  }
}

/* ============================================================
   MOBILE: Vertical Cards — Small Screens
   ============================================================ */
@media (max-width: 640px) {
  .verticals-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .verticals-hero {
    padding: 60px 0 32px;
  }

  .verticals-grid-section {
    padding: 0 0 48px;
  }

  .vertical-card {
    padding: 24px 20px 20px;
  }

  .vertical-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .vertical-card__title {
    font-size: 1.05rem;
  }

  .vertical-card__desc {
    font-size: 0.84rem;
    margin-bottom: 20px;
  }

  /* Always show CTA on mobile (touch devices can't hover) */
  .vertical-card__cta {
    opacity: 1;
    transform: none;
    font-size: 0.78rem;
    padding: 10px 18px;
  }

  .verticals-cta {
    padding: 48px 24px;
  }

  .verticals-cta__title {
    font-size: 1.3rem;
  }

  .verticals-cta__text {
    font-size: 0.95rem;
  }

  .vertical-card__cta--large {
    font-size: 0.85rem;
    padding: 12px 24px;
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
