/* One-time B2B gateway: product awareness before the full website experience. */
:root { color-scheme: dark; }
.b2b-gateway-body { min-width: 320px; margin: 0; background: #07172b; color: #fff; font-family: Inter, Arial, sans-serif; }
.gateway-header { position: absolute; z-index: 2; top: 0; right: 0; left: 0; padding: 1.5rem 0; }
.gateway-header .container,
.gateway-entry .container { box-sizing: border-box; width: min(1600px, calc(100% - clamp(2.5rem, 8vw, 12rem))); max-width: none; margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0; }
.gateway-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.gateway-logo { display: inline-flex; align-items: center; gap: .7rem; }
.gateway-logo img { display: block; width: auto; height: 35px; }
.gateway-channel-label { max-width: 190px; color: rgba(236, 245, 255, .9); font-size: .68rem; font-weight: 800; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; }
.gateway-inquiry,
.gateway-primary { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border-radius: .52rem; background: #2563eb; color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 10px 28px rgba(37, 99, 235, .21); transition: background .2s ease, transform .2s ease; }
.gateway-inquiry { min-height: 46px; padding: 0 1.35rem; font-size: .9rem; }
.gateway-primary { min-height: 58px; padding: 0 1.7rem; font-size: 1rem; }
.gateway-inquiry:hover,
.gateway-primary:hover { color: #fff; background: #1d4ed8; transform: translateY(-1px); }
.gateway-inquiry:focus-visible,
.gateway-primary:focus-visible,
.gateway-logo:focus-visible,
.gateway-footer a:focus-visible { outline: 3px solid rgba(147, 197, 253, .92); outline-offset: 4px; }

.gateway-footer { display: flex; justify-content: center; padding: 1.15rem 1.5rem 1.35rem; background: #07172b; }
.gateway-footer a { color: rgba(236, 245, 255, .76); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.gateway-footer a:hover { color: #fff; }

.gateway-entry { position: relative; display: flex; align-items: center; min-height: 100svh; overflow: hidden; padding: 8.5rem 0 4rem; background: #07172b; }
.gateway-entry::before { position: absolute; inset: 0; content: ''; pointer-events: none; opacity: .46; background-image: linear-gradient(rgba(125, 164, 213, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(125, 164, 213, .075) 1px, transparent 1px); background-size: 34px 34px; }
.gateway-entry .container { position: relative; z-index: 1; }
.gateway-layout { position: relative; min-height: min(760px, calc(100svh - 8rem)); }
.gateway-layout::after { position: absolute; z-index: 0; top: 12%; right: -12%; width: 72%; height: 76%; content: ''; pointer-events: none; background: radial-gradient(ellipse at 58% 54%, rgba(31, 106, 206, .18) 0%, rgba(18, 67, 131, .10) 33%, rgba(7, 23, 43, 0) 72%); filter: blur(10px); }
.gateway-copy { position: relative; z-index: 2; max-width: 635px; padding-top: clamp(5rem, 13vh, 9rem); }
.gateway-eyebrow { margin: 0 0 1.25rem; color: #60a5fa; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gateway-entry h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(3.2rem, 4.55vw, 5rem); font-weight: 800; line-height: 1.04; letter-spacing: -.052em; }
.gateway-entry h1 span { color: #4f98ff; }
.gateway-entry h1::after { display: block; width: 92px; height: 3px; margin-top: 1.8rem; content: ''; background: #3487ff; }
.gateway-summary { max-width: 565px; margin: 1.8rem 0 1.25rem; color: rgba(236, 245, 255, .82); font-size: 1.1rem; line-height: 1.65; }
.gateway-categories { margin: 0 0 2rem; color: #bdd8ff; font-size: .92rem; line-height: 1.6; }
.gateway-categories span { margin: 0 .45rem; color: #4f98ff; }
.gateway-reassurance { margin: .9rem 0 0; color: rgba(218, 234, 255, .64); font-size: .88rem; }
.gateway-product-stage { position: absolute; z-index: 1; right: -.5rem; bottom: -1.5rem; width: min(49vw, 760px); }
.gateway-product-stage img { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 24px 34px rgba(0, 7, 22, .28)); -webkit-mask-image: radial-gradient(ellipse 86% 84% at 50% 52%, #000 58%, rgba(0, 0, 0, .94) 72%, rgba(0, 0, 0, .56) 84%, transparent 100%); mask-image: radial-gradient(ellipse 86% 84% at 50% 52%, #000 58%, rgba(0, 0, 0, .94) 72%, rgba(0, 0, 0, .56) 84%, transparent 100%); }

@media (min-width: 1600px) {
  .gateway-header { padding-top: 1.75rem; }
  .gateway-logo img { height: 45px; }
  .gateway-inquiry { min-height: 54px; padding: 0 1.7rem; font-size: 1rem; }
  .gateway-entry { padding-top: 9rem; padding-bottom: 5rem; }
  .gateway-layout { min-height: min(820px, calc(100svh - 8.75rem)); }
  .gateway-copy { max-width: 680px; padding-top: clamp(3.25rem, 7.5vh, 5.75rem); }
  .gateway-product-stage { right: 4rem; bottom: clamp(8rem, 14vh, 12rem); width: min(44vw, 730px); }
  .gateway-entry h1 { font-size: clamp(3.45rem, 3.35vw, 4.45rem); }
  .gateway-summary { max-width: 570px; font-size: 1.08rem; }
  .gateway-categories { font-size: .92rem; }
  .gateway-primary { min-height: 58px; padding: 0 1.65rem; font-size: 1rem; }
}
@media (min-width: 2100px) {
  .gateway-header .container,
  .gateway-entry .container { width: min(1780px, calc(100% - 14rem)); }
  .gateway-product-stage { width: min(58vw, 1040px); }
}
@media (max-width: 1100px) {
  .gateway-entry { align-items: flex-start; min-height: auto; padding: 9.5rem 0 5.5rem; }
  .gateway-layout { display: grid; min-height: 0; gap: 3.25rem; }
  .gateway-copy { max-width: 740px; }
  .gateway-product-stage { position: relative; right: auto; bottom: auto; width: 100%; max-width: 780px; }
  .gateway-layout::after { top: auto; right: -18%; bottom: -8%; width: 118%; height: 48%; }
}
@media (max-width: 600px) {
  .gateway-header .container,
  .gateway-entry .container { width: calc(100% - 1.5rem); }
  .gateway-header { padding: 1.05rem 0; }
  .gateway-header-inner { min-height: 40px; }
  .gateway-logo img { height: 29px; }
  .gateway-channel-label { max-width: 132px; font-size: .56rem; letter-spacing: .035em; }
  .gateway-inquiry { min-height: 40px; padding: 0 .85rem; font-size: .75rem; }
  .gateway-entry { padding: 7.5rem 0 3.5rem; }
  .gateway-entry::before { background-size: 25px 25px; }
  .gateway-layout { gap: 2.5rem; }
  .gateway-copy { padding-top: 0; }
  .gateway-eyebrow { font-size: .66rem; letter-spacing: .13em; }
  .gateway-entry h1 { font-size: clamp(2.55rem, 11vw, 3.7rem); }
  .gateway-entry h1::after { width: 72px; margin-top: 1.35rem; }
  .gateway-summary { margin-top: 1.4rem; font-size: 1rem; line-height: 1.6; }
  .gateway-categories { font-size: .82rem; }
  .gateway-categories span { margin: 0 .22rem; }
  .gateway-primary { width: 100%; min-height: 54px; padding: 0 1rem; font-size: .92rem; }
  .gateway-reassurance { font-size: .8rem; line-height: 1.5; }
  .gateway-footer { padding-top: 1rem; padding-bottom: 1.15rem; }
}

/* Option 2: a single, centered gateway rather than a shortened two-column homepage. */
.gateway-option-two .gateway-layout { display: flex; align-items: center; flex-direction: column; min-height: min(760px, calc(100svh - 8rem)); text-align: center; }
.gateway-option-two .gateway-layout::after { top: 35%; right: 50%; width: min(72vw, 1120px); height: 58%; transform: translateX(50%); background: radial-gradient(ellipse at 50% 58%, rgba(31, 106, 206, .19) 0%, rgba(18, 67, 131, .08) 36%, rgba(7, 23, 43, 0) 74%); }
.gateway-option-two .gateway-copy { max-width: 730px; padding-top: clamp(3.5rem, 9vh, 6.5rem); }
.gateway-option-two .gateway-entry h1 { max-width: 790px; }
.gateway-option-two .gateway-summary { max-width: 620px; margin-right: auto; margin-left: auto; }
.gateway-option-two .gateway-categories { margin-bottom: 1.65rem; }
.gateway-option-two .gateway-primary { min-width: 236px; }
.gateway-option-two .gateway-reassurance { display: none; }
.gateway-option-two .gateway-product-stage { right: 50%; bottom: -5.5rem; width: min(32vw, 520px); transform: translateX(50%); }

@media (min-width: 1600px) {
  .gateway-option-two .gateway-layout { min-height: min(820px, calc(100svh - 8.75rem)); }
  .gateway-option-two .gateway-copy { max-width: 760px; padding-top: clamp(3.75rem, 8vh, 6.75rem); }
  .gateway-option-two .gateway-entry h1 { font-size: clamp(3.5rem, 3.5vw, 4.6rem); }
  .gateway-option-two .gateway-product-stage { right: 50%; bottom: -5.5rem; width: min(30vw, 500px); }
}

@media (max-width: 1100px) {
  .gateway-option-two .gateway-layout { display: grid; text-align: left; }
  .gateway-option-two .gateway-layout::after { right: -18%; bottom: -8%; width: 118%; height: 48%; transform: none; }
  .gateway-option-two .gateway-copy { max-width: 740px; padding-top: 0; }
  .gateway-option-two .gateway-summary { margin-right: 0; margin-left: 0; }
  .gateway-option-two .gateway-reassurance { display: block; }
  .gateway-option-two .gateway-product-stage { right: auto; bottom: auto; width: 100%; max-width: 680px; transform: none; }
}

/* Product-led gateway: a concise overview before the full website. */
.gateway-option-product .gateway-layout { display: flex; align-items: center; flex-direction: column; min-height: min(760px, calc(100svh - 8rem)); padding-top: 1.25rem; text-align: center; }
.gateway-option-product .gateway-layout::after { top: 25%; right: 50%; width: min(78vw, 1260px); height: 68%; transform: translateX(50%); background: radial-gradient(ellipse at 50% 55%, rgba(31, 106, 206, .20) 0%, rgba(18, 67, 131, .10) 40%, rgba(7, 23, 43, 0) 75%); }
.gateway-option-product .gateway-copy { max-width: 900px; padding-top: 0; }
.gateway-option-product .gateway-entry h1 { max-width: 920px; font-size: clamp(3rem, 4vw, 4.7rem); }
.gateway-option-product .gateway-entry h1::after { width: 86px; margin: 1.25rem auto 0; }
.gateway-option-product .gateway-summary { max-width: 740px; margin: 1.25rem auto 1.5rem; font-size: 1.05rem; }
.gateway-option-product .gateway-categories { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0; color: #f5f9ff; font-size: 1rem; }
.gateway-option-product .gateway-categories > span { display: inline-flex; align-items: center; gap: .65rem; margin: 0; padding: 0 1.65rem; color: #f5f9ff; }
.gateway-option-product .gateway-categories > span + span { border-left: 1px solid rgba(174, 207, 255, .38); }
.gateway-option-product .gateway-category-mark { display: inline-block; width: .68rem; height: .68rem; border: 1px solid rgba(217, 233, 255, .9); border-radius: 50%; background: radial-gradient(circle, #d9e9ff 0 28%, transparent 33%); box-shadow: 0 0 0 3px rgba(96, 165, 250, .13); }
.gateway-option-product .gateway-product-stage { position: relative; z-index: 1; right: auto; bottom: auto; width: min(68vw, 960px); margin-top: 1.3rem; padding: 1px; overflow: visible; border: 1px solid rgba(174, 207, 255, .22); border-radius: 1.45rem; background: rgba(10, 31, 60, .38); box-shadow: 0 30px 55px rgba(0, 4, 18, .34), inset 0 1px 0 rgba(255, 255, 255, .10); transform: none; }
.gateway-option-product .gateway-product-stage img { display: block; width: 100%; border-radius: 1.35rem; -webkit-mask-image: none; mask-image: none; filter: saturate(1.06) contrast(1.02); transform: none; }
.gateway-option-product .gateway-product-cta { position: relative; z-index: 2; margin-top: clamp(.85rem, 1.25vw, 1.5rem); }
.gateway-option-product .gateway-primary { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); min-width: 370px; min-height: clamp(56px, 3vw, 64px); padding-right: clamp(1.35rem, 2vw, 1.7rem); padding-left: clamp(1.35rem, 2vw, 1.7rem); gap: 0; font-size: clamp(.98rem, .9rem + .25vw, 1.1rem); box-shadow: 0 18px 38px rgba(37, 99, 235, .36); animation: gateway-click-feedback 2.8s ease-in-out infinite; }
.gateway-option-product .gateway-primary::after { position: absolute; z-index: 3; inset: 0; border: 1px solid rgba(219, 234, 254, .9); border-radius: inherit; content: ""; opacity: 0; pointer-events: none; animation: gateway-click-feedback-ring 2.8s ease-out infinite; }
.gateway-primary-label { grid-column: 2; display: inline-flex; align-items: center; justify-content: center; min-width: 0; gap: .7em; white-space: nowrap; }
.gateway-arrow-cue { position: relative; display: inline-grid; width: 1.05em; height: 1.05em; place-items: center; }
.gateway-option-product .gateway-reassurance { margin-top: .72rem; font-size: clamp(.8rem, .75rem + .14vw, .94rem); line-height: 1.5; }
.gateway-click-cue { position: absolute; z-index: 2; top: 50%; right: .8rem; display: grid; width: 42px; height: 60px; place-items: start center; pointer-events: none; filter: drop-shadow(0 4px 8px rgba(0, 20, 54, .78)); transform: translateY(0); }
.gateway-click-cue img { position: relative; z-index: 1; display: block; width: 46px; height: auto; animation: gateway-click-finger 2.8s ease-in-out infinite; }
.gateway-finger-ripple { position: absolute; z-index: 2; top: 1px; left: calc(30% - 5px); width: 14px; height: 14px; border: 2px solid rgba(219, 234, 254, .98); border-radius: 50%; opacity: 0; pointer-events: none; animation: gateway-finger-ripple 2.8s ease-out infinite; }
@keyframes gateway-click-finger { 0%, 100% { opacity: .88; transform: translateY(2px); } 36% { opacity: 1; transform: translateY(-2px); } 48% { opacity: 1; transform: translateY(3px) scale(.97); } 62% { opacity: 1; transform: translateY(0); } }
@keyframes gateway-click-feedback { 0%, 34%, 100% { filter: brightness(1); } 46% { filter: brightness(1.03); } 50% { filter: brightness(1.1); } 62% { filter: brightness(1); } }
@keyframes gateway-click-feedback-ring { 0%, 34%, 100% { opacity: 0; transform: scale(.985); } 46% { opacity: 0; transform: scale(.99); } 50% { opacity: .72; transform: scale(1); } 66% { opacity: 0; transform: scale(1.012); } }
@keyframes gateway-finger-ripple { 0%, 40%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(.35); } 48% { opacity: .92; transform: translate(-50%, -50%) scale(.5); } 62% { opacity: 0; transform: translate(-50%, -50%) scale(2.35); } }
@media (prefers-reduced-motion: reduce) { .gateway-option-product .gateway-primary, .gateway-option-product .gateway-primary::after, .gateway-click-cue img, .gateway-finger-ripple { animation: none; } .gateway-click-cue { opacity: 1; } }

@media (min-width: 1600px) {
  .gateway-option-product .gateway-entry { padding-top: 5rem; padding-bottom: 3rem; }
  .gateway-option-product .gateway-layout { min-height: min(820px, calc(100svh - 8.75rem)); padding-top: 1.5rem; }
  .gateway-option-product .gateway-entry h1 { font-size: clamp(3.5rem, 3.4vw, 4.65rem); }
  .gateway-option-product .gateway-summary { font-size: 1.12rem; }
  .gateway-option-product .gateway-product-stage { width: min(52vw, 820px); margin-top: 1rem; }
}

/* Resolution-aware scaling for the product-led gateway. */
@media (min-width: 1101px) and (max-width: 1599px) {
  .gateway-option-product .gateway-entry { padding-top: 6rem; padding-bottom: 3rem; }
  .gateway-option-product .gateway-layout { min-height: calc(100svh - 9rem); }
  .gateway-option-product .gateway-entry h1 { font-size: clamp(3rem, 4.15vw, 4rem); }
  .gateway-option-product .gateway-summary { font-size: clamp(.98rem, 1.2vw, 1.08rem); }
  .gateway-option-product .gateway-product-stage { width: clamp(640px, 56vw, 800px); margin-top: 1rem; }
  .gateway-option-product .gateway-product-cta { margin-top: 1rem; }
}

/* Keep the product presentation continuous on either side of the 1100px layout breakpoint. */
@media (min-width: 768px) and (max-width: 1400px) {
  .gateway-option-product .gateway-product-stage { width: min(78vw, 780px); }
}

@media (min-width: 1600px) and (min-height: 1150px) {
  .gateway-option-product .gateway-entry { padding-top: clamp(5rem, 7vh, 7rem); padding-bottom: 3rem; }
  .gateway-option-product .gateway-entry h1 { font-size: clamp(3.75rem, 3.75vw, 5rem); }
  .gateway-option-product .gateway-product-stage { width: clamp(780px, 62vh, 900px); }
}

/* 2K and wider: use the additional horizontal space for hierarchy, not empty margins. */
@media (min-width: 2100px) and (min-height: 1100px) {
  .gateway-option-product .gateway-copy { max-width: 1280px; }
  .gateway-option-product .gateway-entry h1 { max-width: 1280px; font-size: clamp(4rem, 3.75vw, 5.75rem); }
  .gateway-option-product .gateway-summary { max-width: 860px; font-size: 1.16rem; }
  .gateway-option-product .gateway-categories { font-size: 1.03rem; line-height: 1.5; }
  .gateway-option-product .gateway-categories > span { min-height: 34px; gap: .7rem; padding-right: 1.8rem; padding-left: 1.8rem; }
  .gateway-option-product .gateway-category-mark { width: .78rem; height: .78rem; }
  .gateway-option-product .gateway-product-stage { width: clamp(860px, 42vw, 980px); }
  .gateway-option-product .gateway-primary { min-width: 390px; min-height: 64px; font-size: 1.1rem; }
}

/* Standard desktop heights: preserve the complete product-to-CTA sequence in the first screen. */
@media (min-width: 1600px) and (max-height: 1100px) {
  .gateway-option-product .gateway-entry { padding-top: 4rem; padding-bottom: 1.5rem; }
  .gateway-option-product .gateway-layout { min-height: calc(100svh - 5.5rem); }
  .gateway-option-product .gateway-product-stage { width: min(45vw, 770px); margin-top: .8rem; }
  .gateway-option-product .gateway-product-cta { margin-top: .8rem; }
}

@media (min-width: 1101px) and (max-height: 900px) {
  .gateway-option-product .gateway-entry { padding-top: 4.5rem; padding-bottom: 2rem; }
  .gateway-option-product .gateway-layout { min-height: calc(100svh - 6.5rem); }
  .gateway-option-product .gateway-copy { transform: scale(.91); transform-origin: center top; }
  .gateway-option-product .gateway-product-stage { width: min(37vw, 570px); margin-top: -.25rem; }
  .gateway-option-product .gateway-product-cta { margin-top: .75rem; transform: scale(.91); transform-origin: center top; }
}

@media (max-width: 1100px) {
  .gateway-option-product .gateway-layout { display: grid; min-height: 0; padding-top: 0; row-gap: 1.5rem; text-align: left; }
  .gateway-option-product .gateway-layout::after { right: -18%; bottom: -8%; width: 118%; height: 48%; transform: none; }
  .gateway-option-product .gateway-copy { max-width: 740px; }
  .gateway-option-product .gateway-entry h1::after { margin-left: 0; }
  .gateway-option-product .gateway-summary { margin-right: 0; margin-left: 0; }
  .gateway-option-product .gateway-categories { justify-content: flex-start; flex-wrap: wrap; gap: .8rem 0; }
  .gateway-option-product .gateway-categories > span { padding: 0 1rem; }
  .gateway-option-product .gateway-categories > span:first-child { padding-left: 0; }
  .gateway-option-product .gateway-product-stage { width: 100%; max-width: 780px; margin-top: 0; }
  .gateway-option-product .gateway-product-cta { margin-top: 1rem; }
  .gateway-option-product .gateway-product-stage img { transform: none; }
}

/* Tablet bridge: retain the stacked reading order without a sudden left-to-center shift. */
@media (min-width: 768px) and (max-width: 1100px) {
  .gateway-option-product .gateway-entry { align-items: center; padding-top: 8.25rem; padding-bottom: 4.5rem; }
  .gateway-option-product .gateway-layout { text-align: center; }
  .gateway-option-product .gateway-copy { margin-right: auto; margin-left: auto; }
  .gateway-option-product .gateway-entry h1::after { margin-right: auto; margin-left: auto; }
  .gateway-option-product .gateway-summary { margin-right: auto; margin-left: auto; }
  .gateway-option-product .gateway-categories { justify-content: center; }
  .gateway-option-product .gateway-categories > span:first-child { padding-left: 1rem; }
  .gateway-option-product .gateway-product-stage { justify-self: center; }
}

@media (max-width: 600px) {
  .gateway-option-product .gateway-layout { row-gap: 1.25rem; }
  .gateway-option-product .gateway-categories { display: grid; }
  .gateway-option-product .gateway-categories > span,
  .gateway-option-product .gateway-categories > span:first-child { padding: 0; border: 0; }
  .gateway-option-product .gateway-primary { position: relative; box-sizing: border-box; width: 100%; min-width: 0; min-height: 54px; padding-right: 1rem; padding-left: 1rem; font-size: .92rem; overflow: visible; }
  .gateway-click-cue { top: 50%; right: .65rem; width: 34px; height: 52px; transform: translateY(0); }
  .gateway-click-cue img { width: 34px; }
}

@media (max-width: 360px) {
  .gateway-option-product .gateway-primary { padding-right: .65rem; padding-left: .65rem; font-size: .8rem; }
  .gateway-primary-label { gap: .48em; }
  .gateway-click-cue { right: .55rem; width: 30px; height: 46px; }
  .gateway-click-cue img { width: 30px; }
}

/* Narrow tablet bridge: retain mobile reading alignment while easing the visual handoff from the centered tablet layout. */
@media (min-width: 601px) and (max-width: 767px) {
  .gateway-option-product .gateway-eyebrow,
  .gateway-option-product .gateway-entry h1 { text-align: center; }
  .gateway-option-product .gateway-entry h1::after { margin-right: auto; margin-left: auto; }
  .gateway-option-product .gateway-product-cta { display: flex; align-items: center; flex-direction: column; text-align: center; }
  .gateway-option-product .gateway-primary { width: min(100%, 370px); }
}
