/* Borong corporate pages */
.corp-hero {
  position: relative;
  overflow: hidden;
  background: var(--brand-lilac);
}

.corp-hero.dark {
  background: var(--brand-purple);
  color: #fff;
}

.corp-hero.has-video {
  background: #21124f;
}

.corp-hero.has-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(32, 18, 79, .84) 0%, rgba(32, 18, 79, .62) 48%, rgba(32, 18, 79, .4) 100%),
    rgba(0, 0, 0, .18);
}

.corp-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.corp-hero.dark h1,
.corp-hero.dark .corp-kicker,
.corp-hero.dark .corp-hero-copy {
  color: #fff;
}

.corp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  padding: clamp(1.8rem, 6vw, 4rem);
  align-content: end;
}

.corp-hero-grid.single {
  min-height: 420px;
  grid-template-columns: 1fr;
}

.corp-kicker {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--brand-muted);
  font-size: var(--text-sm);
  font-weight: 600;
}

.corp-hero h1 {
  max-width: 840px;
  color: var(--brand-purple);
}

.corp-hero-copy {
  margin-top: 22px;
  max-width: 670px;
  color: #443D66;
  font-size: 18px;
  line-height: 1.65;
}

.corp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.corp-hero-media img,
.corp-image {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.corp-hero-media img {
  max-height: 460px;
}

.corp-visual {
  position: relative;
  width: 100%;
  box-shadow: none;
  overflow: visible;
}

.corp-visual-photo {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.corp-visual-reviews {
  aspect-ratio: 419 / 344;
}

.corp-visual-reviews .corp-visual-photo {
  inset: 0 auto auto 0;
  width: 82%;
  height: 74.4%;
}

.corp-review-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.corp-review-card {
  position: absolute;
  width: 42%;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(45, 35, 88, .14), 0 4px 10px rgba(16, 24, 40, .06);
}

.corp-review-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translateY(calc(100% - 1px));
  filter: drop-shadow(0 8px 8px rgba(45, 35, 88, .08));
}

.corp-review-card.primary {
  left: 58%;
  top: 24%;
  min-height: 84px;
  padding: 20px 16px 24px;
}

.corp-review-card.secondary {
  left:52%;
  top: 62%;
  min-height: 84px;
  padding: 24px 16px 22px;
}

.corp-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 132px;
  max-width: 100%;
}

.corp-lines span {
  display: block;
  height: 3px;
  background: #d9d9d9;
}

.corp-lines span:nth-child(4n + 1) {
  width: 35px;
}

.corp-lines span:nth-child(4n + 2) {
  width: 17px;
}

.corp-lines span:nth-child(4n + 3) {
  width: 28px;
}

.corp-lines span:nth-child(4n) {
  width: 12px;
}

.corp-stars {
  display: flex;
  gap: 3px;
  margin-top: 18px;
  color: #ff9d33;
  font-size: var(--text-body);
  line-height: normal;
}

.corp-visual-reviews--borong-direct {
  aspect-ratio: 419 / 344;
}

.corp-visual-reviews--borong-direct .corp-visual-photo {
  inset: 0 0 auto auto;
  width: 82%;
  height: 74.4%;
}

.corp-visual-reviews--borong-direct .corp-review-card {
  border-color: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 34px rgba(20, 61, 76, .16), 0 4px 10px rgba(16, 24, 40, .06);
}

.corp-visual-reviews--borong-direct .corp-review-card::after {
  right: 20px;
  left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.corp-visual-reviews--borong-direct .corp-review-card.primary {
  left: 0;
  top: 20%;
}

.corp-visual-reviews--borong-direct .corp-review-card.secondary {
  left: 6%;
  top: 58%;
}

.corp-feature-visual {
  position: relative;
  width: 100%;
  box-shadow: none;
  overflow: visible;
  aspect-ratio: 412 / 312;
}

.corp-feature-visual__image {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  top: 0;
  right: 0;
  width: 82.52%;
  height: 79.5%;
}

.corp-feature-visual__panel {
  position: absolute;
  left: 3%;
  bottom: 13%;
  width: 44%;
  min-height: 46%;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  padding: 18px 12px 14px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(45, 35, 88, .14), 0 4px 10px rgba(16, 24, 40, .06);
}

.corp-feature-visual__title {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 10px 4px;
  padding: 3px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  background: #fff;
}

.corp-feature-visual__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 8px;
}

.corp-feature-visual__thumb {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #e6e6e6;
}

.corp-feature-visual__copy {
  display: grid;
  gap: 3px;
  width: 98px;
}

.corp-feature-visual__copy strong,
.corp-feature-visual__copy em {
  color: #333;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.corp-feature-visual__copy em {
  color: #666;
  text-decoration: line-through;
}

.corp-feature-visual__copy b {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 3px 12px;
  border-radius: 20px;
  color: #994f00;
  background: #ffe6cc;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.corp-feature-visual__accent {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #333;
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: normal;
}

.corp-feature-visual--borong-direct-payments .corp-feature-visual__panel {
  left: 0;
  bottom: 4%;
  width: clamp(202px, 57.6%, 238px);
  max-height: clamp(150px, 58%, 194px);
  aspect-ratio: 198 / 179;
  overflow: hidden;
  padding: clamp(12px, 4.4%, 18px) clamp(10px, 3.2%, 13px);
}

.corp-feature-visual--borong-direct-payments .corp-feature-visual__title,
.corp-feature-visual--borong-direct-products .corp-feature-visual__title {
  min-height: auto;
  margin: 0;
  padding: 2px;
  font-size: clamp(7px, 1.02vw, 10px);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.corp-feature-visual--borong-direct-payments .corp-feature-visual__title {
  font-size: clamp(9px, 1.2vw, 12px);
  white-space: normal;
}

.corp-payment-list {
  display: grid;
  gap: clamp(4px, 1.4vw, 6px);
  margin-top: clamp(7px, 2.4vw, 10px);
}

.corp-payment-row {
  display: grid;
  grid-template-columns: clamp(26px, 8.2vw, 34px) 1fr;
  gap: clamp(8px, 2.6vw, 11px);
  align-items: center;
}

.corp-payment-thumb {
  display: block;
  width: clamp(26px, 8.2vw, 34px);
  height: clamp(26px, 8.2vw, 34px);
  border-radius: 8px;
  background: #e6e6e6;
}

.corp-payment-row span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.corp-payment-row strong,
.corp-payment-row em {
  overflow: hidden;
  color: #333;
  font-size: clamp(7px, .9vw, 9px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.corp-payment-row em {
  color: #666;
}

.corp-feature-visual--borong-direct-store .corp-feature-visual__panel {
  left: 0;
  bottom: 16%;
  width: 55%;
  min-height: 0;
  aspect-ratio: 227 / 127;
  overflow: hidden;
  padding: 10px;
}

.corp-store-preview {
  position: absolute;
  left: clamp(8px, 2.4vw, 10px);
  top: clamp(8px, 2.4vw, 10px);
  width: calc(52% - clamp(8px, 2.4vw, 10px));
  height: calc(100% - (clamp(8px, 2.4vw, 10px) * 2));
  border-radius: 10px;
  background: #f3f3f3;
  overflow: hidden;
}

.corp-store-topbar,
.corp-store-hero,
.corp-store-grid,
.corp-store-copy span,
.corp-product-row span:last-child {
  display: block;
  background: #d9d9d9;
}

.corp-store-topbar {
  position: absolute;
  left: 8%;
  top: 8%;
  width: 84%;
  height: 5%;
}

.corp-store-hero {
  position: absolute;
  left: 8%;
  top: 18%;
  width: 84%;
  height: 30%;
  background: linear-gradient(90deg, #e7b17f, #c67a42);
}

.corp-store-grid {
  position: absolute;
  left: 8%;
  top: 56%;
  width: 84%;
  height: 34%;
  background:
    linear-gradient(90deg, #f3f3f3 8%, transparent 8% 18%, #f3f3f3 18% 26%, transparent 26% 36%, #f3f3f3 36% 44%, transparent 44% 54%, #f3f3f3 54% 62%, transparent 62% 72%, #f3f3f3 72% 80%, transparent 80%),
    linear-gradient(#d9d9d9, #d9d9d9);
}

.corp-store-copy {
  position: absolute;
  right: 10%;
  top: 28%;
  display: grid;
  gap: clamp(6px, 2.4vw, 10px);
  width: 32%;
}

.corp-store-copy span {
  height: clamp(3px, .9vw, 4px);
}

.corp-store-copy span:nth-child(2) {
  width: 74%;
}

.corp-store-copy span:nth-child(3) {
  width: 58%;
}

.corp-store-badge {
  position: absolute;
  right: 5%;
  bottom: 30%;
  display: inline-flex;
  justify-content: center;
  min-width: clamp(68px, 20vw, 82px);
  padding: clamp(3px, .9vw, 4px) clamp(8px, 2.4vw, 10px);
  border-radius: 20px;
  color: #994f00;
  background: #ffe6cc;
  font-size: clamp(6px, .78vw, 7px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.corp-feature-visual--borong-direct-products .corp-feature-visual__panel {
  left: 0;
  bottom: 4%;
  width: 32.5%;
  min-height: 0;
  aspect-ratio: 134 / 175;
  overflow: hidden;
  padding: clamp(10px, 3vw, 12px) clamp(12px, 3.6vw, 15px);
}

.corp-product-list {
  display: grid;
  gap: clamp(5px, 1.7vw, 7px);
  margin-top: clamp(8px, 2.6vw, 11px);
}

.corp-product-row {
  display: grid;
  grid-template-columns: clamp(24px, 7.7vw, 32px) 1fr;
  gap: clamp(8px, 3.4vw, 14px);
  align-items: center;
}

.corp-product-thumb {
  display: block;
  width: clamp(24px, 7.7vw, 32px);
  height: clamp(24px, 7.7vw, 32px);
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .04);
}

.corp-product-thumb.green {
  background: linear-gradient(135deg, #f6fffb 0 35%, #4fbf9f 35% 70%, #f7efe4 70%);
}

.corp-product-thumb.red {
  background: linear-gradient(135deg, #fff 0 32%, #e53f3f 32% 70%, #ffd5d5 70%);
}

.corp-product-thumb.gold {
  background: linear-gradient(135deg, #fff 0 32%, #d7a44f 32% 70%, #fff0c9 70%);
}

.corp-product-row span:last-child {
  width: clamp(28px, 10.6vw, 44px);
  height: clamp(3px, .9vw, 4px);
  box-shadow: clamp(10px, 4.3vw, 18px) clamp(6px, 1.9vw, 8px) 0 #d9d9d9, 0 clamp(12px, 3.8vw, 16px) 0 #d9d9d9;
}

.corp-feature-visual--borong-direct-products .corp-feature-visual__accent {
  right: clamp(12px, 3.6vw, 15px);
  bottom: clamp(10px, 3.4vw, 14px);
  font-size: clamp(7px, .9vw, 8px);
}

.corp-feature-visual--borong-direct-products .corp-feature-visual__accent::after {
  content: "";
  display: inline-block;
  width: clamp(20px, 6.8vw, 28px);
  height: clamp(3px, .9vw, 4px);
  margin-left: clamp(4px, 1.2vw, 5px);
  background: #333;
  vertical-align: middle;
}

.corp-section {
  padding: 88px 0;
}

.borong-direct-feature-section {
  padding-bottom: 0;
}

.borong-direct-feature-section + .borong-direct-feature-section {
  padding-top: 48px;
}

.corp-section.mist {
  background: rgba(244,241,251,.62);
}

.corp-section.lilac {
  background: var(--brand-lilac);
}

.corp-heading {
  max-width: 820px;
  margin: 0 0 36px;
}

.corp-heading.center {
  margin: 0 auto 40px;
  text-align: center;
}

.corp-heading h2,
.corp-section h2 {
  color: var(--brand-purple);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.1;
}

.corp-heading p,
.corp-lede,
.corp-rich {
  color: var(--brand-muted);
  font-size: var(--text-body);
  line-height: 1.7;
}

.corp-heading p {
  margin-top: 14px;
}

.corp-rich p + p {
  margin-top: 14px;
}

.corp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.corp-split.reverse > :first-child {
  order: 2;
}

.corp-grid {
  display: grid;
  gap: 24px;
}

.corp-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.corp-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corp-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.corp-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.corp-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--brand-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

a.corp-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.corp-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

.corp-card.mist {
  background: rgba(244,241,251,.55);
}

.corp-card h3 {
  color: var(--brand-ink);
  font-size: 22px;
  line-height: 1.22;
}

.corp-card p {
  margin-top: 12px;
  color: var(--brand-muted);
  font-size: var(--text-body);
  line-height: normal;
}

.corp-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand-orange);
  font-size: var(--text-body);
  line-height: normal;
  font-weight: 700;
}

.not-found-links-section {
  padding-top: 72px;
}

.not-found-links-panel {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.not-found-links-panel--bare {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.not-found-links-panel + .not-found-links-panel {
  margin-top: clamp(28px, 5vw, 82px);
}

.not-found-links-panel .corp-heading.center {
  margin-bottom: 28px;
}

.not-found-popular {
  margin-top: 0;
  padding-top: 0;
}

.not-found-popular .corp-heading.center {
  margin-bottom: 22px;
}

.not-found-popular .corp-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.corp-card-icon {
  width: 100%;
  height: 190px;
  min-height: 190px;
  margin-bottom: 20px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.corp-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  border-radius: 999px;
}

.corp-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-mist);
  padding: 10px 18px;
  color: var(--brand-purple);
  font-weight: 700;
}

.corp-tab.active {
  background: var(--brand-purple);
  color: #fff;
}

.pillars-section {
  padding: 96px 0;
  background: #fff;
  scroll-margin-top: 88px;
}

.pillar-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: #fff;
  margin-bottom: 56px;
}

.pill-tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 10px 20px;
  color: var(--brand-muted);
  font: inherit;
  font-size: var(--text-body);
  line-height: normal;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s var(--ease), color .18s var(--ease);
}

.pill-tab:hover {
  color: var(--brand-purple);
}

.pill-tab.active {
  background: var(--brand-purple);
  color: #fff;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 72px;
  align-items: start;
}

.pill-headline {
  color: var(--brand-purple);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.12;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}

.pill-headline.hidden {
  display: none;
}

.pillars-cards {
  position: relative;
}

.pill-panel {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.pill-panel.active {
  display: flex;
  animation: pillFade .32s var(--ease);
}

@keyframes pillFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.sol-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 1px 0 rgba(47,38,86,.02);
  transition: transform .18s var(--ease), box-shadow .2s var(--ease), border-color .18s var(--ease);
}

.sol-card:hover {
  transform: translateY(-2px);
  border-color: var(--brand-border-strong);
  box-shadow: var(--shadow-card);
}

.sol-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--brand-mist);
  color: var(--brand-purple);
}

.sol-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sol-body h3 {
  margin: 2px 0 6px;
  color: var(--brand-purple-ink);
  font-size: 17px;
  font-weight: 700;
}

.sol-body p {
  margin: 0 0 10px;
  color: var(--brand-muted);
  font-size: var(--text-body);
  line-height: normal;
}

.sol-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-orange);
  font-size: var(--text-sm);
  line-height: normal;
  font-weight: 700;
  transition: gap .15s var(--ease);
}

.sol-card:hover .sol-more {
  gap: 10px;
}

.sol-more svg,
.news-view-all svg,
.news-more svg {
  width: 12px;
  height: 12px;
}

.newsroom-section {
  background: var(--brand-cream);
  padding: 88px 0 104px;
}

.newsroom-head {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-orange);
  font-size: var(--text-body);
  line-height: normal;
  font-weight: 700;
  transition: gap .15s var(--ease);
}

.news-view-all:hover {
  gap: 10px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.news-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  background: #fff;
  transition: transform .18s var(--ease), box-shadow .2s var(--ease);
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.news-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  padding: 5px 10px;
  color: var(--brand-purple);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.news-body h3 {
  margin: 0 0 10px;
  color: var(--brand-purple-ink);
  font-size: var(--text-body);
  font-weight: 700;
  line-height: 1.35;
}

.news-body p {
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--brand-muted);
  font-size: var(--text-sm);
  line-height: normal;
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-orange);
  font-size: var(--text-sm);
  line-height: normal;
  font-weight: 700;
  transition: gap .15s var(--ease);
}

.news-card:hover .news-more {
  gap: 10px;
}

.corp-news-grid,
.corp-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.corp-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corp-article {
  overflow: hidden;
  padding: 0;
}

.corp-article > a {
  display: block;
  margin: 0;
}

.corp-article img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.corp-article-body {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 24px;
}

.corp-article h3 {
  font-size: 20px;
}

.corp-article h3 a {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.corp-article .corp-meta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--brand-muted);
  font-size: var(--text-sm);
  line-height: normal;
}

.corp-article .corp-meta a {
  margin-top: 0;
}

.corp-metric {
  position: relative;
  overflow: hidden;
}

.corp-metric strong {
  display: block;
  margin-top: 10px;
  color: var(--brand-ink);
  font-size: 40px;
  line-height: 1;
}

.corp-perk {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.corp-perk img {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  object-fit: contain;
}

.corp-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.corp-gallery::-webkit-scrollbar {
  display: none;
}

.corp-gallery img {
  width: 100%;
  height: 260px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.corp-testimonial {
  overflow: hidden;
}

.corp-testimonial-track {
  display: flex;
  transition: transform .3s var(--ease);
}

.corp-testimonial-slide {
  width: 100%;
  flex: 0 0 100%;
  padding: 8px;
  text-align: center;
}

.corp-testimonial-logo {
  max-width: 180px;
  max-height: 56px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.corp-carousel-controls,
.corp-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.corp-carousel-controls {
  margin-top: 18px;
}

.corp-icon-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-border);
  border-radius: 999px;
  background: #fff;
  color: var(--brand-purple);
}

.corp-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-border);
  padding: 0;
}

.corp-dot.active {
  background: var(--brand-orange);
}

.corp-logo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
  background: #fff;
}

.corp-logo-track {
  display: flex;
  width: max-content;
  animation: corp-marquee 26s linear infinite;
}

.corp-logo-item {
  width: 180px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.corp-logo-item img {
  max-width: 140px;
  max-height: 48px;
  object-fit: contain;
}

@keyframes corp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.corp-form-card {
  border: 1px solid var(--brand-border);
  border-radius: 28px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow-card);
}

.corp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.corp-field.full {
  grid-column: 1 / -1;
}

.corp-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-ink);
  font-size: var(--text-sm);
  line-height: normal;
  font-weight: 700;
}

.corp-field input,
.corp-field select,
.corp-field textarea {
  width: 100%;
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
  color: var(--brand-ink);
  font: inherit;
  font-size: var(--text-body);
  line-height: normal;
}

.corp-field textarea {
  resize: vertical;
}

.corp-note {
  margin-top: 12px;
  color: var(--brand-muted);
  font-size: 12px;
}

.corp-press-year {
  margin-top: 48px;
}

.corp-press-year:first-child {
  margin-top: 0;
}

.corp-press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.corp-press-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
}

.corp-press-card h3 {
  font-size: 20px;
}

.corp-press-card span {
  color: var(--brand-muted);
  font-size: var(--text-sm);
  line-height: normal;
}

.corp-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #D7F7D9;
  padding: 10px 18px 10px 12px;
  color: #111827;
  font-size: var(--text-body);
  line-height: normal;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(17,24,39,0.16);
}

.corp-chat img {
  width: 34px;
  height: 34px;
}

.faq-details .rich-text,
.faq-details .corp-rich {
  padding-bottom: 20px;
}

.faq-details img {
  max-width: 100%;
  margin: 14px 0;
  border-radius: 14px;
  border: 1px solid var(--brand-border);
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-news-grid,
  .corp-grid.four,
  .corp-grid.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .corp-blog-grid,
  .corp-press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .pillars-section {
    padding: 64px 0;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .corp-hero-grid,
  .corp-split,
  .corp-split.reverse {
    grid-template-columns: 1fr;
  }

  .corp-split.reverse > :first-child {
    order: initial;
  }

  .corp-section {
    padding: 64px 0;
  }

  .borong-direct-feature-section {
    padding-bottom: 0;
  }

  .borong-direct-feature-section + .borong-direct-feature-section {
    padding-top: 36px;
  }

  .corp-split {
    gap: 40px;
  }

  .corp-visual {
    margin-bottom: 8px;
  }

  .corp-visual-reviews {
    aspect-ratio: 1 / .68;
  }

  .corp-visual-reviews .corp-visual-photo {
    width: 92%;
    height: auto;
  }

  .corp-review-card {
    width: clamp(138px, 42vw, 190px);
    border-radius: 18px;
  }

  .corp-review-card::after {
    right: 22px;
    width: 16px;
    height: 16px;
  }

  .corp-review-card.primary {
    display: none;
  }

  .corp-review-card.secondary {
    left: 48%;
    top: 48%;
    width: 38%;
    min-height: 72px;
    padding: 20px 14px 18px;
  }

  .corp-visual-reviews--borong-direct .corp-review-card.primary {
    left: 0;
    top: 18%;
  }

  .corp-visual-reviews--borong-direct .corp-review-card.secondary {
    left: 6%;
    top: 52%;
    width: clamp(138px, 42vw, 190px);
  }

  .corp-lines {
    gap: 4px;
    width: 116px;
  }

  .corp-lines span {
    height: 3px;
  }

  .corp-lines span:nth-child(4n + 1) {
    width: 30px;
  }

  .corp-lines span:nth-child(4n + 2) {
    width: 15px;
  }

  .corp-lines span:nth-child(4n + 3) {
    width: 24px;
  }

  .corp-stars {
    margin-top: 14px;
    font-size: var(--text-sm);
    line-height: normal;
  }

  .corp-feature-visual {
    aspect-ratio: 1 / 1.02;
  }

  .corp-feature-visual__image {
    width: 82%;
    height: 64%;
  }

  .corp-feature-visual__panel {
    left: 5%;
    bottom: 15%;
    width: clamp(132px, 42vw, 180px);
    min-height: auto;
    padding: 16px 12px 14px;
    border-radius: 18px;
  }

  .corp-feature-visual__title {
    min-height: auto;
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
  }

  .corp-feature-visual__item {
    grid-template-columns: 40px 1fr;
    gap: 10px;
    margin-top: 8px;
  }

  .corp-feature-visual__thumb {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .corp-feature-visual__copy {
    width: min(82px, 100%);
  }

  .corp-feature-visual__copy strong,
  .corp-feature-visual__copy em,
  .corp-feature-visual__copy b {
    font-size: 7px;
  }

  .corp-feature-visual__copy strong,
  .corp-feature-visual__copy em {
    white-space: normal;
  }

  .corp-feature-visual__copy b {
    padding: 3px 8px;
  }

  .corp-feature-visual__accent {
    right: 16px;
    bottom: 12px;
    font-size: var(--text-sm);
    line-height: normal;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__panel {
    left: 0;
    bottom: 10%;
    width: clamp(180px, 57.6%, 238px);
    max-height: clamp(132px, 50%, 179px);
    padding: 16px 12px;
  }

  .corp-feature-visual--borong-direct-store .corp-feature-visual__panel {
    left: 0;
    bottom: 18%;
    width: min(62%, 227px);
    padding: 10px;
  }

  .corp-feature-visual--borong-direct-products .corp-feature-visual__panel {
    left: 0;
    bottom: 10%;
    width: clamp(112px, 36%, 134px);
    padding: 12px 14px;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__title,
  .corp-feature-visual--borong-direct-products .corp-feature-visual__title {
    margin: 0;
    font-size: clamp(7px, 1.6vw, 8px);
    line-height: 1.35;
    white-space: nowrap;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__title {
    font-size: clamp(8px, 1.8vw, 10px);
  }

  .corp-store-badge {
    min-width: 76px;
    font-size: 7px;
  }

  .corp-feature-visual--borong-direct-products .corp-feature-visual__accent {
    right: 14px;
    bottom: 12px;
    font-size: 8px;
  }

  .corp-grid.two,
  .corp-grid.three,
  .corp-grid.four,
  .corp-grid.five,
  .news-grid,
  .corp-news-grid,
  .corp-blog-grid,
  .corp-press-grid {
    grid-template-columns: 1fr;
  }

  .corp-form {
    grid-template-columns: 1fr;
  }

  .corp-mobile-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .not-found-hero .corp-hero-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .not-found-hero .corp-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .not-found-links-section {
    padding-top: 48px;
  }

  .not-found-links-panel {
    padding: 24px 18px;
  }

  .not-found-links-panel--bare {
    padding: 0;
  }

  .not-found-popular {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  .corp-split {
    gap: 34px;
  }

  .corp-visual-photo {
    border-radius: 20px;
  }

  .corp-visual-reviews {
    aspect-ratio: 1 / .66;
  }

  .corp-visual-reviews .corp-visual-photo {
    width: 92%;
    height: auto;
  }

  .corp-review-card {
    width: clamp(124px, 42vw, 158px);
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(45, 35, 88, .12), 0 3px 8px rgba(16, 24, 40, .05);
  }

  .corp-review-card::after {
    right: 18px;
    width: 14px;
    height: 14px;
  }

  .corp-review-card.primary {
    left: min(44%, calc(100% - 158px));
    top: 24%;
    min-height: 66px;
    padding: 16px 12px 18px;
  }

  .corp-review-card.secondary {
    left: 48%;
    top: 48%;
    width: 38%;
    min-height: 66px;
    padding: 18px 12px 16px;
  }

  .corp-visual-reviews--borong-direct .corp-review-card.primary {
    left: 0;
    top: 18%;
  }

  .corp-visual-reviews--borong-direct .corp-review-card.secondary {
    left: 6%;
    top: 52%;
    width: clamp(124px, 42vw, 158px);
  }

  .corp-lines {
    gap: 4px;
    width: 96px;
  }

  .corp-lines span {
    height: 2.5px;
  }

  .corp-lines span:nth-child(4n + 1) {
    width: 25px;
  }

  .corp-lines span:nth-child(4n + 2) {
    width: 12px;
  }

  .corp-lines span:nth-child(4n + 3) {
    width: 20px;
  }

  .corp-lines span:nth-child(4n) {
    width: 8px;
  }

  .corp-stars {
    margin-top: 12px;
    font-size: 12px;
  }

  .corp-feature-visual {
    aspect-ratio: 1 / .94;
  }

  .corp-feature-visual__image {
    width: 84%;
    height: 54%;
  }

  .corp-feature-visual__panel {
    left: 4%;
    bottom: 14%;
    width: clamp(124px, 42vw, 156px);
    padding: 14px 10px 12px;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(45, 35, 88, .12), 0 3px 8px rgba(16, 24, 40, .05);
  }

  .corp-feature-visual__title {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .corp-feature-visual__item {
    grid-template-columns: 36px 1fr;
    gap: 8px;
    margin-top: 7px;
  }

  .corp-feature-visual__thumb {
    width: 36px;
    height: 36px;
  }

  .corp-feature-visual__copy {
    gap: 2px;
    width: min(74px, 100%);
  }

  .corp-feature-visual__copy strong,
  .corp-feature-visual__copy em,
  .corp-feature-visual__copy b {
    font-size: 6px;
  }

  .corp-feature-visual__copy b {
    padding: 3px 7px;
  }

  .corp-feature-visual__accent {
    right: 14px;
    bottom: 10px;
    font-size: 12px;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__panel {
    left: 0;
    bottom: 8%;
    width: clamp(163px, 60%, 202px);
    max-height: clamp(120px, 50%, 152px);
    padding: 12px 10px;
  }

  .corp-feature-visual--borong-direct-store .corp-feature-visual__panel {
    left: 0;
    bottom: 16%;
    width: min(64%, 196px);
    padding: 10px;
  }

  .corp-feature-visual--borong-direct-products .corp-feature-visual__panel {
    left: 0;
    bottom: 8%;
    width: clamp(100px, 38%, 124px);
    padding: 10px 12px;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__title,
  .corp-feature-visual--borong-direct-products .corp-feature-visual__title {
    margin: 0;
    font-size: clamp(6px, 1.8vw, 7px);
    line-height: 1.3;
    white-space: nowrap;
  }

  .corp-feature-visual--borong-direct-payments .corp-feature-visual__title {
    font-size: clamp(7px, 2vw, 9px);
  }

  .corp-payment-list {
    gap: clamp(3px, 1.2vw, 5px);
    margin-top: clamp(5px, 1.8vw, 7px);
  }

  .corp-payment-row {
    grid-template-columns: clamp(22px, 8vw, 28px) 1fr;
    gap: clamp(6px, 2vw, 8px);
  }

  .corp-payment-thumb {
    width: clamp(22px, 8vw, 28px);
    height: clamp(22px, 8vw, 28px);
  }

  .corp-payment-row strong,
  .corp-payment-row em {
    font-size: clamp(5px, 1.6vw, 7px);
  }

  .corp-product-list {
    gap: clamp(4px, 1.4vw, 5px);
    margin-top: clamp(6px, 2vw, 8px);
  }

  .corp-product-row {
    grid-template-columns: clamp(22px, 8vw, 26px) 1fr;
    gap: clamp(7px, 2.6vw, 10px);
  }

  .corp-product-thumb {
    width: clamp(22px, 8vw, 26px);
    height: clamp(22px, 8vw, 26px);
  }

  .corp-product-row span:last-child {
    width: clamp(26px, 10vw, 34px);
  }

  .corp-store-badge {
    min-width: 70px;
    padding: 3px 8px;
    font-size: clamp(5px, 1.6vw, 6px);
  }

  .corp-feature-visual--borong-direct-products .corp-feature-visual__accent {
    right: 12px;
    bottom: 10px;
    font-size: clamp(6px, 1.8vw, 7px);
  }
}

@media (max-width: 480px) {
  .pillar-tabs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .pill-tab {
    padding: 10px 17px;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .pill-tab {
    padding: 10px 10px;
    font-size: var(--text-sm);
  }
}
