.cookie-consent[data-astro-cid-garwan2p]{position:fixed;right:18px;bottom:18px;z-index:120;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;width:min(720px,calc(100% - 36px));padding:16px;border:1px solid rgb(203 213 225 / 86%);border-radius:18px;background:#fffffff5;box-shadow:0 24px 60px #0f172a24,0 1px #ffffffdb inset;color:var(--text);opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .18s ease,transform .18s ease}.cookie-consent[data-astro-cid-garwan2p][hidden]{display:none}.cookie-consent[data-astro-cid-garwan2p][data-visible=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.cookie-consent__copy[data-astro-cid-garwan2p]{display:grid;gap:4px;min-width:0}.cookie-consent__title[data-astro-cid-garwan2p]{margin:0;color:#0f172a;font-size:14px;font-weight:800}.cookie-consent__copy[data-astro-cid-garwan2p] p[data-astro-cid-garwan2p]:not(.cookie-consent__title){margin:0;color:var(--muted);font-size:13px;line-height:1.65}.cookie-consent__actions[data-astro-cid-garwan2p]{display:flex;align-items:center;gap:8px}.cookie-consent__button[data-astro-cid-garwan2p]{min-height:40px;border:0;border-radius:999px;padding:0 16px;font:inherit;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.cookie-consent__button[data-astro-cid-garwan2p]:hover{transform:translateY(-1px)}.cookie-consent__button--secondary[data-astro-cid-garwan2p]{border:1px solid var(--line);background:#fff;color:#334155}.cookie-consent__button--secondary[data-astro-cid-garwan2p]:hover{background:var(--surface-muted);color:#0f172a}.cookie-consent__button--primary[data-astro-cid-garwan2p]{background:linear-gradient(135deg,#0f172a,#164e63);color:#fff;box-shadow:0 12px 22px #0f172a2e}.cookie-consent__button--primary[data-astro-cid-garwan2p]:hover{background:linear-gradient(135deg,#020617,#155e75);box-shadow:0 16px 28px #0f172a38}.cookie-consent__button[data-astro-cid-garwan2p]:focus-visible{outline:3px solid rgb(37 99 235 / 24%);outline-offset:2px}@media(max-width:680px){.cookie-consent[data-astro-cid-garwan2p]{right:12px;bottom:12px;grid-template-columns:1fr;width:calc(100% - 24px);gap:14px;padding:14px;border-radius:16px}.cookie-consent__actions[data-astro-cid-garwan2p]{display:grid;grid-template-columns:1fr}.cookie-consent__button[data-astro-cid-garwan2p]{width:100%}}:root{color-scheme:light;--bg: #f3f7fa;--bg-strong: #ffffff;--surface: #ffffff;--surface-muted: #f8fafc;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #eff6ff;--accent-cyan: #0891b2;--accent-cyan-soft: #ecfeff;--radius: 20px;--radius-sm: 14px;--shadow: 0 20px 40px -15px rgba(15, 23, 42, .08);--shadow-lg: 0 30px 60px -15px rgba(15, 23, 42, .12);--shadow-glow: 0 0 40px rgba(37, 99, 235, .15);--container: 1200px;--font-sans: "Noto Sans Thai", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);text-rendering:optimizeLegibility}body{background:var(--bg);margin:0;min-height:100vh}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}main{min-height:72vh}.site-header,.hero,.section,.page-hero{width:min(var(--container),calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:16px;z-index:80;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:70px;margin-top:16px;border:1px solid rgb(203 213 225 / 78%);border-radius:24px;padding:10px 12px 10px 20px;background:linear-gradient(135deg,#fffffff0,#f8fafcd1),radial-gradient(circle at 18% 0%,rgb(37 99 235 / 12%),transparent 34%),radial-gradient(circle at 88% 16%,rgb(8 145 178 / 10%),transparent 32%);box-shadow:0 24px 60px #0f172a1a,0 1px #ffffffd9 inset}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;height:48px;border-radius:16px;padding:0 10px 0 0;font-size:17px;font-weight:750;letter-spacing:0;white-space:nowrap}.brand-logo{display:block;width:156px;max-width:min(156px,44vw);height:auto;object-fit:contain}.brand-mark{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;width:30px;height:30px;place-items:center;border:1px solid rgb(226 232 240 / 90%);border-radius:10px;padding:5px;background:#ffffffdb;box-shadow:0 10px 24px #0f172a1a,0 1px #fff inset}.brand-mark span{width:100%;height:100%;border-radius:999px}.brand-mark span:nth-child(1){background:#06b6d4}.brand-mark span:nth-child(2),.brand-mark span:nth-child(3){background:#0f172a}.brand-mark span:nth-child(4){background:#94a3b8}.desktop-nav{display:flex;align-items:center;justify-self:center;gap:4px;border:1px solid rgb(226 232 240 / 80%);border-radius:16px;padding:5px;background:#f1f5f9ad;color:var(--muted);font-size:14px;font-weight:600;box-shadow:0 1px #fffc inset}.desktop-nav a{display:inline-flex;align-items:center;min-height:38px;border-radius:12px;padding:0 14px;white-space:nowrap;transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.desktop-nav a:hover,.desktop-nav a.active{color:var(--accent)}.desktop-nav a:hover,.desktop-nav a.active{background:#fffffff0;box-shadow:0 8px 18px #0f172a12;transform:translateY(-1px)}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 22px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.header-cta{background:linear-gradient(135deg,#111827,#0f172a 52%,#164e63);color:#fff;box-shadow:0 16px 30px #0f172a2e,0 1px #ffffff29 inset}.button.primary{background:linear-gradient(135deg,var(--accent) 0%,#0284c7 100%);color:#fff;box-shadow:0 8px 20px -6px #2563eb66}.header-cta:hover{transform:translateY(-2px);box-shadow:0 20px 36px #0f172a38,0 0 18px #06b6d429,0 1px #ffffff29 inset;background:linear-gradient(135deg,#020617,#111827 52%,#155e75)}.button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px -5px #2563eb80,0 0 15px #2563eb26;background:linear-gradient(135deg,var(--accent-strong) 0%,#0369a1 100%)}.header-cta:active,.button.primary:active{transform:translateY(0)}.button.ghost{border:1px solid var(--line);background:#fff;color:var(--text);box-shadow:0 2px 8px #00000005}.button.ghost:hover{background:var(--surface-muted);border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 12px #0000000d}.button.ghost:active{transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,#1e3a8a 0%,var(--accent) 50%,#0891b2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}@keyframes float{0%{transform:translateY(0) rotate(var(--rot, 0deg))}50%{transform:translateY(-8px) rotate(var(--rot, 0deg))}to{transform:translateY(0) rotate(var(--rot, 0deg))}}@keyframes float-gentle{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.01)}to{transform:translateY(0) scale(1)}}@keyframes pulse-slow{0%,to{opacity:.95}50%{opacity:.75}}.float-animation{animation:float-gentle 4s ease-in-out infinite}.mobile-nav{display:none;margin-left:auto;position:relative;justify-self:end}.mobile-nav summary{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:999px;background:#ffffffdb;box-shadow:0 10px 22px #0f172a14;cursor:pointer;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{display:block;width:18px;height:2px;margin:2px 0;border-radius:999px;background:var(--text)}.mobile-nav nav{position:absolute;right:0;top:calc(100% + 10px);z-index:10;display:grid;min-width:180px;gap:4px;padding:10px;border:1px solid var(--line);border-radius:18px;background:#fffffff5;box-shadow:0 24px 50px #0f172a24;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-nav nav a{padding:10px 12px;border-radius:10px;color:var(--muted);font-size:14px;font-weight:650}.mobile-nav nav a:hover,.mobile-nav nav a.active{background:var(--surface-muted);color:var(--text)}.mobile-nav-cta{margin-top:4px;background:#0f172a;color:#fff!important;text-align:center}.hero{width:min(1280px,calc(100% - 32px));padding:28px 0 58px}.hero-shell{overflow:hidden;border:1px solid rgb(203 213 225 / 82%);border-radius:28px;background:#fff;box-shadow:0 40px 120px #0f172a1f,0 1px #ffffffe0 inset;padding-top:78px}.hero-app-icon{display:grid;grid-template-columns:repeat(2,1fr)}.hero-app-icon span{border-radius:999px}.hero-app-icon span:nth-child(1){background:#06b6d4}.hero-app-icon span:nth-child(2){background:#0f172a}.hero-app-icon span:nth-child(3){background:#0f172a}.hero-app-icon span:nth-child(4){background:#64748b}.hero-canvas{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;padding-bottom:60px;overflow:hidden;border-top:1px solid rgb(226 232 240 / 72%);border-radius:24px 24px 0 0;background:linear-gradient(180deg,#fff0,#fff 76%),radial-gradient(#d6dde8 .9px,transparent .9px);background-size:auto,12px 12px}.devices-showcase{position:relative;width:min(1040px,94%);margin-top:48px;display:flex;justify-content:flex-start;align-items:flex-start;padding-bottom:60px;z-index:5}.desktop-mockup{width:calc(100% - 160px);max-width:820px;border:1px solid rgba(226,232,240,.9);border-radius:16px;background:#fff;box-shadow:0 30px 60px -15px #0f172a26;overflow:hidden;z-index:2;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.desktop-mockup:hover{transform:translateY(-4px);box-shadow:0 40px 80px -15px #0f172a33,var(--shadow-glow)}.desktop-tabs{display:flex;gap:4px;margin-left:20px}.desktop-tab-btn{background:transparent;border:none;padding:6px 14px;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;border-radius:6px;transition:all .2s ease}.desktop-tab-btn.active,.desktop-tab-btn:hover{background:#e2e8f0;color:#0f172a}.desktop-screen-content{position:relative;width:100%;aspect-ratio:16 / 10;background:#f8fafc}.desktop-screen-img{display:none;width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.desktop-screen-img.active{display:block}.mobile-mockup{position:absolute;right:0;bottom:0;width:240px;height:480px;border:10px solid #0f172a;border-radius:40px;background:#0f172a;box-shadow:0 30px 60px -10px #00000040,0 0 0 1px #ffffff0d;z-index:10;display:flex;flex-direction:column;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1)}.mobile-mockup:hover{transform:translateY(-8px) scale(1.02)}.mobile-speaker{width:50px;height:4px;background:#334155;border-radius:999px;margin:6px auto;flex-shrink:0}.mobile-screen-content{flex-grow:1;background:#f8fafc;overflow:hidden;position:relative}.mobile-screen-img{display:none;width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.mobile-screen-img.active{display:block}.mobile-tabs{display:grid;grid-template-columns:1fr 1fr;background:#1e293b;padding:4px;border-top:1px solid #334155;flex-shrink:0}.mobile-tab-btn{background:transparent;border:none;padding:8px 0;font-size:11px;font-weight:700;color:#94a3b8;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:center}.mobile-tab-btn.active{background:#2563eb;color:#fff}.hero-canvas:before,.hero-canvas:after{position:absolute;z-index:-1;width:360px;height:360px;border:1px solid rgb(203 213 225 / 58%);border-radius:64px;background:#ffffffb3;content:"";transform:rotate(16deg)}.hero-canvas:before{left:-190px;bottom:-170px}.hero-canvas:after{top:42px;right:-210px}.hero-center{position:relative;z-index:2;display:grid;justify-items:center;max-width:780px;padding:32px 24px;text-align:center}.hero-app-icon{width:66px;height:66px;gap:9px;padding:13px;border:1px solid #e2e8f0;border-radius:18px;background:#fffffff5;box-shadow:0 24px 34px #0f172a24,0 1px #fff inset}.hero-center h1,.page-hero h1{margin:0;max-width:760px;font-size:clamp(42px,6vw,74px);line-height:1.06;letter-spacing:0}.hero-center h1{margin-top:30px;color:#020617;font-weight:720}.hero-center h1 span{display:block}.hero-center h1 span:last-child{color:#9ca3af}.hero-center p,.page-hero p,.section-heading p,.features-grid p{color:var(--muted);line-height:1.75}.hero-center p{max-width:620px;margin:22px 0 0;color:#334155;font-size:16px}.actions,.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-actions .button{min-height:52px;border-radius:13px;padding:0 28px;box-shadow:0 18px 28px #2563eb40}.floating-widget{position:absolute;z-index:1;border:1px solid rgb(226 232 240 / 80%);background:#ffffffe0;box-shadow:0 25px 50px -12px #0f172a1f,0 0 20px #00000003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:float var(--dur, 6s) ease-in-out infinite;animation-delay:var(--delay, 0s);transition:all .35s cubic-bezier(.16,1,.3,1)}.floating-widget:hover{transform:translateY(-12px) scale(1.04) rotate(var(--rot, 0deg))!important;box-shadow:0 35px 60px -10px #0f172a38,var(--shadow-glow);border-color:#2563eb66;z-index:10;animation-play-state:paused}.image-widget{display:block;overflow:hidden;margin:0;padding:0;border-color:#e2e8f0e0;border-radius:24px;background:#fff}.image-widget img{display:block;width:100%;height:100%;object-fit:cover}.dashboard-image-widget{top:56px;left:44px;width:300px;aspect-ratio:16 / 9;transform:rotate(-5deg);--rot: -5deg;--dur: 7s;--delay: 0s}.production-image-widget{right:58px;bottom:24px;width:360px;aspect-ratio:16 / 9;transform:rotate(4deg)}.sticky-widget{top:56px;left:44px;width:218px;min-height:150px;border:0;border-radius:4px;padding:25px 18px 18px;background:#fff176;color:#111827;transform:rotate(5deg)}.sticky-widget:after{position:absolute;right:12px;bottom:-22px;width:86px;height:28px;background:#0000001f;content:"";filter:blur(14px);transform:rotate(-8deg)}.pin{position:absolute;top:-7px;left:50%;width:13px;height:13px;border:2px solid white;border-radius:999px;background:#ef4444;box-shadow:0 5px 12px #0f172a38}.sticky-widget strong{display:block;font-size:15px;font-weight:820}.sticky-widget p{margin:10px 0 0;font-size:14px;font-weight:650;line-height:1.45}.check-widget{top:176px;left:104px;display:grid;width:74px;height:74px;place-items:center;border-radius:18px;transform:rotate(-2deg)}.check-widget span{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;background:var(--accent);color:#fff;font-size:24px;font-weight:850}.reminder-widget{top:56px;right:56px;width:232px;border-radius:22px;padding:22px;color:#0f172a;transform:rotate(8deg);--rot: 8deg;--dur: 8s;--delay: 1.5s}.reminder-widget div{display:flex;justify-content:space-between;gap:16px}.reminder-widget strong,.task-widget strong,.integration-widget strong{font-size:15px;font-weight:820}.reminder-widget div span{color:#94a3b8;font-size:12px;font-weight:700}.reminder-widget p{margin:20px 0 12px;color:#475569;font-size:13px;line-height:1.45}.reminder-widget small{display:inline-flex;border-radius:999px;padding:7px 12px;background:#ecfeff;color:#0891b2;font-size:12px;font-weight:800}.clock-widget{top:92px;right:230px;display:grid;width:62px;height:62px;place-items:center;border-radius:999px;--rot: 0deg;--dur: 6.5s;--delay: 3s}.clock-widget span{position:relative;display:block;width:38px;height:38px;border:3px solid #111827;border-radius:999px;background:linear-gradient(90deg,transparent 47%,#ef4444 48% 53%,transparent 54%),#fff}.clock-widget span:before,.clock-widget span:after{position:absolute;top:50%;left:50%;border-radius:999px;background:#111827;content:"";transform-origin:left center}.clock-widget span:before{width:12px;height:2px;transform:rotate(20deg)}.clock-widget span:after{width:2px;height:13px;transform:translate(-1px,-12px)}.task-widget{bottom:-10px;left:46px;width:285px;border-radius:18px 18px 0 0;padding:22px;--rot: 0deg;--dur: 9s;--delay: .8s}.task-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:14px}.task-row span{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#fee2e2;color:#dc2626;font-size:11px;font-weight:850}.task-row:nth-child(3) span{background:#dcfce7;color:#16a34a}.task-row p{position:relative;margin:0;color:#334155;font-size:12px;font-weight:700}.task-row p:after{display:block;width:100%;height:4px;margin-top:8px;border-radius:999px;background:linear-gradient(90deg,#22c55e 0 68%,#e2e8f0 68% 100%);content:""}.task-row:nth-child(3) p:after{background:linear-gradient(90deg,#06b6d4 0 42%,#e2e8f0 42% 100%)}.task-row small{color:#64748b;font-size:11px;font-weight:800}.integration-widget{right:70px;bottom:28px;width:272px;border-radius:20px;padding:22px;transform:rotate(4deg);--rot: 4deg;--dur: 7.5s;--delay: 2.2s}.integration-icons{display:flex;gap:12px;margin-top:20px}.integration-icons span{display:grid;width:58px;height:58px;place-items:center;border-radius:16px;background:#fff;box-shadow:0 12px 26px #0f172a21;font-size:13px;font-weight:850}.integration-icons span:nth-child(1){color:#ef4444}.integration-icons span:nth-child(2){color:#16a34a}.integration-icons span:nth-child(3){color:#2563eb}.section{padding:56px 0 88px}.section-heading{max-width:650px}.section-heading h2{margin:0;font-size:clamp(32px,4.5vw,52px);line-height:1.1;letter-spacing:-.02em;font-weight:800;color:#0f172a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:48px}.feature-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:32px;box-shadow:var(--shadow);transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:16px;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-cyan) 100%);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg),0 0 25px #2563eb0d;border-color:#2563eb33}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--accent-soft);color:var(--accent);margin-bottom:8px;font-size:20px;font-weight:700}.feature-card h3{margin:0;font-size:20px;font-weight:750;color:#0f172a}.feature-card p{margin:0;font-size:15px;color:var(--muted);line-height:1.6}.stats-section{margin-top:80px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:48px 32px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center;position:relative;overflow:hidden}.stats-section:after{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);pointer-events:none}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-number{font-size:clamp(36px,5vw,54px);font-weight:850;color:var(--accent);line-height:1;letter-spacing:-.03em}.stat-label{font-size:14px;font-weight:650;color:#475569}.stat-desc{font-size:12px;color:var(--muted)}.demo-showcase-container{margin-top:64px;border:1px solid var(--line);border-radius:var(--radius);background:#0f172a;padding:24px;color:#fff;box-shadow:var(--shadow-lg);overflow:hidden}.demo-window-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #1e293b;margin-bottom:20px}.window-dots{display:flex;gap:6px}.window-dots span{width:10px;height:10px;border-radius:999px}.window-dots span:nth-child(1){background:#ef4444}.window-dots span:nth-child(2){background:#eab308}.window-dots span:nth-child(3){background:#22c55e}.window-title{font-size:12px;font-family:monospace;color:#64748b}.demo-window-content{display:grid;grid-template-columns:220px 1fr;gap:24px;min-height:280px}.demo-sidebar{border-right:1px solid #1e293b;padding-right:16px;display:flex;flex-direction:column;gap:8px}.demo-menu-item{padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;color:#94a3b8;cursor:pointer;transition:all .2s ease;text-align:left}.demo-menu-item.active{background:#2563eb26;color:#60a5fa;border-left:3px solid var(--accent)}.demo-main-view{padding:8px;display:flex;flex-direction:column;justify-content:center}.cta-banner{margin-top:80px;border-radius:30px;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:64px 32px;text-align:center;position:relative;overflow:hidden;color:#fff;box-shadow:var(--shadow-lg),0 20px 50px #00000026;border:1px solid rgba(255,255,255,.05)}.cta-banner:before{content:"";position:absolute;top:-10%;left:-10%;width:120%;height:120%;background:radial-gradient(circle,rgba(37,99,235,.1) 0%,transparent 60%);pointer-events:none}.cta-banner h2{font-size:clamp(28px,4vw,44px);margin:0 0 16px;font-weight:800;letter-spacing:-.01em;color:#fff;line-height:1.2}.cta-banner p{font-size:16px;color:#94a3b8;max-width:580px;margin:0 auto 32px;line-height:1.6}.cta-banner-buttons{display:flex;justify-content:center;gap:16px}.page-hero{padding:104px 0 120px}.page-hero p{max-width:640px;margin:24px 0 0;font-size:18px}.site-footer{position:relative;width:100%;margin-top:0;overflow:hidden;border-top:1px solid rgb(148 163 184 / 18%);background:linear-gradient(135deg,#020617fa,#0f172afa 52%,#114054fa),radial-gradient(circle at 12% 8%,rgb(37 99 235 / 26%),transparent 28%),radial-gradient(circle at 88% 18%,rgb(6 182 212 / 22%),transparent 30%);color:#e2e8f0}.site-footer:before{position:absolute;inset:0;pointer-events:none;content:"";background:linear-gradient(90deg,rgb(255 255 255 / 6%) 1px,transparent 1px),linear-gradient(0deg,rgb(255 255 255 / 4%) 1px,transparent 1px);background-size:88px 88px;mask-image:linear-gradient(180deg,rgb(0 0 0 / 70%),transparent 76%)}.site-footer__inner{position:relative;z-index:1;width:min(var(--container),calc(100% - 32px));margin-inline:auto;padding:56px 0 30px}.site-footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end}.site-footer__brand-block{max-width:740px}.site-footer__brand{display:inline-flex;width:178px;max-width:min(178px,58vw);border:1px solid rgb(255 255 255 / 72%);border-radius:18px;padding:10px 14px;background:#fffffff5;box-shadow:0 20px 44px #0000002e,0 1px #ffffffd1 inset;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.site-footer__brand:hover{border-color:#7dd3fcdb;box-shadow:0 24px 52px #0000003d,0 0 24px #06b6d42e;transform:translateY(-2px)}.site-footer__logo{width:100%;height:auto;object-fit:contain}.site-footer h2{margin:28px 0 0;color:#f8fafc;font-size:76px;font-weight:800;letter-spacing:0;line-height:.96}.site-footer__description{max-width:700px;margin:22px 0 0;color:#cbd5e1;font-size:15.5px;line-height:1.8}.site-footer__cta{display:grid;justify-items:end;gap:14px;min-width:240px;color:#bae6fd;font-size:14px;font-weight:700;text-align:right}.site-footer__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid rgb(255 255 255 / 12%);border-radius:999px;padding:0 24px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff7ed;font-size:14px;font-weight:800;box-shadow:0 18px 34px #f973163d;transition:box-shadow .2s ease,transform .2s ease}.site-footer__button:hover{box-shadow:0 22px 42px #f9731652;transform:translateY(-2px)}.site-footer__middle{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end;margin-top:54px;border-top:1px solid rgb(226 232 240 / 13%);border-bottom:1px solid rgb(226 232 240 / 10%);padding:24px 0}.site-footer__nav{display:grid;gap:12px}.site-footer__nav-title,.site-footer__audience span{color:#7dd3fc;font-size:12px;font-weight:800;letter-spacing:0}.site-footer__link-row{display:flex;flex-wrap:wrap;gap:10px 24px}.site-footer__link-row a,.site-footer__bottom a{color:#e2e8f0;font-size:14px;font-weight:700;transition:color .2s ease,transform .2s ease}.site-footer__link-row a:hover,.site-footer__bottom a:hover{color:#38bdf8}.site-footer__audience{display:grid;justify-items:end;gap:8px;color:#f8fafc;text-align:right}.site-footer__audience strong{font-size:14px;font-weight:800}.site-footer__bottom{display:flex;justify-content:space-between;gap:24px;align-items:center;padding-top:26px}.site-footer__bottom p{margin:0;color:#94a3b8;font-size:12.5px}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}@media(max-width:980px){.hero-canvas{min-height:auto}.hero-center{max-width:650px}.production-image-widget{right:26px;width:300px}.sticky-widget{left:24px;width:190px}.check-widget{left:72px}.reminder-widget{right:24px}.clock-widget{display:none}.task-widget{left:26px;width:255px}.integration-widget{right:26px;width:248px}}@media(max-width:820px){.site-header{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:66px;padding:10px 10px 10px 16px}.desktop-nav,.header-cta{display:none}.mobile-nav{display:block}.hero{padding-top:20px}.features-grid,.stats-section,.demo-window-content{grid-template-columns:1fr;display:grid}.devices-showcase{flex-direction:column;align-items:center;gap:32px;padding-bottom:20px;width:100%}.desktop-mockup{width:100%}.mobile-mockup{position:relative;right:auto;bottom:auto;width:240px;height:480px}.demo-sidebar{border-right:none;border-bottom:1px solid #1e293b;padding-right:0;padding-bottom:16px}.site-footer__top,.site-footer__middle{grid-template-columns:1fr}.site-footer h2{font-size:48px}.site-footer__cta,.site-footer__audience{justify-items:start;text-align:left}.site-footer__middle{align-items:start}}@media(max-width:520px){.site-footer h2{font-size:38px}.site-footer__bottom{align-items:flex-start;flex-direction:column;gap:12px}.site-footer__legal{justify-content:flex-start}}@media(max-width:700px){.hero{width:min(100% - 20px,var(--container));padding:10px 0 42px}.hero-shell{border-radius:22px;padding-top:66px}.hero-canvas{display:flex;min-height:auto;flex-direction:column;align-items:center;padding:42px 16px 18px;background-size:auto,10px 10px}.hero-canvas:before,.hero-canvas:after{display:none}.hero-center{order:0;width:100%;padding:0 0 10px}.hero-app-icon{width:56px;height:56px;gap:8px;padding:11px;border-radius:16px}.hero-center h1{margin-top:24px;font-size:clamp(36px,10vw,48px)}.hero-center p{font-size:15px;line-height:1.65}.hero-actions{width:100%;justify-content:center;margin-top:24px}.floating-widget{position:relative;inset:auto;width:min(100%,330px);margin-top:14px;transform:none}.hero-dashboard-mockup{width:100%;margin-top:24px;border-radius:12px}.mockup-header{padding:8px 12px}.mockup-address{max-width:180px}.production-image-widget{display:none}.sticky-widget{order:1;min-height:auto;border-radius:8px;padding:18px}.sticky-widget:after,.pin,.check-widget,.clock-widget,.task-widget,.integration-widget{display:none}.reminder-widget{order:2}}@media(max-width:520px){.site-header,.hero,.section,.page-hero{width:min(100% - 24px,var(--container))}.hero-center h1,.page-hero h1{font-size:40px}.actions,.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.site-header{top:10px;border-radius:20px}.brand{height:44px;font-size:15px}.brand-mark{width:28px;height:28px;border-radius:10px}}
