/* =========================
   HERO V2
========================= */
.carrier-hero-v2 {
    padding: 110px 20px 100px;
    background:
      radial-gradient(circle at 78% 22%, rgba(249, 115, 22, 0.15), transparent 20%),
      radial-gradient(circle at 15% 85%, rgba(249, 115, 22, 0.06), transparent 18%),
      linear-gradient(135deg, #050505, #101010 52%, #140700);
    border-bottom: 1px solid #1b1b1b;
  }
  
  .carrier-hero-v2-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
  }
  
  .carrier-hero-v2-copy {
    max-width: 640px;
  }
  
  .carrier-pill {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.18);
    color: #f97316;
    font-size: 0.9rem;
    font-weight: 600;
  }
  
  .carrier-hero-v2 h1 {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 1.02;
    margin-bottom: 20px;
    font-weight: 800;
  }
  
  .carrier-hero-v2 p {
    color: #d1d5db;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }
  
  .carrier-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
  }
  
  .carrier-stat {
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #252525;
  }
  
  .carrier-stat strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 700;
  }
  
  .carrier-stat span {
    color: #9ca3af;
    font-size: 0.92rem;
  }
  
  .carrier-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 16px 34px;
    margin-bottom: 34px;
  }
  
  .carrier-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .carrier-feature-item svg {
    width: 18px;
    height: 18px;
    stroke: #f97316;
  }
  
  .carrier-feature-item span {
    color: #fff;
    font-weight: 500;
  }
  
  .carrier-hero-v2-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
  
  .carrier-hero-v2-media {
    display: flex;
    justify-content: center;
  }
  
  .carrier-visual-shell {
    position: relative;
    width: 100%;
    max-width: 620px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.02),
      0 25px 55px rgba(0, 0, 0, 0.38);
  }
  
  .carrier-visual-shell img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
  }
  
  .carrier-overlay-card {
    position: absolute;
    border-radius: 16px;
    background: rgba(10, 10, 10, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
  }
  
  .top-card {
    top: 18px;
    left: 18px;
    padding: 14px 16px;
    min-width: 220px;
  }
  
  .bottom-card {
    right: 18px;
    bottom: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  
  .overlay-label {
    display: block;
    color: #9ca3af;
    font-size: 0.84rem;
    margin-bottom: 4px;
  }
  
  .carrier-overlay-card strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 2px;
  }
  
  .carrier-overlay-card p {
    margin: 0;
    color: #cfcfcf;
    font-size: 0.9rem;
  }
  
  .bottom-card svg {
    width: 22px;
    height: 22px;
    stroke: #f97316;
  }
  
  /* =========================
     PROOF SECTION
  ========================= */
  .carrier-proof-section {
    padding: 90px 20px;
    background: #000;
  }
  
  .carrier-proof-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 44px;
  }
  
  .carrier-proof-header h2 {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    margin-bottom: 14px;
  }
  
  .carrier-proof-header p {
    color: #b3b3b3;
    line-height: 1.7;
    font-size: 1.04rem;
  }
  
  .carrier-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  
  .proof-card {
    padding: 30px 26px;
    border-radius: 22px;
    background: linear-gradient(145deg, #111, #0b0b0b);
    border: 1px solid #222;
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  }
  
  .proof-card:hover {
    transform: translateY(-6px);
    border-color: #f97316;
    box-shadow: 0 18px 38px rgba(249, 115, 22, 0.08);
  }
  

  
  .proof-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(249, 115, 22, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .proof-icon svg {
    width: 24px;
    height: 24px;
    stroke: #f97316;
  }
  
  .proof-card h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }
  
  .proof-card p {
    color: #bdbdbd;
    line-height: 1.7;
    margin: 0;
  }
  
  /* =========================
     SHOWCASE
  ========================= */
  .carrier-showcase-section {
    padding: 95px 20px 70px;
    background:
      radial-gradient(circle at left center, rgba(249, 115, 22, 0.07), transparent 18%),
      linear-gradient(180deg, #000, #030303);
  }
  
  .section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
  }
  
  .section-title-row.center {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .section-title-row h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin: 0;
  }
  
  .section-title-row p {
    color: #b3b3b3;
    margin: 0;
    max-width: 580px;
  }
  
  .carrier-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  
  .carrier-profile-card {
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(145deg, #151515, #101010);
    border: 1px solid #252525;
    transition: transform 0.28s ease, border-color 0.28s ease;
  }
  
  .carrier-profile-card:hover {
    transform: translateY(-5px);
    border-color: #f97316;
  }
  
  .carrier-profile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  
  .carrier-avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carrier-avatar svg {
    width: 22px;
    height: 22px;
    stroke: #f97316;
  }
  
  .rating-pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.18);
    color: #ffa143;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .carrier-profile-card h3 {
    font-size: 1.18rem;
    margin-bottom: 10px;
  }
  
  .rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
  }
  
  .stars {
    color: #ff9f1c;
    font-size: 1.18rem;
    letter-spacing: 1px;
  }
  
  .count {
    color: #cfcfcf;
    font-size: 0.95rem;
  }
  
  .carrier-specialty-label {
    color: #8c8c8c;
    margin-bottom: 6px;
    font-size: 0.94rem;
  }
  
  .carrier-specialty {
    color: #fff;
    margin: 0;
    font-weight: 500;
  }
  
  /* =========================
     REVIEWS
  ========================= */
  .carrier-reviews-section {
    padding: 40px 20px 110px;
    background: #000;
  }
  
  .reviews-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 10px;
  }
  
  .review-card-v2 {
    min-height: 250px;
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(145deg, #161616, #111111);
    border: 1px solid #262626;
    transition: transform 0.28s ease, border-color 0.28s ease;
  }
  
  .review-card-v2:hover {
    transform: translateY(-5px);
    border-color: #f97316;
  }
  
  .review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
  
  .quote-mark {
    color: rgba(255, 255, 255, 0.12);
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
  }
  
  .review-card-v2 p {
    color: #d7d7d7;
    line-height: 1.75;
    margin-bottom: 24px;
    font-style: italic;
  }
  
  .review-card-v2 h4 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  
  .review-type {
    color: #f97316;
    font-weight: 600;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  
  .carrier-bottom-cta {
    margin-top: 56px;
    padding: 44px 28px;
    border-radius: 24px;
    text-align: center;
    background:
      radial-gradient(circle at center, rgba(249, 115, 22, 0.12), transparent 35%),
      linear-gradient(145deg, #130700, #0f0f0f);
    border: 1px solid rgba(249, 115, 22, 0.16);
  }
  
  .carrier-bottom-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
  }
  
  .carrier-bottom-cta p {
    color: #c9c9c9;
    max-width: 700px;
    margin: 0 auto 24px;
    line-height: 1.7;
  }
  
  /* =========================
     RESPONSIVE
  ========================= */
  @media (max-width: 1200px) {
    .carrier-showcase-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .reviews-grid-v2 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 980px) {
    .carrier-hero-v2-grid,
    .carrier-proof-grid {
      grid-template-columns: 1fr;
    }
  
    .carrier-feature-list {
      grid-template-columns: 1fr;
    }
  
    .section-title-row {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  @media (max-width: 768px) {
    .carrier-hero-v2 {
      padding: 90px 20px 70px;
    }
  
    .carrier-showcase-grid,
    .reviews-grid-v2 {
      grid-template-columns: 1fr;
    }
  
    .carrier-stat-row,
    .carrier-hero-v2-actions {
      flex-direction: column;
    }
  
    .top-card,
    .bottom-card {
      position: static;
      margin: 12px;
    }
  
    .carrier-visual-shell {
      display: flex;
      flex-direction: column;
    }
  }