:root{--brand:#2563eb;--brandDark:#1d4ed8;--purple:#7c3aed;--cyan:#06b6d4;--page:#f5f7fb;--surface:#fff;--text:#111827;--muted:#64748b;--border:#e2e8f0;--success:#16a34a;--warning:#f59e0b;--error:#dc2626;--shadow:0 12px 35px rgba(15,23,42,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#0f172a;color:#dbeafe;font-size:12px}.topbarInner{height:34px;display:flex;align-items:center;justify-content:space-between}.topbar a:hover{color:#fff}.header{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.headerInner{min-height:72px;gap:30px}.brand,.headerInner{display:flex;align-items:center}.brand{gap:10px;min-width:max-content}.logo{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--purple));color:#fff;font-weight:800;letter-spacing:-1px;box-shadow:0 8px 22px rgba(37,99,235,.2)}.logo.big{width:70px;height:70px;font-size:24px;margin:auto}.brand small,.brand strong{display:block}.brand strong{font-size:18px}.brand small{font-size:10px;letter-spacing:1.2px;color:var(--muted)}nav{display:flex;gap:25px;margin-left:auto;font-size:14px;font-weight:600;color:#475569}nav a:hover{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:13px}.primaryBtn{background:var(--brand);color:#fff}.primaryBtn:hover{background:var(--brandDark)}.lightBtn{background:#fff;color:var(--brandDark)}.ghostBtn{background:#fff;border-color:var(--border);color:#334155}.full{width:100%}.hero{height:520px;position:relative;overflow:hidden;background:#0f172a}.heroSlide{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.heroSlide.active{opacity:1;visibility:visible}.heroContent{height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;z-index:2}.heroContent h1{font-size:clamp(40px,5vw,60px);line-height:1.08;max-width:760px;margin:0 0 16px;letter-spacing:-1.5px}.heroContent p{font-size:17px;max-width:650px;color:#e2e8f0;margin:0 0 26px}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.7px;font-weight:800;color:var(--brand);margin-bottom:10px}.eyebrow.light{color:#dbeafe}.slideArrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(15,23,42,.35);color:#fff;font-size:30px}.slideArrow.prev{left:20px}.slideArrow.next{right:20px}.dots{position:absolute;z-index:4;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;border:0;border-radius:20px;background:rgba(255,255,255,.5);padding:0}.dot.active{width:30px;background:#fff}.section{padding:76px 0}.softSection{background:var(--page)}.sectionHead{display:flex;justify-content:space-between;margin-bottom:28px}.sectionHead h2{font-size:30px;letter-spacing:-.5px;margin:0}.featureGrid,.productGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.featureCard{min-height:220px;border-radius:20px;color:#fff;padding:26px;box-shadow:var(--shadow)}.featureCard span{font-size:38px}.featureCard h3{font-size:24px;margin:22px 0 7px}.featureCard p{margin:0;color:rgba(255,255,255,.85);font-size:14px}.featureCard.blue{background:linear-gradient(135deg,#1e40af,#2563eb)}.featureCard.purple{background:linear-gradient(135deg,#5b21b6,#7c3aed)}.featureCard.cyan{background:linear-gradient(135deg,#0e7490,#06b6d4)}.productCard{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 3px 14px rgba(15,23,42,.04)}.productMedia{height:230px;background:linear-gradient(145deg,#eff6ff,#e0e7ff);background-size:cover;background-position:50%;display:grid;place-items:center;position:relative}.productPlaceholder{width:100px;height:100px;border-radius:28px;background:linear-gradient(135deg,var(--brand),var(--purple));color:#fff;display:grid;place-items:center;font-size:32px;font-weight:800;box-shadow:0 20px 40px rgba(37,99,235,.25)}.badge{position:absolute;top:13px;left:13px;background:#0f172a;color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.productBody{padding:20px}.productBody h3{font-size:19px;margin:0 0 8px}.productBody p{font-size:13px;color:var(--muted);min-height:42px}.priceRow{display:flex;align-items:baseline;gap:10px;margin:18px 0}.priceRow strong{font-size:21px;color:var(--brand)}.priceRow del{font-size:13px;color:#94a3b8}.cta{background:linear-gradient(120deg,#111827,#1d4ed8 65%,#2563eb);border-radius:24px;padding:40px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:30px;margin:0 0 8px}.cta p{margin:0;color:#dbeafe}.footer{background:#0f172a;color:#94a3b8;padding:30px 0;font-size:13px}.authPage,.setupPage{min-height:100vh;background:var(--page);display:grid;place-items:center;padding:25px}.authCard,.setupCard{width:min(440px,100%);background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.authCard h1,.setupCard h1{font-size:26px;margin:28px 0 5px}.authCard>p,.setupCard p{color:var(--muted);font-size:13px}.adminPanel label,.authCard label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:12px;margin-top:16px}.adminPanel input,.adminPanel select,.adminPanel textarea,.authCard input{border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;background:#fff;outline:none}.adminPanel input:focus,.adminPanel select:focus,.adminPanel textarea:focus,.authCard input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.authCard .btn{margin-top:18px}.errorBox{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:10px;border-radius:9px;font-size:12px;margin-top:14px}.successBox{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:9px 12px;border-radius:9px;font-size:12px}.adminLoading{min-height:100vh;display:grid;place-items:center}.adminShell{min-height:100vh;background:var(--page);display:grid;grid-template-columns:230px 1fr}.adminSide{background:#0f172a;color:#cbd5e1;padding:22px 16px;display:flex;flex-direction:column;gap:7px}.adminBrand{padding:0 8px 22px}.adminBrand strong{color:#fff}.adminSide button,.adminSide>a:not(.brand){border:0;background:transparent;color:#cbd5e1;text-align:left;padding:11px 12px;border-radius:10px;font-weight:600}.adminSide button.active,.adminSide button:hover,.adminSide>a:not(.brand):hover{background:#1e293b;color:#fff}.sideSpacer{flex:1 1}.adminMain{padding:32px;min-width:0}.adminTop{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.adminTop h1{font-size:30px;margin:0}.adminPanel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:20px}.adminPanel h2{font-size:18px;margin:0 0 10px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 16px;gap:0 16px}.formGrid label.wide{grid-column:1/-1}.formGrid textarea{min-height:90px;resize:vertical}.formGrid small{color:var(--muted);font-weight:400}.formGrid .check{flex-direction:row;align-items:center;grid-column:1/-1}.formGrid .check input{width:auto}.formActions{display:flex;gap:9px;margin-top:20px}.adminList{display:flex;flex-direction:column;gap:10px}.adminItem{background:#fff;border:1px solid var(--border);border-radius:14px;padding:10px;display:grid;grid-template-columns:92px minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px}.adminItem .thumb{width:92px;height:60px;border-radius:9px;background:#eff6ff;background-size:cover;background-position:50%;display:grid;place-items:center;color:var(--brand);font-weight:800}.adminItem small,.adminItem strong{display:block}.adminItem strong{font-size:13px}.adminItem small{font-size:11px;color:var(--muted);margin-top:3px}.adminItem button{border:0;background:#eff6ff;color:var(--brand);padding:8px 10px;border-radius:8px;font-weight:700;font-size:11px}.adminItem .dangerText{background:#fef2f2;color:var(--error)}code{background:#eef2ff;padding:2px 5px;border-radius:5px}@media(max-width:820px){nav{display:none}.headerInner>.btn{margin-left:auto}.featureGrid,.productGrid{grid-template-columns:1fr}.hero{height:470px}.heroContent h1{font-size:40px}.cta{flex-direction:column;align-items:flex-start}.adminShell{grid-template-columns:1fr}.adminSide{position:-webkit-sticky;position:sticky;top:0;z-index:10;flex-direction:row;align-items:center;overflow:auto}.adminBrand{padding:0;margin-right:10px}.adminBrand .brand span:last-child,.adminSide>a:not(.brand),.sideSpacer{display:none}.adminSide button{white-space:nowrap}.adminMain{padding:20px}.formGrid{grid-template-columns:1fr}.formGrid label.wide{grid-column:auto}.adminItem{grid-template-columns:70px 1fr auto}.adminItem .thumb{width:70px;height:50px}.adminItem .dangerText{grid-column:3}.adminTop{gap:12px}.adminTop h1{font-size:24px}}@media(max-width:560px){.headerInner{min-height:62px}.headerInner>.btn{display:none}.hero{height:430px}.heroContent h1{font-size:34px}.heroContent p{font-size:14px}.slideArrow{width:38px;height:38px}.slideArrow.prev{left:9px}.slideArrow.next{right:9px}.section{padding:55px 0}.sectionHead h2{font-size:25px}.adminItem{grid-template-columns:60px 1fr}.adminItem .thumb{width:60px;height:48px}.adminItem button{grid-row:2}.adminItem .dangerText{grid-column:2;grid-row:2;justify-self:end}}.demoNotice{background:#fff7ed;border-bottom:1px solid #fed7aa;color:#9a3412;font-size:12px}.demoNoticeInner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.demoNotice a{font-weight:800;color:#c2410c}.demoAdminBanner{background:linear-gradient(90deg,#eff6ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:14px;padding:14px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.demoAdminBanner span,.demoAdminBanner strong{display:block}.demoAdminBanner strong{font-size:13px;color:#1e40af}.demoAdminBanner span{font-size:11px;color:#64748b;margin-top:2px}.demoAdminBanner a{font-size:12px;font-weight:800;color:#2563eb;white-space:nowrap}.bannerPreview{height:210px;border-radius:14px;display:flex;align-items:flex-end;padding:16px;color:#fff;font-weight:800;box-shadow:inset 0 -60px 70px rgba(0,0,0,.18)}.bannerPreview,.productPreview{background-size:cover;background-position:50%;margin:14px 0 6px}.productPreview{width:160px;height:160px;border-radius:18px;border:1px solid var(--border)}.uploadLabel input[type=file]{padding:9px;background:#f8fafc}@media(max-width:560px){.demoAdminBanner,.demoNoticeInner{align-items:flex-start;flex-direction:column;padding-top:10px;padding-bottom:10px}.bannerPreview{height:150px}}.imageOnlyHero{background:#061c46;height:auto;aspect-ratio:2154/730}.imageOnlySlide{background-position:50%;background-repeat:no-repeat;background-size:contain}.imageOnlySlide:after,.imageOnlySlide:before{display:none!important;content:none!important}.imageOnlyHero .heroContent{display:none!important}.bannerPreviewImageOnly{background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:none}.bannerPreviewImageOnly:after,.bannerPreviewImageOnly:before{display:none!important;content:none!important}.adminHelp{margin:4px 0 14px;font-size:12px;line-height:1.6;color:#64748b}.contactBannerSection{padding:24px 0}.contactBannerLink{display:block;border-radius:20px}.contactBannerLink img{display:block;width:100%;height:auto}.contactBannerLink:focus-visible{outline:3px solid var(--brand);outline-offset:4px}.zaloContact{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:40;display:flex;align-items:center;gap:7px;padding:6px 10px 6px 6px;border:1px solid rgba(255,255,255,.7);border-radius:16px;background:linear-gradient(125deg,#0068ff,#004bc2);color:#fff;box-shadow:0 8px 28px rgba(0,75,194,.3);transition:transform .2s,box-shadow .2s}.zaloContact:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,75,194,.4)}.zaloContact:focus-visible{outline:3px solid #111827;outline-offset:4px}@property --hotline-glow-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.zaloContact:after,.zaloContact:before{content:"";position:absolute;inset:-2px;padding:3px;border-radius:inherit;pointer-events:none;background:conic-gradient(from var(--hotline-glow-angle),transparent 0deg 190deg,#00d9ff 245deg,#b9ffff 285deg,#fff 315deg 345deg,transparent 1turn);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:hotline-border-orbit 3s linear infinite}.zaloContact:before{inset:-5px;padding:6px;filter:blur(4px);opacity:.85}@keyframes hotline-border-orbit{0%{--hotline-glow-angle:0deg}to{--hotline-glow-angle:360deg}}@media(prefers-reduced-motion:reduce){.zaloContact:after,.zaloContact:before{animation:none}}.zaloContactIcon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.15);flex-shrink:0}.zaloContactIcon svg{width:48px;height:48px;flex-shrink:0;filter:drop-shadow(0 3px 5px rgba(0,25,80,.25));transition:transform .2s}.zaloContactIcon{background:transparent}.robotEye{filter:drop-shadow(0 0 3px #22d3ee)}@media(max-width:560px){.zaloContactIcon svg{width:40px;height:40px}}.zaloContact:hover .contactRobot{transform:rotate(-7deg) translateY(-2px)}.zaloContactText{display:flex;flex-direction:column;line-height:1.35}.zaloContactText small{font-size:10px;font-weight:700;letter-spacing:1px;color:#dbeafe}.zaloContactText strong{font-size:17px;margin:2px 0}.zaloContactText>span{font-size:14px;font-weight:600;letter-spacing:.4px}.zaloContactArrow{width:18px;height:18px;margin-left:4px}@media(max-width:560px){.zaloContact{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));gap:6px;padding:5px 8px;border-radius:14px}.zaloContactIcon{width:40px;height:40px;border-radius:13px}.zaloContactText strong{font-size:15px}.zaloContactText>span{font-size:13px}.zaloContactArrow{display:none}}@media(prefers-reduced-motion:reduce){.zaloContact,.zaloContactIcon svg{transition:none}.zaloContact:hover,.zaloContact:hover .contactRobot{transform:none}}.featureImageCard{padding:0;overflow:hidden}.featureMedia{overflow:hidden;aspect-ratio:3/2}.featureMedia>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.featureCardBody{padding:22px 26px 26px}.featureCardBody h3{margin:0 0 7px}@property --card-glow-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.featureImageCard,.productCard{position:relative;isolation:isolate}.featureImageCard:after,.productCard:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;pointer-events:none;z-index:3;opacity:0;background:conic-gradient(from var(--card-glow-angle),transparent 0deg 255deg,#60a5fa 290deg,#a5f3fc 320deg,#fff 335deg,transparent 1turn);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.productMedia{overflow:hidden}.productMedia:before{content:"";position:absolute;inset:0;background:inherit;pointer-events:none}.productMedia .badge,.productPlaceholder{position:relative;z-index:1}.productMedia .badge{position:absolute}.featureMedia>img,.productMedia:before,.productPlaceholder{transition:transform .35s cubic-bezier(.2,.65,.3,1)}@keyframes card-border-sweep{0%{--card-glow-angle:0deg;opacity:0}15%{opacity:1}80%{opacity:1}to{--card-glow-angle:360deg;opacity:0}}@media(hover:hover) and (pointer:fine){.featureImageCard:hover .featureMedia>img,.productCard:hover .productMedia:before{transform:scale(1.045)}.productCard:hover .productPlaceholder{transform:scale(1.08)}.featureImageCard:hover:after,.productCard:hover:after{animation:card-border-sweep 1.2s ease-in-out both}}.productCard:focus-within:after{animation:card-border-sweep 1.2s ease-in-out both}@media(prefers-reduced-motion:reduce){.featureMedia>img,.productMedia:before,.productPlaceholder{transition:none!important;transform:none!important}.featureImageCard:after,.productCard:after{animation:none!important}}.headerInner{gap:18px}.headerInner>.brand{margin-left:12px}.header .brand strong{font-size:28px;line-height:1.2}.siteSearch{flex:1 1;max-width:520px;min-width:260px;height:44px;display:flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.siteSearch:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.siteSearchIcon{width:42px;display:grid;place-items:center;color:#64748b;font-size:22px}.siteSearch input{flex:1 1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#111827;font:inherit;padding:0 10px 0 0}.siteSearch input::placeholder{color:#94a3b8}.siteSearch button{height:100%;border:0;background:#2563eb;color:#fff;padding:0 18px;font-weight:800;font-size:12px;cursor:pointer}.siteSearch button:hover{background:#1d4ed8}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.searchResultBar{background:#eff6ff;border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe}.searchResultBar .container{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:#1e3a8a}.searchResultBar span{margin-left:10px;color:#64748b}.searchResultBar a{font-weight:800;color:#2563eb}.productEmpty{border:1px dashed #cbd5e1;border-radius:18px;background:#fff;text-align:center;padding:48px 24px}.productEmptyIcon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#eff6ff;color:#2563eb;font-size:26px}.productEmpty h3{margin:0 0 6px;color:#111827}.productEmpty p{margin:0 0 18px;color:#64748b;font-size:13px}@media(min-width:981px){.headerInner{display:grid;grid-template-columns:minmax(245px,1fr) minmax(260px,520px) minmax(245px,1fr)}.siteSearch{width:100%;justify-self:center}.headerInner>nav{justify-self:end}}@media(max-width:980px){.headerInner{flex-wrap:wrap}.siteSearch{order:3;max-width:none;width:100%;flex-basis:100%}}@media(max-width:640px){.siteSearch{min-width:0}.siteSearch button{padding:0 13px}.header nav{width:100%;overflow-x:auto;white-space:nowrap}.searchResultBar .container{align-items:flex-start;flex-direction:column;padding-top:10px;padding-bottom:10px}}.solutionsSection{background:linear-gradient(120deg,#f1f8ff,#f8fbff 55%,#f0faf8);padding:56px 0 30px}.solutionsSection .sectionHead{align-items:center;gap:24px}.solutionsSection .sectionHead h2{font-size:clamp(26px,3vw,36px);font-weight:800;color:#09152f;line-height:1.25}.solutionsSection .sectionHead h2 span{color:#0755ff;position:relative;white-space:nowrap}.solutionsSection .sectionHead h2 span:after{content:"";position:absolute;bottom:-7px;left:30%;width:40%;height:2px;background:currentColor}.solutionsTagline{font-size:11px;font-weight:700;color:#8299bc;text-align:right;margin:0}.solutionCard{--accent:#0755ff;--accent-end:#003bdd;display:flex;flex-direction:column;border:0;border-radius:20px;box-shadow:0 8px 24px #2563eb12;background:#fff}.solution-purple{--accent:#7020ff;--accent-end:#3d00e8}.solution-green{--accent:#00b84d;--accent-end:#008850}.solutionCard .productMedia{height:auto;aspect-ratio:585/300;flex-shrink:0}.solutionCard .referenceMedia{background-size:314.5299% 284.6667%;background-position:1.91235% 17.32852%;background-repeat:no-repeat}.solutionCard .reference-token{background-position:50.1992% 17.32852%}.solutionCard .reference-data{background-position:98.32669% 17.32852%}.solutionCard .productBody{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1 1;position:relative;background:white;border-radius:16px 16px 0 0;margin-top:-4px}.solutionFeatures{list-style:none;padding:0;margin:0 0 8px;display:grid;grid-gap:9px;gap:9px;color:#101c34;font-size:13px;line-height:1.5}.solutionFeatures li{display:flex;align-items:flex-start;gap:8px}.solutionFeatures li>span{display:grid;place-items:center;flex:0 0 18px;height:18px;margin-top:1px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-end));color:white;font-size:12px;font-weight:800}.solutionCard .priceRow{margin:auto 0 14px;padding-top:20px;flex-wrap:wrap;gap:10px}.solutionCard .priceRow strong{font-size:27px;color:var(--accent);font-weight:800}.solutionCard .priceRow del{font-size:15px;color:#8da2c1}.solutionCard .solutionButton{position:relative;min-height:50px;background:linear-gradient(115deg,var(--accent),var(--accent-end));font-size:15px;box-shadow:0 5px 12px #1e40af1a}.solutionButton>span{position:absolute;right:18px;font-size:27px;font-weight:400}.solutionsFooter{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;color:#1970ff}.solutionAssurances{display:flex;gap:18px}.solutionAssurances>span{display:flex;align-items:center;gap:8px;font-size:28px;line-height:1.3}.solutionAssurances>span+span{padding-left:18px;border-left:1px solid #aec4e0}.solutionAssurances strong{font-size:10px;font-weight:600}.solutionAssurances small{display:block;color:#809ac0;font-size:10px}.solutionsFooter>p{font-size:11px;font-style:italic;text-align:right;margin:0}@media(max-width:820px){.solutionsSection .sectionHead{align-items:flex-start;flex-direction:column;gap:14px}.solutionsTagline{text-align:left}.solutionsFooter{flex-direction:column;align-items:flex-start}.solutionsFooter>p{text-align:left}.solutionFeatures{font-size:14px}.solutionCard .priceRow{margin-top:auto}.solutionAssurances{gap:12px}.solutionAssurances>span+span{padding-left:12px}}.freeToolsSection{background:#fff;scroll-margin-top:120px}.freeToolHighlight{color:#0860ff}.freeToolsIntro{color:#718096;font-size:15px;line-height:1.6;margin:12px 0 0}.freeToolsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:start}.freeToolCard{padding:26px;border:1px solid #dce8f7;border-radius:22px;background:linear-gradient(145deg,#f1f7ff,#fff 65%);box-shadow:0 8px 24px #183c7310}.freeToolTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.freeToolIcon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#00bfff,#0751ed);color:white;font-size:27px;font-weight:800;box-shadow:0 6px 16px #0860ff26}.freeToolCard:nth-child(2) .freeToolIcon{background:linear-gradient(135deg,#9772ff,#6027dc)}.freeToolCard:nth-child(3) .freeToolIcon{background:linear-gradient(135deg,#00cd95,#008865)}.freeToolBadge{font-size:10px;font-weight:800;color:#008354;background:#e0f8ec;padding:7px 10px;border-radius:20px}.freeToolCard h3{margin:0 0 10px;font-size:21px}.freeToolCard>p{font-size:14px;color:#64748b;line-height:1.7;min-height:48px;margin-bottom:22px}.freeToolCard summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:13px 17px;border-radius:12px;background:#eaf2ff;color:#0755df;font-weight:700;font-size:14px}.freeToolCard summary::-webkit-details-marker{display:none}.freeToolCard summary:hover{background:#dbeaff}.freeToolCard summary:focus-visible{outline:2px solid #0755df;outline-offset:3px}.freeToolForm{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.freeToolForm label{font-size:13px;font-weight:600}.freeToolForm input,.freeToolForm textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid #ccd8e8;border-radius:9px;padding:11px;font:inherit;font-size:14px;background:white;color:#14233b}.freeToolForm textarea{resize:vertical}.freeToolForm small{font-size:12px;color:#64748b;line-height:1.5}.freeToolStats{display:flex;gap:18px;font-size:14px;color:#0755df}.freeToolResult{display:grid;grid-gap:10px;gap:10px}.freeToolResult button{border:0;background:#0755df;color:white;border-radius:9px;padding:10px;cursor:pointer;font-weight:700}@media(max-width:820px){.freeToolsGrid{grid-template-columns:1fr}.freeToolCard>p{min-height:0}.freeToolCard{padding:22px}}.businessToolsSection{padding:12px 0 36px;background:#f3f8ff}.businessToolsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:stretch}.businessTool{--tool-color:#fa6400;--tool-end:#f12c00;overflow:hidden;border-radius:20px;background:white;box-shadow:0 8px 24px #183c7312;display:flex;flex-direction:column}.businessTool-attendance{--tool-color:#ff285d;--tool-end:#e80036}.businessTool-video{--tool-color:#6849ff;--tool-end:#3420f0}.businessToolImage{aspect-ratio:450/158;background-image:url(/images/products/business-tools.png);background-size:319.3333% 198.7342%;background-position:3.24215% 7.69231%;background-repeat:no-repeat}.businessTool-attendance .businessToolImage{background-size:328.0822% 198.7342%;background-position:50.05005% 7.69231%}.businessTool-video .businessToolImage{background-size:309.6983% 198.7342%;background-position:97.84173% 7.69231%}.businessToolBody{padding:17px 18px 20px;flex:1 1;display:flex;flex-direction:column}.businessToolBody ul{padding:0;margin:0 0 20px;list-style:none;display:grid;grid-gap:9px;gap:9px;font-size:13px;line-height:1.5}.businessToolBody li{display:flex;gap:8px}.businessToolBody li>span{color:var(--tool-color);font-weight:800}.businessToolAction{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:auto}.businessToolAction strong{font-size:24px;color:var(--tool-end)}.businessToolAction a{display:flex;justify-content:space-between;align-items:center;gap:16px;flex:1 1;white-space:nowrap;border-radius:30px;padding:13px 17px;background:linear-gradient(115deg,var(--tool-color),var(--tool-end));color:white;font-weight:700;font-size:13px;box-shadow:0 5px 12px #183c7318;transition:filter .2s,transform .2s}.businessToolAction a:hover{filter:brightness(1.08);transform:translateY(-2px)}.businessToolAction a:focus-visible{outline:3px solid var(--tool-color);outline-offset:3px}@media(max-width:820px){.businessToolsGrid{grid-template-columns:1fr}.businessToolBody ul{font-size:14px}}.businessSolution-meal{--accent:#ff8500;--accent-end:#f03900}.businessSolution-attendance{--accent:#ff285d;--accent-end:#e80036}.businessSolution-video{--accent:#6849ff;--accent-end:#3420f0}.businessSolution .businessSolutionMedia{display:flex;align-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-end));overflow:hidden}.businessSolutionMedia:before{display:none}.businessSolutionMedia .businessToolImage{width:100%;flex-shrink:0;transition:transform .35s ease;background-color:transparent}.businessImage-attendance{background-size:328.0822% 198.7342%;background-position:50.05005% 7.69231%}.businessImage-video{background-size:309.6983% 198.7342%;background-position:97.84173% 7.69231%}@media(hover:hover){.businessSolution:hover .businessToolImage{transform:scale(1.045)}}@media(prefers-reduced-motion:reduce){.businessSolutionMedia .businessToolImage{transition:none}.businessSolution:hover .businessToolImage{transform:none}}