.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-100)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.header__logo img{height:36px;width:auto;display:block}.header__nav{display:flex;align-items:center;gap:.125rem}.header__item{position:relative}.header__trigger,.header__link{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--gray-700);border-radius:6px;transition:color .15s,background .15s}.header__trigger:hover,.header__link:hover,.header__link--active{color:var(--gray-900);background:var(--gray-50)}.header__chevron{opacity:.5;transition:transform .2s}.header__item--open .header__chevron{transform:rotate(180deg)}.header__dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:220px;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .2s,transform .2s,visibility .2s}.header__dropdown--wide{min-width:480px;display:grid;grid-template-columns:1fr 1fr;gap:.25rem}.header__item--open .header__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__dropdown a,.header__dropdown .header__dropdown-link{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .75rem;border-radius:var(--radius);font-size:.875rem;color:var(--gray-700);transition:background .15s}.header__dropdown .header__dropdown-link--simple{display:block;font-weight:500;color:var(--gray-700)}.header__dropdown a:hover{background:var(--gray-50);color:var(--gray-900)}.header__dropdown a img{width:32px;height:32px;flex-shrink:0}.header__dropdown strong{display:block;font-weight:600;color:var(--gray-900);margin-bottom:.1rem}.header__dropdown span{font-size:.75rem;color:var(--gray-500);line-height:1.35}.header__actions{display:flex;align-items:center;gap:1rem}.header__login{font-size:.875rem;font-weight:500;color:var(--gray-700)}.header__login:hover{color:var(--gray-900)}.header__burger{display:none;flex-direction:column;gap:5px;padding:.5rem}.header__burger span{display:block;width:22px;height:2px;background:var(--gray-800);border-radius:2px}.header__mobile{display:none;position:fixed;inset:var(--header-h) 0 0 0;background:var(--white);padding:1.5rem;overflow-y:auto;border-top:1px solid var(--gray-100)}.header__mobile--open{display:block}.header__mobile a{display:block;padding:.875rem 0;font-size:1rem;font-weight:500;color:var(--gray-800);border-bottom:1px solid var(--gray-100)}@media (max-width: 1024px){.header__nav,.header__actions .header__login,.header__actions .btn{display:none}.header__burger{display:flex}}@media (min-width: 1025px){.header__mobile{display:none!important}}.footer{background:var(--white);border-top:1px solid var(--gray-100);padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/map_bg_footer.svg) center / contain no-repeat;opacity:.04;pointer-events:none}.footer .container{position:relative;z-index:1}.footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}.footer__brand img{height:32px;width:auto;display:block;margin-bottom:1rem}.footer__brand p{font-size:.875rem;color:var(--gray-500);line-height:1.65;max-width:260px;margin-bottom:1.25rem}.footer__social{display:flex;gap:.75rem}.footer__social a{width:36px;height:36px;border-radius:8px;border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:color .15s,border-color .15s,background .15s}.footer__social a:hover{color:var(--gray-800);border-color:var(--gray-300);background:var(--gray-50)}.footer__heading{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-900);margin-bottom:1rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer__links a{font-size:.875rem;color:var(--gray-500);transition:color .15s}.footer__links a:hover{color:var(--green)}.footer__bottom{border-top:1px solid var(--gray-100);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.8125rem;color:var(--gray-400)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--gray-500)}.footer__legal a:hover{color:var(--green)}@media (max-width: 900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media (max-width: 520px){.footer__grid{grid-template-columns:1fr}}.dashboard{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);overflow:hidden;font-size:.6875rem}.dashboard__layout{display:flex;min-height:340px}.dashboard__sidebar{width:140px;background:var(--gray-50);border-right:1px solid var(--gray-100);padding:1rem .75rem;flex-shrink:0}.dashboard__logo{margin-bottom:1.25rem;padding-left:.25rem}.dashboard__logo img{height:22px;width:auto;display:block}.dashboard__nav-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;border-radius:6px;color:var(--gray-500);margin-bottom:.2rem;font-size:.625rem}.dashboard__nav-item--active{background:var(--green-light);color:var(--green-dark);font-weight:600}.dashboard__nav-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4}.dashboard__main{flex:1;padding:1rem 1.25rem 1.25rem;min-width:0}.dashboard__title{font-size:.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.dashboard__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.dashboard__metric{background:var(--gray-50);border-radius:8px;padding:.5rem .6rem;border:1px solid var(--gray-100)}.dashboard__metric-value{font-size:.8125rem;font-weight:700;color:var(--gray-900);line-height:1.2}.dashboard__metric-label{font-size:.5625rem;color:var(--gray-500);margin-top:.15rem}.dashboard__charts{display:grid;grid-template-columns:1.4fr 1fr;gap:.75rem}.dashboard__chart{background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-100);padding:.65rem}.dashboard__chart-title{font-size:.5625rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.dashboard__line-chart{height:72px;width:100%}.dashboard__donut{display:flex;align-items:center;gap:.75rem}.dashboard__donut-svg{width:64px;height:64px;flex-shrink:0}.dashboard__legend{display:flex;flex-direction:column;gap:.25rem}.dashboard__legend-item{display:flex;align-items:center;gap:.35rem;font-size:.5625rem;color:var(--gray-600)}.dashboard__legend-dot{width:6px;height:6px;border-radius:50%}@media (max-width: 640px){.dashboard__metrics{grid-template-columns:repeat(2,1fr)}.dashboard__charts{grid-template-columns:1fr}.dashboard__sidebar{display:none}}.hero{padding:calc(var(--header-h) + 3rem) 0 4.5rem;background:var(--white);overflow:hidden;position:relative}.hero__deco{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.hero__deco--dots{top:12%;left:-2%;width:120px;opacity:.45}.hero__deco--wave{bottom:0;right:0;width:min(55%,520px);opacity:.35}.hero__deco--shape{top:18%;right:38%;width:72px;opacity:.5}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center}.hero__badge{margin-bottom:1.25rem}.hero__title{font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;color:var(--gray-900);margin-bottom:1.25rem}.hero__title em{font-style:normal;color:var(--green)}.hero__subtitle{font-size:1.0625rem;color:var(--gray-500);line-height:1.65;max-width:440px;margin-bottom:2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem}.hero__trust-item{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--gray-500)}.hero__visual{position:relative}.hero__visual:before{content:"";position:absolute;top:-8%;right:-6%;bottom:-8%;left:-6%;background:radial-gradient(ellipse at center,rgba(0,196,118,.1) 0%,transparent 72%);pointer-events:none}.hero__visual .dashboard{position:relative;z-index:1}@media (max-width: 960px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-inline:auto}.hero__actions,.hero__trust{justify-content:center}.hero__visual{order:-1;max-width:520px;margin-inline:auto}.hero__deco--shape,.hero__deco--dots{display:none}}.core-features{padding:5rem 0;background:var(--white);position:relative;overflow:hidden}.core-features:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/bg-pattern_sms-icons.svg) center / cover no-repeat;opacity:.04;pointer-events:none}.core-features .container{position:relative;z-index:1}.core-features__header{text-align:center;margin-bottom:3rem}.core-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.core-feature{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.core-feature:hover{box-shadow:var(--shadow);border-color:var(--gray-200)}.core-feature__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:var(--green-light)}.core-feature__icon img{width:28px;height:28px;object-fit:contain}.core-feature__title{font-size:1.0625rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.core-feature__text{font-size:.875rem;color:var(--gray-500);line-height:1.6}.core-features__more{text-align:center}.core-features__more a{font-size:.9375rem;font-weight:600;color:var(--green)}.core-features__more a:hover{color:var(--green-dark)}@media (max-width: 900px){.core-features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.core-features__grid{grid-template-columns:1fr}}.trusted{padding:5rem 0;background:var(--gray-50)}.trusted__header{text-align:center;margin-bottom:2.5rem}.trusted__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem}.trusted__stat{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm)}.trusted__stat-icon{width:44px;height:44px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green)}.trusted__stat-value{font-size:1.375rem;font-weight:700;color:var(--gray-900);line-height:1.2}.trusted__stat-label{font-size:.8125rem;color:var(--gray-500);margin-top:.15rem}.trusted__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem}.trusted__logo-wrap{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);padding:.875rem 1.5rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;min-width:120px;min-height:56px;transition:box-shadow .2s,border-color .2s}.trusted__logo-wrap:hover{box-shadow:var(--shadow);border-color:var(--gray-200)}.trusted__logo{max-height:36px;max-width:120px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.75;transition:filter .2s,opacity .2s}.trusted__logo-wrap:hover .trusted__logo{filter:grayscale(0);opacity:1}@media (max-width: 768px){.trusted__stats{grid-template-columns:1fr}}.developer-section{padding:0 0 5rem;background:var(--white)}.developer-section__panel{background:var(--navy);border-radius:var(--radius-xl);padding:3rem 3.5rem;display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center;color:var(--white);position:relative;overflow:hidden}.developer-section__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/Background_API_Section_OnDarkBlue.svg) center / cover no-repeat;opacity:.35;pointer-events:none}.developer-section__panel>*{position:relative;z-index:1}.developer-section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem}.developer-section__list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.developer-section__list li{display:flex;align-items:center;gap:.6rem;font-size:.9375rem;color:#ffffffd9}.developer-section__check{width:20px;height:20px;border-radius:50%;background:#00c47633;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green)}.code-editor{background:#0d1117;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.08);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem}.code-editor__tabs{display:flex;gap:0;background:#161b22;border-bottom:1px solid rgba(255,255,255,.06);padding:0 .5rem}.code-editor__tab{padding:.6rem .85rem;font-size:.6875rem;color:#ffffff73;border-bottom:2px solid transparent;margin-bottom:-1px}.code-editor__tab--active{color:var(--white);border-bottom-color:var(--green)}.code-editor__body{padding:1rem 1.25rem;line-height:1.65;overflow-x:auto}.code-editor__line{white-space:pre}.code-editor__kw{color:#ff7b72}.code-editor__str{color:#a5d6ff}.code-editor__fn{color:#d2a8ff}.code-editor__url{color:#79c0ff}.code-editor__cmt{color:#8b949e}.code-editor__num{color:#79c0ff}.code-editor__status{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#161b22;border-top:1px solid rgba(255,255,255,.06);font-size:.6875rem;color:#fff9}.code-editor__status-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.code-editor__status-ok{color:var(--green);font-weight:600}@media (max-width: 900px){.developer-section__panel{grid-template-columns:1fr;padding:2rem 1.5rem}}.cta{padding:0 0 5rem;background:var(--white)}.cta__panel{background:var(--navy);border-radius:var(--radius-xl);padding:3.5rem 2rem;text-align:center;color:var(--white);position:relative;overflow:hidden}.cta__panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/bg-pattern_center.svg) center / cover no-repeat;opacity:.12;pointer-events:none}.cta__panel>*{position:relative;z-index:1}.cta__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.cta__text{font-size:1rem;color:#ffffffa6;max-width:480px;margin:0 auto 2rem;line-height:1.6}.cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #00c476;--green-dark: #00a862;--green-light: #e6faf2;--green-glow: rgba(0, 196, 118, .2);--navy: #050816;--navy-card: #0c1229;--navy-mid: #111827;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--font: "Inter", system-ui, -apple-system, sans-serif;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow: 0 4px 24px rgba(0, 0, 0, .06);--shadow-lg: 0 24px 64px rgba(5, 8, 22, .12);--max-width: 1180px;--header-h: 72px}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:min(100% - 3rem,var(--max-width));margin-inline:auto}.eyebrow{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.2;color:var(--gray-900)}.section-subtitle{color:var(--gray-500);font-size:1.0625rem;max-width:520px;margin-top:.75rem;line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6875rem 1.375rem;border-radius:8px;font-weight:600;font-size:.9375rem;transition:background .15s,box-shadow .15s,border-color .15s;white-space:nowrap}.btn--primary{background:var(--green);color:var(--white);box-shadow:0 2px 8px var(--green-glow)}.btn--primary:hover{background:var(--green-dark)}.btn--lg{padding:.8125rem 1.625rem;font-size:1rem}.btn--ghost{background:var(--white);color:var(--gray-800);border:1px solid var(--gray-200)}.btn--ghost:hover{border-color:var(--gray-300);background:var(--gray-50)}.btn--white{background:var(--white);color:var(--navy)}.btn--white:hover{background:var(--gray-100)}.btn--outline-light{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.35)}.btn--outline-light:hover{background:#ffffff14;border-color:#ffffff8c}.badge-pill{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:999px;font-size:.8125rem;font-weight:500;background:var(--green-light);color:var(--green-dark)}.badge-pill--dark{background:#00c47626;color:var(--green)}.text-center{text-align:center}.mx-auto{margin-inline:auto}.check-icon{flex-shrink:0;color:var(--green)}.page-hero{background:var(--gray-50);color:var(--gray-900);padding:calc(var(--header-h) + 3rem) 0 3.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/page-header-bg.svg) center top / cover no-repeat;opacity:.35;pointer-events:none}.page-hero__inner{position:relative;z-index:1}.page-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:720px}.page-hero p{font-size:1.0625rem;color:var(--gray-500);max-width:560px;margin-top:1rem}.section{padding:4rem 0}.section--muted{background:var(--gray-50)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}.card__title{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.card__text{font-size:.9375rem;color:var(--gray-500);line-height:1.6}.card__icon{width:48px;height:48px;margin-bottom:1rem}.btn--outline-dark{background:var(--white);color:var(--gray-800);border:1px solid var(--gray-200)}.btn--outline-dark:hover{border-color:var(--gray-300);background:var(--gray-50)}.mb-4{margin-bottom:1.5rem}.mb-6{margin-bottom:2.5rem}.page-hero__breadcrumb{font-size:.875rem;color:var(--gray-400);margin-bottom:1rem}.page-hero__breadcrumb a:hover{color:var(--green)}
