:root{
  --ink:#172033;
  --ink-2:#324158;
  --muted:#66758a;
  --navy:#102a43;
  --navy-2:#183e68;
  --blue:#246bfd;
  --blue-2:#4d8dff;
  --cyan:#08a6b7;
  --teal:#0f9f8f;
  --soft:#f6f8fc;
  --soft-blue:#eef5ff;
  --soft-cyan:#eefbfc;
  --white:#fff;
  --line:#e4eaf1;
  --line-2:#d5deea;
  --success:#16885d;
  --danger:#bd3434;
  --gold:#dca51a;
  --shadow:0 18px 48px rgba(24,51,82,.09);
  --shadow-sm:0 8px 26px rgba(24,51,82,.07);
  --radius:22px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Segoe UI",Tahoma,"Noto Sans Thai",system-ui,-apple-system,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;height:auto}
.ui-icon{width:1.2em;height:1.2em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.container.narrow,.narrow{max-width:860px}
.topline{height:35px;background:var(--navy);color:#cfe0f3;font-size:11px;letter-spacing:.025em}.topline-inner{height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topline-inner>div{display:flex;gap:18px}.topline a{color:#fff;opacity:.88}.topline a:hover{opacity:1}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(228,234,241,.95);backdrop-filter:blur(16px);transition:box-shadow .2s ease}.site-header.scrolled{box-shadow:0 10px 35px rgba(20,45,74,.09)}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.logo-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-size:13px;font-weight:900;letter-spacing:-.04em;box-shadow:0 7px 18px rgba(36,107,253,.20)}.logo b{display:block;font-size:20px;line-height:1.05;color:var(--navy);letter-spacing:-.02em}.logo small{display:block;color:var(--muted);font-size:10px;margin-top:4px;letter-spacing:.03em}
.site-header nav{display:flex;align-items:center;gap:3px}.site-header nav>a{padding:9px 10px;border-radius:10px;color:#3d4c61;font-size:13px;font-weight:650;transition:.15s ease;white-space:nowrap}.site-header nav>a:hover,.site-header nav>a.active{color:var(--blue);background:var(--soft-blue)}.site-header nav .nav-login{margin-left:5px;border:1px solid var(--line-2);background:#fff;color:var(--navy);padding-inline:13px}.site-header nav .nav-cta{background:var(--blue);color:#fff;padding-inline:15px;box-shadow:0 8px 22px rgba(36,107,253,.20)}.site-header nav .nav-cta:hover{background:#1758dc;color:#fff}
.mobile-nav-btn{display:none;width:42px;height:42px;border-radius:11px;border:1px solid var(--line-2);background:#fff;padding:9px;cursor:pointer}.mobile-nav-btn i{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:3px;transition:.2s}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:12px;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease;box-shadow:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue),#1559df);color:#fff;box-shadow:0 12px 28px rgba(36,107,253,.20)}.btn-primary:hover{box-shadow:0 16px 32px rgba(36,107,253,.27)}.btn-secondary{background:#fff;border-color:var(--line-2);color:var(--navy)}.btn-secondary:hover{border-color:#b7c6d8;background:#fafeff}.btn-light{background:#fff;color:var(--navy)}.btn-outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
.flash{margin-top:14px;padding:12px 14px;border-radius:12px;border:1px solid var(--line);font-size:13px}.flash.success{background:#eaf8f2;border-color:#c7eadc;color:#116c4b}.flash.danger{background:#fff0f0;border-color:#f2cdcd;color:#9b2b2b}
.hero{position:relative;overflow:hidden;padding:78px 0 72px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-bottom:1px solid #edf1f6}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-orb-a{width:420px;height:420px;right:-120px;top:-190px;background:radial-gradient(circle,rgba(36,107,253,.12),rgba(36,107,253,0) 68%)}.hero-orb-b{width:320px;height:320px;left:-170px;bottom:-200px;background:radial-gradient(circle,rgba(8,166,183,.10),rgba(8,166,183,0) 70%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:58px;align-items:center}.hero-copy{max-width:650px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.10em;margin-bottom:18px}.hero-kicker>span{width:28px;height:2px;background:var(--blue);border-radius:4px}.hero h1{margin:0;color:var(--navy);font-size:clamp(42px,5.2vw,66px);line-height:1.13;letter-spacing:-.042em;font-weight:830}.hero-copy>p{margin:22px 0 0;max-width:670px;color:var(--muted);font-size:18px;line-height:1.8}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px}.trust-row span{display:inline-flex;align-items:center;gap:6px;color:#4d5f74;font-size:12px;font-weight:650}.trust-row .ui-icon{color:var(--teal);width:16px;height:16px}
.hero-workspace{position:relative;min-height:510px}.workspace-shell{position:absolute;inset:24px 0 36px 20px;border:1px solid #dbe4ee;border-radius:22px;background:#fff;box-shadow:0 26px 70px rgba(23,51,82,.14);overflow:hidden;transform:perspective(1100px) rotateY(-2deg) rotateX(1deg)}.workspace-top{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;padding:0 15px;color:#5e6e83;font-size:11px}.window-dots{display:flex;gap:5px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#d7dee7}.workspace-top>b{font-weight:750;color:var(--navy);margin-right:auto}.status-dot{display:inline-flex;align-items:center;gap:5px;color:var(--success);font-size:9px;font-weight:900;letter-spacing:.05em}.status-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#22b477;box-shadow:0 0 0 4px #e3f7ef}.workspace-body{height:calc(100% - 48px);display:grid;grid-template-columns:58px 1fr}.workspace-side{background:#f8fafc;border-right:1px solid var(--line);padding:12px 9px;display:flex;align-items:center;flex-direction:column;gap:13px}.mini-brand{width:34px;height:34px;display:grid;place-items:center;background:var(--navy);color:#fff;border-radius:9px;font-size:9px;font-weight:900}.workspace-side i{display:block;width:25px;height:6px;border-radius:5px;background:#dfe6ef}.workspace-main{padding:20px}.workspace-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.workspace-title small{display:block;color:#8a98a9;font-size:8px;font-weight:900;letter-spacing:.08em}.workspace-title strong{display:block;color:var(--navy);font-size:16px;margin-top:3px}.workspace-title>span{background:#eaf8f3;color:#12825a;border:1px solid #caeadc;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:900}.workspace-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.workspace-cards>div{border:1px solid var(--line);border-radius:13px;padding:11px;background:#fff}.workspace-cards>div>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eef5ff;color:var(--blue);margin-bottom:8px}.workspace-cards .ui-icon{width:17px;height:17px}.workspace-cards small{display:block;color:#8b99a9;font-size:8px}.workspace-cards b{display:block;color:var(--navy);font-size:11px;margin-top:2px}.workspace-bottom{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:10px}.code-card,.metric-card{border:1px solid var(--line);border-radius:13px;background:#fbfcfe;padding:12px}.code-card>small,.metric-card>small{color:#8b99a9;font-size:8px;font-weight:900;letter-spacing:.07em}.code-card p{margin:5px 0;color:#56667a;font-family:Consolas,monospace;font-size:8px;white-space:nowrap}.code-card p span{color:var(--blue);margin-right:5px}.metric-card{text-align:center}.metric-ring{width:86px;height:86px;border-radius:50%;margin:8px auto;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--blue) 0 82%,#e9eef5 82%);position:relative}.metric-ring:before{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.metric-ring b,.metric-ring span{position:relative;z-index:1}.metric-ring b{font-size:17px;color:var(--navy)}.metric-ring span{font-size:8px;color:#7b8999}.metric-card em{font-size:8px;color:#78879a;font-style:normal}.workspace-badge{position:absolute;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;box-shadow:0 15px 34px rgba(28,57,89,.13)}.workspace-badge>.ui-icon{width:24px;height:24px;color:var(--blue)}.workspace-badge b{display:block;color:var(--navy);font-size:10px}.workspace-badge small{display:block;color:var(--muted);font-size:8px}.badge-security{right:-15px;top:4px}.badge-support{left:-10px;bottom:2px}.badge-support>.ui-icon{color:var(--teal)}
.credibility-strip{background:#fff;border-bottom:1px solid var(--line)}.credibility-grid{display:grid;grid-template-columns:repeat(4,1fr)}.credibility-grid>div{padding:20px 22px;display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center;border-right:1px solid var(--line)}.credibility-grid>div:last-child{border-right:0}.credibility-grid>div>span{grid-row:1/3;width:42px;height:42px;border-radius:12px;background:#f2f6fb;color:var(--navy);display:grid;place-items:center}.credibility-grid>div>span .ui-icon{width:20px;height:20px}.credibility-grid b{font-size:17px;color:var(--navy);line-height:1.2}.credibility-grid small{font-size:10px;color:var(--muted)}
.section{padding:82px 0}.section-soft{background:var(--soft)}.section-portfolio{background:linear-gradient(180deg,#f7f9fc 0,#fff 100%)}.section-heading{text-align:center;max-width:760px;margin:0 auto 34px}.section-heading-left{text-align:left;margin-left:0}.section-heading>span,.section-heading>div>span,.page-hero .container>span{display:inline-block;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.13em;margin-bottom:8px}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(29px,3.4vw,42px);line-height:1.24;letter-spacing:-.025em}.section-heading p{margin:10px 0 0;color:var(--muted);font-size:15px;line-height:1.8}.row-heading{display:flex;max-width:none;text-align:left;align-items:end;justify-content:space-between;gap:30px}.row-heading>div{max-width:780px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:13px;font-weight:800;white-space:nowrap}.text-link .ui-icon{width:16px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow-sm);transition:.2s ease;overflow:hidden}.service-card:hover{transform:translateY(-4px);border-color:#c8d7e8;box-shadow:var(--shadow)}.service-card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--blue),var(--cyan));opacity:0;transition:.2s}.service-card:hover:after{opacity:1}.icon-box{width:50px;height:50px;border-radius:14px;background:var(--soft-blue);color:var(--blue);display:grid;place-items:center}.icon-box .ui-icon{width:24px;height:24px}.icon-box.large{width:66px;height:66px;border-radius:18px}.icon-box.large .ui-icon{width:30px;height:30px}.service-number{position:absolute;right:20px;top:22px;color:#dbe3ed;font-size:12px;font-weight:900}.service-card h3{margin:17px 0 7px;color:var(--navy);font-size:18px}.service-card p{margin:0;color:var(--muted);font-size:13px;min-height:62px}.service-card a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:var(--blue);font-size:12px;font-weight:850}.service-card a .ui-icon{width:14px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-grid-all{grid-template-columns:repeat(3,1fr)}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:.2s ease}.product-card:hover{transform:translateY(-4px);border-color:#c9d7e7;box-shadow:var(--shadow)}.product-badge{position:absolute;right:24px;top:24px;z-index:2;background:#fff;color:var(--blue);border:1px solid #dce7f8;font-size:9px;font-weight:900;padding:5px 8px;border-radius:999px}.product-visual{height:126px;border-radius:15px;background:linear-gradient(135deg,#eef5ff,#eefbfc);border:1px solid #dbe9f6;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--navy)}.product-visual>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#fff;color:var(--blue);box-shadow:0 7px 22px rgba(36,107,253,.10)}.product-visual .ui-icon{width:25px;height:25px}.product-visual small{margin-top:8px;color:#687a91;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-card h3{font-size:17px;line-height:1.4;color:var(--navy);margin:16px 4px 6px}.product-card>p{color:var(--muted);font-size:12px;min-height:76px;margin:0 4px}.feature-list{display:grid;gap:6px;margin:10px 4px 16px}.feature-list span{display:flex;align-items:center;gap:6px;font-size:11px;color:#42546a}.feature-list .ui-icon{width:13px;height:13px;color:var(--teal)}.product-foot{margin-top:auto;padding:13px 4px 3px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:8px}.product-foot b{font-size:11px;color:#435168}.product-foot a{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-size:11px;font-weight:850}.product-foot a .ui-icon{width:13px}
.workflow-section{background:#fff}.workflow-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.steps>div{position:relative;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.steps>div>b{position:absolute;right:17px;top:14px;color:#d9e2ec;font-size:25px}.steps>div>span{width:44px;height:44px;border-radius:12px;background:var(--soft-blue);color:var(--blue);display:grid;place-items:center}.steps>div>span .ui-icon{width:21px}.steps h3{color:var(--navy);margin:14px 0 5px;font-size:16px}.steps p{color:var(--muted);font-size:12px;margin:0}.workflow-layout .btn{margin-top:20px}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portfolio-grid article{background:#fff;border:1px solid var(--line);padding:11px;border-radius:19px;box-shadow:var(--shadow-sm);transition:.2s}.portfolio-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.portfolio-img{height:185px;border-radius:13px;background:linear-gradient(135deg,#dbe9f8,#e7f8fa);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:10px}.portfolio-img span{font-size:9px;font-weight:900;background:rgba(16,42,67,.82);color:#fff;padding:5px 8px;border-radius:999px;backdrop-filter:blur(5px)}.portfolio-grid h3{margin:13px 3px 4px;color:var(--navy);font-size:17px}.portfolio-grid article>small{color:var(--muted);margin:0 3px}.portfolio-grid p{font-size:12px;color:var(--muted);margin:0 3px 8px}.portfolio-grid a{color:var(--blue);font-weight:800;font-size:12px;margin:0 3px}
.trust-section{padding-top:72px}.why-grid,.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid>div,.support-grid>div{padding:22px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.why-grid>div>span,.support-grid>div>span{width:45px;height:45px;border-radius:12px;background:#eef5ff;color:var(--blue);display:grid;place-items:center}.why-grid .ui-icon,.support-grid .ui-icon{width:21px;height:21px}.why-grid h3,.support-grid h3{color:var(--navy);margin:14px 0 5px;font-size:16px}.why-grid p,.support-grid p{color:var(--muted);font-size:12px;margin:0}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.testimonial-grid blockquote{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow-sm)}.rating{color:#e2a81c;font-size:12px;letter-spacing:.12em}.testimonial-grid p{font-size:14px;color:#394b61;min-height:78px}.testimonial-grid footer{background:none!important;padding:0!important;color:inherit!important}.testimonial-grid footer b{display:block;color:var(--navy);font-size:13px}.testimonial-grid footer small{color:var(--muted);font-size:11px}
.faq-list{max-width:850px;margin:auto;display:grid;gap:9px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 17px;box-shadow:0 4px 16px rgba(24,51,82,.03)}.faq-list summary{list-style:none;cursor:pointer;font-weight:800;color:var(--navy);padding:15px 0;display:flex;justify-content:space-between;gap:20px;font-size:13px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--blue);font-size:20px;line-height:1}.faq-list p{color:var(--muted);padding:0 0 15px;margin:0;font-size:13px}
.cta-section{padding:0 0 82px}.cta-box{background:linear-gradient(135deg,var(--navy) 0,#174b7c 58%,#096f86 100%);color:#fff;border-radius:26px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 25px 60px rgba(16,42,67,.20)}.cta-box>div>span{color:#9eddeb;font-size:10px;font-weight:900;letter-spacing:.11em}.cta-box h2{font-size:30px;line-height:1.3;margin:7px 0}.cta-box p{margin:0;color:#d2deec}.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.page-hero{padding:64px 0 60px;background:linear-gradient(180deg,#f8fbff,#f4f8fc);border-bottom:1px solid var(--line)}.page-hero h1{color:var(--navy);font-size:clamp(36px,5vw,54px);margin:8px 0;line-height:1.18;letter-spacing:-.035em}.page-hero p{color:var(--muted);font-size:17px;max-width:800px;margin:0}
.service-detail-list{display:grid;gap:15px}.service-detail-list article{display:grid;grid-template-columns:76px 1fr;gap:20px;padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.service-detail-list h2{color:var(--navy);margin:0 0 4px}.service-detail-list p{color:var(--muted)}.service-detail-list .lead{font-size:16px;color:#40536a}
.product-detail{display:grid;grid-template-columns:1fr 340px;gap:38px}.product-detail h2,.product-detail h3{color:var(--navy)}.product-detail>div>p{color:#506177;line-height:1.9}.feature-chips-public{display:flex;gap:8px;flex-wrap:wrap}.feature-chips-public span{background:#edf8f4;color:#157a57;border:1px solid #cae9de;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.quote-card{position:sticky;top:105px;border:1px solid var(--line);border-radius:20px;padding:23px;box-shadow:var(--shadow);background:#fff}.quote-card span{font-size:10px;color:var(--blue);font-weight:900;letter-spacing:.05em}.quote-card h3{font-size:23px;margin:7px 0}.quote-card>b{font-size:18px}.quote-card p{color:var(--muted);font-size:13px}.quote-card .btn{width:100%}
.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}.about-grid h2{color:var(--navy);font-size:32px;line-height:1.35}.about-grid p{color:var(--muted)}.about-card{padding:24px;background:var(--soft);border:1px solid var(--line);border-radius:18px}.about-card li{margin:8px 0;color:#4f6073}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px}.contact-info h2{color:var(--navy);font-size:28px}.contact-info>p{color:var(--muted)}.contact-cards{display:grid;gap:9px;margin-top:20px}.contact-cards>div{display:grid;grid-template-columns:44px 1fr;column-gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.contact-cards>div span{grid-row:1/3;font-size:22px}.contact-cards p{margin:0;color:var(--muted);font-size:12px}.contact-form{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);display:grid;gap:13px}.contact-form label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#34445a}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #dbe3ed;border-radius:10px;padding:10px 11px;outline:none;background:#fff;color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#82aaff;box-shadow:0 0 0 4px rgba(36,107,253,.09)}.contact-form small{color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-grid article{border:1px solid var(--line);border-radius:18px;padding:12px;background:#fff;box-shadow:var(--shadow-sm)}.article-img{height:178px;border-radius:12px;background:linear-gradient(135deg,#dbe8ff,#d9f7f9);background-size:cover;background-position:center}.article-grid small{display:block;color:var(--muted);margin-top:11px;font-size:10px}.article-grid h2{font-size:18px;color:var(--navy);line-height:1.45}.article-grid p{font-size:12px;color:var(--muted)}.article-grid a{color:var(--blue);font-weight:800;font-size:12px}.article-body{font-size:16px;line-height:1.95;color:#3d4e63}.center-actions{display:flex;gap:10px;justify-content:center;margin-top:27px}
footer{background:#0c2238;color:#dce6f1;padding:54px 0 19px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-grid>div{display:grid;align-content:start;gap:8px}.footer-grid p{color:#9eb0c5;max-width:460px;font-size:12px}.footer-grid a,.footer-grid span{font-size:12px;color:#a9b9cb}.footer-grid b{color:#fff;font-size:13px}.footer-logo .logo-mark{background:linear-gradient(135deg,#246bfd,#08a6b7)}.footer-logo b{color:#fff}.footer-logo small{color:#94a7bc}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:32px;padding-top:17px;display:flex;justify-content:space-between;color:#7f94aa;font-size:10px}
.hp-field{position:absolute!important;left:-10000px!important;opacity:0!important;pointer-events:none!important}
@media(max-width:1120px){.site-header nav>a{padding-inline:8px;font-size:12px}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-copy{text-align:center;margin:auto}.hero-copy>p{margin-inline:auto}.hero-kicker,.hero-actions,.trust-row{justify-content:center}.hero-workspace{width:min(720px,100%);margin:auto;min-height:500px}.product-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.portfolio-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.support-grid{grid-template-columns:repeat(2,1fr)}.workflow-layout{grid-template-columns:1fr;gap:25px}.workflow-layout .section-heading{max-width:800px}.credibility-grid{grid-template-columns:repeat(2,1fr)}.credibility-grid>div:nth-child(2){border-right:0}.credibility-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:930px){.topline{display:none}.site-header nav{position:fixed;left:16px;right:16px;top:84px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:10px;box-shadow:0 22px 55px rgba(16,42,67,.18);display:none;flex-direction:column;align-items:stretch;max-height:calc(100vh - 105px);overflow:auto}.site-header nav.open{display:flex}.site-header nav>a{padding:11px 12px;font-size:13px}.site-header nav .nav-login,.site-header nav .nav-cta{margin-left:0;text-align:center}.mobile-nav-btn{display:block}.nav-wrap{height:70px}.page-hero{padding:54px 0}.product-detail,.contact-grid,.about-grid{grid-template-columns:1fr}.quote-card{position:static}.row-heading{display:block}.row-heading .text-link{margin-top:12px}.cta-box{display:block}.cta-actions{justify-content:flex-start;margin-top:20px}}
@media(max-width:700px){.container{width:min(100% - 24px,1180px)}.logo b{font-size:18px}.logo small{display:none}.logo-mark{width:40px;height:40px}.hero{padding:52px 0 48px}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-workspace{min-height:375px}.workspace-shell{inset:8px 0 24px 0;transform:none}.workspace-top{height:42px}.workspace-body{height:calc(100% - 42px);grid-template-columns:42px 1fr}.workspace-side{padding-inline:5px}.mini-brand{width:30px;height:30px}.workspace-side i{width:20px}.workspace-main{padding:13px}.workspace-title strong{font-size:13px}.workspace-cards{gap:5px}.workspace-cards>div{padding:8px}.workspace-cards>div>span{width:27px;height:27px}.workspace-cards>div small{font-size:7px}.workspace-cards>div b{font-size:9px}.workspace-bottom{grid-template-columns:1fr}.metric-card{display:none}.code-card p{font-size:7px}.workspace-badge{display:none}.trust-row{gap:9px}.trust-row span{font-size:11px}.credibility-grid{grid-template-columns:1fr}.credibility-grid>div{border-right:0;border-bottom:1px solid var(--line)!important;padding:14px 8px}.credibility-grid>div:last-child{border-bottom:0!important}.section{padding:58px 0}.section-heading h2{font-size:30px}.service-grid,.product-grid,.product-grid-all,.portfolio-grid,.testimonial-grid,.why-grid,.support-grid,.steps,.article-grid{grid-template-columns:1fr}.product-card>p{min-height:0}.service-card p{min-height:0}.steps>div{padding:20px}.cta-box{padding:25px 22px}.cta-box h2{font-size:25px}.cta-actions{display:grid}.form-row{grid-template-columns:1fr}.service-detail-list article{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:5px}.page-hero{padding:44px 0}.page-hero h1{font-size:36px}}
@media(max-width:430px){.hero h1{font-size:35px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-row{display:grid;text-align:left}.site-header nav{top:76px}.workspace-cards>div:nth-child(3){display:none}.workspace-cards{grid-template-columns:repeat(2,1fr)}}
