:root{
    --blue-950:#042968;
    --blue-900:#052f78;
    --blue-800:#084ba8;
    --blue-700:#0f58c8;
    --blue-600:#166fe0;
    --orange-600:#f47b20;
    --orange-500:#ff9338;
    --orange-100:#fff1e6;
    --slate-900:#132033;
    --slate-700:#40516a;
    --slate-500:#66758a;
    --slate-100:#f4f7fb;
    --white:#ffffff;
    --radius:24px;
    --shadow:0 18px 50px rgba(8,38,79,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:"Segoe UI","Noto Sans Thai",Tahoma,Arial,sans-serif;
    color:var(--slate-900);
    background:var(--white);
    line-height:1.7;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1160px,92%);margin:0 auto}
.skip-link{position:absolute;left:-999px;top:0;background:var(--orange-600);color:#fff;padding:10px 14px;z-index:10}.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:9;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(8,38,79,.08)}
.header-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 0}.brand{display:flex;align-items:center}.brand-logo{width:auto;height:72px;object-fit:contain}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--blue-700),var(--orange-600));display:grid;place-items:center;color:#fff;font-weight:800}.brand-text strong{display:block;font-size:18px}.brand-text small{display:block;color:var(--slate-500);font-size:12px}.main-nav{display:flex;align-items:center;gap:24px;font-size:15px;color:var(--slate-700)}.main-nav a{transition:.2s}.main-nav a:hover{color:var(--orange-600)}.nav-cta{padding:10px 18px;border-radius:999px;background:var(--orange-600);color:#fff!important;box-shadow:0 10px 25px rgba(244,123,32,.28)}
.section{padding:88px 0}.section-blue{background:radial-gradient(circle at 85% 20%,rgba(244,123,32,.28),transparent 28%),linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff}.hero{padding:86px 0 70px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:74px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--orange-500);font-size:14px}.eyebrow:not(.orange){color:var(--orange-500)}.hero h1{margin:0 0 22px;font-size:clamp(26px,2.6vw,36px);line-height:1.28;letter-spacing:0;font-weight:750;max-width:590px}.hero-title-nowrap{white-space:nowrap}.hero-lead{font-size:17px;line-height:1.8;color:rgba(255,255,255,.86);max-width:680px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 22px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:700}.btn-primary{background:var(--orange-600);color:#fff;box-shadow:0 16px 34px rgba(244,123,32,.3)}.btn-outline{border:1px solid rgba(255,255,255,.32);color:#fff}.trust-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.trust-list li{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.84);font-size:14px}.hero-visual{position:relative;justify-self:end;width:min(112%,680px)}.hero-visual:before{display:none}.hero-visual img{position:relative;width:100%;max-width:none;aspect-ratio:16/11;object-fit:cover;object-position:center;border:0;border-radius:24px;box-shadow:0 24px 54px rgba(0,0,0,.22)}
h2{font-size:clamp(28px,3.4vw,44px);line-height:1.25;margin:0 0 18px;letter-spacing:-.025em}h3{margin:0 0 12px;font-size:23px;line-height:1.35}p{margin:0 0 16px;color:var(--slate-700)}#about-title{font-size:clamp(24px,2.5vw,34px);line-height:1.32;letter-spacing:0;white-space:nowrap}.compact-section h2{font-size:clamp(24px,2.5vw,34px);line-height:1.32;letter-spacing:0}.compact-section .section-head p{font-size:16px}.compact-section h3{font-size:21px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px}.align-center{align-items:center}.info-card,.feature-card,.why-list article{background:#fff;border:1px solid rgba(8,38,79,.08);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}.check-list,.mini-list{padding:0;margin:18px 0 0;list-style:none}.check-list li,.mini-list li{position:relative;padding-left:28px;margin-bottom:10px;color:var(--slate-700)}.check-list li:before,.mini-list li:before{content:"";position:absolute;left:0;top:.72em;width:10px;height:10px;border-radius:50%;background:var(--orange-600);box-shadow:0 0 0 5px var(--orange-100)}.soft-bg{background:linear-gradient(180deg,#f8fbff,#fff)}.section-head{text-align:center;max-width:780px;margin:0 auto 42px}.section-head p{font-size:17px}.feature-grid{display:grid;gap:22px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-grid.five{grid-template-columns:repeat(5,1fr)}.feature-grid.six{grid-template-columns:repeat(3,1fr)}.feature-card{padding:26px;box-shadow:0 12px 34px rgba(8,38,79,.08)}.icon-badge{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#fff6ef,#ffe3ce);color:var(--orange-600);margin-bottom:18px;box-shadow:inset 0 0 0 1px rgba(244,123,32,.14),0 10px 24px rgba(244,123,32,.12)}.icon-badge svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none}.solution-grid{display:grid;gap:28px}.solution-card{display:grid;grid-template-columns:1fr .7fr;gap:30px;align-items:center;padding:34px;border-radius:32px;overflow:hidden}.solution-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;box-shadow:0 18px 34px rgba(8,38,79,.12)}.blue-card{background:linear-gradient(135deg,#eef6ff,#fff);border:1px solid rgba(20,99,197,.15)}.orange-card{background:linear-gradient(135deg,#fff6ef,#fff);border:1px solid rgba(244,123,32,.2)}.solution-label{font-weight:800;color:var(--orange-600);margin-bottom:8px}.solution-card h3{font-size:32px}.compact-section .solution-card h3{font-size:28px}.solution-card h3 span{font-size:21px;color:var(--slate-700);font-weight:700}.compact-section .solution-card h3 span{font-size:19px}.text-link{display:inline-flex;margin-top:14px;font-weight:800;color:var(--blue-700);border-bottom:2px solid var(--orange-600)}.dark-section{background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff}.dark-section p{color:rgba(255,255,255,.78)}.dark-section .feature-card,.dark-section .why-list article{color:var(--slate-900)}.dark-section .feature-card p,.dark-section .why-list article p{color:var(--slate-700)}.industry-tags{display:flex;flex-wrap:wrap;gap:12px}.industry-tags span{padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-weight:700}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:0;margin:0;list-style:none;counter-reset:step}.timeline li{position:relative;background:#fff;border:1px solid rgba(8,38,79,.08);border-radius:22px;padding:26px 24px 24px;box-shadow:0 10px 28px rgba(8,38,79,.07);counter-increment:step}.timeline li:before{content:counter(step);display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--blue-700);color:#fff;font-weight:800;margin-bottom:16px}.timeline strong{display:block;font-size:19px;margin-bottom:8px}.compact-section .timeline strong{font-size:18px}.timeline span{display:block;color:var(--slate-700)}.why-list{display:grid;gap:18px}.why-list article{padding:24px}.rounded-image{margin-top:24px;border-radius:28px;background:var(--slate-100)}.seo-content{padding-top:34px;padding-bottom:34px;background:#fff}.seo-content .container{border-top:1px solid rgba(8,38,79,.08);border-bottom:1px solid rgba(8,38,79,.08);padding:34px 0}.seo-content h2{font-size:28px}.contact-section{background:linear-gradient(135deg,var(--blue-900),var(--blue-700));color:#fff}.contact-card{display:grid;grid-template-columns:1fr .8fr;gap:36px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:32px;padding:42px}.contact-card p,.contact-card address{color:rgba(255,255,255,.84)}address{font-style:normal}.contact-card a{color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}.site-footer{background:var(--blue-950);color:#fff;padding:44px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:28px}.site-footer p{color:rgba(255,255,255,.7);margin-top:10px}.site-footer a{display:block;color:rgba(255,255,255,.78);margin-top:8px}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:18px;color:rgba(255,255,255,.55);font-size:14px}
.fit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.fit-card,.faq-item{background:#fff;border:1px solid rgba(8,38,79,.08);border-radius:28px;box-shadow:var(--shadow);padding:30px}
.fit-card h3,.faq-item h3{font-size:22px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{display:grid;align-content:start;gap:12px;background:#fff;border:1px solid rgba(8,38,79,.08);border-radius:28px;box-shadow:var(--shadow);padding:28px;min-height:100%}
.article-card h3{font-size:22px;margin-bottom:0}
.article-card p{margin-bottom:0}
.article-tag{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:var(--orange-100);color:var(--orange-600);font-size:13px;font-weight:800}
.article-link{display:inline-flex;align-items:center;width:max-content;margin-top:6px;font-weight:800;color:var(--blue-700);border-bottom:2px solid var(--orange-600)}
.article-page{background:linear-gradient(180deg,#f9fbff,#ffffff)}
.article-hero{padding:54px 0 28px;background:linear-gradient(135deg,#eef6ff,#ffffff)}
.article-shell{display:grid;gap:28px}
.article-breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;font-size:14px;color:var(--slate-500)}
.article-breadcrumbs a{color:var(--blue-700)}
.article-header{max-width:860px}
.article-header h1{margin:0 0 16px;font-size:clamp(30px,4vw,46px);line-height:1.2}
.article-header p{font-size:18px;max-width:760px}
.article-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.article-main,.article-side{background:#fff;border:1px solid rgba(8,38,79,.08);border-radius:28px;box-shadow:var(--shadow)}
.article-main{padding:34px}
.article-main h2{font-size:28px;margin-top:8px}
.article-main h3{font-size:21px;margin-top:24px}
.article-main ul{margin:0 0 18px 18px;padding:0;color:var(--slate-700)}
.article-main li{margin-bottom:10px}
.article-section+.article-section{margin-top:34px;padding-top:34px;border-top:1px solid rgba(8,38,79,.08)}
.article-copy p:last-child,.article-copy ul:last-child{margin-bottom:0}
.article-figure{margin:22px 0 0;overflow:hidden;border-radius:24px;box-shadow:0 18px 38px rgba(8,38,79,.12);background:var(--slate-100)}
.article-figure img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover}
.article-side{padding:28px;display:grid;gap:18px}
.article-side h3{margin-bottom:0}
.article-side p{margin-bottom:0}
.article-side .btn{width:100%}
.article-link-button{border:1px solid rgba(8,38,79,.12);color:var(--blue-700)}
.article-highlight{padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#fff6ef,#fff)}
.article-highlight strong{display:block;margin-bottom:8px;font-size:17px}
.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.article-meta span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(8,38,79,.08);font-size:14px;color:var(--slate-700)}
.sales-cta{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;align-items:center;padding:34px;border-radius:32px;background:linear-gradient(135deg,#eef6ff,#fff6ef);border:1px solid rgba(20,99,197,.14);box-shadow:0 22px 52px rgba(8,38,79,.1)}
.sales-cta p:last-child{margin-bottom:0}
.sales-cta-actions{display:grid;gap:14px;justify-items:start}
.sales-cta-actions span{color:var(--slate-700);font-weight:600}
.contact-points,.faq-list{padding:0;margin:20px 0 0;list-style:none}
.contact-points li{position:relative;padding-left:28px;margin-bottom:10px;color:rgba(255,255,255,.88)}
.contact-points li:before{content:"";position:absolute;left:0;top:.72em;width:10px;height:10px;border-radius:50%;background:var(--orange-500);box-shadow:0 0 0 5px rgba(255,147,56,.14)}
.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.faq-item p{margin-bottom:0}
.contact-section{background:linear-gradient(180deg,#f8fbff 0%,#fff 56%,#eef6ff 100%);color:var(--slate-900)}
.contact-card{background:radial-gradient(circle at 92% 18%,rgba(244,123,32,.2),transparent 30%),linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff;border:1px solid rgba(20,99,197,.18);box-shadow:0 24px 60px rgba(8,38,79,.18)}
.contact-list{display:grid;gap:12px}.contact-item{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:start}.contact-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(244,123,32,.16);color:var(--orange-500);box-shadow:inset 0 0 0 1px rgba(244,123,32,.24)}.contact-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.contact-item strong{padding-top:2px}.contact-item span:last-child{min-width:0}
.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(8,38,79,.12);border-radius:14px;background:#fff;color:var(--blue-900);box-shadow:0 10px 24px rgba(8,38,79,.08);cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.menu-toggle span+span{margin-top:5px}.nav-open .menu-toggle span:first-child{transform:translateY(7px) rotate(45deg)}.nav-open .menu-toggle span:nth-child(2){opacity:0}.nav-open .menu-toggle span:last-child{transform:translateY(-7px) rotate(-45deg)}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:25;display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:50%;background:var(--orange-600);color:#fff;box-shadow:0 18px 34px rgba(244,123,32,.35),0 8px 22px rgba(8,38,79,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--orange-500)}.back-to-top svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none}
.hero{position:relative}.hero>.container{position:relative;z-index:1}.hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='1440' height='720' viewBox='0 0 1440 720' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.45' stroke='white' stroke-width='1'%3E%3Cpath opacity='.28' d='M42 520H236L320 436H512L612 336H760'/%3E%3Cpath opacity='.22' d='M682 128H886L974 216H1218L1348 346'/%3E%3Cpath opacity='.18' d='M112 160H326L394 228H560'/%3E%3Cpath opacity='.18' d='M930 548H1088L1160 476H1378'/%3E%3Crect opacity='.16' x='1058' y='84' width='246' height='132' rx='22'/%3E%3Crect opacity='.12' x='98' y='442' width='260' height='142' rx='24'/%3E%3Ccircle cx='320' cy='436' r='4' fill='white' stroke='none'/%3E%3Ccircle cx='612' cy='336' r='4' fill='white' stroke='none'/%3E%3Ccircle cx='974' cy='216' r='4' fill='white' stroke='none'/%3E%3Ccircle cx='1160' cy='476' r='4' fill='white' stroke='none'/%3E%3C/g%3E%3Cg opacity='.18' stroke='white'%3E%3Cpath d='M0 96H1440M0 336H1440M0 576H1440M210 0V720M610 0V720M1010 0V720M1330 0V720'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(118deg,rgba(255,255,255,.1) 0 1px,transparent 1px 42%,rgba(255,255,255,.075) 42.2%,transparent 42.6%);background-size:cover,100% 100%;background-position:center;opacity:.72;pointer-events:none}.hero:after{content:"";position:absolute;inset:auto -10% -28% 45%;height:66%;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.02));clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);opacity:.32;pointer-events:none}.hero-content{position:relative}.hero-content:before{content:"";position:absolute;left:-30px;top:-22px;width:82px;height:82px;border-top:1px solid rgba(255,255,255,.22);border-left:1px solid rgba(255,255,255,.22);border-radius:18px 0 0 0;pointer-events:none}.hero-visual:after{content:"";position:absolute;right:-16px;top:-16px;width:120px;height:120px;border-top:1px solid rgba(255,255,255,.3);border-right:1px solid rgba(255,255,255,.3);border-radius:0 24px 0 0;pointer-events:none}
.hero.section-blue{background:radial-gradient(circle at 84% 26%,rgba(34,128,230,.55),transparent 30%),radial-gradient(circle at 18% 76%,rgba(11,92,176,.48),transparent 34%),linear-gradient(135deg,#062657 0%,#0b3b82 54%,#0e63bd 100%)}.hero:before{background-image:url("data:image/svg+xml,%3Csvg width='1440' height='720' viewBox='0 0 1440 720' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.32'%3E%3Cpath d='M0 622h46v-86h34v86h32V480h48v142h28V516h58v106h28V558h54v64h38v-98h52v98h36V462h62v160h34V538h58v84h40v-126h60v126h32V566h54v56h42v-108h58v108h34V482h58v140h42v-72h54v72h36V520h62v102h34V458h60v164h236v98H0z' fill='white'/%3E%3C/g%3E%3Cg opacity='.42' stroke='white' stroke-width='1'%3E%3Cpath opacity='.32' d='M956 706 1280 382l48 48'/%3E%3Cpath opacity='.22' d='M1056 656h124l72-72h126'/%3E%3Cpath opacity='.2' d='M1248 192h96l42 42'/%3E%3Ccircle cx='1278' cy='382' r='5' fill='white' stroke='none'/%3E%3Ccircle cx='1180' cy='656' r='4' fill='white' stroke='none'/%3E%3C/g%3E%3Cg opacity='.28' fill='white'%3E%3Ccircle cx='1270' cy='62' r='2'/%3E%3Ccircle cx='1290' cy='62' r='2'/%3E%3Ccircle cx='1310' cy='62' r='2'/%3E%3Ccircle cx='1330' cy='62' r='2'/%3E%3Ccircle cx='1350' cy='62' r='2'/%3E%3Ccircle cx='1270' cy='82' r='2'/%3E%3Ccircle cx='1290' cy='82' r='2'/%3E%3Ccircle cx='1310' cy='82' r='2'/%3E%3Ccircle cx='1330' cy='82' r='2'/%3E%3Ccircle cx='1350' cy='82' r='2'/%3E%3Ccircle cx='1270' cy='102' r='2'/%3E%3Ccircle cx='1290' cy='102' r='2'/%3E%3Ccircle cx='1310' cy='102' r='2'/%3E%3Ccircle cx='1330' cy='102' r='2'/%3E%3Ccircle cx='1350' cy='102' r='2'/%3E%3Ccircle cx='1270' cy='122' r='2'/%3E%3Ccircle cx='1290' cy='122' r='2'/%3E%3Ccircle cx='1310' cy='122' r='2'/%3E%3Ccircle cx='1330' cy='122' r='2'/%3E%3Ccircle cx='1350' cy='122' r='2'/%3E%3C/g%3E%3Cg opacity='.22' stroke='white'%3E%3Cpath d='m1110 620 36-62h72l36 62-36 62h-72z'/%3E%3Cpath d='m1234 632 24-42h48l24 42-24 42h-48z'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(132deg,transparent 0 58%,rgba(255,255,255,.1) 58.2%,rgba(255,255,255,.1) 64%,transparent 64.2%),linear-gradient(132deg,transparent 0 67%,rgba(255,255,255,.16) 67.2%,rgba(255,255,255,.16) 73%,transparent 73.2%);background-size:cover,100% 100%,100% 100%;background-position:center;opacity:.82;pointer-events:none}.hero:after{inset:0 0 auto auto;width:48%;height:100%;background:linear-gradient(135deg,transparent 0 26%,rgba(255,255,255,.08) 26.3%,rgba(255,255,255,.08) 42%,transparent 42.3% 56%,rgba(255,255,255,.12) 56.3%,rgba(255,255,255,.12) 70%,transparent 70.3%);clip-path:none;opacity:.75}.hero-content:before,.hero-visual:after{display:none}
.hero.section-blue{background-image:linear-gradient(135deg,rgba(4,41,104,.82),rgba(8,75,168,.76)),url("../images/hero-corporate-bg.svg");background-color:var(--blue-950);background-position:center;background-size:cover;background-repeat:no-repeat}.hero:before,.hero:after,.hero-content:before,.hero-visual:after{display:none}
.about-section{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
@media (max-width:980px){.main-nav{display:none}.hero-grid,.two-col,.contact-card,.sales-cta,.article-content{grid-template-columns:1fr}.hero-visual{width:100%;justify-self:stretch}.hero-visual img{width:100%;max-width:100%;aspect-ratio:16/10.5}.feature-grid.four,.feature-grid.five,.feature-grid.six,.fit-grid,.faq-list,.article-grid{grid-template-columns:repeat(2,1fr)}.solution-card{grid-template-columns:1fr}.timeline{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:66px 0}}
@media (max-width:980px){.site-header{position:sticky}.header-wrap{position:relative}.menu-toggle{display:inline-flex;flex-direction:column;flex-shrink:0}.main-nav{position:absolute;left:0;right:0;top:calc(100% + 10px);display:grid;gap:4px;padding:14px;background:#fff;border:1px solid rgba(8,38,79,.1);border-radius:18px;box-shadow:0 24px 48px rgba(8,38,79,.16);opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:20}.nav-open .main-nav{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.main-nav a{display:flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:12px;color:var(--slate-900);font-weight:700}.main-nav a:hover{background:var(--slate-100)}.main-nav .nav-cta{justify-content:center;margin-top:6px;background:var(--orange-600);color:#fff!important}.nav-open:after{content:"";position:fixed;inset:0;background:rgba(6,26,54,.18);z-index:8}.site-header{z-index:30}}
@media (max-width:640px){.header-wrap{padding:10px 0}.brand-logo{height:52px}.brand-text small{display:none}.hero{padding:58px 0}.feature-grid.four,.feature-grid.five,.feature-grid.six,.timeline,.footer-grid,.fit-grid,.faq-list,.article-grid{grid-template-columns:1fr}.solution-card,.contact-card,.sales-cta,.fit-card,.faq-item,.article-card,.article-main,.article-side{padding:24px;border-radius:24px}.hero-actions{display:grid}.btn{width:100%}.trust-list{display:grid}.sales-cta-actions{justify-items:stretch}.section-head{text-align:left}#about-title{font-size:clamp(23px,6vw,28px)}.compact-section h2,.article-main h2{font-size:26px}.hero h1,.article-header h1{font-size:26px}.hero-visual img{aspect-ratio:4/3}.back-to-top{right:16px;bottom:16px;width:46px;height:46px}}
.dark-section .solution-card,.dark-section .faq-item,.dark-section .timeline li{color:var(--slate-900)}
.dark-section .solution-card p,.dark-section .faq-item p{color:var(--slate-700)}
.dark-section .solution-card .mini-list li,.dark-section .faq-item .check-list li{color:var(--slate-700)}
.contact-section{background:linear-gradient(135deg,var(--blue-950),var(--blue-800));color:#fff}
.section:not(.section-blue):not(.dark-section):not(.contact-section){color:var(--slate-900)}
.section:not(.section-blue):not(.dark-section):not(.contact-section) h2,.section:not(.section-blue):not(.dark-section):not(.contact-section) h3{color:var(--slate-900)}
.section:not(.section-blue):not(.dark-section):not(.contact-section) p{color:var(--slate-700)}
.dark-section h2,.dark-section>.container>div:not(.solution-grid):not(.fit-grid):not(.why-list):not(.feature-grid):not(.article-grid):not(.faq-list) h2{color:#fff}
.dark-section .section-head h2,.dark-section .section-head p{color:#fff}
.dark-section .section-head p{opacity:.82}
.dark-section .solution-card h3,.dark-section .solution-card h3 span,.dark-section .faq-item h3,.dark-section .timeline strong,.dark-section .timeline span{color:var(--slate-900)}
.dark-section .timeline span{color:var(--slate-700)}
.info-card,.feature-card,.fit-card,.article-card,.faq-item,.solution-card,.timeline li,.sales-cta{color:var(--slate-900)}
.info-card p,.feature-card p,.fit-card p,.article-card p,.faq-item p,.solution-card p,.sales-cta p{color:var(--slate-700)}
.contact-section h2,.contact-section .eyebrow,.contact-section .contact-card,.contact-section .contact-card p,.contact-section .contact-card address{color:#fff}
.contact-section .contact-points li{color:rgba(255,255,255,.88)}
.eyebrow,.eyebrow.orange,.eyebrow:not(.orange),.section .eyebrow,.dark-section .eyebrow,.contact-section .eyebrow{color:var(--orange-500)!important}
.solution-label,.dark-section .solution-label{color:var(--orange-600)!important}

