:root{--color-navy:#1a365d;--color-blue:#2563eb;--color-blue-light:#3b82f6;--color-orange:#e87c3e;--color-gold:#d4972a;--color-orange-light:#f4a261;--bg-dark:#fff;--bg-dark-2:#f8fafc;--bg-card:#1a365d0a;--bg-card-hover:#1a365d14;--text-main:#1a202c;--text-muted:#4a5568;--text-dim:#718096;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--shadow-xl:0 16px 48px #0000001f;--shadow-glow-blue:0 8px 30px #2563eb26;--shadow-glow-orange:0 8px 30px #e87c3e26;--transition-fast:.15s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--gradient-brand:linear-gradient(135deg, var(--color-blue) 0%, var(--color-orange) 100%);--gradient-navy:linear-gradient(135deg, var(--color-navy) 0%, #0f2240 100%);--gradient-blue:linear-gradient(135deg, var(--color-blue) 0%, var(--color-blue-light) 100%);--gradient-orange:linear-gradient(135deg, var(--color-orange) 0%, var(--color-gold) 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--color-orange);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-flex}.section-title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.glass-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);background:#fff;border:1px solid #1a365d14;padding:2rem}.glass-card:hover{box-shadow:var(--shadow-lg);border-color:#1a365d1f;transform:translateY(-6px)}.text-gradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--gradient-orange);color:#fff;font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast);letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,#fff3 0%,#0000 60%);position:absolute;inset:0}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px -8px #e87c3e66}.btn-primary:hover:before{opacity:1}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{color:var(--color-navy);font-family:var(--font-heading);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);letter-spacing:.01em;background:0 0;border:2px solid #1a365d33;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{border-color:var(--color-blue);background:#2563eb0f;transform:translateY(-2px);box-shadow:0 8px 24px -8px #2563eb26}.btn-secondary:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.scroll-reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(40px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.scroll-reveal-delay-1{transition-delay:.1s}.scroll-reveal-delay-2{transition-delay:.2s}.scroll-reveal-delay-3{transition-delay:.3s}.scroll-reveal-delay-4{transition-delay:.4s}::selection{color:var(--text-main);background:#e87c3e33}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#cbd5e1}::-webkit-scrollbar-thumb:hover{background:var(--color-blue)}.navbar{z-index:1000;transition:background var(--transition-normal), backdrop-filter var(--transition-normal), padding var(--transition-normal), box-shadow var(--transition-normal);padding:1rem 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#ffffffeb;padding:.6rem 0;box-shadow:0 1px #0000000f,0 4px 20px #0000000f}.navbar__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.navbar__logo{transition:opacity var(--transition-fast);flex-shrink:0;align-items:center;display:flex}.navbar__logo:hover{opacity:.85}.navbar__logo-img{object-fit:contain;width:auto;height:110px}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__link{font-family:var(--font-heading);color:var(--text-dim);transition:color var(--transition-fast);flex-direction:column;align-items:center;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex;position:relative;overflow:hidden}.navbar__link:hover{color:var(--text-main)}.navbar__link-text{z-index:1;position:relative}.navbar__link-underline{background:var(--gradient-orange);border-radius:var(--radius-full);width:60%;height:2px;transition:transform var(--transition-normal);transform-origin:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.navbar__link:hover .navbar__link-underline{transform:translate(-50%)scaleX(1)}.navbar__link--featured .navbar__link-text{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.0625rem;font-weight:800}.navbar__link--featured .navbar__link-underline{transform:translate(-50%)scaleX(1)}.navbar__link--featured:hover .navbar__link-text{filter:brightness(1.15)}.navbar__actions{align-items:center;gap:.75rem;display:flex}.navbar__phone{font-family:var(--font-heading);color:var(--color-navy);border-radius:var(--radius-full);white-space:nowrap;transition:all var(--transition-normal);border:2px solid #1a365d33;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex}.navbar__phone:hover{border-color:var(--color-blue);color:var(--color-blue);background:#2563eb0f}.navbar__cta{padding:.65rem 1.5rem;font-size:.9375rem}.navbar__hamburger{color:var(--color-navy);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);background:0 0;border:none;padding:.5rem;display:none}.navbar__hamburger:hover{background:#1a365d0f}.navbar__mobile{-webkit-backdrop-filter:blur(24px);z-index:999;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);background:#fffffff7;display:none;position:fixed;inset:0}.navbar__mobile--open{opacity:1;pointer-events:all}.navbar__mobile-inner{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;padding:2rem;display:flex}.navbar__mobile-link{font-family:var(--font-heading);color:var(--text-dim);border-radius:var(--radius-md);transition:color var(--transition-fast), background var(--transition-fast);text-align:center;width:100%;max-width:320px;padding:.75rem 1.5rem;font-size:1.5rem;font-weight:600;text-decoration:none}.navbar__mobile-link:hover{color:var(--text-main);background:#1a365d0a}.navbar__mobile-link--featured{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.navbar__mobile-phone{font-family:var(--font-heading);color:var(--color-navy);border-radius:var(--radius-full);white-space:nowrap;border:2px solid #1a365d33;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem 2rem;font-size:1.125rem;font-weight:600;display:inline-flex}.navbar__mobile-cta{margin-top:1rem;padding:1rem 2.5rem;font-size:1.125rem}@media (width<=768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{z-index:1001;justify-content:center;align-items:center;display:flex}.navbar__mobile{display:block}.navbar__logo-img{height:85px}}.footer{background:var(--bg-dark-2);border-top:1px solid #1a365d14;padding:4rem 0 0}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__brand{flex-direction:column;gap:1.25rem;display:flex}.footer__logo{transition:opacity var(--transition-fast);align-items:center;display:inline-flex}.footer__logo:hover{opacity:.8}.footer__logo-img{object-fit:contain;width:auto;height:40px}.footer__tagline{color:var(--text-muted);max-width:320px;font-size:.9375rem;line-height:1.7}.footer__col-title{font-family:var(--font-heading);color:var(--text-main);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem;font-size:.9375rem;font-weight:700}.footer__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer__link{color:var(--text-muted);transition:color var(--transition-fast), padding-left var(--transition-fast);font-size:.9375rem;text-decoration:none;display:inline-block}.footer__link:hover{color:var(--color-orange);padding-left:4px}.footer__link--button{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}.footer__contact{flex-direction:column;gap:.875rem;list-style:none;display:flex}.footer__contact-item{align-items:center;gap:.625rem;display:flex}.footer__contact-icon{color:var(--color-orange);opacity:.7;flex-shrink:0}.footer__contact-text{color:var(--text-muted);font-size:.9375rem}.footer__bottom{border-top:1px solid #1a365d14;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.footer__copyright,.footer__love{color:var(--text-dim);font-size:.8125rem}.footer__heart{color:var(--color-orange);font-size:1rem;animation:2s ease-in-out infinite heartbeat;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.2)}30%{transform:scale(1)}45%{transform:scale(1.15)}60%{transform:scale(1)}}@media (width<=1024px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=768px){.footer{padding:3rem 0 0}.footer__grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2rem}.footer__tagline{max-width:100%}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem;padding:1.25rem 0}}.form-modal__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#0a0f1e99;justify-content:center;align-items:center;padding:1.25rem;display:none;position:fixed;inset:0}.form-modal__overlay--open{animation:.2s ease-out form-modal-fade;display:flex}.form-modal__panel{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:92vh;animation:.22s cubic-bezier(.16,1,.3,1) form-modal-pop;position:relative;overflow:hidden;box-shadow:0 30px 80px #0a0f1e66}.form-modal__scroll{-webkit-overflow-scrolling:touch;max-height:92vh;overflow-y:auto}.form-modal__close{z-index:2;color:#0f172a;cursor:pointer;background:#0f172a0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,transform .15s;display:flex;position:absolute;top:12px;right:12px}.form-modal__close:hover{background:#0f172a1f;transform:rotate(90deg)}.form-modal__iframe{border:none;width:100%;height:540px;display:block}@keyframes form-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes form-modal-pop{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.form-modal__overlay{padding:.75rem}}.hero{background:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero__blobs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__blob{filter:blur(140px);opacity:.6;will-change:transform;border-radius:50%;position:absolute}.hero__blob--blue-1{background:radial-gradient(circle, var(--color-blue) 0%, transparent 70%);width:600px;height:600px;animation:18s ease-in-out infinite blobFloat1;top:-10%;left:-10%}.hero__blob--blue-2{background:radial-gradient(circle, var(--color-blue-light) 0%, transparent 70%);width:500px;height:500px;animation:22s ease-in-out infinite blobFloat2;bottom:-15%;right:-5%}.hero__blob--orange-1{background:radial-gradient(circle, var(--color-orange) 0%, transparent 70%);opacity:.25;width:450px;height:450px;animation:20s ease-in-out infinite blobFloat3;top:20%;right:10%}.hero__blob--orange-2{background:radial-gradient(circle, var(--color-gold) 0%, transparent 70%);opacity:.2;width:350px;height:350px;animation:24s ease-in-out infinite blobFloat4;bottom:10%;left:15%}@keyframes blobFloat1{0%,to{transform:translate(0)scale(1)}25%{transform:translate(80px,40px)scale(1.1)}50%{transform:translate(40px,80px)scale(.95)}75%{transform:translate(-30px,50px)scale(1.05)}}@keyframes blobFloat2{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-60px,-30px)scale(1.08)}50%{transform:translate(-30px,-60px)scale(.92)}75%{transform:translate(40px,-40px)scale(1.03)}}@keyframes blobFloat3{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,50px)scale(1.15)}66%{transform:translate(30px,-30px)scale(.9)}}@keyframes blobFloat4{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.1)}66%{transform:translate(-20px,30px)scale(.95)}}.hero__dots{pointer-events:none;background-image:radial-gradient(circle,#1a365d14 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:820px;margin:0 auto;display:flex;position:relative}.hero__badge{border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--color-orange);letter-spacing:.02em;background:#e87c3e1f;border:1px solid #e87c3e40;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero__badge-icon{color:var(--color-gold);flex-shrink:0}.hero__title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.15}.hero__subtitle{color:var(--text-muted);max-width:620px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.hero__btn-primary{padding:1rem 2.5rem;font-size:1.125rem}.hero__btn-secondary{font-size:1.0625rem}.hero__stats{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);width:fit-content;box-shadow:var(--shadow-md);background:#fffc;border:1px solid #1a365d14;align-items:center;gap:0;padding:1.5rem 3rem;display:flex}.hero__stat{flex-direction:column;align-items:center;gap:.25rem;padding:0 2rem;display:flex}.hero__stat-number{font-family:var(--font-heading);background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.hero__stat-label{color:var(--text-muted);white-space:nowrap;font-size:.8125rem;font-weight:500}.hero__stat-divider{background:#1a365d1a;flex-shrink:0;width:1px;height:40px}.hero__fade{background:linear-gradient(to bottom, transparent, var(--bg-dark));pointer-events:none;height:120px;position:absolute;bottom:0;left:0;right:0}@media (width<=768px){.hero{min-height:auto;padding:7rem 0 3rem}.hero__blob--blue-1{width:350px;height:350px}.hero__blob--blue-2{width:300px;height:300px}.hero__blob--orange-1{width:250px;height:250px}.hero__blob--orange-2{width:200px;height:200px}.hero__badge{padding:.4rem 1rem;font-size:.75rem}.hero__actions{flex-direction:column;width:100%;margin-bottom:3rem}.hero__btn-primary,.hero__btn-secondary{justify-content:center;width:100%;max-width:320px}.hero__stats{flex-direction:column;gap:0;width:100%;max-width:320px;padding:1.5rem 2rem}.hero__stat{padding:.75rem 0}.hero__stat-divider{width:60%;height:1px}}@media (width<=480px){.hero__title{font-size:1.875rem}.hero__subtitle{font-size:.9375rem}}.services{background:var(--bg-dark);padding:7rem 0;position:relative;overflow:hidden}.services__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid;position:relative}.services__card{z-index:1;text-align:center;transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex;position:relative}.services__card--featured{text-align:left;background-image:linear-gradient(var(--bg-dark), var(--bg-dark)), linear-gradient(135deg, var(--color-blue), var(--color-orange));background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;flex-direction:row;grid-column:1/-1;align-items:flex-start;gap:2rem;padding:2.75rem 3rem;box-shadow:0 0 32px #2563eb14,0 0 64px #f973160a}.services__card--featured .services__icon-wrap{flex-shrink:0}.services__card--featured .services__icon-bg{background:linear-gradient(135deg,#2563eb33,#f9731626)}.services__card--featured .services__icon{color:var(--color-blue)}.services__card:hover{border-color:#e87c3e33;transform:translateY(-8px);box-shadow:0 20px 50px -15px #e87c3e33,0 0 0 1px #e87c3e26}.services__card:hover .services__icon{transform:rotate(15deg)scale(1.1)}.services__card:hover .services__icon-bg{opacity:.25;transform:scale(1.2)}.services__icon-wrap{justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.5rem;display:flex;position:relative}.services__icon-bg{background:var(--gradient-brand);opacity:.15;transition:opacity var(--transition-normal), transform var(--transition-normal);border-radius:50%;position:absolute;inset:0}.services__icon{z-index:1;color:var(--color-orange);transition:transform var(--transition-normal);position:relative}.services__card-title{color:var(--text-main);margin-bottom:1rem;font-size:1.375rem;font-weight:700}.services__card-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.services__card-body{align-items:inherit;flex-direction:column;display:flex}.services__card-more{font-family:var(--font-heading);color:var(--color-blue);transition:gap var(--transition-fast);align-items:center;gap:.375rem;margin-top:1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex}.services__card:hover .services__card-more{gap:.625rem}@media (width<=768px){.services{padding:5rem 0}.services__grid{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto}.services__card{padding:2rem 1.5rem}.services__card--featured{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem}}.system{background:var(--bg-dark-2);padding:7rem 0;overflow:hidden}.system__leaks{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:820px;margin:-1.5rem auto 4rem;display:flex}.system__leak{border-radius:var(--radius-full);color:var(--text-muted);box-shadow:var(--shadow-sm);opacity:0;background:#fff;border:1px solid #1a365d1a;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.9375rem;font-weight:500;transition:opacity .5s ease-out,transform .5s ease-out;display:inline-flex;transform:translateY(16px)}.system__leaks.is-visible .system__leak{opacity:1;transform:translateY(0)}.system__leak-icon{color:var(--color-orange);flex-shrink:0}.system__layout{grid-template-columns:1.05fr 1fr;align-items:center;gap:4rem;display:grid}.system__layers{flex-direction:column;gap:1rem;display:flex}.system__layer{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);opacity:0;transition:opacity .6s ease-out, transform .6s ease-out, box-shadow var(--transition-normal), border-color var(--transition-normal);background:#fff;border:1px solid #1a365d14;align-items:flex-start;gap:1.125rem;padding:1.375rem 1.5rem;display:flex;position:relative;transform:translateY(24px)}.system__layers.is-visible .system__layer{opacity:1;transform:translateY(0)}.system__layer:hover{box-shadow:var(--shadow-lg);border-color:#2563eb40}.system__layer:hover .system__layer-arrow{opacity:1;transform:translate(0)}.system__layer-number{font-family:var(--font-heading);letter-spacing:.06em;color:#1a365d40;font-size:.8125rem;font-weight:700;position:absolute;top:1rem;right:1.25rem}.system__layer-icon{border-radius:var(--radius-sm);width:46px;height:46px;color:var(--color-blue);background:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.system__layer-title{color:var(--text-main);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.system__layer-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.system__layer-arrow{color:var(--color-blue);opacity:0;transition:opacity var(--transition-normal), transform var(--transition-normal);flex-shrink:0;align-self:center;transform:translate(-6px)}.system__visual{opacity:0;justify-content:center;align-items:center;min-height:520px;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;transform:scale(.94)}.system__visual.is-visible{opacity:1;transform:scale(1)}.system__orbit{border:1.5px dashed #2563eb2e;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system__orbit--outer{width:480px;height:480px;animation:60s linear infinite systemSpin}.system__orbit--inner{border-color:#e87c3e2e;width:340px;height:340px;animation:45s linear infinite reverse systemSpin}@keyframes systemSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.system__phone{background:var(--color-navy);z-index:2;border-radius:34px;width:220px;height:440px;padding:10px;position:relative;box-shadow:0 24px 60px -16px #1a365d73,0 0 0 1px #1a365d1a}.system__phone-notch{background:var(--color-navy);z-index:3;border-radius:0 0 14px 14px;width:80px;height:22px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.system__phone-screen{background:linear-gradient(160deg,#f8fafc 0%,#e8eef7 100%);border-radius:26px;flex-direction:column;gap:.625rem;width:100%;height:100%;padding:2.75rem .75rem 1rem;display:flex;overflow:hidden}.system__phone-time{font-family:var(--font-heading);color:#fff;z-index:4;font-size:.6875rem;font-weight:700;position:absolute;top:14px;left:26px}.system__notification{opacity:0;background:#fff;border-radius:12px;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;animation:.6s ease-out forwards notificationIn;display:flex;box-shadow:0 4px 12px #1a365d14}.system__visual.is-visible .system__notification--lead{animation-delay:.5s}.system__visual.is-visible .system__notification--review{animation-delay:1s}.system__visual.is-visible .system__notification--booked{animation-delay:1.5s}@keyframes notificationIn{0%{opacity:0;transform:translateY(-14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.system__notification-title{font-family:var(--font-heading);color:var(--text-main);font-size:.75rem;font-weight:700;line-height:1.3;display:block}.system__notification-body{color:var(--text-muted);font-size:.6875rem;line-height:1.4;display:block}.system__notification-dot{background:var(--color-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{box-shadow:0 0 #2563eb59}50%{box-shadow:0 0 0 5px #2563eb00}}.system__notification-stars{color:var(--color-gold);letter-spacing:.05em;flex-shrink:0;margin-top:2px;font-size:.6875rem}.system__notification-check{color:#22a05a;background:#22a05a1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;font-size:.625rem;font-weight:700;display:flex}.system__node{z-index:2;flex-direction:column;align-items:center;gap:.375rem;animation:5s ease-in-out infinite nodeFloat;display:flex;position:absolute}.system__node-icon{width:52px;height:52px;color:var(--color-blue);box-shadow:var(--shadow-md);background:#fff;border:1px solid #1a365d1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.system__node-label{font-family:var(--font-heading);color:var(--text-muted);border-radius:var(--radius-full);white-space:nowrap;background:#ffffffd9;padding:.125rem .625rem;font-size:.75rem;font-weight:600}.system__node--1{animation-delay:0s;top:6%;left:50%;transform:translate(-50%)}.system__node--2{animation-delay:1.25s;top:50%;right:2%;transform:translateY(-50%)}.system__node--2 .system__node-icon{color:var(--color-gold)}.system__node--3{animation-delay:2.5s;bottom:6%;left:50%;transform:translate(-50%)}.system__node--3 .system__node-icon{color:var(--color-orange)}.system__node--4{animation-delay:3.75s;top:50%;left:2%;transform:translateY(-50%)}@keyframes nodeFloat{0%,to{margin-top:0}50%{margin-top:-10px}}.system__footer{text-align:center;opacity:0;max-width:640px;margin:4.5rem auto 0;transition:opacity .6s ease-out .4s,transform .6s ease-out .4s;transform:translateY(20px)}.system__footer.is-visible{opacity:1;transform:translateY(0)}.system__footer-text{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.125rem;line-height:1.7}.system__footer-text strong{color:var(--text-main)}.system__footer-link{font-family:var(--font-heading);color:var(--color-blue);transition:gap var(--transition-fast);align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:600;display:inline-flex}.system__footer-link:hover{gap:.75rem}@media (width<=1024px){.system__layout{grid-template-columns:1fr;gap:3rem}.system__visual{order:-1;min-height:560px}}@media (width<=768px){.system{padding:5rem 0}.system__visual{min-height:480px;transform:scale(.85)}.system__visual.is-visible{transform:scale(.85)}.system__orbit--outer{width:400px;height:400px}.system__orbit--inner{width:290px;height:290px}.system__layer{padding:1.25rem}}@media (width<=420px){.system__visual,.system__visual.is-visible{min-height:420px;transform:scale(.72)}}.stats{padding:5rem 0;position:relative;overflow:hidden}.stats__bg{z-index:0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 40%,#cbd5e1 100%);position:absolute;inset:0}.stats__bg:before{content:"";background:radial-gradient(at 30%,#2563eb1a 0%,#0000 60%);position:absolute;inset:0}.stats__bg:after{content:"";background:radial-gradient(at 70%,#e87c3e14 0%,#0000 60%);position:absolute;inset:0}.stats__inner{z-index:1;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.stats__inner .stats__item{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.stats__inner.is-visible .stats__item{opacity:1;transform:translateY(0)}.stats__item{text-align:center;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex;position:relative}.stats__item:not(:last-child):after{content:"";background:linear-gradient(#0000,#1a365d1a,#0000);width:1px;height:60%;position:absolute;top:20%;right:-1rem}.stats__value{font-family:var(--font-heading);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.stats__label{color:var(--text-muted);font-size:.9375rem;font-weight:500}@media (width<=768px){.stats{padding:4rem 0}.stats__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats__item:nth-child(2):after,.stats__item:after{display:none}}@media (width<=480px){.stats__inner{grid-template-columns:1fr;gap:.5rem}.stats__item{padding:1rem}}.whyus{background:var(--bg-dark);padding:7rem 0;position:relative;overflow:hidden}.whyus__layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.whyus__benefits{flex-direction:column;gap:1.5rem;display:flex}.whyus__item{border-radius:var(--radius-lg);transition:all var(--transition-normal);opacity:0;background:#1a365d08;border:1px solid #1a365d14;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex;transform:translate(-30px)}.whyus__item.is-visible{opacity:1;transform:translate(0)}.whyus__item:hover{box-shadow:var(--shadow-md);background:#1a365d0f;border-color:#1a365d1f;transform:translate(6px)}.whyus__item-icon{border-radius:var(--radius-md);background:var(--gradient-orange);color:#fff;width:48px;height:48px;transition:transform var(--transition-normal), box-shadow var(--transition-normal);flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 16px #e87c3e40}.whyus__item:hover .whyus__item-icon{transform:scale(1.1)rotate(-5deg);box-shadow:0 6px 24px #e87c3e59}.whyus__item-content{flex:1}.whyus__item-title{color:var(--text-main);margin-bottom:.375rem;font-size:1.125rem;font-weight:700}.whyus__item-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.whyus__visual{opacity:0;justify-content:center;align-items:center;min-height:400px;transition:opacity .8s ease-out .3s,transform .8s ease-out .3s;display:flex;position:relative;transform:scale(.9)}.whyus__visual.is-visible{opacity:1;transform:scale(1)}.whyus__glow-ring{border:2px solid #e87c3e26;border-radius:50%;width:320px;height:320px;animation:4s ease-in-out infinite glowPulse;position:absolute}.whyus__glow-ring--2{border-color:#2563eb1a;width:400px;height:400px;animation-duration:5s;animation-delay:2s}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1);box-shadow:0 0 40px #e87c3e0d}50%{opacity:1;transform:scale(1.08);box-shadow:0 0 80px #e87c3e1f}}.whyus__logo-wrap{-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #1a365d14;border-radius:50%;justify-content:center;align-items:center;width:260px;height:260px;display:flex;position:relative;box-shadow:0 0 60px #2563eb14,inset 0 0 40px #ffffff80}.whyus__logo-img{object-fit:contain;z-index:10;filter:drop-shadow(0 4px 12px #0000004d);width:190px;height:auto;position:relative}@media (width<=768px){.whyus{padding:5rem 0}.whyus__layout{grid-template-columns:1fr;gap:3rem}.whyus__visual{order:-1;min-height:280px}.whyus__glow-ring{width:240px;height:240px}.whyus__glow-ring--2{width:300px;height:300px}.whyus__logo-wrap{width:170px;height:170px}.whyus__item{padding:1.25rem}}.serve{background:var(--bg-dark-2);padding:7rem 0;position:relative;overflow:hidden}.serve__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.serve__grid .serve__item{opacity:0;transition:opacity .5s ease-out, transform .5s ease-out, box-shadow var(--transition-fast), border-color var(--transition-fast);transform:translateY(20px)}.serve__grid.is-visible .serve__item{opacity:1;transform:translateY(0)}.serve__item{cursor:default;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.serve__item:hover{box-shadow:var(--shadow-md);border-color:#1a365d26;transform:translateY(-4px)!important}.serve__icon-wrap{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--color-blue);transition:transform var(--transition-fast), background var(--transition-fast), color var(--transition-fast);background:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.serve__item:hover .serve__icon-wrap{background:var(--color-blue);color:#fff;transform:scale(1.1)rotate(5deg)}.serve__name{font-family:var(--font-heading);color:var(--text-main);font-size:1.0625rem;font-weight:600}@media (width<=768px){.serve{padding:5rem 0}.serve__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.serve__grid{grid-template-columns:1fr}}.cta{isolation:isolate;padding:7rem 0;position:relative;overflow:hidden}.cta__bg{z-index:-2;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%,#f8fafc 100%) 0 0/300% 300%;animation:12s ease-in-out infinite ctaGradient;position:absolute;inset:0}@keyframes ctaGradient{0%,to{background-position:0%}25%{background-position:50% 0}50%{background-position:100%}75%{background-position:50% 100%}}.cta__bg:before{content:"";background:radial-gradient(#2563eb0d 0%,#0000 60%);position:absolute;inset:0}.cta__shapes{z-index:-1;pointer-events:none;position:absolute;inset:0}.cta__shape{border:1px solid #1a365d0f;border-radius:50%;position:absolute}.cta__shape--1{background:#2563eb0d;width:200px;height:200px;animation:15s ease-in-out infinite floatShape;top:-50px;left:10%}.cta__shape--2{background:#e87c3e0d;width:120px;height:120px;animation:18s ease-in-out infinite reverse floatShape;bottom:-30px;right:15%}.cta__shape--3{background:#d4972a0d;width:80px;height:80px;animation:12s ease-in-out 2s infinite floatShape;top:30%;right:8%}.cta__shape--4{background:#2563eb0a;width:150px;height:150px;animation:20s ease-in-out 4s infinite reverse floatShape;bottom:20%;left:5%}@keyframes floatShape{0%,to{transform:translate(0)scale(1)}25%{transform:translate(20px,-20px)scale(1.05)}50%{transform:translate(-10px,15px)scale(.95)}75%{transform:translate(15px,10px)scale(1.02)}}.cta__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex;position:relative}.cta__content>*{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(25px)}.cta__content.is-visible>*{opacity:1;transform:translateY(0)}.cta__content.is-visible>:first-child{transition-delay:0s}.cta__content.is-visible>:nth-child(2){transition-delay:.12s}.cta__content.is-visible>:nth-child(3){transition-delay:.24s}.cta__content.is-visible>:nth-child(4){transition-delay:.36s}.cta__title{color:var(--text-main);margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.cta__subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.cta__button{padding:1.125rem 3rem;font-size:1.25rem}.cta__phone{padding:1.125rem 2.5rem;font-size:1.125rem}.cta__note{color:var(--text-dim);font-size:.875rem;font-weight:500}@media (width<=768px){.cta{padding:5rem 0}.cta__title{font-size:1.625rem}.cta__subtitle{font-size:1.0625rem}.cta__button,.cta__phone{width:100%;max-width:320px}}.solutions-page{background:var(--bg-dark-2);min-height:100vh;padding-top:100px}.solutions-hero{text-align:center;padding:4rem 0 2rem}.solutions-hero__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.solutions-hero__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.solutions-list{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;padding:4rem 0 6rem;display:flex}.solution-detail{opacity:0;padding:3rem;transition:opacity .6s ease-out,transform .6s ease-out;position:relative;transform:translateY(30px)}.solution-detail.is-visible{opacity:1;transform:translateY(0)}.solution-detail--featured{background-image:linear-gradient(var(--bg-dark-2), var(--bg-dark-2)), linear-gradient(135deg, var(--color-blue), var(--color-orange));background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;padding:3.25rem;box-shadow:0 0 32px #2563eb14,0 0 64px #f973160a}.solution-detail--featured .solution-detail__icon-wrap{color:var(--color-blue);background:linear-gradient(135deg,#2563eb26,#f973161a)}.solution-detail__header{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.solution-detail__icon-wrap{border-radius:var(--radius-md);width:64px;height:64px;color:var(--color-blue);background:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.solution-detail__title{color:var(--text-main);margin-bottom:.25rem;font-size:2rem;font-weight:700}.solution-detail__subtitle{font-family:var(--font-heading);color:var(--color-orange);font-size:1.125rem;font-weight:500;display:block}.solution-detail__desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.solution-detail__features{background:var(--bg-dark);border-radius:var(--radius-md);border:1px solid #1a365d14;padding:2rem}.solution-detail__features-title{color:var(--text-main);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.solution-detail__list{flex-direction:column;gap:1rem;list-style:none;display:flex}.solution-detail__list-item{color:var(--text-main);align-items:flex-start;gap:1rem;font-size:1.0625rem;display:flex}.solution-detail__check{color:var(--color-blue);flex-shrink:0;margin-top:.25rem}.solution-detail__actions{text-align:center;margin-top:2rem}.solution-detail__link{padding:.875rem 2rem;font-size:1rem}@media (width<=768px){.solution-detail{padding:2rem}.solution-detail__header{flex-direction:column;gap:1rem}}.solution-page{background:var(--bg-dark);min-height:100vh;padding-top:100px}.container--narrow{max-width:800px}.solution-page__hero{text-align:center;background:var(--bg-dark-2);padding:4rem 0 5rem}.solution-page__back{font-family:var(--font-heading);color:var(--text-dim);transition:color var(--transition-fast);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.solution-page__back:hover{color:var(--color-blue)}.solution-page__hero-icon{border-radius:var(--radius-lg);width:80px;height:80px;color:var(--color-blue);background:linear-gradient(135deg,#2563eb1f,#e87c3e1a);justify-content:center;align-items:center;margin:0 auto 1.5rem;display:inline-flex}.solution-page__title{margin-bottom:.75rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800}.solution-page__subtitle{font-family:var(--font-heading);color:var(--color-orange);margin-bottom:1.5rem;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}.solution-page__intro{color:var(--text-muted);max-width:720px;margin:0 auto 2.5rem;font-size:1.1875rem;line-height:1.7}.solution-page__hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.solution-page__section{padding:5rem 0}.solution-page__section--alt{background:var(--bg-dark-2)}.solution-page__section-title{color:var(--text-main);margin:.5rem 0 1.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.solution-page__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.125rem;line-height:1.8}.solution-page__text:last-child{margin-bottom:0}.solution-page__groups{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.solution-page__group{padding:2rem}.solution-page__group-title{color:var(--text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.solution-page__group-desc{color:var(--text-dim);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.solution-page__group-list{flex-direction:column;gap:.875rem;list-style:none;display:flex}.solution-page__group-item{color:var(--text-main);align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.6;display:flex}.solution-page__check{color:var(--color-blue);flex-shrink:0;margin-top:.2rem}.solution-page__steps{flex-direction:column;gap:2rem;display:flex}.solution-page__step{align-items:flex-start;gap:1.5rem;display:flex}.solution-page__step-number{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;width:48px;height:48px;font-family:var(--font-heading);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.solution-page__step-title{color:var(--text-main);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.solution-page__step-desc{color:var(--text-muted);font-size:1.0625rem;line-height:1.7}.solution-page__more{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.solution-page__more-card{align-items:center;gap:1rem;padding:1.5rem;display:flex}.solution-page__more-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-blue);background:#2563eb1a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.solution-page__more-body{flex:1;min-width:0}.solution-page__more-title{color:var(--text-main);margin-bottom:.125rem;font-size:1.0625rem;font-weight:700}.solution-page__more-sub{color:var(--text-dim);font-size:.875rem}.solution-page__more-arrow{color:var(--text-dim);transition:transform var(--transition-fast), color var(--transition-fast);flex-shrink:0}.solution-page__more-card:hover .solution-page__more-arrow{color:var(--color-orange);transform:translate(4px)}@media (width<=768px){.solution-page__section{padding:3.5rem 0}.solution-page__hero{padding:2.5rem 0 3.5rem}.solution-page__step{gap:1rem}.solution-page__step-number{width:40px;height:40px;font-size:1.125rem}}.portfolio{background:var(--bg-dark-2);padding:7rem 0;position:relative;overflow:hidden}.portfolio__grid{grid-template-columns:1fr;gap:2.5rem;max-width:900px;margin:0 auto;display:grid}.portfolio__card{color:inherit;opacity:0;transition:opacity .6s ease-out, transform .6s ease-out, box-shadow var(--transition-normal), border-color var(--transition-normal);text-decoration:none;display:block;overflow:hidden;transform:translateY(30px)}.portfolio__card.is-visible{opacity:1;transform:translateY(0)}.portfolio__card:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 24px 60px -16px #2563eb2e,0 0 0 1px #2563eb1f}.portfolio__preview{aspect-ratio:16/9;border-bottom:1px solid #ffffff0f;width:100%;position:relative;overflow:hidden}.portfolio__screenshot{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s}.portfolio__card:hover .portfolio__screenshot{transform:scale(1.04)}.portfolio__overlay{opacity:0;background:#0a0f1cb3;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.portfolio__card:hover .portfolio__overlay{opacity:1}.portfolio__visit{border-radius:var(--radius-full);background:var(--gradient-brand);color:#fff;letter-spacing:.02em;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #2563eb4d}.portfolio__info{padding:2rem 2.5rem 2.5rem}.portfolio__brand{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.portfolio__logo{object-fit:contain;border-radius:6px;width:auto;height:40px}.portfolio__name{color:var(--text-main);font-size:1.5rem;font-weight:700}.portfolio__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:1rem;line-height:1.7}.portfolio__tags{flex-wrap:wrap;gap:.5rem;display:flex}.portfolio__tag{border-radius:var(--radius-full);color:var(--color-blue);letter-spacing:.02em;background:#2563eb1a;padding:.35rem .9rem;font-size:.8125rem;font-weight:500;display:inline-block}@media (width<=768px){.portfolio{padding:5rem 0}.portfolio__info{padding:1.5rem}.portfolio__brand{flex-direction:column;align-items:flex-start;gap:.75rem}}.portfolio-page{background:var(--bg-dark-2);min-height:100vh;padding-top:100px}.portfolio-hero{text-align:center;padding:4rem 0 2rem}.portfolio-hero__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.portfolio-hero__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}
