:root{--bg:#eef2f7;--panel:#f8fafc;--panel-soft:#eef3f8;--ink:#212121;--muted:#64748b;--line:#dce4ee;--line-strong:#d9e2ef;--brand:#0f3a7d;--brand-dark:#0a2747;--navy:#12305f;--green:#00a896;--amber:#ff8c00;--blue:#2196f3;--danger:#d32f2f;--radius:8px;--radius-sm:6px;--shadow:0 18px 55px #10182814}:root[data-theme=dark]{--bg:#071426;--panel:#0d1b31;--panel-soft:#10233d;--ink:#f8fafc;--muted:#b8c4d8;--line:#7d97bf47;--line-strong:#60a5fa80;--brand:#7dd3fc;--brand-dark:#38bdf8;--navy:#dbeafe;--shadow:0 18px 55px #00000047}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-weight:600;overflow-x:hidden}body:before{content:"";opacity:.72;pointer-events:none;z-index:-1;background:linear-gradient(135deg,#0f3a7d09 0 1px,#0000 1px 18px) 0 0/36px 36px,radial-gradient(circle at 1px 1px,#0f3a7d0a 1px,#0000 1.4px) 0 0/24px 24px,#eef2f7;position:fixed;inset:0}:root[data-theme=dark] body:before{opacity:1;background:radial-gradient(circle at 18% 8%,#2563eb38,#0000 30%),radial-gradient(circle at 82% 22%,#0ea5e924,#0000 34%),radial-gradient(circle at 48% 88%,#1e40af2e,#0000 38%),linear-gradient(135deg,#7dd3fc0e 0 1px,#0000 1px 22px),#071426}button,input,select,textarea{font:inherit}h1,h2,h3,strong{font-weight:950}h1,h2{font-family:Georgia,Times New Roman,serif}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.fresh{color:var(--ink);min-height:100vh}.fresh-shell{width:100%;max-width:none;margin:0 auto;padding:clamp(12px,1.4vw,22px)}.fresh-shell.home-shell{padding-top:0}.fresh-phone-shell{width:100%;max-width:560px;min-height:100vh;margin:0 auto;padding-bottom:110px}.fresh-nav{border:1px solid var(--line);z-index:50;background:#fffffff5;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:flex;position:sticky;top:clamp(8px,1vw,14px);box-shadow:0 12px 34px #1018280f}.fresh-nav.home-nav{border-radius:0 0 24px 24px;max-width:1600px;min-height:66px;margin:0 auto 18px;padding:12px 20px;top:0}:root[data-theme=dark] .fresh-nav,:root[data-theme=dark] .fresh-nav.home-nav{background:#0f172aeb;border-color:#94a3b83d}.fresh-pref-controls{align-items:center;gap:6px;margin-left:8px;display:flex}.fresh-pref-controls button{border:1px solid var(--line);color:#334155;cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:36px;height:34px;padding:0 10px;font-size:12px;font-weight:950;transition:border-color .18s,color .18s,transform .18s,background .18s;display:inline-flex}.fresh-pref-controls button:hover,.fresh-pref-controls button.is-active{color:#0f3a7d;background:#eff6ff;border-color:#2563eb52;transform:translateY(-1px)}.fresh-pref-controls .theme-toggle{min-width:38px;font-size:16px}:root[data-theme=dark] .fresh-pref-controls button,:root[data-theme=dark] .home-nav .fresh-links a{color:#e2e8f0;background:#0f172ae0}:root[data-theme=dark] .fresh-pref-controls button:hover,:root[data-theme=dark] .fresh-pref-controls button.is-active{color:#fff;background:#2563eb38}.fresh-brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:20px;font-weight:950;text-decoration:none;display:inline-flex}.fresh-brand:before{content:"";background:url(/hk-logo.svg) 50%/cover no-repeat;border-radius:11px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff38,0 10px 24px #0f3a7d2e}.home-nav .fresh-brand{font-size:22px}.home-nav .fresh-brand:before{width:34px;height:34px}.fresh-links{isolation:isolate;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.fresh-links a,.fresh-chip,.fresh-pill{background:var(--panel-soft);border:1px solid var(--line);color:var(--muted);z-index:0;border-radius:999px;align-items:center;min-height:36px;padding:8px 12px;font-size:13px;font-weight:850;text-decoration:none;transition:border-color .18s,color .18s,transform .18s;display:inline-flex;position:relative;overflow:hidden}.fresh-links a:before{border-radius:inherit;content:"";filter:blur(10px);opacity:0;z-index:-1;background:radial-gradient(circle at 35%,#2563eb2e,#0000 52%),radial-gradient(circle at 65%,#38bdf829,#0000 54%),#eff6ffeb;transition:opacity .18s,transform .23s cubic-bezier(.18,.9,.22,1),filter .23s;position:absolute;inset:5px;transform:scale(.45)}.fresh-links a:hover:before{filter:blur();opacity:1;transform:scale(1.04)}.fresh-links a:hover,.fresh-pill:hover{border-color:var(--line-strong);color:var(--brand)}.home-nav .fresh-links a{color:#334155;background:#fff;min-height:40px;padding:9px 14px;font-size:14px}.home-nav .fresh-links a:hover{background:#eef6ff;border-color:#0f3a7d3d;transform:translateY(-1px)}.fresh-button{background:var(--brand);border:1px solid var(--brand);border-radius:var(--radius-sm);color:#fff;cursor:pointer;justify-content:center;align-items:center;min-height:46px;padding:12px 16px;font-weight:900;text-decoration:none;display:inline-flex}.fresh-button:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.fresh-button.secondary{border-color:var(--line);color:var(--ink);background:#fff}@keyframes freshBorderGlowSpin{to{transform:rotate(1turn)}}@keyframes freshShinyText{0%,to{background-position:180%}45%,55%{background-position:0%}}:is(.fresh-service-card,.fresh-project-product-card,.fresh-growth-price-card,.fresh-growth-step,.fresh-growth-card,.fresh-contact-panel,.fresh-founder-quote,.fresh-footer-column,.fresh-review-card,.fresh-signature-card){isolation:isolate;position:relative;overflow:hidden}:is(.fresh-service-card,.fresh-project-product-card,.fresh-growth-price-card,.fresh-growth-step,.fresh-growth-card,.fresh-contact-panel,.fresh-founder-quote,.fresh-footer-column,.fresh-review-card,.fresh-signature-card):after{border-radius:inherit;content:"";opacity:0;pointer-events:none;-webkit-mask-composite:xor;z-index:2;background:conic-gradient(#0000 0deg 255deg,#2563eb7a 290deg,#38bdf885 318deg,#0000 350deg);padding:2px;transition:opacity .22s;animation:5.5s linear infinite freshBorderGlowSpin;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}:is(.fresh-service-card,.fresh-project-product-card,.fresh-growth-price-card,.fresh-growth-step,.fresh-growth-card,.fresh-contact-panel,.fresh-founder-quote,.fresh-footer-column,.fresh-review-card,.fresh-signature-card):hover:after{opacity:1}.fresh-shiny-text,.fresh-growth-head h2,.fresh-founder-quote blockquote{background:linear-gradient(110deg,#0f172a 0% 36%,#2563eb 48%,#38bdf8 52%,#0f172a 64% 100%) 0 0/220% 100%;color:#0000;-webkit-background-clip:text;animation:6s ease-in-out infinite freshShinyText}.fresh-button.secondary.dark{color:#0f172a;background:#fff;border-color:#0f3a7d2e;box-shadow:0 14px 34px #0f172a14}.fresh-button.secondary.dark:hover{color:#0f3a7d;background:#eef6ff;border-color:#2563eb57}.fresh-button-glow{background:#2563eb;border-color:#2563eb;box-shadow:0 20px 60px #2563eb57}.fresh-button-glow:hover{background:#1d4ed8;border-color:#1d4ed8}.fresh-button.dark{background:var(--navy);border-color:var(--navy)}.fresh-button.green{background:var(--green);border-color:var(--green)}.fresh-button:disabled{cursor:not-allowed;opacity:.5}.fresh-footer{color:#fff;background:radial-gradient(circle at 12% 0,#2563eb2e,#0000 30%),linear-gradient(135deg,#07111f,#0f172a 58%,#020617);border:1px solid #94a3b833;border-radius:32px;margin-top:44px;padding:0;position:relative;overflow:visible;box-shadow:0 24px 70px #0f172a14}.fresh-footer:before{content:"";opacity:.38;pointer-events:none;background-image:radial-gradient(circle,#7dd3fc1c 1px,#0000 1px),linear-gradient(#94a3b80a 1px,#0000 1px),linear-gradient(90deg,#94a3b80a 1px,#0000 1px);background-size:36px 36px,72px 72px,72px 72px;position:absolute;inset:0}.fresh-footer-main{z-index:1;grid-template-columns:minmax(260px,1.05fr) repeat(2,minmax(150px,.65fr)) minmax(340px,1.05fr);gap:28px;padding:clamp(28px,4vw,54px);display:grid;position:relative;overflow:visible}.fresh-footer p{color:#e2e8f0c7;max-width:420px;margin:0;line-height:1.7}.fresh-footer-brand{background:radial-gradient(circle at 18% 0,#2563eb38,#0000 30%),#0f172aa8;border:1px solid #94a3b82e;border-radius:24px;align-content:start;padding:22px;display:grid;box-shadow:0 24px 70px #0f172a24}.fresh-footer-logo{color:#fff;letter-spacing:-.04em;align-items:center;gap:10px;margin-bottom:14px;font-size:28px;font-weight:950;text-decoration:none;display:inline-flex}.fresh-footer-logo:before{content:"";background:url(/hk-mark.svg) 50%/contain no-repeat;justify-content:center;align-items:center;width:46px;height:42px;display:inline-flex}.fresh-footer-column{background:radial-gradient(circle at 18% 0,#2563eb2e,#0000 30%),#0f172aa8;border:1px solid #94a3b82e;border-radius:24px;align-content:start;gap:10px;padding:22px;display:grid;box-shadow:0 24px 70px #0f172a1f}.fresh-footer-column h3{color:#7dd3fc;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:14px}.fresh-footer-column a{color:#e2e8f0db;font-weight:760;text-decoration:none}.fresh-footer-column a:hover{color:#fff}.fresh-business-card-wrap{place-items:center;padding:12px 0;display:grid;overflow:visible}.fresh-business-card{text-align:left;background:radial-gradient(circle at 18% 0,#2563eb3d,#0000 28%),#0f172aad;border:1px solid #0f3a7d2e;border-radius:24px;width:min(520px,100%);min-height:320px;position:relative;overflow:visible;box-shadow:0 30px 80px #0f172a2e}.fresh-business-card:before{content:"";opacity:.45;border-radius:inherit;background:linear-gradient(90deg,#ffffff1a,#0000),radial-gradient(circle at 72% 40%,#2563eb38,#0000 26%);position:absolute;inset:0}.fresh-business-stack{color:#fff;z-index:1;background:radial-gradient(circle at 18% 10%,#2563eb38,#0000 34%),linear-gradient(145deg,#ffffff14,#fff0),#050b18;border:1px solid #ffffff14;border-radius:16px;gap:6px;width:min(390px,78%);min-height:118px;padding:18px 20px;transition:transform .42s cubic-bezier(.18,.9,.22,1),box-shadow .36s;display:grid;position:absolute;top:44px;left:50%;transform:translate(-50%,118px)rotate(-1.2deg);box-shadow:0 26px 54px #00000047}.fresh-business-card:hover .fresh-business-stack,.fresh-business-card:focus-within .fresh-business-stack{transform:translate(-50%,-150px)rotate(-1.2deg);box-shadow:0 34px 72px #00000052}.fresh-business-paper{color:#0f172a;z-index:3;background:radial-gradient(circle at 82% 52%,#0f3a7d14,#0000 22%),#fff;border:1px solid #0f3a7d24;border-bottom:7px solid #2563eb;border-radius:10px 10px 6px 6px;gap:8px;width:min(400px,82%);min-height:180px;padding:28px 24px 20px;display:grid;position:absolute;top:58px;left:50%;transform:translate(-50%)rotate(-1.2deg);box-shadow:0 28px 60px #0000003d}.fresh-business-paper:before{content:"";opacity:.92;z-index:1;background:url(/hk-mark.svg) 50%/contain no-repeat;width:50px;height:42px;position:absolute;top:18px;right:18px}.fresh-business-paper:after{color:#0f3a7d;content:"HesapKimde";opacity:.055;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:950;position:absolute;top:72px;right:18px}.fresh-business-logo{background:url(/hk-mark.svg) 50%/contain no-repeat;width:54px;height:38px;margin-bottom:6px}.fresh-business-stack strong{letter-spacing:-.055em;font-size:clamp(20px,1.8vw,28px);line-height:1}.fresh-business-stack small{color:#ffffffb8;letter-spacing:.28em;text-transform:uppercase;font-size:10px;font-weight:850}.fresh-business-paper strong{letter-spacing:-.04em;z-index:2;padding-right:56px;font-size:clamp(22px,1.85vw,30px);line-height:1;position:relative}.fresh-business-paper small{color:#0f3a7d;margin-bottom:12px;font-size:13px;font-weight:850}.fresh-business-paper a{color:#0f3a7d;overflow-wrap:anywhere;z-index:1;width:fit-content;font-size:13px;font-weight:850;text-decoration:none;position:relative}.fresh-business-link{align-items:center;gap:8px;display:inline-flex}.fresh-business-link span{background:#eaf2ff;border:1px solid #0f3a7d1f;border-radius:999px;flex:none;width:24px;height:24px;display:inline-flex;position:relative}.fresh-business-link span:before{content:"";background:#0f3a7d;width:13px;height:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fresh-business-link.mail span:before{clip-path:polygon(5% 18%,95% 18%,95% 82%,5% 82%,5% 18%,50% 56%,95% 18%,50% 62%,5% 18%)}.fresh-business-link.linkedin span:before{clip-path:polygon(6% 34%,28% 34%,28% 94%,6% 94%,6% 34%,6% 8%,28% 8%,28% 28%,6% 28%,6% 34%,38% 34%,58% 34%,58% 42%,60% 42%,64% 36%,74% 34%,86% 38%,94% 50%,94% 94%,72% 94%,72% 60%,69% 53%,61% 52%,58% 60%,58% 94%,38% 94%)}.fresh-business-link.web span:before{clip-path:none;background:linear-gradient(#0f3a7d,#0f3a7d) 50%/100% 2px no-repeat,linear-gradient(90deg,#0000 42%,#0f3a7d 42% 58%,#0000 58%);border:2px solid #0f3a7d;border-radius:50%;width:13px;height:13px}.fresh-business-paper a:hover{color:#2563eb;text-decoration:underline}.fresh-business-note{align-content:center;gap:10px;display:grid}.fresh-business-note span{color:#0f3a7d;letter-spacing:.13em;text-transform:uppercase;font-size:13px;font-weight:950}.fresh-business-note strong{color:#0f172a;letter-spacing:-.05em;font-size:clamp(28px,3vw,44px);line-height:1}.fresh-business-note p{color:#64748b;margin:0;font-weight:800;line-height:1.65}.fresh-footer-bottom{color:#64748b;z-index:1;border-top:1px solid #0f3a7d1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:18px clamp(28px,4vw,54px);font-size:13px;font-weight:750;display:flex;position:relative}.fresh-hero{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:30px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:620px;display:grid;overflow:hidden}.fresh-hero-copy{align-content:center;padding:clamp(34px,5vw,72px);display:grid}.fresh-kicker{color:var(--brand);letter-spacing:.1em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:950}.fresh-title{letter-spacing:-.06em;margin:0;font-size:clamp(42px,5vw,76px);line-height:.96}.fresh-lead{color:var(--muted);max-width:680px;margin:22px 0 0;font-size:18px;line-height:1.7}.fresh-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.fresh-hero-media{background-position:50%;background-size:cover;min-height:100%}.fresh-demo-board{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.fresh-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 10px 30px #1018280a}.fresh-card:hover{border-color:var(--line-strong)}.fresh-step{background:var(--navy);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:950;display:inline-flex}.fresh-card h3,.fresh-card h2,.fresh-section h2{letter-spacing:-.035em;margin:12px 0 0;line-height:1.12}.fresh-card p,.fresh-card small,.fresh-muted{color:var(--muted);line-height:1.55}.fresh-section{background:var(--panel);border:1px solid var(--line);border-radius:28px;margin-top:18px;padding:clamp(24px,4vw,48px);box-shadow:0 10px 30px #1018280a}.fresh-card-error{color:var(--danger);margin-top:6px;font-size:12px;display:block}.fresh-grid-2,.fresh-grid-3,.fresh-grid-4{gap:14px;display:grid}.fresh-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fresh-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fresh-phone-hero{background-position:50%;background-size:cover;border-radius:0 0 30px 30px;min-height:330px;padding:20px;position:relative;overflow:hidden}.fresh-phone-hero:before{content:"";background:#0f172a47;position:absolute;inset:0}.fresh-phone-hero-card{background:#fffffff2;border:1px solid #ffffffbf;border-radius:22px;padding:18px;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 20px 50px #1018282e}.fresh-phone-hero-card h1{letter-spacing:-.055em;margin:8px 0 12px;font-size:42px;line-height:.98}.fresh-phone-panel{background:var(--panel);border:1px solid var(--line);border-radius:20px;margin:14px;padding:14px}.fresh-phone-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fresh-phone-actions button,.fresh-phone-actions a{background:var(--brand);border:1px solid var(--brand);color:#fff;cursor:pointer;text-align:left;border-radius:14px;min-height:78px;padding:12px;font-weight:900;text-decoration:none;display:grid}.fresh-phone-actions span{color:#fffc;margin-top:4px;font-size:12px}.fresh-category-row{gap:8px;margin:0 14px 12px;padding-bottom:4px;display:flex;overflow-x:auto}.fresh-category-row button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;flex:none;min-height:40px;padding:9px 12px;font-weight:850}.fresh-category-row button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.fresh-menu-list{gap:12px;margin:0 14px;display:grid}.fresh-menu-item{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.fresh-menu-item img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.fresh-menu-item-body{gap:10px;padding:14px;display:grid}.fresh-menu-item h3{letter-spacing:-.035em;margin:0;font-size:22px}.fresh-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.fresh-cart-bar{background:var(--navy);color:#fff;z-index:60;border-radius:22px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:calc(100% - 28px);max-width:532px;padding:14px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.fresh-cart-bar small{color:#cbd5e1;display:block}.fresh-cart-bar button{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #fff;border-radius:14px;min-height:46px;padding:10px 14px;font-weight:950}.fresh-panel-layout{grid-template-columns:280px minmax(0,1fr);gap:16px;display:grid}.fresh-sidebar{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;align-self:start;gap:8px;padding:12px;display:grid;position:sticky;top:104px}.fresh-sidebar-summary{background:var(--panel-soft);border:1px solid var(--line);border-radius:18px;gap:8px;padding:14px;display:grid}.fresh-sidebar-summary strong{letter-spacing:-.035em;font-size:22px}.fresh-sidebar-summary small{color:var(--muted);line-height:1.45}.fresh-sidebar a,.fresh-sidebar button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;min-height:46px;padding:12px;font-weight:850;text-decoration:none}.fresh-sidebar a.is-active,.fresh-sidebar a:hover,.fresh-sidebar button:hover{color:var(--brand);background:#fff7f6;border-color:#fecdca}.fresh-panel-header{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;gap:16px;margin-bottom:16px;padding:clamp(20px,3vw,34px);display:grid}.fresh-panel-header h1{letter-spacing:-.06em;margin:0;font-size:clamp(34px,5vw,64px);line-height:.95}.fresh-kpi-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.fresh-kpi{background:var(--panel);border:1px solid var(--line);border-left:5px solid var(--brand);border-radius:var(--radius);padding:16px}.fresh-kpi span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900;display:block}.fresh-kpi strong{letter-spacing:-.04em;margin-top:6px;font-size:34px;display:block}.fresh-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fresh-lane{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:360px;padding:14px}.fresh-lane h2{justify-content:space-between;align-items:center;margin:0 0 12px;font-size:18px;display:flex}.fresh-ticket{background:var(--panel-soft);border:1px solid var(--line);border-radius:18px;gap:10px;margin-top:10px;padding:14px;display:grid}.fresh-ticket h3{letter-spacing:-.035em;margin:0;font-size:22px}.fresh-ticket ul{color:var(--muted);gap:4px;margin:0;padding:0;list-style:none;display:grid}.fresh-ticket-actions{flex-wrap:wrap;gap:8px;display:flex}.fresh-mini-button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;min-height:38px;padding:8px 10px;font-size:13px;font-weight:900}.fresh-mini-button.primary{background:var(--brand);border-color:var(--brand);color:#fff}.fresh-mini-button.green{background:var(--green);border-color:var(--green);color:#fff}.fresh-mini-button.danger{color:var(--danger);background:#fff;border-color:#ffc9c9}.fresh-form{gap:10px;display:grid}.fresh-form input,.fresh-form select,.fresh-form textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:14px;width:100%;min-height:46px;padding:12px}.fresh-reservation-form label{gap:8px;display:grid}.fresh-private-room-box{background:#fff7ed;border-color:#fed7aa}.fresh-reservation-modal{max-width:560px}.fresh-reservation-modal.success{border-top:5px solid #16a34a}.fresh-reservation-modal.error{border-top:5px solid #dc2626}.fresh-table{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.fresh-table-row{grid-template-columns:1.2fr .8fr .8fr .8fr;gap:10px;padding:12px 14px;display:grid}.fresh-table-row:nth-child(odd){background:var(--panel-soft)}.fresh-table-row.head{background:var(--navy);color:#fff;font-weight:900}.fresh-product-list{gap:10px;display:grid}.fresh-product-row{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:12px;display:grid}.fresh-product-row.wide{grid-template-columns:minmax(0,1fr) auto}.fresh-progress{background:#eef2f6;border-radius:999px;grid-column:2/-1;height:8px;overflow:hidden}.fresh-progress i{background:var(--green);height:100%;display:block}.fresh-restaurant-hero{background-position:50%;background-size:cover;border-radius:30px;align-items:center;min-height:660px;padding:clamp(22px,5vw,72px);display:flex;position:relative;overflow:hidden}.fresh-restaurant-hero:before{content:"";background:linear-gradient(90deg,#140c08c7,#140c0875 48%,#140c08ad),radial-gradient(circle at 50% 42%,#f59e0b38,#0000 26%);position:absolute;inset:0}.fresh-restaurant-card{color:#fff7ed;text-align:center;z-index:1;background:#1c100a61;border:1px solid #fbbf2447;border-radius:28px;max-width:820px;margin:0 auto;padding:clamp(24px,4vw,52px);position:relative;box-shadow:0 24px 90px #00000061}.fresh-restaurant-card h1{color:#fff7ed;letter-spacing:-.065em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,6vw,92px);line-height:.96}.fresh-restaurant-card .fresh-kicker{color:#f97316}.fresh-restaurant-card .fresh-lead{color:#fff7eddb;margin-inline:auto}.fresh-restaurant-card .fresh-actions{justify-content:center}.fresh-restaurant-card .fresh-button{background:#ea580c;border-color:#ea580c}.fresh-restaurant-card .fresh-button.secondary{color:#fff7ed;background:#fff7ed1a;border-color:#fb923c7a}.fresh-signature-menu{background:radial-gradient(circle at 8% 10%,#f973161f,#0000 28%),linear-gradient(135deg,#fff7ed,#fff 54%,#ffedd5);border:1px solid #f973162e}.fresh-signature-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-bottom:24px;display:grid}.fresh-signature-head .fresh-kicker{grid-column:1/-1}.fresh-signature-head h2{color:#431407;letter-spacing:-.06em;margin:0;font-size:clamp(34px,4.6vw,66px);line-height:.95}.fresh-signature-head .fresh-button.secondary{color:#fff;background:#ea580c;border-color:#ea580c}.fresh-signature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.fresh-signature-card{background:#fffaf5;border-color:#f973163d;box-shadow:0 24px 70px #9a34121f}.fresh-signature-card img,.fresh-signature-card video{aspect-ratio:1.08}.fresh-signature-badge{color:#9a3412;background:#ffedd5;border:1px solid #f9731647;border-radius:999px;margin-bottom:10px;padding:8px 10px;font-size:12px;font-weight:950;display:inline-flex}.fresh-review-card strong{color:#f59e0b;letter-spacing:.08em;margin-bottom:12px;font-size:22px;display:block}#konum{background:radial-gradient(circle at 88% 18%,#f9731624,#0000 28%),linear-gradient(135deg,#fff7ed,#fff);border:1px solid #f9731629}.fresh-contact-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.fresh-contact-actions .fresh-button{border-radius:999px;min-height:42px;padding-inline:18px}.fresh-menu-hero{text-align:center}.fresh-menu-category-pills{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px;display:flex}.fresh-menu-category-pills a{color:#7c2d12;background:#fff7ed;border:1px solid #f973163d;border-radius:999px;padding:10px 14px;font-weight:900;text-decoration:none}.fresh-menu-category-pills a:hover{color:#fff;background:#f97316}.fresh-photo-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.fresh-photo-card img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.fresh-photo-card video{aspect-ratio:4/3;object-fit:cover;background:#0f172a;width:100%;display:block}.fresh-photo-card div{padding:16px}.fresh-media-file .fresh-muted{overflow-wrap:anywhere}.fresh-notice{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:14px}.fresh-demo-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.fresh-demo-rail a{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:14px;gap:5px;min-height:74px;padding:10px;text-decoration:none;display:grid}.fresh-demo-rail a.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.fresh-demo-rail strong{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:inline-flex}.fresh-demo-rail span{font-size:12px;font-weight:900}.fresh-cart-lines{gap:10px;display:grid}.fresh-cart-summary{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.fresh-cart-summary h2{margin:0;font-size:24px}.fresh-cart-line{background:var(--panel-soft);border:1px solid var(--line);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px;display:grid}.fresh-cart-line small{color:var(--muted);margin-top:4px;line-height:1.45;display:block}.fresh-cart-line>div:last-child{justify-items:end;gap:8px;display:grid}.fresh-cart-line.detailed{grid-template-columns:minmax(0,1fr) minmax(180px,auto)}.fresh-cart-line span{color:var(--brand);margin-top:8px;font-size:12px;font-weight:900;display:inline-block}.fresh-cart-tools{place-items:end;gap:8px;display:grid}.fresh-cart-total{background:var(--panel-soft);border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;padding:14px;display:flex}.fresh-cart-drawer{max-width:680px}.fresh-sheet-backdrop{z-index:100;background:#0f172a7a;justify-content:center;align-items:flex-end;padding:14px;display:flex;position:fixed;inset:0}.fresh-product-sheet{border:1px solid var(--line);background:#fff;border-radius:28px;gap:16px;width:100%;max-width:560px;max-height:min(88vh,780px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 30px 90px #10182847}.fresh-product-sheet h2,.fresh-product-sheet h3{letter-spacing:-.035em;margin:0}.fresh-qty-box{background:var(--panel-soft);border:1px solid var(--line);border-radius:18px;justify-content:space-between;align-items:center;padding:12px;display:flex}.fresh-qty-box span{color:var(--muted);font-weight:900}.fresh-qty-box div{grid-template-columns:38px 34px 38px;align-items:center;gap:10px;display:grid}.fresh-qty-box button{background:var(--navy);border:1px solid var(--navy);color:#fff;cursor:pointer;border-radius:12px;height:38px;font-weight:950}.fresh-qty-box strong{text-align:center}.fresh-qty-box.compact{gap:8px;padding:8px}.fresh-qty-box.compact div{display:contents}.fresh-qty-box.compact button{width:34px;height:34px}.fresh-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.fresh-option-grid label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:8px;min-height:48px;padding:10px;display:flex}.fresh-option-grid label.is-selected{color:var(--brand);background:#fff7f6;border-color:#fda29b}.fresh-option-grid input{accent-color:var(--brand);width:18px;height:18px}.fresh-payment-sheet .fresh-option-grid label{grid-template-columns:auto minmax(0,1fr) auto;display:grid}.fresh-payment-sheet .fresh-option-grid label>span:not(.fresh-qty-box){gap:3px;min-width:0;display:grid}.fresh-payment-sheet .fresh-option-grid label>span:not(.fresh-qty-box) small{color:var(--muted)}.fresh-payment-sheet .fresh-qty-box.compact{margin:0}.fresh-empty{background:var(--panel-soft);border:1px dashed var(--line-strong);color:var(--muted);text-align:center;border-radius:18px;place-items:center;min-height:130px;padding:18px;display:grid}.fresh-table-order-preview{gap:18px;display:grid}.fresh-menu-tile{border:1px solid var(--line);border-radius:var(--radius);background:#fff;display:grid;overflow:hidden}.fresh-menu-tile img{aspect-ratio:4/3;object-fit:cover;width:100%}.fresh-menu-tile div{gap:8px;padding:12px;display:grid}.fresh-menu-tile small{color:var(--muted)}.fresh-report-list{gap:8px;margin-top:14px;display:grid}.fresh-report-row{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}@media (max-width:1120px){.fresh-hero,.fresh-panel-layout{grid-template-columns:1fr}.fresh-sidebar{grid-template-columns:repeat(4,minmax(0,1fr));position:static}.fresh-demo-board,.fresh-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-motion-layout,.fresh-scroll-panel,.fresh-scroll-panel:nth-child(2n),.fresh-project-tablets,.fresh-mindset-grid,.fresh-founder-grid,.fresh-preference-grid,.fresh-contact-vision-grid,.fresh-contact-panel,.fresh-identity-grid,.fresh-solutions-grid,.fresh-mission-vision,.fresh-process-line{grid-template-columns:1fr}.fresh-project-product-card,.fresh-project-product-card.website{grid-column:auto;grid-template-columns:1fr;margin-top:0}.fresh-scroll-panel:nth-child(2n) .fresh-scroll-copy{order:0}.fresh-scroll-device,.fresh-scroll-panel:nth-child(2n) .fresh-scroll-device{width:100%;position:relative;left:auto;right:auto}.fresh-board,.fresh-grid-4,.fresh-signature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-signature-head{grid-template-columns:1fr;align-items:start}.fresh-process-line:before{display:none}}@media (max-width:760px){.fresh-shell{padding:12px}.fresh-nav,.fresh-panel-header{grid-template-columns:1fr;align-items:stretch}.fresh-nav{flex-direction:column;position:static}.fresh-footer{border-radius:20px;margin-top:28px}.fresh-footer-main{grid-template-columns:1fr;padding:24px}.fresh-business-card-wrap{grid-template-columns:1fr;padding:10px 0}.fresh-business-card{min-height:340px}.fresh-business-stack,.fresh-business-paper{width:calc(100% - 36px);left:50%;right:auto}.fresh-business-stack{top:48px;bottom:auto;transform:translate(-50%,124px)rotate(-1.2deg)}.fresh-business-paper{top:68px;transform:translate(-50%)rotate(-1.2deg)}.fresh-business-card:hover .fresh-business-stack,.fresh-business-card:focus-within .fresh-business-stack{transform:translate(-50%,-136px)rotate(-1.2deg)}.fresh-footer-bottom{flex-direction:column;align-items:flex-start;padding:16px 24px}.fresh-links,.fresh-actions{grid-template-columns:1fr;width:100%;display:grid}.fresh-links a,.fresh-button{width:100%}.fresh-title{font-size:42px}.fresh-section{border-radius:22px;padding:20px}.fresh-demo-board,.fresh-grid-2,.fresh-grid-3,.fresh-grid-4,.fresh-board,.fresh-kpi-row,.fresh-sidebar,.fresh-phone-actions,.fresh-demo-rail,.fresh-option-grid,.fresh-founder-grid,.fresh-preference-grid,.fresh-contact-vision-grid,.fresh-contact-panel,.fresh-identity-grid,.fresh-solutions-grid,.fresh-mission-vision,.fresh-process-line{grid-template-columns:1fr}.fresh-motion-frame{min-height:430px}.fresh-motion-copy{margin-bottom:18px}.fresh-motion-copy .fresh-kicker{font-size:12px}.fresh-motion-copy h2{font-size:clamp(34px,11vw,46px);line-height:.98}.fresh-motion-copy .fresh-lead{font-size:15px;line-height:1.6}.fresh-laptop-copy span{font-size:clamp(22px,7vw,31px)}.fresh-laptop-copy strong{padding:9px 12px;font-size:12px}.fresh-laptop-scene{min-height:560px;overflow:hidden}.fresh-laptop{width:calc(100vw - 52px);bottom:24px}.fresh-motion-copy h2,.fresh-scroll-copy h2{letter-spacing:-.04em}.fresh-scroll-panel{border-radius:24px;min-height:auto;padding:24px}.fresh-scroll-visual{min-height:0}.fresh-scroll-device{min-height:330px;padding:16px}.fresh-scroll-device-grid{grid-template-columns:1fr}.fresh-scroll-lane{min-height:120px}.fresh-scroll-index,.fresh-scroll-orb{display:none}.fresh-project-product-card{gap:18px;min-height:auto;padding:18px}.fresh-project-copy{max-width:none}.fresh-project-copy h3{font-size:34px}.fresh-project-copy p{font-size:15px}.fresh-project-tablet{border-width:10px}.fresh-project-app{grid-template-columns:1fr;min-height:auto}.fresh-project-app aside{display:flex;overflow-x:auto}.fresh-project-app main strong{font-size:18px}.fresh-project-site-menu,.fresh-project-site-preview{grid-template-columns:1fr}.fresh-project-site-hero{max-width:none}.fresh-founder-card h2,.fresh-contact-panel h2,.fresh-preference-heading h2{letter-spacing:-.04em;font-size:34px}.fresh-contact-panel button{justify-self:stretch;min-width:0}.fresh-contact-panel label:not(:nth-of-type(3)){max-width:none}.fresh-corporate-dark{padding-left:16px;padding-right:16px}.fresh-corporate-heading{text-align:left}.fresh-corporate-heading.center{text-align:center}.fresh-corporate-heading h2{letter-spacing:-.045em}.fresh-solution-card{text-align:left;min-height:0}.fresh-process-step{text-align:left}.fresh-screen-hero{flex-direction:column;align-items:start;top:72px;left:18px;right:18px}.fresh-screen-hero h3{font-size:30px}.fresh-screen-hero strong,.fresh-screen-chart,.fresh-wire-object,.fresh-orbit{display:none}.fresh-product-screen{grid-template-columns:1fr;inset:48px 10px 14px;overflow:auto}.fresh-product-sidebar{padding:8px;display:flex;overflow-x:auto}.fresh-product-sidebar button{flex:none}.fresh-product-workspace{gap:10px;padding:12px;overflow:visible}.fresh-product-topline{align-items:flex-start;gap:8px}.fresh-product-topline strong{font-size:21px}.fresh-product-topline b{padding:8px;font-size:12px}.fresh-product-ui-grid,.fresh-product-flow{grid-template-columns:1fr}.fresh-product-ui-grid{min-height:0}.fresh-mini-report{display:none}.fresh-screen-panels{grid-template-columns:1fr;left:18px;right:18px}.fresh-screen-panels div{min-height:58px;padding:12px}.fresh-cart-line,.fresh-cart-summary,.fresh-cart-line.detailed{grid-template-columns:1fr}.fresh-cart-tools{justify-items:stretch}.fresh-table-row{grid-template-columns:1fr}}@media (max-width:480px){.fresh-shell{padding:8px}.fresh-nav.home-nav{border-radius:0 0 18px 18px;min-height:0;padding:10px}.fresh-motion-section{padding:14px}.fresh-motion-copy h2{font-size:34px}.fresh-laptop-scene{min-height:520px}.fresh-laptop{width:calc(100vw - 34px)}.fresh-product-screen{gap:8px;inset:42px 8px 12px}.fresh-product-sidebar button,.fresh-product-flow span,.fresh-mini-board article{font-size:12px}.fresh-mini-phone,.fresh-mini-board{padding:10px}.fresh-mini-phone strong{font-size:20px}.fresh-project-tablets{gap:18px}.fresh-project-product-card{border-radius:18px;padding:14px}.fresh-project-tablet{border-width:8px;border-radius:20px}.fresh-project-app,.fresh-project-site{padding:22px 10px 10px}.fresh-project-site header{flex-direction:column;align-items:flex-start}.fresh-founder-card,.fresh-founder-quote,.fresh-contact-panel,.fresh-preference-card{border-radius:20px;padding:20px}}.fresh-waiter-workspace{grid-template-columns:minmax(190px,.24fr) minmax(320px,.48fr) minmax(280px,.28fr);gap:16px;display:grid}.fresh-table-stack,.fresh-table-context,.fresh-waiter-menu{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.fresh-table-buttons{gap:8px;display:grid}.fresh-table-buttons button{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;display:flex}.fresh-table-buttons button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.fresh-table-buttons span{color:inherit;opacity:.72;font-size:12px}.fresh-category-row.inline{margin:14px 0;position:static}.fresh-menu-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.fresh-story-block{grid-template-columns:minmax(0,.55fr) minmax(300px,.45fr);gap:20px;display:grid}.fresh-product-video{aspect-ratio:4/3;object-fit:cover;background:#0f172a;width:100%;display:block}.fresh-map-frame{border-radius:var(--radius);border:0;width:100%;min-height:320px}.fresh-tour-frame{aspect-ratio:16/8;border-radius:var(--radius);background:#0f172a;margin:18px 0;position:relative;overflow:hidden}.fresh-tour-frame img{object-fit:cover;width:100%;height:100%}.fresh-motion-section{color:#0f172a;background:radial-gradient(circle at 10% 6%,#2563eb21,#0000 34%),radial-gradient(circle at 92% 10%,#38bdf81f,#0000 32%),linear-gradient(135deg,#fffffffa,#f0f7ffe6 56%,#fffffff5);max-width:1500px;min-height:auto;margin-top:0;margin-left:auto;margin-right:auto;padding:clamp(18px,2.3vw,36px);overflow:hidden}.fresh-motion-copy{text-align:center;max-width:980px;margin:0 auto 28px}.fresh-motion-copy .fresh-kicker{color:#0f3a7d;letter-spacing:.13em;margin-bottom:16px;font-size:clamp(14px,1vw,18px)}.fresh-motion-copy h2{color:#0f172a;letter-spacing:-.05em;margin:8px 0 14px;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(42px,6vw,82px);line-height:1.02}.fresh-motion-copy .fresh-lead,.fresh-motion-section .fresh-card p{color:#64748b}.fresh-motion-copy .fresh-lead{text-align:center;max-width:820px;margin-left:auto;margin-right:auto;font-size:clamp(17px,1.25vw,22px)}.fresh-hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:26px;display:flex}.fresh-brand-line{color:#475569;background:#ffffffc7;border:1px solid #0f3a7d21;border-radius:22px;max-width:860px;margin:26px auto 0;padding:18px 22px;line-height:1.7}.fresh-motion-layout{grid-template-columns:minmax(0,1fr) minmax(260px,.32fr);gap:18px;display:grid}.fresh-motion-frame{background:radial-gradient(circle at 28% 20%,#c8231f40,#0000 32%),radial-gradient(circle at 76% 70%,#2563eb33,#0000 34%),#020617;border:1px solid #94a3b833;border-radius:24px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000057}.fresh-motion-frame canvas{display:block;width:100%!important;height:100%!important}.fresh-motion-hud{z-index:2;background:#0f172ac7;border:1px solid #ffffff24;border-radius:16px;gap:4px;max-width:min(440px,100% - 36px);padding:13px 15px;display:grid;position:absolute;top:18px;left:18px}.fresh-motion-hud span{color:#cbd5e1;font-size:13px}.fresh-motion-cards{gap:12px;display:grid}.fresh-motion-cards .fresh-card{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.fresh-laptop-stage{gap:22px;display:grid}.fresh-laptop-copy{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.fresh-laptop-copy span{color:#0f172a;letter-spacing:-.04em;font-size:clamp(22px,3.2vw,40px);font-weight:850}.fresh-laptop-copy strong{color:#fff;background:#2563eb;border-radius:999px;padding:10px 16px}.fresh-laptop-scene{perspective:1400px;background:radial-gradient(circle at 18% 20%,#2563eb1f,#0000 28%),radial-gradient(circle at 80% 18%,#38bdf81a,#0000 25%),linear-gradient(#fffffff5,#f5f7fbeb);border:1px solid #0f3a7d1f;border-radius:28px;width:100%;min-height:clamp(520px,54vw,720px);position:relative;overflow:hidden}.fresh-laptop-scene:before{content:"";opacity:.6;pointer-events:none;transform-origin:top;background-color:#0000;background-image:linear-gradient(90deg,#0000,#0f3a7d14,#0000),radial-gradient(#0f3a7d14,#0000 62%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:64%;position:absolute;bottom:-34%;left:-10%;right:-10%;transform:rotateX(68deg)}.fresh-laptop-scene:after{color:#0f3a7d0e;content:"HesapKimde";letter-spacing:-.08em;z-index:1;font-family:Georgia,Times New Roman,serif;font-size:clamp(96px,14vw,230px);font-weight:950;line-height:.7;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)skew(-8deg)}.fresh-laptop{transform-style:preserve-3d;z-index:3;width:min(1080px,88vw);position:absolute;bottom:clamp(24px,3vw,54px);left:50%;transform:translate(-50%)rotateX(1.4deg)}.fresh-laptop-screen{aspect-ratio:16/9;pointer-events:auto;background:radial-gradient(circle at 28% 36%,#38bdf840,#0000 20%),radial-gradient(circle at 66% 34%,#c8231f38,#0000 23%),#07111f;border:clamp(13px,1.35vw,20px) solid #111827;border-radius:clamp(28px,2.4vw,42px);position:relative;overflow:hidden;box-shadow:0 36px 90px #0000007a,inset 0 0 0 1px #ffffff14,inset 0 0 0 5px #ffffff06}.fresh-laptop-screen:before{content:"";z-index:5;background:radial-gradient(circle,#64748b 0 28%,#020617 30% 100%);border:1px solid #ffffff1a;border-radius:999px;width:10px;height:10px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.fresh-laptop-base{background:linear-gradient(90deg,#94a3b829,#e5e7eb 18%,#94a3b8 48%,#f8fafc 72%,#94a3b838);border-radius:999px;width:78%;height:18px;margin:14px auto 0;transform:translateZ(-20px);box-shadow:0 30px 90px #00000080}.fresh-screen-grid{pointer-events:none;background:radial-gradient(circle at 22% 20%,#2563eb29,#0000 26%),radial-gradient(circle at 78% 26%,#38bdf81f,#0000 26%),#f5f7fb;animation:11s linear infinite screenDrift;position:absolute;inset:0}.fresh-screen-nav{pointer-events:auto;background:#ffffffdb;border-bottom:1px solid #0f172a14;align-items:center;gap:10px;padding:15px 18px;display:flex;position:absolute;top:0;left:0;right:0}.fresh-screen-nav span{color:#0f172a;margin-right:auto;font-weight:950}.fresh-screen-nav i{background:#0f172a21;border-radius:999px;width:54px;height:8px}.fresh-product-screen{pointer-events:auto;z-index:3;grid-template-columns:150px minmax(0,1fr);gap:14px;display:grid;position:absolute;inset:62px 22px 22px}.fresh-product-sidebar{pointer-events:auto;background:#ffffffb8;border:1px solid #0f172a14;border-radius:18px;gap:8px;padding:12px;display:grid}.fresh-product-sidebar button{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;padding:10px;font-size:13px;font-weight:900}.fresh-product-sidebar button.is-active{color:#fff;background:#2563eb}.fresh-product-sidebar button:hover{color:#0f172a;background:#0f3a7d14}.fresh-product-workspace{pointer-events:auto;background:#ffffffd6;border:1px solid #0f172a14;border-radius:20px;gap:14px;padding:16px;animation:.42s both productScreenIn;display:grid;position:relative;overflow:hidden}.fresh-product-workspace:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#0f3a7d14,#0000);width:42%;height:100%;animation:4s linear infinite scanLine;position:absolute;top:0}.fresh-product-topline{z-index:1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.fresh-product-topline small{color:#0f3a7d;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.fresh-product-topline strong{color:#0f172a;letter-spacing:-.05em;margin-top:4px;font-size:clamp(22px,2.55vw,34px);display:block}.fresh-product-topline b{color:#bbf7d0;background:#10b98126;border:1px solid #10b98173;border-radius:16px;padding:12px;font-size:17px}.fresh-product-ui-grid{z-index:1;grid-template-columns:.72fr 1fr .78fr;gap:12px;min-height:210px;display:grid;position:relative}.fresh-mini-phone,.fresh-mini-board,.fresh-mini-report{color:#0f172a;background:#ffffffdb;border:1px solid #0f172a14;border-radius:18px;gap:9px;padding:14px;animation:4.5s ease-in-out infinite floatCard;display:grid}.fresh-mini-board{animation-delay:-1.2s}.fresh-mini-report{animation-delay:-2.4s}.fresh-mini-phone span,.fresh-mini-board span,.fresh-mini-report span{color:#0f3a7d;font-size:13px;font-weight:900}.fresh-mini-phone strong{font-size:24px;line-height:1}.fresh-mini-phone i{background:#0f172a1a;border-radius:999px;height:12px}.fresh-mini-phone button,.fresh-mini-phone-action,.fresh-mini-phone em{color:#fff;cursor:pointer;z-index:6;background:#c8231f;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:42px;font-weight:950;text-decoration:none;display:inline-flex;position:relative}.fresh-mini-phone em{color:#0f3a7d;cursor:default;background:#0f3a7d14;font-style:normal}.fresh-mini-board article{background:#eef3f8;border-left:3px solid #f59e0b;border-radius:12px;padding:10px;font-size:14px;font-weight:850}.fresh-mini-report div{align-items:end;gap:9px;height:130px;display:flex}.fresh-mini-report i{background:linear-gradient(#38bdf8,#2563eb);border-radius:999px 999px 6px 6px;flex:1;animation:3s ease-in-out infinite barPulse}.fresh-product-flow{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid;position:relative}.fresh-product-flow span{color:#334155;text-align:center;background:#eef3f8;border:1px solid #0f172a14;border-radius:999px;padding:9px 10px;font-size:13px;font-weight:900}.fresh-screen-link{color:#fff;cursor:pointer;isolation:isolate;z-index:999;background:#0f3a7d;border:0;border-radius:14px;justify-content:center;align-items:center;width:fit-content;min-height:38px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:950;text-decoration:none;display:inline-flex;position:relative;transform:translateZ(1px)}.fresh-screen-link:hover{color:#fff;background:#1d4ed8}.fresh-screen-floating-link{pointer-events:auto;z-index:999;justify-self:start;min-width:min(260px,48%);margin:0;position:relative}.fresh-demo-hit-target{cursor:pointer;pointer-events:auto;z-index:10000;width:min(260px,22%);height:54px;display:block;position:absolute;bottom:16.5%;left:31%;transform:translate(-50%)}.fresh-service-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-width:1380px;margin:clamp(26px,3vw,42px) auto 0;display:grid}.fresh-service-card{color:#0f172a;text-align:center;background:linear-gradient(135deg,#fffffff0,#f0f7ffd6),#fff;border:1px solid #0f3a7d1f;border-radius:24px;justify-items:center;padding:24px;transition:transform .22s,border-color .22s,box-shadow .22s;display:grid;box-shadow:0 20px 60px #0f172a12}.fresh-service-card:hover{border-color:#38bdf86b;transform:translateY(-5px);box-shadow:0 28px 74px #2563eb33}.fresh-service-icon{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:16px;display:inline-flex;box-shadow:0 18px 42px #2563eb47}.fresh-service-icon svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:28px;height:28px}.fresh-service-card h3{color:#0f172a;letter-spacing:-.035em;margin:0 0 10px;font-size:21px}.fresh-service-card p{color:#64748b;margin:0;line-height:1.65}.fresh-seo-landing{text-align:center;background:radial-gradient(circle at 12% 14%,#2563eb1f,#0000 28%),radial-gradient(circle at 92% 18%,#38bdf82e,#0000 26%),#fff;justify-items:center;gap:18px;max-width:1200px;margin-left:auto;margin-right:auto;padding:clamp(48px,7vw,96px);display:grid}.fresh-seo-landing h1{color:#0f172a;letter-spacing:-.06em;max-width:980px;margin:0;font-size:clamp(42px,6vw,78px);line-height:.96}.fresh-seo-landing .fresh-lead{max-width:820px}.fresh-cta-strip{color:#0f172a;text-align:center;background:radial-gradient(circle at 16% 18%,#2563eb1c,#0000 30%),radial-gradient(circle at 88% 22%,#38bdf81c,#0000 28%),#fff;border:1px solid #0f3a7d21;border-radius:28px;justify-items:center;gap:14px;max-width:1120px;margin:clamp(28px,4vw,54px) auto 0;padding:clamp(32px,4vw,62px);display:grid}.fresh-cta-strip h3{letter-spacing:-.055em;margin:0;font-size:clamp(30px,3.8vw,54px);line-height:1.02}.fresh-cta-strip p{color:#64748b;max-width:680px;margin:0;font-size:clamp(16px,1.1vw,19px);line-height:1.7}.fresh-visual-showcase{color:#0f172a;background:radial-gradient(circle at 10% 10%,#2563eb12,#0000 28%),radial-gradient(circle at 86% 18%,#bfe8ff4d,#0000 30%),#fbfdff;max-width:1500px;margin-left:auto;margin-right:auto;padding:clamp(22px,3.4vw,58px);overflow:hidden}@keyframes freshSlidePhotoIn{0%{filter:blur(10px);opacity:.52;transform:scale(1.035)translate(18px)}to{filter:blur();opacity:1;transform:scale(1)translate(0)}}@keyframes freshSlideCopyIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.fresh-visual-slider .fresh-visual-slide-card,.fresh-visual-slider .fresh-visual-hero-copy{animation:none}}.fresh-visual-hero{grid-template-columns:minmax(300px,.72fr) minmax(420px,1fr);align-items:center;gap:clamp(22px,3vw,44px);max-width:1320px;margin:0 auto clamp(34px,5vw,72px);display:grid}.fresh-visual-slider{isolation:isolate;background:#050b18;border:1px solid #0f3a7d24;border-radius:34px;max-width:1320px;min-height:clamp(460px,46vw,680px);margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #0f172a29}.fresh-visual-hero-copy{gap:18px;max-width:620px;display:grid}.fresh-visual-hero-copy h2{color:#0f172a;letter-spacing:-.055em;margin:0;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(34px,4vw,64px);line-height:1.03}.fresh-visual-hero-copy p:not(.fresh-kicker),.fresh-visual-story-copy>p{color:#64748b;margin:0;font-size:clamp(15px,1.05vw,18px);font-weight:820;line-height:1.65}.fresh-visual-actions{flex-wrap:wrap;gap:12px;display:flex}.fresh-visual-hero-card{aspect-ratio:1200/533;border:1px solid #0f3a7d24;border-radius:28px;margin:0;transition:box-shadow .24s,transform .24s;position:relative;overflow:hidden;box-shadow:0 26px 80px #0f172a24}.fresh-visual-slide-card{background:#06111f}.fresh-visual-slider .fresh-visual-slide-card{aspect-ratio:auto;border-radius:inherit;box-shadow:none;z-index:0;border:0;animation:.62s cubic-bezier(.2,.72,.18,1) both freshSlidePhotoIn;position:absolute;inset:0;transform:none}.fresh-visual-slider .fresh-visual-slide-card:hover{box-shadow:none;transform:none}.fresh-visual-slide-card figcaption{color:#fff;letter-spacing:.06em;text-transform:uppercase;z-index:2;background:#0206179e;border:1px solid #ffffff1f;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:950;position:absolute;top:20px;right:20px}.fresh-visual-slide-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 18% 72%,#2563eb33,#0000 34%),linear-gradient(90deg,#020617e0 0%,#0206178f 42%,#0206171a 100%),linear-gradient(#0206172e,#0206179e);position:absolute;inset:0}.fresh-visual-slider .fresh-visual-hero-copy{color:#fff;z-index:3;background:#050b18bd;border:1px solid #ffffff24;border-radius:28px;align-self:end;max-width:580px;margin:clamp(22px,3vw,44px);padding:clamp(22px,3vw,38px);animation:.52s cubic-bezier(.2,.72,.18,1) 90ms both freshSlideCopyIn;position:relative;box-shadow:0 28px 80px #0206173d}.fresh-visual-slider .fresh-visual-hero-copy h2{color:#fff;letter-spacing:-.05em;font-family:Inter,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(32px,3.8vw,58px)}.fresh-visual-slider .fresh-visual-hero-copy p:not(.fresh-kicker){color:#e2e8f0e0}.fresh-visual-slider .fresh-kicker{color:#7dd3fc}.fresh-visual-index{color:#fff;letter-spacing:.08em;background:#2563eb;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:50px;height:34px;font-size:12px;font-weight:950;display:inline-flex}.fresh-visual-slider .fresh-visual-bullets span{color:#fff;background:#ffffff17;border-color:#ffffff24}.fresh-visual-slider .fresh-button.secondary{color:#fff;background:#ffffff14;border-color:#fff3}.fresh-visual-hero-card:hover,.fresh-visual-story-card:hover .fresh-visual-scene{transform:translateY(-4px);box-shadow:0 34px 90px #0f172a2e}.fresh-visual-hero-card img,.fresh-visual-scene img{object-fit:cover;width:100%;height:100%;display:block}.fresh-visual-story{gap:clamp(22px,3vw,42px);max-width:1320px;margin:0 auto;display:grid}.fresh-visual-story-card{grid-template-columns:minmax(300px,.78fr) minmax(420px,1fr);align-items:center;gap:clamp(20px,3vw,42px);display:grid}.fresh-visual-story-card:nth-child(2n) .fresh-visual-story-copy{order:2}.fresh-visual-story-card:nth-child(2n) .fresh-visual-scene{order:1}.fresh-visual-story-copy{background:#ffffffbd;border:1px solid #0f3a7d1c;border-radius:26px;gap:14px;padding:clamp(22px,3vw,36px);display:grid;box-shadow:0 24px 70px #0f172a14}.fresh-visual-number{color:#fff;background:#d41f1f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:950;display:inline-flex}.fresh-visual-story-copy h3{color:#0f172a;letter-spacing:-.045em;margin:0;font-size:clamp(26px,2.5vw,42px);line-height:1.04}.fresh-visual-bullets{flex-wrap:wrap;gap:10px;padding-top:4px;display:flex}.fresh-visual-bullets span{color:#164182;background:#eef6ff;border:1px solid #0f3a7d1f;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:900}.fresh-visual-dots{z-index:4;background:#0206179e;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:7px;display:flex;position:absolute;bottom:clamp(18px,2vw,28px);left:50%;transform:translate(-50%);box-shadow:0 16px 42px #0206173d}.fresh-visual-dots button{color:#ffffffb3;cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:28px;padding:0;font-size:11px;font-weight:950;transition:background .18s,color .18s,transform .18s,width .18s;display:inline-flex}.fresh-visual-dots button.is-active{color:#fff;background:#2563eb;width:52px;box-shadow:0 0 0 4px #2563eb2e}.fresh-visual-dots button:hover{color:#fff;background:#38bdf8;transform:translateY(-1px)}.fresh-visual-dots button span{display:block}.fresh-visual-arrow{color:#fff;cursor:pointer;z-index:4;background:#02061794;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:38px;line-height:1;transition:background .18s,transform .18s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.fresh-visual-arrow:hover{background:#2563eb;transform:translateY(-50%)scale(1.04)}.fresh-visual-arrow.previous{left:clamp(14px,1.6vw,24px)}.fresh-visual-arrow.next{right:clamp(14px,1.6vw,24px)}.fresh-visual-scene{aspect-ratio:1200/533;border:1px solid #0f3a7d24;border-radius:28px;margin:0;transition:transform .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 20px 56px #0f172a1a}.fresh-visual-scene:after{content:"";background:linear-gradient(90deg,#02061729,#0000 44%);position:absolute;inset:0}.fresh-corporate-dark{color:#0f172a;background:radial-gradient(circle at 12% 18%,#0f3a7d12,#0000 30%),radial-gradient(circle at 86% 28%,#c8231f11,#0000 28%),linear-gradient(#fff 0%,#f7f9fc 100%);position:relative;overflow:hidden}.fresh-corporate-dark:before{content:"";opacity:.46;pointer-events:none;background-image:radial-gradient(circle,#0f3a7d29 1px,#0000 1px),linear-gradient(#0f3a7d07 1px,#0000 1px),linear-gradient(90deg,#0f3a7d07 1px,#0000 1px);background-size:220px 220px,80px 80px,80px 80px;position:absolute;inset:0}.fresh-corporate-dark>*{z-index:1;position:relative}.fresh-corporate-heading{text-align:center;gap:14px;max-width:980px;margin:0 auto;display:grid}.fresh-corporate-heading.compact{max-width:860px;margin-top:clamp(34px,5vw,72px)}.fresh-corporate-heading.center{margin-top:0}.fresh-corporate-heading h2{color:#0f172a;letter-spacing:-.06em;margin:0;font-size:clamp(34px,4.2vw,68px);line-height:.95}.fresh-corporate-heading.compact h2{font-size:clamp(28px,3vw,48px)}.fresh-corporate-heading p:not(.fresh-kicker){color:#64748b;margin:0;font-size:clamp(16px,1.4vw,20px);line-height:1.7}.fresh-identity-grid,.fresh-solutions-grid,.fresh-mission-vision{gap:clamp(14px,2vw,24px);display:grid}.fresh-identity-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(28px,4vw,54px)}.fresh-hover-card{transition:transform .24s,border-color .24s,box-shadow .24s,background .24s}.fresh-hover-card:hover{border-color:#0f3a7d3d;transform:translateY(-8px)scale(1.022);box-shadow:0 28px 80px #0f172a1a}.fresh-identity-grid article,.fresh-solution-card,.fresh-mission-vision article,.fresh-process-step{color:#0f172a;background:#ffffffd6;border:1px solid #0f3a7d1f;border-radius:24px;padding:clamp(22px,2.6vw,34px);box-shadow:0 18px 54px #0f172a0e}.fresh-identity-grid article span{color:#0f3a7d;letter-spacing:.08em;text-transform:uppercase;background:#eef6ff;border:1px solid #0f3a7d24;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;display:inline-flex}.fresh-identity-grid h3,.fresh-solution-card h3,.fresh-mission-vision h3,.fresh-process-step h3{color:#0f172a;letter-spacing:-.04em;margin:18px 0 12px;font-size:clamp(22px,2vw,30px);line-height:1}.fresh-identity-grid p,.fresh-solution-card p,.fresh-mission-vision p:not(.fresh-kicker),.fresh-process-step p{color:#64748b;margin:0;font-size:16px;line-height:1.65}.fresh-solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(24px,3.8vw,46px)}.fresh-solution-card{text-align:center;min-height:280px}.fresh-solution-icon{color:#0f3a7d;background:#eef6ff;border:1px solid #0f3a7d24;border-radius:22px;justify-content:center;align-items:center;width:76px;height:76px;font-size:18px;font-weight:950;display:inline-flex}.fresh-mission-vision{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(34px,5vw,74px)}.fresh-mission-vision article{background:radial-gradient(circle at 85% 18%,#c8231f0f,#0000 32%),#ffffffe6}.fresh-mission-vision .fresh-kicker,.fresh-corporate-dark .fresh-kicker{color:#0f3a7d}.fresh-process-block{gap:clamp(24px,4vw,54px);margin-top:clamp(42px,7vw,100px);display:grid}.fresh-process-line{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px);display:grid;position:relative}.fresh-process-line:before{content:"";background:linear-gradient(90deg,#0000,#38bdf86b,#0000);height:1px;position:absolute;top:43px;left:8%;right:8%}.fresh-process-step{text-align:center;background:#fff;min-height:240px}.fresh-process-step span{color:#fff;z-index:1;background:#0f3a7d;border:2px solid #0f3a7d33;border-radius:999px;justify-content:center;align-items:center;width:70px;height:70px;font-size:18px;font-weight:950;display:inline-flex;position:relative}.fresh-project-studio{background:radial-gradient(circle at 8% 12%,#c8231f0e,#0000 28%),radial-gradient(circle at 92% 20%,#0f3a7d0e,#0000 28%),#fff;overflow:hidden}.fresh-project-intro{text-align:center;gap:16px;max-width:980px;margin:0 auto;display:grid}.fresh-project-intro .fresh-kicker{color:#0f3a7d;letter-spacing:.16em;font-size:clamp(17px,1.2vw,21px)}.fresh-project-intro h2{letter-spacing:-.045em;margin:0;font-size:clamp(30px,3vw,46px);line-height:1}.fresh-project-intro p:not(.fresh-kicker){color:var(--muted);margin:0;font-size:16px;line-height:1.55}.fresh-project-tablets{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.2vw,34px);max-width:1680px;margin:clamp(28px,4vw,48px) auto 0;display:grid}.fresh-project-product-card{color:#111827;background:radial-gradient(circle at 82% 12%,#0f3a7d14,#0000 26%),#fff;border:1px solid #0f3a7d1f;border-radius:24px;grid-column:auto;grid-template-rows:auto minmax(310px,1fr);align-content:stretch;gap:clamp(20px,2.4vw,34px);width:100%;min-height:clamp(560px,45vw,690px);padding:clamp(24px,2.8vw,40px);transition:transform .24s,border-color .24s,box-shadow .24s;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 80px #0f172a14}.fresh-project-product-card:hover{border-color:#0f3a7d3d;transform:translateY(-6px)scale(1.01);box-shadow:0 34px 96px #0f172a1f}.fresh-project-product-card.website{background:radial-gradient(circle at 80% 20%,#c8231f14,#0000 28%),#fff;grid-column:auto;margin-top:0}.fresh-project-product-card.website .fresh-project-copy{align-self:center;min-height:0}.fresh-project-product-card.website .fresh-project-copy .fresh-button{place-self:start;width:min(100%,360px);max-width:360px;margin-top:14px}.fresh-project-copy{z-index:2;align-self:start;gap:14px;max-width:560px;display:grid;position:relative}.fresh-project-copy span{background:#c8231f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:950;display:inline-flex}.fresh-project-copy h3{color:#0f172a;letter-spacing:-.055em;margin:0;font-size:clamp(34px,3.2vw,58px);line-height:.95}.fresh-project-copy p{color:#64748b;margin:0;font-size:clamp(16px,1.1vw,19px);line-height:1.62}.fresh-project-tablet{background:#111827;border:clamp(12px,1.2vw,18px) solid #0f172a;border-radius:28px;align-self:end;width:100%;min-height:0;animation:5.5s ease-in-out infinite floatCard;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000061}.fresh-project-tablet-link{color:#fff;cursor:pointer;isolation:isolate;z-index:60;background:#0f3a7d;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:36px;padding:9px 12px;font-family:inherit;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex;position:relative;transform:translateZ(1px)}.fresh-mini-phone-action,.fresh-screen-link,.fresh-project-tablet-link{pointer-events:auto;touch-action:manipulation}.fresh-project-tablet-link:hover{color:#fff;background:#c8231f}.fresh-project-tablet:before{content:"";z-index:3;background:#64748b;border-radius:999px;width:9px;height:9px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.fresh-project-app{background:#f5f7fb;grid-template-columns:104px minmax(0,1fr);gap:10px;min-height:clamp(300px,25vw,380px);padding:28px 18px 18px;display:grid}.fresh-project-app aside{background:#fff;border:1px solid #0f172a14;border-radius:14px;gap:6px;padding:10px;display:grid}.fresh-project-app aside b{color:#0f172a;font-size:12px}.fresh-project-app aside span{color:#64748b;border-radius:10px;padding:8px;font-size:11px;font-weight:900}.fresh-project-app aside span.is-active{color:#fff;background:#2563eb}.fresh-project-app main{color:#0f172a;background:#fff;border:1px solid #0f172a14;border-radius:16px;gap:8px;padding:14px;display:grid}.fresh-project-app main small{color:#0f3a7d;text-transform:uppercase;font-weight:950}.fresh-project-app main strong{letter-spacing:-.04em;font-size:20px;line-height:1}.fresh-project-order-row{color:#334155;background:#eef3f8;border-radius:11px;padding:9px;font-size:13px;font-weight:900}.fresh-project-order-row.red{color:#fff;background:#2563eb}.fresh-project-bars{align-items:end;gap:7px;height:44px;display:flex}.fresh-project-bars i{background:linear-gradient(#38bdf8,#2563eb);border-radius:999px 999px 6px 6px;flex:1;animation:3s ease-in-out infinite barPulse}.fresh-project-bars i:first-child{height:48%}.fresh-project-bars i:nth-child(2){height:76%}.fresh-project-bars i:nth-child(3){height:62%}.fresh-project-bars i:nth-child(4){height:88%}.fresh-project-site{color:#111827;background:#fffaf6;gap:9px;min-height:clamp(300px,25vw,380px);padding:28px 18px 18px;display:grid;position:relative}.fresh-project-site header{justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:950;display:flex}.fresh-project-site nav{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.fresh-project-site header b,.fresh-project-site-image span{color:#fff;background:#c8231f;border-radius:999px;padding:6px 8px;font-size:10px}.fresh-project-site-hero{gap:5px;max-width:55%;display:grid}.fresh-project-site small{color:#c8231f;text-transform:uppercase;font-weight:950}.fresh-project-site strong{letter-spacing:-.05em;font-size:clamp(18px,2vw,24px);line-height:.96}.fresh-project-site-preview{grid-template-columns:minmax(0,1fr) 190px;align-items:stretch;gap:9px;display:grid}.fresh-project-site-image{background-image:url(https://images.pexels.com/photos/262047/pexels-photo-262047.jpeg?auto=compress&cs=tinysrgb&w=1200);background-position:50%;background-size:cover;border-radius:15px;align-items:flex-end;min-height:128px;padding:9px;animation:9s ease-in-out infinite alternate imagePan;display:flex}.fresh-project-site-stack{grid-template-rows:repeat(3,minmax(0,1fr));align-content:stretch;gap:7px;display:grid}.fresh-project-site-stack article{background:#fff;border:1px solid #eadfd6;border-radius:16px;justify-content:space-between;align-items:center;gap:8px;padding:11px 12px;display:flex}.fresh-project-site-stack b{font-size:12px}.fresh-project-site-stack span{color:#64748b;font-size:10px;font-weight:850}.fresh-project-site-image{min-height:128px}.fresh-project-site-menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.fresh-project-site-menu span{text-align:center;background:#fff;border:1px solid #eadfd6;border-radius:11px;padding:8px;font-size:11px;font-weight:950}.fresh-project-growth{color:#0f172a;background:linear-gradient(135deg,#0f3a7d0a 0 1px,#0000 1px 28px) 0 0/34px 34px,radial-gradient(circle at 90% 8%,#2563eb14,#0000 28%),radial-gradient(circle at 12% 92%,#38bdf812,#0000 30%),#fbfdff;border-radius:32px;max-width:1720px;margin:clamp(18px,3vw,42px) auto;padding:clamp(42px,6vw,88px) clamp(18px,5vw,80px);position:relative;overflow:hidden}.fresh-growth-head{text-align:center;gap:18px;max-width:980px;margin:0 auto;display:grid}.fresh-growth-head .fresh-kicker,.fresh-growth-section-title .fresh-kicker,.fresh-growth-band .fresh-kicker{color:#0f3a7d}.fresh-growth-head h2,.fresh-growth-section-title h3,.fresh-growth-band h3{color:#0f172a;font-family:var(--font-display);letter-spacing:-.045em;margin:0;line-height:.98}.fresh-growth-head h2{font-size:clamp(34px,4.2vw,70px)}.fresh-growth-head p:not(.fresh-kicker),.fresh-growth-section-title p,.fresh-growth-card p,.fresh-growth-price-card p,.fresh-growth-price-card small{color:#64748b;margin:0;line-height:1.65}.fresh-growth-nav{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.fresh-growth-nav a{color:#fff;background:#ffffff0f;border:1px solid #94a3b82e;border-radius:999px;padding:11px 15px;font-size:13px;font-weight:900;text-decoration:none;transition:background .18s,transform .18s}.fresh-growth-nav a:hover{background:#2563eb;transform:translateY(-2px)}.fresh-growth-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:clamp(34px,5vw,62px);display:grid}.fresh-growth-card,.fresh-growth-service-grid article,.fresh-growth-step,.fresh-growth-price-card{color:#0f172a;background:#fffffff5;border:1px solid #0f3a7d1f;border-radius:22px;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 24px 70px #0f172a14}.fresh-growth-card{gap:13px;min-height:210px;padding:28px;display:grid}.fresh-growth-card:hover,.fresh-growth-service-grid article:hover,.fresh-growth-step:hover,.fresh-growth-price-card:hover{border-color:#60a5fa73;transform:translateY(-5px);box-shadow:0 34px 90px #2563eb24}.fresh-growth-card span{background:#eff6ff;border:1px solid #dbeafe;border-radius:16px;width:48px;height:48px}.fresh-growth-card h3,.fresh-growth-price-card h4,.fresh-growth-step h4,.fresh-growth-service-grid b{color:#0f172a;margin:0;font-size:21px;line-height:1.08}.fresh-growth-card p,.fresh-growth-service-grid span,.fresh-growth-step p,.fresh-growth-price-card p,.fresh-growth-price-card small{color:#64748b;font-size:15px;line-height:1.62}.fresh-growth-band,.fresh-growth-how,.fresh-growth-pricing{margin-top:clamp(30px,5vw,64px)}.fresh-growth-band{background:radial-gradient(circle at 10% 10%,#60a5fa29,#0000 28%),#ffffff0f;border:1px solid #94a3b82e;border-radius:28px;gap:26px;padding:clamp(24px,4vw,42px);display:grid}.fresh-growth-band-copy{gap:12px;max-width:860px;display:grid}.fresh-growth-band-copy p:not(.fresh-kicker){color:#9fb0c7;margin:0;line-height:1.65}.fresh-growth-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fresh-growth-service-grid article{gap:8px;min-height:132px;padding:22px;display:grid}.fresh-growth-section-title{text-align:center;gap:10px;max-width:960px;margin:0 auto clamp(22px,4vw,36px);display:grid}.fresh-growth-section-title h3,.fresh-growth-band h3{font-size:clamp(28px,3vw,48px)}.fresh-growth-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.fresh-growth-step{background:radial-gradient(circle at 90% 8%,#2563eb14,#0000 32%),#fff;gap:10px;min-height:190px;padding:28px;display:grid}.fresh-growth-step strong,.fresh-growth-price-card span{color:#fff;letter-spacing:.08em;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;width:max-content;min-height:32px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.fresh-growth-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:clamp(32px,5vw,58px);display:grid}@media (min-width:1020px){.fresh-growth-price-grid{align-items:start}.fresh-growth-price-card{top:calc(88px + var(--stack-offset,0px));position:sticky}.fresh-growth-price-card:first-child{--stack-offset:0px}.fresh-growth-price-card:nth-child(2){--stack-offset:14px}.fresh-growth-price-card:nth-child(3){--stack-offset:28px}}.fresh-growth-price-card{background:radial-gradient(circle at 90% 8%,#2563eb14,#0000 28%),#fffffff5;gap:13px;min-height:220px;padding:28px;display:grid}.fresh-growth-price-card.featured{background:radial-gradient(circle at 88% 10%,#2563eb2e,#0000 30%),linear-gradient(145deg,#fff,#eef6ff);border-color:#2563eb8c;box-shadow:0 34px 90px #2563eb3d}.fresh-growth-price-card ul{gap:8px;margin:4px 0 0;padding:0;list-style:none;display:grid}.fresh-growth-price-card li{color:#334155;padding-left:20px;font-size:14px;font-weight:800;line-height:1.35;position:relative}.fresh-growth-price-card li:before{content:"";background:#2563eb;border-radius:999px;width:7px;height:7px;position:absolute;top:7px;left:2px}.fresh-nav.home-nav{overflow:visible}.fresh-nav.home-nav .gooey-nav-container{margin-left:auto}.fresh-nav.home-nav .gooey-nav-container nav{align-items:center;gap:8px;display:flex}.fresh-nav.home-nav .gooey-nav-container a{color:#334155;font-weight:900}.fresh-hero-rb-bg,.fresh-growth-ambient{border-radius:inherit;pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.fresh-motion-section>:not(.fresh-hero-rb-bg),.fresh-project-growth>:not(.fresh-growth-ambient){z-index:1;position:relative}.fresh-glow-shell,.fresh-glow-shell .border-glow-inner{height:100%}.fresh-glow-shell .border-glow-inner{display:block}.fresh-service-grid .fresh-service-card,.fresh-project-glow .fresh-project-product-card,.fresh-feature-glow .fresh-growth-feature-card,.fresh-price-glow .fresh-growth-price-card,.fresh-step-glow .fresh-growth-step{box-shadow:none;background:0 0;border:0;height:100%}.fresh-project-glow{min-width:0}.fresh-project-glow .border-glow-inner{overflow:hidden}.fresh-screen-floating-link,.fresh-project-tablet-link{pointer-events:auto;touch-action:manipulation;z-index:99999;position:relative}.fresh-demo-hit-target{pointer-events:none}.fresh-growth-features{margin-bottom:clamp(34px,6vw,76px)}.fresh-growth-feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.fresh-growth-feature-card{color:#0f172a;background:#fffffff0;border:1px solid #0f3a7d1f;border-radius:22px;gap:10px;min-height:172px;padding:24px;transition:transform .22s,box-shadow .22s;display:grid;box-shadow:0 22px 62px #0f172a12}.fresh-growth-feature-card:hover{transform:translateY(-5px);box-shadow:0 28px 76px #2563eb21}.fresh-growth-feature-card h4{margin:0;font-size:20px;line-height:1.1}.fresh-growth-feature-card p{color:#64748b;margin:0;font-size:14px;line-height:1.55}.fresh-pricing-stack.scroll-stack{margin-top:clamp(32px,5vw,58px);padding:0}.fresh-pricing-stack .scroll-stack-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0;display:grid}.fresh-pricing-stack .scroll-stack-card{box-shadow:none;background:0 0;border:0;margin:0;padding:0;position:static}.fresh-pricing-stack .fresh-growth-price-card{position:static}.fresh-growth-stack-item{min-height:100%}.fresh-growth-steps .fresh-glow-shell{min-width:0}@media (max-width:900px){.fresh-nav.home-nav{flex-direction:column;align-items:stretch;gap:10px}.fresh-nav.home-nav .gooey-nav-container{width:100%;max-width:100%;margin-left:0;overflow-x:auto}.fresh-nav.home-nav .gooey-nav-container nav{min-width:max-content}.fresh-pricing-stack .scroll-stack-inner,.fresh-growth-feature-grid{grid-template-columns:1fr}}.fresh-growth-select,.fresh-addon-card{cursor:pointer;border:0;font-family:inherit}.fresh-growth-select{color:#fff;background:#0f3a7d;border-radius:12px;justify-content:center;align-items:center;min-height:42px;margin-top:6px;padding:10px 14px;font-size:13px;font-weight:950;display:inline-flex}.fresh-growth-price-card.featured .fresh-growth-select{background:#2563eb}.fresh-addon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fresh-addon-card{text-align:left;background:radial-gradient(circle at 92% 10%,#2563eb1a,#0000 28%),#fff;border:1px solid #e2e8f06b;border-radius:20px;gap:8px;min-height:150px;padding:22px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;box-shadow:0 22px 60px #00000024}.fresh-addon-card:hover,.fresh-addon-card.is-selected{border-color:#2563eb99;transform:translateY(-4px);box-shadow:0 30px 80px #2563eb33}.fresh-addon-card b{color:#0f172a;font-size:19px;line-height:1.1}.fresh-addon-card span{color:#64748b;font-size:14px;line-height:1.55}.fresh-addon-card em{color:#0f3a7d;align-self:end;font-size:13px;font-style:normal;font-weight:950}.fresh-addon-card.is-selected em{color:#2563eb}.fresh-quote-summary{background:radial-gradient(circle at 90% 0,#60a5fa29,#0000 28%),#ffffff14;border:1px solid #94a3b833;border-radius:24px;grid-template-columns:.7fr 1.3fr;gap:14px;max-width:1040px;margin:0 auto;padding:20px;display:grid}.fresh-quote-summary div{background:#fffffff0;border-radius:18px;gap:5px;padding:18px;display:grid}.fresh-quote-summary span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.fresh-quote-summary strong{color:#0f172a;font-size:18px;line-height:1.35}.fresh-growth-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.fresh-project-growth .fresh-button.secondary{color:#0f172a;background:#fff;border-color:#0f3a7d29}.fresh-quote-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5000;background:#0f172a80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fresh-quote-modal{color:#0f172a;background:linear-gradient(135deg,#0f3a7d09 0 1px,#0000 1px 26px) 0 0/32px 32px,radial-gradient(circle at 90% 8%,#2563eb17,#0000 30%),#fff;border:1px solid #0f3a7d24;border-radius:28px;gap:20px;width:100%;max-width:980px;max-height:calc(100vh - 40px);padding:clamp(24px,4vw,42px);display:grid;position:relative;overflow:auto;box-shadow:0 34px 110px #0f172a47}.fresh-quote-modal h3{color:#0f172a;font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(34px,4vw,58px);line-height:.98}.fresh-quote-modal>p:not(.fresh-kicker){color:#64748b;max-width:720px;margin:0;font-weight:800;line-height:1.65}.fresh-quote-close{color:#0f172a;cursor:pointer;background:#eef3f8;border:1px solid #0f3a7d1f;border-radius:999px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:950;position:absolute;top:18px;right:18px}.fresh-quote-modal .fresh-addon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-addon-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:210px;padding-right:4px;overflow:auto}.fresh-hardware-section,.fresh-blog-section,.fresh-faq-section,.fresh-simple-page-hero{background:radial-gradient(circle at 0 0,#dbeafeb8,#0000 34%),radial-gradient(circle at 100% 100%,#eff6ffe6,#0000 38%),#ffffffe0;border:1px solid #0f3a7d1f;border-radius:32px;width:min(1380px,100% - 48px);margin:0 auto 42px;box-shadow:0 24px 70px #0f172a14}.fresh-simple-page-hero{text-align:center;padding:clamp(56px,8vw,96px)}.fresh-simple-page-hero h1{max-width:900px;margin:0 auto 18px;font-size:clamp(38px,6vw,74px);line-height:.95}.fresh-simple-page-hero p:last-child{color:#64748b;max-width:760px;margin:0 auto;font-weight:800;line-height:1.7}.fresh-category-pills{flex-wrap:wrap;justify-content:center;gap:10px;margin:30px auto 28px;display:flex}.fresh-category-pills button{color:#0f172a;cursor:pointer;background:#ffffffd1;border:1px solid #0f3a7d24;border-radius:999px;padding:10px 16px;font-weight:900;transition:transform .18s,border-color .18s,background .18s}.fresh-category-pills button:hover,.fresh-category-pills button.is-active{color:#fff;background:#0f3a7d;border-color:#0f3a7d;transform:translateY(-2px)}.fresh-hardware-grid,.fresh-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.fresh-hardware-glow{min-height:100%}.fresh-hardware-card,.fresh-blog-card{background:#fffffff0;border:1px solid #0f3a7d1f;border-radius:24px;flex-direction:column;min-height:100%;display:flex;overflow:hidden;box-shadow:0 20px 50px #0f172a12}.fresh-hardware-card img{object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 18%,#dbeafee6,#0000 44%),linear-gradient(135deg,#f8fbff,#eef6ff);width:100%;height:230px;padding:16px}.fresh-blog-card img{object-fit:cover;background:#e2e8f0;width:100%;height:170px}.fresh-hardware-card>div,.fresh-blog-card>div{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex}.fresh-hardware-card span,.fresh-blog-card span{color:#0f3a7d;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:950}.fresh-hardware-card h4,.fresh-blog-card h4{color:#0f172a;margin:0;font-size:1.25rem;line-height:1.1}.fresh-hardware-card p,.fresh-blog-card p,.fresh-hardware-card small{color:#64748b;margin:0;font-weight:800;line-height:1.55}.fresh-hardware-card .fresh-button,.fresh-blog-card a{margin:0 20px 20px}.fresh-blog-card a{color:#0f3a7d;font-weight:950;text-decoration:none}.fresh-centered-action{justify-content:center;margin-top:28px;display:flex}.fresh-faq-list{gap:12px;max-width:980px;margin:28px auto 0;display:grid}.fresh-faq-list details{background:#ffffffeb;border:1px solid #0f3a7d1f;border-radius:18px;padding:18px 20px;box-shadow:0 16px 38px #0f172a0d}.fresh-faq-list summary{color:#0f172a;cursor:pointer;font-size:1.05rem;font-weight:950}.fresh-faq-list p{color:#64748b;margin:12px 0 0;font-weight:800;line-height:1.65}.fresh-blog-detail{background:#fffffff0;border-radius:32px;width:min(980px,100% - 48px);margin:0 auto 42px;box-shadow:0 24px 70px #0f172a14}.fresh-blog-detail h1{margin:0 0 18px;font-size:clamp(38px,6vw,72px);line-height:.96}.fresh-blog-detail>p{color:#64748b;font-weight:850;line-height:1.7}.fresh-blog-detail img{object-fit:cover;border-radius:24px;width:100%;max-height:420px;margin:24px 0}.fresh-blog-content{color:#334155;gap:14px;font-size:1.08rem;font-weight:750;line-height:1.85;display:grid}.fresh-mindset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.fresh-mindset-card{background:radial-gradient(circle at 90% 8%,#0f3a7d0f,#0000 32%),#fff;border:1px solid #0f3a7d1f;border-radius:22px;min-height:132px;padding:24px;transition:transform .22s,border-color .22s,box-shadow .22s;box-shadow:0 18px 50px #0f172a0e}.fresh-mindset-card:hover{border-color:#0f3a7d3d;transform:translateY(-5px);box-shadow:0 28px 70px #0f172a17}.fresh-mindset-card h3{letter-spacing:-.035em;margin:0 0 10px;font-size:22px}.fresh-mindset-card p{color:var(--muted);margin:0;line-height:1.6}.fresh-founder-section{background:linear-gradient(135deg,#0f3a7d08 0 1px,#0000 1px 28px) 0 0/42px 42px,radial-gradient(circle at 2px 2px,#0f3a7d09 1px,#0000 1.5px) 0 0/26px 26px,#fbfcff;max-width:1680px;margin-left:auto;margin-right:auto;overflow:hidden}.fresh-founder-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:clamp(18px,2vw,28px);display:grid}.fresh-founder-section .fresh-kicker{letter-spacing:.13em;margin-bottom:10px;font-size:clamp(12px,.82vw,14px)}.fresh-founder-card,.fresh-founder-quote,.fresh-contact-panel,.fresh-preference-card{background:#ffffffe6;border:1px solid #0f3a7d21;border-radius:22px;padding:clamp(22px,2vw,34px);box-shadow:0 18px 56px #0f172a0e}.fresh-founder-card h2,.fresh-contact-panel h2{color:#0f172a;letter-spacing:-.055em;margin:0;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(28px,2.35vw,42px);line-height:1.04}.fresh-contact-panel h2{letter-spacing:-.05em;font-size:clamp(26px,2vw,34px);line-height:1.05}.fresh-founder-card p:not(.fresh-kicker),.fresh-founder-quote p,.fresh-contact-panel p,.fresh-preference-card p{color:#64748b;margin:14px 0 0;font-size:clamp(14px,.95vw,16px);line-height:1.62}.fresh-founder-quote{color:#0f172a;background:radial-gradient(circle at 12% 8%,#bfe8ff85,#0000 34%),radial-gradient(circle at 90% 18%,#2563eb14,#0000 28%),#f7fbff;border-color:#0f3a7d24;position:relative;overflow:hidden;box-shadow:0 22px 62px #0f172a14}.fresh-founder-quote:before,.fresh-founder-quote:after{content:"";pointer-events:none;width:54px;height:54px;position:absolute}.fresh-founder-quote:before{border-top:2px solid #2563eb57;border-left:2px solid #2563eb57;top:18px;left:18px}.fresh-founder-quote:after{border-bottom:2px solid #2563eb42;border-right:2px solid #2563eb42;bottom:18px;right:18px}.fresh-founder-quote .fresh-kicker{color:#0f3a7d}.fresh-founder-quote blockquote{color:#0f172a;letter-spacing:-.05em;margin:0;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(26px,2.25vw,38px);font-weight:950;line-height:1.04}.fresh-founder-quote span{color:#0f3a7d;margin-top:18px;font-weight:950;display:block}.fresh-founder-quote p{color:#475569}.fresh-preference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.5vw,22px);max-width:1480px;margin:clamp(18px,1.8vw,26px) auto 0;display:grid}.fresh-preference-heading{text-align:center;max-width:980px;margin:clamp(22px,2.4vw,36px) auto 0}.fresh-preference-heading h2{color:#0f172a;letter-spacing:-.05em;margin:0;font-family:Trebuchet MS,Segoe UI Variable,Segoe UI,sans-serif;font-size:clamp(30px,2.45vw,44px);line-height:1.05}.fresh-preference-card{min-height:150px;transition:transform .22s,border-color .22s,box-shadow .22s}.fresh-preference-card:hover{border-color:#0f3a7d3d;transform:translateY(-5px);box-shadow:0 30px 80px #0f172a1a}.fresh-preference-card h3{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(20px,1.35vw,26px)}.fresh-contact-panel{grid-template-columns:1fr;gap:14px;margin-top:0;display:grid}.fresh-contact-vision-grid{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:stretch;gap:clamp(16px,1.5vw,24px);max-width:1480px;margin:clamp(22px,2.4vw,36px) auto 0;display:grid}.fresh-contact-panel>div,.fresh-contact-panel label:nth-of-type(3),.fresh-contact-panel button{grid-column:1/-1}.fresh-contact-panel label{color:#0f172a;gap:8px;font-weight:950;display:grid}.fresh-contact-panel label:not(:nth-of-type(3)){max-width:430px}.fresh-contact-panel input,.fresh-contact-panel textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:1px solid #0f3a7d24;border-radius:16px;width:100%;min-height:50px;padding:13px 14px;font-size:14px}.fresh-contact-panel button{justify-self:start;min-width:220px}@keyframes imagePan{0%{background-position:top}to{background-position:bottom}}.fresh-motion-scroll{background:#050812;gap:clamp(18px,2.2vw,28px);margin-top:0;padding:clamp(18px,2.6vw,44px);display:grid}.fresh-scroll-panel{color:#fff;background:radial-gradient(circle at 82% 20%,#38bdf81f,#0000 28%),radial-gradient(circle at 16% 84%,#c8231f2e,#0000 28%),linear-gradient(135deg,#0b1220 0%,#080d19 48%,#111827 100%);border:1px solid #94a3b82e;border-radius:32px;grid-template-columns:minmax(0,.86fr) minmax(390px,1.14fr);align-items:center;gap:clamp(20px,4vw,62px);min-height:clamp(520px,66vh,720px);padding:clamp(26px,5vw,76px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 100px #00000047}.fresh-scroll-panel:nth-child(2n){grid-template-columns:minmax(390px,1.14fr) minmax(0,.86fr)}.fresh-scroll-panel:nth-child(2n) .fresh-scroll-copy{order:2}.fresh-scroll-copy{z-index:2;gap:18px;display:grid;position:relative}.fresh-scroll-copy h2{color:#fff;letter-spacing:-.06em;margin:0;font-size:clamp(40px,5vw,82px);line-height:.9}.fresh-scroll-copy p:not(.fresh-kicker){color:#cbd5e1;max-width:660px;margin:0;font-size:clamp(16px,1.45vw,20px);line-height:1.65}.fresh-scroll-tags{flex-wrap:wrap;gap:10px;display:flex}.fresh-scroll-tags span{color:#e0f2fe;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900}.fresh-scroll-visual{min-height:430px;position:relative}.fresh-scroll-device{z-index:2;background-color:#0f172ad1;background-image:linear-gradient(#60a5fa14 1px,#0000 1px),linear-gradient(90deg,#60a5fa14 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #ffffff21;border-radius:34px;width:min(100%,670px);min-height:390px;padding:22px;animation:5.5s ease-in-out infinite floatCard;position:absolute;inset:6% 0 auto auto;overflow:hidden;box-shadow:0 34px 90px #00000057}.fresh-scroll-panel:nth-child(2n) .fresh-scroll-device{left:0;right:auto}.fresh-scroll-device-bar{background:#ffffff2e;border-radius:999px;width:180px;height:8px;margin-left:auto}.fresh-scroll-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;display:grid}.fresh-scroll-phone-card,.fresh-scroll-phone-total,.fresh-scroll-lane,.fresh-scroll-lock,.fresh-scroll-payment,.fresh-scroll-report-row{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;padding:18px;font-weight:950}.fresh-scroll-phone-card{min-height:118px}.fresh-scroll-phone-card.red{background:#c8231f}.fresh-scroll-phone-total,.fresh-scroll-lock,.fresh-scroll-chart{grid-column:1/-1}.fresh-scroll-lane{gap:10px;min-height:230px;display:grid}.fresh-scroll-lane b{color:#38bdf8}.fresh-scroll-lane span,.fresh-scroll-payment{color:#dbeafe}.fresh-scroll-lane.active{border-color:#f59e0bb8;box-shadow:inset 0 0 0 1px #f59e0b3d}.fresh-scroll-lock{text-align:center;background:#c8231f38;border-color:#f871716b;justify-content:center;align-items:center;min-height:150px;font-size:clamp(22px,3vw,38px);display:flex}.fresh-scroll-payment.muted{opacity:.6}.fresh-scroll-payment.ok{background:#10b98129;border-color:#10b9816b}.fresh-scroll-chart{align-items:end;gap:14px;height:230px;padding:18px;display:flex}.fresh-scroll-chart i{background:linear-gradient(#38bdf8,#2563eb);border-radius:999px 999px 8px 8px;flex:1;animation:3.2s ease-in-out infinite barPulse}.fresh-scroll-report-row{justify-content:space-between;align-items:center;display:flex}.fresh-scroll-orb{opacity:.7;border:1px solid #38bdf880;border-radius:50%;width:170px;height:170px;animation:12s linear infinite spinWire;position:absolute}.fresh-scroll-orb:after{border-radius:inherit;content:"";border:1px dashed #c8231f73;position:absolute;inset:28px}.orb-one{top:12%;left:8%}.orb-two{bottom:12%;right:10%}.fresh-scroll-index{color:#ffffff14;font-size:clamp(92px,12vw,180px);font-weight:950;line-height:.75;position:absolute;bottom:28px;right:34px}.fresh-screen-hero{justify-content:space-between;align-items:end;gap:20px;display:flex;position:absolute;top:84px;left:34px;right:34px}.fresh-screen-hero small{color:#38bdf8;letter-spacing:.08em;text-transform:uppercase;font-weight:900}.fresh-screen-hero h3{color:#fff;letter-spacing:-.06em;max-width:480px;margin:8px 0 0;font-size:clamp(25px,3.6vw,54px);line-height:.92}.fresh-screen-hero strong{color:#bbf7d0;background:#10b98126;border:1px solid #10b98173;border-radius:20px;padding:16px;font-size:28px}.fresh-screen-panels{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid;position:absolute;bottom:34px;left:34px;right:34px}.fresh-screen-panels div{color:#fff;background:#ffffff14;border:1px solid #ffffff21;border-radius:18px;gap:4px;min-height:90px;padding:16px;animation:4.5s ease-in-out infinite floatCard;display:grid}.fresh-screen-panels div:nth-child(2){animation-delay:-1.4s}.fresh-screen-panels div:nth-child(3){animation-delay:-2.8s}.fresh-screen-panels span{color:#cbd5e1;font-size:13px}.fresh-screen-chart{align-items:end;gap:10px;width:180px;height:115px;display:flex;position:absolute;bottom:154px;right:42px}.fresh-screen-chart i{background:linear-gradient(#38bdf8,#2563eb);border-radius:999px 999px 6px 6px;flex:1;animation:3s ease-in-out infinite barPulse}.fresh-floating-label{color:#e0f2fe;background:#020617c7;border:1px solid #38bdf857;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;animation:4s ease-in-out infinite labelHover;position:absolute}.label-a{top:34%;left:10%}.label-b{top:30%;right:18%}.label-c{bottom:26%;left:42%}.fresh-wire-object{pointer-events:none;height:150px;transform-style:preserve-3d;z-index:2;border:2px solid #0f3a7d40;border-radius:50%;width:150px;animation:10s linear infinite spinWire;position:absolute;box-shadow:inset 0 0 24px #38bdf81f,0 0 30px #0f3a7d1f}.fresh-screen-grid,.fresh-wire-object,.fresh-orbit{pointer-events:none}.fresh-wire-object:before,.fresh-wire-object:after{border-radius:inherit;content:"";border:1px solid #0f3a7d33;position:absolute;inset:18px}.fresh-wire-object:after{inset:40px}.object-a{top:22%;left:15%}.object-b{width:120px;height:120px;animation-direction:reverse;top:18%;right:13%}.fresh-orbit{pointer-events:none;z-index:2;border:1px dashed #c8231f8c;border-radius:50%;width:260px;height:120px;animation:7s linear infinite orbitSweep;position:absolute}.orbit-a{top:44%;left:18%;transform:rotate(-16deg)}.orbit-b{animation-delay:-2.2s;top:47%;right:16%;transform:rotate(12deg)}@keyframes screenDrift{0%{background-position:0 0}to{background-position:56px 56px}}@keyframes scanLine{0%{left:-48%}to{left:108%}}@keyframes productScreenIn{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes barPulse{0%,to{opacity:.7;transform:scaleY(.86)}50%{opacity:1;transform:scaleY(1)}}@keyframes labelHover{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}@keyframes spinWire{0%{transform:rotateX(62deg)rotateY(0)rotate(18deg)}to{transform:rotateX(62deg)rotateY(360deg)rotate(18deg)}}@keyframes orbitSweep{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.fresh-hotspot{border:2px solid var(--brand);color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;min-height:34px;padding:7px 10px;font-size:12px;font-weight:900;position:absolute;transform:translate(-50%,-50%)}.fresh-ticket.compact{padding:12px}.fresh-restaurant-nav{z-index:40;background:#fff6e8f5;border:1px solid #d6771c38;border-radius:0;justify-content:space-between;align-items:center;gap:24px;margin:0;padding:14px clamp(22px,7vw,120px);display:flex;position:sticky;top:0;box-shadow:0 14px 34px #461c0814}.fresh-restaurant-brand,.fresh-restaurant-nav a{text-decoration:none}.fresh-restaurant-brand{color:#3b1608;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:900}.fresh-restaurant-brand span{color:#dd5b00;letter-spacing:.22em;text-transform:uppercase;font-family:inherit;font-size:11px;display:block}.fresh-restaurant-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.fresh-restaurant-links a{color:#6b3a1d;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900}.fresh-restaurant-links a:hover,.fresh-restaurant-links a:nth-last-child(-n+3){color:#fff7ed;background:#dd5b00}.fresh-game-section{overflow:hidden}.fresh-game-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;display:flex}.fresh-game-frame{background:#020617;border:1px solid #0f172a;border-radius:18px;width:100%;height:min(72vh,720px);min-height:560px;position:relative;overflow:hidden}.fresh-game-frame canvas{display:block;width:100%!important;height:100%!important}.fresh-game-hud{color:#fff;z-index:2;background:#0f172ad6;border:1px solid #ffffff24;border-radius:14px;gap:4px;max-width:min(520px,100% - 32px);padding:12px 14px;display:grid;position:absolute;top:16px;left:16px}.fresh-game-hud span{color:#cbd5e1;font-size:12px}.fresh-game-controls{z-index:2;grid-template-columns:repeat(3,minmax(70px,1fr));gap:8px;max-width:320px;display:grid;position:absolute;bottom:16px;left:16px}.fresh-game-controls button{color:#0f172a;cursor:pointer;background:#ffffffeb;border:1px solid #ffffff73;border-radius:12px;min-height:44px;padding:10px;font-size:12px;font-weight:950}.fresh-game-controls button:active{color:#fff;background:#b91c1c}.fresh-vr-section{background:#0b101a;border:1px solid #111827;border-radius:18px;grid-template-columns:240px minmax(0,1fr);min-height:min(78vh,760px);display:grid;position:relative;overflow:hidden}.fresh-vr-sidebar{color:#fff;z-index:3;background:#0f172adb;border-right:1px solid #ffffff1f;flex-direction:column;gap:14px;padding:18px;display:flex}.fresh-vr-logo{gap:3px;display:grid}.fresh-vr-logo span,.fresh-vr-floor,.fresh-vr-list small{color:#cbd5e1;font-size:12px}.fresh-vr-back,.fresh-vr-toolbar button,.fresh-vr-location button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:8px;min-height:34px;font-weight:900}.fresh-vr-list{gap:8px;padding-right:2px;display:grid;overflow:auto}.fresh-vr-list button{color:#fff;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff1c;border-radius:10px;grid-template-columns:70px 1fr;align-items:center;gap:10px;padding:8px;display:grid}.fresh-vr-list button.is-active{background:#b91c1cd6;border-color:#ef4444}.fresh-restaurant-demo-strip{background:#fff7ed;border:1px solid #dd5b002e;border-radius:24px;justify-content:space-between;align-items:center;gap:22px;max-width:1180px;margin:24px auto;padding:24px;display:flex}.fresh-restaurant-demo-strip h2{color:#3b1608;margin:0}.fresh-restaurant-demo-strip>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.fresh-restaurant-demo-strip a{color:#fff7ed;background:#dd5b00;border-radius:999px;padding:10px 14px;font-weight:950;text-decoration:none}.fresh-restaurant-story{background:#fffaf2;border-color:#dd5b002e}.fresh-restaurant-story h2{color:#3b1608;max-width:980px}.fresh-review-marquee{margin-top:24px;position:relative;overflow:hidden}.fresh-review-track{gap:18px;width:max-content;animation:28s linear infinite freshReviewSlide;display:flex}.fresh-review-marquee:hover .fresh-review-track{animation-play-state:paused}.fresh-review-track .fresh-review-card{background:#fffaf2;border-color:#dd5b002e;flex:0 0 min(360px,82vw)}@keyframes freshReviewSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.fresh-reservation-page{color:#351506;background:#f3e6d2;margin:0 calc(50% - 50vw);padding:clamp(72px,8vw,120px) max(24px,50vw - 620px)}.fresh-reservation-heading{text-align:center;max-width:780px;margin:0 auto 44px}.fresh-reservation-heading h1{color:#351506;margin:12px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,7vw,76px);line-height:.95}.fresh-reservation-heading span{justify-content:center;align-items:center;width:220px;margin:18px auto 24px;display:flex}.fresh-reservation-heading span:before,.fresh-reservation-heading span:after{content:"";background:#dd5b0057;width:90px;height:1px}.fresh-reservation-heading span:before{margin-right:20px}.fresh-reservation-heading span:after{margin-left:20px}.fresh-reservation-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:32px;display:grid}.fresh-reservation-form,.fresh-hours-card{background:#fffaf2e6;border:1px solid #5b2d132e;border-radius:8px;padding:clamp(22px,3vw,40px);box-shadow:0 24px 70px #481e0814}.fresh-reservation-title{align-items:start;gap:16px;margin-bottom:24px;display:flex}.fresh-reservation-title i{color:#dd5b00;background:#fff0df;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-style:normal;display:inline-flex}.fresh-reservation-title h2,.fresh-hours-card h2{color:#351506;margin:0;font-family:Georgia,Times New Roman,serif}.fresh-reservation-form label span{color:#4a2411;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:950;display:block}.fresh-reservation-form input,.fresh-reservation-form select,.fresh-reservation-form textarea{color:#351506;background:#fffaf2;border:1px solid #5b2d1338;border-radius:8px}.fresh-reservation-wide,.fresh-reservation-note{grid-column:1/-1}.fresh-reservation-buttons,.fresh-hours-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.fresh-whatsapp-button{background:#4b2110}.fresh-hours-card{gap:14px;display:grid}.fresh-hours-card p{border-bottom:1px solid #5b2d132e;justify-content:space-between;align-items:center;margin:0;padding:10px 0;display:flex}.fresh-hours-actions a{color:#351506;background:#fffaf2;border:1px solid #5b2d132e;border-radius:8px;justify-content:center;align-items:center;min-height:48px;font-weight:950;text-decoration:none;display:inline-flex}.fresh-restaurant-footer{color:#f8e7d1;background:#3a1507;grid-template-columns:1.1fr 1.2fr .8fr;gap:40px;margin:0 calc(50% - 50vw);padding:62px max(24px,50vw - 620px) 38px;display:grid;position:relative}.fresh-restaurant-footer h3,.fresh-restaurant-footer h4{color:#f8e7d1;margin:0 0 16px;font-family:Georgia,Times New Roman,serif}.fresh-restaurant-footer h4{color:#f97316}.fresh-restaurant-footer p,.fresh-restaurant-footer a{color:#f8e7d1d1;margin:0 0 8px;font-weight:800;line-height:1.7;text-decoration:none;display:block}.fresh-restaurant-footer a:hover{color:#fb923c}.fresh-restaurant-footer small{color:#f8e7d19e;text-align:center;border-top:1px solid #f8e7d11f;grid-column:1/-1;padding-top:22px;bottom:0}@media (max-width:860px){.fresh-demo-hit-target{width:58%;height:48px;bottom:13%;left:50%}.fresh-restaurant-nav{border-radius:0;flex-direction:column;align-items:flex-start;padding:14px 18px}.fresh-restaurant-links{justify-content:flex-start}.fresh-restaurant-demo-strip,.fresh-reservation-layout,.fresh-restaurant-footer{grid-template-columns:1fr}.fresh-restaurant-demo-strip{align-items:stretch;margin-inline:14px;display:grid}.fresh-restaurant-demo-strip>div:last-child,.fresh-reservation-buttons,.fresh-hours-actions{grid-template-columns:1fr;justify-content:stretch}.fresh-reservation-page{padding-inline:16px}.fresh-reservation-heading h1{font-size:44px}.fresh-review-track .fresh-review-card{flex-basis:82vw}.fresh-restaurant-footer{padding:42px 24px 28px}}.fresh-vr-list img{aspect-ratio:16/9;object-fit:cover;border-radius:7px;width:70px;height:46px}.fresh-vr-stage{min-height:620px;position:relative}.fresh-vr-viewer{width:100%;height:100%;min-height:620px}.fresh-vr-toolbar{z-index:4;gap:8px;display:flex;position:absolute;top:14px;left:14px}.fresh-vr-toolbar button{min-width:38px}.fresh-vr-location{color:#fff;z-index:4;background:#0f172abd;border:1px solid #ffffff24;border-radius:10px;align-items:center;gap:16px;padding:8px 14px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.fresh-vr-loading,.fresh-vr-help{color:#fff;z-index:4;background:#0f172ad6;border:1px solid #ffffff24;border-radius:12px;gap:4px;padding:12px 14px;display:grid;position:absolute;top:16px;right:16px}.fresh-vr-help{max-width:320px;top:64px}.hk-vr-marker{color:#fff;cursor:pointer;white-space:nowrap;background:#c21d17;border:2px solid #fff;border-radius:999px;min-height:34px;padding:7px 11px;font-size:12px;font-weight:950;box-shadow:0 12px 32px #00000052}.hk-vr-marker.table{background:#0f172a}.hk-vr-marker.reservation{background:#047857}.fresh-admin-console,.fresh-waiter-console{grid-template-columns:260px minmax(0,1fr);gap:18px;display:grid}.fresh-module-sidebar{border-radius:var(--radius);background:#0f172a;align-self:start;gap:8px;padding:12px;display:grid;position:sticky;top:16px}.fresh-module-sidebar button{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:1px solid #ffffff14;border-radius:10px;gap:2px;padding:12px;display:grid}.fresh-module-sidebar button.is-active{color:#0f172a;background:#fff}.fresh-module-sidebar small{color:inherit;opacity:.68}.fresh-module-content{min-width:0}.fresh-admin-console .fresh-module-content>.fresh-section,.fresh-waiter-console .fresh-module-content>.fresh-section,.fresh-waiter-console .fresh-module-content>.fresh-board{display:none}.admin-module-overview .admin-overview,.admin-module-products .admin-products,.admin-module-site .admin-site,.admin-module-site .admin-reviews,.admin-module-ai .admin-ai,.admin-module-tour .admin-tour,.admin-module-integrations .admin-integrations,.admin-module-daily .admin-daily,.admin-module-staff .admin-staff,.admin-module-tasks .admin-tasks,.admin-module-reservations .admin-reservations,.admin-module-offers .admin-offers,.admin-module-hardware .admin-hardware,.admin-module-blog .admin-blog,.admin-module-faq .admin-faq,.admin-module-qr .admin-qr,.waiter-module-order .waiter-order,.waiter-module-tasks .waiter-tasks,.waiter-module-ready .waiter-tasks,.waiter-module-requests .waiter-tasks,.waiter-module-tables .waiter-tables,.waiter-module-packages .waiter-packages,.waiter-module-performance .waiter-performance{display:block!important}.fresh-admin-detail,.fresh-restaurant-picker{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-top:16px;padding:16px}.fresh-restaurant-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.fresh-restaurant-picker-grid button{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#f8fafc;border-radius:12px;grid-template-columns:74px 1fr;align-items:center;gap:10px;padding:10px;display:grid}.fresh-restaurant-picker-grid button.is-active{color:#fff;background:#0f172a;border-color:#0f172a}.fresh-restaurant-picker-grid img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:74px}.fresh-table-card{text-align:left}.fresh-table-card.is-active{border-color:var(--brand);box-shadow:0 0 0 2px #b91c1c1f}.waiter-module-tasks .waiter-tasks,.waiter-module-ready .waiter-tasks,.waiter-module-requests .waiter-tasks{display:grid!important}@media (max-width:760px){.fresh-game-heading{flex-direction:column;align-items:stretch}.fresh-game-frame{height:68vh;min-height:460px}.fresh-game-controls{grid-template-columns:repeat(2,minmax(96px,1fr));max-width:calc(100% - 32px)}}@media (max-width:1120px){.fresh-waiter-workspace,.fresh-story-block,.fresh-admin-console,.fresh-waiter-console,.fresh-vr-section{grid-template-columns:1fr}.fresh-module-sidebar{position:static}.fresh-vr-sidebar{order:2}}@media (max-width:760px){.fresh-menu-tile-grid{grid-template-columns:1fr}.fresh-tour-frame{aspect-ratio:4/3}.fresh-hotspot{white-space:normal;max-width:140px}.fresh-vr-section{border-radius:0;margin-inline:-12px}.fresh-vr-stage,.fresh-vr-viewer{min-height:68vh}.fresh-vr-sidebar{max-height:260px}.fresh-restaurant-picker-grid{grid-template-columns:1fr}.fresh-module-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}html,body{max-width:100%;overflow-x:hidden}.fresh-shell{padding:10px}.fresh-section{border-radius:22px;margin-top:12px;padding:18px}.fresh-nav.home-nav{border-radius:0 0 18px 18px;flex-direction:column;align-items:stretch;gap:10px;min-height:0;margin-bottom:12px;padding:10px;position:sticky}.fresh-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.fresh-links a{justify-content:center;width:100%;min-height:40px}.fresh-motion-copy{margin-bottom:16px}.fresh-motion-copy .fresh-kicker,.fresh-founder-section .fresh-kicker,.fresh-project-intro .fresh-kicker{letter-spacing:.12em;font-size:13px}.fresh-motion-copy h2,.fresh-project-intro h2,.fresh-founder-card h2,.fresh-preference-heading h2{letter-spacing:-.045em;font-size:clamp(26px,7.2vw,34px);line-height:1}.fresh-motion-copy .fresh-lead,.fresh-project-intro p:not(.fresh-kicker),.fresh-founder-card p:not(.fresh-kicker),.fresh-founder-quote p,.fresh-contact-panel p,.fresh-preference-card p{font-size:15px;line-height:1.55}.fresh-laptop-stage{gap:14px}.fresh-laptop-copy span{font-size:clamp(22px,7vw,30px);line-height:1.05}.fresh-laptop-scene{min-height:540px}.fresh-laptop{width:calc(100vw - 42px);bottom:20px}.fresh-product-screen{grid-template-columns:1fr;gap:8px;inset:44px 8px 12px;overflow:auto}.fresh-product-sidebar{gap:6px;padding:7px;display:flex;overflow-x:auto}.fresh-product-sidebar button{flex:none;padding:8px;font-size:12px}.fresh-product-workspace{gap:9px;padding:10px;overflow:visible}.fresh-product-topline{align-items:flex-start;gap:8px}.fresh-product-topline strong{font-size:20px;line-height:1.05}.fresh-product-topline b{padding:8px;font-size:12px}.fresh-product-ui-grid,.fresh-product-flow,.fresh-service-grid,.fresh-visual-hero,.fresh-visual-story-card,.fresh-project-tablets,.fresh-project-product-card,.fresh-project-product-card.website,.fresh-founder-grid,.fresh-preference-grid,.fresh-contact-vision-grid,.fresh-contact-panel{grid-template-columns:1fr}.fresh-product-ui-grid{min-height:0}.fresh-hero-actions{grid-template-columns:1fr;display:grid}.fresh-hero-actions .fresh-button{width:100%}.fresh-brand-line{padding:16px;font-size:14px}.fresh-service-card{border-radius:20px;padding:20px}.fresh-seo-landing{padding:32px 18px}.fresh-seo-landing h1{font-size:clamp(32px,10vw,44px);line-height:1}.fresh-service-icon{width:52px;height:52px}.fresh-visual-showcase{padding:18px}.fresh-visual-hero{gap:18px;margin-bottom:28px}.fresh-visual-slider{border-radius:24px;min-height:680px;margin-bottom:28px;display:grid}.fresh-visual-hero-copy{max-width:none}.fresh-visual-slider .fresh-visual-hero-copy{border-radius:22px;align-self:end;margin:16px;padding:18px}.fresh-visual-slider .fresh-visual-hero-copy h2{font-size:clamp(26px,7vw,34px);line-height:1.06}.fresh-visual-slider .fresh-visual-slide-card img{object-position:center}.fresh-visual-slide-card figcaption{display:none}.fresh-visual-actions{grid-template-columns:1fr;display:grid}.fresh-visual-actions .fresh-button{width:100%}.fresh-visual-story{gap:22px}.fresh-visual-dots{max-width:calc(100% - 34px);margin-top:0;position:absolute;bottom:16px;left:50%;right:auto;overflow-x:auto;transform:translate(-50%)}.fresh-visual-dots button{flex:none;width:34px;height:26px}.fresh-visual-dots button.is-active{width:46px}.fresh-visual-arrow{width:40px;height:40px;font-size:28px;top:auto;bottom:66px;transform:none}.fresh-visual-arrow:hover{transform:scale(1.04)}.fresh-visual-story-card{gap:14px}.fresh-visual-story-card:nth-child(2n) .fresh-visual-story-copy,.fresh-visual-story-card:nth-child(2n) .fresh-visual-scene{order:initial}.fresh-visual-story-copy{border-radius:20px;padding:18px}.fresh-visual-hero-card,.fresh-visual-scene{border-radius:20px}.fresh-cta-strip{border-radius:22px;padding:28px 18px}.fresh-mini-report{display:none}.fresh-project-tablets{gap:18px;max-width:100%}.fresh-project-product-card,.fresh-project-product-card.website{border-radius:20px;grid-column:auto;grid-template-rows:auto auto;align-content:start;gap:16px;width:100%;min-height:0;margin-top:0;padding:16px}.fresh-project-copy{max-width:none}.fresh-project-copy h3{font-size:clamp(30px,8vw,38px);line-height:1}.fresh-project-copy p{font-size:15px;line-height:1.5}.fresh-project-copy .fresh-button,.fresh-project-product-card.website .fresh-project-copy .fresh-button{width:100%;max-width:none}.fresh-project-tablet{border-width:9px;border-radius:22px;max-width:100%}.fresh-project-app,.fresh-project-site{min-height:0;padding:24px 10px 10px}.fresh-project-app{grid-template-columns:1fr}.fresh-project-app aside{display:flex;overflow-x:auto}.fresh-project-app aside span{flex:none}.fresh-project-app main strong,.fresh-project-site strong{font-size:18px}.fresh-project-site header{flex-direction:column;align-items:flex-start}.fresh-project-site nav{justify-content:flex-start}.fresh-project-site-hero{max-width:none}.fresh-project-site-preview,.fresh-project-site-menu{grid-template-columns:1fr}.fresh-project-site-stack{grid-template-rows:none}.fresh-preference-heading{margin-top:22px}.fresh-preference-card{min-height:0;padding:20px}.fresh-preference-card h3{font-size:24px;line-height:1.1}.fresh-founder-card,.fresh-founder-quote,.fresh-contact-panel{border-radius:20px;padding:18px}.fresh-founder-quote blockquote{font-size:clamp(25px,7vw,34px);line-height:1.02}.fresh-contact-panel h2{font-size:26px}.fresh-contact-panel label:not(:nth-of-type(3)){max-width:none}}@media (max-width:420px){.fresh-links{grid-template-columns:1fr}.fresh-laptop-scene{min-height:510px}.fresh-motion-copy h2,.fresh-project-intro h2,.fresh-founder-card h2,.fresh-preference-heading h2{font-size:28px}}@media (max-width:760px){.fresh-grid-2,.fresh-grid-3,.fresh-grid-4,.fresh-board,.fresh-demo-board,.fresh-panel-layout,.fresh-admin-console,.fresh-waiter-console,.fresh-vr-section,.fresh-restaurant-picker-grid,.fresh-menu-tile-grid{grid-template-columns:1fr!important}.fresh-signature-grid{grid-template-columns:1fr}.fresh-laptop-stage{gap:12px}.fresh-laptop-scene{justify-content:center;align-items:center;min-height:0;padding:16px 8px 22px;display:flex}.fresh-laptop-scene:after,.fresh-laptop-scene:before{display:none}.fresh-laptop{width:100%;position:relative;top:auto;bottom:auto;left:auto;transform:none}.fresh-laptop-screen{aspect-ratio:auto;border-width:10px;border-radius:24px;min-height:0;padding-top:46px;overflow:visible}.fresh-laptop-base{display:none}.fresh-product-screen{position:relative;inset:auto}.fresh-screen-nav{border-radius:14px 14px 0 0;padding:11px 12px}.fresh-screen-nav i{width:34px}.fresh-product-topline strong{font-size:clamp(18px,5.5vw,22px)}.fresh-mini-phone strong{font-size:18px}.fresh-screen-link{width:100%}.fresh-screen-floating-link{width:100%;min-width:0;margin-top:12px;bottom:auto;left:auto}}@media (max-width:420px){.fresh-laptop-scene{min-height:0;padding:12px 6px 18px}.fresh-laptop{width:calc(100vw - 34px)}.fresh-product-sidebar{padding:5px}.fresh-product-sidebar button{padding:7px;font-size:11px}.fresh-product-workspace{padding:9px}.fresh-laptop-screen{padding-top:42px}.fresh-product-screen{gap:8px}.fresh-product-topline{flex-direction:column}.fresh-product-topline b{align-self:flex-start}}@media (max-device-width:760px),(pointer:coarse) and (max-width:900px){.fresh-laptop-scene{justify-content:center;align-items:center;min-height:0;padding:14px 8px 20px;display:flex}.fresh-laptop-scene:before,.fresh-laptop-scene:after,.fresh-laptop-base{display:none}.fresh-laptop{width:100%;position:relative;top:auto;bottom:auto;left:auto;transform:none}.fresh-laptop-screen{aspect-ratio:auto;border-width:9px;border-radius:24px;min-height:0;padding-top:42px;overflow:visible}.fresh-screen-nav{border-radius:14px 14px 0 0;padding:10px 11px}.fresh-screen-nav i{width:30px}.fresh-product-screen{grid-template-columns:1fr;gap:8px;position:relative;inset:auto;overflow:visible}.fresh-product-sidebar{gap:6px;padding:6px;display:flex;overflow-x:auto}.fresh-product-sidebar button{flex:none;padding:7px;font-size:11px}.fresh-product-workspace{gap:8px;padding:9px;overflow:visible}.fresh-product-topline{flex-direction:column;align-items:flex-start;gap:8px}.fresh-product-topline strong{font-size:19px;line-height:1.08}.fresh-product-topline b{align-self:flex-start;padding:7px 9px;font-size:12px}.fresh-product-ui-grid,.fresh-product-flow{grid-template-columns:1fr;min-height:0}.fresh-mini-phone,.fresh-mini-board{gap:7px;padding:9px}.fresh-mini-phone strong{font-size:18px}.fresh-mini-board article,.fresh-product-flow span{padding:8px;font-size:12px}.fresh-mini-report{display:none}.fresh-screen-link{width:100%;min-height:40px}}@media (max-width:760px){.fresh-motion-section{overflow:hidden}.fresh-laptop-stage{overflow:visible}.fresh-laptop-scene{min-height:0;padding:12px 0 18px}.fresh-laptop{width:100%;max-width:100%}.fresh-laptop-screen{aspect-ratio:auto;border-width:8px;border-radius:22px;min-height:0;padding-top:40px;overflow:visible}.fresh-product-screen{grid-template-columns:1fr;gap:8px;position:relative;inset:auto}.fresh-product-sidebar{gap:6px;padding:6px;display:flex;overflow-x:auto}.fresh-product-sidebar button{flex:none;padding:8px 10px;font-size:11px}.fresh-product-workspace{gap:9px;padding:10px}.fresh-product-ui-grid,.fresh-product-flow{grid-template-columns:1fr}.fresh-product-topline strong{font-size:clamp(20px,6vw,25px)}.fresh-project-growth{border-radius:24px;margin:18px 10px;padding:34px 16px}.fresh-growth-head h2{font-size:clamp(30px,9vw,42px);line-height:1.02}.fresh-growth-grid,.fresh-growth-service-grid,.fresh-growth-steps,.fresh-growth-price-grid,.fresh-addon-grid,.fresh-quote-modal .fresh-addon-grid,.fresh-quote-summary{grid-template-columns:1fr}.fresh-growth-nav{justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.fresh-growth-nav a{flex:none}.fresh-growth-card,.fresh-growth-service-grid article,.fresh-growth-step,.fresh-growth-price-card,.fresh-addon-card{min-height:0;padding:22px}.fresh-quote-modal-backdrop{align-items:flex-start;padding:12px}.fresh-quote-modal{border-radius:22px;padding:56px 18px 22px}.fresh-growth-actions .fresh-button{width:100%}}@media (max-width:900px){.fresh-addon-grid.compact,.fresh-hardware-grid,.fresh-blog-grid{grid-template-columns:1fr}.fresh-hardware-section,.fresh-blog-section,.fresh-faq-section,.fresh-simple-page-hero,.fresh-blog-detail{border-radius:24px;width:calc(100% - 24px);padding-left:18px;padding-right:18px}.fresh-hardware-card img{height:190px;padding:10px}.fresh-blog-card img{height:190px}.fresh-simple-page-hero h1,.fresh-blog-detail h1{font-size:clamp(34px,12vw,48px)}}:root[data-theme=dark] .fresh-motion-section,:root[data-theme=dark] .fresh-project-growth,:root[data-theme=dark] .fresh-visual-showcase,:root[data-theme=dark] .fresh-section,:root[data-theme=dark] .fresh-site-footer{color:var(--ink);background-color:#0f172ab8}:root[data-theme=dark] .fresh-service-card,:root[data-theme=dark] .fresh-hardware-card,:root[data-theme=dark] .fresh-blog-card,:root[data-theme=dark] .fresh-blog-detail,:root[data-theme=dark] .fresh-faq-list details,:root[data-theme=dark] .fresh-growth-feature-card,:root[data-theme=dark] .fresh-growth-price-card,:root[data-theme=dark] .fresh-growth-step,:root[data-theme=dark] .fresh-brand-line,:root[data-theme=dark] .fresh-simple-page-hero,:root[data-theme=dark] .fresh-contact-panel,:root[data-theme=dark] .fresh-footer-card,:root[data-theme=dark] .fresh-faq-item{color:var(--ink);background:#0f172ae6;border-color:#94a3b83d}:root[data-theme=dark] .fresh-growth-section-title h3,:root[data-theme=dark] .fresh-simple-page-hero h1,:root[data-theme=dark] .fresh-blog-detail h1,:root[data-theme=dark] .fresh-hardware-card h4,:root[data-theme=dark] .fresh-blog-card h4,:root[data-theme=dark] .fresh-faq-list summary{color:#f8fafc}:root[data-theme=dark] .fresh-growth-section-title p,:root[data-theme=dark] .fresh-simple-page-hero p:last-child,:root[data-theme=dark] .fresh-blog-detail>p,:root[data-theme=dark] .fresh-blog-content,:root[data-theme=dark] .fresh-blog-content p,:root[data-theme=dark] .fresh-hardware-card p,:root[data-theme=dark] .fresh-blog-card p,:root[data-theme=dark] .fresh-hardware-card small,:root[data-theme=dark] .fresh-faq-list p{color:#cbd5e1}:root[data-theme=dark] .fresh-hardware-card span,:root[data-theme=dark] .fresh-blog-card span,:root[data-theme=dark] .fresh-blog-card a,:root[data-theme=dark] .fresh-back-link,:root[data-theme=dark] .fresh-kicker{color:#93c5fd}:root[data-theme=dark] .fresh-blog-section,:root[data-theme=dark] .fresh-faq-section,:root[data-theme=dark] .fresh-simple-page-hero,:root[data-theme=dark] .fresh-blog-detail{background:radial-gradient(circle at 0 0,#2563eb2e,#0000 34%),radial-gradient(circle at 100% 100%,#0ea5e91f,#0000 38%),#0f172adb}:root[data-theme=dark] .fresh-button.secondary{color:#f8fafc;background:#0f172ad9}.fresh-nav.home-nav .gooey-nav-container .effect,.fresh-nav.home-nav .gooey-nav-container .particle,.fresh-nav.home-nav .gooey-nav-container .point{display:none!important}.fresh-nav.home-nav .gooey-nav-container li{background:0 0;transition:background .18s,box-shadow .18s,color .18s,transform .18s}.fresh-nav.home-nav .gooey-nav-container li:hover,.fresh-nav.home-nav .gooey-nav-container li:focus-within,.fresh-nav.home-nav .gooey-nav-container li.active{color:#0f3a7d;background:#ffffffe0;transform:translateY(-2px)scale(1.035);box-shadow:0 12px 28px #0f172a14}.fresh-project-growth{background:radial-gradient(circle at 12% 16%,#dbeafecc,#0000 26%),radial-gradient(circle at 88% 34%,#e0f2febf,#0000 28%),linear-gradient(135deg,#0f3a7d09 0 1px,#0000 1px 28px) 0 0/32px 32px,#f8fbff}.fresh-growth-features,.fresh-growth-how{background:radial-gradient(circle at 8% 12%,#38bdf81f,#0000 28%),#ffffffb8;border:1px solid #0f3a7d1a;border-radius:32px;padding:clamp(24px,4vw,44px);box-shadow:0 24px 70px #0f172a0f}.fresh-growth-how{margin-top:clamp(38px,5vw,72px)}.fresh-growth-ambient{opacity:.38}.fresh-pricing-stack.scroll-stack{width:100%;max-width:1220px;margin-left:auto;margin-right:auto}.fresh-pricing-stack .scroll-stack-inner{grid-template-columns:repeat(3,minmax(260px,1fr));align-items:stretch;gap:clamp(18px,2.4vw,28px);width:100%;display:grid}.fresh-pricing-stack .scroll-stack-card,.fresh-pricing-stack .fresh-glow-shell,.fresh-pricing-stack .border-glow-card,.fresh-pricing-stack .border-glow-inner,.fresh-pricing-stack .fresh-growth-price-card{width:100%;min-width:0}.fresh-pricing-stack .fresh-growth-price-card{align-content:start;min-height:520px}.fresh-faq-list details{transition:border-color .24s,box-shadow .24s,transform .24s;overflow:hidden}.fresh-faq-list details:hover{border-color:#2563eb47;transform:translateY(-2px);box-shadow:0 22px 52px #2563eb14}.fresh-faq-list summary{justify-content:space-between;align-items:center;gap:14px;list-style:none;display:flex}.fresh-faq-list summary::-webkit-details-marker{display:none}.fresh-faq-list summary:after{color:#0f3a7d;content:"+";background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:950;transition:transform .26s,background .26s;display:inline-flex}.fresh-faq-list details[open] summary:after{background:#dbeafe;transform:rotate(45deg)}.fresh-faq-list details::details-content{content-visibility:hidden;block-size:0;transition:block-size .34s cubic-bezier(.22, 1, .36, 1), content-visibility .34s allow-discrete;overflow:hidden}.fresh-faq-list details[open]::details-content{content-visibility:visible;block-size:auto}.fresh-back-link{color:#0f3a7d;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;margin-bottom:22px;padding:11px 16px;font-weight:950;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.fresh-back-link:hover{background:#dbeafe;transform:translate(-2px)}@media (max-width:1120px){.fresh-pricing-stack .scroll-stack-inner{grid-template-columns:1fr}.fresh-pricing-stack .fresh-growth-price-card{min-height:0}}@media (max-width:900px){.fresh-growth-features,.fresh-growth-how{border-radius:24px;padding:20px 14px}}#projeler,#ozellikler,#fiyatlandirma,#nasil-calisir,#blog,#sss,#iletisim{scroll-margin-top:112px}.fresh-growth-head#fiyatlandirma{margin-top:clamp(36px,5vw,72px)}.fresh-pricing-stack.scroll-stack{max-width:min(1500px,100%)}.fresh-pricing-stack .scroll-stack-inner{grid-template-columns:repeat(3,minmax(320px,1fr));gap:clamp(28px,3vw,46px)}.fresh-pricing-stack .fresh-growth-price-card{min-height:560px;padding:clamp(28px,2.4vw,38px)}.fresh-quote-modal-backdrop{min-height:100dvh;z-index:2147483000!important;background:#0f172a9e!important;align-items:center!important;position:fixed!important;inset:0!important}.fresh-quote-modal{box-shadow:0 38px 120px #0f172a57}@media (max-width:1120px){.fresh-pricing-stack .scroll-stack-inner{grid-template-columns:1fr}.fresh-pricing-stack .fresh-growth-price-card{min-height:0}}@media (max-width:900px){#projeler,#ozellikler,#fiyatlandirma,#nasil-calisir,#blog,#sss,#iletisim{scroll-margin-top:88px}.fresh-quote-modal-backdrop{overflow-y:auto;align-items:flex-start!important}}:root[data-theme=dark] body{color:#f8fafc;background:#071426}:root[data-theme=dark] .fresh-shell,:root[data-theme=dark] .fresh-motion-section,:root[data-theme=dark] .fresh-project-growth,:root[data-theme=dark] .fresh-visual-showcase,:root[data-theme=dark] .fresh-section,:root[data-theme=dark] .fresh-blog-section,:root[data-theme=dark] .fresh-faq-section,:root[data-theme=dark] .fresh-simple-page-hero,:root[data-theme=dark] .fresh-site-footer{color:#f8fafc;background:radial-gradient(circle at 12% 0,#2563eb29,#0000 28%),radial-gradient(circle at 90% 18%,#0ea5e91a,#0000 32%),#071426}:root[data-theme=dark] .fresh-contact-panel,:root[data-theme=dark] .fresh-founder-quote,:root[data-theme=dark] .fresh-blog-card,:root[data-theme=dark] .fresh-blog-detail,:root[data-theme=dark] .fresh-faq-list details,:root[data-theme=dark] .fresh-hardware-card,:root[data-theme=dark] .fresh-growth-card,:root[data-theme=dark] .fresh-growth-step,:root[data-theme=dark] .fresh-growth-price-card,:root[data-theme=dark] .fresh-footer-column,:root[data-theme=dark] .fresh-footer-brand,:root[data-theme=dark] .fresh-footer-card{color:#f8fafc;background:linear-gradient(145deg,#0f2038fa,#0a1628f5);border-color:#7dd3fc38;box-shadow:0 22px 70px #00000047}:root[data-theme=dark] .fresh-contact-panel h2,:root[data-theme=dark] .fresh-contact-panel h3,:root[data-theme=dark] .fresh-contact-panel label,:root[data-theme=dark] .fresh-contact-panel strong,:root[data-theme=dark] .fresh-founder-quote blockquote,:root[data-theme=dark] .fresh-blog-detail h1,:root[data-theme=dark] .fresh-blog-detail h2,:root[data-theme=dark] .fresh-blog-detail h3,:root[data-theme=dark] .fresh-blog-card h4,:root[data-theme=dark] .fresh-faq-list summary,:root[data-theme=dark] .fresh-simple-page-hero h1,:root[data-theme=dark] .fresh-simple-page-hero h2{color:#f8fafc;-webkit-text-fill-color:currentColor}:root[data-theme=dark] .fresh-contact-panel p,:root[data-theme=dark] .fresh-founder-quote p,:root[data-theme=dark] .fresh-blog-detail>p,:root[data-theme=dark] .fresh-blog-content,:root[data-theme=dark] .fresh-blog-content p,:root[data-theme=dark] .fresh-blog-card p,:root[data-theme=dark] .fresh-faq-list p,:root[data-theme=dark] .fresh-simple-page-hero p,:root[data-theme=dark] .fresh-muted{color:#cbd5e1}:root[data-theme=dark] .fresh-contact-panel input,:root[data-theme=dark] .fresh-contact-panel textarea,:root[data-theme=dark] .fresh-contact-panel select{color:#f8fafc;background:#020817a3;border-color:#7dd3fc3d}:root[data-theme=dark] .fresh-contact-panel input::placeholder,:root[data-theme=dark] .fresh-contact-panel textarea::placeholder{color:#94a3b8}:root[data-theme=dark] .fresh-kicker,:root[data-theme=dark] .fresh-blog-card span,:root[data-theme=dark] .fresh-blog-card a,:root[data-theme=dark] .fresh-back-link,:root[data-theme=dark] .fresh-contact-panel a{color:#7dd3fc}:root[data-theme=dark] .fresh-button.secondary{color:#f8fafc;background:#0f2038eb;border-color:#7dd3fc47}:root[data-theme=dark] .fresh-button.secondary:hover{background:#142a4afa;border-color:#7dd3fc70}:root[data-theme=dark] .fresh-nav,:root[data-theme=dark] .fresh-nav.home-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f8fafc!important;background:radial-gradient(circle at 12% 0,#2563eb2e,#0000 34%),#071426f0!important;border-color:#7dd3fc3d!important;box-shadow:0 18px 55px #0000005c!important}:root[data-theme=dark] .fresh-nav a,:root[data-theme=dark] .fresh-nav button,:root[data-theme=dark] .fresh-nav .fresh-brand,:root[data-theme=dark] .fresh-nav.home-nav .gooey-nav-container a{color:#f8fafc!important}:root[data-theme=dark] .fresh-nav.home-nav .gooey-nav-container li:hover,:root[data-theme=dark] .fresh-nav.home-nav .gooey-nav-container li:focus-within,:root[data-theme=dark] .fresh-nav.home-nav .gooey-nav-container li.active{color:#f8fafc!important;background:#7dd3fc21!important;box-shadow:0 12px 30px #38bdf824!important}:root[data-theme=dark] .fresh-project-product-card,:root[data-theme=dark] .fresh-project-product-card.website,:root[data-theme=dark] .fresh-project-tablet,:root[data-theme=dark] .fresh-project-app,:root[data-theme=dark] .fresh-project-site,:root[data-theme=dark] .fresh-growth-features,:root[data-theme=dark] .fresh-growth-how,:root[data-theme=dark] .fresh-growth-feature-card,:root[data-theme=dark] .fresh-growth-step,:root[data-theme=dark] .fresh-growth-price-card,:root[data-theme=dark] .fresh-service-card,:root[data-theme=dark] .fresh-faq-list details{color:#f8fafc!important;background:radial-gradient(circle at 12% 8%,#2563eb38,#0000 34%),radial-gradient(circle at 92% 18%,#38bdf81f,#0000 32%),linear-gradient(145deg,#0d1b31fa,#071426f7)!important;border-color:#7dd3fc3d!important;box-shadow:0 24px 70px #00000057!important}:root[data-theme=dark] .fresh-project-product-card *,:root[data-theme=dark] .fresh-project-app *,:root[data-theme=dark] .fresh-project-site *,:root[data-theme=dark] .fresh-growth-feature-card *,:root[data-theme=dark] .fresh-growth-step *,:root[data-theme=dark] .fresh-growth-price-card *,:root[data-theme=dark] .fresh-service-card *,:root[data-theme=dark] .fresh-faq-list details *{-webkit-text-fill-color:currentColor}:root[data-theme=dark] .fresh-project-copy h3,:root[data-theme=dark] .fresh-project-app main strong,:root[data-theme=dark] .fresh-project-site strong,:root[data-theme=dark] .fresh-growth-feature-card h4,:root[data-theme=dark] .fresh-growth-step h4,:root[data-theme=dark] .fresh-growth-price-card h4,:root[data-theme=dark] .fresh-service-card h3,:root[data-theme=dark] .fresh-service-card b,:root[data-theme=dark] .fresh-faq-list summary{color:#f8fafc!important}:root[data-theme=dark] .fresh-project-copy p,:root[data-theme=dark] .fresh-project-app aside span,:root[data-theme=dark] .fresh-project-order-row,:root[data-theme=dark] .fresh-project-site-stack span,:root[data-theme=dark] .fresh-growth-feature-card p,:root[data-theme=dark] .fresh-growth-step p,:root[data-theme=dark] .fresh-growth-price-card p,:root[data-theme=dark] .fresh-growth-price-card small,:root[data-theme=dark] .fresh-service-card p,:root[data-theme=dark] .fresh-service-card span,:root[data-theme=dark] .fresh-faq-list p{color:#cbd5e1!important}:root[data-theme=dark] .fresh-growth-price-card li{color:#dbeafe!important}:root[data-theme=dark] .fresh-project-app aside span.is-active,:root[data-theme=dark] .fresh-project-order-row.red,:root[data-theme=dark] .fresh-growth-step strong,:root[data-theme=dark] .fresh-growth-price-card span{color:#fff!important}:root[data-theme=dark] .fresh-project-order-row,:root[data-theme=dark] .fresh-project-site-stack article,:root[data-theme=dark] .fresh-project-site-menu span,:root[data-theme=dark] .fresh-project-app aside,:root[data-theme=dark] .fresh-project-app main,:root[data-theme=dark] .fresh-project-site-preview{background:#f8fafc14!important;border-color:#7dd3fc29!important}:root[data-theme=dark] .fresh-project-copy .fresh-button,:root[data-theme=dark] .fresh-project-app .fresh-button,:root[data-theme=dark] .fresh-project-site .fresh-button,:root[data-theme=dark] .fresh-growth-price-card .fresh-button{color:#fff!important}.fresh-faq-list details{interpolate-size:allow-keywords}.fresh-faq-list details p{opacity:0;max-height:0;transition:max-height .52s cubic-bezier(.22,1,.36,1),opacity .32s,transform .42s cubic-bezier(.22,1,.36,1),margin-top .32s;overflow:hidden;transform:translateY(-6px)}.fresh-faq-list details[open] p{opacity:1;max-height:420px;transform:translateY(0)}.fresh-hardware-card img{aspect-ratio:16/10;min-height:240px;object-fit:cover!important;height:auto!important;padding:0!important}:root[data-theme=dark] .fresh-hardware-card img{background:#0b1730!important}
