:root {
    --ink: #0b1930;
    --muted: #5d6b82;
    --line: #dce5ef;
    --soft: #f4f8fc;
    --brand: #0866ff;
    --brand-dark: #0749b8;
    --accent: #19c39c;
    --navy: #071426;
    --white: #fff;
    --code: #091425;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(20, 48, 88, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.public-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.public-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,229,239,.85); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 34px; }
.public-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 850; letter-spacing: -.6px; }
.public-brand > span:last-child > span { color: var(--brand); }
.brand-mark { width: 34px; height: 34px; display: inline-flex; align-items: end; justify-content: center; gap: 3px; padding: 7px; border-radius: 10px; background: linear-gradient(145deg, var(--brand), #5c8cff); box-shadow: 0 7px 18px rgba(8,102,255,.25); }
.brand-mark span { display: block; width: 4px; border-radius: 3px; background: white; }
.brand-mark span:nth-child(1) { height: 8px; opacity: .7; }
.brand-mark span:nth-child(2) { height: 14px; }
.brand-mark span:nth-child(3) { height: 19px; opacity: .85; }
.public-nav { display: flex; align-items: center; gap: 28px; margin-right: auto; color: #43516a; font-size: 14px; font-weight: 650; }
.public-nav a:hover, .public-nav a.active { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 14px; font-weight: 700; color: #33415b; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 0; border-radius: 11px; padding: 12px 20px; background: var(--brand); color: white; font-weight: 750; box-shadow: 0 9px 25px rgba(8,102,255,.22); transition: .2s ease; }
.button:hover { background: var(--brand-dark); transform: translateY(-1px); }
.button-small { padding: 9px 15px; font-size: 13px; border-radius: 9px; }
.button-large { padding: 15px 23px; font-size: 15px; }
.button-secondary { display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid #cbd7e5; border-radius: 11px; color: #30415d; background: white; font-weight: 750; transition: .2s ease; }
.button-secondary:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-1px); }
.public-flash { width: min(680px, calc(100% - 30px)); margin: 16px auto 0; padding: 12px 16px; border-radius: 10px; background: #eff6ff; color: #1d4f91; font-size: 14px; font-weight: 650; text-align: center; }
.public-flash-error { background: #fff0f1; color: #a72f3c; }
.public-flash-success { background: #eafaf5; color: #08765d; }

.marketing-hero { overflow: hidden; min-height: 665px; display: flex; align-items: center; background: radial-gradient(circle at 80% 30%, rgba(8,102,255,.09), transparent 30%), linear-gradient(180deg, #fbfdff, #f4f8fd); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 72px 82px; }
.hero-copy h1 { margin: 0; max-width: 700px; font-size: clamp(47px, 6.3vw, 78px); line-height: .99; letter-spacing: -4px; }
.hero-copy h1 span { color: var(--brand); }
.hero-lead { max-width: 610px; margin: 24px 0; color: #5b6c84; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 29px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #66758a; font-size: 13px; font-weight: 650; }
.hero-trust b { color: #0aa47f; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.signal-orbit { position: absolute; border: 1px solid rgba(8,102,255,.13); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; }
.orbit-two { width: 540px; height: 540px; }
.phone-card { position: relative; z-index: 2; width: 275px; min-height: 500px; padding: 22px 18px; border: 8px solid #0b1930; border-radius: 39px; background: linear-gradient(180deg, #fff, #f4f8fd); box-shadow: 0 40px 80px rgba(19,48,88,.22); transform: rotate(3deg); }
.phone-top { display: flex; justify-content: space-between; color: #607089; font-size: 10px; font-weight: 800; }
.message-logo { display: grid; place-items: center; margin-top: 58px; }
.message-from { margin: 9px 0 26px; color: #263b58; text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.message-bubble { padding: 16px; border-radius: 17px 17px 17px 5px; background: #e2efff; color: #153c70; font-size: 13px; line-height: 1.6; box-shadow: 0 7px 20px rgba(23,80,150,.08); }
.message-time { color: #8997a9; font-size: 10px; text-align: center; }
.floating-stat { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 12px 14px; border: 1px solid rgba(220,229,239,.8); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.floating-stat strong, .floating-stat small { display: block; }
.floating-stat strong { font-size: 12px; }
.floating-stat small { color: #7c899d; font-size: 10px; }
.stat-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #05866a; background: #dff8f1; font-weight: 900; }
.stat-icon.blue { color: var(--brand); background: #e4efff; }
.stat-top { top: 73px; right: -6px; }
.stat-bottom { bottom: 65px; left: -18px; }

.proof-strip { border-block: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 28px 20px; text-align: center; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: #123b72; font-size: 22px; }
.proof-grid span { margin-top: 3px; color: #78869a; font-size: 12px; }

.marketing-section { padding: 100px 0; }
.section-heading { max-width: 690px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .api-showcase h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.1; letter-spacing: -2px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 35px rgba(23,53,94,.055); transition: .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-card h3 { margin: 18px 0 8px; font-size: 20px; }
.feature-card p { color: var(--muted); font-size: 14px; }
.feature-card a { color: var(--brand); font-size: 13px; font-weight: 800; }
.feature-primary { color: white; border-color: transparent; background: linear-gradient(145deg, #075fe8, #0d7df1); }
.feature-primary p, .feature-primary a { color: #dcecff; }
.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: var(--brand); background: #eaf2ff; font-weight: 900; }
.feature-primary .feature-icon { color: white; background: rgba(255,255,255,.16); }

.steps-section { color: white; background: radial-gradient(circle at 15% 10%, rgba(8,102,255,.24), transparent 28%), var(--navy); }
.section-heading-light h2 { color: white; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.steps-grid article { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.04); }
.steps-grid article > span { color: #69dfc2; font: 800 13px ui-monospace, monospace; }
.steps-grid h3 { margin: 22px 0 10px; font-size: 21px; }
.steps-grid p { color: #aebdd1; font-size: 14px; }

.api-showcase { padding: 105px 0; background: #f4f8fc; }
.api-showcase-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.api-showcase p { color: var(--muted); }
.api-links { display: flex; align-items: center; gap: 18px; margin-top: 25px; }
.api-links > a:last-child { color: var(--brand); font-size: 13px; font-weight: 800; }
.code-window { overflow: hidden; border: 1px solid #1e3048; border-radius: 17px; background: #091425; box-shadow: 0 30px 70px rgba(9,20,37,.22); }
.window-bar { display: flex; align-items: center; gap: 6px; padding: 11px 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #ff6b68; }
.window-bar > span:nth-child(2) { background: #ffbd4a; }.window-bar > span:nth-child(3) { background: #27c841; }
.window-bar small { margin-left: 8px; color: #6f8199; }
.code-window pre { overflow: auto; margin: 0; padding: 24px; color: #d7e4f4; font: 12px/1.85 ui-monospace, monospace; }
.code-blue { color: #78aeff; }.code-green { color: #8fe0b2; }

.final-cta { padding: 75px 0; color: white; background: linear-gradient(135deg, #075ee8, #087cf1 60%, #08aa91); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.final-cta h2 { color: white; }
.final-cta p { max-width: 680px; color: #ddebff; }
.button-light { color: #075ccf; background: white; box-shadow: 0 12px 30px rgba(0,33,91,.2); }
.button-light:hover { color: #043b89; background: #f1f7ff; }

.registration-page { padding: 70px 0 95px; background: radial-gradient(circle at 7% 12%, rgba(8,102,255,.1), transparent 28%), #f4f8fc; }
.registration-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.registration-intro { position: sticky; top: 120px; padding-top: 35px; }
.registration-intro h1 { margin: 0; font-size: clamp(39px, 5vw, 58px); line-height: 1.03; letter-spacing: -2.5px; }
.registration-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.registration-benefits { display: grid; gap: 22px; margin-top: 36px; }
.registration-benefits > div { display: flex; gap: 14px; }
.registration-benefits > div > span { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; border-radius: 10px; color: var(--brand); background: #e0ecff; font-weight: 850; }
.registration-benefits p { margin: 0; }.registration-benefits strong, .registration-benefits small { display: block; }
.registration-benefits small { margin-top: 3px; color: #738196; line-height: 1.5; }
.registration-note { margin-top: 35px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; background: white; color: #637187; font-size: 13px; }
.registration-note a { color: var(--brand); font-weight: 800; }
.registration-card { padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.registration-card-head h2 { margin: 0; font-size: 31px; letter-spacing: -1px; }.registration-card-head > p:last-child { color: #8490a1; font-size: 13px; }
.registration-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 18px; margin-top: 28px; }
.form-span { grid-column: 1/-1; }.form-group label { display: block; margin-bottom: 6px; color: #33435c; font-size: 12px; font-weight: 800; }
.form-group input { width: 100%; padding: 11px 13px; border: 1px solid #cdd8e5; border-radius: 10px; color: var(--ink); background: white; outline: none; }
.form-group input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,102,255,.1); }
.form-group small { display: block; margin-top: 5px; color: #8995a6; font-size: 10px; }
.public-password-wrap { position: relative; }.public-password-wrap input { padding-right: 48px; }
.public-password-toggle { position: absolute; inset: 0 4px 0 auto; width: 42px; display: grid; place-items: center; border: 0; color: #708097; background: transparent; cursor: pointer; }.public-password-toggle:hover, .public-password-toggle:focus-visible { color: var(--brand); outline: none; }
.public-password-toggle .eye-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.public-password-toggle .eye-closed { display: none; }.public-password-toggle[aria-pressed="true"] .eye-open { display: none; }.public-password-toggle[aria-pressed="true"] .eye-closed { display: block; }
.region-field { position: relative; z-index: 4; }
.region-select-trigger { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; border: 1px solid #cdd8e5; border-radius: 10px; color: var(--ink); background: linear-gradient(180deg,#fff,#fbfdff); text-align: left; cursor: pointer; outline: none; transition: border-color .18s ease,box-shadow .18s ease,background .18s ease; }
.region-select-trigger:hover { border-color: #aabbd0; background: #fff; }
.region-select-trigger:focus, .region-open .region-select-trigger { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,102,255,.1); }
.region-trigger-copy { min-width: 0; display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; }
.region-pin { display: grid; flex: 0 0 29px; width: 29px; height: 29px; place-items: center; border-radius: 8px; color: #0872dd; background: #eaf3ff; }.region-pin svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.region-placeholder { color: #7e8b9d; font-weight: 500; }
.region-chevron { display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: #718096; background: #f1f5f9; transition: transform .18s ease; }.region-chevron svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.region-open .region-chevron { transform: rotate(180deg); }
.region-dropdown { position: absolute; z-index: 30; top: calc(100% - 14px); left: 0; right: 0; overflow: hidden; border: 1px solid #c7d5e5; border-radius: 15px; background: white; box-shadow: 0 22px 55px rgba(21,48,84,.22); animation: regionDropIn .15s ease-out; }
@keyframes regionDropIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.region-dropdown-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px 8px; color: #263b58; }.region-dropdown-head strong { font-size: 12px; }.region-dropdown-head span { padding: 3px 7px; border-radius: 999px; color: #52708e; background: #edf4fa; font-size: 9px; font-weight: 800; }
.region-search-wrap { position: relative; display: flex; align-items: center; margin: 4px 10px 8px; border: 1px solid #cdd9e6; border-radius: 10px; background: #f8fbfe; }
.region-search-wrap > svg { position: absolute; left: 11px; width: 17px; height: 17px; color: #70849a; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.region-search-wrap input { min-width: 0; padding: 9px 34px 9px 36px; border: 0; border-radius: 10px; background: transparent; font-size: 12px; box-shadow: none; }.region-search-wrap input:focus { box-shadow: 0 0 0 3px rgba(8,102,255,.09); }
.region-search-clear { position: absolute; right: 7px; width: 25px; height: 25px; border: 0; border-radius: 7px; color: #64748b; background: #e8eef5; cursor: pointer; font-size: 17px; line-height: 1; }.region-search-clear:hover { color: #0757c8; background: #deebfb; }
.region-options { max-height: 255px; overflow-y: auto; padding: 5px 7px 8px; border-top: 1px solid #edf1f5; scrollbar-width: thin; scrollbar-color: #b9c8d9 transparent; }
.region-options button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 11px; border: 0; border-radius: 9px; color: #42516a; background: transparent; text-align: left; cursor: pointer; font-size: 12px; }
.region-options button.region-filtered-out { display: none !important; }
.region-options button:hover, .region-options button:focus { color: #0757c8; background: #edf4ff; outline: none; }
.region-options button[aria-selected="true"] { color: #0757c8; background: #e4efff; font-weight: 800; }
.region-check { visibility: hidden; color: var(--brand); font-weight: 900; }.region-options button[aria-selected="true"] .region-check { visibility: visible; }
.region-empty { margin: 0; padding: 20px 10px; color: #8995a6; text-align: center; font-size: 12px; }
.terms-check { display: flex; align-items: flex-start; gap: 10px; color: #5d6c82; font-size: 12px; line-height: 1.55; }
.terms-check input { margin-top: 3px; accent-color: var(--brand); }
.terms-check a { color: var(--brand); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.registration-submit { width: 100%; padding: 14px 20px; }
.form-privacy { margin: 10px 0 0; color: #8995a6; font-size: 10px; text-align: center; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-errors { grid-column: 1/-1; padding: 14px 16px; border: 1px solid #f3c3c8; border-radius: 10px; background: #fff2f3; color: #9d3440; font-size: 12px; }
.form-errors ul { margin: 6px 0 0; padding-left: 18px; }

.success-page { min-height: 680px; display: grid; place-items: center; padding: 70px 20px; background: radial-gradient(circle at 50% 10%, rgba(8,102,255,.12), transparent 34%), #f5f9fd; }
.success-card { width: min(680px, 100%); padding: 50px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow); text-align: center; }
.success-icon { display: grid; width: 65px; height: 65px; margin: 0 auto 20px; place-items: center; border-radius: 19px; color: white; background: linear-gradient(145deg, #08a783, #23cfaa); font-size: 28px; font-weight: 900; box-shadow: 0 12px 30px rgba(8,167,131,.22); }
.success-card h1 { margin: 0; font-size: 39px; letter-spacing: -1.5px; }.success-card > p:not(.eyebrow) { color: var(--muted); }
.success-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 30px 0; }
.success-steps span { padding: 12px 7px; border-radius: 10px; color: #68778c; background: #f3f7fb; font-size: 10px; }
.success-steps b { display: grid; width: 25px; height: 25px; margin: 0 auto 7px; place-items: center; border-radius: 8px; color: var(--brand); background: #e2edff; }
.success-actions { display: flex; justify-content: center; gap: 12px; }

.legal-hero { padding: 74px 0 58px; color: white; background: radial-gradient(circle at 82% 10%, rgba(25,195,156,.18), transparent 30%), linear-gradient(135deg, #071426, #0b2c5d); }.terms-hero { background: radial-gradient(circle at 82% 10%, rgba(83,151,255,.22), transparent 31%), linear-gradient(135deg, #071426, #112d58); }
.legal-hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; }.legal-hero h1 { margin: 0; font-size: clamp(43px, 6vw, 68px); line-height: 1; letter-spacing: -3px; }.legal-hero p:not(.eyebrow) { max-width: 690px; margin: 17px 0 0; color: #bdcde1; font-size: 17px; }
.legal-meta { min-width: 220px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.07); }.legal-meta span,.legal-meta strong,.legal-meta small { display: block; }.legal-meta span { color: #84e7cf; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }.legal-meta strong { margin-top: 3px; font-size: 14px; }.legal-meta small { margin-top: 4px; color: #9eb0c7; font-size: 9px; }
.legal-grid { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 58px; padding-block: 55px 95px; }.legal-nav { position: sticky; top: 96px; align-self: start; display: grid; }.legal-nav p { margin: 0 0 9px; color: #9aa6b7; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.legal-nav a { padding: 5px 0; color: #69778c; font-size: 11px; font-weight: 650; }.legal-nav a:hover { color: var(--brand); }
.legal-content { min-width: 0; max-width: 820px; }.legal-notice { margin-bottom: 38px; padding: 17px 19px; border: 1px solid #f0d69b; border-radius: 12px; color: #69572c; background: #fff9ea; font-size: 12px; line-height: 1.65; }.legal-notice strong { color: #8b6510; }
.legal-section { position: relative; padding: 0 0 43px 48px; margin-bottom: 41px; border-bottom: 1px solid var(--line); }.legal-section:last-child { margin-bottom: 0; border: 0; }.legal-number { position: absolute; left: 0; top: 4px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--brand); background: #e8f1ff; font: 850 10px ui-monospace, monospace; }.legal-section h2 { margin: 0 0 15px; font-size: 27px; line-height: 1.2; letter-spacing: -.7px; }.legal-section h3 { margin: 23px 0 7px; font-size: 15px; }.legal-section p,.legal-section li { color: #596980; font-size: 13px; line-height: 1.8; }.legal-section ul { padding-left: 19px; }.legal-section li+li { margin-top: 7px; }.legal-section a { color: var(--brand); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }.legal-disclaimer { padding: 12px 14px; border-left: 3px solid #7caeff; background: #f1f6fd; font-size: 11px!important; }.legal-source-box { display: grid; gap: 7px; margin-top: 20px; padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: #f7fafc; }.legal-source-box strong { margin-bottom: 3px; }.legal-source-box a { font-size: 11px; }.legal-sources li { overflow-wrap: anywhere; }

.docs-hero { padding: 68px 0 48px; color: white; background: radial-gradient(circle at 75% 10%, rgba(25,195,156,.2), transparent 32%), linear-gradient(135deg, #071426, #0b2448); }
.eyebrow { margin: 0 0 12px; color: #70e0c4; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.docs-hero h1 { max-width: 720px; margin: 0; font-size: clamp(37px, 6vw, 64px); line-height: 1.06; letter-spacing: -2.5px; }
.docs-hero .lead { max-width: 690px; margin: 20px 0 26px; color: #bdcce0; font-size: 18px; }
.base-url { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.08); color: #dce8f8; }
.base-url span { color: #7d91aa; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.base-url code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8ff0d7; }
.docs-hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.postman-button { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border-radius: 10px; background: #ff6c37; color: white; font-size: 13px; font-weight: 800; box-shadow: 0 9px 24px rgba(255,108,55,.24); }
.postman-button:hover { background: #e95827; transform: translateY(-1px); }
.postman-dot { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: white; color: #ff6c37; font-size: 12px; font-weight: 900; }
.postman-environment { color: #bdcce0; font-size: 13px; font-weight: 700; }
.postman-environment:hover { color: white; }

.docs-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 58px; padding-block: 52px 90px; }
.docs-sidebar { align-self: start; position: sticky; top: 98px; }
.docs-sidebar p { margin: 0 0 10px; color: #9aa6b7; font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.docs-sidebar nav { display: grid; margin-bottom: 24px; }
.docs-sidebar a { padding: 6px 0; color: #637187; font-size: 14px; font-weight: 580; }
.docs-sidebar a:hover { color: var(--brand); }
.docs-content { min-width: 0; }
.docs-section { padding-bottom: 55px; margin-bottom: 52px; border-bottom: 1px solid var(--line); }
.docs-section:last-child { border: 0; margin-bottom: 0; }
.docs-section h2 { margin: 0 0 12px; font-size: clamp(27px, 4vw, 38px); line-height: 1.2; letter-spacing: -1px; }
.docs-section h3 { margin: 30px 0 9px; font-size: 20px; letter-spacing: -.3px; }
.docs-section p { color: var(--muted); }
.docs-section ul, .docs-section ol { color: var(--muted); padding-left: 22px; }
.docs-section li + li { margin-top: 7px; }
.docs-section code:not(pre code) { padding: 2px 6px; border: 1px solid #dce7f4; border-radius: 5px; background: #eef5fc; color: #1359b9; font-size: .88em; }
.callout { display: flex; gap: 13px; padding: 16px 18px; margin: 22px 0; border: 1px solid #b9e8dd; border-radius: 12px; background: #effbf8; color: #245e52; }
.callout strong { color: #087c64; }
.callout-warning { border-color: #f3d8a3; background: #fff9ed; color: #715a2b; }

.endpoint { overflow: hidden; margin: 22px 0 32px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(25,48,81,.06); }
.endpoint-head { display: flex; align-items: center; gap: 11px; padding: 14px 17px; border-bottom: 1px solid var(--line); background: #f8fbfe; }
.method { flex: 0 0 auto; min-width: 48px; padding: 4px 7px; border-radius: 6px; text-align: center; color: white; background: #1675e8; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.method.post { background: #119b78; }
.endpoint-head code { overflow-wrap: anywhere; font-weight: 750; color: #263c59; }
.endpoint-body { padding: 18px; }

.code-card { overflow: hidden; margin: 15px 0 22px; border-radius: 13px; background: var(--code); box-shadow: 0 10px 30px rgba(3,13,28,.14); }
.code-top { display: flex; justify-content: space-between; align-items: center; padding: 8px 13px; border-bottom: 1px solid rgba(255,255,255,.08); color: #8192a9; font-size: 11px; font-weight: 700; }
.copy-button { border: 0; background: transparent; color: #91ddca; cursor: pointer; font-size: 11px; font-weight: 750; }
.code-card pre { overflow: auto; margin: 0; padding: 18px; color: #d8e5f4; font: 13px/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre; }
.code-card .key { color: #86b7ff; }
.code-card .string { color: #9de5be; }

.docs-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--line); border-radius: 12px; }
.docs-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.docs-table th, .docs-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.docs-table tr:last-child td { border-bottom: 0; }
.docs-table th { background: #f7fafc; color: #536177; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.docs-table td { color: #526078; }
.docs-table td:first-child { color: #173b69; font-family: ui-monospace, monospace; font-weight: 700; }

/* Contact */
.contact-page { background: linear-gradient(180deg, #f5faff 0, #fff 520px); }
.contact-hero { padding: 72px 0 58px; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(24,182,151,.3), transparent 30%), linear-gradient(125deg, #071c37, #0b3767 70%, #075e62); }
.contact-hero-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); align-items: center; gap: 70px; }
.contact-hero h1 { max-width: 690px; margin: 10px 0 18px; font-size: clamp(38px,5vw,64px); line-height: 1.03; letter-spacing: -2.5px; }
.contact-hero p:not(.eyebrow) { max-width: 620px; color: #c5d7e9; font-size: 17px; line-height: 1.7; }
.contact-quick-grid { display: grid; gap: 12px; }
.contact-quick-card { display: flex; align-items: center; gap: 15px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.contact-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #85e7d1; background: rgba(17,190,154,.15); font-size: 20px; }
.contact-quick-card small { display: block; margin-bottom: 3px; color: #a9bfd4; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.contact-quick-card strong,.contact-quick-card a { color: #fff; font-size: 15px; font-weight: 750; overflow-wrap: anywhere; }
.contact-content { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-block: 80px 100px; }
.contact-copy h2 { margin: 8px 0 15px; color: #0d294b; font-size: clamp(32px,4vw,47px); line-height: 1.08; letter-spacing: -1.5px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.contact-response-note { display: grid; gap: 6px; margin-top: 30px; padding: 18px; border-left: 3px solid #13a986; border-radius: 0 12px 12px 0; color: #516178; background: #effbf8; font-size: 13px; line-height: 1.6; }
.contact-response-note strong { color: #08755f; font-size: 14px; }
.contact-form-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 22px 65px rgba(20,55,91,.1); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form select,.contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #ced9e5; border-radius: 9px; color: #203651; background: #fff; font: inherit; outline: none; }
.contact-form textarea { resize: vertical; line-height: 1.6; }
.contact-form select:focus,.contact-form textarea:focus { border-color: #1675e8; box-shadow: 0 0 0 3px rgba(22,117,232,.11); }
.contact-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; font: inherit; }

.public-footer { border-top: 1px solid var(--line); background: #f7fafc; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; padding-block: 42px; }
.footer-brand { font-size: 18px; }
.footer-brand .brand-mark { width: 29px; height: 29px; padding: 6px; }
.footer-inner p { margin: 8px 0 0; color: #718096; font-size: 13px; }
.footer-inner .product-owner { margin-top: 3px; color: #53647b; font-size: 11px; }.footer-inner .product-owner strong { color: #263b58; }
.footer-links { display: flex; gap: 22px; color: #59687f; font-size: 13px; font-weight: 650; }
.copyright { grid-column: 1/-1; padding-top: 22px; border-top: 1px solid var(--line); }

@media (max-width: 820px) {
    .public-nav { display: none; }
    .header-inner { gap: 15px; }
    .header-actions { margin-left: auto; }
    .text-link { display: none; }
    .docs-grid { grid-template-columns: 1fr; gap: 0; }
    .docs-sidebar { display: none; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-links { flex-direction: column; gap: 10px; }
    .hero-grid, .api-showcase-grid, .registration-grid, .contact-hero-inner, .contact-content { grid-template-columns: 1fr; }
    .contact-hero-inner,.contact-content { gap: 38px; }
    .hero-grid { gap: 15px; padding-top: 55px; }
    .hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 530px; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid div:nth-child(2) { border-right: 0; }.proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .steps-grid { grid-template-columns: 1fr; }
    .final-cta-inner { grid-template-columns: 1fr; text-align: center; }.final-cta p { margin-inline: auto; }
    .registration-intro { position: static; text-align: center; }.registration-benefits { max-width: 500px; margin-inline: auto; text-align: left; }
    .legal-grid { grid-template-columns: 1fr; }.legal-nav { display: none; }.legal-content { max-width: none; }
}

@media (max-width: 520px) {
    .public-shell { width: min(100% - 28px, 1180px); }
    .docs-hero { padding-top: 48px; }
    .docs-hero h1 { letter-spacing: -1.5px; }
    .header-actions .button { padding: 9px 11px; }
    .endpoint-head { align-items: flex-start; }
    .base-url { width: 100%; }
    .docs-hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-copy h1 { letter-spacing: -2.5px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-trust { gap: 9px 15px; }
    .hero-visual { transform: scale(.88); margin: -25px 0; }.stat-top { right: -5px; }.stat-bottom { left: -5px; }
    .feature-grid { grid-template-columns: 1fr; }.proof-grid { grid-template-columns: 1fr; }.proof-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
    .api-links, .success-actions { align-items: stretch; flex-direction: column; }
    .registration-card { padding: 24px 18px; }.registration-form { grid-template-columns: 1fr; }.form-span { grid-column: auto; }
    .contact-hero { padding-top: 50px; }.contact-hero h1 { letter-spacing: -1.5px; }.contact-form-card { padding: 24px 18px; }.contact-form { grid-template-columns: 1fr; }.contact-content { padding-block: 55px 75px; }
    .success-card { padding: 36px 20px; }.success-steps { grid-template-columns: 1fr; }
    .legal-hero-inner { grid-template-columns: 1fr; gap: 25px; }.legal-meta { min-width: 0; }.legal-section { padding-left: 0; padding-top: 43px; }.legal-number { top: 0; }
}
