@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #0062ff;--color-primary-hover: #0052db;--color-black: #090d16;--color-white: #ffffff;--color-gray: #f5f5f5;--color-text: #334155;--color-bg: #ffffff;--color-card-bg: #ffffff;--color-border: #f0f0f0;--font-heading: "Plus Jakarta Sans", "Inter", -apple-system, sans-serif;--font-body: "Plus Jakarta Sans", "Inter", -apple-system, sans-serif}[data-theme=dark]{--color-primary: #0062ff;--color-primary-hover: #1f75ff;--color-black: #ffffff;--color-white: #0a1124;--color-gray: #050a17;--color-text: #cbd5e1;--color-bg: #010d24;--color-card-bg: #09132b;--color-border: rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-white)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.container{max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,40px);width:100%;box-sizing:border-box}.btn{display:inline-block;padding:12px 24px;background-color:var(--color-primary);color:var(--color-white);border-radius:50px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3e8ffa4d}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}section{padding:80px 0}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:20px}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:22px 0;background:transparent;border:none;box-shadow:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.navbar-inner{max-width:1400px;margin:0 auto;padding:0 clamp(16px,4vw,60px);width:100%;display:flex;justify-content:space-between;align-items:center}.navbar.scrolled{padding:14px 0;background:#ffffffe0;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #0000000d}[data-theme=dark] .navbar.scrolled{background:#010d24e0;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000080}.nav-logo{display:flex;align-items:center;height:100%;z-index:1002;flex-shrink:0}.nav-logo img{height:42px;object-fit:contain;display:block;transition:transform .2s ease}.nav-logo a:hover img{transform:scale(1.02)}.nav-desktop{display:block}.nav-links{display:flex;gap:clamp(20px,3vw,36px);align-items:center;list-style:none;padding:0;margin:0}.nav-links a{text-decoration:none;color:#1e293b;font-weight:500;font-size:.95rem;transition:all .25s ease;position:relative;padding:4px 0;letter-spacing:.2px}[data-theme=dark] .nav-links a{color:#fff}.nav-links a:after{content:"";position:absolute;width:0;height:2.5px;bottom:-6px;left:0;background-color:var(--color-primary);transition:width .25s cubic-bezier(.16,1,.3,1);border-radius:2px}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover{color:var(--color-primary)}[data-theme=dark] .nav-links a:hover{color:#3b82f6}.nav-theme-toggle-li{display:flex;align-items:center;margin-left:8px;list-style:none}.menu-toggle{display:none;background:none;border:none;cursor:pointer;z-index:1002;padding:8px;border-radius:8px;transition:background .2s ease}.menu-toggle:hover{background:#0062ff12}.hamburger{display:block;width:24px;height:2px;background-color:var(--color-black);position:relative;transition:all .3s ease;border-radius:2px}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background-color:var(--color-black);left:0;border-radius:2px;transition:all .3s ease}[data-theme=dark] .hamburger,[data-theme=dark] .hamburger:before,[data-theme=dark] .hamburger:after{background-color:#fff}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background-color:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}.mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#ffffffeb;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1001}[data-theme=dark] .mobile-menu{background:#010a1cf5}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-nav-links{list-style:none;padding:0;margin:0;text-align:center;display:flex;flex-direction:column;gap:28px}.mobile-nav-links a{font-size:clamp(1.3rem,5vw,1.6rem);font-weight:600;color:var(--color-black);text-decoration:none;transition:color .25s ease;letter-spacing:.02em}[data-theme=dark] .mobile-nav-links a{color:#fff}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:var(--color-primary)}.mobile-theme-toggle{margin-top:16px;display:flex;justify-content:center}@media(max-width:900px){.nav-desktop{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center}.navbar{padding:18px 0}.navbar.scrolled{padding:12px 0}}@media(max-width:768px){.navbar-inner{padding:0 20px}.nav-logo img{height:36px}}@media(max-width:480px){.navbar-inner{padding:0 16px}.nav-logo img{height:32px}.mobile-nav-links{gap:22px}}.footer-modern{background:linear-gradient(to bottom,#111,#000);color:#fff;padding:80px 0 30px;border-top:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.footer-content{display:flex;flex-direction:column;align-items:center;gap:30px;margin-bottom:50px;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-logo-img{height:52px;width:auto;max-width:200px;object-fit:contain;margin-bottom:6px}.footer-slogan{font-size:.78rem;color:#ffffffbf;font-weight:500;letter-spacing:.05em;max-width:195px;text-align:center;white-space:nowrap}.footer-socials{display:flex;align-items:center;justify-content:center;margin-top:14px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15);transition:all .25s ease}.footer-social-link:hover{background:#0a66c2;color:#fff;border-color:#0a66c2;transform:translateY(-2px);box-shadow:0 4px 14px #0a66c259}.footer-links{display:flex;gap:30px;margin-top:20px;flex-wrap:wrap;justify-content:center}.footer-links a{color:#fff9;transition:all .3s ease;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;font-weight:500;position:relative}.footer-links a:after{content:"";position:absolute;width:0;height:1px;bottom:-4px;left:0;background-color:#3e8ffa;transition:width .3s ease}.footer-links a:hover{color:#3e8ffa}.footer-links a:hover:after{width:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center}.footer-bottom p{font-size:.85rem;color:#fff6}.home-page{overflow-x:hidden;background-color:#fff;transition:background-color .3s ease}[data-theme=dark] .home-page{background-color:#010d24}.reference-hero{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:110px;padding-bottom:24px;background-color:#fff;background-image:url(/assets/hero-bg-light-DJp1kN4I.png);background-size:cover;background-position:center right;background-repeat:no-repeat;transition:background-color .4s ease;box-sizing:border-box}[data-theme=dark] .reference-hero{background-color:#010d24;background-image:url(/assets/hero-bg-dark-CwWq6Iit.png)}.reference-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff0;pointer-events:none;z-index:1;transition:background .4s ease}@media(max-width:900px){.reference-hero:before{background:#ffffffb8}[data-theme=dark] .reference-hero:before{background:#010d24c7}}@media(max-width:560px){.reference-hero:before{background:#ffffffd1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}[data-theme=dark] .reference-hero:before{background:#010d24db;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.hero-shell{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(20px,4vw,60px);display:flex;flex-direction:column;justify-content:space-between;flex:1;position:relative;z-index:2;box-sizing:border-box}.hero-main-row{display:flex;justify-content:space-between;align-items:center;margin-top:clamp(16px,4vh,48px);margin-bottom:clamp(32px,6vh,68px);gap:clamp(24px,4vw,60px)}.hero-left-col{max-width:600px;flex:1;z-index:3;min-width:0}.hero-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:clamp(.68rem,1.4vw,.82rem);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#64748b;margin-bottom:20px;transition:color .3s ease}[data-theme=dark] .hero-eyebrow{color:#8ea3bf}.tag-separator{color:#94a3b8;opacity:.55;font-weight:400}.hero-display-headline{font-family:var(--font-heading);font-size:clamp(2.2rem,5.2vw,4.65rem);font-weight:800;line-height:1.08;letter-spacing:-.025em;color:#090d16;margin-bottom:20px;transition:color .3s ease}[data-theme=dark] .hero-display-headline{color:#fff}.hero-blue-highlight{color:#0062ff;font-weight:800;display:inline-block}.hero-subtext{font-size:clamp(.95rem,1.8vw,1.08rem);line-height:1.64;color:#475569;max-width:490px;margin-bottom:32px;transition:color .3s ease}[data-theme=dark] .hero-subtext{color:#cbd5e1}.hero-button-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-btn-explore{display:inline-flex;align-items:center;gap:10px;background-color:#0062ff;color:#fff;padding:13px 28px;border-radius:9999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 18px #0062ff59;white-space:nowrap}[data-theme=dark] .hero-btn-explore{box-shadow:0 4px 25px #0062ff8c}.hero-btn-explore:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0062ff80;filter:brightness(1.06);color:#fff}.btn-icon-arrow{transition:transform .25s ease;flex-shrink:0}.hero-btn-explore:hover .btn-icon-arrow{transform:translate(4px)}.hero-btn-touch{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:#0062ff;border:1.5px solid rgba(0,98,255,.35);padding:13px 26px;border-radius:9999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}[data-theme=dark] .hero-btn-touch{color:#fff;border-color:#ffffff59}.hero-btn-touch:hover{transform:translateY(-2px);background-color:#0062ff0f}[data-theme=dark] .hero-btn-touch:hover{background-color:#ffffff1a}.hero-lock-side-text{display:flex;flex-direction:column;align-items:flex-start;z-index:3;flex-shrink:0;padding-right:clamp(10px,3.5vw,50px);padding-top:10px}.pillars-words{display:flex;flex-direction:column;gap:10px}.pillar-word{font-family:var(--font-heading);font-size:clamp(.8rem,1.5vw,.95rem);font-weight:600;letter-spacing:.22em;color:#64748b;transition:color .3s ease}[data-theme=dark] .pillar-word{color:#b9d0f0d9}.pillars-divider-line{width:38px;height:2.5px;background-color:#0062ff;margin:16px 0;border-radius:2px;flex-shrink:0}[data-theme=dark] .pillars-divider-line{box-shadow:0 0 10px #0062ff8c}.pillars-caption{font-family:var(--font-heading);font-size:clamp(.7rem,1.2vw,.78rem);font-weight:600;letter-spacing:.16em;line-height:1.6;color:#94a3b8;transition:color .3s ease}[data-theme=dark] .pillars-caption{color:#96b9e1b3}.hero-features-bar{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-bottom:16px;width:100%}.feature-item{display:flex;align-items:center;gap:14px;flex:1;padding:0 clamp(8px,1.8vw,24px)}.feature-item:first-child{padding-left:0}.feature-item:last-child{padding-right:0}.feature-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-lucide-icon{color:#0062ff;transition:transform .25s ease}[data-theme=dark] .feature-lucide-icon{filter:drop-shadow(0 0 8px rgba(0,98,255,.45))}.feature-item:hover .feature-lucide-icon{transform:scale(1.08)}.feature-text-wrap{display:flex;flex-direction:column;font-family:var(--font-heading);font-size:clamp(.82rem,1.4vw,.95rem);font-weight:600;line-height:1.35;color:#090d16;transition:color .3s ease;min-width:0}[data-theme=dark] .feature-text-wrap{color:#fff}.feature-line-1,.feature-line-2{white-space:nowrap}.feature-divider{width:1px;height:42px;background-color:#0000001f;flex-shrink:0;transition:background-color .3s ease}[data-theme=dark] .feature-divider{background-color:#ffffff26}.expertise-section,.difference-section{padding:clamp(64px,10vw,110px) 0;position:relative;background-color:#f8fafc;transition:background-color .3s ease}[data-theme=dark] .expertise-section,[data-theme=dark] .difference-section{background-color:#030a1c}.difference-section{background-color:#fff}[data-theme=dark] .difference-section{background-color:#010714}.section-head-wrap{text-align:center;max-width:720px;margin:0 auto clamp(40px,6vw,64px);padding:0 20px}.section-overline{font-size:.85rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#0062ff;display:block;margin-bottom:12px}.section-head-wrap h2{font-family:var(--font-heading);font-size:clamp(1.65rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:#090d16;margin-bottom:16px;transition:color .3s ease}[data-theme=dark] .section-head-wrap h2{color:#fff}.difference-subheading{font-size:clamp(.85rem,1.4vw,.96rem);font-weight:400;color:#64748b;line-height:1.6;max-width:620px;margin:10px auto 0}[data-theme=dark] .difference-subheading{color:#94a3b8}.expertise-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.expertise-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;padding:clamp(28px,4vw,40px) clamp(22px,3vw,32px);box-shadow:0 4px 20px #0000000a;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .expertise-card{background:#0a142d99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px #00000059}.expertise-card:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0062ff1f;border-color:#0062ff4d}[data-theme=dark] .expertise-card:hover{box-shadow:0 16px 40px #0062ff40;border-color:#0062ff66}.expertise-icon-box{width:56px;height:56px;border-radius:14px;background:#0062ff14;color:#0062ff;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s ease;flex-shrink:0}[data-theme=dark] .expertise-icon-box{background:#0062ff26}.expertise-card:hover .expertise-icon-box{background:#0062ff;color:#fff;transform:scale(1.05)}.expertise-card h3{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;margin-bottom:12px;color:#090d16;transition:color .3s ease}[data-theme=dark] .expertise-card h3{color:#fff}.expertise-card p{color:#475569;font-size:.97rem;line-height:1.6;transition:color .3s ease}[data-theme=dark] .expertise-card p{color:#94a3b8}.difference-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.difference-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:clamp(24px,3vw,32px) clamp(18px,2.5vw,24px);box-shadow:0 4px 16px #00000008;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .difference-card{background:#0812288c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.08);box-shadow:0 6px 24px #0000004d}.difference-card:hover{transform:translateY(-5px);border-color:#0062ff59;box-shadow:0 12px 28px #0062ff1a}[data-theme=dark] .difference-card:hover{border-color:#0062ff73;box-shadow:0 12px 32px #0062ff38}.difference-icon-box{width:48px;height:48px;border-radius:12px;background:#0062ff14;color:#0062ff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0}[data-theme=dark] .difference-icon-box{background:#0062ff26}.difference-card h3{font-size:clamp(1rem,1.8vw,1.15rem);font-weight:700;margin-bottom:10px;color:#090d16}[data-theme=dark] .difference-card h3{color:#fff}.difference-card p{color:#64748b;font-size:.92rem;line-height:1.55}[data-theme=dark] .difference-card p{color:#94a3b8}@media(max-width:1200px){.difference-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.hero-features-bar{flex-wrap:wrap;gap:16px 0}.feature-item{flex:1 1 calc(50% - 1px)}.feature-divider:nth-child(4){display:none}}@media(max-width:1024px){.hero-lock-side-text{padding-right:clamp(6px,2vw,24px)}.expertise-cards-grid{gap:20px}}@media(max-width:900px){.reference-hero{padding-top:100px;padding-bottom:20px;min-height:auto}.hero-main-row{flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:clamp(24px,4vh,48px)}.hero-left-col{max-width:100%;width:100%}.hero-lock-side-text{flex-direction:row;align-items:center;gap:20px;padding-right:0;padding-top:0;width:100%}.pillars-words{flex-direction:row;gap:16px;flex-wrap:wrap}.pillars-divider-line{width:2.5px;height:38px;margin:0}.pillars-caption{font-size:.72rem}.expertise-cards-grid{grid-template-columns:repeat(2,1fr);gap:18px}.difference-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reference-hero{padding-top:90px;background-position:center center}.hero-features-bar{gap:14px 0}.feature-item{flex:1 1 calc(50% - 1px);padding:8px 12px}.feature-item:first-child{padding-left:12px}.feature-item:last-child{padding-right:12px}.feature-line-1,.feature-line-2{white-space:normal}}@media(max-width:640px){.reference-hero{padding-top:86px;padding-bottom:16px}.hero-shell{padding:0 20px}.hero-eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.6rem;letter-spacing:.07em}.tag-separator{display:inline-block;opacity:.5}.hero-display-headline{font-size:clamp(2rem,8vw,2.8rem)}.hero-subtext{font-size:.97rem;margin-bottom:24px}.hero-button-group{flex-direction:column;align-items:stretch;gap:12px}.hero-btn-explore,.hero-btn-touch{justify-content:center;text-align:center;padding:14px 24px;width:100%}.hero-lock-side-text{flex-direction:column;align-items:flex-start;gap:12px}.pillars-words{flex-direction:row;flex-wrap:wrap;gap:8px 14px}.pillars-divider-line{width:32px;height:2.5px;margin:4px 0}.expertise-cards-grid,.difference-cards-grid{grid-template-columns:1fr;gap:16px}.hero-features-bar{flex-direction:column;align-items:stretch;gap:12px;padding:16px 0}.feature-divider{display:none}.feature-item{flex:1 1 100%;padding:14px 18px;background:#ffffffb8;border:1px solid rgba(0,98,255,.1);border-radius:14px;gap:14px}[data-theme=dark] .feature-item{background:#0a142da6;border-color:#ffffff14}.expertise-card,.difference-card{padding:26px 22px}}@media(max-width:420px){.reference-hero{padding-top:80px}.hero-shell{padding:0 16px}.hero-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:.58rem;letter-spacing:.08em}.tag-separator{display:inline-block;color:#94a3b8;opacity:.55}.hero-display-headline{font-size:clamp(1.85rem,8.5vw,2.4rem);margin-bottom:16px}.hero-subtext{font-size:.92rem}.pillar-word{font-size:.78rem;letter-spacing:.16em}.pillars-caption{font-size:.68rem}.hero-btn-explore,.hero-btn-touch{font-size:.9rem;padding:13px 20px}.feature-item{padding:12px 14px;gap:12px}.section-head-wrap{padding:0 16px}.expertise-card,.difference-card{padding:22px 18px}}.home-connect-section{padding:60px 0 80px;background:transparent}.home-connect-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 10px 30px #0000000a;transition:all .3s ease}[data-theme=dark] .home-connect-card{background:#111622;border-color:#ffffff14;box-shadow:0 10px 30px #00000059}.home-connect-content h2{font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700;color:#090d16;margin:8px 0 10px;letter-spacing:-.02em}[data-theme=dark] .home-connect-content h2{color:#fff}.home-connect-content p{font-size:.95rem;color:#64748b;max-width:560px;line-height:1.5;margin:0}[data-theme=dark] .home-connect-content p{color:#94a3b8}.home-connect-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:9999px;background:#0a66c2;color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 4px 16px #0a66c247;transition:all .25s ease;flex-shrink:0}.home-connect-btn:hover{background:#004182;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0a66c266}@media(max-width:768px){.home-connect-card{flex-direction:column;align-items:flex-start;padding:30px 24px;gap:24px}.home-connect-btn{width:100%;justify-content:center}}.about-modern{overflow-x:hidden;background-color:#f5f5f7;min-height:100vh;transition:background-color .3s ease;padding-top:150px;padding-bottom:80px;position:relative;text-align:left}.about-section{padding:0;margin-bottom:60px}[data-theme=dark] .about-modern{background-color:#000}.about-modern:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(0,0,0,.04),transparent 40%);opacity:1;transition:opacity .3s ease}[data-theme=dark] .about-modern:before{background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(29,78,255,.18),transparent 40%)}.display-heading{font-size:3.5rem;font-weight:700;color:#1d1d1f;text-align:center;margin-bottom:40px;letter-spacing:-.02em;position:relative;z-index:2;transition:color .3s ease}.about-modern .section-subheading,.about-block h3{font-size:2rem;font-weight:700;color:#1d1d1f;margin-bottom:24px;letter-spacing:-.01em;position:relative;z-index:2;transition:color .3s ease}[data-theme=dark] .about-modern .section-subheading,[data-theme=dark] .about-block h3{color:#f5f5f7}.about-block p{font-size:1.15rem;line-height:1.6;color:#86868b;margin-bottom:20px}[data-theme=dark] .about-block p{color:#a1a1a6}.glass-card,.modern-glass{background:#ffffff59;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);border:1px solid rgba(255,255,255,.5);box-shadow:0 15px 35px #00000014,inset 0 0 0 1px #fff3;border-radius:24px;padding:40px;margin-bottom:40px;position:relative;z-index:2;transition:transform .3s ease,background .3s ease}[data-theme=dark] .glass-card,[data-theme=dark] .modern-glass{background:#28282880;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 40px #0006,inset 0 0 0 1px #ffffff0d}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.philosophy-card{display:flex;align-items:center;justify-content:center;text-align:center;padding:30px;min-height:160px}.philosophy-card h4{margin:0;font-size:1.3rem;font-weight:600;color:#1d1d1f}[data-theme=dark] .philosophy-card h4{color:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.value-card{padding:30px;min-height:140px;display:flex;align-items:center;justify-content:center;text-align:center}.value-card h4{margin:0;font-size:1.25rem;font-weight:500;color:#1d1d1f}[data-theme=dark] .value-card h4{color:#fff}.contact-form-card{background:#fffc;border-radius:24px;padding:40px;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(0,0,0,.05)}.submit-btn{background-color:#006d77;color:#fff;padding:12px 30px;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.submit-btn:hover{background-color:#005662;transform:translateY(-2px)}.hero-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;pointer-events:none}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.blob-1{width:600px;height:600px;background:radial-gradient(circle,#3e8ffa4d,#3e8ffa00 70%);top:-10%;right:-10%}.blob-2{width:500px;height:500px;background:radial-gradient(circle,#8e44ad33,#8e44ad00 70%);bottom:20%;left:-10%}.services-modern{overflow-x:hidden;background-color:#f5f5f7;min-height:100vh;transition:background-color .3s ease;padding-top:150px;padding-bottom:80px;position:relative}[data-theme=dark] .services-modern{background-color:#000}.services-modern:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(0,0,0,.04),transparent 40%);opacity:1;transition:opacity .3s ease}[data-theme=dark] .services-modern:before{background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(29,78,255,.18),transparent 40%)}.services-hero{text-align:center;max-width:800px;margin:0 auto 80px;position:relative;z-index:2}.display-heading{font-size:4.5rem;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin-bottom:24px;transition:color .3s ease}.services-hero p{font-size:1.3rem;color:#86868b;line-height:1.5}[data-theme=dark] .services-hero p{color:#a1a1a6}.service-category{margin-bottom:100px;position:relative;z-index:2}.category-title{font-size:2.2rem;font-weight:700;color:#1d1d1f;margin-bottom:30px;letter-spacing:-.01em;padding-left:10px;border-left:4px solid #0071e3;transition:color .3s ease}[data-theme=dark] .category-title{color:#f5f5f7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.service-card-glass{background:#ffffff59;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);border:1px solid rgba(255,255,255,.5);box-shadow:0 15px 35px #00000014,inset 0 0 0 1px #fff3;border-radius:24px;padding:32px;height:100%;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s ease;display:flex;flex-direction:column}[data-theme=dark] .service-card-glass{background:#28282880;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 40px #0006,inset 0 0 0 1px #ffffff0d}.service-card-glass:hover{transform:scale(1.02);background:#ffffff73}[data-theme=dark] .service-card-glass:hover{background:#3c3c3c99}.service-card-glass h3{font-size:1.4rem;font-weight:600;margin-bottom:12px;color:#1d1d1f}[data-theme=dark] .service-card-glass h3{color:#fff}.service-card-glass p{font-size:1rem;color:#86868b;line-height:1.5}[data-theme=dark] .service-card-glass p{color:#a1a1a6}.industries-section{text-align:center;position:relative;z-index:2}.industries-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:30px}.industry-chip{padding:12px 24px;font-size:1.1rem;font-weight:500;color:#1d1d1f;border-radius:50px;background:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 10px #0000000d;cursor:default}[data-theme=dark] .industry-chip{color:#fff;background:#28282899;border:1px solid rgba(255,255,255,.15)}.contact-modern{overflow-x:hidden;background-color:#f5f5f7;min-height:100vh;transition:background-color .3s ease;padding-top:150px;padding-bottom:80px;position:relative}[data-theme=dark] .contact-modern{background-color:#000}.contact-modern:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(0,0,0,.04),transparent 40%);opacity:1;transition:opacity .3s ease}[data-theme=dark] .contact-modern:before{background:radial-gradient(900px circle at var(--x, 50%) var(--y, 50%),rgba(29,78,255,.18),transparent 40%)}.contact-container{max-width:800px;margin:0 auto;position:relative;z-index:2}.display-heading{font-size:3.5rem;font-weight:700;color:#1d1d1f;letter-spacing:-.02em;margin-bottom:24px;transition:color .3s ease}[data-theme=dark] .display-heading{color:#f5f5f7}.lead-text{color:#86868b;line-height:1.5;transition:color .3s ease}[data-theme=dark] .lead-text{color:#a1a1a6}.contact-email-link{color:#0f172a;font-weight:700;text-decoration:none;transition:color .2s ease}.contact-email-link strong{font-weight:800}[data-theme=dark] .contact-email-link{color:#f8fafc}.contact-email-link:hover{color:#0062ff}.contact-linkedin-wrap{margin:18px auto 55px;display:flex;justify-content:center}.contact-linkedin-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:9999px;background:#0a66c2;color:#fff;font-size:.92rem;font-weight:600;text-decoration:none;box-shadow:0 4px 14px #0a66c240;transition:all .25s ease}.contact-linkedin-btn:hover{background:#004182;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0a66c261}.contact-card-glass{background:#ffffff59;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);border:1px solid rgba(255,255,255,.5);box-shadow:0 15px 35px #00000014,inset 0 0 0 1px #fff3;border-radius:24px;padding:60px 40px;margin-bottom:40px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}[data-theme=dark] .contact-card-glass{background:#28282880;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 40px #0006,inset 0 0 0 1px #ffffff0d}.contact-info-item{margin-bottom:40px}.contact-info-item:last-child{margin-bottom:0}.contact-info-item h4{font-size:1.1rem;font-weight:600;color:#1d1d1f;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .contact-info-item h4{color:#f5f5f7}.contact-info-item p{font-size:1.2rem;color:#424245}[data-theme=dark] .contact-info-item p{color:#a1a1a6}.contact-link{color:#0071e3;text-decoration:none;font-weight:500;transition:color .2s ease}.contact-link:hover{text-decoration:underline}[data-theme=dark] .contact-link{color:#2980b9}.contact-form-card{background:#fffc;border-radius:24px;padding:40px;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(0,0,0,.05);margin-top:40px}[data-theme=dark] .contact-form-card{background:#1e1e1ecc;border:1px solid rgba(255,255,255,.1)}.contact-modern .section-subheading{font-size:2rem;font-weight:700;color:#1d1d1f;margin-bottom:24px;letter-spacing:-.01em;position:relative;z-index:2;transition:color .3s ease}[data-theme=dark] .contact-modern .section-subheading{color:#f5f5f7}.form-group{margin-bottom:20px;text-align:left}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#1d1d1f;font-size:.95rem}[data-theme=dark] .form-label{color:#f5f5f7}.required-star{color:#e74c3c;margin-left:4px}.form-input,.form-textarea{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #d1d1d1;background-color:#ffffffe6;font-size:1rem;font-family:inherit;transition:all .3s ease;color:#333}[data-theme=dark] .form-input,[data-theme=dark] .form-textarea{background-color:#3c3c3c80;border-color:#444;color:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3e8ffa;box-shadow:0 0 0 3px #3e8ffa33}.form-textarea{resize:vertical;min-height:120px}.char-count{text-align:right;font-size:.8rem;color:#888;margin-top:4px}.submit-btn{background-color:var(--color-primary, #3e8ffa);color:#fff;padding:12px 30px;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:100%}.submit-btn:hover{filter:brightness(.9);transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.privacy-page{padding:120px 0 80px;background-color:var(--color-bg);min-height:100vh}.privacy-content{max-width:800px;margin:0 auto;background:var(--color-card-bg);padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid var(--color-border)}.privacy-content h1{font-size:2.5rem;margin-bottom:40px;color:var(--color-text);text-align:center;font-weight:700}.privacy-section{margin-bottom:30px}.privacy-section h2{font-size:1.5rem;margin-bottom:15px;color:var(--color-text);font-weight:600}.privacy-section p{margin-bottom:15px;color:var(--color-text);line-height:1.7;opacity:.9}.privacy-section ul{list-style-type:disc;margin-left:20px;margin-bottom:15px;color:var(--color-text)}.privacy-section ul li{margin-bottom:8px;line-height:1.6}.privacy-contact-email{color:var(--color-primary);font-weight:600;text-decoration:none}.privacy-contact-email:hover{text-decoration:underline}@media(max-width:768px){.privacy-content{padding:25px}.privacy-content h1{font-size:2rem}}
