/* TopupNaija home, purpose-built visual system */
:root {
  --tn-forest: #003b2a;
  --tn-forest-deep: #00271f;
  --tn-ink: #071611;
  --tn-green: #18c96e;
  --tn-green-bright: #28d77b;
  --tn-mint: #eef8f2;
  --tn-warm: #fafaf7;
  --tn-copy: #27352f;
  --tn-muted: #68746e;
  --tn-border: #e5eae7;
  --tn-white: #ffffff;
  --tn-shadow: 0 24px 60px rgba(3, 26, 18, .14);
}

body.tn-enterprise-home {
  background: var(--tn-warm);
  color: var(--tn-ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.tn-enterprise-home *, .tn-enterprise-home *::before, .tn-enterprise-home *::after { box-sizing: border-box; }
.tn-enterprise-home a { color: inherit; text-decoration: none; }
.tn-enterprise-home button { font: inherit; }
.tn-shell { width: min(1184px, calc(100% - 48px)); margin-inline: auto; }
.tn-overline, .tn-eyebrow { margin: 0; color: var(--tn-green); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.tn-overline { color: #15945a; }
.tn-enterprise-home .skip-link { z-index: 50; }

/* Navigation */
.tn-enterprise-home .tn-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: background .2s ease, box-shadow .2s ease;
}
.tn-enterprise-home .tn-header.scrolled { position: fixed; background: rgba(0, 39, 31, .97); box-shadow: 0 8px 24px rgba(0, 0, 0, .16); }
.tn-nav-shell { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.tn-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.tn-logo img { display: block; width: auto; height: 28px; }
.tn-primary-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.tn-primary-nav a, .tn-login-link { color: rgba(255, 255, 255, .78); font-size: .73rem; font-weight: 700; transition: color .18s ease; }
.tn-primary-nav a:hover, .tn-primary-nav a:focus-visible, .tn-login-link:hover, .tn-login-link:focus-visible { color: var(--tn-green-bright); }
.tn-nav-actions { display: flex; align-items: center; gap: 20px; }
.tn-enterprise-home .tn-button, .tn-enterprise-home .tn-outline-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 19px; border: 1px solid var(--tn-green); border-radius: 7px; background: var(--tn-green); color: #032718; font-size: .75rem; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.tn-enterprise-home .tn-button svg, .tn-enterprise-home .tn-outline-button svg { width: 14px; height: 14px; stroke-width: 2.5; }
.tn-enterprise-home .tn-button:hover, .tn-enterprise-home .tn-button:focus-visible { background: var(--tn-green-bright); border-color: var(--tn-green-bright); color: #00271f; transform: translateY(-2px); }
.tn-enterprise-home .tn-button-nav { min-height: 37px; padding: 0 13px; font-size: .66rem; }
.tn-enterprise-home .tn-menu-button { display: none; margin-left: auto; }
.tn-enterprise-home .tn-mobile-drawer { background: var(--tn-forest-deep); }
.tn-mobile-drawer .tn-logo img { height: 28px; }
.tn-mobile-drawer .mobile-nav-links { gap: 2px; }
.tn-mobile-drawer .mobile-nav-link { border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.9); font-family: Manrope, Arial, sans-serif; font-size: .98rem; font-weight: 700; }
.tn-mobile-drawer .mobile-drawer-actions { display: grid; gap: 12px; }
.tn-mobile-login { color: var(--tn-white); font-size: .9rem; font-weight: 700; text-align: center; }

/* Hero */
.tn-hero { position: relative; overflow: hidden; min-height: 682px; padding: 147px 0 68px; background: var(--tn-forest-deep); }
.tn-hero::after { position: absolute; right: -210px; bottom: -250px; width: 660px; height: 660px; border: 1px solid rgba(72, 223, 144, .09); border-radius: 50%; box-shadow: 0 0 0 78px rgba(72,223,144,.025), 0 0 0 157px rgba(72,223,144,.018); content: ""; pointer-events: none; }
.tn-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: 42px; }
.tn-hero-copy { max-width: 475px; padding-bottom: 22px; }
.tn-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--tn-green-bright); }
.tn-eyebrow span { display: inline-block; width: 18px; height: 2px; background: currentColor; }
.tn-hero h1 { max-width: 520px; margin: 0; color: var(--tn-white); font-size: clamp(2.65rem, 4.25vw, 4.15rem); font-weight: 800; letter-spacing: -.065em; line-height: .99; }
.tn-hero h1 em { color: var(--tn-green); font-style: normal; }
.tn-hero-summary { max-width: 450px; margin: 21px 0 0; color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.7; }
.tn-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 25px; }
.tn-enterprise-home .tn-text-button { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.92); font-size: .74rem; font-weight: 800; }
.tn-enterprise-home .tn-text-button:hover { color: var(--tn-green-bright); }
.tn-text-button svg { width: 14px; height: 14px; }
.tn-payment-line { display: flex; align-items: center; gap: 7px; margin: 27px 0 0; color: rgba(255,255,255,.54); font-size: .62rem; font-weight: 600; }
.tn-payment-line svg { width: 12px; height: 12px; color: var(--tn-green); }
.tn-payment-line img { width: auto; height: 13px; object-fit: contain; filter: grayscale(1) brightness(2.25); opacity: .87; }

/* Hero product composition */
.tn-hero-product { position: relative; min-height: 470px; }
.tn-product-backdrop { position: absolute; top: 16px; right: -6px; width: 83%; height: 388px; border: 1px solid rgba(111,234,168,.15); border-radius: 22px; background: linear-gradient(135deg, rgba(15,92,61,.42), rgba(8,44,34,.16)); transform: rotate(-4deg); }
.tn-desktop-app { position: absolute; z-index: 1; top: 13px; left: 9px; width: min(82%, 510px); overflow: hidden; border: 5px solid #0d1d18; border-radius: 14px; background: #092c22; box-shadow: 0 25px 48px rgba(0,0,0,.35); transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); transform-origin: left center; }
.tn-window-top { display: flex; align-items: center; gap: 4px; height: 27px; padding: 0 11px; background: #071b15; }
.tn-window-top > span { display: block; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.27); }
.tn-window-top p { margin: 0 auto; color: rgba(255,255,255,.45); font-size: .46rem; }
.tn-window-top b { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: #1fbc70; color: #07301f; font-size: .38rem; }
.tn-desktop-body { display: grid; min-height: 310px; grid-template-columns: 104px 1fr; }
.tn-app-sidebar { display: flex; flex-direction: column; gap: 12px; padding: 19px 10px; background: #06241b; }
.tn-app-sidebar img { width: 75px; height: auto; margin: 0 0 11px 3px; }
.tn-app-sidebar span { display: flex; align-items: center; gap: 6px; padding: 7px 6px; border-radius: 5px; color: rgba(255,255,255,.55); font-size: .48rem; font-weight: 600; }
.tn-app-sidebar span svg { width: 11px; height: 11px; }
.tn-app-sidebar .tn-app-menu-active { color: #c7f6d9; background: rgba(46,199,113,.18); }
.tn-app-content { padding: 22px 23px 18px; background: #f4faf6; }
.tn-dashboard-heading { display: flex; align-items: center; justify-content: space-between; }
.tn-dashboard-heading p { margin: 0; color: #1d372c; font-size: .6rem; font-weight: 800; }
.tn-dashboard-heading svg { width: 14px; height: 14px; color: #476157; }
.tn-wallet-panel { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; padding: 15px; border-radius: 8px; background: #057142; color: white; }
.tn-wallet-panel small { display: block; color: rgba(255,255,255,.72); font-size: .47rem; }
.tn-wallet-panel strong { display: block; margin-top: 3px; font-size: 1.1rem; letter-spacing: -.05em; }
.tn-wallet-panel a { display: inline-flex; align-items: center; gap: 3px; padding: 6px 8px; border-radius: 4px; background: white; color: #075c38; font-size: .45rem; font-weight: 800; }
.tn-wallet-panel a svg { width: 8px; height: 8px; }
.tn-quick-label { margin: 15px 0 7px; color: #537166; font-size: .47rem; font-weight: 700; }
.tn-quick-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.tn-quick-actions span { display: grid; justify-items: center; gap: 5px; padding: 7px 1px; border: 1px solid #e2eee7; border-radius: 5px; color: #547166; font-size: .4rem; }
.tn-quick-actions svg { width: 13px; height: 13px; color: #087a49; }
.tn-recent-row { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.tn-recent-row p { margin: 0; color: #365448; font-size: .48rem; font-weight: 800; }
.tn-recent-row a { color: #0d8853; font-size: .44rem; font-weight: 800; }
.tn-history-line { display: grid; grid-template-columns: 14px 1fr auto; align-items: center; gap: 5px; padding: 6px 0; border-bottom: 1px solid #e6eee9; color: #4e6d60; font-size: .43rem; }
.tn-history-line > i { display: grid; width: 12px; height: 12px; place-items: center; border-radius: 50%; background: #d7f4e3; color: #10824f; }
.tn-history-line > i svg { width: 8px; height: 8px; }
.tn-history-line small { color: #15945a; font-size: .39rem; font-weight: 700; }
.tn-mobile-app { position: absolute; z-index: 3; top: 45px; right: 67px; width: 176px; min-height: 375px; padding: 32px 17px 17px; border: 5px solid #d8e4dc; border-radius: 24px; background: white; box-shadow: 0 20px 35px rgba(0,0,0,.32); transform: rotate(4.5deg); }
.tn-mobile-notch { position: absolute; top: 8px; left: 50%; width: 55px; height: 11px; border-radius: 10px; background: #11231c; transform: translateX(-50%); }
.tn-mobile-head { display: flex; align-items: center; justify-content: space-between; }
.tn-mobile-head img { width: 66px; height: auto; }
.tn-mobile-head svg { width: 13px; height: 13px; color: #295943; }
.tn-mobile-kicker { margin: 29px 0 5px; color: #15945a; font-size: .48rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.tn-mobile-app h2 { margin: 0; color: #17382a; font-size: 1.1rem; letter-spacing: -.06em; line-height: 1.09; }
.tn-mobile-detail { display: flex; flex-direction: column; gap: 2px; margin-top: 17px; padding-bottom: 8px; border-bottom: 1px solid #e1ebe5; }
.tn-mobile-detail span { color: #6c8177; font-size: .44rem; }
.tn-mobile-detail strong { color: #254738; font-size: .58rem; }
.tn-mobile-app button { display: flex; align-items: center; justify-content: center; gap: 5px; width: 100%; margin-top: 17px; padding: 10px 4px; border: 0; border-radius: 6px; background: #12945a; color: white; font-size: .48rem; font-weight: 800; }
.tn-mobile-app button svg { width: 10px; height: 10px; }
.tn-payment-receipt { position: absolute; z-index: 4; right: -2px; bottom: 12px; width: 147px; padding: 15px 13px 13px; border-radius: 8px; background: #fbfdfb; box-shadow: 0 18px 35px rgba(0,0,0,.26); transform: rotate(-2deg); }
.tn-receipt-mark { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #d6f6e3; color: #118752; }
.tn-receipt-mark svg { width: 13px; height: 13px; }
.tn-payment-receipt p { margin: 9px 0 2px; color: #628075; font-size: .42rem; }
.tn-payment-receipt strong { display: block; color: #1f3c2e; font-size: .62rem; }
.tn-payment-receipt small { display: block; margin-top: 6px; color: #789087; font-size: .38rem; line-height: 1.3; }

/* Trust strip */
.tn-trust-strip { position: relative; z-index: 2; border-bottom: 1px solid var(--tn-border); background: white; }
.tn-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; }
.tn-trust-grid > div { display: flex; align-items: flex-start; gap: 10px; min-height: 76px; padding: 18px 16px; border-right: 1px solid var(--tn-border); }
.tn-trust-grid > div:first-child { border-left: 1px solid var(--tn-border); }
.tn-trust-grid > div > i { width: 19px; height: 19px; flex: 0 0 auto; color: #15945a; }
.tn-trust-grid > div > img { width: 23px; height: 23px; object-fit: contain; }
.tn-trust-grid strong, .tn-trust-grid small { display: block; }
.tn-trust-grid strong { color: #20372d; font-size: .57rem; font-weight: 800; line-height: 1.25; }
.tn-trust-grid small { margin-top: 3px; color: #75857e; font-size: .45rem; line-height: 1.35; }

/* Product ecosystem */
.tn-ecosystem { padding: 91px 0 100px; background: var(--tn-warm); }
.tn-section-intro { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 80px; }
.tn-section-intro h2, .tn-wallet-copy h2, .tn-process-heading h2, .tn-business-copy h2, .tn-company-copy h2, .tn-final-cta h2 { margin: 8px 0 0; color: #0d2319; font-size: clamp(2rem, 3.1vw, 3.1rem); font-weight: 800; letter-spacing: -.065em; line-height: 1.06; }
.tn-section-intro h2 span { color: #15945a; }
.tn-section-intro > p { max-width: 360px; margin: 0 0 6px; color: var(--tn-muted); font-size: .74rem; line-height: 1.7; }
.tn-category-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 37px; }
.tn-category-card { position: relative; display: grid; grid-template-rows: 212px 1fr; overflow: hidden; min-height: 497px; border-radius: 10px; background: #092b21; color: white; box-shadow: 0 9px 20px rgba(3,32,22,.07); }
.tn-category-home { background: #182641; }
.tn-category-business { background: #081c28; }
.tn-category-art { position: relative; overflow: hidden; }
.tn-category-copy { display: flex; flex-direction: column; padding: 24px 25px 25px; }
.tn-category-copy h3 { margin: 0 0 13px; color: #fff; font-size: 1.26rem; font-weight: 800; letter-spacing: -.05em; }
.tn-category-rule { width: 100%; height: 1px; background: rgba(255,255,255,.18); }
.tn-category-copy ul { display: grid; gap: 7px; min-height: 104px; margin: 15px 0 18px; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: .68rem; }
.tn-category-copy li { display: flex; align-items: center; gap: 8px; }
.tn-category-copy li::before { width: 4px; height: 4px; border-radius: 50%; background: var(--tn-green); content: ""; }
.tn-category-copy a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--tn-green-bright); font-size: .65rem; font-weight: 800; }
.tn-category-copy a svg { width: 13px; height: 13px; }
.tn-personal-art { background: radial-gradient(circle at 20% 8%, rgba(42,215,123,.66), transparent 32%), linear-gradient(135deg, #0a4e38, #071d16 75%); }
.tn-signal { position: absolute; border: 1px solid rgba(175,255,209,.35); border-radius: 50%; }
.tn-signal.s1 { top: 18px; left: 35px; width: 122px; height: 122px; }.tn-signal.s2 { top: 2px; left: 18px; width: 155px; height: 155px; }.tn-signal.s3 { top: -24px; left: -10px; width: 211px; height: 211px; opacity: .52; }
.tn-category-icon { position: absolute; top: 61px; left: 78px; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(202,255,224,.34); border-radius: 18px; background: rgba(2,47,33,.52); box-shadow: 0 16px 40px rgba(0,0,0,.28); color: #d7ffe6; transform: rotate(-10deg); }
.tn-category-icon svg { width: 32px; height: 32px; }
.tn-mini-service { position: absolute; display: flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; background: rgba(239,255,246,.92); box-shadow: 0 10px 24px rgba(0,0,0,.18); color: #174a33; font-size: .53rem; font-weight: 800; }
.tn-mini-service svg { width: 13px; height: 13px; color: #05995a; }.tn-mini-service-one { top: 41px; right: 27px; transform: rotate(6deg); }.tn-mini-service-two { right: 42px; bottom: 33px; transform: rotate(-6deg); }.tn-mini-service-two svg { color: #dd9a12; }
.tn-home-art { background: radial-gradient(circle at 78% 24%, rgba(87,127,255,.52), transparent 26%), linear-gradient(145deg, #253963, #10182c 76%); }
.tn-home-screen { position: absolute; top: 28px; left: 53px; width: 219px; padding: 19px; border: 1px solid rgba(197,211,255,.34); border-radius: 10px; background: rgba(11,20,44,.63); box-shadow: 0 18px 33px rgba(0,0,0,.25); transform: rotate(-5deg); }
.tn-screen-line { display: block; width: 84%; height: 5px; margin-bottom: 6px; border-radius: 5px; background: rgba(255,255,255,.16); }.tn-screen-line.short { width: 47%; background: rgba(176,255,219,.7); }
.tn-home-screen > div { display: flex; align-items: center; gap: 8px; padding: 8px 0 0; color: rgba(255,255,255,.82); font-size: .55rem; }.tn-home-screen svg { width: 16px; height: 16px; color: #72efb0; }.tn-home-screen > div:nth-of-type(2) svg { color: #8ca7ff; }.tn-home-screen > div:nth-of-type(3) svg { color: #e0a8ff; }
.tn-home-orb { position: absolute; right: 24px; bottom: 23px; width: 73px; height: 73px; border: 16px solid #7effbd; border-radius: 50%; box-shadow: 0 0 0 13px rgba(126,255,189,.18); }
.tn-business-art { background: radial-gradient(circle at 22% 14%, rgba(39,190,181,.35), transparent 25%), linear-gradient(145deg, #102f3c, #07151d 78%); }
.tn-code-window { position: absolute; top: 32px; left: 38px; width: 240px; padding: 13px 15px 17px; border: 1px solid rgba(156,241,232,.25); border-radius: 8px; background: rgba(1,20,27,.76); box-shadow: 0 19px 38px rgba(0,0,0,.32); transform: rotate(4deg); }.tn-code-window > span { display: flex; gap: 4px; margin-bottom: 13px; }.tn-code-window > span b { width: 5px; height: 5px; border-radius: 50%; background: #4a8988; }.tn-code-window code { color: #c8f4ee; font-size: .56rem; line-height: 2.05; }.tn-code-window code i { color: #58e3a0; font-style: normal; }.tn-code-window code em { color: #c897ff; font-style: normal; }
.tn-bulk-list { position: absolute; right: 20px; bottom: 22px; display: grid; gap: 7px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(241,255,251,.94); box-shadow: 0 12px 25px rgba(0,0,0,.23); }.tn-bulk-list span { display: flex; align-items: center; gap: 5px; color: #194336; font-size: .49rem; font-weight: 800; }.tn-bulk-list svg { width: 11px; height: 11px; color: #06985a; }

/* Signature wallet section */
.tn-wallet-section { overflow: hidden; padding: 83px 0 79px; background: var(--tn-forest-deep); }
.tn-wallet-layout { display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; gap: 60px; }.tn-wallet-copy h2 { max-width: 400px; color: white; }.tn-wallet-copy > p:not(.tn-overline) { max-width: 390px; margin: 18px 0 20px; color: rgba(255,255,255,.64); font-size: .76rem; line-height: 1.75; }.tn-wallet-copy .tn-overline { color: var(--tn-green-bright); }.tn-inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--tn-green-bright); font-size: .69rem; font-weight: 800; }.tn-inline-link svg { width: 14px; height: 14px; }.tn-inline-link:hover { color: white; }
.tn-wallet-visual { position: relative; min-height: 345px; }.tn-wallet-core { position: absolute; z-index: 2; top: 110px; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 123px; height: 123px; border: 1px solid rgba(155,255,203,.47); border-radius: 20px; background: radial-gradient(circle at 35% 20%, #11613f, #063221 70%); box-shadow: 0 0 0 14px rgba(66,221,130,.06), 0 0 42px rgba(23,216,110,.31); transform: translateX(-50%) rotate(45deg); }.tn-wallet-core img { width: 66px; transform: rotate(-45deg); }.tn-wallet-core span { color: white; font-size: .58rem; font-weight: 800; transform: rotate(-45deg); }.tn-wallet-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.88); font-size: .62rem; font-weight: 700; }.tn-wallet-node i { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(159,255,205,.35); border-radius: 8px; background: rgba(10,94,59,.65); color: var(--tn-green-bright); }.tn-wallet-node svg { width: 14px; height: 14px; }.tn-node-airtime { top: 28px; left: 3%; }.tn-node-data { top: 12px; right: 13%; }.tn-node-power { top: 157px; left: 4%; }.tn-node-tv { top: 250px; left: 19%; }.tn-node-exam { top: 244px; right: 11%; }.tn-node-voucher { top: 144px; right: 2%; }.tn-route { position: absolute; left: 50%; z-index: 1; width: 1px; height: 151px; background: linear-gradient(to bottom, rgba(36,207,116,.2), rgba(36,207,116,.75)); transform-origin: bottom; }.tn-route::before { position: absolute; top: -3px; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--tn-green-bright); box-shadow: 0 0 13px var(--tn-green); content: ""; }.tn-route-one { top: 42px; transform: rotate(-56deg); }.tn-route-two { top: 25px; transform: rotate(42deg); }.tn-route-three { top: 159px; transform: rotate(-91deg); }.tn-route-four { top: 205px; transform: rotate(-133deg); }.tn-route-five { top: 204px; transform: rotate(128deg); }.tn-route-six { top: 157px; transform: rotate(91deg); }

/* Payment flow */
.tn-process { padding: 86px 0 94px; background: white; }.tn-process-heading { display: flex; align-items: end; justify-content: space-between; }.tn-process-heading h2 { margin-top: 8px; }.tn-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 40px 0 0; padding: 0; list-style: none; }.tn-process-steps li { position: relative; padding: 0 24px 0 0; }.tn-process-steps li:not(:last-child)::after { position: absolute; top: 11px; right: 12px; left: 37px; border-top: 1px solid #b7e7cc; content: ""; }.tn-process-dot { position: relative; z-index: 1; display: block; width: 24px; height: 24px; border: 7px solid #e2f6e9; border-radius: 50%; background: #168853; box-shadow: 0 0 0 3px white; }.tn-process-steps div { padding-top: 28px; }.tn-process-steps svg { width: 20px; height: 20px; color: #15945a; }.tn-process-steps h3 { margin: 13px 0 6px; color: #173329; font-size: .86rem; font-weight: 800; letter-spacing: -.03em; }.tn-process-steps p { max-width: 204px; margin: 0; color: #71817a; font-size: .65rem; line-height: 1.65; }

/* Business editorial section */
.tn-business-section { padding: 92px 0; background: var(--tn-mint); }.tn-business-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 88px; }.tn-business-visual { overflow: hidden; border: 1px solid #d5e9dc; border-radius: 12px; background: white; box-shadow: var(--tn-shadow); }.tn-bulk-header { display: flex; justify-content: space-between; padding: 15px 19px; border-bottom: 1px solid #e7efea; color: #537366; font-size: .57rem; font-weight: 800; }.tn-bulk-header svg { width: 17px; height: 17px; }.tn-bulk-title { display: flex; align-items: end; justify-content: space-between; padding: 22px 22px 18px; }.tn-bulk-title span { display: block; color: #6c857a; font-size: .52rem; }.tn-bulk-title strong { display: block; color: #143526; font-size: 1.15rem; letter-spacing: -.05em; }.tn-bulk-title button { display: inline-flex; align-items: center; gap: 5px; padding: 8px 9px; border: 1px solid #cde8d8; border-radius: 5px; background: #effaf3; color: #137e4c; font-size: .5rem; font-weight: 800; }.tn-bulk-title button svg { width: 12px; height: 12px; }.tn-bulk-table { margin: 0 22px 13px; border: 1px solid #e2ece6; border-radius: 8px; overflow: hidden; }.tn-bulk-table > div { display: grid; grid-template-columns: 1.5fr .8fr .75fr; gap: 6px; align-items: center; padding: 12px 13px; border-top: 1px solid #e8f0eb; color: #527064; font-size: .54rem; }.tn-bulk-table > div:first-child { border-top: 0; }.tn-bulk-labels { background: #f8fbf9; color: #8aa096 !important; font-size: .47rem !important; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.tn-bulk-table > div > span:first-child { display: flex; align-items: center; gap: 6px; color: #284a3a; font-weight: 700; }.tn-bulk-table svg { width: 13px; height: 13px; color: #6a8b7c; }.tn-bulk-table b { display: inline-flex; align-items: center; gap: 3px; color: #118952; font-size: .47rem; }.tn-bulk-table b svg { width: 11px; height: 11px; color: currentColor; }.tn-bulk-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 21px; background: #063523; color: rgba(255,255,255,.73); font-size: .52rem; }.tn-bulk-footer a { display: inline-flex; align-items: center; gap: 5px; color: #7ef3b8; font-size: .55rem; font-weight: 800; }.tn-bulk-footer svg { width: 12px; height: 12px; }.tn-business-copy h2 { max-width: 455px; }.tn-business-copy > p:not(.tn-overline) { margin: 17px 0 23px; color: #687b72; font-size: .74rem; line-height: 1.75; }.tn-business-links { display: grid; border-top: 1px solid #cfdfd5; }.tn-business-links a { display: grid; grid-template-columns: 28px 1fr 16px; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #cfdfd5; }.tn-business-links > a > svg:first-child { width: 19px; height: 19px; color: #158b53; }.tn-business-links strong, .tn-business-links small { display: block; }.tn-business-links strong { color: #19382a; font-size: .68rem; }.tn-business-links small { margin-top: 1px; color: #758a80; font-size: .54rem; }.tn-business-links > a > svg:last-child { width: 14px; height: 14px; color: #15945a; }.tn-business-links a:hover { padding-left: 5px; }

/* Company section */
.tn-company-section { padding: 98px 0; background: var(--tn-warm); }.tn-company-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 106px; }.tn-company-art { position: relative; min-height: 320px; }.tn-company-plate { position: absolute; top: 9px; left: 33px; display: flex; flex-direction: column; min-height: 290px; width: 280px; padding: 24px; overflow: hidden; border-radius: 9px; background: linear-gradient(145deg, #d7eadf, #b9d7c6); color: #073422; transform: rotate(-5deg); }.tn-company-plate::after { position: absolute; right: -42px; bottom: -45px; width: 180px; height: 180px; border: 1px solid rgba(9,85,47,.22); border-radius: 50%; box-shadow: 0 0 0 23px rgba(9,85,47,.07), 0 0 0 47px rgba(9,85,47,.06); content: ""; }.tn-company-kicker { font-size: .53rem; font-weight: 800; letter-spacing: .16em; }.tn-company-symbol { display: grid; width: 75px; height: 75px; place-items: center; margin-top: 29px; border-radius: 17px; background: #087a47; color: white; transform: rotate(45deg); }.tn-company-symbol span { font-size: 2.3rem; font-weight: 800; transform: rotate(-45deg); }.tn-company-lines { display: grid; gap: 5px; width: 112px; margin-top: auto; }.tn-company-lines span { display: block; height: 3px; background: rgba(2,57,36,.5); }.tn-company-lines span:nth-child(2) { width: 77%; }.tn-company-lines span:nth-child(3) { width: 49%; }.tn-company-plate p { position: relative; z-index: 1; margin: 17px 0 0; font-size: .72rem; font-weight: 800; line-height: 1.45; }.tn-company-tab { position: absolute; padding: 10px 11px; border: 1px solid #d5e3da; border-radius: 5px; background: white; box-shadow: 0 12px 22px rgba(10,57,36,.1); color: #287154; font-size: .47rem; font-weight: 800; letter-spacing: .1em; }.tn-company-tab-top { top: 37px; right: 24px; }.tn-company-tab-bottom { right: 5px; bottom: 28px; }.tn-company-copy h2 { max-width: 540px; }.tn-company-copy > p:not(.tn-overline) { max-width: 510px; margin: 17px 0 19px; color: #687b72; font-size: .75rem; line-height: 1.75; }.tn-company-points { display: grid; gap: 10px; margin-top: 23px; }.tn-company-points span { display: flex; align-items: center; gap: 8px; color: #557267; font-size: .62rem; font-weight: 700; }.tn-company-points i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 5px; background: #e2f5e9; color: #15945a; }.tn-company-points svg { width: 12px; height: 12px; }

/* CTA and footer */
.tn-final-cta { padding: 57px 0; background: #07583a; color: white; }.tn-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.tn-final-cta .tn-overline { color: #94f4bd; }.tn-final-cta h2 { max-width: 625px; color: white; font-size: clamp(1.7rem, 2.45vw, 2.45rem); }.tn-final-cta p:not(.tn-overline) { max-width: 540px; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: .7rem; }.tn-final-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }.tn-final-actions .tn-button { background: var(--tn-green-bright); border-color: var(--tn-green-bright); }.tn-enterprise-home .tn-outline-button { border-color: rgba(255,255,255,.38); background: transparent; color: white; }.tn-enterprise-home .tn-outline-button:hover { border-color: white; background: white; color: var(--tn-forest); transform: translateY(-2px); }
.tn-footer { padding: 53px 0 0; background: #002c20; color: rgba(255,255,255,.72); }.tn-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 48px; padding-bottom: 42px; }.tn-footer .tn-logo img { height: 29px; }.tn-footer-brand p { max-width: 240px; margin: 17px 0; color: rgba(255,255,255,.59); font-size: .64rem; line-height: 1.65; }.tn-social-links { display: flex; gap: 8px; }.tn-social-links a { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.tn-social-links img { width: 11px; height: 11px; object-fit: contain; filter: brightness(0) invert(1); }.tn-footer h3 { margin: 1px 0 14px; color: white; font-size: .68rem; font-weight: 800; }.tn-footer-grid > div:not(.tn-footer-brand) { display: grid; align-content: start; gap: 8px; }.tn-footer-grid > div:not(.tn-footer-brand) a { color: rgba(255,255,255,.63); font-size: .61rem; }.tn-footer-grid > div:not(.tn-footer-brand) a:hover, .tn-footer-bottom a:hover { color: var(--tn-green-bright); }.tn-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 18px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .54rem; }.tn-footer-bottom a { color: rgba(255,255,255,.75); font-weight: 700; }

@media (max-width: 1050px) {
  .tn-primary-nav { gap: 16px; }.tn-nav-shell { gap: 22px; }.tn-hero-grid { grid-template-columns: .75fr 1.25fr; gap: 13px; }.tn-mobile-app { right: 20px; }.tn-payment-receipt { right: -15px; }.tn-company-layout { gap: 62px; }.tn-business-layout { gap: 54px; }
}

@media (max-width: 860px) {
  .tn-shell { width: min(100% - 36px, 620px); }.tn-primary-nav, .tn-nav-actions { display: none; }.tn-enterprise-home .tn-menu-button { display: flex; flex-direction: column; gap: 5px; width: 38px; height: 38px; padding: 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: transparent; }.tn-enterprise-home .tn-menu-button span { width: 100%; height: 1px; background: white; }.tn-hero { min-height: 0; padding: 130px 0 47px; }.tn-hero-grid { grid-template-columns: 1fr; gap: 33px; }.tn-hero-copy { max-width: 530px; padding: 0; }.tn-hero-summary { max-width: 500px; }.tn-hero-product { min-height: 424px; width: min(100%, 610px); margin: 0 auto; }.tn-desktop-app { width: 81%; }.tn-mobile-app { right: 4%; }.tn-payment-receipt { right: 0; }.tn-trust-grid { grid-template-columns: repeat(2, 1fr); }.tn-trust-grid > div:first-child, .tn-trust-grid > div { border-left: 1px solid var(--tn-border); }.tn-trust-grid > div:last-child { grid-column: span 2; }.tn-section-intro { grid-template-columns: 1fr; gap: 15px; }.tn-section-intro > p { max-width: 490px; }.tn-category-layout { grid-template-columns: 1fr; gap: 15px; }.tn-category-card { grid-template-columns: 45% 55%; grid-template-rows: 1fr; min-height: 300px; }.tn-category-copy { min-height: 300px; }.tn-category-copy ul { min-height: 0; }.tn-wallet-layout, .tn-business-layout, .tn-company-layout { grid-template-columns: 1fr; gap: 38px; }.tn-wallet-visual { max-width: 580px; width: 100%; margin: auto; }.tn-business-visual { order: 2; }.tn-business-copy { order: 1; }.tn-company-art { width: min(100%, 430px); }.tn-final-cta-inner { display: grid; }.tn-footer-grid { grid-template-columns: 1.35fr repeat(2, 1fr); }.tn-footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .tn-shell { width: min(100% - 28px, 460px); }.tn-nav-shell { min-height: 72px; }.tn-logo img { height: 25px; }.tn-hero { padding-top: 111px; }.tn-hero h1 { font-size: clamp(2.5rem, 12.2vw, 3.25rem); }.tn-hero-summary { font-size: .82rem; }.tn-hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.tn-hero-product { min-height: 320px; margin-top: 5px; }.tn-product-backdrop { height: 260px; }.tn-desktop-app { top: 11px; left: 0; width: 80%; border-width: 3px; }.tn-window-top { height: 19px; }.tn-desktop-body { min-height: 210px; grid-template-columns: 67px 1fr; }.tn-app-sidebar { gap: 7px; padding: 11px 5px; }.tn-app-sidebar img { width: 48px; margin-bottom: 4px; }.tn-app-sidebar span { gap: 3px; padding: 4px; font-size: .34rem; }.tn-app-sidebar span svg { width: 8px; height: 8px; }.tn-app-content { padding: 12px 13px; }.tn-wallet-panel { margin-top: 8px; padding: 8px; }.tn-wallet-panel strong { font-size: .77rem; }.tn-wallet-panel small, .tn-wallet-panel a, .tn-quick-label, .tn-recent-row p, .tn-recent-row a, .tn-history-line { font-size: .34rem; }.tn-quick-label { margin-top: 8px; }.tn-quick-actions { gap: 3px; }.tn-quick-actions span { gap: 2px; padding: 3px 1px; font-size: .29rem; }.tn-quick-actions svg { width: 9px; height: 9px; }.tn-recent-row { margin-top: 8px; }.tn-history-line { padding: 3px 0; }.tn-history-line > i { width: 9px; height: 9px; }.tn-history-line > i svg { width: 6px; height: 6px; }.tn-mobile-app { top: 27px; right: 3%; width: 125px; min-height: 270px; padding: 25px 11px 10px; border-width: 3px; border-radius: 17px; }.tn-mobile-notch { top: 5px; width: 40px; height: 7px; }.tn-mobile-head img { width: 49px; }.tn-mobile-head svg { width: 9px; height: 9px; }.tn-mobile-kicker { margin-top: 18px; font-size: .33rem; }.tn-mobile-app h2 { font-size: .78rem; }.tn-mobile-detail { margin-top: 11px; padding-bottom: 5px; }.tn-mobile-detail span { font-size: .34rem; }.tn-mobile-detail strong { font-size: .43rem; }.tn-mobile-app button { margin-top: 10px; padding: 7px 2px; font-size: .35rem; }.tn-payment-receipt { right: -3px; bottom: 9px; width: 114px; padding: 10px; }.tn-receipt-mark { width: 17px; height: 17px; }.tn-receipt-mark svg { width: 10px; height: 10px; }.tn-payment-receipt p { margin-top: 6px; font-size: .34rem; }.tn-payment-receipt strong { font-size: .48rem; }.tn-payment-receipt small { margin-top: 3px; font-size: .29rem; }.tn-trust-grid { grid-template-columns: 1fr; }.tn-trust-grid > div:last-child { grid-column: auto; }.tn-trust-grid > div { min-height: 65px; padding: 14px; }.tn-ecosystem, .tn-process, .tn-business-section, .tn-company-section { padding: 64px 0; }.tn-section-intro h2, .tn-wallet-copy h2, .tn-process-heading h2, .tn-business-copy h2, .tn-company-copy h2 { font-size: 2rem; }.tn-category-layout { margin-top: 26px; }.tn-category-card { grid-template-columns: 1fr; grid-template-rows: 190px 1fr; min-height: 0; }.tn-category-copy { min-height: 257px; padding: 21px; }.tn-category-copy h3 { font-size: 1.16rem; }.tn-wallet-section { padding: 62px 0 44px; }.tn-wallet-visual { min-height: 365px; transform: scale(.85); transform-origin: top center; margin-bottom: -43px; }.tn-node-airtime { left: 0; }.tn-node-data { right: 2%; }.tn-node-power { left: 1%; }.tn-node-tv { left: 6%; }.tn-node-exam { right: 0; }.tn-node-voucher { right: 0; }.tn-process-steps { grid-template-columns: 1fr; gap: 27px; margin-top: 31px; }.tn-process-steps li { display: grid; grid-template-columns: 25px 1fr; gap: 17px; padding: 0; }.tn-process-steps li:not(:last-child)::after { top: 30px; bottom: -29px; left: 11px; right: auto; border-top: 0; border-left: 1px solid #b7e7cc; }.tn-process-steps div { padding: 0; }.tn-process-steps h3 { margin-top: 8px; }.tn-business-layout { gap: 30px; }.tn-business-links a { padding: 11px 0; }.tn-bulk-title { padding: 17px 14px 13px; }.tn-bulk-table { margin: 0 14px 11px; }.tn-bulk-table > div { grid-template-columns: 1.38fr .72fr .67fr; padding: 10px 7px; font-size: .47rem; }.tn-bulk-footer { padding: 12px 14px; }.tn-company-layout { gap: 22px; }.tn-company-art { min-height: 287px; transform: scale(.9); transform-origin: left top; margin-bottom: -25px; }.tn-company-copy { margin-top: 0; }.tn-final-cta { padding: 49px 0; }.tn-final-actions { flex-direction: column; align-items: stretch; }.tn-final-actions > a { width: 100%; }.tn-footer { padding-top: 42px; }.tn-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 18px; }.tn-footer-brand { grid-column: span 2; }.tn-footer-grid > div:last-child { grid-column: auto; }.tn-footer-bottom { display: grid; gap: 7px; font-size: .5rem; }
}

/* Reference-aligned composition using the supplied TopupNaija marketing assets. */
body.tn-enterprise-home { background: #fafbf9; }
.tn-shell { width: min(1184px, calc(100% - 48px)); }
body.tn-enterprise-home .tn-header,
body.tn-enterprise-home .tn-header.scrolled { background: #00271f !important; }
.tn-nav-shell { min-height: 78px; }.tn-logo img { height: 27px; }.tn-primary-nav { gap: 28px; }.tn-primary-nav a, .tn-login-link { color: rgba(255,255,255,.92); font-size: .72rem; }.tn-nav-actions { gap: 26px; }.tn-enterprise-home .tn-button-nav { min-height: 40px; padding: 0 18px; border-radius: 6px; font-size: .68rem; }

.tn-hero { min-height: 490px; padding: 113px 0 0; background: #00271f; }.tn-hero-grid { grid-template-columns: .7fr 1.3fr; align-items: end; gap: 10px; }.tn-hero-copy { max-width: 480px; padding: 0 0 49px; }.tn-eyebrow { margin-bottom: 15px; font-size: .7rem; }.tn-hero h1 { font-size: clamp(3rem, 4.9vw, 4.65rem); line-height: .97; }.tn-hero-summary { max-width: 440px; margin-top: 19px; font-size: .88rem; line-height: 1.65; }.tn-hero-actions { margin-top: 23px; gap: 15px; }.tn-enterprise-home .tn-hero-actions .tn-button { min-width: 183px; min-height: 48px; }.tn-enterprise-home .tn-text-button { min-width: 154px; min-height: 48px; justify-content: center; border: 1px solid rgba(164,236,193,.76); border-radius: 6px; }.tn-payment-line { margin-top: 26px; font-size: .63rem; }.tn-payment-line img { height: 16px; filter: brightness(0) invert(1); opacity: 1; }.tn-hero-product { width: 100%; min-height: 0; margin: 0; align-self: end; }.tn-hero-product > img { display: block; width: min(100%, 760px); height: auto; margin-left: auto; object-fit: contain; }

.tn-trust-strip { padding: 13px 0 14px; background: #fafbf9; }.tn-trust-grid { overflow: hidden; border: 1px solid #dfe5e1; border-radius: 8px; background: white; }.tn-trust-grid > div, .tn-trust-grid > div:first-child { min-height: 76px; padding: 17px 18px; border: 0; border-left: 1px solid #dfe5e1; }.tn-trust-grid > div:first-child { border-left: 0; }.tn-trust-grid > div > i { width: 28px; height: 28px; color: #075f3c; }.tn-trust-grid > div > img { width: 30px; height: 30px; object-fit: contain; }.tn-trust-grid strong { color: #15271e; font-size: .65rem; }.tn-trust-grid small { color: #59675f; font-size: .54rem; line-height: 1.45; }

.tn-ecosystem { padding: 38px 0 67px; background: #fafbf9; }.tn-section-intro { display: block; }.tn-section-intro h2 { margin-top: 6px; font-size: clamp(2rem, 3vw, 2.7rem); }.tn-section-intro > p { display: none; }.tn-category-layout { gap: 20px; margin-top: 22px; }.tn-category-card, .tn-category-home, .tn-category-business { position: relative; display: block; min-height: 307px; overflow: hidden; border: 0; border-radius: 9px; background: #052b20; box-shadow: none; color: white; }.tn-category-home { background: #241a4a; }.tn-category-business { background: #061d2d; }.tn-category-image { position: absolute; right: -6px; bottom: -8px; z-index: 0; display: block; width: 76%; height: auto; max-height: 100%; object-fit: contain; object-position: right bottom; }.tn-category-home .tn-category-image { width: 86%; right: -14px; bottom: -30px; }.tn-category-business .tn-category-image { width: 74%; right: -9px; bottom: -12px; }.tn-category-copy { position: relative; z-index: 1; display: flex; width: 63%; min-height: 100%; padding: 20px 20px 21px; color: white; }.tn-category-icon { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 8px; background: #16aa62; color: white; }.tn-category-icon svg { width: 20px; height: 20px; }.tn-category-copy h3 { margin: 12px 0 8px; color: white; font-size: 1rem; line-height: 1.18; }.tn-category-copy > p { margin: 0; color: rgba(255,255,255,.83); font-size: .63rem; line-height: 1.55; }.tn-category-copy a { margin-top: auto; color: #4eed96; font-size: .61rem; }.tn-category-copy a svg { width: 13px; height: 13px; }.tn-category-home .tn-category-icon { background: #7552ba; }.tn-category-home .tn-category-copy a { color: #bb99ff; }.tn-category-business .tn-category-icon { background: #2c75d8; }.tn-category-business .tn-category-copy a { color: #7db4ff; }

.tn-wallet-section { padding: 76px 0; border: 0; background: #003b2a; }.tn-wallet-layout { grid-template-columns: .7fr 1.3fr; align-items: center; gap: 58px; }.tn-wallet-copy .tn-overline { color: #45de8d; }.tn-wallet-copy h2 { max-width: 390px; color: white; font-size: clamp(2.15rem, 3.3vw, 3.2rem); }.tn-wallet-copy > p:not(.tn-overline) { margin: 16px 0; color: rgba(255,255,255,.76); font-size: .76rem; }.tn-wallet-points { display: grid; gap: 7px; margin: 0 0 23px; padding: 0; list-style: none; color: rgba(255,255,255,.84); font-size: .63rem; }.tn-wallet-points li { display: flex; align-items: center; gap: 7px; }.tn-wallet-points li::before { width: 7px; height: 7px; border-radius: 50%; background: #4eed96; content: ""; }.tn-wallet-copy .tn-button { min-height: 43px; border-radius: 6px; }.tn-wallet-visual { min-height: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: #061d16; box-shadow: 0 18px 35px rgba(0,0,0,.2); transform: none; }.tn-wallet-visual img { display: block; width: 100%; height: auto; border: 0; border-radius: 0; }.tn-wallet-visual figcaption { display: none; }

.tn-process { padding: 70px 0 80px; border: 0; background: white; }.tn-process-heading { display: block; }.tn-process-heading h2 { margin-top: 7px; font-size: clamp(2rem, 3vw, 2.65rem); }.tn-process-steps { margin-top: 39px; }.tn-process-steps li { padding: 0 22px 0 0; }.tn-process-steps li:not(:last-child)::after { display: block; top: 17px; right: 9px; left: 48px; border-top: 1px dotted #82b79b; }.tn-process-dot { display: grid; width: 21px; height: 21px; margin: 0; place-items: center; border-radius: 3px; background: #075f3c; box-shadow: none; color: white; font-size: .48rem; font-weight: 800; }.tn-process-steps div { padding-top: 16px; }.tn-process-steps div > i { display: grid; width: 51px; height: 51px; place-items: center; border: 1px solid #e0e8e3; border-radius: 9px; color: #0c613e; }.tn-process-steps div > i svg { width: 25px; height: 25px; }.tn-process-steps h3 { margin: 13px 0 6px; font-size: .75rem; }.tn-process-steps p { font-size: .6rem; line-height: 1.55; }

.tn-business-section { padding: 79px 0; background: #eaf8ef; }.tn-business-layout { grid-template-columns: 1.1fr .9fr; gap: 73px; }.tn-business-visual { display: flex; align-items: center; min-height: 340px; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }.tn-business-visual img { display: block; width: 100%; height: auto; max-height: 402px; object-fit: contain; }.tn-business-copy h2 { max-width: 410px; font-size: clamp(2rem, 3.3vw, 3.05rem); }.tn-business-copy > p:not(.tn-overline) { font-size: .75rem; }.tn-business-links { border-top: 0; gap: 0; }.tn-business-links a { grid-template-columns: 17px 1fr; gap: 8px; padding: 7px 0; border: 0; }.tn-business-links > a > svg:first-child { width: 14px; height: 14px; }.tn-business-links > a > svg:last-child { display: none; }.tn-business-links strong { font-size: .65rem; }.tn-business-links small { display: none; }

.tn-company-section { padding: 77px 0; border: 0; background: white; }.tn-company-layout { grid-template-columns: .78fr 1.22fr; gap: 74px; }.tn-company-art { display: block; min-height: 0; width: auto; overflow: hidden; border-radius: 9px; transform: none; }.tn-company-art img { display: block; width: 100%; height: auto; }.tn-company-copy h2 { max-width: 440px; font-size: clamp(2rem, 3.1vw, 2.9rem); }.tn-company-copy > p:not(.tn-overline) { max-width: 490px; font-size: .73rem; }.tn-company-points { gap: 8px; margin-top: 19px; }.tn-company-points span { font-size: .6rem; }.tn-company-points i { width: 18px; height: 18px; }

.tn-final-cta { padding: 0 0 69px; background: white; }.tn-final-cta-inner { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 24px; padding: 29px 35px; border-radius: 9px; background: #07583a; }.tn-cta-icon { display: block; width: 55px; height: 55px; padding: 12px; border-radius: 9px; background: rgba(55,201,116,.25); }.tn-final-cta .tn-overline { display: none; }.tn-final-cta h2 { margin: 0; color: white; font-size: clamp(1.35rem, 2.2vw, 2rem); }.tn-final-cta p:not(.tn-overline) { max-width: 450px; margin-top: 5px; font-size: .63rem; }.tn-final-actions { gap: 10px; }.tn-final-actions .tn-button, .tn-final-actions .tn-outline-button { min-height: 42px; padding: 0 15px; font-size: .63rem; }

.tn-footer { padding-top: 48px; background: #00271f; }.tn-footer-grid { grid-template-columns: 1.55fr repeat(5, .85fr); gap: 28px; padding-bottom: 38px; }.tn-footer-brand p { max-width: 180px; font-size: .6rem; }.tn-footer h3 { font-size: .62rem; }.tn-footer-grid > div:not(.tn-footer-brand) { gap: 7px; }.tn-footer-grid > div:not(.tn-footer-brand) a { font-size: .56rem; }.tn-footer-bottom { font-size: .51rem; }

@media (max-width: 1050px) {
  .tn-primary-nav { gap: 18px; }.tn-hero-grid { grid-template-columns: .76fr 1.24fr; }.tn-wallet-layout { gap: 38px; }.tn-business-layout, .tn-company-layout { gap: 48px; }.tn-footer-grid { grid-template-columns: 1.45fr repeat(5, .8fr); gap: 17px; }
}

@media (max-width: 860px) {
  .tn-hero { padding-top: 112px; }.tn-hero-grid, .tn-wallet-layout, .tn-business-layout, .tn-company-layout { grid-template-columns: 1fr; }.tn-hero-copy { max-width: 560px; padding-bottom: 0; }.tn-hero-product { max-width: 640px; margin: 0 auto; }.tn-hero-product > img { margin: 0; }.tn-wallet-visual { max-width: none; }.tn-business-visual { min-height: 0; max-width: 620px; }.tn-company-art { width: min(100%, 620px); }.tn-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }.tn-footer-brand { grid-column: span 4; }
}

@media (max-width: 560px) {
  .tn-shell { width: min(100% - 30px, 460px); }.tn-hero { padding: 116px 0 0 !important; }.tn-hero-copy { padding-bottom: 22px; }.tn-hero h1 { font-size: clamp(2.55rem, 12.1vw, 3.2rem); }.tn-hero-summary { font-size: .8rem; }.tn-hero-actions { flex-direction: row; gap: 9px; }.tn-enterprise-home .tn-hero-actions .tn-button, .tn-enterprise-home .tn-text-button { min-width: 0; min-height: 44px; padding: 0 12px; font-size: .62rem; }.tn-payment-line { margin-top: 19px; }.tn-hero-product { max-width: none; }.tn-trust-strip { padding: 12px 0; }.tn-trust-grid { grid-template-columns: 1fr; }.tn-trust-grid > div, .tn-trust-grid > div:first-child { min-height: 64px; padding: 13px; border-top: 1px solid #dfe5e1; border-left: 0; }.tn-trust-grid > div:first-child { border-top: 0; }.tn-ecosystem { padding: 38px 0 55px !important; }.tn-category-layout { grid-template-columns: 1fr; gap: 14px; }.tn-category-card { min-height: 250px; }.tn-category-copy { width: 64%; min-height: 250px; padding: 17px; }.tn-category-image { width: 78%; }.tn-category-copy h3 { font-size: .98rem; }.tn-category-copy > p { font-size: .59rem; }.tn-wallet-section { padding: 58px 0 !important; }.tn-wallet-copy h2 { font-size: 2.16rem; }.tn-process { padding: 56px 0 59px !important; }.tn-process-steps { grid-template-columns: 1fr; gap: 26px; }.tn-process-steps li { grid-template-columns: 21px 1fr; gap: 14px; }.tn-process-steps li:not(:last-child)::after { top: 31px; bottom: -27px; left: 10px; right: auto; border-top: 0; border-left: 1px dotted #82b79b; }.tn-business-section, .tn-company-section { padding: 58px 0 !important; }.tn-business-layout, .tn-company-layout { gap: 32px; }.tn-business-visual { order: 2; }.tn-business-copy { order: 1; }.tn-company-art { width: 100%; }.tn-final-cta { padding: 0 0 48px !important; }.tn-final-cta-inner { grid-template-columns: 1fr; gap: 15px; padding: 25px; }.tn-cta-icon { width: 50px; height: 50px; }.tn-final-actions { flex-direction: column; align-items: stretch; }.tn-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }.tn-footer-brand { grid-column: span 2; }.tn-footer-bottom { display: grid; }
}

/* The shared stylesheet compacts all sections at this breakpoint. Keep the
   homepage's intentional editorial spacing intact. */
@media (max-width: 768px) {
  body.tn-enterprise-home section.tn-hero { padding: 117px 0 47px !important; }
  body.tn-enterprise-home section.tn-ecosystem,
  body.tn-enterprise-home section.tn-process,
  body.tn-enterprise-home section.tn-business-section,
  body.tn-enterprise-home section.tn-company-section { padding: 64px 0 !important; }
  body.tn-enterprise-home section.tn-wallet-section { padding: 62px 0 44px !important; }
  body.tn-enterprise-home section.tn-final-cta { padding: 49px 0 !important; }
}

@media (prefers-reduced-motion: reduce) { .tn-enterprise-home *, .tn-enterprise-home *::before, .tn-enterprise-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Visual polish: flat product-led surfaces in place of decorative fintech effects. */
body.tn-enterprise-home .tn-header,
body.tn-enterprise-home .tn-header.scrolled {
  background: var(--tn-forest-deep) !important;
  box-shadow: none;
}

body.tn-enterprise-home header#globalHeader.tn-header,
body.tn-enterprise-home header#globalHeader.tn-header.scrolled {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tn-hero {
  min-height: 650px;
  background: var(--tn-forest-deep);
}

.tn-hero::after { display: none; }
.tn-hero-grid { grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: 54px; }
.tn-hero h1 { font-size: clamp(2.85rem, 4.45vw, 4.45rem); letter-spacing: -.07em; }
.tn-hero-summary { font-size: .95rem; line-height: 1.72; }
.tn-hero-product { min-height: 0; margin: 0; }
.tn-hero-screen { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #061f17; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
.tn-hero-screen img { display: block; width: 100%; height: auto; }
.tn-hero-product figcaption { margin-top: 10px; color: rgba(255,255,255,.56); font-size: .6rem; font-weight: 600; }

.tn-section-intro h2,
.tn-wallet-copy h2,
.tn-process-heading h2,
.tn-business-copy h2,
.tn-company-copy h2 { font-size: clamp(2.25rem, 3.35vw, 3.45rem); line-height: 1.02; }
.tn-section-intro > p,
.tn-wallet-copy > p:not(.tn-overline),
.tn-business-copy > p:not(.tn-overline),
.tn-company-copy > p:not(.tn-overline) { font-size: .81rem; }

.tn-category-layout { gap: 16px; }
.tn-category-card { display: flex; min-height: 334px; border: 1px solid #dfe7e2; border-top: 0; border-radius: 5px; background: #fff; box-shadow: 0 8px 18px rgba(10,48,31,.045); color: var(--tn-ink); }
.tn-category-home { border-top-color: #6755a4; background: #fdfcff; }
.tn-category-business { border-top-color: #3565b7; background: #fcfdff; }
.tn-category-heading { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid #e4ebe6; color: #137d4c; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tn-category-heading i { width: 21px; height: 21px; }.tn-category-home .tn-category-heading { color: #6755a4; }.tn-category-business .tn-category-heading { color: #3565b7; }
.tn-category-copy { min-height: 0; padding: 24px 22px 22px; }.tn-category-copy h3 { color: #10291d; font-size: 1.32rem; letter-spacing: -.055em; }.tn-category-rule { background: #dce6e0; }.tn-category-copy ul { gap: 8px; min-height: 104px; color: #566a60; font-size: .73rem; }.tn-category-copy li::before { background: #168b53; }.tn-category-home .tn-category-copy li::before { background: #6755a4; }.tn-category-business .tn-category-copy li::before { background: #3565b7; }.tn-category-copy a { color: #137d4c; font-size: .68rem; }.tn-category-home .tn-category-copy a { color: #6755a4; }.tn-category-business .tn-category-copy a { color: #3565b7; }

.tn-wallet-section { padding: 98px 0; border-top: 1px solid var(--tn-border); border-bottom: 1px solid var(--tn-border); background: #fff; }.tn-wallet-layout { grid-template-columns: .78fr 1.22fr; gap: 72px; }.tn-wallet-copy .tn-overline { color: #15945a; }.tn-wallet-copy h2 { color: #0d2319; }.tn-wallet-copy > p:not(.tn-overline) { color: var(--tn-muted); }.tn-wallet-copy .tn-inline-link { color: #137d4c; }.tn-wallet-copy .tn-inline-link:hover { color: #075e39; }.tn-wallet-visual { min-height: 0; margin: 0; padding: 10px; border: 1px solid #dce7e0; border-radius: 7px; background: #f9fbf9; box-shadow: 0 16px 30px rgba(9,45,29,.09); }.tn-wallet-visual img { display: block; width: 100%; height: auto; border: 1px solid #173b2d; border-radius: 4px; }.tn-wallet-visual figcaption { padding: 10px 2px 2px; color: #718279; font-size: .59rem; font-weight: 700; }

.tn-process { border-bottom: 1px solid var(--tn-border); }.tn-process-steps li:not(:last-child)::after { display: none; }.tn-process-dot { width: 7px; height: 7px; margin: 8px 0 0; border: 0; border-radius: 0; background: #168853; box-shadow: none; }.tn-process-steps div { padding-top: 17px; }.tn-process-steps h3 { margin-top: 11px; font-size: .94rem; }.tn-process-steps p { font-size: .7rem; }

.tn-business-section { background: var(--tn-mint); }.tn-business-visual { border-radius: 7px; box-shadow: 0 14px 28px rgba(9,45,29,.08); }.tn-bulk-footer { background: var(--tn-forest-deep); }.tn-business-links a { transition: color .18s ease; }

.tn-company-section { border-bottom: 1px solid var(--tn-border); }.tn-company-layout { grid-template-columns: .68fr 1.32fr; gap: 92px; }.tn-company-art { display: flex; align-items: stretch; min-height: 286px; }.tn-company-mark { display: flex; flex: 1; flex-direction: column; justify-content: flex-end; min-height: 286px; padding: 27px; border: 1px solid #0a4d34; background: var(--tn-forest); color: white; }.tn-company-mark img { width: 135px; height: auto; margin-bottom: auto; }.tn-company-mark span { color: #92e9b7; font-size: .58rem; font-weight: 800; letter-spacing: .13em; }.tn-company-mark strong { margin: 7px 0 16px; color: white; font-size: 1.75rem; letter-spacing: -.06em; }.tn-company-mark small { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.71); font-size: .66rem; line-height: 1.55; }

@media (max-width: 1050px) {
  .tn-hero-grid { grid-template-columns: .86fr 1.14fr; gap: 28px; }
  .tn-wallet-layout, .tn-company-layout { gap: 48px; }
}

@media (max-width: 860px) {
  .tn-hero-grid, .tn-wallet-layout, .tn-company-layout { grid-template-columns: 1fr; }
  .tn-hero-product { max-width: 630px; width: 100%; }
  .tn-wallet-visual { max-width: 690px; width: 100%; }
  .tn-company-art { width: min(100%, 430px); }
}

@media (max-width: 560px) {
  .tn-hero { min-height: 0; }
  .tn-hero h1 { font-size: clamp(2.5rem, 12.2vw, 3.25rem); }
  .tn-hero-grid { gap: 32px; }
  .tn-hero-product figcaption { font-size: .57rem; }
  .tn-category-card { min-height: 0; }
  .tn-category-heading { padding: 17px 19px; }
  .tn-category-copy { min-height: 250px; padding: 21px 19px; }
  .tn-category-copy ul { min-height: 0; }
  .tn-wallet-section { padding: 64px 0 !important; }
  .tn-wallet-layout { gap: 31px; }
  .tn-wallet-visual { padding: 6px; }
  .tn-company-art, .tn-company-mark { min-height: 230px; }
  .tn-company-art { transform: none; margin-bottom: 0; }
  .tn-company-mark { padding: 22px; }
  .tn-company-mark strong { font-size: 1.45rem; }
  .tn-process-steps li:not(:last-child)::after { display: none; }
}

/* Homepage fidelity pass: compact navigation, larger trust strip, and ecosystem cards. */
body.tn-enterprise-home .tn-header,
body.tn-enterprise-home .tn-header.scrolled {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}

body.tn-enterprise-home .tn-header.scrolled {
  position: fixed;
  top: 10px;
}

body.tn-enterprise-home .tn-header::before { display: none !important; }

body.tn-enterprise-home .tn-nav-shell {
  width: min(1320px, calc(100% - 40px));
  min-height: 72px;
  padding: 0 18px;
  gap: 20px;
  border-radius: 14px;
  background: #002d24;
  box-shadow: 0 5px 8px rgba(0, 16, 12, .22);
}

body.tn-enterprise-home .tn-header.scrolled .tn-nav-shell { min-height: 64px; }

body.tn-enterprise-home .tn-logo {
  gap: 9px;
  min-width: 178px;
}

body.tn-enterprise-home .tn-logo::after {
  width: 1px;
  height: 38px;
  margin-left: 18px;
  background: rgba(255, 255, 255, .2);
  content: "";
}

body.tn-enterprise-home .tn-logo::after { display: none; }

body.tn-enterprise-home .tn-logo-full {
  display: block;
  width: auto;
  height: 35px;
}

body.tn-enterprise-home .tn-logo-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: none;
}

body.tn-enterprise-home .tn-logo-type {
  color: #fff;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -.04em;
  white-space: nowrap;
}

body.tn-enterprise-home .tn-logo-type > span { color: var(--tn-green-bright); }

body.tn-enterprise-home .tn-primary-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.tn-nav-group {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

body.tn-enterprise-home .tn-nav-trigger,
body.tn-enterprise-home .tn-nav-support {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 42px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 750;
  white-space: nowrap;
  transition: color 180ms ease;
}

body.tn-enterprise-home .tn-nav-trigger > svg {
  width: 13px;
  height: 13px;
  color: var(--tn-green-bright);
  transition: transform 240ms cubic-bezier(.16, 1, .3, 1);
}

body.tn-enterprise-home .tn-nav-trigger:hover,
body.tn-enterprise-home .tn-nav-trigger:focus-visible,
body.tn-enterprise-home .tn-nav-trigger.active,
body.tn-enterprise-home .tn-nav-support:hover,
body.tn-enterprise-home .tn-nav-support:focus-visible,
.tn-nav-group.has-active-child > .tn-nav-trigger,
.tn-nav-group.is-open > .tn-nav-trigger,
.tn-nav-group:focus-within > .tn-nav-trigger { color: var(--tn-green-bright); }

.tn-nav-group.is-open > .tn-nav-trigger > svg { transform: rotate(180deg); }

.tn-nav-dropdown {
  position: absolute;
  z-index: 30;
  top: calc(100% - 1px);
  left: 50%;
  width: 248px;
  padding: 10px 18px;
  border: 1px solid rgba(73, 149, 116, .42);
  border-radius: 12px;
  background: #00342a;
  box-shadow: 0 8px 8px rgba(0, 24, 18, .24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transform-origin: top center;
  visibility: hidden;
  transition: opacity 180ms ease, transform 240ms cubic-bezier(.16, 1, .3, 1), visibility 180ms ease;
}

.tn-nav-dropdown::before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(73, 149, 116, .42);
  border-left: 1px solid rgba(73, 149, 116, .42);
  background: #00342a;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.tn-nav-group.is-open > .tn-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.tn-nav-dropdown-wide { width: 310px; }
.tn-nav-dropdown-personal { width: 266px; }
.tn-primary-nav #resellersMenu { width: 306px; }
.tn-primary-nav #resellersMenu .dropdown-item span { min-width: 0; white-space: nowrap; }

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 13px;
  padding: 11px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.25;
}

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item:last-child { border-bottom: 0; }

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item:hover,
body.tn-enterprise-home .tn-nav-dropdown .dropdown-item:focus-visible {
  border-color: transparent;
  border-bottom-color: rgba(255, 255, 255, .14);
  background: rgba(28, 214, 119, .08);
  color: var(--tn-green-bright);
  transform: none;
}

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item.active {
  background: rgba(40, 215, 123, .1) !important;
  color: var(--tn-green-bright) !important;
}

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item > svg:first-child {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--tn-green-bright);
  stroke-width: 1.8;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item > svg:last-child:not(:first-child) {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: #8bd5ad;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item strong,
body.tn-enterprise-home .tn-nav-dropdown .dropdown-item small { display: block; }

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item strong { color: inherit; font-size: .78rem; }
body.tn-enterprise-home .tn-nav-dropdown .dropdown-item small { margin-top: 3px; color: rgba(255, 255, 255, .66); font-size: .62rem; font-weight: 500; }

body.tn-enterprise-home .tn-nav-actions {
  gap: 12px;
  margin-left: 4px;
  padding-left: 0;
  border-left: 0;
}

body.tn-enterprise-home .tn-login-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #10925a;
  border-radius: 8px;
  color: var(--tn-green-bright);
  font-size: .72rem;
  font-weight: 800;
}

body.tn-enterprise-home .tn-button-nav {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #032718;
  font-size: .7rem;
}

body.tn-enterprise-home .tn-hero {
  min-height: 650px;
  padding: 122px 0 54px;
}

body.tn-enterprise-home .tn-hero-grid {
  grid-template-columns: minmax(0, .75fr) minmax(540px, 1.25fr);
  align-items: center;
  gap: 26px;
}

body.tn-enterprise-home .tn-hero-copy { padding: 0; }
body.tn-enterprise-home .tn-hero h1 { letter-spacing: -.04em; }

body.tn-enterprise-home .tn-trust-strip {
  z-index: 4;
  margin-top: -28px;
  padding: 0 0 20px;
  border: 0;
  background: #fafbf9;
}

body.tn-enterprise-home .tn-trust-grid {
  width: min(1320px, calc(100% - 48px));
  min-height: 132px;
  overflow: hidden;
  border: 1px solid #dfe5e1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 8px rgba(8, 39, 27, .08);
}

body.tn-enterprise-home .tn-trust-grid > div,
body.tn-enterprise-home .tn-trust-grid > div:first-child {
  min-height: 132px;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 21px;
  border: 0;
  border-left: 1px solid #e2e7e4;
}

body.tn-enterprise-home .tn-trust-grid > div:first-child { border-left: 0; }

body.tn-enterprise-home .tn-trust-grid > div > svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  stroke-width: 1.8;
}

body.tn-enterprise-home .tn-trust-grid > div > img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}

body.tn-enterprise-home .tn-trust-grid strong {
  color: #17271f;
  font-size: .78rem;
  line-height: 1.28;
}

body.tn-enterprise-home .tn-trust-grid small {
  margin-top: 6px;
  color: #53675e;
  font-size: .64rem;
  line-height: 1.55;
}

body.tn-enterprise-home .tn-trust-verified > svg { color: #15835b !important; }
body.tn-enterprise-home .tn-trust-records > svg { color: #7553b8 !important; }
body.tn-enterprise-home .tn-trust-wallet > svg { color: #d58a17 !important; }
body.tn-enterprise-home .tn-trust-support > svg { color: #2f69c7 !important; }

body.tn-enterprise-home .tn-ecosystem {
  padding: 45px 0 76px;
  background: #fafbf9;
}

body.tn-enterprise-home .tn-section-intro { display: block; }
body.tn-enterprise-home .tn-section-intro .tn-overline { color: #15835b; font-size: .68rem; letter-spacing: .08em; }

body.tn-enterprise-home .tn-section-intro h2 {
  margin-top: 6px;
  font-size: clamp(2rem, 3vw, 2.65rem);
  letter-spacing: -.04em;
  line-height: 1.05;
}

body.tn-enterprise-home .tn-section-intro h2 span { color: #15835b; }
body.tn-enterprise-home .tn-section-intro > p { display: none; }

body.tn-enterprise-home .tn-category-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

body.tn-enterprise-home .tn-category-card,
body.tn-enterprise-home .tn-category-home,
body.tn-enterprise-home .tn-category-business {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #00382c;
  box-shadow: none;
  color: #fff;
}

body.tn-enterprise-home .tn-category-home { background: #201a3d; }
body.tn-enterprise-home .tn-category-business { background: #061f30; }

body.tn-enterprise-home .tn-category-image {
  position: absolute;
  z-index: 0;
  right: -5%;
  bottom: -4%;
  display: block;
  width: 77%;
  height: auto;
  max-height: 108%;
  object-fit: contain;
  object-position: right bottom;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

body.tn-enterprise-home .tn-category-home .tn-category-image {
  right: -8%;
  bottom: -12%;
  width: 88%;
}

body.tn-enterprise-home .tn-category-business .tn-category-image {
  right: -7%;
  bottom: -7%;
  width: 78%;
}

body.tn-enterprise-home .tn-category-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 51%;
  min-height: 100%;
  flex-direction: column;
  padding: 18px 17px 19px;
  color: #fff;
}

body.tn-enterprise-home .tn-category-icon {
  position: static;
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #0bb969;
  box-shadow: none;
  color: #fff;
  transform: none;
}

body.tn-enterprise-home .tn-category-icon svg { width: 21px; height: 21px; }
body.tn-enterprise-home .tn-category-home .tn-category-icon { background: #7551b9; }
body.tn-enterprise-home .tn-category-business .tn-category-icon { background: #2d6fca; }

body.tn-enterprise-home .tn-category-copy h3 {
  margin: 11px 0 7px;
  color: #fff;
  font-size: .96rem;
  letter-spacing: -.03em;
  line-height: 1.18;
}

body.tn-enterprise-home .tn-category-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: .62rem;
  line-height: 1.55;
}

body.tn-enterprise-home .tn-category-copy a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #20d57d;
  font-size: .62rem;
  font-weight: 800;
  transition: color 180ms ease;
}

body.tn-enterprise-home .tn-category-home .tn-category-copy a { color: #bd91ff; }
body.tn-enterprise-home .tn-category-business .tn-category-copy a { color: #6cabff; }
body.tn-enterprise-home .tn-category-copy a svg { width: 13px; height: 13px; }

body.tn-enterprise-home .tn-category-card:hover .tn-category-image,
body.tn-enterprise-home .tn-category-card:focus-within .tn-category-image { transform: scale(1.07); }

body.tn-enterprise-home .tn-category-card:hover .tn-category-copy a,
body.tn-enterprise-home .tn-category-card:focus-within .tn-category-copy a { color: #fff; }

body.tn-enterprise-home .tn-wallet-points {
  color: #40564b;
  font-size: .72rem;
}

body.tn-enterprise-home .tn-wallet-points li::before { background: var(--tn-green); }

.tn-mobile-drawer .tn-logo::after { display: none; }

.tn-mobile-drawer .mobile-nav-links details {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  color: #fff;
}

.tn-mobile-drawer .mobile-nav-links summary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: .94rem;
  font-weight: 750;
  list-style: none;
}

.tn-mobile-drawer .mobile-nav-links summary::-webkit-details-marker { display: none; }
.tn-mobile-drawer .mobile-nav-links summary svg { width: 17px; height: 17px; color: var(--tn-green-bright); transition: transform 180ms ease; }
.tn-mobile-drawer .mobile-nav-links details[open] summary svg { transform: rotate(180deg); }
.tn-mobile-drawer .mobile-nav-links details > div { display: grid; gap: 1px; padding: 0 0 10px 14px; }
.tn-mobile-drawer .mobile-nav-links details a { padding: 7px 0; color: rgba(255, 255, 255, .72); font-size: .78rem; font-weight: 600; }

@media (max-width: 1180px) {
  body.tn-enterprise-home .tn-primary-nav,
  body.tn-enterprise-home .tn-nav-actions { display: none; }
  body.tn-enterprise-home .tn-menu-button { display: flex; }
  body.tn-enterprise-home .tn-logo { min-width: 0; }
  body.tn-enterprise-home .tn-logo::after { display: none; }
}

@media (max-width: 980px) {
  body.tn-enterprise-home .tn-hero { padding-top: 118px; }
  body.tn-enterprise-home .tn-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  body.tn-enterprise-home .tn-hero-copy { max-width: 600px; }
  body.tn-enterprise-home .tn-hero-product { max-width: 720px; margin-inline: auto; }
  body.tn-enterprise-home .tn-trust-grid { grid-template-columns: repeat(2, 1fr); }
  body.tn-enterprise-home .tn-trust-grid > div,
  body.tn-enterprise-home .tn-trust-grid > div:first-child { min-height: 110px; border-top: 1px solid #e2e7e4; border-left: 1px solid #e2e7e4; }
  body.tn-enterprise-home .tn-trust-grid > div:nth-child(-n + 2) { border-top: 0; }
  body.tn-enterprise-home .tn-trust-grid > div:nth-child(odd) { border-left: 0; }
  body.tn-enterprise-home .tn-trust-grid > div:last-child { grid-column: 1 / -1; }
  body.tn-enterprise-home .tn-category-layout { grid-template-columns: 1fr; }
  body.tn-enterprise-home .tn-category-card,
  body.tn-enterprise-home .tn-category-home,
  body.tn-enterprise-home .tn-category-business { width: min(100%, 640px); aspect-ratio: 1.55 / 1; }
}

@media (max-width: 560px) {
  body.tn-enterprise-home .tn-header,
  body.tn-enterprise-home .tn-header.scrolled { top: 10px; }
  body.tn-enterprise-home .tn-nav-shell { width: calc(100% - 20px); min-height: 62px; padding: 0 13px; border-radius: 11px; }
  body.tn-enterprise-home .tn-logo { gap: 7px; }
  body.tn-enterprise-home .tn-logo-mark { width: 32px; height: 32px; }
  body.tn-enterprise-home .tn-logo-type { font-size: 1.08rem; }
  body.tn-enterprise-home section.tn-hero { padding: 94px 0 32px !important; }
  body.tn-enterprise-home .tn-hero h1 { letter-spacing: -.04em; }
  body.tn-enterprise-home .tn-trust-strip { margin-top: 0; padding: 14px 0 20px; }
  body.tn-enterprise-home .tn-trust-grid { width: min(100% - 30px, 460px); grid-template-columns: 1fr; border-radius: 11px; }
  body.tn-enterprise-home .tn-trust-grid > div,
  body.tn-enterprise-home .tn-trust-grid > div:first-child { min-height: 94px; padding: 20px 18px; border-top: 1px solid #e2e7e4; border-left: 0; }
  body.tn-enterprise-home .tn-trust-grid > div:first-child { border-top: 0; }
  body.tn-enterprise-home .tn-trust-grid > div:last-child { grid-column: auto; }
  body.tn-enterprise-home section.tn-ecosystem { padding: 40px 0 58px !important; }
  body.tn-enterprise-home .tn-section-intro h2 { font-size: clamp(1.86rem, 9vw, 2.35rem); }
  body.tn-enterprise-home .tn-category-card,
  body.tn-enterprise-home .tn-category-home,
  body.tn-enterprise-home .tn-category-business { width: 100%; aspect-ratio: 1.22 / 1; }
  body.tn-enterprise-home .tn-category-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #00382c 0%, #00382c 47%, rgba(0, 56, 44, .92) 57%, rgba(0, 56, 44, 0) 78%);
    content: "";
    pointer-events: none;
  }
  body.tn-enterprise-home .tn-category-home::after { background: linear-gradient(90deg, #201a3d 0%, #201a3d 47%, rgba(32, 26, 61, .92) 57%, rgba(32, 26, 61, 0) 78%); }
  body.tn-enterprise-home .tn-category-business::after { background: linear-gradient(90deg, #061f30 0%, #061f30 47%, rgba(6, 31, 48, .92) 57%, rgba(6, 31, 48, 0) 78%); }
  body.tn-enterprise-home .tn-category-copy { z-index: 2; width: 57%; padding: 17px; }
  body.tn-enterprise-home .tn-category-copy > p { max-width: 150px; }
  body.tn-enterprise-home .tn-category-image { width: 82%; }
  body.tn-enterprise-home .tn-category-home .tn-category-image { width: 94%; }
  body.tn-enterprise-home .tn-category-business .tn-category-image { width: 84%; }
}

/* Direction-aware sticky navigation. */
body.tn-enterprise-home header#globalHeader.tn-header {
  transition: transform 280ms cubic-bezier(.22, 1, .36, 1), top 220ms ease;
  will-change: transform;
}

body.tn-enterprise-home header#globalHeader.tn-header.is-hidden {
  transform: translateY(calc(-100% - 32px));
}

/* Reference-matched footer. */
body.tn-enterprise-home .tn-footer {
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 49% 56%, rgba(10, 72, 67, .2), transparent 43%),
    linear-gradient(135deg, #03171e 0%, #03131a 100%);
  color: #aab6b7;
}

body.tn-enterprise-home .tn-footer-panel {
  width: min(1320px, calc(100% - 48px));
  padding: 38px 40px 32px;
  border: 1px solid rgba(164, 199, 199, .13);
  border-radius: 16px;
  background: rgba(5, 27, 33, .86);
}

body.tn-enterprise-home .tn-footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding-bottom: 38px;
}

body.tn-enterprise-home .tn-footer-brand {
  min-width: 0;
}

body.tn-enterprise-home .tn-footer-logo {
  display: inline-flex;
  align-items: center;
}

body.tn-enterprise-home .tn-footer-logo img {
  display: block;
  width: auto;
  height: 37px;
}

body.tn-enterprise-home .tn-footer-brand p {
  max-width: 240px;
  margin: 20px 0 18px;
  color: #aebbbc;
  font-size: .76rem;
  line-height: 1.72;
}

body.tn-enterprise-home .tn-social-links {
  display: flex;
  gap: 10px;
}

body.tn-enterprise-home .tn-social-links a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, .065);
  color: #a7b2b3;
  font-size: .89rem;
  font-weight: 850;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.tn-enterprise-home .tn-social-links a:hover,
body.tn-enterprise-home .tn-social-links a:focus-visible {
  background: rgba(30, 211, 115, .13);
  color: var(--tn-green-bright);
  transform: translateY(-2px);
}

body.tn-enterprise-home .tn-social-links svg {
  width: 17px;
  height: 17px;
  color: currentColor !important;
}

body.tn-enterprise-home .tn-social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .68;
  transition: opacity 180ms ease;
}

body.tn-enterprise-home .tn-social-links a:hover img,
body.tn-enterprise-home .tn-social-links a:focus-visible img { opacity: 1; }

body.tn-enterprise-home .tn-social-x { font-size: .76rem; font-weight: 500; }
body.tn-enterprise-home .tn-social-in { font-size: .69rem; letter-spacing: -.03em; }

body.tn-enterprise-home .tn-payment-badge {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid rgba(183, 203, 202, .2);
  border-radius: 11px;
  background: rgba(1, 16, 21, .2);
  color: #bac4c5;
  font-size: .72rem;
  white-space: nowrap;
}

body.tn-enterprise-home .tn-payment-badge > svg {
  width: 16px;
  height: 16px;
  color: #e5bd43 !important;
  stroke-width: 2;
}

body.tn-enterprise-home .tn-payment-badge img {
  width: auto;
  height: 16px;
  filter: brightness(0) invert(1);
}

body.tn-enterprise-home .tn-footer-column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 10px;
}

body.tn-enterprise-home .tn-footer-column h3 {
  margin: 2px 0 12px;
  color: #f4f7f7;
  font-size: .84rem;
  font-weight: 760;
  letter-spacing: -.02em;
}

body.tn-enterprise-home .tn-footer-column h3::after {
  display: block;
  width: 31px;
  height: 2px;
  margin-top: 13px;
  border-radius: 10px;
  background: var(--tn-green-bright);
  content: "";
}

body.tn-enterprise-home .tn-footer-grid .tn-footer-column a {
  color: #aab5b6;
  font-size: .72rem;
  font-weight: 520;
  line-height: 1.45;
  transition: color 160ms ease;
}

body.tn-enterprise-home .tn-footer-grid .tn-footer-column a:hover,
body.tn-enterprise-home .tn-footer-grid .tn-footer-column a:focus-visible {
  color: var(--tn-green-bright);
}

body.tn-enterprise-home .tn-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(181, 201, 201, .14);
  color: #a6b2b3;
  font-size: .7rem;
}

body.tn-enterprise-home .tn-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

body.tn-enterprise-home .tn-footer-legal a { color: #a6b2b3; transition: color 160ms ease; }
body.tn-enterprise-home .tn-footer-legal a:hover,
body.tn-enterprise-home .tn-footer-legal a:focus-visible { color: var(--tn-green-bright); }
body.tn-enterprise-home .tn-footer-copyright { white-space: nowrap; text-align: left; }

body.tn-enterprise-home .tn-footer-security {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d7dede;
  white-space: nowrap;
}

body.tn-enterprise-home .tn-footer-security svg {
  width: 21px;
  height: 21px;
  color: var(--tn-green-bright) !important;
  stroke-width: 2;
}

body.tn-enterprise-home .tn-payment-brands {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: #a5adae;
  white-space: nowrap;
}

body.tn-enterprise-home .tn-brand-visa,
body.tn-enterprise-home .tn-brand-verve,
body.tn-enterprise-home .tn-brand-wallet,
body.tn-enterprise-home .tn-brand-secure {
  display: inline-flex;
  align-items: center;
  color: inherit;
  line-height: 1;
}

body.tn-enterprise-home .tn-brand-visa {
  font-size: 1rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.05em;
}

body.tn-enterprise-home .tn-brand-mastercard {
  display: inline-flex;
  width: 39px;
  align-items: center;
}

body.tn-enterprise-home .tn-brand-mastercard i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #bac0c0;
}

body.tn-enterprise-home .tn-brand-mastercard i + i {
  margin-left: -9px;
  background: #8d9798;
}

body.tn-enterprise-home .tn-brand-verve,
body.tn-enterprise-home .tn-brand-wallet { font-size: 1rem; font-weight: 850; letter-spacing: -.04em; }

body.tn-enterprise-home .tn-brand-secure { gap: 7px; }
body.tn-enterprise-home .tn-brand-secure img { width: 21px; height: 21px; object-fit: contain; filter: grayscale(1) brightness(1.35); opacity: .9; }
body.tn-enterprise-home .tn-brand-secure b { font-size: .96rem; letter-spacing: -.04em; }

@media (max-width: 1120px) {
  body.tn-enterprise-home .tn-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 28px;
  }

  body.tn-enterprise-home .tn-footer-brand { grid-column: 1 / -1; }
  body.tn-enterprise-home .tn-footer-bottom { grid-template-columns: 1fr auto; }
  body.tn-enterprise-home .tn-payment-brands { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  body.tn-enterprise-home .tn-footer { padding: 48px 0; }
  body.tn-enterprise-home .tn-footer-panel { width: calc(100% - 24px); padding: 28px 22px 26px; }
  body.tn-enterprise-home .tn-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 22px; }
  body.tn-enterprise-home .tn-footer-brand { grid-column: 1 / -1; }
  body.tn-enterprise-home .tn-footer-brand p { max-width: 290px; }
  body.tn-enterprise-home .tn-footer-bottom { grid-template-columns: 1fr; gap: 18px; }
  body.tn-enterprise-home .tn-payment-brands { grid-column: auto; flex-wrap: wrap; gap: 18px 22px; }
}

@media (max-width: 460px) {
  body.tn-enterprise-home .tn-footer-panel { padding-inline: 18px; }
  body.tn-enterprise-home .tn-footer-grid { grid-template-columns: 1fr; }
  body.tn-enterprise-home .tn-footer-brand { grid-column: auto; }
  body.tn-enterprise-home .tn-footer-logo img { height: 34px; }
  body.tn-enterprise-home .tn-footer-column h3 { font-size: .88rem; }
  body.tn-enterprise-home .tn-footer-grid .tn-footer-column a { font-size: .76rem; }
  body.tn-enterprise-home .tn-footer-security { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  body.tn-enterprise-home header#globalHeader.tn-header { transition: none; }
}

/* Compact wallet copy treatment; the dashboard keeps its base sizing. */
body.tn-enterprise-home .tn-wallet-section {
  padding: 72px 0 !important;
  background: linear-gradient(105deg, #f8fdf9 0%, #f3faf6 100%);
}
body.tn-enterprise-home .tn-wallet-copy { max-width: 420px; }
body.tn-enterprise-home .tn-wallet-copy .tn-overline {
  margin-bottom: 46px;
  color: #087644;
  font-size: .73rem;
  letter-spacing: .11em;
}
body.tn-enterprise-home .tn-wallet-copy .tn-overline::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 18px;
  border-radius: 99px;
  background: #0c8650;
  content: "";
}
body.tn-enterprise-home .tn-wallet-copy h2 {
  max-width: 420px;
  margin: 0;
  color: #08271c;
  font-size: clamp(1.9rem, 3.3vw, 2.6rem);
  line-height: 1.04;
}
@media (min-width: 861px) {
  body.tn-enterprise-home .tn-wallet-copy h2 span {
    display: block;
    white-space: nowrap;
  }
}
body.tn-enterprise-home .tn-wallet-copy > p:not(.tn-overline) {
  max-width: 360px;
  margin: 25px 0 28px;
  color: #66746d;
  font-size: .98rem;
  line-height: 1.72;
}
body.tn-enterprise-home .tn-wallet-points {
  gap: 15px;
  margin: 0 0 32px;
  color: #183c2c;
  font-size: .91rem;
}
body.tn-enterprise-home .tn-wallet-points li { gap: 13px; }
body.tn-enterprise-home .tn-wallet-points li::before {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #138c55;
  border-radius: 50%;
  background: transparent;
  color: #138c55;
  content: "✓";
  font-size: .7rem;
  font-weight: 800;
}
body.tn-enterprise-home .tn-wallet-copy .tn-button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(11, 132, 76, .16);
}
@media (max-width: 980px) {
  body.tn-enterprise-home .tn-wallet-copy { max-width: 560px; }
  body.tn-enterprise-home .tn-wallet-copy h2,
  body.tn-enterprise-home .tn-wallet-copy > p:not(.tn-overline) { max-width: 540px; }
  body.tn-enterprise-home .tn-wallet-copy .tn-overline { margin-bottom: 34px; }
}

@media (max-width: 620px) {
  body.tn-enterprise-home .tn-wallet-section { padding: 56px 0 !important; }
  body.tn-enterprise-home .tn-wallet-copy h2 { font-size: 2.35rem; }
  body.tn-enterprise-home .tn-wallet-copy > p:not(.tn-overline) { margin: 19px 0 23px; font-size: .9rem; }
  body.tn-enterprise-home .tn-wallet-points { gap: 12px; font-size: .79rem; }
  body.tn-enterprise-home .tn-wallet-points li::before { flex-basis: 22px; width: 22px; height: 22px; }
}

/* Readable type scale across the homepage and supplied footer composition. */
body.tn-enterprise-home .tn-nav-trigger,
body.tn-enterprise-home .tn-nav-support { font-size: .79rem; }

body.tn-enterprise-home .tn-nav-dropdown .dropdown-item { font-size: .86rem; }
body.tn-enterprise-home .tn-nav-dropdown .dropdown-item strong { font-size: .86rem; }
body.tn-enterprise-home .tn-nav-dropdown .dropdown-item small { font-size: .72rem; }
body.tn-enterprise-home .tn-login-link { font-size: .79rem; }
body.tn-enterprise-home .tn-button-nav { font-size: .77rem; }
body.tn-enterprise-home .tn-hero-summary { font-size: 1rem; }
body.tn-enterprise-home .tn-hero-actions .tn-button,
body.tn-enterprise-home .tn-hero-actions .tn-text-button { font-size: .82rem; }

body.tn-enterprise-home .tn-trust-grid strong { font-size: .9rem; }
body.tn-enterprise-home .tn-trust-grid small { font-size: .78rem; line-height: 1.5; }

body.tn-enterprise-home .tn-section-intro .tn-overline,
body.tn-enterprise-home .tn-wallet-copy .tn-overline,
body.tn-enterprise-home .tn-process-heading .tn-overline,
body.tn-enterprise-home .tn-business-copy .tn-overline,
body.tn-enterprise-home .tn-company-copy .tn-overline { font-size: .75rem; }

body.tn-enterprise-home .tn-category-copy h3 { font-size: 1.08rem; }
body.tn-enterprise-home .tn-category-copy > p { font-size: .82rem; line-height: 1.55; }
body.tn-enterprise-home .tn-category-copy a { font-size: .86rem; gap: 8px; }
body.tn-enterprise-home .tn-category-copy a svg { width: 16px; height: 16px; }
body.tn-enterprise-home .tn-category-icon svg { color: #fff !important; stroke: #fff !important; }

body.tn-enterprise-home .tn-wallet-copy > p:not(.tn-overline),
body.tn-enterprise-home .tn-business-copy > p:not(.tn-overline),
body.tn-enterprise-home .tn-company-copy > p:not(.tn-overline) { font-size: .94rem; }
body.tn-enterprise-home .tn-wallet-points { font-size: .84rem; gap: 10px; }
body.tn-enterprise-home .tn-inline-link { font-size: .82rem; }
body.tn-enterprise-home .tn-process-steps h3 { font-size: 1rem; }
body.tn-enterprise-home .tn-process-steps p { font-size: .82rem; }
body.tn-enterprise-home .tn-business-links strong { font-size: .82rem; }
body.tn-enterprise-home .tn-company-points span { font-size: .8rem; }
body.tn-enterprise-home .tn-final-cta p:not(.tn-overline) { font-size: .8rem; }
body.tn-enterprise-home .tn-final-actions .tn-button,
body.tn-enterprise-home .tn-final-actions .tn-outline-button { font-size: .76rem; }

body.tn-enterprise-home .tn-footer-logo img { height: 42px; }
body.tn-enterprise-home .tn-footer-brand p { max-width: 260px; font-size: .9rem; line-height: 1.7; }
body.tn-enterprise-home .tn-social-links a { width: 40px; height: 40px; font-size: 1rem; }
body.tn-enterprise-home .tn-social-links svg { width: 19px; height: 19px; }

body.tn-enterprise-home .tn-payment-badge {
  min-height: 56px;
  gap: 11px;
  padding: 0 18px;
  font-size: 1rem;
}

body.tn-enterprise-home .tn-payment-badge > svg { width: 21px; height: 21px; }
body.tn-enterprise-home .tn-payment-badge img {
  width: 112px;
  height: 28px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0) invert(1);
}

body.tn-enterprise-home .tn-footer-column { gap: 12px; }
body.tn-enterprise-home .tn-footer-column h3 { font-size: 1.02rem; margin-bottom: 14px; }
body.tn-enterprise-home .tn-footer-grid .tn-footer-column a { font-size: .92rem; line-height: 1.45; }
body.tn-enterprise-home .tn-footer-bottom { font-size: .84rem; }

@media (max-width: 560px) {
  body.tn-enterprise-home .tn-hero-summary { font-size: .92rem; }
  body.tn-enterprise-home .tn-trust-grid strong { font-size: .88rem; }
  body.tn-enterprise-home .tn-trust-grid small { font-size: .76rem; }
  body.tn-enterprise-home .tn-category-copy { width: 62%; }
  body.tn-enterprise-home .tn-category-copy h3 { font-size: 1.05rem; }
  body.tn-enterprise-home .tn-category-copy > p { font-size: .76rem; }
  body.tn-enterprise-home .tn-category-copy a { font-size: .8rem; }
}

body.tn-enterprise-home .tn-login-link:hover,
body.tn-enterprise-home .tn-login-link:focus-visible { color: #fff; }

body.tn-enterprise-home .tn-button-nav {
  border-color: #23d173;
  background: #23d173;
  color: #032718;
}

body.tn-enterprise-home .tn-button-nav:hover,
body.tn-enterprise-home .tn-button-nav:focus-visible {
  border-color: var(--tn-green-bright);
  background: var(--tn-green-bright);
  color: #032718;
  transform: translateY(-2px);
}

/* Keep the mobile hero and long ecosystem copy visually consistent and fully visible. */
@media (max-width: 768px) {
  body.tn-enterprise-home section.tn-hero {
    background-color: #00271f !important;
    background-image: none !important;
  }

  body.tn-enterprise-home .tn-category-card {
    min-height: 340px;
  }

  body.tn-enterprise-home .tn-category-copy {
    width: 70%;
    min-height: 340px;
    height: auto;
  }

  body.tn-enterprise-home .tn-footer-bottom {
    justify-items: center;
    text-align: center;
  }

  body.tn-enterprise-home .tn-footer-copyright {
    white-space: normal;
    text-align: center;
  }

  body.tn-enterprise-home .tn-footer-legal { justify-content: center; }
}

@media (max-width: 560px) {
  body.tn-enterprise-home .tn-logo-full { height: 30px; }
}

/* Compact, premium payment flow matching the supplied visual direction. */
body.tn-enterprise-home .tn-process {
  padding: 58px 0 64px;
  border: 0;
  background: #fff;
}

body.tn-enterprise-home .tn-process-heading { display: block; }

body.tn-enterprise-home .tn-process-heading .tn-overline {
  color: #075f3c;
  font-size: .82rem;
  letter-spacing: .2em;
}

body.tn-enterprise-home .tn-process-heading .tn-overline::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 14px;
  background: #075f3c;
  content: "";
}

body.tn-enterprise-home .tn-process-heading h2 {
  max-width: none;
  margin-top: 18px;
  font-size: clamp(2.65rem, 4.2vw, 3.75rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.04;
}

body.tn-enterprise-home .tn-process-heading h2 span { color: #075f3c; }

body.tn-enterprise-home .tn-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px;
  margin: 42px 0 0;
  padding: 0;
}

body.tn-enterprise-home .tn-process-steps li {
  position: relative;
  min-width: 0;
  padding: 0;
}

body.tn-enterprise-home .tn-process-dot { display: none; }
body.tn-enterprise-home .tn-process-steps li > div { padding: 0; }

body.tn-enterprise-home .tn-process-icon {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid #aebfba;
  border-radius: 50%;
  background: #fff;
  color: #064c31;
}

body.tn-enterprise-home .tn-process-icon > svg {
  width: 32px;
  height: 32px;
  color: currentColor !important;
  stroke-width: 1.8;
}

body.tn-enterprise-home .tn-process-steps li:not(:last-child)::after {
  position: absolute;
  top: 43px;
  right: -33px;
  left: 115px;
  display: block;
  height: 1px;
  border: 0;
  background: #aeb9b6;
  content: "";
}

body.tn-enterprise-home .tn-process-steps li:not(:last-child)::before {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: -31px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #aeb9b6;
  border-right: 1px solid #aeb9b6;
  content: "";
  transform: rotate(45deg);
}

body.tn-enterprise-home .tn-process-steps h3 {
  margin: 17px 0 7px;
  color: #09271b;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.25;
}

body.tn-enterprise-home .tn-process-steps p {
  max-width: 245px;
  margin: 0;
  color: #56615f;
  font-size: .94rem;
  line-height: 1.62;
}

@media (max-width: 980px) {
  body.tn-enterprise-home .tn-process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 54px; }
  body.tn-enterprise-home .tn-process-steps li::before,
  body.tn-enterprise-home .tn-process-steps li::after { display: none !important; }
}

@media (max-width: 620px) {
  body.tn-enterprise-home .tn-process { padding: 48px 0 54px; }
  body.tn-enterprise-home .tn-process-heading h2 { font-size: clamp(2.25rem, 10.5vw, 2.8rem); }
  body.tn-enterprise-home .tn-process-steps { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  body.tn-enterprise-home .tn-process-steps li { display: block; }
  body.tn-enterprise-home .tn-process-steps li > div { display: grid; grid-template-columns: 66px 1fr; column-gap: 16px; align-items: start; }
  body.tn-enterprise-home .tn-process-icon { grid-row: 1 / span 2; width: 66px; height: 66px; }
  body.tn-enterprise-home .tn-process-icon > svg { width: 26px; height: 26px; }
  body.tn-enterprise-home .tn-process-steps h3 { margin: 4px 0 7px; }
  body.tn-enterprise-home .tn-process-steps p { max-width: 100%; font-size: .88rem; }
}

/* Reference-matched company story section. */
body.tn-enterprise-home .tn-company-section {
  padding: 76px 0 82px;
  border: 0;
  background: #fff;
}

body.tn-enterprise-home .tn-company-layout {
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  align-items: center;
  gap: 52px;
}

body.tn-enterprise-home .tn-company-art {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1.28 / 1;
  overflow: hidden;
  border-radius: 12px;
}

body.tn-enterprise-home .tn-company-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tn-enterprise-home .tn-company-pills {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 5.2%;
  display: grid;
  gap: 9px;
}

body.tn-enterprise-home .tn-company-pill {
  display: flex;
  width: 164px;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 10px 15px;
  border: 1px solid #edf0ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 14px rgba(5, 26, 18, .18);
  color: #17251f;
  opacity: 1;
}

body.tn-enterprise-home .tn-company-pill strong,
body.tn-enterprise-home .tn-company-pill small { display: block; }
body.tn-enterprise-home .tn-company-pill strong { font-size: .66rem; font-weight: 650; line-height: 1.25; }
body.tn-enterprise-home .tn-company-pill small { margin-top: 3px; color: #1c2522; font-size: .7rem; font-weight: 750; }
body.tn-enterprise-home .tn-company-pill + .tn-company-pill small { color: #0a9b59; font-style: italic; }

body.tn-enterprise-home .tn-company-pill-check {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  background: #17b66a;
  color: #fff;
}

body.tn-enterprise-home .tn-company-pill-check > svg {
  width: 14px;
  height: 14px;
  color: #fff !important;
  stroke-width: 2.5;
}

body.tn-enterprise-home .tn-company-copy { min-width: 0; }

body.tn-enterprise-home .tn-company-copy .tn-overline {
  color: #0a9b59;
  font-size: .8rem;
  letter-spacing: .15em;
}

body.tn-enterprise-home .tn-company-copy h2 {
  max-width: 620px;
  margin-top: 18px;
  font-size: clamp(2.8rem, 4.1vw, 3.65rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}

body.tn-enterprise-home .tn-company-copy > p:not(.tn-overline) {
  max-width: 600px;
  margin: 24px 0 25px;
  color: #697270;
  font-size: 1rem;
  line-height: 1.72;
}

body.tn-enterprise-home .tn-company-copy .tn-inline-link {
  gap: 12px;
  color: #09291c;
  font-size: .92rem;
  font-weight: 750;
}

body.tn-enterprise-home .tn-company-copy .tn-inline-link:hover,
body.tn-enterprise-home .tn-company-copy .tn-inline-link:focus-visible { color: #0a9b59; }

body.tn-enterprise-home .tn-company-copy .tn-inline-link svg {
  width: 18px;
  height: 18px;
  color: #0a9b59 !important;
}

body.tn-enterprise-home .tn-company-points {
  display: grid;
  gap: 0;
  margin-top: 25px;
}

body.tn-enterprise-home .tn-company-points span {
  display: grid;
  min-height: 55px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #dce1df;
  color: #4e5956;
  font-size: .94rem;
  font-weight: 520;
}

body.tn-enterprise-home .tn-company-points span:last-child { border-bottom: 0; }

body.tn-enterprise-home .tn-company-points span > svg {
  width: 29px;
  height: 29px;
  color: #0aa45e !important;
  stroke-width: 1.8;
}

body.tn-enterprise-home .tn-footer-attribution {
  width: min(1320px, calc(100% - 48px));
  margin: 22px auto 0;
  color: #8fa0a2;
  font-size: .82rem;
  text-align: center;
}

body.tn-enterprise-home .tn-footer-attribution a {
  color: #d4dddd;
  font-weight: 700;
  transition: color 160ms ease;
}

body.tn-enterprise-home .tn-footer-attribution a:hover,
body.tn-enterprise-home .tn-footer-attribution a:focus-visible { color: var(--tn-green-bright); }

@media (max-width: 980px) {
  body.tn-enterprise-home .tn-company-layout { grid-template-columns: 1fr; gap: 40px; }
  body.tn-enterprise-home .tn-company-art { max-width: 720px; }
  body.tn-enterprise-home .tn-company-copy { max-width: 720px; }
}

@media (max-width: 560px) {
  body.tn-enterprise-home .tn-company-section { padding: 58px 0 64px !important; }
  body.tn-enterprise-home .tn-company-layout { width: min(100% - 30px, 460px); gap: 30px; }
  body.tn-enterprise-home .tn-company-art { aspect-ratio: 1.18 / 1; }
  body.tn-enterprise-home .tn-company-pills { top: 39%; left: 5%; gap: 7px; }
  body.tn-enterprise-home .tn-company-pill { width: 143px; min-height: 49px; padding: 8px 9px 8px 11px; }
  body.tn-enterprise-home .tn-company-pill strong { font-size: .58rem; }
  body.tn-enterprise-home .tn-company-pill small { font-size: .62rem; }
  body.tn-enterprise-home .tn-company-pill-check { width: 21px; height: 21px; flex-basis: 21px; }
  body.tn-enterprise-home .tn-company-copy h2 { margin-top: 12px; font-size: clamp(2.25rem, 10.5vw, 2.8rem); }
  body.tn-enterprise-home .tn-company-copy > p:not(.tn-overline) { margin: 18px 0 20px; font-size: .92rem; }
  body.tn-enterprise-home .tn-company-points span { grid-template-columns: 34px 1fr; gap: 10px; font-size: .86rem; }
  body.tn-enterprise-home .tn-company-points span > svg { width: 24px; height: 24px; }
  body.tn-enterprise-home .tn-footer-attribution { width: calc(100% - 30px); font-size: .76rem; }
}

/* Supplied bulk-airtime dashboard section. */
body.tn-enterprise-home .tn-business-section {
  padding: 72px 0 76px;
  background: #edf9f2;
}

body.tn-enterprise-home .tn-business-layout {
  width: min(1320px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: 62px;
}

body.tn-enterprise-home .tn-business-visual {
  position: relative;
  display: flex;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  border: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 12%, rgba(31, 178, 104, .09), transparent 28%),
    linear-gradient(145deg, #e1f3e9, #f3fbf6);
  box-shadow: none;
}

body.tn-enterprise-home .tn-business-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

body.tn-enterprise-home .tn-business-copy .tn-overline {
  color: #0a9b59;
  font-size: .8rem;
  letter-spacing: .15em;
}

body.tn-enterprise-home .tn-business-copy h2 {
  max-width: 600px;
  margin-top: 18px;
  font-size: clamp(2.9rem, 4.2vw, 3.75rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}

body.tn-enterprise-home .tn-business-copy > p:not(.tn-overline) {
  max-width: 590px;
  margin: 24px 0 27px;
  color: #68746f;
  font-size: 1rem;
  line-height: 1.72;
}

body.tn-enterprise-home .tn-business-links {
  display: grid;
  width: min(100%, 330px);
  gap: 0;
  border: 0;
}

body.tn-enterprise-home .tn-business-links a {
  display: grid;
  min-height: 58px;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #cfe2d7;
  color: #173329;
}

body.tn-enterprise-home .tn-business-links a:last-child { border-bottom: 0; }

body.tn-enterprise-home .tn-business-links > a > svg:first-child {
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 9px;
  background: #dff3e7;
  color: #0aaa61 !important;
}

body.tn-enterprise-home .tn-business-links strong {
  color: inherit;
  font-size: .94rem;
  font-weight: 700;
}

body.tn-enterprise-home .tn-business-links small { display: none; }

body.tn-enterprise-home .tn-business-links > a > svg:last-child {
  display: block;
  width: 17px;
  height: 17px;
  color: #123d2d !important;
}

body.tn-enterprise-home .tn-business-links a:hover,
body.tn-enterprise-home .tn-business-links a:focus-visible {
  padding-left: 0;
  color: #0a9b59;
}

body.tn-enterprise-home .tn-footer-attribution a,
body.tn-enterprise-home .tn-footer-attribution a:hover,
body.tn-enterprise-home .tn-footer-attribution a:focus-visible {
  color: #fff;
  transition: none;
}

@media (max-width: 980px) {
  body.tn-enterprise-home .tn-business-layout { grid-template-columns: 1fr; gap: 40px; }
  body.tn-enterprise-home .tn-business-visual { width: 100%; max-width: 720px; min-height: 0; }
  body.tn-enterprise-home .tn-business-copy { max-width: 720px; }
}

@media (max-width: 560px) {
  body.tn-enterprise-home .tn-business-section { padding: 56px 0 60px !important; }
  body.tn-enterprise-home .tn-business-layout { width: min(100% - 30px, 460px); gap: 30px; }
  body.tn-enterprise-home .tn-business-visual { padding: 11px; border-radius: 11px; }
  body.tn-enterprise-home .tn-business-copy h2 { margin-top: 12px; font-size: clamp(2.3rem, 10.8vw, 2.85rem); }
  body.tn-enterprise-home .tn-business-copy > p:not(.tn-overline) { margin: 18px 0 22px; font-size: .92rem; }
  body.tn-enterprise-home .tn-business-links { width: 100%; }
}

/* Smooth mobile navigation accordion and restrained login action. */
body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-links details > div {
  display: grid;
  max-height: 0;
  gap: 1px;
  overflow: hidden;
  padding: 0 0 0 14px;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    max-height 380ms cubic-bezier(.22, 1, .36, 1),
    opacity 220ms ease,
    transform 300ms cubic-bezier(.22, 1, .36, 1),
    padding-bottom 300ms ease;
}

body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-links details[open] > div {
  max-height: 360px;
  padding-bottom: 11px;
  opacity: 1;
  transform: translateY(0);
}

body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-links details[open] > summary { color: var(--tn-green-bright); }
body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-links details.has-active-child > summary,
body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-links summary.active,
body.tn-enterprise-home .tn-mobile-drawer .mobile-nav-link.active { color: var(--tn-green-bright); }

body.tn-enterprise-home .tn-mobile-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 215, 123, .62);
  border-radius: 8px;
  color: var(--tn-green-bright);
  transition: border-color 180ms ease, color 180ms ease;
}

body.tn-enterprise-home .tn-mobile-login:hover,
body.tn-enterprise-home .tn-mobile-login:focus-visible {
  border-color: #fff;
  color: #fff;
}

/* Use one compact mobile rhythm between adjacent homepage sections. */
@media (max-width: 620px) {
  body.tn-enterprise-home .tn-trust-strip { padding-bottom: 0; }
  body.tn-enterprise-home section.tn-ecosystem { padding: 32px 0 48px !important; }
  body.tn-enterprise-home section.tn-wallet-section,
  body.tn-enterprise-home section.tn-process { padding: 48px 0 !important; }
  body.tn-enterprise-home section.tn-business-section { padding: 48px 0 !important; }
  body.tn-enterprise-home section.tn-company-section { padding: 48px 0 32px !important; }
  body.tn-enterprise-home section.tn-final-cta { padding: 0 0 48px !important; }
}

/* Keep the shared mobile navigation identical on every marketing page. */
body.tn-enterprise-home #navMobileDrawer.tn-mobile-drawer {
  background: #00271f !important;
}

body.tn-enterprise-home #navMobileDrawer .mobile-nav-links summary {
  min-height: 52px;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.3;
}

body.tn-enterprise-home #navMobileDrawer .mobile-nav-links details > div {
  gap: 0;
  padding-left: 16px;
}

body.tn-enterprise-home #navMobileDrawer .mobile-nav-links details[open] > div {
  max-height: 440px;
  padding-bottom: 16px;
}

body.tn-enterprise-home #navMobileDrawer .mobile-nav-links details a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
}
