:root{--ink:#071c43;--muted:#60708c;--blue:#0f6bff;--blue-strong:#0057f8;--sky:#eef7ff;--line:#dbe8f8;--surface:#fff;--soft:#f7fbff;--shadow:0 16px 34px #071c4317}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica Neue,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(1210px,100% - 42px);margin-inline:auto}.siteHeader .container,.siteFooter .container{width:min(1360px,100% - 30px)}.siteHeader{z-index:20;background:#fff;border-bottom:1px solid #dbe8f8b8;position:sticky;top:0}.headerInner{grid-template-columns:292px 1fr;align-items:center;gap:26px;min-height:104px;display:grid}.logo{align-items:center;width:235px;min-width:0;display:inline-flex}.logo img{width:100%;height:auto;display:block}.headerLogo{width:292px}.headerLogo img{width:100%;max-width:none}.desktopNav{color:#10254f;justify-content:center;gap:clamp(22px,3.2vw,54px);font-size:.96rem;font-weight:800;display:flex}.desktopNav a{padding:25px 0;position:relative}.desktopNav a:after{content:"";background:var(--blue);width:0;height:2px;transition:width .18s;position:absolute;bottom:18px;right:0}.desktopNav a:hover:after,.desktopNav a:first-child:after{width:100%}.primaryButton,.ghostButton{cursor:pointer;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:54px;font-weight:900;display:inline-flex}.primaryButton{color:#fff;background:linear-gradient(135deg, var(--blue), var(--blue-strong));box-shadow:0 12px 28px #0f6bff38}.floatingWhatsApp{z-index:40;color:#fff;background:#25d366;border-radius:999px;place-items:center;width:62px;height:62px;transition:transform .18s,box-shadow .18s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 34px #25d36657}.floatingWhatsApp:hover{transform:translateY(-3px);box-shadow:0 22px 42px #25d3666b}.heroSection{background:#fff;padding:36px 0 0;position:relative;overflow:hidden}.heroGrid{direction:ltr;grid-template-columns:minmax(420px,1.06fr) minmax(410px,.94fr);grid-template-areas:"visual copy";align-items:center;gap:clamp(24px,4.5vw,72px);min-height:620px;display:grid}.heroVisual{background:#fff;grid-area:visual;justify-content:flex-start;align-items:center;min-height:560px;display:flex;position:relative}.heroMainImage{z-index:1;object-fit:contain;filter:saturate(1.04);width:min(112%,820px);height:auto;display:block;position:relative}.heroVisual:hover .heroMainImage{filter:saturate(1.12);transform:translateY(-4px)scale(1.012)}.heroCopy{direction:rtl;grid-area:copy;max-width:620px}.eyebrow,.sectionHeading p{color:var(--blue);margin:0 0 10px;font-size:.95rem;font-weight:900}.highlightBadge{color:#064bb6;background:#eef6ff;border:1px solid #cfe3ff;border-radius:999px;align-items:center;margin:0 0 12px;padding:7px 13px;font-size:.9rem;font-weight:900;display:inline-flex}.heroCopy h1{letter-spacing:0;margin:0;font-size:clamp(2.05rem,3.45vw,3.85rem);line-height:1.16}.heroCopy h1:first-line{color:var(--ink)}.heroDescription{color:#344964;max-width:620px;margin:22px 0 0;font-size:clamp(1.04rem,1.22vw,1.18rem);font-weight:600}.heroActions{flex-wrap:wrap;gap:16px;margin-top:34px;display:flex}.primaryButton{min-width:214px;padding:0 30px;transition:transform .18s,box-shadow .18s,filter .18s}.ghostButton{min-width:184px;color:var(--blue);box-shadow:none;background:#fff;border:1px solid #9fc4ff;padding:0 26px;transition:transform .18s,border-color .18s,background .18s}.primaryButton:hover,.ghostButton:hover{transform:translateY(-3px)}.primaryButton:hover{filter:saturate(1.08);box-shadow:0 18px 36px #0f6bff47}.ghostButton:hover{border-color:var(--blue);background:#f7fbff}.heroFeatureStrip{border-top:1px solid #dbe8f8;border-bottom:1px solid #dbe8f8;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;min-height:86px;margin-top:14px;display:grid}.heroFeatureItem{min-height:48px;color:var(--ink);text-align:center;justify-content:center;align-items:center;gap:13px;font-size:.96rem;font-weight:900;display:flex}.heroFeatureItem:not(:last-child){border-inline-start:1px solid #dbe8f8}.heroFeatureItem svg{color:var(--blue);flex:none}@keyframes heroImageFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-8px)}}.section{padding:58px 0}.sectionHeading{text-align:center;max-width:760px;margin:0 auto 34px}.sectionHeading h2{letter-spacing:0;margin:0;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.22;position:relative}.sectionHeading h2:after{content:"";background:var(--blue);border-radius:999px;width:38px;height:3px;margin:14px auto 0;display:block}.sectionHeading span{max-width:680px;color:var(--muted);margin:14px auto 0;font-size:1.05rem;font-weight:600;display:block}.servicesSection{background:#fff}.servicesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.serviceCard,.statItem{border:1px solid var(--line);background:#fffffff5;border-radius:8px;box-shadow:0 10px 24px #071c430a}.serviceCard{text-align:right;grid-template-columns:62px 1fr;align-items:center;gap:14px;min-height:120px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.serviceCard:hover{box-shadow:var(--shadow);border-color:#b7d4ff}.serviceIcon{background:#f4f9ff;border:1px solid #cfe0f6;border-radius:8px;place-items:center;width:62px;height:62px;display:grid;overflow:hidden}.serviceAnimatedIcon{width:48px;height:48px;color:var(--blue);place-items:center;display:grid}.serviceAnimatedIcon>div,.serviceAnimatedIcon svg{color:inherit;display:block}.serviceCard h3{margin:0 0 5px;font-size:1.05rem;line-height:1.28}.serviceCard p,.projectCard p{color:#42536e;margin:0;font-size:.92rem;font-weight:600}.serviceCard p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.projectsSection{background:#fff;overflow:hidden}.projectsShell{background:#f3f9ff;border:1px solid #e1eefc;border-radius:22px;padding:clamp(26px,3vw,38px);position:relative}.projectsShell .sectionHeading{margin-bottom:28px}.projectsCarousel{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:16px;display:grid}.categoryPills{flex-wrap:wrap;justify-content:center;gap:10px;margin:-18px 0 24px;display:flex}.categoryPills button{color:#49617c;text-align:center;background:#fff;border:1px solid #d9e8fa;border-radius:999px;min-width:94px;padding:7px 16px;font-size:.86rem;font-weight:900;transition:color .16s,background .16s,border-color .16s}.categoryPills .active{color:#fff;background:var(--blue);border-color:var(--blue)}.projectsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;transition:opacity .18s;display:grid}.projectCard{text-align:center;background:#fff;border:1px solid #deebfa;border-radius:10px;min-width:0;padding:12px;box-shadow:0 12px 28px #071c430b}.projectVisual{background:#fff;border:1px solid #deebfa;border-radius:8px;place-items:center;height:172px;margin-bottom:12px;display:grid}.laptopDemoFrame,.tabletDemoFrame,.phoneDemoFrame{background:#fefefe;position:relative;box-shadow:0 18px 26px #071c432b}.laptopDemoFrame{background:#fefefe;border:10px solid #17243a;border-bottom-width:18px;border-radius:10px 10px 7px 7px;width:84%;height:62%;overflow:visible}.laptopDemoFrame:after{content:"";background:#d9e5f4;border-radius:0 0 18px 18px;width:124%;height:18px;position:absolute;bottom:-34px;right:50%;transform:translate(50%);box-shadow:0 14px 20px #071c4329}.laptopDemoFrame:before{z-index:1;content:"";background:#8799ad;border-radius:999px;width:20%;height:5px;position:absolute;bottom:-22px;right:50%;transform:translate(50%)}.tabletDemoFrame{border:12px solid #17243a;border-radius:24px;width:54%;height:82%;overflow:hidden}.tabletDemoFrame:after{content:"";background:#ffffffb3;border-radius:999px;width:34px;height:4px;position:absolute;bottom:8px;right:50%;transform:translate(50%)}.phoneDemoFrame{border:8px solid #17243a;border-radius:28px;width:36%;height:86%;overflow:hidden}.phoneDemoFrame:before{z-index:2;content:"";background:#17243a;border-radius:999px;width:38px;height:6px;position:absolute;top:8px;right:50%;transform:translate(50%)}.demoScreen{background:#fff;border-radius:2px;grid-template-rows:20px 1fr 32px 28px;gap:8px;padding:12px;display:grid;position:absolute;inset:0;overflow:hidden}.demoUploadedImage{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.laptopDemoFrame .demoScreen{border-radius:2px}.tabletDemoFrame .demoScreen{border-radius:12px;grid-template-rows:20px 1fr 46px 34px;gap:9px;padding:14px}.phoneDemoFrame .demoScreen{grid-template-rows:18px 1fr 44px;gap:7px;padding:18px 10px 10px}.demoTopbar{align-items:center;gap:5px;display:flex}.demoTopbar span{background:#c7d7eb;border-radius:999px;width:7px;height:7px}.demoHeroPanel{color:#fff;background:var(--accent);border-radius:7px;align-content:center;justify-items:start;padding:10px;display:grid}.demoHeroPanel strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.78rem;line-height:1.15;overflow:hidden}.demoHeroPanel em{background:#ffffffb8;border-radius:999px;width:58%;height:7px;margin-top:4px}.demoContentGrid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.phoneDemoFrame .demoContentGrid{grid-template-columns:repeat(2,1fr)}.demoContentGrid span{background:#e4effb;border:1px solid #d5e4f4;border-radius:6px;min-height:28px}.demoChart{align-items:end;gap:6px;display:flex}.demoChart i{background:color-mix(in srgb, var(--accent) 50%, #dbeafe);border-radius:999px 999px 4px 4px;flex:1;height:45%}.demoChart i:nth-child(2){height:86%}.demoChart i:nth-child(3){height:64%}.projectVisualLarge{border-radius:12px;height:min(66vh,560px);margin:0}.projectVisualLarge .laptopDemoFrame{border-width:14px 14px 24px;width:min(82%,900px);height:72%}.projectVisualLarge .tabletDemoFrame{border-width:16px;border-radius:32px;width:min(52%,520px);height:88%}.projectVisualLarge .phoneDemoFrame{border-width:13px;border-radius:32px;width:min(34%,320px);height:86%}.projectCard h3{color:var(--ink);margin:0 0 7px;font-size:1rem;line-height:1.28}.expandProjectButton{color:#0b4fdc;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;margin-top:14px;padding:0;font-weight:900;display:inline-flex}.projectCard p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.projectControls{justify-content:center;align-items:center;gap:18px;margin-top:18px;display:flex}.sliderArrow{width:44px;height:44px;color:var(--blue);background:#fff;border:1px solid #cfe0f6;border-radius:999px;place-items:center;transition:transform .16s,border-color .16s,background .16s;display:grid;box-shadow:0 10px 22px #071c4312}.sliderArrow:hover{border-color:var(--blue);background:#f7fbff;transform:translateY(-2px)}.sliderArrow:disabled{cursor:default;opacity:.38;transform:none}.sliderDots{justify-content:center;gap:4px;margin:0;display:flex}.sliderDots button{background:0 0;border:0;border-radius:999px;place-items:center;width:28px;height:28px;padding:0;transition:width .16s,background .16s;display:grid;position:relative}.sliderDots button:after{content:"";background:#c9d8ea;border-radius:999px;width:9px;height:9px;transition:width .16s,background .16s}.sliderDots button:hover:after,.sliderDots .active:after{background:var(--blue)}.sliderDots .active:after{width:22px}.previewOverlay{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040e23b8;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.previewModal{background:#fff;border:1px solid #dbe8f8;border-radius:12px;grid-template-columns:.36fr .64fr;gap:24px;width:min(1120px,100%);max-height:calc(100vh - 56px);padding:24px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 70px #0000003d}.previewClose{width:42px;height:42px;color:var(--ink);background:#f3f8ff;border:1px solid #dbe8f8;border-radius:999px;place-items:center;display:grid;position:absolute;top:14px;left:14px}.previewInfo{align-self:center;padding-inline:12px}.previewInfo h3{margin:0;font-size:clamp(1.5rem,2.3vw,2.35rem);line-height:1.2}.previewInfo p:not(.eyebrow){color:#42536e;margin:14px 0 0;font-weight:700}.aboutSection{background:#fff}.aboutGrid{grid-template-columns:minmax(440px,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(34px,6vw,78px);display:grid}.aboutContent .sectionHeading{text-align:right;margin-inline:0}.aboutContent .sectionHeading h2:after{margin-inline:0}.aboutDetails{gap:12px;margin:24px 0;display:grid}.aboutDetails p{color:#344964;grid-template-columns:auto 1fr;gap:12px;margin:0;font-size:1rem;font-weight:600;display:grid}.aboutDetails svg{color:var(--blue);margin-top:4px}.technologyMarquee{direction:ltr;border-top:1px solid #e5eef8;border-bottom:1px solid #e5eef8;max-width:100%;margin-top:42px;position:relative;overflow:clip;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.projectTechnologyMarquee{margin:8px auto 0}.projectTechnologies{margin-top:22px}.projectTechnologies>p{color:#536a84;text-align:center;margin:0;font-size:.86rem;font-weight:900}.technologyTrack{direction:ltr;gap:12px;width:max-content;padding:18px 0;animation:34s linear infinite technologyMarquee;display:flex}.technologyTrack span{color:#173764;white-space:nowrap;background:#fff;border:1px solid #dce8f7;border-radius:999px;align-items:center;min-height:38px;padding:0 16px;font-size:.92rem;font-weight:900;display:inline-flex;box-shadow:0 8px 20px #071c430d}@keyframes technologyMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.aboutSide{gap:24px;display:grid}.aboutTeamVisual{aspect-ratio:16/9;background:#eef5fc;border:1px solid #dbe8f8;border-radius:8px;overflow:hidden}.aboutTeamVisual img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.aboutIllustration{background:linear-gradient(135deg,#071c4333,#0000 38%),linear-gradient(#f9fcff 0%,#eaf4ff 100%);border:1px solid #dbe8f8;border-radius:18px;min-height:310px;position:relative;overflow:hidden}.aboutIllustration:before,.aboutIllustration:after{content:"";position:absolute}.aboutIllustration:before{background:linear-gradient(90deg,#dceaff 10px,#0000 10px) 0 0/44px 100%,linear-gradient(#fff,#e5f1ff);border:1px solid #d4e4f6;border-radius:8px;height:64px;inset:36px 42px auto}.aboutIllustration:after{background:radial-gradient(circle at 18% 40%,#0f6bff 0 16px,#0000 17px),radial-gradient(circle at 50% 36%,#173764 0 15px,#0000 16px),radial-gradient(circle at 82% 42%,#0f6bff 0 16px,#0000 17px),linear-gradient(#12233f 0 62px,#0000 63px),linear-gradient(90deg,#0000 0 9%,#071c43 10% 23%,#0000 24% 39%,#071c43 40% 57%,#0000 58% 74%,#071c43 75% 89%,#0000 90%);border-bottom:14px solid #071c4329;width:70%;height:122px;bottom:48px;right:72px}.paperPlane,.target{display:none}.statsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.statItem{text-align:center;min-height:118px;padding:18px 12px}.statItem svg{color:var(--blue)}.statItem strong{color:var(--blue);margin-top:8px;font-size:1.9rem;line-height:1;display:block}.statItem span{color:#32445f;font-weight:800}.contactSection{background:linear-gradient(90deg,#0f6bff14 0%,#ffffffd1 52%,#0f6bff0f 100%),#eef7ff;border-top:1px solid #dbe8f8;padding:36px 0 38px;position:relative;overflow:hidden}.contactSection:before{content:"";background-color:#0000;background-image:linear-gradient(90deg,#0f6bff14 1px,#0000 1px),linear-gradient(#0f6bff14 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:22px 22px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:55%;height:80%;position:absolute;inset:auto -10% -46% auto;-webkit-mask-image:radial-gradient(circle,#000,#0000 68%);mask-image:radial-gradient(circle,#000,#0000 68%)}.contactLayout{z-index:1;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(28px,4vw,52px);display:grid;position:relative}.contactIntro h2{max-width:520px;margin:0;font-size:clamp(1.65rem,2.35vw,2.35rem);line-height:1.2}.contactIntro p:not(.eyebrow){color:#42536e;max-width:540px;margin:10px 0 14px;font-size:.98rem;font-weight:600}.contactChannels{gap:6px;margin-top:4px;display:grid}.contactChannels a,.contactChannels span{color:#24456f;overflow-wrap:anywhere;align-items:center;gap:13px;min-height:32px;font-weight:800;display:flex}.contactChannels svg{color:var(--blue);flex:none}.contactSocials,.footerSocials{gap:12px;margin-top:12px;display:flex}.contactSocials a,.footerSocials a{color:#fff;background:var(--blue);border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.contactForm{border-inline-start:1px solid #0f6bff2e;gap:10px;padding-inline-start:clamp(22px,3vw,38px);display:grid}.formRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.contactForm input,.contactForm textarea,.contactForm select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-color:#d8e4f3;border-radius:8px;outline:0;min-height:46px;padding:10px 14px;box-shadow:0 10px 22px #071c430a}.contactForm textarea{resize:vertical;height:96px;min-height:96px}.contactForm input:focus,.contactForm textarea:focus,.contactForm select:focus{border-color:var(--blue);box-shadow:0 0 0 4px #0f6bff1a}.contactForm button{width:100%;min-height:48px}.formStatus{margin:0;font-weight:900}.success{color:#078047}.error{color:#c62828}.siteFooter{color:#dceaff;background:#061f4f}.footerGrid{grid-template-columns:minmax(300px,1.15fr) repeat(3,minmax(150px,.72fr));align-items:start;gap:clamp(28px,4vw,64px);padding:24px 0 18px;display:grid}.siteFooter .logo{width:min(100%,286px)}.footerLogo img{width:100%;max-width:none}.footerBrand{flex-direction:column;align-items:flex-start;gap:10px;min-width:0;display:flex}.footerColumn{min-width:0;padding-top:9px}.footerBrand p{color:#b9cae3;max-width:270px;margin:0;font-size:.88rem;font-weight:600;line-height:1.6}.siteFooter h3{color:#fff;margin:0 0 8px;font-size:1rem;line-height:1.35}.siteFooter a{color:#c6d8f0;margin-top:4px;font-size:.88rem;font-weight:700;display:block}.footerSocials a{color:#fff;background:#ffffff21;margin:0;display:grid}.footerContact a,.footerContact span{color:#c6d8f0;overflow-wrap:anywhere;align-items:center;gap:8px;min-height:28px;font-size:.88rem;font-weight:700;display:flex}.footerContact svg{color:#72aaff;flex:none}.footerContactLinks{display:contents}.footerBottom{color:#b9cae3;text-align:center;border-top:1px solid #ffffff1f;padding:10px 0 12px;font-size:.82rem}@media (max-width:1080px){.desktopNav{display:none}.headerInner{grid-template-columns:none;justify-content:center;display:flex}.heroGrid,.aboutGrid,.contactLayout{grid-template-columns:1fr}.heroGrid{direction:rtl;grid-template-areas:"copy""visual"}.heroCopy{text-align:center;max-width:760px;margin-inline:auto}.heroActions{justify-content:center}.heroVisual{justify-content:center;min-height:0}.heroMainImage{width:min(100%,760px)}.heroFeatureStrip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px}.heroFeatureItem{padding:14px 10px}.servicesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.projectsGrid{grid-template-columns:repeat(2,1fr)}.aboutContent .sectionHeading{text-align:center;margin-inline:auto}.aboutContent .sectionHeading h2:after{margin-inline:auto}.aboutDetails{max-width:760px;margin-inline:auto}.contactForm{border-inline-start:0;padding-inline-start:0}.footerGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.container{width:min(100% - 28px,1180px)}.siteHeader{position:static}.headerInner{gap:14px;min-height:100px}.headerLogo{width:226px;margin-inline:auto}.headerLogo img{width:100%}.heroSection{padding:32px 0 0}.heroGrid{min-height:auto}.projectsCarousel{grid-template-columns:1fr;gap:14px}.projectsCarousel .sliderArrow{justify-self:center;position:static}.projectsCarousel .sliderArrow:first-child{order:2}.projectsCarousel .projectsGrid{order:1}.projectsCarousel .sliderArrow:last-child{order:3}.heroActions{flex-direction:column;align-items:stretch}.primaryButton,.ghostButton{width:100%}.servicesGrid,.projectsGrid,.statsGrid,.formRow,.footerGrid{grid-template-columns:1fr}.heroFeatureStrip{z-index:45;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;margin-top:18px;padding:0;position:relative}.heroFeatureItem{background:#fff;border:1px solid #dbe8f8;border-radius:8px;flex-direction:column;gap:7px;min-height:96px;padding:14px 8px 12px;font-size:.86rem;line-height:1.28}.heroFeatureItem:not(:last-child){border-inline-start:1px solid #dbe8f8;border-bottom:1px solid #dbe8f8}.heroFeatureItem svg{width:22px;height:22px}.floatingWhatsApp{width:52px;height:52px;bottom:14px;right:14px}.serviceCard{grid-template-columns:58px 1fr;min-height:0;padding:16px}.serviceIcon{width:54px;height:54px}.section{padding:54px 0}.projectVisual{height:210px}.aboutIllustration{min-height:260px}.contactSection{padding:38px 0 40px}.footerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;padding:20px 0 14px}.footerColumn{padding-top:0}.footerBrand,.footerContact{grid-column:1/-1}.footerContact{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px;display:grid}.footerContact h3{grid-column:1/-1}.siteFooter .footerLogo{width:min(100%,252px)}.previewOverlay{padding:14px}.previewModal{grid-template-columns:1fr;padding:18px}.previewInfo{padding-inline:0;padding-top:42px}.projectVisualLarge{height:360px}.projectVisualLarge .laptopDemoFrame{width:92%;height:68%}.projectVisualLarge .tabletDemoFrame{width:72%}.projectVisualLarge .phoneDemoFrame{width:52%}}@media (max-width:420px){.heroFeatureStrip{gap:8px}.heroFeatureItem{min-height:88px;padding:12px 6px 10px;font-size:.79rem}.heroFeatureItem svg{width:20px;height:20px}}
