/* Page compositions only. Shared appearance belongs to components.css. */
.section-action{display:flex;justify-content:center;margin-top:var(--sp-6)}
.page-nav{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:var(--header-h);z-index:50}.page-nav .container{display:flex;gap:var(--sp-6);overflow-x:auto;scrollbar-width:thin}.page-nav a{white-space:nowrap;padding:17px 0;font-size:var(--fs-sm);font-weight:600;color:var(--ink-soft)}.page-nav a:hover{color:var(--primary)}
.case-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.case-card:hover{box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.case-card__brand{background:var(--bg-blue);height:150px;display:flex;justify-content:center;align-items:center;padding:var(--sp-6)}.case-card__brand--purple{background:#5f0080}.case-card__brand img{width:170px;height:55px;object-fit:contain}.case-card__body{padding:var(--sp-5);display:flex;flex-direction:column;flex:1}.case-card h3{font-size:var(--fs-lg);margin-bottom:var(--sp-3)}.case-card__body>p:not(.eyebrow){font-size:var(--fs-sm);color:var(--ink-soft);line-height:1.8}.case-story{display:grid;grid-template-columns:1fr 1.3fr;gap:var(--sp-8);align-items:center}.case-story .section-title{font-size:var(--fs-2xl)}.case-story .section-lead{font-size:var(--fs-base)}.case-story-visual{border:1px solid var(--line);border-radius:var(--radius-lg);background:white;overflow:hidden;box-shadow:var(--shadow)}.case-story-logo{background:var(--bg-blue);padding:var(--sp-8) var(--sp-6);display:flex;align-items:center;justify-content:center}.case-story-logo img{width:220px;height:72px;object-fit:contain}.case-story-logo--purple{background:#5f0080}.case-story-scope{padding:var(--sp-5)}.case-story-scope>b{font-size:var(--fs-sm)}.case-story-scope .point-list{margin-top:var(--sp-3)}.case-takeaway{margin-top:var(--sp-5);padding-top:var(--sp-5);border-top:1px solid var(--line);margin-bottom:var(--sp-3)}.case-takeaway h3{font-size:var(--fs-md);margin-bottom:var(--sp-2)}.case-takeaway p{font-size:var(--fs-sm);color:var(--ink-soft);line-height:1.8}
.fit-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-8);align-items:center}.fit-configurator{min-width:0;border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--sp-6);background:#fff;box-shadow:var(--shadow-lg)}.fit-progress{display:flex;justify-content:space-between;gap:12px;font-size:var(--fs-sm);color:var(--muted);padding-bottom:var(--sp-5);margin-bottom:var(--sp-5);border-bottom:1px solid var(--line)}.fit-configurator h3{font-size:var(--fs-lg);margin-bottom:var(--sp-5)}.fit-options{display:grid;gap:12px}.fit-options button{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-tint);padding:16px;min-height:76px;transition:border-color .2s,background .2s}.fit-options button:hover{border-color:var(--primary);background:var(--primary-soft)}.fit-options button>span:not(.fit-option-icon){flex:1}.fit-options b{display:block;font-size:var(--fs-sm)}.fit-options small{display:block;font-size:var(--fs-sm);color:var(--ink-soft);margin-top:3px}.fit-option-icon{color:var(--primary)}.fit-options button>.icon{width:16px;height:16px;flex-basis:16px;color:var(--primary)}.fit-back,.fit-reset{border:0;background:none;margin-top:16px}.fit-reset{display:flex}.business-tags{display:flex;flex-wrap:wrap;gap:8px;margin-block:20px}.business-tags span{font-size:var(--fs-xs);font-weight:600;background:var(--primary-soft);color:var(--primary);padding:4px 10px;border-radius:999px}#fit-result-copy{font-size:var(--fs-sm);color:var(--ink-soft);line-height:1.8}
.group-note{display:flex;justify-content:space-between;align-items:center;gap:var(--sp-8)}.group-note h2{font-size:var(--fs-xl);margin-bottom:var(--sp-3)}.group-note p:not(.eyebrow){font-size:var(--fs-sm);color:var(--ink-soft);max-width:70ch}.group-note>.text-link{flex-shrink:0}.group-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-8);align-items:center}.group-layout .section-head{margin:0}.group-stack{display:grid;gap:16px}.group-stack>a,.group-stack>div{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:white;display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px}.group-stack b{font-size:20px}.group-stack span{font-size:var(--fs-sm);color:var(--muted);grid-column:1}.group-stack .icon{grid-column:2;grid-row:1/3;color:var(--primary)}.group-stack a:hover{border-color:var(--primary)}.group-stack .wordmark{width:124px;margin-bottom:6px}
.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;grid-template-areas:"intro form" "aside form";grid-template-rows:auto 1fr;gap:var(--sp-6) var(--sp-8);align-items:start}.contact-intro{grid-area:intro}.contact-aside{grid-area:aside}.contact-layout>.contact-form-panel{grid-area:form}.contact-layout h1{font-size:var(--fs-3xl)}.contact-layout .section-head{margin-bottom:0}.contact-process .steps{display:grid;grid-template-columns:1fr;gap:20px}.contact-process .step{position:relative;padding:0 0 0 50px;background:none;border:0;box-shadow:none;min-height:60px}.contact-process .step__n{position:absolute;left:0;top:0;background:white;margin:0;border:1px solid var(--line);width:32px;height:32px;font-size:13px}.contact-process h3{font-size:var(--fs-base);margin-bottom:4px}.contact-process p{font-size:var(--fs-sm)}.contact-direct{display:flex;flex-direction:column;align-items:flex-start;gap:0;border-top:1px solid var(--line);margin-top:var(--sp-6);padding-top:var(--sp-5)}.contact-direct>b{font-size:var(--fs-sm);margin-bottom:8px}.contact-form-panel{padding:var(--sp-6);background:white;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.contact-form-panel>h2{font-size:var(--fs-xl);margin-bottom:8px}.contact-form-panel>p{margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}form label,.field-label{display:flex;flex-direction:column;gap:8px;font-size:var(--fs-sm);font-weight:600;margin-bottom:20px}form label>span{color:var(--ink)}form label>span:first-child{display:inline}form input:not([type=checkbox]),form select,form textarea,.field-label input{width:100%;min-width:0;padding:12px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--ink);font-size:var(--fs-sm);font-weight:400;line-height:1.5}form input::placeholder,form textarea::placeholder{color:var(--muted)}form textarea{resize:vertical;min-height:125px}form .consent{flex-direction:row;align-items:flex-start;gap:10px;font-weight:400;font-size:13px;line-height:1.7;margin-top:4px}form .consent>span{color:var(--ink-soft)}form .consent a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}form .consent input{accent-color:var(--primary);flex:0 0 16px;width:16px;height:16px;margin:3px 0 0}form .consent small{display:block;font-size:13px;color:var(--muted);margin-top:6px}form [type=submit]{width:100%;margin-top:4px}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-status{font-size:var(--fs-sm);color:var(--error-text);line-height:1.8;margin-top:16px}.form-success{text-align:center;padding:32px 0}.success-check{display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);width:56px;height:56px;border-radius:50%;margin:0 auto 24px;font-size:24px}.form-success h2{font-size:24px;margin-bottom:16px}.form-success p{margin-bottom:16px}.form-success .btn{margin-top:16px}
.location-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-8)}.location-card{background:var(--bg-tint);border-radius:var(--radius-lg);padding:var(--sp-6);border:1px solid var(--line)}.location-card h3{font-size:20px;margin-bottom:12px}.location-card p{font-size:var(--fs-sm);color:var(--ink-soft)}.contact-links{display:flex;flex-direction:column;align-items:flex-start;margin:16px 0}.prose-wrap{margin-inline:auto}.prose h2{font-size:var(--fs-xl);margin:40px 0 12px}.prose h2:first-child{margin-top:0}.prose p{font-size:var(--fs-base);color:var(--ink-soft);line-height:1.9}.prose .fine-print{font-size:12px;margin-top:32px}.guide-nav{display:flex;flex-wrap:wrap;gap:12px}.guide-nav a{font-size:13px;padding:8px 12px;border:1px solid var(--line);border-radius:999px}.guide-colors{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.guide-swatch{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.guide-swatch>div{height:80px}.guide-swatch>p{padding:12px;font-size:12px;display:grid;gap:4px}.guide-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.guide-example{padding:32px;background:var(--bg-tint);border:1px solid var(--line);border-radius:var(--radius-lg)}.guide-example+.guide-example,.guide-buttons+.guide-example{margin-top:24px}.guide-type{display:grid;gap:24px}.guide-type>div{border-bottom:1px solid var(--line);padding-bottom:20px}.guide-type span{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}.guide-example .field-label{max-width:380px}.guide-note{margin-top:24px;color:var(--ink-soft);font-size:13px}
@media(max-width:900px){.contact-layout{gap:32px}.case-story{gap:32px}.group-layout{gap:32px}.fit-layout{gap:32px}.case-card__body{padding:20px}.case-card h3{font-size:18px}.case-card__brand{padding:24px}.case-card__brand img{max-width:100%}}
@media(max-width:760px){.page-nav .container{gap:24px}.page-nav a{font-size:13px;padding-block:14px}.case-story,.group-layout,.location-layout,.fit-layout,.contact-layout{grid-template-columns:1fr;gap:32px}.case-story-logo{padding:40px 24px}.case-story .section-title{font-size:26px}.case-story-visual{order:1}.case-story .section-lead{font-size:15px}.case-card h3{font-size:20px}.case-card__body{padding:24px}.case-card__brand{height:150px}.case-card__body>p:not(.eyebrow){font-size:15px}.fit-configurator{padding:24px}.fit-layout .section-head{margin:0}.fit-options button{padding:14px 12px}.group-note{display:block}.group-note>.text-link{margin-top:20px}.group-note h2{font-size:24px}.contact-layout h1{font-size:32px}.contact-form-panel{padding:24px}.contact-form-panel>h2{font-size:22px}.form-row{grid-template-columns:1fr;gap:0}.location-layout .section-head{margin-bottom:0}.guide-colors{grid-template-columns:1fr 1fr}.guide-example{padding:24px}.guide-buttons{gap:12px}.prose h2{font-size:22px}.contact-direct{margin-top:24px}.group-stack>b{font-size:18px}}
@media(max-width:360px){.contact-form-panel,.fit-configurator{padding:20px}.fit-option-icon{display:none}}

.related-single{max-width:760px}.guide-feature-boards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.guide-type .guide-hero-type{font-size:48px;font-weight:700;line-height:1.32}
@media(max-width:760px){.contact-layout{grid-template-areas:"intro" "form" "aside";grid-template-rows:auto}.guide-feature-boards{grid-template-columns:1fr}.guide-type .guide-hero-type{font-size:32px}.header-cta{min-height:44px}}

/* Readable form entry and supporting copy on touch screens. */
@media(max-width:760px){form input:not([type=checkbox]),form select,form textarea,.field-label input{font-size:16px}.fit-options b{font-size:15px}}

form label .field-help{font-size:13px;font-weight:400;line-height:1.65;color:var(--ink-soft)}

.contact-direct a,.contact-links a{max-width:100%;overflow-wrap:anywhere}

/* Show the unchanged brand image on both supported backgrounds. */
.guide-brand-samples .guide-example{margin:0}.guide-brand-samples .section--ink{background:var(--ink-deep)}

/* Company evidence uses the shared card, color and spacing system. */
.client-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.client-grid__item{display:flex;align-items:center;justify-content:center;min-height:112px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.client-grid__item img{width:150px;height:48px;object-fit:contain}.company-timeline{list-style:none;padding:0;margin:0;display:grid;gap:0}.company-timeline>li{display:grid;grid-template-columns:96px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.company-timeline time{font-size:22px;font-weight:700;color:var(--primary)}.company-timeline h3{font-size:19px;margin-bottom:8px}.company-timeline p{font-size:14px;color:var(--ink-soft);line-height:1.8}.home-proof-link{margin-top:24px;display:flex;gap:24px;flex-wrap:wrap}.notice-list{display:grid;gap:24px}.notice-article{border-top:1px solid var(--line);padding-top:28px}.notice-article time{display:block;color:var(--muted);font-size:13px;margin-bottom:12px}.notice-article h2{font-size:24px;margin-bottom:20px}.notice-article p{font-size:15px;line-height:1.9;color:var(--ink-soft);margin-top:12px}.support-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:24px}.support-links .text-link{min-height:44px}.support-form{max-width:620px;margin-inline:auto}.support-form .contact-form-panel{padding:32px}.support-result{padding:20px;margin-top:24px;border-radius:var(--radius);background:var(--bg-blue);font-size:15px}.support-result p{margin-bottom:16px}.policy-notice{padding:20px 24px;background:var(--bg-blue);border-radius:var(--radius);margin-bottom:32px;color:var(--ink-soft);font-size:14px;line-height:1.8}.prose a{text-decoration:underline;text-underline-offset:3px}.prose ul{list-style:disc;padding-left:24px;color:var(--ink-soft)}.prose li{margin-block:8px;line-height:1.8}
@media(max-width:760px){.client-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.client-grid__item{min-height:96px;padding:16px}.client-grid__item img{width:126px;height:40px}.company-timeline>li{grid-template-columns:64px 1fr;gap:16px}.company-timeline time{font-size:20px}.company-timeline h3{font-size:18px}.service-entry .btn{max-width:100%}.support-form .contact-form-panel{padding:24px}}
.faq-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.faq-filters button{min-height:44px;padding:9px 18px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:14px}.faq-filters button[aria-pressed=true]{background:var(--primary);border-color:var(--primary);color:#fff}.client-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.client-grid__item{flex-direction:column;gap:16px;justify-content:flex-start;padding:24px 16px}.client-grid__item figcaption{font-size:13px;color:var(--ink-soft);text-align:center;line-height:1.65}.client-grid__item figcaption span,.client-grid__item figcaption small{display:block}.client-grid__item small{font-size:12px;color:var(--muted);margin-top:8px}.case-story-scope--standalone{min-height:240px;display:flex;flex-direction:column;justify-content:center;background:var(--bg-blue);border-radius:var(--radius-lg);padding:36px}.service-policy h2{font-size:24px}.service-policy li li{font-size:14px}
@media(max-width:1000px){.client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-grid__item{padding:20px 14px}.case-story-scope--standalone{padding:24px;min-height:200px}.service-policy h2{font-size:20px}}
.product-screen figcaption a{display:inline-block;text-decoration:underline;text-underline-offset:3px;margin-left:8px}.product-screen__image>a{display:block;max-width:100%;cursor:zoom-in}

/* Keep padded source SVGs intact while matching the visible size of other client logos. */
.client-grid__item--padded-logo img{width:190px;max-width:calc(100% + 12px);height:80px;margin-block:-16px}
@media(max-width:760px){.client-grid__item--padded-logo img{margin-block:-20px}}

/* Keep the API actions aligned and stack them before their labels compress. */
.api-actions{align-items:center;flex-wrap:wrap;gap:16px}
.api-actions>.btn{flex:0 0 auto;min-height:52px;margin:0;white-space:nowrap}
@media(max-width:600px){.api-actions{flex-direction:column;align-items:stretch;gap:12px}.api-actions>.btn{width:100%;min-width:0;justify-content:center;white-space:normal;text-align:center}}

.cloud-condition{margin-top:24px;color:var(--ink-soft);font-size:var(--fs-sm);line-height:1.8}.cloud-plan{margin-top:32px}

.registration-section{padding-block:20px}
.registration-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink-soft)}
.registration-heading{display:flex;align-items:center;gap:16px}.registration-authority{display:block;flex-shrink:0}.registration-authority img{width:154px;height:auto;filter:grayscale(1);opacity:.85}.registration-heading h2{font-size:13px;font-weight:500;color:var(--muted)}.registration-heading span{display:block;font-size:11px;color:var(--muted);margin-top:4px}
.registration-panel dl{display:flex;gap:24px;margin:0}.registration-panel dt{font-size:11px;color:var(--muted)}.registration-panel dd{margin:3px 0 0;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}
.registration-source{font-size:11px;text-decoration:underline;text-underline-offset:4px;min-height:44px;display:flex;align-items:center;white-space:nowrap;color:var(--muted)}
@media(max-width:760px){.registration-panel{display:grid;grid-template-columns:1fr auto;gap:12px 16px;padding-block:12px}.registration-heading{grid-column:1/-1;gap:14px}.registration-authority img{width:136px}.registration-panel dl{gap:20px}.registration-panel dt{font-size:11px}.registration-panel dd{font-size:12px}}
@media(max-width:360px){.registration-panel dl{gap:14px}.registration-source{font-size:10px}.registration-panel dt{font-size:10px}}

.case-disclosure{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);font-size:14px;line-height:1.8;color:var(--ink-soft);max-width:80ch}.section--tight .case-disclosure{margin-top:0}
/* Keep the hero in normal flow; scroll animates its illustration, not page height. */
.payment-story.is-motion{height:auto}.payment-story__sticky,.is-motion .payment-story__sticky{position:static;min-height:620px}.payment-story__layout{padding-block:72px 96px}.service-collection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.service-tile{background:#fff;border:1px solid #e6e9ef;border-radius:16px;padding:34px 30px;display:flex;flex-direction:column;min-height:320px;transition:border-color .2s,transform .2s}.service-tile__brand{font-size:13px;font-weight:600;color:#6a7280;letter-spacing:-.02em}.service-tile h3{font-size:30px;letter-spacing:-.045em;line-height:1.4;margin:9px 0 18px}.service-tile__scope{font-size:13px;color:#36465e;margin:0 0 13px}.service-tile__copy{font-size:14px;line-height:1.85;color:#727a88;margin:0 0 30px}.service-tile__link{margin-top:auto;font-size:13px;font-weight:600}.service-tile__link>span{float:right}.service-tile:hover,.service-tile:focus-visible{border-color:#9caac7;transform:translateY(-3px)}
@media(max-width:1000px){.service-collection{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-story__layout{padding-block:48px 72px}.payment-story h1{font-size:36px}}
@media(max-width:760px){.payment-story__sticky,.is-motion .payment-story__sticky{min-height:0}.payment-story__layout{padding-block:36px 50px;gap:28px}.payment-story h1{font-size:32px}.payment-story__visual{max-width:330px}.payment-track{max-height:115px}.payment-story__signature{display:none}.story-scroll{display:none}.service-collection{grid-template-columns:1fr;gap:14px}.service-tile{padding:28px;min-height:0}.service-tile h3{font-size:27px}.service-tile__copy{margin-bottom:24px}.registration-heading h2{font-size:11px}.registration-heading span{font-size:10px}}
@media(prefers-reduced-motion:reduce){.service-tile{transition:none}.service-tile:hover{transform:none}}
.enterprise-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;background:#edf1f8;color:#4e5f7b;font-size:10px;font-weight:500;letter-spacing:.015em;line-height:1.5;vertical-align:middle;margin-left:6px}.client-project-year{font-size:11px;color:var(--muted)}.client-grid figcaption .enterprise-badge{margin:8px 0 0}

.payment-story__layout{display:block;text-align:center;padding-block:98px 110px}.payment-story__copy{max-width:1000px;margin:auto}.payment-story h1{font-size:clamp(36px,4.5vw,64px);line-height:1.3;letter-spacing:-.055em}.payment-story .hero__cta{justify-content:center}.payment-story__sticky,.is-motion .payment-story__sticky{min-height:0}.payment-story .hero__sub{margin:24px 0 32px}
@media(max-width:760px){.payment-story__layout{text-align:left;padding-block:50px 52px}.payment-story h1{font-size:32px}.payment-story .hero__cta{justify-content:flex-start}.payment-story .hero__sub{font-size:14px;line-height:1.8;margin:22px 0 28px}}
.notice-board{max-width:960px;margin:0 auto 60px}.notice-board__header{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;padding:0 46px 18px 0;border-bottom:1px solid var(--ink)}.notice-post{border-bottom:1px solid var(--line)}.notice-post>summary{display:grid;grid-template-columns:1fr 100px 20px;align-items:center;gap:24px;cursor:pointer;list-style:none;padding:28px 0;font-size:17px;font-weight:500}.notice-post>summary::-webkit-details-marker{display:none}.notice-post time{color:var(--muted);font-size:13px;font-weight:400}.notice-toggle{color:var(--muted);font-size:22px}.notice-post[open] .notice-toggle{transform:rotate(45deg)}.notice-post__body{padding:10px 0 38px;max-width:760px;font-size:15px;line-height:1.95;color:var(--ink-soft)}.notice-post__body h2{font-size:23px;color:var(--ink);margin:0 0 24px}.notice-post__body p{margin-bottom:16px}.notice-post__body .text-link{margin-top:16px}.hero-line{display:block;overflow:hidden;padding-bottom:.07em}.hero-line>span{display:block;animation:hero-type-reveal .85s cubic-bezier(.2,.7,.2,1) both}.hero-line:nth-child(2)>span{animation-delay:.12s}@keyframes hero-type-reveal{from{transform:translateY(105%)}to{transform:translateY(0)}}
@media(max-width:760px){.notice-board__header{display:none}.notice-post:first-of-type{border-top:1px solid var(--ink)}.notice-post>summary{grid-template-columns:1fr 20px;gap:10px 16px;padding:22px 0;font-size:16px}.notice-post time{grid-column:1;grid-row:2;font-size:12px}.notice-toggle{grid-column:2;grid-row:1/3}.notice-post__body{font-size:14px}.notice-post__body h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){.hero-line>span{animation:none}}
/* Readable hierarchy: quieter introduction, clear main promise, comfortable tracking. */
.payment-story .eyebrow{font-size:13px;font-weight:500;color:#667085;letter-spacing:.025em;margin-bottom:26px}.payment-story h1{letter-spacing:-.025em;margin:0;font-weight:650}.hero-line--intro{font-size:36px;line-height:1.5;font-weight:450;color:#384250;margin-bottom:8px}.hero-line--main{font-size:60px;line-height:1.4;color:#121a28}.hero-line--main em{font-style:normal;color:#304fc4}.payment-story .hero__sub{font-size:17px;line-height:1.9;font-weight:400;color:#505b6b;margin:24px 0 34px}.payment-story__layout{padding-block:76px 90px}.hero-copy-break{display:none}
@media(max-width:1000px){.hero-line--intro{font-size:30px}.hero-line--main{font-size:46px}}
@media(max-width:760px){.payment-story__layout{padding-block:42px 52px}.payment-story .eyebrow{font-size:12px;margin-bottom:24px}.hero-line--intro{font-size:24px;line-height:1.5;margin-bottom:5px}.hero-line--main{font-size:30px;line-height:1.5;letter-spacing:-.03em}.payment-story .hero__sub{font-size:15px;line-height:1.85;margin:22px 0 28px}.hero-copy-break{display:block}}
@media(max-width:360px){.hero-line--intro{font-size:22px}.hero-line--main{font-size:26px}}

.payment-story .hero__sub{margin-inline:auto;text-align:center}@media(max-width:760px){.payment-story .hero__sub{text-align:left;margin-inline:0}}
.history-overview{max-width:820px;font-size:16px;line-height:1.95;color:var(--ink-soft)}.history-overview p+p{margin-top:18px}.history-page{display:grid;grid-template-columns:130px minmax(0,1fr);gap:64px;align-items:start}.history-years{position:sticky;top:110px;display:flex;flex-direction:column;gap:12px}.history-years a{font-size:14px;color:var(--muted);padding:4px 0}.history-years a:hover{color:var(--primary)}.history-year{display:grid;grid-template-columns:120px minmax(0,1fr);gap:36px;padding:0 0 50px;margin-bottom:40px;border-bottom:1px solid var(--line);scroll-margin-top:120px}.history-year h2{font-size:40px;line-height:1.2;letter-spacing:-.04em}.history-year ul{padding:0;margin:0;list-style:none}.history-year li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;padding:0 0 18px;font-size:15px;line-height:1.8}.history-year time{color:var(--muted);font-size:12px;padding-top:3px;font-variant-numeric:tabular-nums}.history-year p{margin:0}.history-years a:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:2px}
.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:54px;line-height:1.35;font-weight:650;color:#151b25;letter-spacing:-.04em;margin:0;padding-bottom:.06em}.payment-story .hero-line--main em{color:inherit}.payment-story__layout{padding-block:82px 88px}.payment-story .eyebrow{margin-bottom:24px}.payment-story .hero__sub{font-size:16px;line-height:1.85;margin-block:24px 30px}.payment-story .hero__cta{gap:12px}
@media(max-width:1000px){.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:44px}.history-page{gap:28px;grid-template-columns:80px 1fr}.history-year{gap:20px;grid-template-columns:90px 1fr}}
@media(max-width:760px){.payment-story__layout{text-align:center;padding-block:48px 58px}.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:30px;line-height:1.4;letter-spacing:-.04em}.payment-story .hero__sub{text-align:center;font-size:14px}.payment-story .hero__cta{justify-content:center}.history-overview{font-size:14px}.history-page{display:block}.history-years{position:static;flex-direction:row;flex-wrap:wrap;gap:8px 18px;margin-bottom:36px}.history-year{grid-template-columns:1fr;gap:22px;padding-bottom:28px;margin-bottom:28px}.history-year h2{font-size:32px}.history-year li{font-size:14px;gap:10px;grid-template-columns:40px 1fr}}
@media(max-width:360px){.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:26px}}
/* Mobile registration: clear authority, then two aligned registration records. */
@media(max-width:760px){
 .registration-section{padding-block:16px}
 .registration-panel{display:flex;flex-direction:column;align-items:stretch;gap:0;border:0;padding:8px 0}
 .registration-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}
 .registration-authority img{display:block;width:142px;opacity:.82}
 .registration-heading h2{font-size:12px;font-weight:400;color:#78808c;margin:0;text-align:right;white-space:nowrap}
 .registration-heading span{display:none}
 .registration-panel dl{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid #eceef2}
 .registration-panel dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px}
 .registration-panel dt{font-size:12px;line-height:1.6;color:#737d8c}
 .registration-panel dd{font-size:13px;line-height:1.6;font-weight:450;color:#414d60;margin:0;letter-spacing:.025em;white-space:nowrap}
 .registration-source{align-self:flex-end;min-height:32px;margin-top:8px;font-size:11px;text-decoration:none;color:#7d8694}
}
@media(max-width:360px){.registration-authority img{width:130px}.registration-heading h2{font-size:11px}.registration-panel dt{font-size:11px}.registration-panel dd{font-size:12px}}
.credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:800px;margin:auto}.credential-card{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e7eaf0;border-radius:12px;padding:30px 20px 20px;background:#fff}.credential-card>img{width:148px;height:auto;filter:grayscale(1);opacity:.8;margin:8px 0 28px}.credential-card h3{font-size:17px;font-weight:550;line-height:1.6;letter-spacing:-.025em;margin:0 0 7px;color:#263243}.credential-card p{font-size:12px;font-variant-numeric:tabular-nums;color:#7b8593;margin:0}.credential-link{font-size:11px;color:#8892a0;margin-top:18px}.credential-link>span{margin-left:5px}.credential-card:hover{border-color:#a8b2c3}.credential-card:focus-visible{outline:2px solid var(--primary);outline-offset:3px}
@media(max-width:760px){.credential-grid{gap:12px}.credential-card{padding:22px 12px 16px;border-radius:10px}.credential-card>img{width:112px;margin:4px 0 20px}.credential-card h3{font-size:13px;word-break:keep-all;min-height:42px;display:flex;align-items:center}.credential-card p{font-size:10px;letter-spacing:0;white-space:nowrap}.credential-link{font-size:10px;margin-top:14px}}
@media(max-width:360px){.credential-grid{grid-template-columns:1fr}.credential-card h3{min-height:0;font-size:15px}.credential-card p{font-size:11px}.credential-card>img{width:128px}}
.footer-company-info{text-align:left!important;font-size:12px;line-height:1.85;max-width:660px}.footer-company-info p{margin:0 0 5px}.footer-company-info strong{font-size:14px;font-weight:500;color:#fff}.footer-company-info span,.footer-company-info p>a+a{margin-left:16px}.footer-company-info a{display:inline!important}
/* Quiet, structured footer and standalone announcements. */
.footer{background:#14181f;padding:64px 0 32px;color:#b8bec8}.footer-top{grid-template-columns:1fr 1.6fr;gap:72px;padding-bottom:48px}.footer-brand p{color:#aeb5c0;max-width:24ch;line-height:1.8}.footer-links{gap:36px}.footer-links b{font-weight:600;margin-bottom:12px}.footer-links a{color:#b8bec8;line-height:1.6}.footer-bottom{border-color:#ffffff14;padding-top:28px;gap:48px}.footer-company-info{display:block!important;color:#9fa7b3;line-height:1.9}.footer-company-info p{margin-bottom:3px}.footer-bottom>div:last-child{gap:12px}.footer-bottom>div:last-child>span{margin-top:12px;color:#858e9c}.notice-row{display:grid;grid-template-columns:1fr auto 20px;gap:24px;align-items:center;min-height:96px;border-bottom:1px solid var(--line);padding:24px 8px}.notice-row:hover{color:var(--primary)}.notice-row>span:first-child{font-size:18px;font-weight:500}.notice-row time{font-size:14px;color:var(--muted)}.notice-article{max-width:760px;margin:auto;font-size:17px;line-height:1.95}.notice-article p+p{margin-top:24px}.history-overview strong{display:inline-block;color:var(--ink);font-size:21px;margin-bottom:10px}
@media(max-width:760px){.footer{padding:44px 0 24px}.footer-top{grid-template-columns:1fr;gap:32px;padding-bottom:28px}.footer-links{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-links>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:6px 20px}.footer-links>div:last-child>b{grid-column:1/-1}.footer-links a{font-size:14px;min-height:36px}.footer-company-info{font-size:12px}.footer-company-info span{margin-left:12px}.footer-bottom{padding-top:8px}.footer-bottom>div:last-child{gap:10px;margin-top:24px}.notice-row{grid-template-columns:1fr 18px;gap:10px;padding:20px 0}.notice-row>span:first-child{font-size:16px}.notice-row time{grid-row:2;font-size:12px}.notice-row>span:last-child{grid-column:2;grid-row:1/3}.notice-article{font-size:16px}.history-overview strong{font-size:19px}}
.footer-company-info>p:first-child{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 16px;margin-bottom:10px}.footer-company-info>p:first-child>span{margin-left:0}@media(max-width:760px){.footer-company-info>p:first-child>span:last-child{flex-basis:100%}}
/* Give the opening statement a stronger typographic scale. */
.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:clamp(54px,5.3vw,76px);font-weight:700;line-height:1.28;letter-spacing:-.045em}.payment-story .hero__sub{font-size:22px;font-weight:500;color:#384250;margin-block:30px 34px}.payment-story .eyebrow{font-size:15px}.payment-story__copy{max-width:1120px}
@media(max-width:1000px){.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:52px}}
@media(max-width:760px){.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:clamp(30px,8.7vw,40px);line-height:1.32;word-break:keep-all;overflow-wrap:normal}.payment-story .hero__sub{font-size:18px;line-height:1.6;margin-block:26px 30px}.payment-story .eyebrow{font-size:13px}.payment-story__layout{padding-block:50px 58px}}
.brand-copy{display:inline}.brand-inline{display:inline-block!important;width:auto!important;height:.76em!important;max-width:none!important;vertical-align:baseline;object-fit:contain!important;border:0!important;border-radius:0!important;flex-shrink:0}.footer .brand-inline,.section--ink .brand-inline,.btn--primary .brand-inline{filter:brightness(0) invert(1)}.payment-story h1 .brand-inline{height:.72em!important}.logo-belt>p .brand-inline{height:.86em!important;margin-left:.18em}
/* Recruitment: readable role rows and focused application pages. */
.career-board{max-width:1040px;margin:auto}.career-board__heading{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--ink);padding-bottom:24px}.career-board__heading h2{font-size:28px}.career-board__heading>span{font-size:14px;color:var(--muted)}.career-row{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:34px 8px;border-bottom:1px solid var(--line)}.career-row:hover h3{color:var(--primary)}.career-category{font-size:13px;color:var(--primary);font-weight:600}.career-row h3{font-size:24px;margin:8px 0 12px}.career-row p{font-size:14px;color:var(--muted)}.career-row p span{margin:0 8px}.career-row__meta{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}.career-row time{font-size:12px;color:var(--muted)}.career-state{display:inline-block;font-size:12px;padding:5px 10px;background:#f0f2f5;color:#626b79;border-radius:5px}.career-invite{max-width:1040px;margin:56px auto 24px;padding:36px 40px;background:#f5f7fb;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:32px}.career-invite h2{font-size:24px;margin-bottom:14px}.career-invite p{font-size:16px;line-height:1.8;color:var(--ink-soft)}.career-invite .btn{flex-shrink:0}.career-detail{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:80px}.career-detail article>section{margin-bottom:44px}.career-detail article h2{font-size:23px;margin-bottom:18px}.career-detail article p{font-size:16px;line-height:1.9;margin-bottom:14px;color:var(--ink-soft)}.career-facts{display:grid;grid-template-columns:110px 1fr;gap:20px;font-size:16px;line-height:1.7}.career-facts dt{color:var(--muted)}.career-facts dd{margin:0}.career-aside{position:sticky;top:110px;align-self:start;border:1px solid var(--line);border-radius:14px;padding:28px}.career-aside h2{font-size:24px;margin:20px 0 14px}.career-aside p{font-size:15px;line-height:1.8;color:var(--ink-soft);margin-bottom:24px}.career-aside>.btn{width:100%;margin-bottom:18px}.career-aside>a:last-child{font-size:13px;color:var(--muted)}
@media(max-width:760px){.career-board__heading h2{font-size:24px}.career-row{display:block;padding:26px 0}.career-row h3{font-size:21px;line-height:1.45}.career-row__meta{flex-direction:row;align-items:center;margin-top:18px;gap:14px}.career-row__meta>span:last-child{margin-left:auto}.career-invite{display:block;padding:28px 24px;margin-top:36px}.career-invite h2{font-size:22px}.career-invite .btn{margin-top:24px}.career-detail{grid-template-columns:1fr;gap:32px}.career-aside{position:static}.career-facts{grid-template-columns:80px 1fr;gap:16px;font-size:15px}}
.service-tile h3.service-tile__title{font-size:25px;line-height:1.4;letter-spacing:-.04em;margin:0 0 24px;white-space:nowrap}.service-tile__title .brand-inline{height:.77em!important}.service-choice{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:start}.service-choice .section-head{margin:0}.service-choice .section-title{font-size:36px;line-height:1.4}.service-choice .eyebrow{font-size:20px;color:var(--ink);margin-bottom:24px}.service-choice__content ul{list-style:none;padding:0;margin:0}.service-choice__content li+li{margin-top:30px}.service-choice__content strong{font-size:20px;font-weight:600}.service-choice__content p{font-size:16px;line-height:1.8;color:var(--ink-soft);margin-top:10px}.service-choice__content .section-action{justify-content:flex-start;margin-top:32px}
@media(max-width:1000px){.service-choice{gap:36px}.service-choice .section-title{font-size:30px}.service-tile h3.service-tile__title{font-size:24px}}
@media(max-width:760px){.service-choice{grid-template-columns:1fr;gap:32px}.service-choice .section-title{font-size:28px}.service-choice .eyebrow{font-size:19px;margin-bottom:18px}.service-choice__content strong{font-size:18px}.service-choice__content .section-action{align-items:flex-start}.service-tile h3.service-tile__title{font-size:25px}}
@media(max-width:360px){.service-tile h3.service-tile__title{font-size:22px}}
.service-tile{min-height:0}.service-tile__scope{margin-bottom:30px}.service-tile__link{margin-top:auto}
.service-tile .service-tile__scope{font-size:17px;font-weight:500;line-height:1.6;color:var(--ink-soft);letter-spacing:-.035em}@media(max-width:760px){.service-tile .service-tile__scope{font-size:16px}}
.service-tile h3.service-tile__title{font-size:22px;margin-bottom:18px}@media(max-width:760px){.service-tile h3.service-tile__title{font-size:21px}}@media(max-width:360px){.service-tile h3.service-tile__title{font-size:20px}}
.help-intro{max-width:820px;margin:auto;text-align:center}.help-intro h1{font-size:44px;letter-spacing:-.045em;margin:16px 0 32px}.help-search{display:flex;border:2px solid var(--primary);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 26px #203b7410}.help-search input{min-width:0;flex:1;border:0;padding:22px 24px;font:inherit;background:transparent}.help-search button{border:0;background:var(--primary);color:#fff;padding:0 30px;font:inherit;font-weight:600}.help-keywords{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 20px;margin-top:22px;font-size:14px}.help-keywords>span{color:var(--muted)}.help-keywords button{border:0;background:none;padding:0;font:inherit;color:var(--ink);cursor:pointer}.help-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.help-routes>a{position:relative;padding:12px 24px 12px 0}.help-routes>a+a{border-left:1px solid var(--line);padding-left:28px}.help-routes strong{display:block;font-size:20px;margin-bottom:10px}.help-routes span{font-size:15px;color:var(--ink-soft)}.help-routes i{position:absolute;right:0;top:12px;font-style:normal}.help-bottom{display:grid;grid-template-columns:1.6fr 1fr;gap:70px}.help-section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.help-section-heading h2,.help-contact h2{font-size:24px}.help-notices>a{display:flex;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--line);font-size:16px}.help-notices time{font-size:12px;white-space:nowrap;color:var(--muted)}.help-contact{padding-left:36px;border-left:1px solid var(--line)}.help-contact p{font-size:15px;line-height:1.8;margin:14px 0 20px;color:var(--ink-soft)}.help-contact>a:not(.btn){display:block;font-size:14px;margin-top:14px}#help-result-count{font-size:14px;color:var(--muted);margin-bottom:18px}#help-empty{padding:40px 0}#help-empty h3{font-size:22px;margin-bottom:14px}#help-empty p{margin-bottom:20px;color:var(--ink-soft)}
@media(max-width:760px){.help-intro h1{font-size:30px;line-height:1.4}.help-search input{padding:18px 14px;font-size:14px}.help-search button{padding:0 18px;font-size:14px}.help-keywords{font-size:13px;gap:12px 16px}.help-routes{grid-template-columns:1fr;gap:0}.help-routes>a,.help-routes>a+a{padding:22px 22px 22px 0;border-left:0;border-bottom:1px solid var(--line)}.help-routes i{top:22px}.help-routes strong{font-size:19px}.help-bottom{grid-template-columns:1fr;gap:36px}.help-contact{border-left:0;border-top:1px solid var(--line);padding:28px 0 0}.help-notices>a{display:block;line-height:1.6}.help-notices time{display:block;margin-top:8px}}
/* Active navigation uses typography only, without a left rail or pill surface. */
.nav .mega-menu a[aria-current="page"],.nav>a[aria-current="page"]{background:transparent;box-shadow:none;border-radius:0;color:var(--primary);text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.nav .mega-menu a{border-radius:0}
.footer-company-info .footer-identity{font-size:12px;font-weight:400;color:#9fa7b3;column-gap:20px}.footer-company-info .footer-identity>span{font:inherit;color:inherit;margin:0}
.footer-company-info>p.footer-identity{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.footer-company-info .footer-identity>span{flex-basis:auto}
.hero-mobile-break{display:none}.hero-desktop-space{display:inline}@media(max-width:600px){.hero-mobile-break{display:inline}.hero-desktop-space{display:none}.payment-story .hero-line--intro,.payment-story .hero-line--main{font-size:clamp(34px,9.2vw,44px);line-height:1.23}.payment-story .hero-line--intro{margin-bottom:18px}.payment-story__layout{padding-top:40px}}
.feature-board__core .brand-inline,.feature-board__flow-step:last-child .brand-inline{filter:brightness(0) invert(1)}
@font-face{font-family:'Space Grotesk';src:url('/assets/fonts/SpaceGrotesk.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}.powered-label{font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.045em}.logo-belt>p{font-size:21px;color:var(--ink);letter-spacing:0}.logo-belt>p .brand-inline{height:.8em!important;margin-left:.15em}.case-disclosure{border:0;padding:0;font-size:13px;font-weight:400;line-height:1.7;color:var(--muted);margin-top:18px;max-width:90ch}.case-disclosure-section{padding-block:18px 24px!important}.case-disclosure .brand-copy{font-weight:400}@media(max-width:760px){.logo-belt>p{font-size:19px}.case-disclosure{font-size:12px}.case-disclosure-section{padding-block:12px 20px!important}}
/* Text-line highlights follow the measured line boxes, without moving copy. */
.scroll-marker{position:relative;isolation:isolate}.marker-stroke{position:absolute;z-index:-1;pointer-events:none;background:#dbe5ff;transform:scaleX(0);transform-origin:left center;transition:transform .85s cubic-bezier(.22,.7,.25,1);transition-delay:var(--marker-delay,0ms);border-radius:1px}.scroll-marker.is-marked .marker-stroke{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.marker-stroke{transition:none;transform:scaleX(1)}}
.service-tile__symbol{display:block;color:#46566e;margin-bottom:24px;line-height:0}.service-tile__symbol .icon{width:32px;height:32px;stroke-width:1.35}.service-tile:hover .service-tile__symbol{color:var(--primary)}@media(max-width:760px){.service-tile__symbol{margin-bottom:20px}.service-tile__symbol .icon{width:28px;height:28px}}
/* Keep hero text stationary while marker lines animate. */
.payment-story .hero-line>span{animation:none;transform:none}.payment-story__copy{transform:none}
/* AX: large editorial typography, open surfaces and explicit delivery boundaries. */
.ax-hero{background:#111824;color:#fff;padding:82px 0 0;overflow:hidden}.ax-brand{display:flex;align-items:center;gap:15px;margin-bottom:40px}.ax-brand .wordmark{filter:brightness(0) invert(1)}.ax-brand .wordmark__image{width:122px;height:auto}.ax-brand>span:last-child{font-family:'Space Grotesk',sans-serif;font-size:29px;line-height:1;font-weight:500}.ax-hero h1{font-size:clamp(48px,6.3vw,80px);line-height:1.16;letter-spacing:-.055em;font-weight:650}.ax-intro{font-size:21px;line-height:1.8;color:#c4ccd7;margin:30px 0}.ax-actions{display:flex;gap:28px;align-items:center;margin:36px 0 68px}.ax-actions .btn{background:#fff;color:#151b25;border-color:#fff}.ax-simple-link{color:#d9e0e8;font-size:15px}.ax-principle{border-top:1px solid #ffffff25;display:flex;gap:64px;padding:25px 0;color:#c4ccd7;font-size:14px}.ax-mobile-break{display:none}.ax-kicker{font-size:15px;font-weight:600;color:var(--primary);margin-bottom:20px}.ax-statement h2,.ax-fit h2{font-size:44px;line-height:1.35;letter-spacing:-.045em}.ax-statement>p:last-child,.ax-fit>p{font-size:18px;line-height:1.9;color:var(--ink-soft);margin-top:26px}.ax-use-list>article{display:grid;grid-template-columns:1fr 2fr;padding:46px 0;border-top:1px solid var(--line);gap:40px}.ax-use-list h3{font-size:29px;line-height:1.5;letter-spacing:-.035em}.ax-use-list article>div>p{font-size:17px;line-height:1.9;color:var(--ink-soft);margin:18px 0;max-width:620px}.ax-use-list article>div>span{font-size:13px;color:var(--muted)}.ax-control{display:grid;grid-template-columns:1.2fr 1fr;gap:75px}.ax-control .section-title{font-size:36px}.ax-control dl{margin:0}.ax-control dl>div{padding:23px 0;border-bottom:1px solid var(--line)}.ax-control dl>div:first-child{padding-top:0}.ax-control dt{font-size:20px;font-weight:600}.ax-control dd{margin:10px 0 0;font-size:16px;line-height:1.8;color:var(--ink-soft)}.ax-roadmap{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;gap:32px}.ax-roadmap li{border-top:2px solid var(--ink);padding-top:22px}.ax-roadmap li>span{font-family:'Space Grotesk',sans-serif;font-size:14px;color:var(--muted)}.ax-roadmap h3{font-size:22px;margin:23px 0 15px}.ax-roadmap p{font-size:16px;line-height:1.8;color:var(--ink-soft)}.ax-fit .btn{margin-top:30px}.ax-reference{display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.ax-reference h3{font-size:29px;line-height:1.5}.ax-reference p{font-size:16px;line-height:1.9;color:var(--ink-soft);margin:18px 0}.ax-reference small{display:block;font-size:12px;color:var(--muted);line-height:1.8}.ax-reference a{display:inline-block;font-size:14px;color:var(--primary);margin-top:20px}
@media(max-width:760px){.ax-hero{padding-top:48px}.ax-brand{margin-bottom:34px}.ax-brand .wordmark__image{width:102px}.ax-brand>span:last-child{font-size:24px}.ax-hero h1{font-size:43px}.ax-intro{font-size:16px;margin-top:24px}.ax-mobile-break{display:inline}.ax-actions{gap:23px;flex-wrap:wrap;margin-bottom:42px}.ax-principle{gap:14px;justify-content:space-between;font-size:11px;padding:20px 0}.ax-statement h2,.ax-fit h2{font-size:30px}.ax-statement>p:last-child,.ax-fit>p{font-size:16px}.ax-use-list>article{grid-template-columns:1fr;gap:3px;padding:30px 0}.ax-use-list h3{font-size:24px}.ax-use-list article>div>p{font-size:16px}.ax-control,.ax-reference{grid-template-columns:1fr;gap:30px}.ax-control .section-title{font-size:28px}.ax-roadmap{grid-template-columns:repeat(2,1fr);gap:30px 22px}.ax-roadmap h3{font-size:19px}.ax-roadmap p{font-size:14px}.ax-reference h3{font-size:25px}}
@media(max-width:360px){.ax-hero h1{font-size:38px}.ax-principle{font-size:10px;gap:8px}}

/* Keep help search independent of full-width submit buttons. */
.help-search>input{width:0;flex:1 1 0;min-height:60px}.help-search>button{width:auto;flex:0 0 auto;min-width:76px;margin:0;align-self:stretch}.faq-list summary>.brand-copy{min-width:0;line-height:1.6}
.ax-reference article+article{margin-top:38px;padding-top:32px;border-top:1px solid var(--line)}.ax-reference .ax-reference-note{font-size:12px;line-height:1.8;color:var(--muted);margin-top:28px}
.ax-brand{gap:12px}.ax-brand .wordmark{width:auto;min-width:0;flex:none}.ax-reference small,.ax-reference .ax-reference-note{font-size:13px}
.ax-impact-heading{margin-bottom:48px}.ax-impact-heading h2{font-size:48px;line-height:1.3;letter-spacing:-.045em}.ax-impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#111824;color:white}.ax-impact-grid article{padding:38px 34px 40px}.ax-impact-grid article+article{border-left:1px solid #ffffff26}.ax-impact-num{font-family:'Space Grotesk';font-size:13px;color:#9faeca}.ax-impact-grid h3{font-size:30px;line-height:1.4;margin:30px 0 34px;letter-spacing:-.04em}.ax-impact-flow{display:flex;flex-direction:column;gap:12px;font-size:13px;color:#c9d6ed}.ax-impact-flow span+span:before{content:'↓';display:block;color:#6d87b7;margin-bottom:12px}.ax-impact-flow span:last-child{color:white;font-weight:600}.ax-impact-grid p{font-size:15px;line-height:1.9;color:#b6bfcc;margin-top:30px}.ax-hero .ax-intro{max-width:650px}.ax-use-list{display:none}
@media(max-width:760px){.ax-impact-heading h2{font-size:31px}.ax-impact-grid{grid-template-columns:1fr}.ax-impact-grid article{padding:30px 26px}.ax-impact-grid article+article{border-left:0;border-top:1px solid #ffffff26}.ax-impact-grid h3{font-size:28px;margin:22px 0}.ax-impact-grid p{font-size:15px;margin-top:23px}.ax-impact-flow{flex-direction:row;align-items:center;gap:12px}.ax-impact-flow span+span:before{content:'→';display:inline;margin-right:12px}.ax-impact-heading{margin-bottom:30px}}

.notice-article__section{margin-top:40px}.notice-article__section h2{font-size:21px;line-height:1.5;margin-bottom:16px}.notice-article .support-links{margin-top:40px}.career-culture{display:grid;grid-template-columns:1fr 1fr;gap:36px 64px}.career-culture article{padding-top:22px;border-top:1px solid var(--line)}.career-culture h3{font-size:22px;margin-bottom:14px;line-height:1.5}.career-culture p{font-size:16px;color:var(--ink-soft);line-height:1.85;max-width:50ch}@media(max-width:760px){.career-culture{grid-template-columns:1fr;gap:28px}.career-culture h3{font-size:20px}.career-culture p{font-size:15px}.notice-article__section h2{font-size:20px}}

/* Keep wordmark wrappers in their parent typography, including selected links. */
.brand-copy{font:inherit;color:inherit;letter-spacing:inherit;line-height:inherit}
.nav .mega-menu b>.brand-copy{display:inline;margin:0;font:inherit;color:inherit}
.nav .mega-menu a[aria-current="page"]{padding-left:4px;text-decoration:none}
.nav .mega-menu a[aria-current="page"] b{font-weight:750}
.nav .mega-menu a>span{margin-top:5px;line-height:1.6}
@media(min-width:901px){.nav .mega-menu a[aria-current="page"]{padding-left:10px}}
.ax-case-list article{display:grid;grid-template-columns:1fr 1.5fr;gap:70px;padding:44px 0;border-top:1px solid var(--line)}.ax-case-name{font-size:36px;letter-spacing:-.04em;font-weight:650}.ax-case-list article>div>span{font-size:13px;color:var(--muted)}.ax-case-list h3{font-size:32px;line-height:1.45;margin:20px 0}.ax-case-list article>div>p{font-size:17px;color:var(--ink-soft);line-height:1.9;max-width:590px}@media(max-width:760px){.ax-case-list article{grid-template-columns:1fr;gap:24px;padding:32px 0}.ax-case-name{font-size:29px}.ax-case-list h3{font-size:26px}.ax-case-list article>div>p{font-size:16px}}

/* Category filters read as tabs; selected state does not add a pill or rail. */
.faq-filters{gap:8px 20px}
.faq-filters button{border:0;border-bottom:2px solid transparent;border-radius:0;padding:10px 0;background:transparent;color:var(--ink-soft)}
.faq-filters button[aria-pressed="true"]{background:transparent;border-color:var(--primary);color:var(--primary);font-weight:700}

.notice-categories{display:flex;gap:28px;margin-bottom:24px}.notice-categories a{font-size:18px;padding:12px 0;color:var(--muted)}.notice-categories a[aria-current="page"]{color:var(--ink);text-decoration:underline;text-underline-offset:10px;text-decoration-thickness:2px}.notice-empty{padding:60px 0;border-top:1px solid var(--line);color:var(--muted);text-align:center}
/* AX revision: field photography and operational proof lead the story. */
.ax-hero{background:#f3f5f8;color:var(--ink);padding:80px 0}.ax-hero-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center}.ax-brand .wordmark{filter:none}.ax-hero h1{font-size:46px;line-height:1.32;letter-spacing:-.055em}.ax-intro{color:var(--ink-soft);font-size:18px}.ax-actions{margin:32px 0 0;gap:22px}.ax-actions .btn{background:var(--primary);border-color:var(--primary);color:white}.ax-simple-link{color:var(--ink-soft);font-size:14px}.ax-hero-photo{margin:0}.ax-hero-photo img{display:block;width:100%;height:390px;object-fit:cover;object-position:39% center;border-radius:0}.ax-hero-photo figcaption{font-size:13px;color:var(--muted);margin-top:16px}.ax-proof-number{display:flex;align-items:center;gap:90px;margin:0 0 56px;padding:36px 0;border-top:1px solid var(--line)}.ax-proof-number strong{font-family:'Space Grotesk';font-size:70px;letter-spacing:-.06em;line-height:1.1}.ax-proof-number strong span{font-size:24px;margin-left:10px}.ax-proof-number>div p{font-size:16px;margin-top:14px}.ax-proof-number>p{font-size:19px;line-height:1.9;color:var(--ink-soft)}.ax-proof-number small{display:block;font-size:12px;color:var(--muted);margin-top:14px}
@media(max-width:1000px){.ax-hero-layout{gap:32px}.ax-hero h1{font-size:36px}.ax-hero-photo img{height:360px}.ax-proof-number{gap:40px}.ax-proof-number strong{font-size:58px}}
@media(max-width:760px){.ax-hero{padding:44px 0}.ax-hero-layout{grid-template-columns:1fr;gap:38px}.ax-hero h1{font-size:34px}.ax-intro{font-size:16px}.ax-hero-photo img{height:260px}.ax-proof-number{display:block;margin-bottom:25px;padding-bottom:0}.ax-proof-number>p{font-size:16px;margin-top:25px}.ax-proof-number strong{font-size:64px}.ax-proof-number small{font-size:12px}.ax-brand{margin-bottom:25px}}
@media(max-width:360px){.ax-hero h1{font-size:30px}.ax-actions{gap:18px}.ax-hero-photo img{height:220px}}
.ax-product-heading h2{font-size:42px;line-height:1.35;letter-spacing:-.045em}.ax-product-heading>p:last-child{font-size:17px;line-height:1.9;margin-top:24px;color:var(--ink-soft)}.ax-product-shot{margin:40px 0 0}.ax-product-shot img{display:block;width:100%;height:auto;box-shadow:0 20px 60px #18253a13}.ax-product-shot figcaption{font-size:13px;color:var(--muted);margin-top:18px}@media(max-width:760px){.ax-product-heading h2{font-size:29px}.ax-product-heading>p:last-child{font-size:16px}.ax-product-shot{margin-top:28px}}

.group-summary{display:flex;flex-wrap:wrap;gap:20px 36px;font-size:19px;color:var(--ink-soft)}.group-companies{display:grid;grid-template-columns:1fr 1fr;gap:48px 64px}.group-companies article{border-top:1px solid var(--line);padding-top:28px}.group-company-field{font-size:14px;color:var(--primary);margin-bottom:12px}.group-companies h3{font-size:28px;margin-bottom:20px}.group-companies article>p:not(.group-company-field),.group-perspectives p,.group-wiezon p{font-size:16px;line-height:1.85;color:var(--ink-soft)}.group-companies ul{display:flex;flex-wrap:wrap;gap:8px 20px;padding:0;list-style:none;margin:22px 0;font-size:14px;color:var(--muted)}.group-perspectives{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.group-perspectives h3{font-size:22px;margin-bottom:18px}.group-wiezon{max-width:780px}.group-wiezon h2{font-size:34px;margin-bottom:24px}.group-wiezon p{margin-bottom:18px}.group-wiezon .group-legal-note{font-size:13px;color:var(--muted)}@media(max-width:760px){.group-summary{font-size:16px;gap:14px 24px}.group-companies,.group-perspectives{grid-template-columns:1fr;gap:32px}.group-companies h3{font-size:24px}.group-wiezon h2{font-size:28px}.group-perspectives h3{font-size:21px}}

/* One continuous edge around the customer-support search field. */
.help-search{border:1px solid var(--primary);border-radius:8px;box-shadow:none;overflow:hidden;align-items:stretch}.help-search>input{height:60px;min-height:60px;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none;appearance:none}.help-search>button{height:60px;min-height:60px;border:0;border-radius:0;box-shadow:none}.help-search:focus-within{outline:2px solid #aec0f4;outline-offset:3px}
.language-switch{display:flex;justify-content:flex-end;gap:18px;padding:8px max(24px,calc((100vw - 1072px)/2));font-size:11px;background:#f7f8fa;color:#657186;line-height:1.5}.language-switch a[aria-current=true]{color:#172239;font-weight:600}.language-switch a:hover{text-decoration:underline}.language-switch a:focus-visible{outline:2px solid var(--primary);outline-offset:3px}html[lang=en] .service-tile__title,html[lang=ja] .service-tile__title,html[lang=zh-Hans] .service-tile__title{white-space:normal!important}html[lang=en] .service-tile__title{font-size:20px!important}html[lang=en] .hero-line{letter-spacing:-.045em}html[lang=en] .section-title{letter-spacing:-.035em}html[lang=ja] body,html[lang=zh-Hans] body{word-break:normal;overflow-wrap:anywhere}html[lang=en] .brand-inline,html[lang=ja] .brand-inline,html[lang=zh-Hans] .brand-inline{vertical-align:baseline}
@media(max-width:760px){.language-switch{justify-content:center;padding:8px 12px;gap:22px}.language-switch a{padding:2px 0}html[lang=en] .payment-story .hero-line{font-size:clamp(29px,8vw,38px)}html[lang=en] .nav .mega-menu a>span{font-size:12px}}
/* GFC: four companies, with their original brand marks and product portfolios. */
.group-company-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.group-card{padding:36px;border:1px solid #e1e5ec;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:flex-start}.group-card-top{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:36px;min-height:72px}.group-card-number{font-size:14px;color:#788496;font-variant-numeric:tabular-nums}.group-mark{display:block;width:190px;height:58px;object-fit:contain;object-position:right center}.group-mark--manager{font-size:21px;line-height:1.04;letter-spacing:-.06em;font-weight:400;text-align:right;color:#151b25}.group-mark--manager strong{font-weight:750}.group-card h3{font-size:26px;line-height:1.4;margin-bottom:16px;letter-spacing:-.03em}.group-card .group-company-field{font-size:14px;color:#536886;margin-bottom:8px}.group-card-description{font-size:16px;line-height:1.8;color:var(--ink-soft);margin-bottom:24px}.group-products{width:100%;margin:0 0 30px}.group-products>div{padding:16px 0;border-top:1px solid var(--line)}.group-products dt{font-size:16px;font-weight:650;margin-bottom:7px}.group-products dd{font-size:14px;line-height:1.75;color:var(--ink-soft);margin:0}.group-card>.text-link{margin-top:auto}.group-card-short{font-size:15px;line-height:1.7;color:var(--ink-soft);margin-bottom:26px}.group-company-cards--compact .group-card-top{margin-bottom:20px}.group-company-cards--compact .group-card{padding:28px}.group-direction{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.group-direction h2{font-size:34px;line-height:1.5}.group-direction>p{font-size:18px;line-height:1.9;color:var(--ink-soft)}.group-connections{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.group-connections h3{font-size:22px;line-height:1.5;margin-bottom:16px}.group-connections p{font-size:16px;line-height:1.85;color:var(--ink-soft)}@media(max-width:760px){.group-company-cards,.group-direction,.group-connections{grid-template-columns:1fr;gap:24px}.group-card,.group-company-cards--compact .group-card{padding:26px}.group-card h3{font-size:23px}.group-mark{width:170px;height:54px}.group-mark--manager{font-size:20px}.group-card-top{margin-bottom:26px}.group-direction h2{font-size:27px}.group-direction>p{font-size:16px}.group-connections h3{font-size:21px}}
html:not([lang=ko]) .payment-story .hero-line{font-size:clamp(38px,4.5vw,60px);line-height:1.3;margin-bottom:12px}html:not([lang=ko]) .payment-story .hero-line .wordmark{display:inline-block;width:2.95em;vertical-align:-.04em;line-height:0}html:not([lang=ko]) .payment-story .hero-line .wordmark__image{width:100%;height:auto}html:not([lang=ko]) .payment-story .hero__sub{font-size:19px;line-height:1.6}html:not([lang=ko]) .header-cta{white-space:nowrap;font-size:12px;padding:12px 18px}html:not([lang=ko]) .header-inner{gap:20px}html:not([lang=ko]) .nav{gap:20px}.market-entry-intro{max-width:850px}.market-entry-intro h1{font-size:48px;line-height:1.25;letter-spacing:-.04em}.market-entry-intro>p:not(.eyebrow){font-size:19px;line-height:1.9;margin:26px 0}.market-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}.market-entry-grid h3{font-size:25px;margin-bottom:16px}.market-entry-grid p,.market-entry-faq p{font-size:17px;line-height:1.9;color:var(--ink-soft)}.market-entry-faq details{padding:24px 0;border-bottom:1px solid var(--line)}.market-entry-faq summary{font-size:20px;font-weight:600}.market-entry-faq p{margin-top:18px}
@media(max-width:760px){html:not([lang=ko]) .header-inner{gap:12px}html:not([lang=ko]) .header-cta{font-size:11px;padding:11px 13px}html:not([lang=ko]) .header .wordmark{width:105px;flex-shrink:0}html:not([lang=ko]) .payment-story .hero-line{font-size:30px;line-height:1.35;margin-bottom:16px}html:not([lang=ko]) .payment-story .hero__sub{font-size:15px}html:not([lang=ko]) .payment-story__layout{padding-block:42px 52px}.market-entry-intro h1{font-size:32px}.market-entry-grid{grid-template-columns:1fr;gap:32px}.market-entry-intro>p:not(.eyebrow){font-size:16px}.market-entry-grid h3{font-size:23px}.market-entry-grid p,.market-entry-faq p{font-size:16px}.market-entry-faq summary{font-size:18px}}
/* Foldable inner displays: two comfortable columns from 600 CSS pixels. */
@media(min-width:600px) and (max-width:1100px){.service-collection{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-tile{padding:26px 24px}.service-tile h3.service-tile__title{font-size:21px;white-space:normal}.service-tile .service-tile__scope{font-size:16px;line-height:1.65}.service-tile:last-child:nth-child(odd){grid-column:1 / -1}.service-tile:last-child:nth-child(odd) .service-tile__scope{max-width:55ch}.service-tile:last-child:nth-child(odd) .service-tile__link{max-width:100%}html:not([lang=ko]) .service-tile h3.service-tile__title{font-size:20px!important}.payment-story__sticky{min-height:0}.payment-story__layout{padding-block:54px 60px}}
@media(min-width:901px) and (max-width:1100px){.header-inner{gap:16px}.nav{gap:16px}.nav>a,.nav-trigger{font-size:12px}.header .wordmark{width:110px}.header-cta{font-size:12px;padding-inline:16px}html:not([lang=ko]) .nav{gap:14px}html:not([lang=ko]) .header-inner{gap:14px}}
@media(max-width:599px){.service-collection{grid-template-columns:1fr}.service-tile:last-child:nth-child(odd){grid-column:auto}.service-tile h3.service-tile__title{white-space:normal}}
/* Quiet fixed navigation: an opaque reading area fading into the page. */
.header,.header.scrolled{border:0;box-shadow:none;background:#fff;isolation:isolate}.header::after{content:"";position:absolute;left:0;right:0;top:100%;height:24px;background:linear-gradient(to bottom,rgba(255,255,255,.96),rgba(255,255,255,0));pointer-events:none;z-index:-1}.header .mega-menu{z-index:2}.header-inner{position:relative}.header:has(.nav-trigger[aria-expanded=true])::after,.header:has(.menu-toggle[aria-expanded=true])::after{opacity:0}@media(max-width:760px){.header::after{height:18px}}
/* Support uses compact, consistent spacing and wraps long translated labels. */
body[data-page="support"] .section:has(.help-intro){padding-block:52px 48px}body[data-page="support"] .section:has(.help-routes){padding-block:32px}body[data-page="support"] #faq{padding-top:40px;padding-bottom:64px}.help-search{max-width:720px;margin-inline:auto}.help-search input{padding-inline:18px}.help-routes strong{padding-right:12px;line-height:1.5}.help-keywords{row-gap:10px}.help-bottom .help-section-heading{gap:20px}.help-bottom .help-section-heading>.text-link{flex-shrink:0}.faq-list summary{line-height:1.6;min-height:72px;gap:20px}.faq-list summary>span[aria-hidden="true"]{flex:0 0 24px}.help-contact h2{line-height:1.5}@media(max-width:760px){body[data-page="support"] .section:has(.help-intro){padding-block:32px 36px}body[data-page="support"] .section:has(.help-routes){padding-block:12px 24px}body[data-page="support"] #faq{padding-top:24px;padding-bottom:40px}.help-intro h1{font-size:28px;margin-bottom:24px}.help-search input{padding-inline:12px}.help-search>button{min-width:70px;padding-inline:14px}.help-bottom .help-section-heading{align-items:flex-start}.faq-list summary{padding-block:18px}.help-contact{padding-top:24px}}
.language-switch--menu{display:none}@media(max-width:900px){body>.language-switch{display:none}.nav.is-open{max-height:var(--nav-available-height,calc(100dvh - var(--header-h)))}.nav .language-switch--menu{display:flex;position:static;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;align-items:center;gap:22px;padding:22px 8px 0;margin:12px 0 0;border:0;border-top:1px solid var(--line);background:transparent;font-size:12px}.nav .language-switch--menu a{padding:8px 0;border:0;border-radius:0;background:none;color:var(--muted);font-size:12px;font-weight:400;text-decoration:none}.nav .language-switch--menu a[aria-current=true]{color:var(--ink);font-weight:650;text-decoration:underline;text-underline-offset:5px}.nav .language-switch--menu a:focus-visible{outline:2px solid var(--primary);outline-offset:4px}}

.group-sectors{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.group-sectors article{padding:28px;background:#f6f8fb;border-radius:12px}.group-sector-number{font-size:13px;color:var(--muted)}.group-sectors h3{font-size:24px;line-height:1.4;margin:18px 0}.group-sectors p{font-size:15px;line-height:1.85;color:var(--ink-soft)}.group-sectors .group-sector-lead{font-size:17px;color:var(--ink)}.group-sectors ul{padding:0;list-style:none;margin:24px 0;display:flex;flex-wrap:wrap;gap:10px 16px;font-size:15px}.group-partner-note{border-top:1px solid var(--line);padding-top:18px;margin-top:20px}.group-partner-note strong{display:block;font-size:13px;margin-bottom:5px}@media(max-width:900px){.group-sectors{grid-template-columns:1fr}.group-sectors article{padding:26px}.group-sectors h3{font-size:23px}}

.group-vision{display:grid;grid-template-columns:1fr 1fr;gap:60px}.group-vision h2,.group-role h2{font-size:34px;line-height:1.45;margin-bottom:24px}.group-vision p,.group-role p{font-size:17px;line-height:1.9;color:var(--ink-soft);margin-bottom:18px}.group-role{max-width:850px}.group-vision .eyebrow,.group-role .eyebrow{font-size:13px;color:var(--primary)}@media(max-width:760px){.group-vision{grid-template-columns:1fr;gap:16px}.group-vision h2,.group-role h2{font-size:28px}.group-vision p,.group-role p{font-size:16px}}
.closing h2 .wordmark{width:2.9em;vertical-align:-.03em}.closing h2 .wordmark__image{filter:brightness(0) invert(1)}
.group-brand-list{display:flex;flex-wrap:wrap;gap:10px 16px;list-style:none;padding:0;margin:0 0 28px;font-size:15px;color:var(--ink-soft)}
@media(max-width:599px){.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.footer-links>div:first-child{grid-column:1 / -1}.footer-links>div:first-child a{max-width:100%;width:max-content}.footer-links>div:first-child .brand-copy{white-space:nowrap}}

/* Recommendation summary: plain labels and answers, without selection pills. */
#fit-result-tags{display:block;margin:22px 0}.fit-summary{margin:0;display:grid;gap:10px}.fit-summary>div{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px}.fit-summary dt{font-size:13px;color:var(--muted);font-weight:400}.fit-summary dd{margin:0;font-size:13px;color:var(--ink);line-height:1.5}@media(max-width:599px){.fit-summary>div{grid-template-columns:82px minmax(0,1fr);gap:8px}.fit-configurator{padding:20px}.fit-summary dt,.fit-summary dd{font-size:12px}}

/* Small registration details retain readable contrast without larger cards. */
.credential-card p,.credential-link{font-size:12px;color:#586578}@media(max-width:599px){.credential-card p,.credential-link{font-size:11px;color:#586578}html:lang(ko) .footer-links>div:first-child,html:lang(en) .footer-links>div:first-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}html:lang(ko) .footer-links>div:first-child>b,html:lang(en) .footer-links>div:first-child>b{grid-column:1/-1}html:lang(ko) .footer-links>div:first-child>a,html:lang(en) .footer-links>div:first-child>a{margin:0}}
/* Equal-count feature rows and consistent understated navigation selection. */
@media(min-width:1001px){.capability-grid:has(>.capability-group:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}
.nav .nav-trigger[aria-current=true],.nav .nav-trigger[aria-expanded=true],.nav-drop:has(.nav-trigger[aria-expanded=true]){background:transparent;border-radius:0}.nav .nav-trigger[aria-current=true]{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}
/* Preserve original SVGs while accounting for their built-in whitespace. */
.logo-belt .client-mark--ezpg img,.logo-belt .client-mark--kingorder img{width:160px;max-width:160px;height:72px;flex:none}@media(max-width:760px){.logo-belt .client-mark--ezpg img,.logo-belt .client-mark--kingorder img{width:150px;max-width:150px;height:67px}}

/* Preserve whole labels in compact product interface illustrations. */
.ui-tabs{gap:clamp(6px,2cqw,16px)}
.ui-tabs>span{white-space:nowrap;flex-shrink:0}
html[lang="en"] .ui-tabs{font-size:clamp(10px,2.4cqw,12px)}

html[lang="en"] .client-grid__item figcaption,html[lang="en"] .axb-contract dt{word-break:normal;overflow-wrap:normal}

/* English product labels wrap between words, never inside a word. */
html[lang="en"] [class^="ui-"],html[lang="en"] [class^="ui-"] *{word-break:normal;overflow-wrap:normal}
/* Licensing status is a complete legal label, with its own content-sized column. */
html[lang="en"] .license-row{grid-template-columns:minmax(0,1.2fr) max-content minmax(0,1fr)}
html[lang="en"] .license-row>span{white-space:nowrap;word-break:normal}
@media(max-width:760px){html[lang="en"] .license-row{grid-template-columns:minmax(0,1fr) max-content}}

/* Keep four-digit chronology labels intact at folded and unfolded widths. */
.history-year h2{white-space:nowrap;font-variant-numeric:tabular-nums}
@media(min-width:761px){.history-year{grid-template-columns:max-content minmax(0,1fr)}}

/* At narrow widths, give module labels the full card width below their icon. */
html[lang="en"] .ui-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
html[lang="en"] .ui-module-grid>div{min-width:0;flex-direction:column;align-items:flex-start}
@media(max-width:360px){html[lang="en"] .ui-module-grid{grid-template-columns:minmax(0,1fr)}html[lang="en"] .ui-module-grid>div{flex-direction:row;align-items:center}}

.history-highlights{display:grid;grid-template-columns:130px minmax(0,1fr);gap:64px;margin-bottom:56px}.history-highlights h2{font-size:18px;line-height:1.6;margin:0}.history-highlight-entry{display:flex;gap:20px;align-items:baseline}.history-highlight-entry>span{color:var(--muted);font-size:14px;white-space:nowrap}.history-highlight-entry p{margin:0;font-size:17px;line-height:1.7}@media(max-width:1000px){.history-highlights{grid-template-columns:80px minmax(0,1fr);gap:28px}}@media(max-width:760px){.history-highlights{grid-template-columns:1fr;gap:12px;margin-bottom:40px}.history-highlight-entry p{font-size:15px}}
@media(min-width:761px){.history-highlights{grid-template-columns:max-content minmax(0,1fr)}}
.history-highlights h2{white-space:nowrap}

/* Show the two fields served by the secondary menu links. */
.mega-menu .menu-topic{display:grid;gap:0}.mega-menu .menu-topic-title{margin:6px 10px 4px;font-size:12px;font-weight:600;line-height:1.5;color:#586578}.mega-menu .menu-topic+.menu-topic{margin-top:14px}.mega-menu-secondary>a:last-child{margin-top:12px}@media(max-width:900px){.mega-menu .menu-topic-title{margin-inline:4px}}

.market-entry-options{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:18px}.market-entry-options a{font-size:14px;font-weight:600;line-height:1.6;text-decoration:underline;text-underline-offset:4px;color:var(--primary)}

/* Group investment history: quiet, unboxed official wordmarks. */
.group-investors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:20px 48px;list-style:none;padding:0;margin:12px 0 0;max-width:880px;margin-inline:auto}.group-investors li{display:flex;align-items:center;justify-content:center;min-width:0;min-height:90px}.investor-logo{display:block;width:150px;height:72px;object-fit:contain;filter:brightness(0);opacity:.8}.investor-logo--kdb{width:144px;height:auto}.investor-logo--global-brain{width:100px;height:58px}.investor-logo--kt{width:72px}.investor-logo--kakao{width:134px}@media(max-width:760px){.group-investors{gap:12px 24px}.group-investors li{min-height:74px}.investor-logo{width:108px;max-width:100%;height:64px}.investor-logo--kdb{height:auto}.investor-logo--global-brain{width:84px;height:48px}.investor-logo--kt{width:58px}.investor-logo--kakao{width:110px}}

.investor-logo--kakao-ventures{width:156px;height:auto}@media(max-width:760px){.investor-logo--kakao-ventures{width:126px}}

.investor-logo--naver,.investor-logo--kt{filter:none;opacity:1}

@media(max-width:599px){.group-investors{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.group-investors li:last-child:nth-child(odd){grid-column:1/-1}.investor-logo{width:138px}.investor-logo--global-brain{width:90px}.investor-logo--kt{width:66px}.investor-logo--kakao-ventures{width:148px}}

.investor-logo--smilegate{width:162px;height:auto;filter:grayscale(1);opacity:.86}.investor-logo--shinyoung{width:160px;height:auto;filter:grayscale(1);opacity:.86}.investor-logo--honest{width:162px;height:auto;filter:grayscale(1);opacity:.86}.investor-logo--compa{width:174px;height:auto;filter:brightness(.3);opacity:1}@media(max-width:599px){.investor-logo--smilegate,.investor-logo--shinyoung,.investor-logo--honest{width:146px}.investor-logo--compa{width:154px}}

.group-investors li:has(.investor-logo--honest){height:90px;overflow:hidden}.investor-logo--honest{width:260px;height:260px;max-width:none;flex-shrink:0}@media(max-width:599px){.group-investors li:has(.investor-logo--honest){height:74px}.investor-logo--honest{width:240px;height:240px}}

.investor-logo--shinyoung{filter:brightness(0);opacity:.8}

.investor-logo--shinyoung{width:132px}.investor-logo--honest{width:212px;height:212px}@media(max-width:599px){.investor-logo--shinyoung{width:124px}.investor-logo--honest{width:208px;height:208px}}

/* Internal gallery reuses the homepage and AX typography and official partner marks. */
.guide-type .hero-line{padding:0;overflow:visible}.guide-type .payment-story{text-align:left}.guide-type .guide-ax-type{margin:0}.guide-partner-logos{display:flex;align-items:center;gap:24px;margin-top:32px}
