/* MerchantPaisa — original responsive marketing design. No external fonts or UI libraries. */
:root{--ink:#171b30;--muted:#596277;--subtle:#7b8395;--purple:#5150ee;--purple-dark:#3935b8;--navy:#14172b;--line:#e4e7ee;--soft:#f6f7fb;--lavender:#eeedff;--mint:#eaf5ef;--lime:#daff91;--white:#fff;--radius:14px;--shadow:0 22px 65px #1f254316;--font:Inter,"Segoe UI",-apple-system,BlinkMacSystemFont,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.65;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.46}button{color:inherit}img,svg{max-width:100%}img{display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em;font-weight:650}h1{font-size:clamp(46px,5.35vw,78px);line-height:1.035;letter-spacing:-.058em}h1 span{color:var(--purple)}h2{font-size:clamp(34px,3.65vw,53px)}h3{font-size:22px;letter-spacing:-.03em}p{color:var(--muted)}::selection{background:#dcdcff;color:#171b30}:focus-visible{outline:3px solid #6c67ff;outline-offset:4px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--purple);outline-offset:2px}[hidden]{display:none!important}.container{width:min(1320px,calc(100% - 112px));margin-inline:auto}.narrow{max-width:900px}.icon{width:21px;height:21px;display:inline-block;flex-shrink:0;vertical-align:middle}.icon-box{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;color:var(--purple);background:#fff}.icon-box .icon{width:23px;height:23px}.eyebrow{display:flex;align-items:center;gap:11px;font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.145em;text-transform:uppercase;color:var(--purple);margin-bottom:25px}.eyebrow-line{display:inline-block;width:23px;height:2px;background:currentColor}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:16px;z-index:1000;background:var(--navy);color:white;padding:12px 20px;border-radius:8px}.skip-link:focus{top:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:50px;padding:13px 21px;border:1px solid transparent;border-radius:7px;font-size:13px;font-weight:600;line-height:1.4;white-space:nowrap;transition:background .18s,transform .18s,box-shadow .18s}.button .icon{width:18px;height:18px}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--purple);color:#fff;box-shadow:0 5px 12px #5150ee18}.button.primary:hover{background:var(--purple-dark);box-shadow:0 8px 19px #5150ee26}.button.secondary{background:#fff;border-color:#d8dce6;color:var(--ink)}.button.secondary:hover{background:#f7f7ff;border-color:#a9a9d7}.button.lime{background:var(--lime);color:var(--navy)}.button.lime:hover{background:#c5f977}.button.outline-light{background:transparent;border-color:#555974;color:#fff}.button.outline-light:hover{background:#252940}.button.small{font-size:12px;min-height:42px;gap:12px;padding:10px 15px}.full-width{width:100%}.text-link{font-size:13px;font-weight:650;display:inline-flex;align-items:center;gap:16px;color:var(--purple);line-height:1.5}.text-link .icon{width:18px;height:18px;transition:transform .18s}.text-link:hover .icon{transform:translateX(4px)}.text-link.light{color:var(--lime)}.text-button{background:none;border:0;padding:8px 0;color:var(--purple);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:8px;flex-shrink:0}.icon-button:hover{background:#f0f0fb}.badge{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;line-height:1.4;letter-spacing:0;padding:6px 9px;border-radius:5px;white-space:nowrap;width:max-content;color:#4849a2;background:#f0efff}.badge>span{width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.badge.core-scope{color:#256146;background:#edf6ee}.badge.in-development{color:#5a4fa4;background:#f0edfb}.badge.provider-dependent{color:#425b81;background:#edf2f9}.badge.external-approval-required{color:#946016;background:#fff4df}.badge.roadmap{color:#676c7b;background:#f0f1f4}.notice{display:flex;align-items:flex-start;gap:13px;background:#f7f8fc;border:1px solid #e6e8f1;border-radius:10px;padding:19px 22px;margin-top:36px}.notice .icon{width:18px;height:18px;color:var(--purple);margin-top:3px}.notice p{font-size:12px;line-height:1.8}.notice.dark-notice{background:#202439;border-color:#393e56}.notice.dark-notice p{color:#b6bdd3}.notice.dark-notice .icon{color:var(--lime)}
/* Navigation */
.site-header{position:sticky;top:0;z-index:50;background:#ffffffed;border-bottom:1px solid #ebedf2;backdrop-filter:blur(16px)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:86px;gap:30px}.brand{display:block;width:187px;flex-shrink:0}.brand img{width:100%;height:auto}.primary-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.primary-nav>a,.nav-trigger{font-size:13px;font-weight:550;color:#3e4357;padding:20px 0;border:0;background:none;display:flex;align-items:center;gap:6px;line-height:1.4;white-space:nowrap}.primary-nav>a:hover,.primary-nav>[aria-current],.nav-trigger.active,.nav-trigger:hover{color:var(--purple)}.nav-trigger>.icon{width:13px;height:13px}.nav-trigger[aria-expanded=true]>.icon{transform:rotate(180deg)}.nav-group{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:-40px;width:430px;box-shadow:0 22px 55px #111a2f25;border:1px solid var(--line);background:white;border-radius:12px;padding:15px;z-index:60}.nav-dropdown:before{content:"";position:absolute;height:24px;top:-24px;left:0;width:100%}.menu-caption{font-size:9px;letter-spacing:.13em;margin:5px 14px 9px;font-weight:650;color:var(--subtle)}.nav-dropdown>a{padding:14px 12px;display:flex;align-items:center;gap:14px;border-radius:8px}.nav-dropdown>a:hover{background:var(--soft)}.nav-dropdown a>span:nth-child(2){flex:1}.nav-dropdown a strong{display:block;font-size:14px;font-weight:600}.nav-dropdown a small{display:block;font-size:11px;line-height:1.6;color:var(--muted);margin-top:2px}.nav-dropdown a>.icon{width:16px;height:16px;color:var(--subtle)}.nav-dropdown .icon-box{width:38px;height:38px;border:0;background:var(--lavender)}.nav-dropdown .menu-bottom{margin-top:8px;border-top:1px solid var(--line);padding-top:20px;font-size:11px;color:var(--purple);justify-content:space-between}.small-dropdown{width:230px;left:-30px}.small-dropdown a{font-size:12px;justify-content:space-between}.nav-actions{display:flex;align-items:center;gap:15px;margin-left:14px}.button.nav-button{background:var(--navy);color:white;min-height:42px;padding:10px 16px;gap:21px;font-size:12px}.button.nav-button:hover{background:var(--purple)}.nav-toggle,.mobile-contact{display:none!important}.search-button .icon{width:18px;height:18px}
/* Heroes */
.home-hero{position:relative;padding:92px 0 80px;overflow:hidden;background:radial-gradient(ellipse at 87% 45%,#efefff 0%,#f9f9ff 32%,#fff 64%)}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:53px;align-items:center}.hero-copy{position:relative;z-index:2}.hero-description{font-size:16px;line-height:1.8;max-width:530px;margin-top:26px;color:#5d657a}.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:32px}.hero-footnote{display:flex;align-items:center;gap:12px;margin-top:36px;font-size:9px;font-weight:650;letter-spacing:.12em;color:var(--subtle)}.mini-line{width:25px;height:1px;background:#b1b7c5}.hero-visual{min-width:0;position:relative;padding-top:15px}.hero-visual:before{content:"";position:absolute;inset:0 -40px -15px -20px;border:1px solid #e2e0fa;transform:rotate(-6deg);border-radius:20px;background:#efedff70}.dashboard-scene{position:relative;isolation:isolate;--demo-color:var(--purple)}.dashboard{display:flex;border:1px solid #e2e3ed;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 25px 60px #252b5026;min-height:427px;position:relative}.dashboard-sidebar{width:91px;flex-shrink:0;background:#171c32;color:#a5aec8;position:relative;padding:15px 8px;font-size:7px}.mini-monogram{font-size:24px;font-weight:700;letter-spacing:-2px;margin:0 0 24px 10px;line-height:1;color:white}.mini-monogram span{color:#c4bdff}.dashboard-sidebar>div:not(.mini-monogram){display:flex;align-items:center;gap:7px;border-radius:4px;margin-top:5px;padding:9px 6px;white-space:nowrap}.dashboard-sidebar .icon{width:12px;height:12px}.dashboard-sidebar .dash-side-selected{background:#353552;color:white}.dashboard-sidebar .dash-side-bottom{position:absolute;bottom:15px;left:8px;right:8px}.dashboard-content{flex:1;min-width:0}.dashboard-topbar{height:43px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 20px;font-size:8px}.dashboard-topbar>span:first-child{flex:1;color:#575d72;display:flex;align-items:center;gap:9px}.dashboard-topbar .icon{width:10px;height:10px}.sample-label{font-size:7px!important;font-weight:700;letter-spacing:.1em;background:#f0f1f8;color:#666b81;padding:4px 6px;border-radius:3px;white-space:nowrap}.avatar{background:#eceafa;color:#7269a7;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:8px}.dashboard-body{padding:21px 20px 18px}.dash-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.small-muted{font-size:7px;letter-spacing:.08em;font-weight:600;color:var(--subtle)}.dash-title h3{font-size:18px;margin-top:4px;font-weight:650}.dash-date{font-size:7px;border:1px solid var(--line);padding:6px;border-radius:4px;white-space:nowrap;color:var(--muted)}.dash-date .icon{width:10px;height:10px;margin-left:4px}.metric-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;margin-top:22px;padding-bottom:19px;border-bottom:1px solid var(--line);gap:12px}.metric-grid>div{display:flex;flex-direction:column}.metric-grid>div+div{border-left:1px solid var(--line);padding-left:15px}.metric-grid>div>span{font-size:8px;color:#696f84}.metric-grid strong{font-size:21px;letter-spacing:-.04em;margin-top:4px;line-height:1.4}.metric-grid strong span{font-size:12px;color:#82889a}.metric-grid small{font-size:6px;color:#81889a;line-height:1.7;margin-top:3px}.dash-visual-grid{display:grid;grid-template-columns:2.7fr 1fr;gap:18px;margin-top:18px}.dash-chart{min-width:0}.chart-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;line-height:1.5}.chart-heading strong{font-size:9px;font-weight:650}.chart-heading>span{font-size:7px;color:var(--subtle);display:flex;align-items:center;gap:4px}.chart-heading i,.tiny-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--demo-color)}.chart-svg{width:100%;height:109px;color:var(--demo-color);margin-top:14px;display:block}.chart-labels{display:flex;justify-content:space-between;font-size:6px;color:#8d93a3}.dash-settlement{border-left:1px solid var(--line);padding-left:13px}.donut{width:80px;height:80px;border-radius:50%;background:conic-gradient(var(--demo-color) 0deg 295deg,#e9e8f4 295deg 360deg);padding:11px;margin:10px auto 9px}.donut>span{background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;font-size:18px;font-weight:600;line-height:1.2}.donut small{display:block;font-size:6px;font-weight:400;color:var(--muted);margin-top:2px}.dash-settlement>div:not(.donut){display:flex;align-items:center;font-size:7px;gap:5px;line-height:2}.dash-settlement>div>strong{margin-left:auto;font-size:7px}.muted-dot{background:#d9d7ec}.dash-transactions{margin-top:20px}.dash-table-row{display:grid;grid-template-columns:1.5fr 1fr .75fr .8fr;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #f0f1f5;font-size:7px}.dash-table-row.head{font-size:6px;color:#81899c;padding:10px 0 6px}.dash-table-row>span:first-child{display:flex;align-items:center;gap:6px}.merchant-avatar{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;background:#eeeefa;color:#6d63aa;font-weight:500;font-size:8px}.merchant-avatar.mint{color:#598070;background:#e9f2ed}.pill-success,.pill-review{background:#eaf7ef;color:#337651;padding:3px 5px;border-radius:3px;font-size:6px;width:max-content}.pill-review{background:#fff2db;color:#996c30}.floating-core{position:relative;width:max-content;max-width:95%;margin:-9px 0 0 -20px;display:flex;align-items:center;gap:13px;padding:17px 20px;background:white;border:1px solid #e2e3ee;border-radius:9px;box-shadow:0 12px 35px #272d511a;z-index:2}.floating-core>.icon{color:var(--purple);width:25px;height:25px}.floating-core strong{font-size:10px;display:block}.floating-core div>span{font-size:8px;color:#747b8f;display:block;margin-top:3px}.connection-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#79ac74;box-shadow:0 0 0 4px #85bd811a;flex-shrink:0}.floating-core>.connection-dot{margin-left:10px}.visual-caption{font-size:9px!important;line-height:1.6;color:#858a9c!important;text-align:center;margin-top:16px}.home .visual-caption{margin-top:16px}.product-hero{padding:79px 0 75px;background:linear-gradient(118deg,#fff 35%,#f6f6fd)}.split-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.product-hero h1{font-size:clamp(44px,4.35vw,64px)}.product-hero-visual{min-width:0}.product-hero .hero-description{font-size:15px}.release-note{display:flex;align-items:flex-start;gap:10px;margin-top:26px;max-width:420px;line-height:1.5}.release-note>span:last-child{font-size:10px;color:var(--subtle)}.release-note .badge{font-size:9px;padding:5px 7px;flex-shrink:0}.portal.dashboard-scene .floating-core{margin-left:-14px}.product-hero .dashboard{min-height:395px}.product-hero .dashboard-sidebar{width:75px;font-size:6px}.product-hero .dashboard-sidebar>div:not(.mini-monogram){padding-inline:3px;gap:4px}.product-hero .dashboard-body{padding:17px 16px 15px}.product-hero .metric-grid strong{font-size:19px}.product-hero .metric-grid{gap:9px}.product-hero .metric-grid>div+div{padding-left:10px}.product-hero .dash-title h3{font-size:16px}.product-hero .dashboard-topbar{padding-inline:15px}.product-hero .donut{width:65px;height:65px;padding:8px}.product-hero .dash-visual-grid{gap:12px}.product-hero .chart-svg{height:95px}.compact-hero{padding:78px 0 72px;background:linear-gradient(135deg,#fff 40%,#f6f6fd)}.compact-hero h1{font-size:clamp(48px,5vw,72px)}.compact-hero .hero-description{max-width:680px}.page-subnav{border-block:1px solid var(--line);background:#fff}.page-subnav .container{display:flex;align-items:center;gap:36px;overflow:auto;padding-block:18px}.page-subnav a{font-size:11px;white-space:nowrap;font-weight:600;color:#666b80}.page-subnav a:hover{color:var(--purple)}.page-subnav a:last-child{margin-left:auto;color:var(--purple)}.page-subnav .icon{height:14px;width:14px;margin-left:5px}
/* Sections and editorial components */
.section{padding:100px 0}.section.top-tight{padding-top:25px}.section-heading{max-width:770px;margin-bottom:44px}.section-heading p:not(.eyebrow){font-size:15px;max-width:640px;margin-top:20px;line-height:1.8}.section-footnote{font-size:11px;line-height:1.85;margin-top:22px;color:#7d8596}.section-footnote a{color:var(--purple);text-decoration:underline}.soft-section{background:var(--soft)}.dark-section{background:var(--navy);color:#fff}.dark-section .eyebrow{color:var(--lime)}.dark-section .section-heading p:not(.eyebrow),.dark-section .body-copy{color:#aeb6cb}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.split-section .section-heading{margin-bottom:27px}.body-copy{font-size:14px;line-height:1.85;max-width:550px;margin-bottom:26px}.split-intro{display:flex;justify-content:space-between;gap:90px;align-items:flex-end;margin-bottom:46px}.split-intro .section-heading{margin:0;flex:1}.split-intro>p{max-width:380px;font-size:13px;color:#afb6cb;margin-bottom:4px}.audience-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.audience-strip>.container{display:flex;align-items:center;gap:70px;padding-block:30px}.audience-strip p{font-size:11px;color:#767e90;line-height:1.6;flex-shrink:0}.audience-strip p strong{font-weight:550;color:#30374c}.audience-strip .container>div{display:flex;align-items:center;justify-content:space-between;gap:35px;flex:1}.audience-strip span{font-size:13px;font-weight:600;display:flex;align-items:center;gap:12px;color:#50596e}.audience-strip .icon{height:22px;width:22px;color:#7c8496}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);border-radius:12px;padding:28px 29px;transition:transform .25s,box-shadow .25s;background:#fff}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;color:var(--purple)}.product-number{font-size:9px;letter-spacing:.1em;color:#7b8096;font-weight:650}.product-card h3{font-size:31px;line-height:1.14}.product-card>p{font-size:13px;line-height:1.85;margin-top:16px;min-height:95px}.product-card .badge{margin-top:18px;display:flex}.product-card>.text-link{border-top:1px solid var(--line);padding-top:19px;margin-top:18px;font-size:12px;width:100%;justify-content:space-between;color:var(--ink)}.mini-preview{height:134px;background:#f5f5fd;border-radius:7px;padding:20px 20px 16px;margin-top:20px;overflow:hidden}.mini-portal>div:first-child{display:flex;gap:6px}.mini-portal i{width:28px;height:4px;display:inline-block;background:#dad9eb;border-radius:2px}.mini-bars{display:flex;gap:9px;height:52px;align-items:flex-end;margin:12px 0 6px}.mini-bars b{width:100%;height:40%;background:#a8a2f2;border-radius:3px 3px 0 0}.mini-bars b:nth-child(2){height:52%}.mini-bars b:nth-child(3){height:48%}.mini-bars b:nth-child(4){height:68%}.mini-bars b:nth-child(5){height:64%}.mini-bars b:nth-child(6){height:85%}.mini-bars b:nth-child(7){height:78%}.mini-bars b:nth-child(8){height:100%;background:var(--purple)}.mini-portal>span{font-size:7px;letter-spacing:.15em;color:#7b789d}.mini-api{background:#191d33;display:flex;flex-direction:column;justify-content:center;color:#a99fff;font-size:11px;line-height:1.65}.mini-api code{font-size:9px;padding-left:12px;color:#b7c0de;line-height:1.9}.mini-acquirer{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;background:#eef5f1}.mini-acquirer>span{font-size:7px;letter-spacing:.05em;color:#5a7466}.mini-acquirer>.icon{width:15px;color:#7e9789}.mini-acquirer b{display:flex;width:44px;height:44px;align-items:center;justify-content:center;font-size:19px;letter-spacing:-2px;background:#1e4f42;color:#d0ebdf;border-radius:9px}.mini-acquirer small{flex-basis:100%;text-align:center;font-size:8px;color:#6d8477;margin-top:4px}.editorial-points{display:flex;flex-direction:column;gap:23px;margin-bottom:35px}.editorial-points>div{display:flex;gap:19px}.editorial-points>div>span{font-size:10px;font-weight:650;letter-spacing:.06em;color:var(--purple);padding-top:4px}.editorial-points p{font-size:12px;line-height:1.8}.editorial-points strong{display:block;font-size:14px;font-weight:550;color:var(--ink);margin-bottom:5px}.dark-section .editorial-points p{color:#a8b1c8}.dark-section .editorial-points strong{color:white}.dark-section .editorial-points>div>span{color:var(--lime)}.stack-visual{background:#1b2035;border:1px solid #393d55;border-radius:15px;padding:32px}.stack-top-label{display:flex;gap:10px;align-items:center;font-size:9px;letter-spacing:.12em;color:#a8b0c9;margin-bottom:25px}.stack-layer{display:flex;align-items:center;gap:15px;background:#272c43;border:1px solid #42465d;padding:23px 21px;border-radius:9px;position:relative;color:white;transition:transform .2s,border-color .2s}.stack-layer:hover{transform:translateX(4px);border-color:#8f8aef}.stack-layer>.icon:first-of-type{color:#b8afff;width:25px;height:25px}.stack-layer>.icon:last-child{margin-left:auto;width:14px;height:14px;color:#949bb6}.stack-layer .stack-number{position:absolute;top:8px;right:10px;font-size:7px;color:#838aa3}.stack-layer h3{font-size:16px;font-weight:600;letter-spacing:-.02em}.stack-layer p{font-size:9px;color:#abb4cc;margin-top:6px}.stack-connector{display:flex;align-items:center;gap:9px;padding-left:32px;height:31px}.stack-connector>span{height:31px;width:1px;background:#72738c}.stack-connector small{font-size:7px;color:#929db4}.stack-layer.emphasized{background:#353455;border-color:#7971b2}.stack-layer.emphasized>.icon:first-of-type{color:var(--lime)}.stack-partners{display:flex;justify-content:space-between;gap:8px;margin-top:20px}.stack-partners>span{font-size:9px;color:#bdc4d7;border:1px solid #3b425c;border-radius:4px;padding:7px 10px;flex:1;text-align:center;white-space:nowrap}.stack-visual .visual-caption{font-size:8px!important;color:#8993ae!important}.lifecycle-ribbon{display:flex;justify-content:space-between;align-items:center;border-block:1px solid var(--line);padding:30px 0;margin-bottom:35px;gap:20px}.lifecycle-ribbon>div{display:flex;flex-direction:column;gap:5px}.lifecycle-ribbon>div>span{font-size:9px;color:var(--purple);font-weight:650;margin-bottom:9px}.lifecycle-ribbon strong{font-size:15px;font-weight:600}.lifecycle-ribbon small{font-size:10px;color:#878da0}.lifecycle-ribbon>.icon{color:#a1a6b7;width:19px;height:19px}.two-feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:26px}.wide-feature{padding:40px 45px;border-radius:12px;position:relative;overflow:hidden}.wide-feature:after{content:"";width:230px;height:230px;position:absolute;right:-90px;top:-130px;border:1px solid #9590d22b;border-radius:50%;box-shadow:0 0 0 30px #ffffff22,0 0 0 60px #ffffff18}.violet-tint{background:var(--lavender)}.mint-tint{background:var(--mint)}.wide-feature>.icon{width:30px;height:30px;color:var(--purple);margin-bottom:25px}.mint-tint>.icon{color:#387162}.wide-feature h3{font-size:30px}.wide-feature p{font-size:13px;line-height:1.85;max-width:440px;margin-top:18px;margin-bottom:27px}.brand-preview{background:#fff;border:1px solid var(--line);border-radius:15px;padding:31px;box-shadow:0 17px 45px #2527420a}.brand-top{display:flex;gap:11px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:30px}.brand-square{background:#1c614e;color:#ddf2df;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:20px;font-weight:650}.brand-top strong{font-size:10px;letter-spacing:.11em}.brand-top>span:last-child{font-size:8px;color:var(--subtle);margin-left:auto}.brand-preview h3{font-size:29px;margin-bottom:26px}.brand-rows>div{display:flex;align-items:center;gap:13px;font-size:11px;padding:16px 0;border-bottom:1px solid #eff0f5}.brand-rows .icon{width:17px;height:17px;color:#548175}.brand-rows span{margin-left:auto;font-size:8px;color:#689184;background:#eef6f1;padding:4px 8px;border-radius:3px}.brand-bottom{display:flex;align-items:center;justify-content:space-between;font-size:8px;color:var(--subtle);margin-top:24px}.brand-bottom>.icon{width:18px}.inline-status{display:flex;align-items:center;gap:10px;font-size:10px;margin:25px 0}.checklist-banner{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.checklist-banner .icon-box{margin-bottom:25px}.checklist-banner .section-heading{margin-bottom:0}.checklist-banner-right{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px;border-left:1px solid var(--line);padding-left:55px}.checklist-banner-right>div>span{font-size:68px;font-weight:400;letter-spacing:-.07em;color:var(--ink);line-height:1}.checklist-banner-right>div p{font-size:12px;margin-top:13px;line-height:1.7}.checklist-banner-right>.button{grid-column:1/-1;justify-self:start;margin-top:25px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:11px;padding:29px;background:#fff}.feature-card .icon-box{margin-bottom:24px}.feature-card h3{font-size:18px;font-weight:600;letter-spacing:-.025em}.feature-card p{font-size:12px;line-height:1.85;margin-top:13px}.dark-section .feature-card{background:#20243a;border-color:#353951}.dark-section .feature-card .icon-box{background:#292d47;border-color:#42455f;color:#c6bdff}.dark-section .feature-card p{color:#b0b7cd}
/* Product interactions */
.role-tabs,.scenario-tabs{display:flex;gap:8px;border-bottom:1px solid #3d4159;padding-bottom:14px}.role-tabs button,.scenario-tabs button{border:1px solid transparent;background:transparent;color:#b6bdd3;padding:11px 20px;border-radius:6px;font-size:12px;font-weight:500}.role-tabs button[aria-selected=true],.scenario-tabs button[aria-selected=true]{color:#171b30;background:var(--lime)}.role-content{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-top:50px;align-items:center}.role-overline{font-size:9px;letter-spacing:.12em;color:#a5adc5}.role-content h3{font-size:37px;margin-top:20px}.role-content>div>p{font-size:13px;max-width:440px;color:#b0b9ce;line-height:1.85;margin-top:22px;margin-bottom:24px}.role-board{border:1px solid #3b415c;border-radius:12px;background:#20253a;padding:24px}.board-heading{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#c5cbe0;padding-bottom:20px;border-bottom:1px solid #383f59}.board-heading .sample-label{background:#31364d;color:#b0b8d0}.role-item{display:flex;align-items:center;gap:13px;border-bottom:1px solid #333c56;padding:22px 0}.role-item:last-child{border:0;padding-bottom:5px}.role-item strong{font-size:12px;font-weight:550;display:block}.role-item small{font-size:9px;color:#a5b0c7;display:block;margin-top:4px}.role-item>span:last-child{font-size:8px;color:#c8c9df;border:1px solid #4c516b;border-radius:5px;padding:5px 8px;margin-left:auto}.queue-dot{width:6px;height:6px;border-radius:50%;background:#eab575;flex-shrink:0}.queue-dot.purple{background:#b1a8ff}.queue-dot.green{background:#b5d79d}.theme-controls{display:flex;gap:8px;margin:25px 0 23px;flex-wrap:wrap}.theme-option{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);background:#fff;border-radius:5px;font-size:11px}.theme-option i{width:11px;height:11px;border-radius:50%;background:#5150ee}.theme-option.teal i{background:#147264}.theme-option.slate i{background:#33415e}.theme-option[aria-pressed=true]{border-color:var(--purple);box-shadow:0 0 0 1px var(--purple)}[data-theme=violet]{--demo-color:#5150ee;--demo-bg:#eeedff}[data-theme=teal]{--demo-color:#147264;--demo-bg:#e5f2eb}[data-theme=slate]{--demo-color:#33415e;--demo-bg:#e9edf4}.white-label-card{border:1px solid var(--line);border-radius:14px;padding:28px;background:white;box-shadow:var(--shadow)}.white-label-top{display:flex;align-items:center;gap:13px}.white-label-logo{width:37px;height:37px;display:flex;align-items:center;justify-content:center;background:var(--demo-color);color:#fff;border-radius:8px;font-size:22px;font-weight:600}.white-label-top strong{font-size:12px;display:block}.white-label-top small{font-size:9px;color:var(--subtle);display:block;margin-top:2px}.white-label-top>.icon{margin-left:auto;width:17px;color:#8d91a2}.white-label-hero{padding:30px;background:var(--demo-bg);border-radius:9px;margin-top:25px;color:var(--demo-color)}.white-label-hero>span{font-size:8px;letter-spacing:.13em}.white-label-hero h3{font-size:30px;line-height:1.2;margin-top:16px}.white-label-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:25px 0}.white-label-stats>div{padding:15px;border:1px solid var(--line);border-radius:7px}.white-label-stats strong{font-size:13px;display:block}.white-label-stats span{display:block;font-size:9px;color:var(--subtle);margin-top:6px}.white-label-action{padding:13px 17px;border-radius:6px;font-size:11px;color:white;background:var(--demo-color);display:flex;justify-content:space-between;align-items:center}.white-label-action .icon{width:17px;height:17px}.code-panel{background:#191d32;border:1px solid #35394f;color:#d7dbee;border-radius:14px;box-shadow:0 22px 65px #1f254324;overflow:hidden}.code-header{display:flex;align-items:center;gap:15px;padding:19px 22px;background:#20253b;color:#a5adc5;font-size:9px;border-bottom:1px solid #33384f}.code-dots{display:flex;gap:5px}.code-dots i{width:6px;height:6px;border-radius:50%;background:#606782}.code-dots i:first-child{background:#b87887}.code-dots i:nth-child(2){background:#bda06b}.code-dots i:nth-child(3){background:#739286}.code-tag{margin-left:auto;font-size:7px;letter-spacing:.08em;color:#a59dc4}.code-tabs{display:flex;align-items:center;gap:5px;padding:13px 16px 0;border-bottom:1px solid #33384f}.code-tabs button{font-size:10px;background:transparent;border:0;border-bottom:2px solid transparent;color:#8994b1;padding:9px 14px 13px;border-radius:0}.code-tabs button[aria-selected=true]{color:#d2c7ff;border-bottom-color:#9f91fa}.code-tabs button.copy-code{margin-left:auto;padding:7px 8px 11px;color:#c2cbe3}.copy-code>.icon{width:15px;height:15px}.code-panel pre{padding:25px 26px;margin:0;overflow:auto;min-height:320px;font:11px/1.9 ui-monospace,SFMono-Regular,Consolas,monospace;tab-size:2}.syntax-comment{color:#a1a8bf;font-size:9px}.syntax-key{color:#c5b7ff}.syntax-string{color:#b0ddc2}.syntax-bool{color:#ecc491}.code-footer{display:flex;align-items:center;gap:9px;font-size:9px;padding:15px 22px;border-block:1px solid #353950;color:#c0c6dc;background:#20253b}.code-footer .icon{width:13px;height:13px;color:#bbd6ab}.code-disclaimer{font-size:9px;color:#919cb9;line-height:1.8;padding:17px 22px}.resource-table{border-top:1px solid #464962}.resource-row{display:grid;grid-template-columns:1.1fr 1.8fr 1fr;gap:30px;border-bottom:1px solid #343950;padding:23px 0;font-size:12px;align-items:center}.resource-head{font-size:9px;font-weight:600;letter-spacing:.1em;color:#9ca6bf;padding-top:18px;padding-bottom:18px}.resource-row strong{font-weight:550;font-size:13px}.resource-row>span:nth-child(2){color:#abb5ca}.resource-owner{font-size:9px;background:#262c43;border:1px solid #3d435b;border-radius:4px;padding:6px 9px;width:max-content;color:#c1c9de;max-width:100%}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step-grid article{border-top:1px solid var(--line);padding-top:26px}.step-grid article>span{font-size:10px;color:var(--purple)}.step-grid h3{font-size:19px;margin-top:23px}.step-grid p{font-size:12px;line-height:1.85;margin-top:15px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px;font-weight:550;line-height:1.6;padding:24px 0;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .icon{width:18px;height:18px;color:#7d82a0;flex-shrink:0}.faq-list details[open] summary .icon{transform:rotate(45deg)}.faq-list details>div{padding:0 40px 25px 0}.faq-list details p{font-size:13px;line-height:1.9}.routing-window{border:1px solid #dbdeec;border-radius:15px;background:#fff;padding:22px;box-shadow:var(--shadow)}.routing-window-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#757d93;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:22px}.routing-input{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--line);padding:16px;background:#f9f9fd;border-radius:7px;max-width:340px;margin:auto}.routing-input>.icon{color:var(--purple);width:23px;height:23px}.routing-input strong{font-size:11px;display:block}.routing-input small{font-size:8px;display:block;color:var(--subtle);margin-top:3px}.flow-line{height:29px;width:1px;background:#cbc7e5;margin:0 auto}.route-engine{text-align:center;background:#24243e;color:#fff;padding:23px;border-radius:11px;max-width:350px;margin:auto;position:relative;overflow:hidden}.route-engine:before{content:"";position:absolute;width:230px;height:230px;border:1px solid #9e92df23;border-radius:50%;top:-60px;right:-50px;box-shadow:0 0 0 25px #9e92df09,0 0 0 50px #9e92df05}.engine-icon{background:#3b385b;border:1px solid #5b547c;color:#d3c5ff;border-radius:9px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;margin:0 auto 15px}.route-engine>span{font-size:8px;letter-spacing:.12em;color:#c6bdf1}.route-engine h3{font-size:28px;line-height:1.15;margin:13px 0 18px;position:relative}.route-engine>div:last-child{display:flex;gap:7px;justify-content:center}.route-engine>div:last-child>span{font-size:8px;background:#403e5e;border:1px solid #585174;padding:5px 9px;border-radius:4px;color:#d4ccea}.route-branches{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:33px}.branch-stem{height:17px;width:1px;background:#c9c5e0;position:absolute;top:0;left:50%}.route-branches:before{content:"";position:absolute;height:16px;left:16%;right:16%;top:16px;border:1px solid #c9c5e0;border-bottom:0;border-radius:6px 6px 0 0}.route-branches:after{content:"";position:absolute;height:16px;width:1px;background:#c9c5e0;top:17px;left:50%}.route-branches>div:not(.branch-stem){display:flex;align-items:center;justify-content:center;flex-direction:column;padding:15px 5px;border:1px solid var(--line);border-radius:7px;position:relative;background:#fff;z-index:1}.route-branches>div>.icon{width:18px;height:18px;color:#777e93;margin-bottom:9px}.route-branches strong{font-size:8px;letter-spacing:-.01em;font-weight:550}.route-branches span{font-size:7px;color:#8e92a3;margin-top:3px}.route-branches .selected-route{background:#f4f2ff!important;border-color:#bcb2ee!important}.route-branches .selected-route .icon{color:var(--purple)}.route-return{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:10px;font-size:9px;color:#667588;margin-top:23px;padding-top:18px}.route-return .icon{width:16px;color:#53826f}.principle{font-size:22px;color:#e2dff5;font-weight:500;letter-spacing:-.025em;line-height:1.5;margin:25px 0}.recovery-panel{background:#20253b;border:1px solid #42465f;border-radius:14px;padding:25px}.scenario-tabs{gap:2px;padding-bottom:18px}.scenario-tabs button{flex:1;font-size:10px;padding:10px 8px}.scenario-state{font:9px ui-monospace,Consolas,monospace;letter-spacing:.06em;display:inline-flex;background:#614b33;color:#f4d08f;border:1px solid #8b6c43;padding:7px 11px;border-radius:5px;margin-top:30px}.scenario-state.approved{background:#254a43;color:#b1e1c1;border-color:#477160}.scenario-state.declined{background:#5a3747;color:#e9bbc6;border-color:#855269}.recovery-panel h3{font-size:25px;line-height:1.25;margin-top:20px;letter-spacing:-.025em}.recovery-panel #scenario-content>p{font-size:12px;line-height:1.85;color:#aeb8d0;margin-top:18px}.scenario-steps{display:flex;flex-direction:column;margin-top:25px;gap:13px}.scenario-steps>span{font-size:10px;color:#adb8d1;display:flex;align-items:center;gap:9px}.scenario-steps .icon{width:14px;height:14px;color:#b5d39b}.scenario-steps .current{color:#e1c591}.scenario-steps .current .icon{color:#e1c591}.recovery-panel .visual-caption{margin-top:25px;border-top:1px solid #394058;padding-top:17px;font-size:8px!important;color:#a0acc6!important}.financial-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden}.financial-grid>article{padding:30px 25px;background:#fff;display:flex;flex-direction:column}.financial-grid>article+article{border-left:1px solid var(--line)}.financial-number{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--purple);margin-bottom:33px}.financial-grid h3{font-size:22px;line-height:1.2;min-height:55px}.financial-grid p{font-size:12px;line-height:1.85;margin-top:19px;margin-bottom:24px;flex:1}.financial-grid article>div{font-size:9px;color:#5c6c80;border-top:1px solid var(--line);padding-top:17px;display:flex;align-items:center;gap:7px}.financial-grid .icon{height:13px;width:13px;color:#54866c}.scheme-note{display:flex;gap:21px;padding:30px;background:var(--soft);border:1px solid var(--line);border-radius:11px;margin-top:30px}.scheme-note>.icon-box{flex-shrink:0}.scheme-note h3{font-size:18px}.scheme-note p{font-size:12px;line-height:1.9;margin:12px 0 18px;max-width:980px}.scheme-note .text-link{font-size:11px}.protocol-list{border-top:1px solid var(--line)}.protocol-list article{padding:25px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.protocol-list h3{font-size:18px;font-weight:600}.protocol-list p{font-size:11px;line-height:1.8;margin-top:9px;max-width:300px}.protocol-list .badge{font-size:8px;white-space:normal;max-width:120px;flex-shrink:0}
/* Checklist */
.hero-heading-row{display:flex;align-items:center;justify-content:space-between;gap:60px}.checklist-hero-count{padding-left:70px;border-left:1px solid var(--line);margin-right:60px;display:flex;flex-direction:column;min-width:170px}.checklist-hero-count strong{font-weight:400;font-size:93px;letter-spacing:-.08em;line-height:1.1;color:#9a94d4}.checklist-hero-count span{font-size:12px;line-height:1.8;color:#7b7f94;margin-top:11px}.checklist-section{padding:0 0 80px}.checklist-view-tabs{display:flex;border-bottom:1px solid var(--line);gap:35px;margin-bottom:32px}.checklist-view-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;display:flex;align-items:center;gap:12px;font-size:14px;padding:21px 0;font-weight:600;color:#767d92}.checklist-view-tabs button[aria-selected=true]{border-bottom-color:var(--purple);color:var(--purple)}.checklist-view-tabs button span{font-size:10px;background:#f0effc;color:#746caa;border-radius:4px;padding:2px 7px}.checklist-intro{display:flex;justify-content:space-between;align-items:center;gap:50px;margin:40px 0 26px}.checklist-intro h2{font-size:23px;letter-spacing:-.025em}.checklist-intro p{font-size:12px;margin-top:12px;max-width:680px;line-height:1.8}.save-note{font-size:9px;display:flex;align-items:center;gap:7px;color:#81899b;white-space:nowrap}.save-note .icon{width:13px;height:13px}.status-legend{display:flex;gap:11px 22px;flex-wrap:wrap;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fcfcfe;margin-bottom:27px}.status-legend>span{display:flex;align-items:center;gap:8px;font-size:8px;color:#7c8395}.status-legend .badge{font-size:8px;padding:4px 7px}.checklist-toolbar{display:grid;grid-template-columns:1fr 230px 230px;gap:13px}.checklist-toolbar select{width:100%}.search-field{display:flex;align-items:center;gap:10px;border:1px solid #d9dde7;border-radius:6px;padding-left:15px;background:#fff}.search-field>.icon{width:17px;height:17px;color:#9097a8}.search-field input{padding:13px 13px 13px 0;width:100%;border:0;outline:0;background:transparent;font-size:12px;min-width:0}.search-field:focus-within{outline:2px solid var(--purple);outline-offset:2px}.checklist-toolbar select{min-height:46px;padding:11px 32px 11px 14px;border:1px solid #d9dde7;border-radius:6px;background:#fff;color:#60677d;font-size:11px}.checklist-result-bar{display:flex;justify-content:space-between;align-items:center;margin:17px 0 12px}.checklist-result-bar p{font-size:10px;color:#7a8294}.checklist-result-bar .text-button{font-size:10px}.capability-table-wrap{border:1px solid var(--line);border-radius:9px;overflow:hidden}.capability-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px}.capability-table th{font-size:9px;letter-spacing:.06em;font-weight:600;text-transform:uppercase;background:#f6f7fb;text-align:left;padding:17px 20px;border-bottom:1px solid var(--line);color:#727a8d}.capability-table th:first-child{width:74px;text-align:center}.capability-table th:nth-child(3){width:190px}.capability-table th:last-child{width:205px}.capability-table td{padding:22px 20px;border-bottom:1px solid #eceef4;vertical-align:middle}.capability-table tr:last-child td{border-bottom:0}.capability-table td:first-child{text-align:center}.capability-table td p{font-size:11px;line-height:1.8;margin-top:7px;max-width:640px;color:#798095}.capability-table label{font-size:13px;font-weight:550;color:#343b51;cursor:pointer;line-height:1.5;display:block;letter-spacing:-.01em}.capability-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--purple);cursor:pointer;margin:0}.capability-table tr:has(input:checked){background:#f8f7ff}.capability-table small{font-size:9px;line-height:1.8;color:#9399a8;display:block;margin-top:5px}.table-product{font-size:10px;color:#737b90;font-weight:500}.capability-table .badge{font-size:9px}.no-results{font-size:13px;padding:40px;text-align:center}.selection-bar{display:flex;justify-content:space-between;align-items:center;gap:15px;border:1px solid #dedfec;background:#fffefb;padding:16px 22px;border-radius:10px;position:sticky;bottom:18px;margin-top:22px;box-shadow:0 8px 30px #1a245316;z-index:15}.selection-bar>div{display:flex;align-items:center;gap:15px}.selection-bar>div:first-child{flex-direction:column;align-items:flex-start;gap:2px}.selection-bar strong{font-size:13px;color:var(--ink);font-weight:650}.selection-bar span{font-size:9px;color:#7f849b}.selection-bar .icon-button{width:30px;height:30px}.selection-bar .icon-button .icon{width:16px}.selection-bar .button{font-size:10px;min-height:40px}.local-storage-note{font-size:10px;color:#8a91a2;margin-top:30px;line-height:1.85}.readiness-summary{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center;padding:28px;background:#f3f3fd;border:1px solid #e2e0f3;border-radius:10px;margin-bottom:27px}.readiness-summary .eyebrow{font-size:9px;margin-bottom:9px}.readiness-summary strong{display:block;font-size:19px;font-weight:550;letter-spacing:-.02em}.readiness-summary p{font-size:11px;line-height:1.85;margin-top:8px}.readiness-progress{display:flex;align-items:center;gap:20px}.readiness-progress progress{height:10px;width:100%;border:0;background:#e2dff2;border-radius:100px;overflow:hidden;appearance:none}.readiness-progress progress::-webkit-progress-bar{background:#e2dff2;border-radius:100px}.readiness-progress progress::-webkit-progress-value{background:var(--purple);border-radius:100px}.readiness-progress progress::-moz-progress-bar{background:var(--purple);border-radius:100px}.readiness-progress>span{font-size:18px;color:#73709f;min-width:45px}.launch-list{border:1px solid var(--line);border-radius:10px;overflow:hidden}.launch-item{display:grid;grid-template-columns:30px 1fr 205px;gap:22px;align-items:center;padding:28px;border-bottom:1px solid var(--line)}.launch-item:last-child{border-bottom:0}.launch-number{align-self:start;font-size:12px;color:#a09bbc;line-height:1.6;margin-top:3px}.launch-category{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#8e8ba6}.launch-item h3{font-size:15px;font-weight:550;letter-spacing:-.01em;line-height:1.5;margin-top:7px}.launch-item p{font-size:11px;line-height:1.85;margin-top:8px;max-width:770px}.launch-item select{font-size:10px;padding:10px;border:1px solid #d7dbe6;border-radius:5px;background:#fff;color:#697289;width:100%}.launch-item select[data-state=ready]{color:#34624b;background:#edf5ef;border-color:#bdd9c9}.launch-item select[data-state=in-progress]{color:#786437;background:#fff8e7;border-color:#e9dcba}.launch-item select[data-state=not-applicable]{color:#89909d;background:#f6f7f9}.planner-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.planner-actions .button{font-size:11px;min-height:45px}.planner-actions .text-button{margin-left:auto}dialog{max-width:480px;width:calc(100% - 40px);border:1px solid var(--line);border-radius:15px;padding:30px;color:var(--ink);box-shadow:0 30px 100px #12163355}dialog::backdrop{background:#12152c85;backdrop-filter:blur(4px)}dialog h2{font-size:26px}dialog p{font-size:13px;line-height:1.8;margin-top:17px}dialog>div{display:flex;gap:10px;margin-top:26px}dialog .button{font-size:11px;min-height:42px;padding:10px 15px}
/* Architecture, security, company */
.architecture-flow{padding:32px;border:1px solid #3a4059;border-radius:12px;margin-top:25px;background:#1b2036}.flow-label{font-size:9px;letter-spacing:.14em;color:#aab7d1;margin-bottom:23px}.architecture-nodes{display:flex;align-items:center;gap:24px}.architecture-nodes>span{display:flex;gap:12px;align-items:center;justify-content:center;font-size:13px;padding:20px 18px;background:#2b3049;border:1px solid #4d516b;border-radius:6px;flex:1}.architecture-nodes>span>.icon{width:20px;height:20px;color:#bfb4f8}.architecture-nodes>.icon{width:18px;height:18px;color:#74809c}.architecture-flow>p{font-size:11px;color:#aab4cd;margin-top:19px}.security-boundaries{display:flex;flex-direction:column;gap:28px}.security-boundaries>div{display:flex;gap:17px;align-items:flex-start;padding-bottom:26px;border-bottom:1px solid #3e4359}.security-boundaries>div:last-child{border:0;padding-bottom:0}.security-boundaries .icon{width:24px;color:#c8d2a9;margin-top:4px}.security-boundaries p{font-size:12px;line-height:1.85;color:#aeb7ca}.security-boundaries strong{font-size:15px;color:#fff;display:block;font-weight:550;margin-bottom:7px}.about-statement{display:grid;grid-template-columns:1.1fr 1fr;gap:110px;padding-top:20px}.large-statement{font-size:36px;font-weight:450;line-height:1.4;letter-spacing:-.035em;color:var(--ink)}.large-statement em{font-style:normal;color:var(--purple)}.about-statement>div p{font-size:14px;line-height:1.95;margin-bottom:25px}.company-contact-strip{display:flex;justify-content:space-between;align-items:center;gap:40px;border-top:1px solid var(--line);padding-top:39px;margin-top:60px}.company-contact-strip .eyebrow{font-size:9px;margin-bottom:10px}.company-contact-strip strong{font-size:18px;font-weight:550;display:block}.company-contact-strip small{display:block;font-size:9px;margin-top:7px;color:var(--subtle)}.company-contact-strip a{font-size:12px;color:var(--purple);display:flex;align-items:center;gap:14px}.company-contact-strip a>.icon{width:15px;height:15px}
/* Contact and search */
.contact-section{padding:90px 0 110px;background:radial-gradient(ellipse at 85% 30%,#f3f2ff,#fff 60%)}.contact-grid{display:grid;grid-template-columns:1fr .92fr;gap:120px;align-items:start}.contact-copy h1{font-size:clamp(44px,4.6vw,67px)}.contact-copy .hero-description{font-size:15px;max-width:480px}.contact-methods{margin-top:42px;max-width:440px;border-top:1px solid var(--line)}.contact-methods>a{display:flex;align-items:center;gap:17px;padding:25px 0;border-bottom:1px solid var(--line)}.contact-methods>a>div{flex:1}.contact-methods small{font-size:8px;letter-spacing:.12em;color:#959baf;display:block}.contact-methods strong{font-size:14px;font-weight:550;display:block;margin-top:6px}.contact-methods>a>.icon{width:17px;height:17px;color:#81889d}.contact-methods>a:hover strong{color:var(--purple)}.discussion-topics{margin-top:35px;max-width:420px}.discussion-topics .eyebrow{margin-bottom:13px;font-size:9px;color:#8986a7}.discussion-topics p{font-size:12px;line-height:1.9}.contact-card{padding:35px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 55px #2626420a}.contact-card h2{font-size:25px;line-height:1.3}.contact-card>p{font-size:12px;margin-top:12px;margin-bottom:26px}.contact-card .contact-fields>label{margin-top:18px}.contact-card label{display:block;font-size:11px;font-weight:550;color:#626b81;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-card input:not([type=checkbox]),.contact-card select,.contact-card textarea{display:block;width:100%;margin-top:8px;padding:12px 13px;font-size:12px;border:1px solid #dfe2ec;background:#fff;border-radius:5px;color:var(--ink);min-width:0;resize:vertical}.contact-card input::placeholder,.contact-card textarea::placeholder{color:#a6acbb;font-size:11px}.contact-card textarea{min-height:130px;max-height:400px}.contact-card .consent-label{display:flex;align-items:flex-start;gap:9px;font-size:10px;font-weight:400;color:#80889c;line-height:1.7;margin-top:22px;margin-bottom:24px}.consent-label input{margin:3px 0 0;accent-color:var(--purple);width:14px;height:14px;flex-shrink:0}.form-help{font-size:9px;line-height:1.85;margin-top:17px;color:#949aad}.form-help a{color:var(--purple);text-decoration:underline}.contact-result{padding:23px;background:#f5f4fd;border:1px solid #e3dff2;border-radius:10px}.contact-result h3{font-size:20px;line-height:1.4}.contact-result p{font-size:12px;line-height:1.9;margin-top:17px;margin-bottom:22px}.contact-result .button{font-size:11px;margin-top:10px;min-height:43px}.contact-result .text-button{display:block;margin-top:10px}.big-search{display:flex;align-items:center;gap:13px;margin-top:35px;padding:9px 9px 9px 20px;border:1px solid #d5d6e6;border-radius:9px;background:white;box-shadow:0 9px 30px #35306608}.big-search>.icon{color:#9c9daf;width:22px;height:22px}.big-search input{border:0;background:transparent;font-size:13px;min-width:0;flex:1;color:#495369;outline:none;padding:10px 0}.big-search:focus-within{outline:2px solid var(--purple);outline-offset:3px}.big-search .button{min-height:43px;padding:10px 18px;gap:16px;font-size:12px}.suggested-searches{display:flex;align-items:center;gap:9px;margin-top:18px;flex-wrap:wrap}.suggested-searches>span{font-size:8px;letter-spacing:.1em;color:#9999ad;margin-right:4px}.suggested-searches button{border:1px solid #e0deed;padding:6px 10px;border-radius:5px;font-size:9px;color:#777490;background:#fff}.suggested-searches button:hover{background:var(--lavender)}.search-privacy{font-size:9px;margin-top:21px;color:#9196a8;display:flex;align-items:center;gap:8px;line-height:1.8}.search-privacy>.icon{width:12px;height:12px;flex-shrink:0}#search-status{font-size:12px;color:#777e95;margin-bottom:25px}.search-result{display:block;border:1px solid var(--line);border-radius:10px;padding:27px;margin-top:15px;background:#fff;transition:border-color .18s,transform .18s}.search-result:hover{border-color:#b1a7e9;transform:translateX(3px)}.search-result>span{font-size:9px;letter-spacing:.07em;color:#9690ae;text-transform:uppercase}.search-result h2{font-size:21px;color:var(--ink);margin-top:11px}.search-result p{font-size:12px;line-height:1.9;margin-top:14px}.search-result small{font-size:9px;color:var(--purple);display:block;margin-top:14px}.search-empty{padding:35px;background:#f7f7fc;border:1px solid var(--line);border-radius:12px}.search-empty h2{font-size:26px}.search-empty p{font-size:13px;line-height:1.9;margin:18px 0 20px}.prose h2{font-size:25px;margin:35px 0 17px}.prose h2:first-child{margin-top:0}.prose p{font-size:14px;line-height:2}.prose a{color:var(--purple);text-decoration:underline;text-underline-offset:4px}.prose .section-footnote{font-size:11px}.not-found{padding:120px 0 140px}.not-found p{font-size:16px;max-width:500px;margin-top:25px}
/* CTA, footer and shared feedback */
.cta-section{background:var(--navy);overflow:hidden;position:relative}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:80px;padding-block:77px;position:relative}.cta-inner>div:not(.cta-orbit){position:relative;z-index:1}.cta-inner .eyebrow{color:var(--lime);font-size:9px}.cta-inner h2{color:#fff;font-size:48px;line-height:1.12}.cta-inner p:not(.eyebrow){font-size:13px;color:#aab2ca;line-height:1.85;max-width:510px;margin-top:23px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:25px;flex-shrink:0}.cta-actions .button{font-size:12px;gap:26px}.cta-actions .text-link{font-size:11px;margin-left:6px}.cta-orbit{height:580px;width:580px;position:absolute;right:-280px;top:-65px;border:1px solid #89937122;border-radius:50%;box-shadow:0 0 0 60px #92967608,0 0 0 120px #92967606,0 0 0 180px #92967604}.site-footer{padding:64px 0 25px;background:white;border-top:1px solid var(--line)}.footer-top{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:45px;padding-bottom:42px}.footer-brand>a{width:190px;display:block;margin-bottom:19px}.footer-brand img{width:100%;height:auto}.footer-brand p{font-size:12px;line-height:1.85;color:#6d7489}.footer-signature{font-size:9px;color:#9b9fb0;display:block;margin-top:17px}.footer-top>div>h3{font-size:11px;letter-spacing:0;font-weight:650;margin-bottom:20px;color:#4f5770}.footer-top>div:not(.footer-brand)>a{display:block;font-size:11px;color:#81899d;margin-top:12px;line-height:1.8}.footer-top>div:not(.footer-brand)>a:hover{color:var(--purple)}.footer-note{border-block:1px solid var(--line);padding:22px 0;color:#9097a8;font-size:9px;line-height:1.95}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:23px;font-size:8px;color:#9ba2b2}.footer-bottom .icon{width:12px;height:12px;margin-left:7px}.footer-bottom a:hover{color:var(--purple)}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);z-index:100;max-width:calc(100vw - 35px);padding:14px 23px;background:#1d263c;color:white;border:1px solid #5b6176;border-radius:8px;font-size:12px;box-shadow:0 12px 40px #11152430}.noscript-notice{font-size:11px;background:#fff3d9;border-top:1px solid #eed2a2;padding:18px 30px;color:#796138;text-align:center}
/* Medium screens */
@media(min-width:1600px){.home-hero{padding-top:112px;padding-bottom:105px}.hero-grid{gap:65px}.dashboard{min-height:450px}.dashboard-body{padding-top:25px}.chart-svg{height:124px}}
@media(max-width:1199px){.container{width:calc(100% - 72px)}.nav-wrap{gap:22px}.primary-nav{gap:20px}.nav-actions{gap:8px;margin-left:0}.brand{width:165px}.button.nav-button{gap:12px;padding-inline:12px}.hero-grid{gap:32px;grid-template-columns:.88fr 1.12fr}.home-hero{padding:77px 0 65px}h1{font-size:62px}.hero-description{font-size:14px}.hero-actions .button{font-size:11px;gap:14px;padding-inline:17px;min-height:47px}.dashboard-sidebar{width:74px;font-size:6px}.dashboard-sidebar>div:not(.mini-monogram){gap:4px;padding-inline:3px}.dashboard-topbar{padding-inline:13px}.dashboard-body{padding:18px 14px}.metric-grid strong{font-size:18px}.metric-grid>div+div{padding-left:9px}.metric-grid{gap:8px}.dash-title h3{font-size:15px}.donut{width:62px;height:62px;padding:8px}.donut>span{font-size:16px}.chart-svg{height:95px}.dash-visual-grid{gap:12px}.dashboard{min-height:390px}.floating-core{margin-left:-10px;padding:13px 15px}.floating-core strong{font-size:9px}.floating-core div>span{font-size:7px}.floating-core>.icon{width:22px;height:22px}.visual-caption{font-size:8px!important}.audience-strip>.container{gap:35px}.audience-strip .container>div{gap:25px}.audience-strip span{font-size:11px;gap:8px}.audience-strip .icon{width:19px;height:19px}.section{padding-block:80px}.split-section{gap:65px}.split-hero{gap:50px}.product-hero h1{font-size:48px}.product-hero .hero-description{font-size:14px}.product-hero .dashboard-sidebar{display:none}.product-hero .metric-grid strong{font-size:20px}.product-hero .dashboard{min-height:385px}.product-card{padding:24px}.product-card h3{font-size:28px}.product-card>p{font-size:12px;min-height:91px}.mini-preview{padding-inline:15px}.mini-api code{font-size:8px}.mini-acquirer{gap:6px}.mini-acquirer>span{font-size:6px}.mini-acquirer b{width:36px;height:36px}.stack-visual{padding:25px}.stack-layer{padding:21px 17px;gap:12px}.stack-layer h3{font-size:15px}.stack-layer p{font-size:8px}.stack-partners>span{font-size:8px;padding:7px}.section-heading{margin-bottom:36px}.feature-card{padding:25px}.feature-card h3{font-size:17px}.wide-feature{padding:34px}.wide-feature h3{font-size:28px}.brand-preview h3{font-size:26px}.checklist-banner{gap:65px}.checklist-banner-right{padding-left:45px}.code-panel pre{font-size:10px;padding:22px 20px;min-height:306px}.syntax-comment{font-size:8px}.code-header{gap:10px;padding:18px}.code-header>span:nth-child(2){font-size:8px}.step-grid{gap:24px}.step-grid h3{font-size:17px}.contact-grid{gap:65px}.contact-card{padding:30px}.contact-copy h1{font-size:54px}.financial-grid>article{padding:27px 20px}.financial-grid h3{font-size:20px}.role-content{gap:60px}.checklist-toolbar{grid-template-columns:1fr 200px 200px}.capability-table th:first-child{width:62px}.capability-table th:nth-child(3){width:155px}.capability-table th:last-child{width:185px}.capability-table th,.capability-table td{padding-inline:16px}.capability-table label{font-size:12px}.capability-table td p{font-size:10px}.capability-table .badge{font-size:8px}.checklist-hero-count{margin-right:30px;padding-left:45px}.cta-inner{gap:50px}.cta-inner h2{font-size:43px}.footer-top{gap:30px}.footer-brand>a{width:170px}}
@media(max-width:1023px){.primary-nav{gap:16px}.primary-nav>a,.nav-trigger{font-size:11px}.nav-wrap{gap:16px}.brand{width:150px}.nav-actions .button{font-size:10px;gap:10px}.search-button{width:31px}.hero-grid{grid-template-columns:1fr 1fr;gap:30px}.home-hero h1{font-size:57px}.hero-description{font-size:13px;line-height:1.9}.hero-actions{gap:8px}.hero-actions .button{padding:12px 15px;font-size:10px;gap:12px}.dashboard-sidebar{display:none}.home-hero .dashboard-body{padding:20px 17px}.dashboard{min-height:375px}.home-hero .dash-title h3{font-size:17px}.home-hero .metric-grid strong{font-size:21px}.home-hero .dash-chart .chart-svg{height:105px}.home-hero .floating-core{margin-left:0;max-width:100%}.hero-footnote{font-size:8px;gap:10px}.audience-strip>.container{gap:22px}.audience-strip span{font-size:10px}.audience-strip .container>div{gap:18px}.audience-strip .icon{width:16px}.audience-strip p{font-size:10px}.product-grid{gap:17px}.product-card{padding:22px}.product-card h3{font-size:26px}.product-card>p{min-height:115px}.product-card .text-link{font-size:10px;gap:8px}.mini-api code{font-size:7px}.mini-acquirer>.icon{width:10px}.mini-acquirer>span{font-size:5px}.mini-acquirer b{width:31px;height:34px}.mini-acquirer small{font-size:7px}.split-section{gap:45px}.section-heading h2{font-size:39px}.section-heading p:not(.eyebrow){font-size:13px}.editorial-points p{font-size:11px}.stack-visual{padding:22px}.stack-layer{gap:9px;padding:20px 15px}.stack-layer h3{font-size:13px}.stack-layer p{font-size:7px}.stack-layer>.icon:first-of-type{width:22px}.stack-partners>span{font-size:7px}.lifecycle-ribbon strong{font-size:13px}.lifecycle-ribbon small{font-size:9px}.lifecycle-ribbon{gap:15px}.lifecycle-ribbon>.icon{width:14px}.checklist-banner{gap:45px}.checklist-banner-right{padding-left:35px}.split-hero{gap:35px}.product-hero h1{font-size:44px}.product-hero .hero-description{font-size:13px}.product-hero .metric-grid strong{font-size:17px}.product-hero .dash-title h3{font-size:15px}.product-hero .dash-visual-grid{grid-template-columns:2.2fr 1fr}.feature-grid{grid-template-columns:repeat(3,1fr);gap:15px}.feature-card{padding:23px}.feature-card h3{font-size:16px}.feature-card p{font-size:11px}.code-panel pre{font-size:9px;padding:20px 16px;min-height:285px}.syntax-comment{font-size:7px}.code-tabs button{font-size:9px;padding-inline:10px}.code-header{padding-inline:16px}.code-tag{font-size:6px}.code-disclaimer{font-size:8px}.route-engine h3{font-size:25px}.routing-window{padding:20px}.role-content{gap:45px}.role-content h3{font-size:33px}.role-board{padding:20px}.role-item small{font-size:8px}.white-label-hero h3{font-size:27px}.readiness-summary{gap:35px}.contact-copy h1{font-size:49px}.contact-grid{gap:42px}.contact-card{padding:26px}.contact-card h2{font-size:23px}.contact-methods strong{font-size:13px}.checklist-toolbar{grid-template-columns:1fr 170px 185px}.capability-table th:nth-child(3){width:135px}.capability-table th:last-child{width:165px}.capability-table th,.capability-table td{padding-inline:12px}.capability-table label{font-size:11px}.capability-table td p{font-size:9px}.capability-table .badge{font-size:7px;padding:5px 7px}.table-product{font-size:9px}.capability-table small{font-size:8px}.checklist-intro{gap:30px}.save-note{font-size:8px}.checklist-intro h2{font-size:21px}.launch-item{padding:23px;grid-template-columns:25px 1fr 185px;gap:18px}.about-statement{gap:65px}.large-statement{font-size:31px}.company-contact-strip{gap:30px}.company-contact-strip a{font-size:10px}.architecture-nodes>span{font-size:11px;gap:10px;padding-inline:12px}.architecture-nodes{gap:15px}.footer-top{gap:25px}.footer-top>div:not(.footer-brand)>a{font-size:10px}.footer-top{grid-template-columns:1.15fr 1fr 1fr 1fr}.footer-brand>a{width:155px}.cta-actions .button{font-size:11px;gap:17px}.cta-inner h2{font-size:40px}.cta-inner>div>p:not(.eyebrow){font-size:12px}}
/* Tablet and mobile navigation */
@media(max-width:860px){.container{width:calc(100% - 48px)}.nav-wrap{height:74px;gap:15px}.brand{width:163px}.nav-toggle{display:flex!important;margin-left:auto;order:3}.menu-lines{height:12px;width:21px;border-top:1.5px solid currentColor;border-bottom:1.5px solid currentColor;position:relative}.menu-lines:before{content:"";position:absolute;top:4px;left:0;right:0;height:1.5px;background:currentColor}.nav-toggle[aria-expanded=true] .menu-lines{border:0;height:0;transform:rotate(45deg);background:currentColor;height:1.5px}.nav-toggle[aria-expanded=true] .menu-lines:before{top:0;transform:rotate(90deg)}.nav-actions{order:2;margin-left:auto;gap:8px}.nav-actions .button{font-size:11px;gap:15px;padding-inline:14px;min-height:39px}.nav-actions .search-button{width:35px}.primary-nav{position:fixed;left:0;right:0;top:74px;height:calc(100dvh - 74px);overflow:auto;background:white;padding:21px 25px 40px;display:none;align-items:stretch;flex-direction:column;gap:0;z-index:52}.primary-nav.is-open{display:flex}.primary-nav>a,.nav-trigger{font-size:16px;padding:21px 0;width:100%;border-bottom:1px solid var(--line);justify-content:space-between}.nav-trigger>.icon{width:17px;height:17px}.nav-group{width:100%}.nav-dropdown{position:static;box-shadow:none;border:0;width:100%;padding:15px 0;background:#fafafd;margin-top:8px;border-radius:8px}.nav-dropdown:before{display:none}.nav-dropdown>a{padding:16px 15px}.nav-dropdown a strong{font-size:14px}.nav-dropdown a small{font-size:11px}.nav-dropdown .menu-bottom{font-size:12px}.small-dropdown{width:100%}.small-dropdown a{font-size:13px}.mobile-contact{display:flex!important;color:var(--purple)!important}.hero-grid{grid-template-columns:1fr;gap:55px}.home-hero{padding:62px 0 45px}.home-hero h1{font-size:72px;line-height:1.035}.hero-description{font-size:16px;max-width:590px}.hero-actions{gap:12px;margin-top:29px}.hero-actions .button{font-size:12px;min-height:48px;padding-inline:20px;gap:20px}.hero-footnote{font-size:9px;margin-top:29px}.hero-visual{max-width:675px;justify-self:center;width:100%;padding:0 8px}.hero-visual:before{inset:0 0 0 0;transform:rotate(-3deg)}.home-hero .dashboard-sidebar{display:block;width:94px;font-size:8px}.home-hero .dashboard-sidebar>div:not(.mini-monogram){padding:9px 7px;gap:6px}.home-hero .dashboard-sidebar .icon{height:12px;width:12px}.home-hero .metric-grid strong{font-size:23px}.home-hero .dashboard{min-height:410px}.home-hero .chart-svg{height:112px}.home-hero .donut{width:73px;height:73px;padding:10px}.home-hero .floating-core{margin-top:-10px;margin-left:18px;padding:15px 19px}.home-hero .floating-core strong{font-size:10px}.home-hero .floating-core div>span{font-size:8px}.visual-caption{font-size:9px!important}.audience-strip>.container{padding-block:24px;gap:26px}.audience-strip .container>div{display:grid;grid-template-columns:1fr 1fr;gap:15px 30px}.audience-strip span{font-size:12px}.audience-strip .icon{width:19px;height:19px}.audience-strip p{font-size:11px}.section{padding:70px 0}.section-heading h2{font-size:43px}.section-heading p:not(.eyebrow){font-size:14px}.eyebrow{font-size:10px;margin-bottom:20px}.product-grid{gap:15px}.product-card{padding:22px 18px}.product-card h3{font-size:25px}.product-card>p{font-size:11px;min-height:108px}.product-number{font-size:7px}.product-card-top>.icon{width:18px}.product-card>.text-link{font-size:10px;gap:7px;align-items:flex-start}.product-card .badge{font-size:8px}.mini-preview{height:115px;padding:16px 11px}.mini-bars{gap:7px;height:46px;margin-top:9px}.mini-api code{font-size:6.5px;padding-left:7px}.mini-acquirer>span{font-size:5px}.mini-acquirer b{width:31px;height:31px;font-size:17px}.mini-acquirer>.icon{width:9px}.mini-acquirer small{font-size:6px}.split-section{grid-template-columns:1fr;gap:42px}.split-section .section-heading{max-width:650px}.stack-visual{max-width:620px;width:100%;margin:auto;padding:30px}.stack-layer{padding:25px 22px;gap:17px}.stack-layer h3{font-size:17px}.stack-layer p{font-size:10px}.stack-layer>.icon:first-of-type{width:25px;height:25px}.stack-top-label{font-size:10px}.stack-partners>span{font-size:10px}.stack-visual .visual-caption{font-size:9px!important}.editorial-points p{font-size:13px}.editorial-points strong{font-size:15px}.two-feature-cards{gap:20px}.wide-feature{padding:30px}.wide-feature h3{font-size:27px}.wide-feature p{font-size:12px}.wide-feature .text-link{font-size:11px}.lifecycle-ribbon{gap:13px}.lifecycle-ribbon strong{font-size:12px}.lifecycle-ribbon small{font-size:8px}.lifecycle-ribbon>.icon{width:13px}.brand-preview{max-width:620px;width:100%;margin:auto}.brand-preview h3{font-size:31px}.brand-rows>div{font-size:13px}.brand-top strong{font-size:12px}.brand-top>span:last-child{font-size:9px}.brand-bottom{font-size:10px}.brand-bottom .icon{width:20px}.checklist-banner{gap:35px;grid-template-columns:1.15fr 1fr}.checklist-banner h2{font-size:37px}.checklist-banner .section-heading p:not(.eyebrow){font-size:12px}.checklist-banner-right{padding-left:30px;gap:20px}.checklist-banner-right>div>span{font-size:58px}.checklist-banner-right>div p{font-size:11px}.checklist-banner-right .button{font-size:11px;gap:17px}.product-hero{padding:60px 0}.split-hero{grid-template-columns:1fr;gap:45px}.product-hero h1{font-size:62px}.product-hero .hero-description{font-size:15px;max-width:630px}.product-hero-visual{width:100%;max-width:630px;justify-self:center}.product-hero .dashboard{min-height:430px}.product-hero .dashboard-sidebar{display:block;width:90px;font-size:7px}.product-hero .dashboard-sidebar>div:not(.mini-monogram){gap:6px;padding-inline:6px}.product-hero .dashboard-body{padding:23px 20px}.product-hero .dash-title h3{font-size:18px}.product-hero .metric-grid strong{font-size:23px}.product-hero .dash-visual-grid{grid-template-columns:2.7fr 1fr}.product-hero .donut{width:75px;height:75px;padding:10px}.product-hero .chart-svg{height:115px}.product-hero .floating-core{margin-left:15px;padding:16px 20px}.product-hero .floating-core strong{font-size:11px}.product-hero .floating-core div>span{font-size:8px}.release-note{max-width:570px}.release-note>span:last-child{font-size:10px}.feature-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{padding:27px}.feature-card h3{font-size:18px}.feature-card p{font-size:12px}.role-content{gap:35px;grid-template-columns:1fr 1fr}.role-content h3{font-size:33px}.role-content>div>p{font-size:12px}.role-item{gap:10px}.role-item strong{font-size:10px}.role-item small{font-size:7px}.role-item>span:last-child{font-size:7px}.white-label-card{max-width:620px;width:100%;margin:auto}.white-label-hero h3{font-size:33px}.white-label-top strong{font-size:14px}.white-label-top small{font-size:11px}.white-label-action{font-size:12px;padding:16px 20px}.code-panel pre{font-size:13px;min-height:365px;padding:28px}.syntax-comment{font-size:10px}.code-header{font-size:10px;padding:20px 25px}.code-header>span:nth-child(2){font-size:10px}.code-tag{font-size:8px}.code-tabs{padding-left:21px}.code-tabs button{font-size:12px;padding-inline:16px}.code-footer{font-size:11px;padding:17px 26px}.code-footer .icon{width:15px;height:15px}.code-disclaimer{font-size:10px;padding:20px 26px}.split-intro{display:block}.split-intro>p{max-width:100%;margin-top:24px;font-size:13px}.resource-row{grid-template-columns:1.1fr 1.5fr .9fr;gap:20px;font-size:11px}.resource-row strong{font-size:12px}.resource-head{font-size:8px}.resource-owner{font-size:8px}.step-grid{grid-template-columns:1fr 1fr;gap:35px}.step-grid h3{font-size:20px}.step-grid p{font-size:13px}.routing-window{padding:25px}.route-engine{max-width:380px;padding:25px}.route-engine h3{font-size:32px}.route-engine>span{font-size:10px}.route-engine>div:last-child>span{font-size:10px}.routing-input strong{font-size:13px}.routing-input small{font-size:9px}.routing-input{max-width:350px;padding:18px}.routing-window-head{font-size:11px}.route-branches>div:not(.branch-stem){padding:20px 8px}.route-branches>div>.icon{width:23px;height:23px}.route-branches strong{font-size:10px}.route-branches span{font-size:9px}.route-return{font-size:11px}.recovery-panel{max-width:620px;width:100%;margin:auto;padding:28px}.scenario-tabs button{font-size:12px}.recovery-panel h3{font-size:29px}.recovery-panel #scenario-content>p{font-size:13px}.scenario-steps>span{font-size:12px}.financial-grid{grid-template-columns:1fr 1fr}.financial-grid>article:nth-child(3){border-left:0}.financial-grid>article:nth-child(n+3){border-top:1px solid var(--line)}.financial-grid>article{padding:29px}.financial-grid h3{font-size:25px;min-height:55px}.financial-grid p{font-size:13px}.financial-grid article>div{font-size:10px}.financial-number{margin-bottom:22px}.protocol-list article{gap:25px}.protocol-list .badge{font-size:9px;max-width:none}.protocol-list p{max-width:500px;font-size:12px}.checklist-hero-count{margin-right:10px;padding-left:35px;min-width:125px}.checklist-hero-count strong{font-size:78px}.compact-hero h1{font-size:58px}.checklist-intro{display:block}.save-note{margin-top:17px;font-size:10px}.checklist-toolbar{grid-template-columns:1fr 1fr}.checklist-toolbar .search-field{grid-column:1/-1}.checklist-toolbar select{font-size:12px}.capability-table th:nth-child(3){width:118px}.capability-table th:last-child{width:145px}.capability-table th:first-child{width:51px}.capability-table th,.capability-table td{padding-inline:10px}.capability-table th{font-size:8px}.capability-table label{font-size:11px}.capability-table td p{font-size:9px}.capability-table .badge{font-size:7px;white-space:normal;max-width:125px}.table-product{font-size:8px}.selection-bar{padding:14px 16px;gap:12px;bottom:12px}.selection-bar .button{font-size:9px;padding-inline:12px;gap:9px}.selection-bar>div{gap:10px}.selection-bar strong{font-size:12px}.launch-item{grid-template-columns:24px 1fr;gap:10px 17px;padding:25px}.launch-item select{grid-column:2;max-width:220px;font-size:11px;margin-top:7px}.launch-item h3{font-size:17px}.launch-item p{font-size:12px}.launch-category{font-size:9px}.readiness-summary{grid-template-columns:1fr;gap:20px}.readiness-summary strong{font-size:21px}.readiness-progress{max-width:450px}.architecture-nodes>span{font-size:10px;padding:18px 12px;gap:8px}.architecture-nodes>span>.icon{height:18px;width:18px}.architecture-flow{padding:25px}.security-boundaries{max-width:640px}.about-statement{gap:40px}.large-statement{font-size:29px}.about-statement>div p{font-size:13px}.company-contact-strip{flex-wrap:wrap;gap:20px}.company-contact-strip>div{flex-basis:100%}.company-contact-strip a{font-size:12px}.contact-grid{grid-template-columns:1fr;gap:45px}.contact-copy h1{font-size:62px}.contact-copy .hero-description{max-width:630px}.contact-methods{max-width:none;display:flex;gap:25px;border-bottom:1px solid var(--line)}.contact-methods>a{flex:1;border-bottom:0;gap:12px}.contact-methods strong{font-size:12px}.contact-methods>.icon-box{width:40px;height:40px}.discussion-topics{max-width:620px}.contact-card{max-width:650px;width:100%;padding:35px}.contact-card h2{font-size:27px}.contact-card label{font-size:12px}.contact-card input:not([type=checkbox]),.contact-card select,.contact-card textarea{font-size:14px;padding:13px}.contact-card .consent-label{font-size:11px}.form-help{font-size:10px}.cta-inner{gap:30px;padding-block:60px}.cta-inner h2{font-size:37px}.cta-inner p:not(.eyebrow){font-size:11px;max-width:390px}.cta-actions .button{font-size:10px;padding:12px 16px;gap:15px}.cta-actions .text-link{font-size:9px;gap:9px}.footer-top{grid-template-columns:1.15fr 1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1;display:grid;grid-template-columns:190px 1fr;gap:5px 35px;align-items:center}.footer-brand>a{width:180px;margin:0}.footer-brand p{font-size:12px;grid-column:2;grid-row:1/3}.footer-signature{margin:3px 0 0;grid-column:1}.footer-top>div>h3{font-size:12px}.footer-top>div:not(.footer-brand)>a{font-size:11px}.footer-bottom{gap:18px}.footer-bottom>span:last-child{display:none}}
/* Phone */
@media(max-width:599px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.nav-wrap{height:70px;gap:8px}.brand{width:148px}.nav-actions .button{display:none}.nav-actions .search-button{width:34px;height:34px}.nav-actions{margin-left:auto;order:1}.nav-toggle{order:2;margin-left:0;width:34px;height:34px}.primary-nav{top:70px;height:calc(100dvh - 70px);padding:14px 20px 35px}.primary-nav>a,.nav-trigger{font-size:15px;padding:19px 0}.nav-dropdown a strong{font-size:13px}.nav-dropdown a small{font-size:10px}.nav-dropdown .icon-box{width:35px;height:35px}.nav-dropdown>a{gap:12px}.home-hero{padding:47px 0 39px}.home-hero h1{font-size:57px;letter-spacing:-.06em;line-height:1.055}.eyebrow{font-size:8px;gap:9px;margin-bottom:22px;letter-spacing:.12em}.eyebrow-line{width:20px}.hero-description{font-size:14px;line-height:1.85;margin-top:22px}.hero-grid{gap:40px}.hero-actions{gap:10px;margin-top:27px}.hero-actions .button{min-height:45px;font-size:11px;gap:15px;padding:12px 16px}.hero-footnote{font-size:7px;margin-top:27px;gap:9px}.mini-line{width:20px}.hero-visual{padding:0;max-width:100%}.hero-visual:before{inset:0 4px 20px;transform:rotate(-3deg);border-radius:12px}.home-hero .dashboard-sidebar{display:none}.home-hero .dashboard{min-height:325px}.home-hero .dashboard-body{padding:16px 15px 13px}.dashboard-topbar{height:36px;padding-inline:13px;font-size:7px;gap:7px}.sample-label{font-size:6px!important;padding:3px 4px}.avatar{height:18px;width:18px;font-size:7px}.home-hero .dash-title h3{font-size:15px}.dash-date{font-size:6px;padding:5px}.small-muted{font-size:6px}.home-hero .metric-grid strong{font-size:19px}.metric-grid{margin-top:16px;padding-bottom:13px;gap:9px}.metric-grid>div>span{font-size:7px}.metric-grid small{font-size:5px}.metric-grid strong span{font-size:10px}.metric-grid>div+div{padding-left:9px}.dash-visual-grid{gap:10px;margin-top:14px;grid-template-columns:2.3fr 1fr}.chart-heading strong{font-size:8px}.chart-heading>span{font-size:6px}.home-hero .dash-chart .chart-svg{height:81px;margin-top:8px}.chart-labels{font-size:5px}.home-hero .donut{width:60px;height:60px;padding:8px;margin:8px auto}.donut>span{font-size:15px}.donut small{font-size:5px}.dash-settlement{padding-left:10px}.dash-settlement>div:not(.donut){font-size:6px;gap:4px}.dash-settlement>div>strong{font-size:6px}.tiny-dot{width:4px;height:4px}.dash-transactions{margin-top:14px}.dash-table-row{font-size:6px;padding:7px 0;gap:5px}.dash-table-row.head{font-size:5px;padding:8px 0 5px}.merchant-avatar{width:15px;height:15px;font-size:6px}.dash-table-row>span:first-child{gap:4px}.pill-review,.pill-success{font-size:5px;padding:3px 4px}.home-hero .floating-core{padding:12px 13px;margin-left:8px;margin-top:-3px;gap:10px;max-width:calc(100% - 16px)}.floating-core>.icon{height:19px;width:19px}.home-hero .floating-core strong{font-size:9px}.home-hero .floating-core div>span{font-size:7px}.floating-core>.connection-dot{margin-left:2px;width:5px;height:5px}.visual-caption{font-size:7px!important;margin-top:13px}.audience-strip>.container{display:block;padding-block:25px}.audience-strip p{font-size:10px;line-height:1.6;display:flex;gap:4px;align-items:center;margin-bottom:20px}.audience-strip p br{display:none}.audience-strip .container>div{gap:18px 19px}.audience-strip span{font-size:10px;gap:9px;white-space:nowrap}.audience-strip .icon{width:18px;height:18px}.section{padding-block:58px}.section.top-tight{padding-top:14px}.section-heading{margin-bottom:30px}.section-heading h2{font-size:35px;letter-spacing:-.05em;line-height:1.14}.section-heading p:not(.eyebrow){font-size:13px;line-height:1.85;margin-top:19px}.section-heading .eyebrow{margin-bottom:18px}.product-grid{grid-template-columns:1fr;gap:20px}.product-card{padding:27px;position:relative}.product-card h3{font-size:31px}.product-card h3 br{display:none}.product-card-top{margin-bottom:20px}.product-number{font-size:9px}.product-card-top>.icon{width:23px;height:23px}.product-card>p{font-size:13px;min-height:0;margin-top:15px;max-width:440px}.mini-preview{height:135px;margin-top:23px;padding:20px 24px}.mini-api code{font-size:10px;padding-left:13px}.mini-api{font-size:12px;line-height:1.7}.mini-bars{height:55px;gap:10px}.mini-portal>span{font-size:7px}.mini-acquirer{gap:13px}.mini-acquirer>span{font-size:8px}.mini-acquirer b{width:43px;height:43px;font-size:22px}.mini-acquirer>.icon{width:16px}.mini-acquirer small{font-size:9px}.product-card .badge{font-size:9px}.product-card>.text-link{font-size:12px;margin-top:20px;padding-top:19px;align-items:center}.section-footnote{font-size:10px;line-height:1.85;margin-top:20px}.split-section{gap:34px}.editorial-points{gap:22px;margin-bottom:28px}.editorial-points>div{gap:15px}.editorial-points p{font-size:12px}.editorial-points strong{font-size:14px}.stack-visual{padding:20px;border-radius:12px}.stack-top-label{font-size:8px;gap:8px;margin-bottom:22px}.stack-layer{padding:23px 14px;gap:12px}.stack-layer h3{font-size:14px}.stack-layer p{font-size:8px}.stack-layer>.icon:first-of-type{width:22px;height:22px}.stack-layer>.icon:last-child{width:12px}.stack-partners{gap:6px}.stack-partners>span{font-size:7px;padding:7px 4px}.stack-visual .visual-caption{font-size:7px!important}.stack-connector small{font-size:7px}.stack-connector{padding-left:25px}.lifecycle-ribbon{display:grid;grid-template-columns:1fr 1fr;gap:28px 20px;padding:25px 0;margin-bottom:24px}.lifecycle-ribbon>.icon{display:none}.lifecycle-ribbon strong{font-size:13px}.lifecycle-ribbon small{font-size:9px}.lifecycle-ribbon>div>span{font-size:9px;margin-bottom:6px}.two-feature-cards{grid-template-columns:1fr;gap:18px}.wide-feature{padding:29px}.wide-feature h3{font-size:28px}.wide-feature p{font-size:13px;margin-top:17px;margin-bottom:22px}.wide-feature>.icon{margin-bottom:20px;width:27px;height:27px}.wide-feature .text-link{font-size:12px}.body-copy{font-size:13px;line-height:1.85}.inline-status{font-size:9px;gap:9px;align-items:flex-start}.brand-preview{padding:24px}.brand-top{gap:9px;padding-bottom:19px;margin-bottom:24px}.brand-top strong{font-size:9px}.brand-top>span:last-child{font-size:7px}.brand-square{width:30px;height:30px;border-radius:7px;font-size:17px}.brand-preview h3{font-size:27px;margin-bottom:21px}.brand-rows>div{font-size:11px;gap:10px;padding:15px 0}.brand-rows .icon{width:16px;height:16px}.brand-rows span{font-size:7px;padding:4px 6px}.brand-bottom{font-size:8px}.brand-bottom .icon{width:17px;height:17px}.checklist-banner{grid-template-columns:1fr;gap:30px}.checklist-banner h2{font-size:35px}.checklist-banner .section-heading p:not(.eyebrow){font-size:13px}.checklist-banner .icon-box{margin-bottom:24px}.checklist-banner-right{border-left:0;border-top:1px solid var(--line);padding:28px 0 0;grid-template-columns:1fr 1fr;gap:20px}.checklist-banner-right>div>span{font-size:62px}.checklist-banner-right>div p{font-size:12px}.checklist-banner-right>.button{margin-top:7px;font-size:12px}.product-hero{padding:46px 0 43px}.split-hero{gap:38px}.product-hero h1{font-size:45px;line-height:1.09}.product-hero .hero-description{font-size:14px;line-height:1.85}.release-note{gap:8px;margin-top:24px}.release-note .badge{font-size:8px;padding:5px 6px}.release-note>span:last-child{font-size:9px}.product-hero .dashboard-sidebar{display:none}.product-hero .dashboard{min-height:329px}.product-hero .dashboard-body{padding:17px 15px 13px}.product-hero .dash-title h3{font-size:15px}.product-hero .metric-grid strong{font-size:19px}.product-hero .dash-visual-grid{grid-template-columns:2.3fr 1fr}.product-hero .chart-svg{height:83px}.product-hero .donut{width:59px;height:59px;padding:8px}.product-hero .floating-core{margin-top:-4px;margin-left:8px;padding:13px 14px;gap:9px}.product-hero .floating-core strong{font-size:9px}.product-hero .floating-core div>span{font-size:7px}.page-subnav .container{gap:24px;padding-block:15px}.page-subnav a{font-size:10px}.feature-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:26px}.feature-card .icon-box{margin-bottom:22px;width:42px;height:42px}.feature-card h3{font-size:19px}.feature-card p{font-size:13px;line-height:1.85;margin-top:12px}.notice{gap:10px;padding:17px;margin-top:25px}.notice p{font-size:10px;line-height:1.9}.notice .icon{width:16px;height:16px}.role-tabs{gap:3px;justify-content:space-between;padding-bottom:12px}.role-tabs button{font-size:9px;padding:9px 10px}.role-content{grid-template-columns:1fr;gap:30px;padding-top:30px}.role-content h3{font-size:32px;margin-top:16px}.role-overline{font-size:8px}.role-content>div>p{font-size:13px;line-height:1.9;margin-top:17px}.role-board{padding:21px}.role-item{gap:11px;padding:20px 0}.role-item strong{font-size:12px}.role-item small{font-size:8px}.role-item>span:last-child{font-size:8px}.theme-option{font-size:10px;padding:9px 11px}.white-label-card{padding:23px}.white-label-top strong{font-size:12px}.white-label-top small{font-size:9px}.white-label-hero{padding:24px}.white-label-hero h3{font-size:29px}.white-label-stats{gap:12px;margin-block:21px}.white-label-stats>div{padding:12px}.white-label-stats strong{font-size:12px}.white-label-stats span{font-size:8px}.white-label-action{font-size:10px;padding:13px 15px}.faq-list summary{font-size:13px;padding:22px 0;gap:15px}.faq-list details>div{padding-right:10px}.faq-list details p{font-size:12px;line-height:1.9}.code-panel pre{font-size:10px;line-height:1.85;padding:21px 18px;min-height:287px}.syntax-comment{font-size:7px}.code-header{padding:16px;gap:10px}.code-header>span:nth-child(2){font-size:8px}.code-tag{font-size:6px}.code-tabs{padding:8px 10px 0;gap:2px}.code-tabs button{font-size:10px;padding:10px 11px 12px}.code-footer{padding:14px 18px;font-size:9px;gap:8px}.code-footer .icon{width:12px;height:12px}.code-disclaimer{padding:15px 18px;font-size:8px}.resource-table{border-top:0}.resource-head{display:none!important}.resource-row{display:flex;flex-direction:column;align-items:flex-start;gap:11px;padding:22px;border:1px solid #373c56;border-radius:8px;margin-top:13px}.resource-row strong{font-size:15px}.resource-row>span:nth-child(2){font-size:12px;line-height:1.85}.resource-owner{font-size:9px}.split-intro{margin-bottom:25px}.split-intro>p{font-size:12px;line-height:1.9;margin-top:20px}.step-grid{gap:29px 22px}.step-grid h3{font-size:17px;line-height:1.2;margin-top:18px}.step-grid p{font-size:11px;line-height:1.85;margin-top:13px}.step-grid article{padding-top:19px}.step-grid article>span{font-size:9px}.routing-window{padding:19px;border-radius:12px}.routing-window-head{font-size:9px;margin-bottom:20px;padding-bottom:17px;gap:9px}.routing-input{padding:15px;gap:10px}.routing-input strong{font-size:11px}.routing-input small{font-size:7px}.routing-input>.icon{width:20px;height:20px}.route-engine{padding:22px 18px}.route-engine h3{font-size:28px;margin-top:12px}.route-engine>span{font-size:8px}.route-engine>div:last-child>span{font-size:8px}.route-branches{gap:7px;padding-top:30px}.route-branches:before{height:14px}.route-branches>div:not(.branch-stem){padding:16px 5px}.route-branches strong{font-size:7px}.route-branches span{font-size:7px}.route-branches>div>.icon{width:18px;height:18px}.route-return{font-size:8px;margin-top:20px;padding-top:16px;gap:7px}.route-return .icon{width:14px;height:14px}.principle{font-size:21px;margin-top:22px}.recovery-panel{padding:22px}.scenario-tabs button{font-size:10px;padding:10px 7px}.scenario-tabs{padding-bottom:15px}.scenario-state{margin-top:24px;font-size:8px}.recovery-panel h3{font-size:25px;margin-top:18px}.recovery-panel #scenario-content>p{font-size:12px;margin-top:17px}.scenario-steps>span{font-size:10px}.scenario-steps{gap:14px}.financial-grid{grid-template-columns:1fr}.financial-grid>article+article{border-left:0;border-top:1px solid var(--line)}.financial-grid>article{padding:27px}.financial-number{margin-bottom:21px}.financial-grid h3{font-size:26px;min-height:0}.financial-grid p{font-size:13px;margin-top:17px;margin-bottom:21px}.financial-grid article>div{font-size:10px;padding-top:16px}.scheme-note{gap:15px;padding:23px;flex-direction:column}.scheme-note h3{font-size:18px;line-height:1.4}.scheme-note p{font-size:11px;margin-top:13px}.scheme-note .text-link{font-size:10px;gap:9px}.protocol-list article{align-items:flex-start;gap:17px;flex-direction:column;padding:23px 0}.protocol-list h3{font-size:20px}.protocol-list p{font-size:12px;margin-top:9px}.protocol-list .badge{font-size:9px;max-width:100%}.compact-hero{padding:49px 0}.compact-hero h1{font-size:46px;line-height:1.09}.compact-hero .hero-description{font-size:14px;line-height:1.85}.hero-heading-row{display:block}.checklist-hero-count{display:none}.checklist-section{padding-bottom:45px}.checklist-view-tabs{gap:24px;margin-bottom:25px}.checklist-view-tabs button{font-size:11px;padding-block:17px;gap:7px}.checklist-view-tabs button span{font-size:8px;padding:1px 5px}.checklist-intro{margin:27px 0 21px}.checklist-intro h2{font-size:21px;line-height:1.3}.checklist-intro p{font-size:12px;line-height:1.85;margin-top:12px}.save-note{font-size:9px;margin-top:18px}.status-legend{padding:16px;gap:9px;border-radius:7px;flex-direction:column;align-items:flex-start}.status-legend>span{font-size:8px;gap:7px}.status-legend .badge{font-size:7px;min-width:126px;justify-content:flex-start}.checklist-toolbar{gap:10px}.search-field{padding-left:12px}.search-field input{font-size:11px;padding-block:12px}.search-field>.icon{width:16px}.checklist-toolbar select{font-size:10px;padding:10px;min-height:43px}.checklist-result-bar{margin-top:14px}.capability-table-wrap{border:0;border-radius:0;overflow:visible}.capability-table,.capability-table tbody{display:block;width:100%}.capability-table thead{display:none}.capability-table tr{display:grid;grid-template-columns:25px 1fr;gap:0 10px;padding:18px 16px;border:1px solid var(--line);border-radius:8px;margin-bottom:12px;background:white}.capability-table td{border:0;padding:0!important;display:block;width:auto!important}.capability-table td:first-child{grid-column:1;grid-row:1/4;text-align:left;padding-top:3px!important}.capability-table td:nth-child(2){grid-column:2}.capability-table td:nth-child(3){grid-column:2;display:flex;flex-wrap:wrap;gap:5px 8px;align-items:center;margin-top:13px}.capability-table td:nth-child(4){grid-column:2;margin-top:11px}.capability-table label{font-size:13px;font-weight:600;line-height:1.5}.capability-table td p{font-size:11px;line-height:1.85;margin-top:8px}.capability-table small{font-size:8px;margin:0;line-height:1.7}.table-product{font-size:8px;color:#8b839f}.capability-table input[type=checkbox]{width:16px;height:16px}.capability-table .badge{font-size:8px;white-space:nowrap;max-width:none}.selection-bar{bottom:9px;display:block;padding:14px;border-radius:10px;margin-top:15px}.selection-bar>div:first-child{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:11px}.selection-bar>div:last-child{gap:8px;display:grid;grid-template-columns:1fr 1fr 25px}.selection-bar .button{font-size:8px;padding:9px 8px;min-height:37px;gap:5px;white-space:normal;text-align:center}.selection-bar .button .icon{width:13px;height:13px}.selection-bar .icon-button{height:27px;width:25px}.selection-bar strong{font-size:11px}.selection-bar span{font-size:8px}.readiness-summary{padding:22px;gap:20px}.readiness-summary strong{font-size:19px;line-height:1.4}.readiness-summary p{font-size:10px}.readiness-summary .eyebrow{font-size:8px}.readiness-progress>span{font-size:16px}.launch-item{padding:20px 18px;grid-template-columns:20px 1fr;gap:12px}.launch-number{font-size:10px}.launch-category{font-size:8px}.launch-item h3{font-size:15px;line-height:1.45;margin-top:6px}.launch-item p{font-size:11px;line-height:1.85}.launch-item select{font-size:10px;max-width:100%;padding:11px 9px}.planner-actions{gap:10px}.planner-actions .button{font-size:10px;padding-inline:12px;gap:8px;min-height:42px}.planner-actions .text-button{font-size:10px;margin-left:0;flex-basis:100%;text-align:left}.local-storage-note{font-size:9px}.architecture-flow{padding:22px}.architecture-nodes{flex-direction:column;gap:12px}.architecture-nodes>span{width:100%;padding:17px;justify-content:flex-start;font-size:12px;gap:13px}.architecture-nodes>.icon{transform:rotate(90deg);width:15px;height:15px}.architecture-flow>p{font-size:10px;line-height:1.85}.flow-label{font-size:8px;margin-bottom:19px}.security-boundaries>div{gap:14px;padding-bottom:22px}.security-boundaries .icon{width:22px;height:22px}.security-boundaries p{font-size:12px}.security-boundaries strong{font-size:16px}.about-statement{grid-template-columns:1fr;gap:27px;padding-top:0}.large-statement{font-size:30px;line-height:1.4}.about-statement>div p{font-size:13px;line-height:1.9;margin-bottom:19px}.company-contact-strip{padding-top:28px;margin-top:35px;gap:18px}.company-contact-strip strong{font-size:19px}.company-contact-strip small{font-size:8px}.company-contact-strip a{font-size:11px}.contact-section{padding:47px 0 55px}.contact-copy h1{font-size:47px;line-height:1.1}.contact-copy .hero-description{font-size:14px;line-height:1.85}.contact-grid{gap:34px}.contact-methods{margin-top:28px;display:block;border-bottom:0}.contact-methods>a{padding:21px 0;gap:14px;border-bottom:1px solid var(--line)}.contact-methods strong{font-size:13px}.contact-methods small{font-size:8px}.contact-methods .icon-box{width:41px;height:41px}.discussion-topics{margin-top:27px}.discussion-topics p{font-size:12px}.contact-card{padding:25px 21px}.contact-card h2{font-size:23px;line-height:1.35}.contact-card>p{font-size:12px;margin-bottom:24px}.form-grid{grid-template-columns:1fr;gap:18px}.contact-card label{font-size:11px}.contact-card input:not([type=checkbox]),.contact-card select,.contact-card textarea{font-size:16px;padding:11px 12px}.contact-card input::placeholder,.contact-card textarea::placeholder{font-size:12px}.contact-card .consent-label{font-size:10px;line-height:1.8;gap:10px}.form-help{font-size:9px}.contact-card .button{font-size:12px}.contact-result{padding:22px 19px}.contact-result h3{font-size:21px}.contact-result p{font-size:12px}.contact-result .button{font-size:10px;gap:12px}.big-search{padding:7px 7px 7px 12px;gap:9px;flex-wrap:wrap;margin-top:27px}.big-search>.icon{width:19px;height:19px}.big-search input{font-size:16px;width:calc(100% - 35px);padding:9px 0}.big-search input::placeholder{font-size:10px}.big-search .button{flex-basis:100%;font-size:11px;min-height:40px}.suggested-searches{gap:7px}.suggested-searches>span{font-size:7px}.suggested-searches button{font-size:8px;padding:5px 7px}.search-privacy{font-size:8px;align-items:flex-start}.search-privacy .icon{margin-top:2px}#search-status{font-size:11px;line-height:1.8;margin-bottom:20px}.search-result{padding:23px}.search-result h2{font-size:21px;margin-top:10px;line-height:1.25}.search-result p{font-size:12px;line-height:1.9}.search-result>span{font-size:8px}.search-result small{font-size:8px}.search-empty{padding:25px}.search-empty h2{font-size:24px;line-height:1.3}.search-empty p{font-size:12px}.prose h2{font-size:23px;margin-top:30px}.prose p{font-size:13px;line-height:1.95}.prose .section-footnote{font-size:10px}.not-found{padding:70px 0 85px}.not-found h1{font-size:49px}.not-found p{font-size:14px;line-height:1.8}.cta-inner{padding-block:52px;flex-direction:column;align-items:flex-start;gap:27px}.cta-inner h2{font-size:36px;line-height:1.13}.cta-inner .eyebrow{font-size:8px}.cta-inner p:not(.eyebrow){font-size:12px;line-height:1.9;margin-top:20px;max-width:480px}.cta-actions{gap:22px}.cta-actions .button{font-size:12px;padding:13px 18px;gap:22px}.cta-actions .text-link{font-size:11px;gap:12px;margin-left:0}.cta-orbit{right:-340px}.site-footer{padding:40px 0 21px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 23px;padding-bottom:30px}.footer-brand{display:block;grid-column:1/-1}.footer-brand>a{width:180px;margin-bottom:17px}.footer-brand p{font-size:12px}.footer-signature{font-size:9px;margin-top:13px}.footer-top>div:last-child{grid-column:1/-1}.footer-top>div>h3{font-size:12px;margin-bottom:15px}.footer-top>div:not(.footer-brand)>a{font-size:11px;margin-top:10px}.footer-note{font-size:8px;line-height:1.95;padding:20px 0}.footer-bottom{font-size:8px;gap:15px;padding-top:20px;flex-wrap:wrap}.toast{font-size:11px;padding:12px 18px;bottom:18px;width:max-content;max-width:calc(100% - 35px)}dialog{padding:26px 22px}dialog h2{font-size:24px}dialog .button{font-size:10px;min-height:40px;padding:10px 12px}}
@media(max-width:360px){.container{width:calc(100% - 30px)}.home-hero h1{font-size:51px}.hero-actions .button{font-size:10px;padding:11px 13px;gap:12px}.section-heading h2{font-size:32px}.product-hero h1{font-size:40px}.compact-hero h1{font-size:41px}.contact-copy h1{font-size:41px}.home-hero .metric-grid strong,.product-hero .metric-grid strong{font-size:17px}.metric-grid small{font-size:4.5px}.role-tabs button{font-size:8px;padding:8px}.code-panel pre{font-size:9px;padding-inline:14px}.code-header>span:nth-child(2){font-size:7px}.syntax-comment{font-size:6px}.mini-acquirer{gap:9px}.mini-acquirer>span{font-size:7px}.stack-layer h3{font-size:13px}.stack-layer p{font-size:7px}.stack-partners>span{font-size:6px}.checklist-view-tabs{gap:15px}.checklist-view-tabs button{font-size:10px}.status-legend>span{font-size:7px}.selection-bar>div:last-child{gap:5px}.selection-bar .button{font-size:7px;padding:8px 6px}.cta-inner h2{font-size:33px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover,.product-card:hover,.stack-layer:hover,.search-result:hover{transform:none}}
@media print{html{scroll-padding:0;scroll-behavior:auto}body{color:#111;background:white;font-size:10pt}.container{width:100%;max-width:none}.site-header,.site-footer,.cta-section,.page-subnav,.hero-actions,.search-field,.checklist-toolbar,.status-legend,.checklist-view-tabs,.selection-bar,.planner-actions,.local-storage-note,.checklist-hero-count,.save-note,.text-button,.nav-toggle,.toast,.checklist-result-bar,.hero-footnote{display:none!important}.compact-hero,.section,.checklist-section{padding:10px 0 20px!important;background:#fff!important}.compact-hero h1{font-size:30pt;line-height:1.15}.hero-description{font-size:10pt!important;max-width:100%;margin-top:10px}.eyebrow{font-size:8pt;margin-bottom:8px}.hero-heading-row{display:block}.checklist-intro{margin:12px 0 15px}.checklist-intro h2{font-size:16pt}.checklist-intro p{font-size:9pt}.checklist-intro:after{content:"Private planning aid — self-assessed status is not formal approval.";display:block;font-size:8pt;margin-top:8px;color:#555}.readiness-summary{padding:15px;background:white!important;border:1px solid #aaa;gap:20px}.readiness-summary strong{font-size:12pt}.readiness-summary p{font-size:8pt}.launch-list{border:0}.launch-item{padding:14px 4px;grid-template-columns:22px 1fr 175px;border-bottom:1px solid #ccc;break-inside:avoid;gap:12px}.launch-item select{grid-column:auto;max-width:none;font-size:8pt;color:black;background:white;border:1px solid #aaa;appearance:none;padding:6px}.launch-category{font-size:7pt}.launch-number{font-size:8pt}.launch-item h3{font-size:10pt}.launch-item p{font-size:8pt;line-height:1.5}.capability-table-wrap{border:0;overflow:visible}.capability-table{display:table;font-size:8pt}.capability-table thead{display:table-header-group}.capability-table tbody{display:table-row-group}.capability-table tr{display:table-row;break-inside:avoid;background:white!important}.capability-table th,.capability-table td{display:table-cell!important;padding:9px 6px!important;border-bottom:1px solid #ddd}.capability-table th{font-size:7pt}.capability-table th:first-child{width:40px}.capability-table th:nth-child(3){width:105px}.capability-table th:last-child{width:126px}.capability-table label{font-size:9pt}.capability-table td p{font-size:7pt;line-height:1.5}.capability-table .badge{font-size:7pt;white-space:normal;background:#fff;color:black;border:1px solid #bbb;padding:3px 5px}.capability-table .table-product{font-size:7pt}.capability-table small{font-size:6pt}.section-footnote{font-size:7pt}.notice{padding:12px;margin-top:20px}.notice p{font-size:8pt}.dark-section{background:white;color:#111}.feature-card,.product-card,.financial-grid article,.architecture-flow{break-inside:avoid}.dashboard,.stack-visual,.code-panel{box-shadow:none}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Keep min-content sizing from widening the narrow mobile layout. */
.product-card,.mini-preview{min-width:0}
@media screen and (max-width:599px){.product-grid{grid-template-columns:minmax(0,1fr)}.home-hero h1{font-size:clamp(40px,12.5vw,57px)}.home-hero h1 span{white-space:nowrap}}

.contact-fields{border:0;margin:0;padding:0;min-width:0;width:100%}

/* Readability pass: preserve the existing visual system while keeping public
   screen text at a comfortable size across desktop and mobile layouts. */
.badge.implemented{color:#256146;background:#edf6ee}
.badge.validated{color:#315b8a;background:#edf4fc}
.badge.certification-pending{color:#946016;background:#fff4df}

@media screen{
  .eyebrow{font-size:12px}
  .badge{font-size:12px;padding:7px 10px}
  .button{font-size:15px}
  .button.small{font-size:14px}
  .text-link{font-size:14px}
  .text-button{font-size:14px}
  .notice p{font-size:14px;line-height:1.65}
  .menu-caption,.nav-dropdown a small,.nav-dropdown .menu-bottom{font-size:12px}
  .primary-nav>a,.nav-trigger,.button.nav-button{font-size:14px}
  .hero-footnote,.section-footnote{font-size:12px}
  .page-subnav a{font-size:14px}
  .release-note>span:last-child{font-size:14px}
  .release-note .badge{font-size:12px}
  .audience-strip p,.audience-strip span{font-size:14px}
  .product-number{font-size:12px}
  .product-card>p{font-size:16px;line-height:1.7;min-height:0}
  .product-card>.text-link{font-size:14px}
  .mini-portal>span,.mini-api,.mini-api code,.mini-acquirer>span,.mini-acquirer small{font-size:12px}
  .editorial-points>div>span,.editorial-points p{font-size:14px}
  .stack-top-label,.stack-layer .stack-number,.stack-layer p,.stack-connector small,.stack-partners>span{font-size:12px}
  .stack-visual .visual-caption,.visual-caption{font-size:12px!important}
  .lifecycle-ribbon>div>span,.lifecycle-ribbon small{font-size:12px}
  .body-copy{font-size:16px;line-height:1.7}
  .split-intro>p{font-size:15px;line-height:1.7}
  .brand-top strong,.brand-top>span:last-child,.brand-rows>div,.brand-rows span,.brand-bottom,.inline-status{font-size:12px}
  .role-overline,.board-heading,.role-item small,.role-item>span:last-child{font-size:12px}
  .theme-option,.white-label-top small,.white-label-hero>span,.white-label-stats span,.white-label-action{font-size:12px}
  .code-header,.code-tag,.code-tabs button,.syntax-comment,.code-footer,.code-disclaimer{font-size:12px}
  .resource-head,.resource-owner,.resource-row{font-size:12px}
  .step-grid article>span{font-size:12px}
  .routing-window-head,.routing-input strong,.routing-input small,.route-engine>span,.route-engine>div:last-child>span,.route-branches strong,.route-branches span,.route-return{font-size:12px}
  .scenario-tabs button,.scenario-steps>span{font-size:12px}
  .recovery-panel .visual-caption{font-size:12px!important}
  .financial-number,.financial-grid article>div,.scheme-note .text-link,.protocol-list p,.protocol-list .badge{font-size:12px}
  .checklist-view-tabs button,.checklist-view-tabs button span,.save-note,.status-legend>span,.status-legend .badge,.checklist-toolbar select{font-size:12px}
  .checklist-result-bar p,.checklist-result-bar .text-button{font-size:14px}
  .capability-table{font-size:14px}
  .capability-table th,.capability-table td p,.capability-table small,.table-product,.capability-table .badge{font-size:14px}
  .selection-bar span,.selection-bar .button,.local-storage-note{font-size:12px}
  .readiness-summary .eyebrow,.readiness-summary p,.launch-category,.launch-item p,.launch-item select,.planner-actions .button,.planner-actions .text-button{font-size:14px}
  .flow-label,.architecture-flow>p,.company-contact-strip .eyebrow,.company-contact-strip small,.company-contact-strip a{font-size:12px}
  .contact-methods small,.discussion-topics .eyebrow,.contact-card label,.contact-card input::placeholder,.contact-card textarea::placeholder,.contact-card .consent-label,.form-help,.contact-result .button{font-size:12px}
  .suggested-searches>span,.suggested-searches button,.search-privacy,.search-result>span,.search-result small,.prose .section-footnote{font-size:12px}
  .cta-inner .eyebrow,.cta-actions .text-link,.footer-signature,.footer-top>div>h3,.footer-top>div:not(.footer-brand)>a,.footer-note,.footer-bottom,.noscript-notice{font-size:12px}
  .hero-actions .button{font-size:14px}
  .dashboard-sidebar{width:118px;font-size:12px}
  .dashboard-topbar,.sample-label,.avatar,.small-muted,.dash-date,.metric-grid>div>span,.metric-grid small,.chart-heading strong,.chart-heading>span,.chart-labels,.donut small,.dash-settlement>div:not(.donut),.dash-settlement>div>strong,.dash-table-row,.dash-table-row.head,.merchant-avatar,.pill-success,.pill-review{font-size:12px}
  .floating-core strong,.floating-core div>span{font-size:12px}
  .metric-grid strong span{font-size:12px}
  .search-field input,.big-search input::placeholder,#search-status{font-size:14px}
}

.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden;opacity:0}
.contact-result.success{border-color:#b9dfc5;background:#f1fbf4}
.contact-result.error{border-color:#e8c2bd;background:#fff6f4}

@media screen and (max-width:599px){
  .hero-description,.section-heading p:not(.eyebrow),.feature-card p,.step-grid p,.scheme-note p,.protocol-list p,.prose p{font-size:15px;line-height:1.7}
  .contact-copy .hero-description,.product-hero .hero-description,.compact-hero .hero-description{font-size:15px;line-height:1.7}
  .capability-table label,.capability-table td p{font-size:14px}
  .launch-item h3{font-size:16px}
  .contact-card input:not([type=checkbox]),.contact-card select,.contact-card textarea,.big-search input{font-size:16px}
  .cta-inner p:not(.eyebrow){font-size:14px;line-height:1.7}
}

@media screen{
  .product-card .badge,.protocol-list .badge,.status-legend .badge,.capability-table .badge{font-size:12px}
  .product-card .text-link{font-size:14px}
  .nav-actions .button,.cta-actions .button{font-size:14px}
  .home-hero .dashboard-sidebar,.product-hero .dashboard-sidebar{font-size:12px}
  .home-hero .floating-core strong,.home-hero .floating-core div>span,.product-hero .floating-core strong,.product-hero .floating-core div>span{font-size:12px}
  .wide-feature .text-link{font-size:14px}
  .role-tabs button,.big-search .button,dialog .button{font-size:14px}
  .code-panel pre{font-size:13px}
  .code-header>span:nth-child(2),.architecture-nodes>span,.scenario-state,.toast,.selection-bar strong,.launch-number{font-size:12px}
}
