:root{--navy:#1d1b5b;--bright-cyan:#29e3e3;--teal-blue:#3dbff2;--aqua-mint:#6fffe9;--charcoal:#121429;--soft-white:#f8fafc;--slate-gray:#5e6a85;--primary-gradient:linear-gradient(135deg,var(--teal-blue) 0%,var(--bright-cyan) 50%,var(--aqua-mint) 100%);--hero-gradient:linear-gradient(140deg,#dff9fb,#d8e6e9 28%,#9ea7bf 64%,#6f6b79)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--soft-white);color:#111827}.px-8{padding-left:8vw;padding-right:8vw}.py-16{padding-top:64px;padding-bottom:64px}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--gradient-from,#f8fafc),var(--gradient-to,#e3f7ff))}.from-slate-50{--gradient-from:#f8fafc}.to-cyan-50{--gradient-to:#e3f7ff}.grid{display:grid}.gap-6{gap:24px}.bg-white{background:#fff}.shadow{box-shadow:0 18px 42px rgba(18,20,41,.08)}.rounded-xl{border-radius:18px}.p-6{padding:24px}.border{border:1px solid transparent}.border-indigo-100{border-color:rgba(29,27,91,.12)}.text-2xl{font-size:26px;line-height:1.35}.text-xl{font-size:20px;line-height:1.4}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-indigo-950{color:#14123f}.text-slate-600{color:var(--slate-gray)}.text-cyan-600{color:var(--teal-blue)}.mb-3{margin-bottom:12px}.mb-8{margin-bottom:32px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.max-w-2xl{max-width:42rem}.hover\:underline:hover{text-decoration:underline}.md\:grid-cols-3{grid-template-columns:1fr}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.creative-inner{max-width:1200px;margin:0 auto}.creative-inner .bg-white.shadow{transition:transform .3s ease,box-shadow .3s ease}.creative-inner .bg-white.shadow:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(18,20,41,.1)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;justify-content:space-between;padding:14px 8vw;background:rgba(248,250,252,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(0,0,0,.04);border-left:1px solid rgba(29,27,91,.08);border-right:1px solid rgba(29,27,91,.08)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px}.brand-logo{height:52px;width:auto;object-fit:contain;display:block}.brand-text{display:flex;flex-direction:column;gap:4px;max-width:280px}.logo-mark{width:48px;height:48px;border-radius:10px;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.brand-name{margin:0;font-size:18px;color:var(--navy)}.brand-tagline{margin:0;font-size:12px;color:var(--slate-gray);line-height:1.25;display:flex;flex-direction:column;gap:2px}.nav{display:flex;align-items:center;gap:20px;margin-left:auto}.nav a{color:var(--navy);text-decoration:none;font-weight:600}.nav a:last-child{border-left:1px solid rgba(29,27,91,.12);padding-left:16px}.nav-toggle{display:none;width:44px;height:44px;margin-left:auto;border:1px solid rgba(29,27,91,.16);border-radius:12px;background:#fff;align-items:center;justify-content:center;gap:6px;padding:0;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.nav-toggle:hover{box-shadow:0 10px 20px rgba(18,20,41,.08);border-color:rgba(61,191,242,.4)}.nav-toggle span{display:block;width:20px;height:3px;border-radius:999px;background:var(--navy);transition:transform .25s ease,opacity .25s ease}.nav-toggle span+span{margin-top:4px}.nav-toggle.open span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav a.active{color:var(--teal-blue);position:relative;font-weight:700}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--teal-blue),var(--bright-cyan));opacity:.95}.section{min-height:70vh;padding:56px 8vw;display:flex;align-items:center;justify-content:center}.section.compact{min-height:auto;padding:32px 8vw;display:block}.ai-web-page{color:var(--navy)}.ai-web-page h1,.ai-web-page h2,.ai-web-page h3,.ai-web-page h4,.ai-web-page h5{color:var(--navy);margin-top:0}.ai-web-page p{color:var(--slate-gray);line-height:1.6}.ai-web-page .section{min-height:auto;padding-top:40px;padding-bottom:40px;align-items:center;justify-content:center}.ai-web-page .section+.section{margin-top:12px}.ai-web-page .split{align-items:flex-start}.ai-web-page .section-inner{margin:0 auto}.ai-web-page .section-kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.2rem;font-size:12px;font-weight:700;color:var(--teal-blue)}.ai-web-page .section-kicker:before{content:"";display:block;width:18px;height:2px;border-radius:999px;background:var(--teal-blue)}.ai-web-page .hero-section{margin-top:40px;border-radius:32px;position:relative;padding:56px 0}.ai-web-page .hero-section:after,.ai-web-page .hero-section:before{content:"";position:absolute;top:0;bottom:0;left:8vw;right:8vw;border-radius:32px}.ai-web-page .hero-section:before{background:var(--hero-gradient);z-index:0}.ai-web-page .hero-section:after{background:linear-gradient(140deg,rgba(248,250,252,.08),rgba(18,20,41,.45));pointer-events:none;z-index:1}.ai-web-page .hero-section>.section-inner{position:relative;z-index:2;padding:0 calc(8vw + 24px);margin:0 auto;max-width:none;width:100%}.ai-web-page .hero-grid{position:relative;display:grid;grid-gap:48px;gap:48px;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center}.ai-web-page .hero-content{max-width:560px;color:#111827;animation:slideInLeft .9s cubic-bezier(.2,.8,.2,1) both}.ai-web-page .hero-title{font-size:42px;line-height:1.15;margin:12px 0 16px;color:#111827;animation:slideInLeft .95s cubic-bezier(.2,.8,.2,1) both;animation-delay:.06s}.ai-web-page .hero-lead{color:#111827;font-size:18px;margin:0;animation:slideInLeft 1s cubic-bezier(.2,.8,.2,1) both;animation-delay:.12s}.ai-web-page .hero-content .section-kicker{color:#000}.ai-web-page .hero-content .cta-row{margin-top:32px}.ai-web-page .hero-content>.section-inner.hero-grid{display:flex;gap:1em;margin-top:1.5rem;align-items:center;justify-content:flex-start}.sumasu-block{position:relative;padding:5rem 8vw;overflow:hidden}.sumasu-block:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 90% 20%,rgba(37,211,102,.07) 0,transparent 70%),radial-gradient(ellipse 50% 60% at 10% 80%,rgba(41,227,227,.06) 0,transparent 70%);pointer-events:none;z-index:0}.sumasu-block>*{position:relative;z-index:1}.sumasu-block .split-left,.sumasu-block .split-right{min-width:0}.sumasu-copy{display:flex;flex-direction:column;gap:1rem}@media (min-width:1024px){.sumasu-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:28px;column-gap:28px;grid-row-gap:12px;row-gap:12px}.sumasu-copy .btn,.sumasu-copy .section-kicker,.sumasu-copy .sumasu-capabilities,.sumasu-copy .sumasu-pricing,.sumasu-copy .sumasu-subhead,.sumasu-copy h3{grid-column:1/-1}}.sumasu-copy .section-kicker{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#25d366;background:rgba(37,211,102,.1);border:1px solid rgba(37,211,102,.25);border-radius:999px;padding:.25rem .85rem;width:-moz-fit-content;width:fit-content;margin-bottom:.25rem}.sumasu-copy h3{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#0f172a;margin:0}.sumasu-copy p{font-size:1rem;line-height:1.75;color:#374151;margin:0}.sumasu-subhead{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin:.5rem 0 0;padding-top:1.25rem;border-top:1px solid #e2e8f0;text-align:center;width:100%}.split{position:relative;padding:5rem 8vw;overflow:hidden;display:grid;grid-gap:50px;gap:50px}.sumasu-capabilities{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1.5rem;column-gap:1.5rem;grid-row-gap:.65rem;row-gap:.65rem}.btn.primary.small{justify-self:start;align-self:end}.sumasu-pricing{justify-self:end}.plan-container{display:flex;justify-content:space-between;align-items:center;gap:1rem}.plan-container p{margin:0}@media (max-width:900px){.sumasu-capabilities{grid-template-columns:1fr}.sumasu-visual{justify-content:center;padding-right:0}}.sumasu-capabilities li{display:flex;align-items:flex-start;gap:.65rem;padding:.6rem .75rem;border-radius:14px;background:hsla(0,0%,100%,.55);border:1px solid rgba(15,23,42,.06);font-size:.95rem;line-height:1.6;color:#374151}.sumasu-capabilities li:before{content:"";flex-shrink:0;margin-top:.38em;width:16px;height:16px;border-radius:50%;background:rgba(37,211,102,.14);border:1.5px solid rgba(37,211,102,.45);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-4.5' stroke='%2325D366' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:10px;background-position:50%;background-repeat:no-repeat}.sumasu-capabilities li strong{color:#0f172a;font-weight:700}.sumasu-pricing{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,rgba(37,211,102,.1),rgba(41,227,227,.1));border:1px solid rgba(37,211,102,.28);border-radius:10px;padding:.65rem 1rem;font-size:.95rem;color:#0f4b27;margin-top:.25rem;width:-moz-fit-content;width:fit-content}.sumasu-pricing:before{content:"₹";font-size:1.1rem;font-weight:800;color:#25d366}.sumasu-pricing strong{font-weight:700}.sumasu-copy{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.sumasu-copy .btn.primary.small{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-size:.9rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#25d366,#1aab52);border:none;border-radius:8px;text-decoration:none;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 4px 18px rgba(37,211,102,.28);margin-top:.5rem}.sumasu-copy .btn.primary.small:after{content:"→";transition:transform .18s ease}.sumasu-copy .btn.primary.small:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.35)}.sumasu-copy .btn.primary.small:hover:after{transform:translateX(3px)}.sumasu-visual{display:flex;align-items:center;justify-content:flex-end;padding-right:10px}.sumasu-hero{width:100%;max-width:560px;height:auto;border-radius:20px;filter:drop-shadow(0 8px 32px rgba(15,23,42,.14)) drop-shadow(0 2px 8px rgba(15,23,42,.08));transition:transform .35s ease,filter .35s ease}.sumasu-hero:hover{transform:translateY(-6px) scale(1.012);filter:drop-shadow(0 20px 48px rgba(15,23,42,.18)) drop-shadow(0 4px 12px rgba(37,211,102,.12))}@media (max-width:768px){.sumasu-block{padding:3.5rem 0}.sumasu-hero{max-width:100%;border-radius:14px}.sumasu-pricing{width:100%}.sumasu-copy .btn.primary.small{width:100%;justify-content:center}}.ai-web-page .sumasu-section .sumasu-block{width:100%;position:relative;overflow:hidden;border-radius:30px;align-items:center;padding:44px 46px;background:radial-gradient(circle at 86% 28%,rgba(37,211,102,.18) 0,transparent 52%),radial-gradient(circle at 18% 78%,rgba(41,227,227,.14) 0,transparent 58%),linear-gradient(180deg,rgba(232,255,249,.78),rgba(224,249,245,.62) 54%,rgba(248,250,252,.86));border:1px solid rgba(29,27,91,.1);box-shadow:0 22px 54px rgba(18,20,41,.08)}.ai-web-page .sumasu-section .sumasu-copy{max-width:520px}.ai-web-page .sumasu-section .sumasu-badge{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 14px;border-radius:999px;background:rgba(37,211,102,.14);border:1px solid rgba(37,211,102,.3);color:#0b3d22;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.ai-web-page .sumasu-section .sumasu-title{margin:16px 0 10px;font-size:44px;line-height:1.06;letter-spacing:-.02em;color:#0f172a}.ai-web-page .sumasu-section .sumasu-title__line{display:block}.ai-web-page .sumasu-section .sumasu-title__accent{color:#22c55e}.ai-web-page .sumasu-section .sumasu-lead{margin:0;max-width:48ch;color:var(--slate-gray);font-size:16px;line-height:1.7}.ai-web-page .sumasu-section .sumasu-divider{height:1px;width:100%;margin:18px 0 14px;background:rgba(29,27,91,.1)}.ai-web-page .sumasu-section .sumasu-subhead{margin:0 0 12px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:rgba(20,18,63,.62);font-weight:800}.ai-web-page .sumasu-section .sumasu-capabilities{list-style:none;padding:0;margin:0;display:grid;grid-gap:14px;gap:14px}.ai-web-page .sumasu-section .sumasu-capabilities li{display:flex;gap:12px;align-items:flex-start}.ai-web-page .sumasu-section .sumasu-capabilities li:before{content:none!important}.ai-web-page .sumasu-section .sumasu-check{width:22px;height:22px;border-radius:999px;margin-top:2px;background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.28);position:relative;flex:0 0 auto}.ai-web-page .sumasu-section .sumasu-check:after{content:"";position:absolute;left:7px;top:4px;width:6px;height:10px;border-right:2px solid #22c55e;border-bottom:2px solid #22c55e;transform:rotate(45deg)}.ai-web-page .sumasu-section .sumasu-capability__title{color:var(--navy);font-weight:800;line-height:1.2}.ai-web-page .sumasu-section .sumasu-capability__desc{color:var(--slate-gray);font-size:14px;margin-top:2px;line-height:1.4}.ai-web-page .sumasu-section .sumasu-pricing{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;background:rgba(34,197,94,.09);border:1px solid rgba(34,197,94,.2)}.ai-web-page .sumasu-section .sumasu-pricing__label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:rgba(20,18,63,.65);font-weight:800}.ai-web-page .sumasu-section .sumasu-pricing__price{font-size:20px;color:var(--navy);font-weight:900;margin-top:2px}.ai-web-page .sumasu-section .sumasu-pricing__right{color:var(--slate-gray);font-size:14px;white-space:nowrap}.ai-web-page .sumasu-section .sumasu-cta{margin-top:16px;width:100%;justify-content:center;padding:14px 18px;border-radius:14px;background:linear-gradient(180deg,#31d67b,#16a34a);color:#fff;box-shadow:0 18px 34px rgba(22,163,74,.22)}.ai-web-page .sumasu-section .sumasu-visual{display:flex;align-items:center;justify-content:flex-end}.ai-web-page .sumasu-section .sumasu-phone{width:min(520px,100%);aspect-ratio:1/1.06;border-radius:46px;background:linear-gradient(180deg,#0b1220,#060b14);box-shadow:0 34px 78px rgba(0,0,0,.26);padding:18px;position:relative}.ai-web-page .sumasu-section .sumasu-phone__notch{position:absolute;left:50%;top:12px;transform:translateX(-50%);width:160px;height:34px;border-radius:999px;background:rgba(0,0,0,.38)}.ai-web-page .sumasu-section .sumasu-phone__screen{height:100%;border-radius:34px;background:linear-gradient(180deg,rgba(37,211,102,.16),rgba(248,250,252,.86));overflow:hidden;display:flex;align-items:center;justify-content:center}.ai-web-page .sumasu-section .sumasu-phone__placeholder{color:rgba(20,18,63,.66);font-weight:800;letter-spacing:.06em;padding:18px;text-align:center;border:1px dashed rgba(20,18,63,.22);border-radius:18px;background:hsla(0,0%,100%,.55)}.ai-web-page .sumasu-section .split-left,.ai-web-page .sumasu-section .split-right{opacity:0;transform:translateY(18px)}.ai-web-page .sumasu-section .split-left.animate--inview{animation:slideInLeft .55s cubic-bezier(.2,.8,.2,1) both}.ai-web-page .sumasu-section .split-right.animate--inview{animation:slideInRight .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:.06s}@media (max-width:900px){.ai-web-page .sumasu-section .sumasu-block{padding:28px 22px}.ai-web-page .sumasu-section .sumasu-visual{justify-content:center}.ai-web-page .sumasu-section .sumasu-copy{max-width:none}.ai-web-page .sumasu-section .sumasu-title{font-size:34px}.ai-web-page .sumasu-section .sumasu-phone{aspect-ratio:1/1.1}.ai-web-page .sumasu-section .sumasu-pricing__right{white-space:normal}}.ai-web-page .hero-section .btn{padding:10px 18px;font-size:15px}.ai-web-page .hero-section .btn.outline{border-width:2px}.ai-web-page .hero-visual{justify-self:end;display:flex;align-items:center;justify-content:flex-end;animation:heroFadeIn .9s ease-out .2s both;margin-right:0}.ai-web-page .ai-hero-image{width:100%;max-width:640px;border-radius:26px;border:1px solid rgba(111,255,233,.32);box-shadow:0 32px 68px rgba(0,0,0,.28);object-fit:cover;aspect-ratio:16/9;height:auto}.ai-web-page .hero-cta-row,.section.hero{margin-top:32px}.section.hero{position:relative;border-radius:32px;color:var(--navy);padding:56px 0}.section.hero:after,.section.hero:before{content:"";position:absolute;top:0;bottom:0;left:8vw;right:8vw;border-radius:32px}.section.hero:before{background:var(--hero-gradient);z-index:0}.section.hero:after{background:linear-gradient(140deg,rgba(248,250,252,.08),rgba(18,20,41,.45));pointer-events:none;z-index:1}.section.hero .hero-inner{position:relative;z-index:2;padding:0 calc(8vw + 24px)}.section.hero .hero-copy{color:#111827;animation:slideInLeft .15s cubic-bezier(.2,.8,.2,1) both}.section.hero .hero-headline{color:#111827;animation:slideInLeft .95s cubic-bezier(.2,.8,.2,1) both;animation-delay:.06s}.section.hero .hero-sub{color:#111827;animation:slideInLeft 1s cubic-bezier(.2,.8,.2,1) both;animation-delay:.12s}.section.hero .hero-visual{animation:heroFadeIn .9s ease-out .2s both;margin-right:0}.section.hero .hero-visual img{border-radius:26px;border:1px solid rgba(111,255,233,.32);box-shadow:0 32px 68px rgba(0,0,0,.28);max-width:640px;aspect-ratio:16/9;width:100%;height:auto}.section.hero .eyebrow{color:#111827}.section.hero .cta-row .btn.outline{color:var(--soft-white);border-color:rgba(248,250,252,.6)}.section.hero .cta-row .btn.outline:hover{background:hsla(0,0%,100%,.04)}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-36px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(36px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ai-web-page .hero-content,.ai-web-page .hero-lead,.ai-web-page .hero-title,.hero-copy,.section.hero .hero-copy,.section.hero .hero-headline,.section.hero .hero-sub{animation:none!important;transition:none!important}}#capabilities .split-left .btn,#capabilities .split-left h3,#capabilities .split-left p{opacity:0}#capabilities .split-left.animate--inview h3{animation:slideInLeft .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:0s}#capabilities .split-left.animate--inview p{animation:slideInLeft .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:.06s}#capabilities .split-left.animate--inview .btn{animation:slideInLeft .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:.12s}#iot .split-right .btn,#iot .split-right h3,#iot .split-right p{opacity:0}#iot .split-right.animate--inview h3{animation:slideInRight .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:0s}#iot .split-right.animate--inview p{animation:slideInRight .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:.06s}#iot .split-right.animate--inview .btn{animation:slideInRight .55s cubic-bezier(.2,.8,.2,1) both;animation-delay:.12s}#products .product-left,#products .product-right{opacity:0;transform:translateY(18px)}#products .product-left.animate--inview{animation:slideInUp .6s cubic-bezier(.2,.8,.2,1) both;animation-delay:0s}#products .product-right.animate--inview{animation:slideInUp .6s cubic-bezier(.2,.8,.2,1) both;animation-delay:.08s}#creative .grid>div{opacity:0;transform:translateX(-24px)}#creative .grid>div.animate--inview{animation:slideInLeft .5s cubic-bezier(.2,.8,.2,1) both}#creative .grid>div.animate--inview:first-child{animation-delay:0s}#creative .grid>div.animate--inview:nth-child(2){animation-delay:.06s}#creative .grid>div.animate--inview:nth-child(3){animation-delay:.12s}#creative .grid>div.animate--inview:nth-child(4){animation-delay:.18s}#creative .grid>div.animate--inview:nth-child(5){animation-delay:.24s}.ai-web-page .section-heading{margin-bottom:18px}.ai-web-page .section-heading h3{margin:8px 0 0;font-size:28px}.ai-web-page .approach-section .section-inner{background:#fff;border-radius:24px;padding:36px;box-shadow:0 20px 46px rgba(17,24,39,.08);max-width:1200px;width:100%;margin:0 auto}.ai-web-page .approach-layout{display:grid;grid-gap:20px;gap:20px;max-width:900px;margin:0 auto;text-align:center}.ai-web-page .approach-points{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.ai-web-page .approach-points li{padding:18px 24px;border-radius:16px;background:#f4f7fb;border:1px solid rgba(29,27,91,.08);text-align:left;max-width:720px;margin:0 auto;transition:transform .3s ease,box-shadow .3s ease}.ai-web-page .approach-points li:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(18,20,41,.08)}.ai-web-page .table-scroll{overflow-x:auto;margin-top:24px}.ai-web-page .competencies-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 42px rgba(18,20,41,.08)}.ai-web-page .competencies-table thead{background:linear-gradient(135deg,rgba(29,27,91,.94),rgba(61,191,242,.6))}.ai-web-page .competencies-table th{padding:16px 20px;text-align:left;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--soft-white)}.ai-web-page .competencies-table td{padding:18px 20px;font-size:16px;color:var(--slate-gray);border-top:1px solid rgba(29,27,91,.08)}.ai-web-page .competencies-table tbody tr:nth-child(2n){background:#f7faff}.ai-web-page .cards-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:12px}.ai-web-page .card{background:#fff;border-radius:18px;padding:24px;border:1px solid #e6eef6;box-shadow:0 18px 42px rgba(18,20,41,.08);display:flex;flex-direction:column;height:100%}.ai-web-page .card .cta-row{margin-top:auto}.ai-web-page .card h4{margin:0 0 12px;color:var(--navy)}.ai-web-page .card p{color:var(--slate-gray);margin:0}.ai-web-page .case-card{display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.ai-web-page .case-card:after{content:"";position:absolute;inset:auto -24px -24px -24px;height:4px;background:linear-gradient(135deg,var(--teal-blue),var(--bright-cyan));opacity:.7}.ai-web-page .case-card:hover{transform:translateY(-6px);box-shadow:0 26px 48px rgba(18,20,41,.08)}.ai-web-page .case-header{display:flex;flex-direction:column;gap:8px}.ai-web-page .case-tag{display:inline-block;align-self:flex-start;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-blue);background:rgba(61,191,242,.12);border-radius:999px;padding:6px 12px}.ai-web-page .stack-section{padding-top:20px}.ai-web-page .stack-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ai-web-page .stack-card{background:#fff;border-radius:20px;padding:32px;border:1px solid rgba(29,27,91,.08);box-shadow:0 18px 42px rgba(18,20,41,.06);display:flex;flex-direction:column;gap:16px;transition:transform .3s ease,box-shadow .3s ease}.ai-web-page .stack-card:hover{transform:translateY(-6px);box-shadow:0 28px 52px rgba(18,20,41,.12)}.ai-web-page .feature-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.ai-web-page .feature-list li{position:relative;padding-left:26px;color:var(--slate-gray)}.ai-web-page .feature-list li:before{content:"";position:absolute;left:0;top:10px;width:10px;height:10px;border-radius:50%;background:var(--bright-cyan);box-shadow:0 0 0 4px rgba(61,191,242,.16)}.ai-web-page .cta-section{padding-top:20px;padding-bottom:20px}.ai-web-page .cta-card{background:linear-gradient(135deg,rgba(29,27,91,.95),rgba(61,191,242,.76));border-radius:28px;padding:48px;text-align:center;color:var(--soft-white);box-shadow:0 24px 58px rgba(18,20,41,.18)}.ai-web-page .cta-card h3{color:var(--soft-white);font-size:32px;margin:12px 0}.ai-web-page .cta-card .section-kicker{justify-content:center;color:rgba(248,250,252,.86)}.ai-web-page .cta-card .section-kicker:before{background:rgba(248,250,252,.6)}.ai-web-page .cta-text{color:rgba(248,250,252,.88);margin-bottom:28px}.ai-web-page .cta-row{justify-content:center}@media (max-width:1024px){.ai-web-page .hero-grid{grid-template-columns:1fr}.ai-web-page .hero-visual{justify-self:center;margin-right:0}}@media (max-width:640px){.ai-web-page .section{padding-top:32px;padding-bottom:32px}.ai-web-page .hero-section{margin-top:20px;border-radius:24px}.ai-web-page .hero-title{font-size:32px}.ai-web-page .ai-hero-image{max-width:100%;border-radius:22px}.section.hero .hero-visual{margin-right:0}.ai-web-page .stack-card{padding:24px}.ai-web-page .cta-card{padding:36px 24px}.ai-web-page .cta-card h3{font-size:26px}}.section.bg-alt{background:linear-gradient(180deg,#f8fafc,#eaf9ff)}.section-inner{max-width:1200px;width:100%}.hero-inner{display:flex;gap:48px;align-items:center;justify-content:space-between;width:100%}.hero-copy{flex:1 1;max-width:620px}.eyebrow{color:var(--teal-blue);margin:0;font-weight:700;letter-spacing:.4px}.hero-headline{font-size:36px;margin:8px 0 12px;color:var(--navy)}.hero-sub{color:var(--slate-gray);margin-bottom:18px}.cta-row{display:flex;gap:12px}.muted{color:var(--slate-gray);opacity:.8}.hero-visual{flex:1 1;display:flex;align-items:center;justify-content:flex-end}.hero-visual img{width:100%;max-width:640px;border-radius:16px;border:1px solid #e6eef6;box-shadow:0 22px 48px rgba(18,20,41,.16)}.dashboard-visual{width:100%;max-width:520px;aspect-ratio:16/9;height:auto;border-radius:16px;border:1px solid rgba(29,27,91,.08);box-shadow:0 18px 42px rgba(18,20,41,.14);display:block;object-fit:cover;margin:0 auto;transition:transform .35s ease}.dashboard-visual:hover{transform:translateY(-6px)}.hardware-visual{width:100%;max-width:520px;aspect-ratio:16/9;height:auto;border-radius:16px;border:1px solid #e6eef6;box-shadow:0 18px 42px rgba(18,20,41,.14);display:block;object-fit:cover;transition:transform .35s ease}.hardware-visual:hover{transform:translateY(-6px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:12px;text-decoration:none;font-weight:700;border:none;cursor:pointer}.btn.primary{background:var(--primary-gradient);color:#fff;box-shadow:0 6px 18px rgba(41,227,227,.12)}.btn.outline{background:transparent;border:2px solid var(--navy);color:var(--navy)}.btn.small{padding:8px 12px;font-size:14px}.placeholder{border-radius:12px;background:linear-gradient(180deg,rgba(29,27,91,.06),rgba(61,191,242,.03));min-height:260px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(29,27,91,.06)}.visual-note{color:var(--slate-gray);font-size:14px;text-align:center;padding:18px}.split{display:flex;gap:32px;align-items:stretch}.split-left,.split-right{flex:1 1}.media-grid{display:flex;gap:16px;margin:18px 0}.media-thumb{flex:1 1;min-height:140px}.product-section{display:flex;gap:36px;align-items:stretch}.product-left{flex:1 1}.product-right{flex:1.25 1}.product-card,.product-right{display:flex;align-items:stretch}.product-card{gap:18px;border-radius:12px;padding:18px;background:#fff;box-shadow:0 6px 18px rgba(17,24,39,.04);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(18,20,41,.14)}.product-visual{width:220px;min-height:140px}.product-carousel{width:100%;height:auto;border-radius:20px;border:1px solid #e6eef6;box-shadow:0 18px 42px rgba(18,20,41,.1);object-fit:cover;display:block;transition:transform .3s ease}.product-carousel:hover{transform:translateY(-4px)}.section-inner.product-section{max-width:none}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;align-items:start}.contact-card{padding:18px;border-radius:10px;background:#fff;box-shadow:0 6px 18px rgba(17,24,39,.04);transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-4px);box-shadow:0 22px 38px rgba(17,24,39,.12)}.contact-form label{display:block;margin-bottom:10px;color:var(--navy)}.contact-form input,.contact-form textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #e6eef6;margin-top:6px}.contact-page .contact-title{font-size:40px;text-align:center;margin:0 0 8px;color:var(--navy);font-weight:800}.contact-page .contact-sub{color:var(--slate-gray);text-align:center;margin:0 auto 18px;max-width:720px}.contact-page .contact-card{border-radius:14px;padding:28px}.contact-page .contact-card h4{margin:0 0 8px;color:var(--navy)}.contact-page .contact-card p{margin:0;color:var(--slate-gray)}.contact-page .contact-form input,.contact-page .contact-form textarea{background:#fff;box-shadow:none}.contact-page .contact-form label{font-weight:600}.contact-page .contact-form .btn.primary{width:100%;padding:14px 20px;font-size:16px;border-radius:12px}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-page .contact-title{font-size:28px}}.terms-page{background:linear-gradient(180deg,rgba(248,250,252,.8),rgba(227,247,255,.5))}.terms-container{max-width:860px;margin:0 auto;background:#fff;border-radius:28px;padding:48px;box-shadow:0 22px 48px rgba(18,20,41,.08);color:var(--navy)}.terms-header h1{margin:0;font-size:36px;color:var(--navy)}.terms-subhead{margin:12px 0 32px;color:var(--slate-gray);line-height:1.6;max-width:640px}.terms-body{color:var(--slate-gray);line-height:1.7;display:flex;flex-direction:column;gap:18px}.terms-body h2,.terms-body h3{color:var(--navy);margin-top:28px;margin-bottom:12px}.terms-body ol,.terms-body ul{padding-left:24px;display:flex;flex-direction:column;gap:10px}.terms-body li,.terms-status{color:var(--slate-gray)}.terms-status{font-weight:600}.terms-error{color:#b91c1c}.terms-warning{color:#92400e}.terms-raw{background:#0f172a;color:#e2e8f0;padding:20px;border-radius:16px;overflow:auto;font-size:12px;line-height:1.5}@media (max-width:768px){.terms-container{padding:32px 24px;border-radius:22px}.terms-header h1{font-size:28px}}.project-modal-overlay{position:fixed;inset:0;background:rgba(18,20,41,.68);display:flex;align-items:center;justify-content:center;padding:24px;z-index:120}.project-modal{background:var(--soft-white);border-radius:28px;width:min(520px,100%);padding:36px;box-shadow:0 28px 68px rgba(18,20,41,.22);display:flex;flex-direction:column;gap:20px}.project-modal__header h3{margin:0;color:var(--navy);font-size:26px}.project-modal__header p{margin:4px 0 0;color:var(--slate-gray);font-size:15px;line-height:1.5}.project-modal__form{display:flex;flex-direction:column;gap:16px}.project-modal__form label{font-weight:600;font-size:14px;color:var(--navy)}.project-modal__form input,.project-modal__form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(29,27,91,.14);background:#fff;box-shadow:inset 0 1px 2px rgba(15,23,42,.04);font-size:15px;color:var(--navy);transition:border-color .2s ease,box-shadow .2s ease}.project-modal__form input:focus,.project-modal__form textarea:focus{outline:none;border-color:rgba(61,191,242,.6);box-shadow:0 0 0 3px rgba(61,191,242,.16)}.project-modal__form textarea{min-height:132px;resize:vertical}.project-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.project-modal__actions .btn{min-width:120px}.site-footer{background:var(--charcoal);color:#eaf9ff;padding:36px 8vw}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;max-width:1200px;margin:0 auto}.footer-grid a{color:#eaf9ff;text-decoration:none}.site-footer ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}.footer-bottom{margin-top:20px;text-align:center;opacity:.8}.footer-logo{height:40px;width:auto;display:block;margin:0;border-radius:10px}@media (max-width:900px){.hero-inner,.product-section,.split{flex-direction:column}.contact-grid{grid-template-columns:1fr}.nav-toggle{display:inline-flex}.nav{position:fixed;top:76px;right:8vw;left:8vw;display:none;flex-direction:column;align-items:flex-start;gap:16px;padding:20px;background:rgba(18,20,41,.98);border-radius:16px;box-shadow:0 22px 48px rgba(0,0,0,.25);border:1px solid rgba(61,191,242,.35);z-index:50}.nav.open{display:flex}.nav a{color:#f8fafc;font-size:16px;width:100%}.nav a:last-child{border-left:none;padding-left:0}.hero-headline{font-size:28px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.sumasu-block .split-left,.sumasu-block .split-right{width:100%;flex:none}.sumasu-block .sumasu-visual{justify-content:center}.product-right{flex:none;width:100%}.product-carousel{max-width:100%;height:auto}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-grid>div{display:flex;flex-direction:column;align-items:center;gap:12px}.footer-grid ul{padding:0;margin:0;list-style:none}.footer-bottom{margin-top:28px}}