/*! STOPBOT.NET — production stylesheet. Hand-purged, no framework runtime. ~10 KB raw / ~3 KB gzip */
:root{
  --accent:#ff5722;--accent-dark:#e64a19;--accent-soft:#fff0eb;
  --ink:#1c1c1e;--grey:#505050;--muted:#5f6570;
  --band-dark:#1c1c1e;--footer:#101010;--faq-open:#faead8;
  --line:#ececec;--radius:12px;
  --shadow:0 12px 40px rgba(28,28,30,.10);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
body{margin:0;font:16px/1.7 Nunito,ui-sans-serif,system-ui,"Segoe UI",sans-serif;color:#3d434c;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip}
img,svg,video{max-width:100%;height:auto}
h1,h2,h3,h4,h5{margin:0 0 .5em;color:var(--ink);font-weight:800;line-height:1.22;text-wrap:balance}
p{margin:0 0 1em;text-wrap:pretty}
ul,ol{margin:0 0 1em;padding-left:1.3em}
a{color:var(--accent)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}
.container{max-width:1140px;margin:0 auto;padding:0 24px}
.muted{color:var(--muted)}
.i{width:1em;height:1em;flex:none}
.proof .i{width:19px;height:19px;color:var(--accent)}
.text-accent{color:var(--accent)}
.center{text-align:center}
.mt-10{margin-top:40px}
.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:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:#fff;padding:10px 18px;border-radius:0 0 10px 0;font-weight:700;text-decoration:none}
.skip-link:focus{left:0}

/* ---------- page loader ---------- */
html.page-loading:not(.page-ready),html.page-loading:not(.page-ready) body{overflow:hidden}
html.page-loading body::before{content:"";position:fixed;inset:0;z-index:100000;background:#fff;opacity:1;visibility:visible;transition:opacity .32s ease,visibility .32s ease}
html.page-loading body::after{content:"";position:fixed;top:50%;left:50%;z-index:100001;width:46px;height:46px;margin:-23px 0 0 -23px;border:3px solid #eceff3;border-top-color:var(--accent);border-radius:50%;box-shadow:0 8px 28px rgba(28,28,30,.10);opacity:1;visibility:visible;animation:page-loader-spin .72s linear infinite;transition:opacity .24s ease,visibility .24s ease}
html.page-loading.page-ready body::before,html.page-loading.page-ready body::after{opacity:0;visibility:hidden;pointer-events:none}
html[data-theme="dark"].page-loading body::before{background:#121316}
html[data-theme="dark"].page-loading body::after{border-color:#343740;border-top-color:var(--accent);box-shadow:0 8px 28px rgba(0,0,0,.32)}
@keyframes page-loader-spin{to{transform:rotate(360deg)}}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;position:relative}
.wordmark{font-family:Rajdhani,sans-serif;font-weight:700;font-size:30px;color:var(--grey);text-decoration:none;letter-spacing:.01em;line-height:1}
.wordmark b{color:var(--accent);font-weight:700}
.nav-wordmark{font-size:34px;font-weight:300}
.nav-wordmark b{font-weight:300}
.site-header nav{display:flex;align-items:center}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.nav-links a{display:inline-block;color:var(--ink);font-weight:700;font-size:15px;text-decoration:none;transition:color .15s ease,transform .12s ease}
.nav-links a:hover{color:var(--accent)}
.nav-links a:active{transform:scale(.94)}
.nav-links a[aria-current]{color:var(--accent)}
.nav-links .btn{color:#fff;white-space:nowrap}
.nav-links .btn:hover{color:#fff}
.menu-btn{display:none;background:none;border:0;color:var(--ink);cursor:pointer;padding:8px;margin-left:auto}
.menu-btn .i{width:26px;height:26px;display:block;transition:transform .25s ease}
.menu-btn:active .i{transform:scale(.85)}
.menu-btn[aria-expanded="true"] .i{transform:rotate(90deg)}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:800;font-size:15px;line-height:1.2;padding:15px 30px;border-radius:999px;border:2px solid transparent;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}
.btn:hover{transform:translateY(-2px);text-decoration:none}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px rgba(255,87,34,.32)}
.btn-primary:hover{background:var(--accent-dark);color:#fff}
.btn-ghost{border-color:#dadde2;color:var(--ink);background:#fff}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
.btn-white{background:#fff;color:var(--accent)}
.btn-white:hover{color:var(--accent-dark)}
.btn-outline-light{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}
.btn-outline-light:hover{border-color:#fff;color:#fff}
.btn-sm{padding:11px 22px;font-size:14px}
.btn-block{width:100%}

/* ---------- sections ---------- */
.section{padding:88px 0}
.section-dark{background:var(--band-dark);color:#c9cdd4}
.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}
.section-dark .muted{color:#9aa0ab}
.section-light{background:aliceblue}
.section-head{max-width:660px;margin:0 auto 56px;text-align:center}
.section-head h2{font-size:clamp(28px,4vw,40px);text-transform:capitalize}
.section-head p{font-size:17px}
.kicker{display:inline-block;font-weight:800;color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:13px;margin:0 0 12px}

/* ---------- hero ---------- */
.hero{padding:58px 0 62px;background:#fff url(../images/home-2.png) no-repeat right bottom/cover;min-height:480px;display:flex;align-items:center}
.hero>.container{width:100%}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(34px,4.6vw,52px)}
.hero .lead{font-size:18px;color:var(--muted);max-width:560px}
.badge-dot{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--ink);margin:6px 0 0}
.badge-dot::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;align-items:center}
.trust{margin-top:24px;font-size:14.5px;color:var(--muted)}
.trust strong{color:var(--accent)}
.hero-art{background-image:radial-gradient(#e6e9ee 1.5px,transparent 1.5px);background-size:22px 22px;border-radius:24px;min-height:380px;display:flex;align-items:center;justify-content:center}
.hero-shield{width:190px;height:190px;color:var(--accent);filter:drop-shadow(0 18px 30px rgba(255,87,34,.25))}

/* split layout (image + content) */
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}
.split>img{width:100%;height:auto}
.split .checks{grid-template-columns:1fr;gap:32px}
.split .diff-grid{grid-template-columns:repeat(2,1fr)}
.diff .icon-badge img{width:30px;height:30px}
/* about zigzag rows */
.about-rows{display:grid;gap:64px}
.about-row h2{font-size:24px;margin-bottom:12px}
.about-row p{color:#4a505a;margin:0}
.page-hero .split{margin-top:8px}

/* ---------- page hero (inner pages) ---------- */
.page-hero{background:#f7fafb url(../images/bg-pages.jpg) no-repeat center/cover;border-bottom:1px solid var(--line);padding:60px 0 56px}
.page-hero h1{font-size:clamp(32px,4.4vw,46px);max-width:840px}
.page-hero .lead{font-size:17.5px;color:var(--muted);max-width:720px;margin-bottom:0}
.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 16px;font-size:13.5px;font-weight:700;color:var(--muted)}
.breadcrumb a{color:var(--muted);text-decoration:none}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb li+li::before{content:"/";margin-right:8px;color:#c9ccd2}
.breadcrumb [aria-current]{color:var(--accent)}

/* ---------- cards / services ---------- */
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px 30px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .15s ease,box-shadow .15s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.section-dark .card{background:#252529;border-color:#323338}
.icon-badge{width:64px;height:64px;border-radius:14px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex:none}
.icon-badge .i{width:30px;height:30px}
.card h3{font-size:21px;margin:22px 0 10px}
.card p{font-size:15px;flex:1}
.more{font-weight:800;font-size:14px;text-decoration:none}
.more:hover{text-decoration:underline}

/* service detail rows */
.service-row{display:grid;grid-template-columns:64px 1fr;gap:30px;padding:44px 0;border-bottom:1px solid var(--line);scroll-margin-top:96px}
.service-row:last-child{border-bottom:0}
.service-row h2{font-size:26px;margin-bottom:12px}
.service-row p{max-width:820px;margin-bottom:0}
.service-row .more{display:inline-flex;align-items:center;gap:7px;margin-top:16px;text-decoration:none}
.service-row .more:hover{text-decoration:none;color:var(--accent-dark)}

/* ---------- product pages ---------- */
.product-page-hero{padding:68px 0 64px}
.product-page-hero .kicker{margin-bottom:10px}
.product-page-hero h1{max-width:800px}
.product-page-hero .lead{max-width:780px}
.product-endpoint{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:9px 13px;border:1px solid #dfe3e8;border-radius:6px;background:rgba(255,255,255,.76);color:#3d434c;font-size:13px}
.product-endpoint::before{content:"";width:7px;height:7px;border-radius:50%;background:#18a957;box-shadow:0 0 0 4px rgba(24,169,87,.12)}
.product-endpoint code{font:600 13px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace}
.product-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:64px;align-items:start}
.product-copy h2{font-size:clamp(28px,3.6vw,38px);max-width:650px}
.product-copy>p{font-size:17px;max-width:680px}
.product-note{margin-top:24px;padding:18px 20px;border-left:3px solid var(--accent);background:var(--accent-soft);color:#4d4541;font-size:14.5px}
.product-console{overflow:hidden;border:1px solid #30333a;border-radius:8px;background:#15171b;color:#e9edf2;box-shadow:0 18px 42px rgba(18,20,24,.18)}
.product-console-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border-bottom:1px solid #2c2f35;background:#1d2025}
.product-console-title{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#b9c0ca}
.product-console-title::before{content:"";width:7px;height:7px;border-radius:50%;background:#2ed477;box-shadow:0 0 0 4px rgba(46,212,119,.10)}
.product-console-head code{color:#929aa6;font:600 11.5px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;text-align:right;overflow-wrap:anywhere}
.product-signals{display:grid}
.product-signal{display:grid;grid-template-columns:minmax(130px,.8fr) 1.2fr;gap:22px;padding:16px 18px;border-bottom:1px solid #272a30;align-items:center}
.product-signal:last-child{border-bottom:0}
.product-signal code{color:#ff8a65;font:700 13px/1.4 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}
.product-signal span{color:#c2c8d0;font-size:13.5px;line-height:1.55}
.product-capability-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:72px;align-items:center}
.product-illustration{display:block;width:100%;max-height:360px;object-fit:contain}
.product-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.product-capability{padding:23px;border:1px solid var(--line);border-radius:8px;background:#fff}
.product-capability h3{font-size:18px;margin-bottom:8px}
.product-capability p{margin:0;color:var(--muted);font-size:14.5px}
.product-usecases{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-usecase{padding:26px;border-top:3px solid var(--accent);background:#f7f8fa}
.product-usecase h3{font-size:18px;margin-bottom:8px}
.product-usecase p{margin:0;color:var(--muted);font-size:14.5px}

/* ---------- checks (why us) ---------- */
.checks{display:grid;grid-template-columns:1fr 1fr;gap:40px 48px}
.check-row{display:flex;gap:18px;align-items:flex-start}
.check-dot{flex:none;width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:4px}
.check-dot .i{width:15px;height:15px}
.check-row h3{font-size:18px;margin-bottom:8px}
.check-row p{font-size:15px;margin-bottom:0}

/* differentiators */
.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.diff{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.diff .icon-badge{width:54px;height:54px;border-radius:12px;background:var(--accent-soft);color:var(--accent)}
.diff .icon-badge .i{width:26px;height:26px}
.diff h3{font-size:18px;margin:18px 0 8px}
.diff p{font-size:14.5px;margin-bottom:0}

/* ---------- pricing ---------- */
.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.plan{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:40px 30px;position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column}
.plan-name{font-size:14px;font-weight:800;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:0}
.plan-price{font-family:Rajdhani,sans-serif;font-size:54px;font-weight:700;color:var(--ink);margin:20px 0 0;line-height:1}
.plan-price sub{font-size:16px;color:var(--accent);font-family:Nunito,sans-serif;font-weight:700}
.plan-hr{border:0;height:1px;background:var(--line);margin:30px 0;width:100%}
.plan-list{list-style:none;margin:0 0 30px;padding:0;text-align:left;display:grid;gap:9px;font-size:15.5px}
.plan-list li{display:flex;gap:10px;align-items:flex-start}
.plan-list .i{flex:none;width:19px;height:19px;color:var(--accent);margin-top:4px}
.plan .btn{margin-top:auto}
.plan-featured{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 12px 60px rgba(56,65,74,.30)}
.plan-featured .plan-name{color:rgba(255,255,255,.85)}
.plan-featured .plan-price,.plan-featured .plan-price sub{color:#fff}
.plan-featured .plan-hr{background:rgba(255,255,255,.25)}
.plan-featured .plan-list .i{color:#fff}
.ribbon{position:absolute;top:24px;right:-58px;transform:rotate(45deg);background:#fff;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:6px 0;width:200px;text-align:center}
.proof{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;background:var(--accent-soft);border-radius:999px;padding:14px 28px;width:fit-content;margin:0 auto 56px;font-size:15px;color:var(--ink)}
.proof strong{color:var(--accent)}

/* ---------- testimonials ---------- */
.carousel-wrap{width:100%;max-width:780px;margin:0 auto;min-width:0}
/* testimonial figure — bleeds through the section padding so it spans the full section height */
.testi-figure{position:relative;align-self:stretch;justify-self:stretch;min-height:340px;margin:-88px 0}
.testi-figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center bottom}
.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:30px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.carousel::-webkit-scrollbar{display:none}
.slide{flex:0 0 100%;scroll-snap-align:start}
.testi{display:flex;gap:24px;align-items:flex-start}
.quote-badge{flex:none;width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;font-family:Rajdhani,sans-serif;font-size:44px;font-weight:700;line-height:1;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.testi blockquote{margin:0;font-size:21px;font-weight:600;color:var(--ink);line-height:1.6}
.testi cite{display:block;margin-top:16px;font-style:normal}
.testi cite strong{display:block;font-size:18px;color:var(--ink)}
.testi cite span{font-size:14.5px;color:var(--muted)}
.dots{display:flex;gap:8px;margin-top:30px;justify-content:center}
.dots button{width:10px;height:10px;border-radius:999px;border:0;background:#c2d2e2;cursor:pointer;padding:0;transition:width .2s ease,background-color .2s ease}
.dots button[aria-current]{background:var(--accent);width:26px}

/* ---------- accordion / FAQ ---------- */
.faq-list{max-width:680px;margin:0 auto;display:grid;gap:10px}
.ac{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.ac-header{margin:0}
.ac-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:19px 20px;background:none;border:0;font-family:inherit;font-weight:700;font-size:16.5px;color:var(--ink);text-align:left;cursor:pointer;text-wrap:wrap}
.ac-trigger .i{flex:none;width:20px;height:20px;color:var(--accent);transition:transform .25s ease}
.ac-trigger[aria-expanded="true"] .i{transform:rotate(45deg)}
.ac-panel{max-height:0;overflow:hidden;transition:max-height .25s ease}
.no-js .ac-panel{max-height:none}
.ac-body{padding:20px 26px;background:var(--faq-open);font-size:15px;line-height:1.75}
.ac-body :last-child{margin-bottom:0}
.ac-body ol{padding-left:1.2em}
.ac-body ol li{margin-bottom:6px}
.faq-browser{max-width:940px}
.faq-tools{background:#f7f8fa;border:1px solid var(--line);border-radius:8px;padding:24px}
.faq-search{position:relative}
.faq-search>.i{position:absolute;left:16px;top:50%;width:20px;height:20px;color:var(--muted);transform:translateY(-50%);pointer-events:none}
.faq-search input{width:100%;padding:14px 48px 14px 46px;border-radius:6px;background:#fff}
.faq-clear{position:absolute;right:9px;top:50%;width:34px;height:34px;border:0;background:transparent;color:var(--muted);font-size:25px;line-height:1;cursor:pointer;transform:translateY(-50%)}
.faq-clear:hover{color:var(--accent)}
.faq-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.faq-filters button,.faq-toolbar-actions button{border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--grey);font:700 13px/1 Nunito,sans-serif;padding:10px 13px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}
.faq-filters button:hover,.faq-toolbar-actions button:hover{border-color:var(--accent);color:var(--accent)}
.faq-filters button[aria-pressed="true"]{background:var(--accent);border-color:var(--accent);color:#fff}
.faq-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}
.faq-toolbar p{margin:0;color:var(--muted);font-size:14px}
.faq-toolbar p strong{color:var(--ink)}
.faq-toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}
.faq-empty{margin:36px 0 0;padding:22px;border:1px dashed var(--line);border-radius:8px;text-align:center;color:var(--muted)}
.faq-category{margin-top:64px}
.faq-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.faq-category-head .kicker{margin-bottom:6px}
.faq-category-head h2{font-size:30px;margin-bottom:6px}
.faq-category-head p:last-child{margin:0;color:var(--muted);font-size:15px}
.faq-category-head>span{flex:none;padding:7px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-size:12px;font-weight:800}
.faq-browser .faq-list{max-width:none;margin:0;gap:10px}
.faq-entry{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}
.faq-entry summary{display:block;position:relative;padding:19px 58px 19px 20px;color:var(--ink);font-size:16px;font-weight:800;cursor:pointer;list-style:none;overflow-wrap:anywhere}
.faq-entry summary::-webkit-details-marker{display:none}
.faq-entry summary::after{content:"+";display:flex;position:absolute;top:50%;right:20px;align-items:center;justify-content:center;width:24px;height:24px;color:var(--accent);font:700 24px/1 Rajdhani,sans-serif;transform:translateY(-50%);transition:transform .2s ease}
.faq-entry[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-entry summary code{white-space:normal;overflow-wrap:anywhere}
.faq-entry summary:hover{color:var(--accent)}
.faq-entry summary:focus-visible{outline:3px solid rgba(255,87,34,.24);outline-offset:-3px}
.faq-answer{padding:20px 24px;background:var(--faq-open);color:#4a505a;font-size:15px;line-height:1.75;border-top:1px solid var(--line)}
.faq-answer :last-child{margin-bottom:0}
.faq-answer ul,.faq-answer ol{padding-left:1.25em}
.faq-answer li{margin-bottom:6px}
.faq-answer code{overflow-wrap:anywhere}
.faq-contact-band{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:68px;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq-contact-band h2{font-size:28px;margin-bottom:6px}
.faq-contact-band p{max-width:620px;margin:0;color:var(--muted)}

/* ---------- CTA band ---------- */
.cta-band .cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta-band h2{font-size:clamp(26px,3.6vw,36px);margin-bottom:8px}
.cta-band p{margin:0;max-width:520px}

/* ---------- prose (about / legal) ---------- */
.prose{max-width:780px}
.prose h2{font-size:24px;margin:48px 0 14px}
.prose h2:first-child{margin-top:0}
.prose p{color:#4a505a}
.prose ul li,.prose ol li{margin-bottom:6px}

/* ---------- privacy policy ---------- */
.privacy-hero .lead{max-width:790px}
.privacy-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:20px 0 0;color:var(--muted);font-size:14px}
.privacy-hero-meta strong{color:var(--ink)}
.privacy-hero-meta span{color:#a1a6af}
.privacy-overview{padding:44px 0;background:#f7f8fa;border-bottom:1px solid var(--line)}
.privacy-overview-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.privacy-overview-head .kicker{margin:0;letter-spacing:0}
.privacy-overview-head h2{font-size:30px;margin:0;text-align:right}
.privacy-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #dfe2e7;border-bottom:1px solid #dfe2e7}
.privacy-overview-item{min-width:0;padding:24px 24px 22px;border-left:1px solid #dfe2e7}
.privacy-overview-item:first-child{border-left:0}
.privacy-overview-label{display:block;color:var(--ink);font-weight:800;margin-bottom:8px}
.privacy-overview-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.privacy-policy{padding-top:72px}
.privacy-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:70px;align-items:start}
.privacy-sidebar{min-width:0}
.privacy-toc{position:sticky;top:104px;border-left:2px solid var(--line);padding-left:22px}
.privacy-toc h2{font-size:16px;margin:0 0 14px}
.privacy-toc ol{list-style:none;margin:0;padding:0}
.privacy-toc li{margin:0;border-bottom:1px solid var(--line)}
.privacy-toc a{display:block;padding:9px 0;color:var(--muted);font-size:13.5px;font-weight:700;line-height:1.35;text-decoration:none}
.privacy-toc a:hover{color:var(--accent);text-decoration:none}
.privacy-article{min-width:0;max-width:830px}
.policy-meta{display:grid;grid-template-columns:1.6fr .8fr .55fr;margin-bottom:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.policy-meta>div{padding:17px 20px;border-left:1px solid var(--line)}
.policy-meta>div:first-child{padding-left:0;border-left:0}
.policy-meta span,.policy-meta strong{display:block}
.policy-meta span{color:var(--muted);font-size:12px;font-weight:700;margin-bottom:4px;text-transform:uppercase}
.policy-meta strong{color:var(--ink);font-size:14px;line-height:1.45}
.policy-intro{font-size:18px;line-height:1.75;color:var(--ink)}
.privacy-article>p{color:#4a505a}
.policy-section{scroll-margin-top:96px;margin-top:52px;padding-top:52px;border-top:1px solid var(--line)}
.policy-section h2{font-size:28px;margin:0 0 18px}
.policy-section h3{font-size:19px;margin:30px 0 10px}
.policy-section p{color:#4a505a}
.policy-section code{display:inline-block;padding:1px 6px;border:1px solid #dfe2e7;border-radius:4px;background:#f5f6f8;color:var(--ink);font-size:.9em}
.policy-list{padding-left:20px}
.policy-list li{margin-bottom:10px;color:#4a505a}
.policy-list li::marker{color:var(--accent)}
.policy-list-check{list-style:none;padding-left:0}
.policy-list-check li{position:relative;padding-left:28px}
.policy-list-check li::before{content:"\2713";position:absolute;left:0;top:1px;color:var(--accent);font-weight:800}
.policy-steps{list-style:none;counter-reset:policy-step;padding:0;margin:24px 0}
.policy-steps li{counter-increment:policy-step;position:relative;margin:0;padding:0 0 22px 44px;color:#4a505a}
.policy-steps li::before{content:counter(policy-step);position:absolute;left:0;top:0;width:28px;height:28px;border:1px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:800;font-size:13px}
.policy-note{margin:28px 0;padding:20px 22px;border-left:4px solid var(--accent);border-radius:0 6px 6px 0;background:var(--accent-soft)}
.policy-note>strong{display:block;color:var(--ink);margin-bottom:5px}
.policy-note p{margin:0;color:#4a505a}
.policy-note-warning{border-left-color:#d99a00;background:#fff8e7}
.policy-table-wrap{width:100%;margin:24px 0 28px;overflow-x:auto;border:1px solid #dfe2e7;border-radius:6px;background:#fff;overscroll-behavior-inline:contain}
.policy-table-wrap:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.policy-table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px;line-height:1.55}
.policy-table-compact{min-width:620px}
.policy-table th,.policy-table td{padding:15px 17px;text-align:left;vertical-align:top;border-right:1px solid #e4e6ea;border-bottom:1px solid #e4e6ea}
.policy-table th:last-child,.policy-table td:last-child{border-right:0}
.policy-table tbody tr:last-child td{border-bottom:0}
.policy-table th{background:#f5f6f8;color:var(--ink);font-size:12px;text-transform:uppercase}
.policy-table td{color:#4a505a}
.policy-table td:first-child{width:25%}
.policy-table strong{color:var(--ink)}
.policy-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:24px}
.policy-actions .text-link{font-size:13px;font-weight:700;text-decoration:none}
.policy-actions .text-link:hover{text-decoration:none;color:var(--accent-dark)}
.privacy-contact{padding-bottom:8px;border-top:3px solid var(--accent)}
.privacy-contact .kicker{margin-bottom:10px;letter-spacing:0}
.privacy-contact h2{font-size:32px}

@media (max-width:980px){
  .privacy-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .privacy-overview-item:nth-child(odd){border-left:0}
  .privacy-overview-item:nth-child(n+3){border-top:1px solid #dfe2e7}
  .privacy-layout{grid-template-columns:1fr;gap:42px}
  .privacy-toc{position:static;border-left:0;border-bottom:1px solid var(--line);padding:0 0 26px}
  .privacy-toc ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 28px}
}
@media (max-width:640px){
  .privacy-hero-meta{align-items:flex-start;flex-direction:column;gap:2px}
  .privacy-hero-meta span{display:none}
  .privacy-overview{padding:36px 0}
  .privacy-overview-head{align-items:flex-start;flex-direction:column;gap:8px}
  .privacy-overview-head h2{text-align:left;font-size:26px}
  .privacy-overview-grid{grid-template-columns:1fr}
  .privacy-overview-item,.privacy-overview-item:nth-child(odd){border-left:0}
  .privacy-overview-item:nth-child(n+2){border-top:1px solid #dfe2e7}
  .privacy-policy{padding-top:52px}
  .privacy-toc ol{grid-template-columns:1fr 1fr;gap:0 20px}
  .policy-meta{grid-template-columns:1fr}
  .policy-meta>div,.policy-meta>div:first-child{padding:13px 0;border-left:0;border-top:1px solid var(--line)}
  .policy-meta>div:first-child{border-top:0}
  .policy-section{margin-top:42px;padding-top:42px}
  .policy-section h2{font-size:25px}
  .policy-table{min-width:680px}
  .policy-table-compact{min-width:580px}
  .policy-actions{align-items:stretch;flex-direction:column}
  .policy-actions .btn{width:100%}
  .policy-actions .text-link{text-align:center;padding:5px}
  .privacy-contact h2{font-size:28px}
}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.support-grid .card{height:100%}
.support-grid .card .btn{margin-top:18px}
.support-prepare{align-items:start}
.support-checklist{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.support-checklist li{display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1fr);gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}
.support-checklist strong{color:var(--ink);font-size:15px}
.support-checklist span{color:var(--muted);font-size:14px;line-height:1.6}
.form-card{max-width:680px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:40px}
.field{display:grid;gap:8px;margin-bottom:18px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{font-weight:700;color:var(--ink);font-size:14px}
input,textarea{font:inherit;padding:13px 16px;border:1px solid #d6dade;border-radius:10px;background:#fff;width:100%;color:var(--ink)}
input:focus,textarea:focus{outline:3px solid rgba(255,87,34,.22);border-color:var(--accent)}
.form-note{background:var(--faq-open);border-radius:10px;padding:14px 18px;font-size:14.5px;margin-top:18px}

/* ---------- 404 ---------- */
.error-hero{padding:120px 0;text-align:center}
.error-code{font-family:Rajdhani,sans-serif;font-size:clamp(110px,18vw,180px);font-weight:700;color:var(--accent);line-height:1;margin:0}
.error-hero h1{font-size:clamp(26px,4vw,38px)}
.error-hero p{max-width:480px;margin:0 auto 8px}

/* ---------- footer ---------- */
.site-footer{background:linear-gradient(180deg,#161617 0%,#0a0a0b 100%);color:rgba(255,255,255,.55);padding:0 0 36px;margin-top:130px;border-top:1px solid rgba(255,255,255,.06)}
.footer-lead{display:flex;align-items:center;justify-content:space-between;gap:48px;padding:52px 0 38px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand{max-width:500px}
.site-footer .footer-wordmark{display:inline-block;color:#f1f3f5;font-size:34px;font-weight:300;letter-spacing:0}
.site-footer .footer-wordmark b{color:var(--accent);font-weight:300}
.footer-brand p{max-width:500px;margin:14px 0 0;color:rgba(255,255,255,.58);font-size:16px;line-height:1.7}
.footer-support{width:min(100%,540px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding-left:32px;border-left:1px solid rgba(255,255,255,.12)}
.footer-support h2{font-size:20px;margin:0 0 5px}
.footer-support p{margin:0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.55}
.footer-support-links{display:flex;align-items:center;gap:18px;margin-top:9px;font-size:12px}
.footer-support-links a{color:rgba(255,255,255,.72);text-decoration:none;transition:color .2s ease}
.footer-support-links a:hover{color:#fff}
.footer-support-links a+a{position:relative}
.footer-support-links a+a::before{content:"";position:absolute;left:-10px;top:50%;width:2px;height:2px;border-radius:50%;background:rgba(255,255,255,.34)}
.footer-support .btn{border-radius:6px;box-shadow:none;white-space:nowrap}
.footer-grid{display:grid;grid-template-columns:1.25fr .95fr .95fr .8fr;gap:clamp(32px,5vw,64px);align-items:start;padding-top:48px}
.site-footer h2{color:#fff}
.site-footer h3{color:rgba(255,255,255,.92);font-size:13px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:0}
.rule{width:24px;height:2px;background:var(--accent);margin:12px 0 22px;border-radius:2px}
.footer-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:11px;font-size:14px}
.footer-grid ul a{color:rgba(255,255,255,.48);text-decoration:none;transition:color .2s ease,padding-left .2s ease}
.footer-grid ul a:hover{color:#fff;padding-left:4px}
.footer-base{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid rgba(255,255,255,.07);margin-top:56px;padding-top:28px;flex-wrap:wrap}
.footer-base p{margin:0;font-size:14px;color:rgba(255,255,255,.5)}
.footer-base a{color:rgba(255,255,255,.75);text-decoration:none}
.footer-base a:hover{color:#fff}
.footer-meta{display:grid;justify-items:end;gap:8px;text-align:right}
.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:13px}
.footer-legal a+a{position:relative}
.footer-legal a+a::before{content:"";position:absolute;left:-10px;top:50%;width:2px;height:2px;border-radius:50%;background:rgba(255,255,255,.32)}
.socials{display:flex;gap:10px;list-style:none;margin:0;padding:0}
.socials a{width:38px;height:38px;border-radius:6px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;transition:transform .2s ease,color .2s ease,border-color .2s ease}
.socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-3px)}
.socials .i{width:18px;height:18px}

/* ---------- consent banner ---------- */
.consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;display:none;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;background:var(--ink);color:#e6e8ec;border-radius:14px;padding:16px 20px;box-shadow:var(--shadow);max-width:760px;margin:0 auto;font-size:14px}
.consent.show{display:flex}
.consent p{margin:0;max-width:440px}
.consent-actions{display:flex;gap:10px}
.consent .btn{padding:10px 18px;font-size:13px}

/* ---------- responsive ---------- */
@media (max-width:980px){
  .cards-3{grid-template-columns:repeat(2,1fr)}
  .plans{grid-template-columns:repeat(2,1fr)}
  .diff-grid{grid-template-columns:repeat(2,1fr)}
  .hero-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .split>img{order:1}
  .testi-figure{margin:0;min-height:380px}
  .split .diff-grid{grid-template-columns:repeat(2,1fr)}
  .hero-art{min-height:280px}
  .checks{grid-template-columns:1fr}
  .product-overview,.product-capability-layout{grid-template-columns:1fr;gap:42px}
  .product-illustration{max-height:300px}
  .product-usecases{grid-template-columns:1fr 1fr}
  .footer-lead{align-items:flex-start;flex-direction:column;gap:28px}
  .footer-support{width:100%;max-width:none;padding:24px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 70px}
  .contact-grid{grid-template-columns:1fr}
}
@media (max-width:900px){
  .menu-btn{display:flex}
  .site-header nav{position:static}
  .nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;padding:20px 24px;gap:18px;display:none;box-shadow:var(--shadow)}
  .nav-links.open{display:flex;animation:nav-in .4s cubic-bezier(.22,1.2,.36,1) both;transform-origin:top center}
  .nav-links.closing{display:flex;animation:nav-out .28s ease-in both}
  .nav-links.open li{animation:nav-item .45s cubic-bezier(.34,1.45,.64,1) both}
  .nav-links.open li:nth-child(1){animation-delay:.05s}
  .nav-links.open li:nth-child(2){animation-delay:.10s}
  .nav-links.open li:nth-child(3){animation-delay:.15s}
  .nav-links.open li:nth-child(4){animation-delay:.20s}
  .nav-links.open li:nth-child(5){animation-delay:.25s}
  .nav-links.open li:nth-child(6){animation-delay:.30s}
  .nav-links.open li:nth-child(7){animation-delay:.35s}
}
@keyframes nav-in{from{opacity:0;transform:translateY(-24px) scaleY(.92)}to{opacity:1;transform:none}}
@keyframes nav-out{from{opacity:1;transform:none}to{opacity:0;transform:translateY(-24px) scaleY(.92)}}
@keyframes nav-item{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media (max-width:640px){
  .nav-wordmark{font-size:30px}
  .section{padding:64px 0}
  .cards-3,.plans,.footer-grid,.field-row,.support-grid{grid-template-columns:1fr}
  .diff-grid{grid-template-columns:1fr}
  .service-row{grid-template-columns:1fr;gap:18px}
  .product-page-hero{padding:52px 0 48px}
  .product-capabilities,.product-usecases{grid-template-columns:1fr}
  .product-signal{grid-template-columns:1fr;gap:7px}
  .product-console-head{align-items:flex-start;flex-direction:column}
  .product-console-head code{text-align:left}
  .testi{gap:16px}
  .testi blockquote{font-size:18px}
  .form-card{padding:28px 22px}
  .footer-lead{flex-direction:column;gap:24px;padding:40px 0 32px}
  .site-footer .footer-wordmark{font-size:31px}
  .footer-support{grid-template-columns:1fr;gap:18px}
  .footer-support-links{flex-wrap:wrap}
  .footer-support .btn{width:100%}
  .footer-grid{gap:34px;padding-top:36px}
  .support-checklist li{grid-template-columns:1fr;gap:6px}
  .faq-tools{padding:18px}
  .faq-toolbar,.faq-category-head,.faq-contact-band{align-items:flex-start;flex-direction:column}
  .faq-category{margin-top:48px}
  .faq-category-head h2{font-size:26px}
  .faq-entry summary{padding:17px 52px 17px 16px;font-size:15px}
  .faq-entry summary::after{right:16px}
  .faq-answer{padding:18px}
  .faq-contact-band .btn{width:100%}
  .footer-base{align-items:flex-start;flex-direction:column;margin-top:40px}
  .footer-meta{justify-items:start;text-align:left}
  .footer-legal{justify-content:flex-start}
  .socials{flex-wrap:wrap}
}

/* ---------- theme toggle button ---------- */
.theme-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:none;border:0;cursor:pointer;color:var(--ink);padding:0}
.theme-btn:hover{color:var(--accent)}
.theme-btn .i{width:20px;height:20px}
.theme-btn .sun{display:none}

/* ---------- night mode ---------- */
[data-theme="dark"] body{background:#111113;color:#b6bcc6}
[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,[data-theme="dark"] h4,[data-theme="dark"] h5{color:#f2f3f5}
[data-theme="dark"] .muted{color:#9aa0ab}
[data-theme="dark"] .theme-btn{color:#e6e8ec}
[data-theme="dark"] .theme-btn:hover{color:var(--accent)}
[data-theme="dark"] .theme-btn .sun{display:block}
[data-theme="dark"] .theme-btn .moon{display:none}
[data-theme="dark"] .site-header{background:rgba(17,17,19,.92);border-bottom-color:rgba(255,255,255,.08)}
[data-theme="dark"] .wordmark{color:#d6d9de}
[data-theme="dark"] .menu-btn{color:#e6e8ec}
[data-theme="dark"] .nav-links a{color:#e6e8ec}
[data-theme="dark"] .nav-links a:hover,[data-theme="dark"] .nav-links a[aria-current]{color:var(--accent)}
[data-theme="dark"] .nav-links .btn,[data-theme="dark"] .nav-links .btn:hover{color:#fff}
[data-theme="dark"] .hero{background-image:none;background-color:#111113}
[data-theme="dark"] .hero .lead,[data-theme="dark"] .hero .trust,[data-theme="dark"] .page-hero .lead{color:#aeb4be}
[data-theme="dark"] .hero-art{background-image:radial-gradient(#26282d 1.5px,transparent 1.5px)}
[data-theme="dark"] .badge-dot{color:#e6e8ec}
[data-theme="dark"] .page-hero{background-image:none;background-color:#15161a;border-bottom-color:rgba(255,255,255,.08)}
[data-theme="dark"] .breadcrumb a,[data-theme="dark"] .breadcrumb{color:#878d98}
[data-theme="dark"] .breadcrumb li+li::before{color:#4a4d55}
[data-theme="dark"] .section-light{background:#16171b}
[data-theme="dark"] .card,[data-theme="dark"] .diff,[data-theme="dark"] .ac,[data-theme="dark"] .form-card,[data-theme="dark"] .plan{background:#1c1d21;border-color:rgba(255,255,255,.09)}
[data-theme="dark"] .plan-featured{background:var(--accent);border-color:var(--accent)}
[data-theme="dark"] .plan-price{color:#f2f3f5}
[data-theme="dark"] .plan-featured .plan-price{color:#fff}
[data-theme="dark"] .plan-hr{background:rgba(255,255,255,.10)}
[data-theme="dark"] .plan-featured .plan-hr{background:rgba(255,255,255,.25)}
[data-theme="dark"] .service-row{border-bottom-color:rgba(255,255,255,.09)}
[data-theme="dark"] .product-endpoint{background:#1c1d21;border-color:#373a42;color:#d7dbe1}
[data-theme="dark"] .product-note{background:rgba(255,87,34,.11);color:#d8dce2}
[data-theme="dark"] .product-capability{background:#1c1d21;border-color:rgba(255,255,255,.09)}
[data-theme="dark"] .product-usecase{background:#18191d}
[data-theme="dark"] .product-capability p,[data-theme="dark"] .product-usecase p{color:#aeb4be}
[data-theme="dark"] .support-checklist{border-top-color:rgba(255,255,255,.14)}
[data-theme="dark"] .support-checklist li{border-bottom-color:rgba(255,255,255,.14)}
[data-theme="dark"] .support-checklist strong{color:#f2f3f5}
[data-theme="dark"] .support-checklist span{color:#aeb4be}
[data-theme="dark"] .proof{background:rgba(255,87,34,.14);color:#e6e8ec}
[data-theme="dark"] .testi blockquote,[data-theme="dark"] .testi cite strong{color:#f2f3f5}
[data-theme="dark"] .dots button{background:#3a3d44}
[data-theme="dark"] .dots button[aria-current]{background:var(--accent)}
[data-theme="dark"] .ac-trigger{color:#f2f3f5}
[data-theme="dark"] .ac-body{background:#272019;color:#cfd3da}
[data-theme="dark"] .faq-tools{background:#18191d;border-color:rgba(255,255,255,.09)}
[data-theme="dark"] .faq-search input{background:#111216;border-color:#3a3d45;color:#f2f3f5}
[data-theme="dark"] .faq-filters button,[data-theme="dark"] .faq-toolbar-actions button{background:#1c1d21;border-color:#3a3d45;color:#c7ccd4}
[data-theme="dark"] .faq-filters button:hover,[data-theme="dark"] .faq-toolbar-actions button:hover{border-color:var(--accent);color:var(--accent)}
[data-theme="dark"] .faq-filters button[aria-pressed="true"]{background:var(--accent);border-color:var(--accent);color:#fff}
[data-theme="dark"] .faq-toolbar,[data-theme="dark"] .faq-category-head,[data-theme="dark"] .faq-contact-band{border-color:rgba(255,255,255,.1)}
[data-theme="dark"] .faq-toolbar p strong{color:#f2f3f5}
[data-theme="dark"] .faq-empty{border-color:rgba(255,255,255,.14);color:#aeb4be}
[data-theme="dark"] .faq-category-head p:last-child,[data-theme="dark"] .faq-contact-band p{color:#aeb4be}
[data-theme="dark"] .faq-category-head>span{background:rgba(255,87,34,.14);color:#ff8a65}
[data-theme="dark"] .faq-entry{background:#1c1d21;border-color:rgba(255,255,255,.09)}
[data-theme="dark"] .faq-entry summary{color:#f2f3f5}
[data-theme="dark"] .faq-entry summary:hover{color:var(--accent)}
[data-theme="dark"] .faq-answer{background:#272019;border-top-color:rgba(255,255,255,.09);color:#cfd3da}
[data-theme="dark"] .prose p,[data-theme="dark"] .about-row p{color:#b6bcc6}
[data-theme="dark"] .prose h2{color:#f2f3f5}
[data-theme="dark"] .privacy-hero-meta{color:#969ca7}
[data-theme="dark"] .privacy-hero-meta strong{color:#f2f3f5}
[data-theme="dark"] .privacy-hero-meta span{color:#555a64}
[data-theme="dark"] .privacy-overview{background:#17181c;border-bottom-color:rgba(255,255,255,.09)}
[data-theme="dark"] .privacy-overview-grid{border-color:rgba(255,255,255,.12)}
[data-theme="dark"] .privacy-overview-item{border-color:rgba(255,255,255,.12)}
[data-theme="dark"] .privacy-overview-label{color:#f2f3f5}
[data-theme="dark"] .privacy-overview-item p{color:#aeb4be}
[data-theme="dark"] .privacy-toc{border-color:rgba(255,255,255,.12)}
[data-theme="dark"] .privacy-toc li{border-color:rgba(255,255,255,.09)}
[data-theme="dark"] .privacy-toc a{color:#aeb4be}
[data-theme="dark"] .privacy-toc a:hover{color:var(--accent)}
[data-theme="dark"] .policy-meta,[data-theme="dark"] .policy-meta>div,[data-theme="dark"] .policy-section{border-color:rgba(255,255,255,.11)}
[data-theme="dark"] .policy-meta span{color:#969ca7}
[data-theme="dark"] .policy-meta strong,[data-theme="dark"] .policy-intro{color:#f2f3f5}
[data-theme="dark"] .privacy-article>p,[data-theme="dark"] .policy-section p,[data-theme="dark"] .policy-list li,[data-theme="dark"] .policy-steps li{color:#b6bcc6}
[data-theme="dark"] .policy-section code{background:#1d1f24;border-color:#3a3e47;color:#e8eaed}
[data-theme="dark"] .policy-note{background:rgba(255,87,34,.12)}
[data-theme="dark"] .policy-note-warning{background:rgba(217,154,0,.10);border-left-color:#e2ad28}
[data-theme="dark"] .policy-note>strong{color:#f2f3f5}
[data-theme="dark"] .policy-note p{color:#c8cdd5}
[data-theme="dark"] .policy-table-wrap{background:#18191d;border-color:#383b43}
[data-theme="dark"] .policy-table th{background:#212329;color:#f2f3f5}
[data-theme="dark"] .policy-table th,[data-theme="dark"] .policy-table td{border-color:#343740}
[data-theme="dark"] .policy-table td{color:#b6bcc6}
[data-theme="dark"] .policy-table strong{color:#e8eaed}
[data-theme="dark"] .policy-actions .text-link:hover{color:#ff8a65}
[data-theme="dark"] label{color:#e6e8ec}
[data-theme="dark"] input,[data-theme="dark"] textarea{background:#15161a;border-color:#393d45;color:#f2f3f5}
[data-theme="dark"] .form-note{background:#272019;color:#cfd3da}
[data-theme="dark"] .btn-ghost{border-color:#43474f;color:#e6e8ec;background:transparent}
[data-theme="dark"] .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
@media (max-width:900px){
  [data-theme="dark"] .nav-links{background:#1b1c20;border-bottom-color:rgba(255,255,255,.08)}
}

/* Product integration examples */
.integration-section{padding-top:36px;overflow:clip}
.integration-heading{max-width:760px;margin-bottom:30px}
.integration-heading p:last-child{margin-bottom:0;color:#68707c}
.integration-shell{--ix-surface:#fff;--ix-chrome:#f7f8fa;--ix-code:#fbfcfe;--ix-border:#dce1e8;--ix-border-strong:#c9d0db;--ix-text:#172033;--ix-muted:#667085;--ix-tab-bg:#edf0f4;--ix-tab-active:#fff;--ix-hover:#f2f5f8;--ix-line:#98a2b3;--ix-comment:#52719f;--ix-accent:#e64a22;--ix-success:#168252;color-scheme:light;overflow:hidden;border:1px solid var(--ix-border-strong);border-radius:8px;background:var(--ix-surface);box-shadow:0 18px 44px rgba(28,39,58,.12);transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}
[data-theme="dark"] .integration-shell{--ix-surface:#17191e;--ix-chrome:#1c1f25;--ix-code:#121419;--ix-border:#30343d;--ix-border-strong:#3b404b;--ix-text:#e6e9ef;--ix-muted:#99a2b1;--ix-tab-bg:#121419;--ix-tab-active:#292d35;--ix-hover:#20242b;--ix-line:#616b7a;--ix-comment:#88a8d7;--ix-accent:#ff7043;--ix-success:#62d99d;color-scheme:dark;box-shadow:0 22px 52px rgba(0,0,0,.28)}
.integration-console-head{display:flex;align-items:center;gap:16px;min-height:56px;padding:0 18px;border-bottom:1px solid var(--ix-border);background:var(--ix-chrome)}
.integration-window-dots{display:flex;flex:0 0 auto;gap:8px}
.integration-window-dot{display:block;width:9px;height:9px;border-radius:50%}
.integration-window-dot.red{background:#ff5f57}
.integration-window-dot.yellow{background:#febc2e}
.integration-window-dot.green{background:#28c840}
.integration-command{display:flex;align-items:center;min-width:0;gap:10px}
.integration-method{flex:0 0 auto;padding:4px 7px;border:1px solid rgba(230,74,34,.24);border-radius:5px;background:rgba(230,74,34,.10);color:var(--ix-accent);font:800 10px/1 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;letter-spacing:0}
.integration-method.is-response{border-color:rgba(36,141,93,.28);background:rgba(36,141,93,.11);color:var(--ix-success)}
.integration-console-title,.integration-protocol{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-size:12.5px;letter-spacing:0}
.integration-console-title{overflow:hidden;color:var(--ix-text);text-overflow:ellipsis;white-space:nowrap}
.integration-protocol{margin-left:auto;color:var(--ix-muted);white-space:nowrap}
.integration-toolbar{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid var(--ix-border);background:var(--ix-chrome)}
.integration-tabs{display:flex;flex:0 1 auto;min-width:0;gap:3px;padding:3px;overflow-x:auto;border:1px solid var(--ix-border);border-radius:7px;background:var(--ix-tab-bg);scrollbar-width:none}
.integration-tabs::-webkit-scrollbar{display:none}
.integration-tab{flex:0 0 auto;min-height:32px;padding:7px 12px;border:0;border-radius:5px;background:transparent;color:var(--ix-muted);font:800 12px/1 Nunito,ui-sans-serif,system-ui,sans-serif;letter-spacing:0;cursor:pointer}
.integration-tab:hover{color:var(--ix-text);background:var(--ix-hover)}
.integration-tab:focus-visible,.integration-copy:focus-visible{outline:2px solid #ff7043;outline-offset:2px}
.integration-tab[aria-selected="true"]{color:var(--ix-accent);background:var(--ix-tab-active);box-shadow:0 1px 3px rgba(16,24,40,.13)}
.integration-tab.is-response{position:relative;margin-left:5px}
.integration-tab.is-response::before{content:"";position:absolute;top:6px;bottom:6px;left:-4px;width:1px;background:var(--ix-border-strong)}
.integration-tab.is-response[aria-selected="true"]{color:var(--ix-success)}
.integration-copy{flex:0 0 auto;min-width:78px;min-height:38px;margin-left:auto;padding:7px 13px;border:1px solid var(--ix-border-strong);border-radius:6px;background:var(--ix-surface);color:var(--ix-text);font:800 12px/1 Nunito,ui-sans-serif,system-ui,sans-serif;letter-spacing:0;cursor:pointer}
.integration-copy:hover{border-color:var(--ix-accent);color:var(--ix-accent);background:var(--ix-hover)}
.integration-copy[data-state="copying"]{color:var(--ix-muted);cursor:progress}
.integration-copy[data-state="copied"]{border-color:#248d5d;color:#168252;background:rgba(36,141,93,.10)}
[data-theme="dark"] .integration-copy[data-state="copied"]{color:#62d99d}
.integration-copy[data-state="failed"]{border-color:var(--ix-accent);color:var(--ix-accent);background:rgba(230,74,34,.08)}
.integration-code-stage{position:relative;height:390px;min-height:320px;max-height:62vh;overflow:auto;background:var(--ix-code);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--ix-border-strong) var(--ix-code)}
.integration-panel[hidden]{display:none}
.integration-code{min-width:max-content;margin:0;padding:18px 0;background:transparent;white-space:normal;tab-size:4}
.integration-code-lines{display:block;color:var(--ix-text);font:500 13px/1.8 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;letter-spacing:0}
.integration-code-line{display:grid;grid-template-columns:52px minmax(max-content,1fr);min-height:1.8em}
.integration-code-line:hover{background:var(--ix-hover)}
.integration-line-number{position:sticky;left:0;z-index:1;display:block;padding-right:12px;border-right:1px solid var(--ix-border);background:var(--ix-code);color:var(--ix-line);text-align:right;user-select:none}
.integration-code-text{display:block;min-width:max-content;padding:0 26px 0 18px;color:var(--ix-text);white-space:pre}
.integration-code-line.is-comment .integration-code-text{color:var(--ix-comment)}
.integration-guidance{position:relative;display:block;margin:18px 0 0;padding-left:16px;color:#68707c;font-size:14px}
.integration-guidance::before{content:"";position:absolute;top:.72em;left:0;width:6px;height:6px;border-radius:50%;background:#ff5722}
.integration-guidance a{font-weight:800}
[data-theme="dark"] .integration-heading p:last-child,[data-theme="dark"] .integration-guidance{color:#aeb4be}

@media (max-width:720px){
  .integration-section{padding-top:24px}
  .integration-heading{margin-bottom:22px}
  .integration-console-head{min-height:52px;gap:11px;padding:0 13px}
  .integration-method{padding-right:6px;padding-left:6px}
  .integration-protocol{display:none}
  .integration-toolbar{gap:8px;padding:8px}
  .integration-tabs{flex:1 1 auto}
  .integration-tab{padding-right:10px;padding-left:10px;font-size:11.5px}
  .integration-copy{min-width:64px;min-height:38px;padding-right:9px;padding-left:9px}
  .integration-code-stage{height:360px;min-height:300px;max-height:58vh}
  .integration-code{padding:15px 0}
  .integration-code-lines{font-size:12px;line-height:1.75}
  .integration-code-line{grid-template-columns:42px minmax(max-content,1fr);min-height:1.75em}
  .integration-line-number{padding-right:9px}
  .integration-code-text{padding-right:18px;padding-left:14px}
}
