
:root{--navy:#07152f;--navy2:#0c2d61;--blue:#2764e7;--cyan:#2ac4df;--ink:#12213d;--muted:#68778d;--line:#e2e9f2;--soft:#f6f8fc;--white:#fff;--green:#1ab862;--shadow:0 18px 45px rgba(13,34,68,.10)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--ink);line-height:1.6;background:white;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{height:76px;position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,233,242,.9)}.navbar{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px}.brand-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;font:800 1.3rem Manrope;box-shadow:0 9px 20px rgba(39,100,231,.23)}.brand>span:last-child{display:flex;flex-direction:column;line-height:1}.brand strong{font:800 1.08rem Manrope;letter-spacing:.12em}.brand small{font-size:.52rem;letter-spacing:.27em;color:#77869b;margin-top:5px}.nav-links{display:flex;align-items:center;gap:24px}.nav-links>a{font-size:.87rem;font-weight:650;position:relative}.nav-links>a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:-8px;background:var(--blue);transition:.2s}.nav-links>a:hover:after,.nav-links>a.active:after{right:0}.nav-quote{border:0;border-radius:11px;padding:10px 16px;color:white;background:var(--blue);font-weight:750}.menu-toggle{display:none;border:0;background:none;width:42px}.menu-toggle i{display:block;width:24px;height:2px;margin:5px auto;background:var(--ink)}
.home-hero{padding:68px 0 64px;background:linear-gradient(135deg,#06132c,#0c2e64);color:white;overflow:hidden}.home-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}.kicker{display:inline-block;color:var(--blue);font-size:.7rem;font-weight:800;letter-spacing:.14em;margin-bottom:10px}.kicker.light{color:#83e6f6}.hero-copy h1{font:800 clamp(2.7rem,5vw,4.9rem)/1.03 Manrope;letter-spacing:-.055em}.hero-copy h1 em{font-style:normal;color:#82e8f8}.hero-copy>p{max-width:630px;color:#bdcbe0;font-size:1rem;margin-top:20px}.hero-actions{display:flex;gap:12px;margin-top:28px}.primary-btn,.secondary-btn,.light-btn{min-height:48px;border-radius:11px;padding:0 19px;border:0;display:inline-flex;align-items:center;justify-content:center;font-weight:750}.primary-btn{background:var(--blue);color:white;box-shadow:0 12px 25px rgba(39,100,231,.28)}.secondary-btn{border:1px solid rgba(255,255,255,.2);color:white;background:rgba(255,255,255,.06)}.light-btn{background:white;color:var(--navy)}.trust-row{display:flex;gap:26px;margin-top:28px;color:#91a5c1;font-size:.7rem}.trust-row b{color:white;display:block;font-size:.78rem}
.hero-visual{position:relative}.tech-window{padding:13px;border-radius:22px;background:white;color:var(--ink);box-shadow:0 30px 70px rgba(0,0,0,.28)}.window-bar{height:32px;display:flex;align-items:center;gap:5px;color:#8794a7;font-size:.65rem}.window-bar i{width:7px;height:7px;border-radius:50%;background:#d8e0ea}.window-bar span{margin-left:auto}.window-body{min-height:335px;display:grid;grid-template-columns:54px 1fr;background:#f4f7fb;border-radius:15px;overflow:hidden}.window-body aside{background:#0b2551;display:flex;flex-direction:column;align-items:center;gap:22px;padding:16px 10px}.window-body aside b{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;color:white;background:var(--blue)}.window-body aside i{width:20px;height:7px;border-radius:10px;background:rgba(255,255,255,.18)}.dash{padding:19px}.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title span{display:flex;flex-direction:column}.dash-title small{font-size:.62rem;color:var(--muted)}.dash-title strong{font:800 .98rem Manrope}.dash-title>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--blue),var(--cyan));font-size:.62rem}.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px}.dash-cards div{padding:12px;background:white;border-radius:11px}.dash-cards small{display:block;color:var(--muted);font-size:.56rem}.dash-cards strong{font:800 .9rem Manrope}.graph{padding:14px;background:white;border-radius:12px;margin-top:11px}.graph>span{font-size:.7rem;font-weight:700}.graph svg,.mock-chart svg{width:100%;height:105px}.graph-line{stroke:var(--blue);stroke-width:4;fill:none}.graph-area{fill:rgba(39,100,231,.08);stroke:none}.hero-badge{position:absolute;padding:10px 12px;border-radius:12px;background:white;color:var(--ink);box-shadow:var(--shadow);display:flex;align-items:center;gap:9px}.hero-badge>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--blue);color:white}.hero-badge div{display:flex;flex-direction:column}.hero-badge b{font-size:.7rem}.hero-badge small{font-size:.55rem;color:var(--muted)}.badge-a{left:-25px;bottom:24px}.badge-b{right:-20px;top:-18px}
.logo-strip{background:#f8fafc;border-bottom:1px solid var(--line)}.logo-strip .container{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.logo-strip span{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.logo-strip b{font-size:.8rem;color:#8b98aa}.section{padding:82px 0}.soft{background:var(--soft)}.section-heading h2,.feature-grid h2,.page-hero h1,.product-info h2,.about-text h2,.contact-info h2{font:800 clamp(2rem,3.8vw,3.25rem)/1.12 Manrope;letter-spacing:-.04em}.section-heading p{color:var(--muted)}.centered{text-align:center;max-width:760px;margin:0 auto 38px}.home-services{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.home-services>a{padding:23px;border:1px solid var(--line);border-radius:17px;background:white;transition:.25s}.home-services>a:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.line-icon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;color:var(--blue);background:#eef4ff;font-size:1.2rem}.home-services h3{font:800 1rem Manrope;margin-top:18px}.home-services p{color:var(--muted);font-size:.78rem;margin:7px 0 15px}.home-services b{font-size:.72rem;color:var(--blue)}.feature-band{padding:72px 0;background:linear-gradient(135deg,var(--navy),#103a7c);color:white}.feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.feature-grid>div:first-child>p{color:#bdcce0;margin:15px 0 22px}.feature-points{display:grid;gap:12px}.feature-points article{display:flex;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.06)}.feature-points article>b{color:#80e6f6}.feature-points article span{display:flex;flex-direction:column}.feature-points small{color:#aebfd6}
.page-hero{padding:58px 0;background:linear-gradient(135deg,#f8fbff,#eef4ff)}.page-hero .container{max-width:880px;text-align:center}.page-hero h1{font-size:clamp(2.4rem,4.5vw,4rem)}.page-hero p{color:var(--muted);max-width:700px;margin:13px auto 0}.product-hero{background:linear-gradient(135deg,#07152f,#0d3470);color:white}.product-hero .kicker{color:#82e8f8}.product-hero p{color:#bdcce0}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-list article{display:grid;grid-template-columns:65px 1fr;gap:18px;padding:26px;border:1px solid var(--line);border-radius:18px}.big-icon{width:56px;height:56px;border-radius:15px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:1.4rem}.service-list article>div:last-child>span{font-size:.65rem;color:var(--blue);font-weight:800}.service-list h2{font:800 1.25rem Manrope;margin:4px 0}.service-list p,.service-list li{color:var(--muted);font-size:.8rem}.service-list ul{margin:12px 0 15px;padding-left:17px}.text-btn{border:0;background:none;color:var(--blue);font-weight:750;font-size:.76rem}
.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.product-info>p{color:var(--muted);margin:15px 0 22px}.product-features{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:25px}.product-features span{font-size:.78rem}.product-features span:before{content:"✓";color:var(--blue);margin-right:7px;font-weight:800}.product-mock{min-height:380px;display:grid;grid-template-columns:55px 1fr;background:#f4f7fb;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.mock-side{background:#0b2551;padding:17px 10px;display:flex;align-items:center;flex-direction:column;gap:22px}.mock-side b{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--blue);color:white}.mock-side i{width:20px;height:7px;border-radius:10px;background:rgba(255,255,255,.18)}.mock-main{padding:22px}.mock-title{display:flex;justify-content:space-between}.mock-title span{display:flex;flex-direction:column}.mock-title small{font-size:.62rem;color:var(--muted)}.mock-title strong{font:800 1rem Manrope}.mock-title>b{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font-size:.62rem}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 12px}.mock-stats div{padding:13px;border-radius:12px;background:white}.mock-stats small{display:block;font-size:.58rem;color:var(--muted)}.mock-stats strong{font:800 1rem Manrope}.mock-chart{padding:15px;background:white;border-radius:13px}.mock-chart>span{font-size:.7rem;font-weight:700}
.portfolio-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.portfolio-layout article{padding:0 0 22px;border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden}.portfolio-art{height:215px;display:grid;place-items:center}.blue-art{background:linear-gradient(145deg,#123674,#2a68d8)}.cyan-art{background:linear-gradient(145deg,#dffbff,#92e3ee)}.gold-art{background:linear-gradient(145deg,#fff0d4,#f4bd56)}.portfolio-layout article>span,.portfolio-layout h2,.portfolio-layout p{display:block;margin-left:21px;margin-right:21px}.portfolio-layout article>span{margin-top:19px;color:var(--blue);font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.portfolio-layout h2{font:800 1.1rem Manrope;margin-top:5px}.portfolio-layout p{font-size:.78rem;color:var(--muted);margin-top:6px}.mini-browser{width:72%;height:140px;padding:12px;border-radius:14px;background:white;transform:rotate(-3deg)}.mini-browser i{display:block;height:10px;border-radius:8px;background:#e7edf5}.mini-browser div{height:70px;border-radius:9px;background:#eaf2ff;margin-top:10px}.mini-browser b{display:block;height:14px;width:50%;border-radius:8px;background:var(--blue);margin-top:9px}.mini-phone{width:108px;height:170px;padding:10px;border:7px solid #14294d;border-radius:22px;background:white;transform:rotate(6deg)}.mini-phone i{display:block;height:58px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--cyan))}.mini-phone b{display:block;height:10px;border-radius:8px;background:#e6ecf4;margin-top:9px}.mini-shop{width:190px;padding:20px;border-radius:15px;background:#854b18;color:white;transform:rotate(-4deg);font-weight:800}.mini-shop div{display:flex;gap:7px;margin-top:16px}.mini-shop i{width:43px;height:55px;border-radius:7px;background:#f3c269}
.about-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.about-visual{height:380px;border-radius:20px;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,var(--navy),#1552aa);color:white;overflow:hidden}.about-visual>b{font:800 12rem Manrope;color:rgba(255,255,255,.08)}.about-visual>span{position:absolute;left:25px;right:25px;bottom:25px;padding:14px;border-radius:12px;background:rgba(255,255,255,.12);text-align:center;font-weight:700}.about-text>p{color:var(--muted);margin-top:15px}.about-values{display:grid;gap:10px;margin-top:22px}.about-values article{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.about-values article>b{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:var(--blue);color:white;font-size:.68rem}.about-values span{display:flex;flex-direction:column}.about-values strong{font-size:.83rem}.about-values small{color:var(--muted);font-size:.72rem}
.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:35px}.contact-info>p{color:var(--muted);margin:15px 0 22px}.contact-info>a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-size:.82rem}.contact-info>a span{color:var(--muted)}.contact-panel{padding:34px;border-radius:18px;background:linear-gradient(135deg,var(--navy),#103978);color:white;display:flex;flex-direction:column;justify-content:center}.contact-panel h2{font:800 1.8rem Manrope}.contact-panel p{color:#bdcce0;margin:8px 0 20px}.contact-panel small{color:#94a8c4;margin-top:12px}
.footer{padding:55px 0 16px;background:#040e20;color:white}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:35px}.footer-brand small{color:#7f91ac}.footer-grid>div:first-child>p{color:#8194b0;max-width:320px;font-size:.78rem;margin-top:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.footer-grid h4{font-size:.76rem;margin-bottom:6px}.footer-grid a,.footer-grid span{color:#8194b0;font-size:.72rem;word-break:break-word}.footer-bottom{display:flex;justify-content:space-between;margin-top:35px;padding-top:15px;border-top:1px solid rgba(255,255,255,.08);color:#6f829e;font-size:.68rem}
.modal{position:fixed;inset:0;z-index:2000;visibility:hidden;opacity:0;transition:.25s}.modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(3,12,28,.72);backdrop-filter:blur(6px)}.modal-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%) scale(.97);width:min(920px,calc(100% - 30px));max-height:calc(100vh - 30px);overflow:auto;display:grid;grid-template-columns:.8fr 1.2fr;border-radius:22px;background:white;box-shadow:0 30px 90px rgba(0,0,0,.35);transition:.25s}.modal.open .modal-panel{transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef2f7;font-size:1.3rem;z-index:3}.modal-intro{padding:38px;background:linear-gradient(145deg,var(--navy),#103a7b);color:white}.modal-intro h2{font:800 2.3rem/1.08 Manrope}.modal-intro>p{color:#bdcce0;font-size:.82rem;margin:14px 0 22px}.modal-benefits{display:grid;gap:10px}.modal-benefits span{font-size:.78rem;color:#dce8f7}.quote-form{padding:34px}.quote-form label{display:block;margin-bottom:13px}.quote-form label>span{display:block;font-size:.7rem;font-weight:750;margin-bottom:5px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:11px 12px;border:1px solid #dce4ee;border-radius:9px;background:#fbfcfe;outline:none;font-size:.8rem}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(39,100,231,.09)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.error{display:block;color:#d83b45;font-size:.61rem;min-height:14px;margin-top:3px}.invalid{border-color:#d83b45!important}.submit-quote{width:100%;min-height:46px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:800}.privacy-note{text-align:center;color:var(--muted);font-size:.62rem;margin-top:8px}.wa-float{position:fixed;right:17px;bottom:17px;z-index:900;width:49px;height:49px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-size:.7rem;font-weight:800;box-shadow:0 12px 28px rgba(26,184,98,.3)}
@media(max-width:980px){.menu-toggle{display:block}.nav-links{position:fixed;top:76px;left:0;right:0;padding:18px;background:white;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;transform:translateY(-140%);transition:.25s}.nav-links.open{transform:none}.nav-links a{text-align:center;padding:6px}.home-grid,.feature-grid,.product-detail,.about-layout{grid-template-columns:1fr}.hero-visual{max-width:700px;margin:auto}.home-services{grid-template-columns:repeat(2,1fr)}.service-list{grid-template-columns:1fr}.portfolio-layout{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:700px){.container{width:min(100% - 24px,1160px)}.home-hero{padding:48px 0}.hero-copy h1{font-size:clamp(2.4rem,12vw,3.8rem)}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{display:grid;grid-template-columns:1fr 1fr}.trust-row span:last-child{grid-column:1/-1}.hero-badge{display:none}.window-body{grid-template-columns:43px 1fr;min-height:270px}.dash{padding:12px}.dash-cards{grid-template-columns:1fr 1fr}.dash-cards div:last-child{grid-column:1/-1}.graph{display:none}.logo-strip .container{padding:18px 0;justify-content:flex-start}.section{padding:65px 0}.home-services,.portfolio-layout,.contact-page{grid-template-columns:1fr}.feature-grid{gap:35px}.product-features{grid-template-columns:1fr}.product-mock{grid-template-columns:43px 1fr;min-height:320px}.mock-main{padding:14px}.mock-stats{grid-template-columns:1fr 1fr}.mock-stats div:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.modal-panel{grid-template-columns:1fr}.modal-intro{padding:26px}.modal-intro h2{font-size:1.8rem}.quote-form{padding:24px}.form-row{grid-template-columns:1fr}.service-list article{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:4px}}
