/* Desktop home hero compact layout. Mobile hero is hidden by home_network_stories.css. */
.home-b2b-business-grid {
  display: none;
}

@media (min-width: 768px) {
  .home-b2b-page .home-b2b-hero {
    min-height: 222px;
    padding: 20px 52px;
    background: #fff;
    background-image: none;
    background-position: center;
  }

  .home-b2b-page .home-b2b-hero::after {
    content: none;
    display: none;
    background: none;
  }

  .home-b2b-page .home-b2b-hero__text {
    max-width: 820px;
  }

  .home-b2b-page .home-b2b-hero h1 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -1px;
    white-space: nowrap;
  }

  .home-b2b-page .home-b2b-hero p {
    max-width: none;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .home-b2b-page .home-b2b-hero__actions {
    max-width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }

  .home-b2b-page .home-b2b-btn--primary {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    min-height: 44px;
    height: 44px;
    padding: 0 24px;
  }

  .home-b2b-page .home-b2b-btn--compact {
    width: 118px;
    min-width: 118px;
    min-height: 44px;
    height: 44px;
    padding: 0 14px;
    gap: 8px;
    font-size: 14px;
    border: 1px solid transparent;
  }

  .home-b2b-page .home-b2b-btn--compact::after {
    content: "";
    width: 17px;
    height: 17px;
    min-width: 17px;
    display: block;
    order: -1;
    background: currentColor;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    pointer-events: none;
  }

  .home-b2b-page .home-b2b-btn--analytics {
    background: #111713;
    color: #fff;
    box-shadow: 0 8px 18px rgba(17, 23, 19, .18);
  }

  .home-b2b-page .home-b2b-btn--analytics::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='2' y='10' width='3.5' height='7.5' rx='1'/%3E%3Crect x='8.25' y='6' width='3.5' height='11.5' rx='1'/%3E%3Crect x='14.5' y='2.5' width='3.5' height='15' rx='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='2' y='10' width='3.5' height='7.5' rx='1'/%3E%3Crect x='8.25' y='6' width='3.5' height='11.5' rx='1'/%3E%3Crect x='14.5' y='2.5' width='3.5' height='15' rx='1'/%3E%3C/svg%3E");
  }

  .home-b2b-page .home-b2b-btn--analytics:hover,
  .home-b2b-page .home-b2b-btn--analytics:focus-visible {
    background: #050806;
    box-shadow: 0 14px 28px rgba(17, 23, 19, .24);
  }

  .home-b2b-page .home-b2b-btn--network {
    background: rgba(255, 255, 255, .88);
    color: #0b5c31;
    border-color: rgba(11, 92, 49, .24);
    box-shadow: 0 8px 18px rgba(7, 92, 49, .10);
    backdrop-filter: blur(6px);
  }

  .home-b2b-page .home-b2b-btn--network::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='7' cy='6' r='3'/%3E%3Ccircle cx='14.5' cy='7' r='2.3'/%3E%3Cpath d='M1.5 17c.35-4 2.5-6 5.5-6s5.15 2 5.5 6h-11Z'/%3E%3Cpath d='M12 12.3c3.25-.3 5.4 1.25 6 4.7h-4.15c-.2-1.9-.85-3.45-1.85-4.7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='7' cy='6' r='3'/%3E%3Ccircle cx='14.5' cy='7' r='2.3'/%3E%3Cpath d='M1.5 17c.35-4 2.5-6 5.5-6s5.15 2 5.5 6h-11Z'/%3E%3Cpath d='M12 12.3c3.25-.3 5.4 1.25 6 4.7h-4.15c-.2-1.9-.85-3.45-1.85-4.7Z'/%3E%3C/svg%3E");
  }

  .home-b2b-page .home-b2b-btn--network:hover,
  .home-b2b-page .home-b2b-btn--network:focus-visible {
    background: #fff;
    border-color: rgba(11, 92, 49, .40);
    box-shadow: 0 14px 28px rgba(7, 92, 49, .15);
  }
}

@media (min-width: 1100px) {
  .home-b2b-page .home-b2b-hero {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-inline: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-b2b-page .home-b2b-hero__text {
    flex: 1 1 auto;
    min-width: 0;
    align-self: flex-start;
  }

  .home-b2b-page .home-b2b-business-grid {
    position: relative;
    z-index: 2;
    flex: 0 0 clamp(330px, calc(100vw - 940px), 736px);
    align-self: flex-start;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    background: transparent;
    box-sizing: border-box;
  }

  .home-b2b-page .home-b2b-business-card {
    position: relative;
    min-width: 0;
    padding: 11px 12px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    border: 1px solid #d8e2db;
    border-radius: 13px;
    background: #fff;
    color: #073f22;
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(20, 45, 30, .045);
    box-sizing: border-box;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }

  .home-b2b-page .home-b2b-business-card--premium,
  .home-b2b-page .home-b2b-business-card--sell {
    grid-column: span 3;
  }

  .home-b2b-page .home-b2b-business-card--work,
  .home-b2b-page .home-b2b-business-card--network,
  .home-b2b-page .home-b2b-business-card--processing {
    grid-column: span 2;
  }

  .home-b2b-page .home-b2b-business-card--premium {
    background: linear-gradient(135deg, #fffdf8 0%, #fff8e8 100%);
    border-color: #e7dcc2;
    color: #8a5a00;
  }

  .home-b2b-page .home-b2b-business-card--premium .home-b2b-business-card__copy > span {
    color: #765000;
  }

  .home-b2b-page .home-b2b-business-card--sell {
    background: #043f22;
    border-color: #043f22;
    color: #fff;
  }

  .home-b2b-page .home-b2b-business-card--network {
    background: #f6f3e4;
    border-color: #e4dec2;
  }

  .home-b2b-page .home-b2b-business-card--processing {
    background: #eaf2f9;
    border-color: #d1dfeb;
  }

  .home-b2b-page .home-b2b-business-card:hover,
  .home-b2b-page .home-b2b-business-card:focus-visible {
    border-color: #92b9a0;
    box-shadow: 0 10px 22px rgba(17, 64, 37, .12);
    transform: translateY(-2px);
  }

  .home-b2b-page .home-b2b-business-card:focus-visible {
    outline: 2px solid #08732b;
    outline-offset: 2px;
  }

  .home-b2b-page .home-b2b-business-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-b2b-page .home-b2b-business-card--premium .home-b2b-business-card__copy,
  .home-b2b-page .home-b2b-business-card--sell .home-b2b-business-card__copy {
    max-width: calc(100% - 34px);
  }

  .home-b2b-page .home-b2b-business-card__copy strong {
    max-width: 100%;
    color: inherit;
    font-size: 14px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.2px;
  }

  .home-b2b-page .home-b2b-business-card__copy > span {
    max-width: 100%;
    margin-top: 6px;
    color: #5f7167;
    font-size: 9px;
    line-height: 1.16;
    font-weight: 400;
  }

  .home-b2b-page .home-b2b-business-card--sell .home-b2b-business-card__copy > span {
    color: rgba(255, 255, 255, .66);
  }

  .home-b2b-page .home-b2b-business-card__glyph {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
    color: currentColor;
    pointer-events: none;
  }

  .home-b2b-page .home-b2b-business-card__glyph--star {
    background: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.7 2.75 5.57 6.15.9-4.45 4.34 1.05 6.12L12 16.73l-5.5 2.9 1.05-6.12L3.1 9.17l6.15-.9L12 2.7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.7 2.75 5.57 6.15.9-4.45 4.34 1.05 6.12L12 16.73l-5.5 2.9 1.05-6.12L3.1 9.17l6.15-.9L12 2.7Z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .home-b2b-page .home-b2b-business-card__glyph--plus::before,
  .home-b2b-page .home-b2b-business-card__glyph--plus::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .home-b2b-page .home-b2b-business-card__glyph--plus::after {
    transform: rotate(90deg);
  }

  .home-b2b-page .home-b2b-business-card__arrow {
    position: absolute;
    right: 11px;
    bottom: 8px;
    color: #08732b;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    transition: transform .18s ease;
  }

  .home-b2b-page .home-b2b-business-card:hover .home-b2b-business-card__arrow,
  .home-b2b-page .home-b2b-business-card:focus-visible .home-b2b-business-card__arrow {
    transform: translateX(3px);
  }
}

@media (min-width: 1100px) and (max-width: 1279.98px) {
  .home-b2b-page .home-b2b-hero {
    gap: 16px;
  }

  .home-b2b-page .home-b2b-business-grid {
    flex-basis: 236px;
    gap: 6px;
  }

  .home-b2b-page .home-b2b-business-card {
    padding: 9px 8px;
    border-radius: 11px;
  }

  .home-b2b-page .home-b2b-business-card__copy strong {
    font-size: 10.5px;
    line-height: 1.05;
  }

  .home-b2b-page .home-b2b-business-card__copy > span {
    display: none;
  }

  .home-b2b-page .home-b2b-business-card__glyph {
    top: 8px;
    right: 7px;
    transform: scale(.72);
    transform-origin: top right;
  }

  .home-b2b-page .home-b2b-business-card__arrow {
    right: 7px;
    bottom: 6px;
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .home-b2b-page .home-b2b-business-card {
    padding: 13px 15px;
  }

  .home-b2b-page .home-b2b-business-card__copy strong {
    font-size: 16px;
  }

  .home-b2b-page .home-b2b-business-card__copy > span {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
  .home-b2b-page .home-b2b-hero {
    min-height: 210px;
    padding: 18px 28px;
    background-position: center;
  }

  .home-b2b-page .home-b2b-hero h1 {
    font-size: 28px;
    letter-spacing: -.7px;
  }

  .home-b2b-page .home-b2b-hero p {
    font-size: 12.5px;
  }

  .home-b2b-page .home-b2b-btn--primary {
    padding: 0 20px;
  }

  .home-b2b-page .home-b2b-btn--compact {
    width: 108px;
    min-width: 108px;
    padding: 0 10px;
    gap: 6px;
    font-size: 13px;
  }

  .home-b2b-page .home-b2b-btn--compact::after {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-b2b-page .home-b2b-business-card,
  .home-b2b-page .home-b2b-business-card__arrow {
    transition: none;
  }

  .home-b2b-page .home-b2b-business-card:hover,
  .home-b2b-page .home-b2b-business-card:focus-visible,
  .home-b2b-page .home-b2b-business-card:hover .home-b2b-business-card__arrow,
  .home-b2b-page .home-b2b-business-card:focus-visible .home-b2b-business-card__arrow {
    transform: none;
  }
}
