:root{--bg:#fcfdfe;--surface:#fafbfc;--surface-soft:#f3f5f8;--text:#1f2937;--text-light:#6b7280;--text-extra-light:#9ca3af;--border:#e8ecf1;--primary:#9ccbff;--primary-dark:#7db9ff;--green:#c9f2d6;--lavender:#ddd6fe;--peach:#ffe4d8;--yellow:#fff3bf;--success:#5cb85c;--danger:#ef6b73;--gradient-primary:linear-gradient(135deg, #9ccbff 0%, #ddd6fe 100%);--gradient-soft:linear-gradient(135deg, #c9f2d6 0%, #9ccbff 100%);--gradient-peach:linear-gradient(135deg, #ffe4d8 0%, #fff3bf 100%);--glass:#ffffffb8;--container:1240px;--radius-sm:12px;--radius:20px;--radius-lg:28px;--shadow-sm:0 4px 12px #0f172a0a;--shadow:0 12px 28px #0f172a0d;--shadow-lg:0 24px 48px #0f172a14;--transition:.35s cubic-bezier(.16,1,.3,1)}::selection{background:var(--primary);color:var(--text)}*{box-sizing:border-box;margin:0;padding:0}:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}picture{display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}input,textarea,select{font:inherit}ul,ol{list-style:none}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}section{padding:120px 0}h1{letter-spacing:-2px;font-size:clamp(3.5rem,7vw,5rem);font-weight:800;line-height:1.05}h2{letter-spacing:-1px;font-size:clamp(2.6rem,5vw,3.7rem);font-weight:700;line-height:1.1}h3{font-size:2rem;font-weight:700;line-height:1.2}h4{font-size:1.4rem;font-weight:600}p{color:var(--text-light);font-size:1.05rem;line-height:1.8}.section-label{border:1px solid var(--border);background:var(--surface);color:var(--text-light);border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.55rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex}.btn{transition:var(--transition);border-radius:999px;justify-content:center;align-items:center;gap:.65rem;padding:1rem 1.8rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--text)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);transform:translateY(-2px)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}@media (width<=992px){section{padding:90px 0}}@media (width<=768px){section{padding:72px 0}h1{letter-spacing:-1px}p{font-size:1rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm);transition:var(--transition);background:#ffffffc7;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;height:82px;display:flex}.navbar-logo{color:var(--text);letter-spacing:-.03em;transition:var(--transition);font-size:1.45rem;font-weight:800}.navbar-logo span{color:var(--primary-dark)}.navbar-logo:hover{opacity:.8}.navbar-links{align-items:center;gap:2.75rem;display:flex}.navbar-link{color:var(--text-light);transition:var(--transition);font-size:.97rem;font-weight:600;position:relative}.navbar-link:hover{color:var(--text)}.navbar-link:after{content:"";background:var(--primary-dark);width:0;height:2px;transition:var(--transition);border-radius:999px;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.navbar-link:hover:after{width:100%}.menu-toggle{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.menu-toggle span{background:var(--text);width:24px;height:2px;transition:var(--transition);border-radius:999px}.menu-toggle.active span:first-child{transform:rotate(45deg)translateY(10px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translateY(-10px)}@media (width<=900px){.menu-toggle{display:flex}.navbar-links{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);opacity:0;visibility:hidden;width:100%;transition:var(--transition);background:#fffffffa;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;position:absolute;top:82px;left:0;transform:translateY(-12px)}.navbar-links.active{opacity:1;visibility:visible;transform:none}}@media (width<=576px){.navbar-container{height:74px}.navbar-links{padding:1.6rem;top:74px}.navbar-logo{font-size:1.25rem}}.hero{background:var(--bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{filter:blur(90px);opacity:.45;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-bg-1{background:#b5a3ff;width:420px;height:420px;top:-140px;left:-160px}.hero-bg-2{background:#ffcab4;width:320px;height:320px;top:280px;right:-100px}.hero-bg-3{background:#f9e9a4;width:300px;height:300px;bottom:-120px;left:180px}.hero-dots{opacity:.45;background-image:radial-gradient(#2d5eff 1.6px,#0000 1.6px);background-size:12px 12px;width:70px;height:70px;position:absolute}.hero-dots-1{top:180px;right:46%}.hero-dots-2{bottom:140px;left:70px}.hero-container{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-left{justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.hero-circle{border:1px solid var(--border);z-index:1;background:linear-gradient(#f7fbff,#edf5ff);border-radius:50%;width:390px;height:390px;position:absolute}.hero-image{z-index:5;justify-content:center;align-items:flex-end;width:480px;height:560px;display:flex;position:relative}.hero-profile{object-fit:contain;z-index:5;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 18px 40px #0f172a1a);width:100%;height:100%;position:relative}.hero-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);z-index:10;width:135px;min-height:92px;transition:var(--transition);background:#fffffff0;border-radius:18px;flex-direction:column;justify-content:center;gap:.35rem;padding:1rem;display:flex;position:absolute;box-shadow:0 10px 25px #0f172a0f}.hero-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0f172a14}.hero-card svg{display:none}.hero-card h4{color:var(--primary-dark);margin:0;font-size:2rem;font-weight:800;line-height:1}.hero-card-title{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.35}.hero-card p{display:none}.card-top-left{top:55px;left:20px}.card-bottom-left{bottom:145px;left:-10px}.card-top-right{top:110px;right:15px}.card-middle-right{top:320px;right:-5px}.card-bottom-center{bottom:40px;left:50%;transform:translate(-50%)}.card-bottom-center:hover{transform:translate(-50%)translateY(-6px)}.hero-right{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.hero-badge{background:#f5f9ff;border:1px solid #ddeafe;border-radius:999px;align-items:center;gap:.8rem;margin-bottom:2rem;padding:.7rem 1.2rem;display:inline-flex}.hero-badge span{color:var(--primary-dark);font-size:.85rem;font-weight:600}.hero-title{margin-bottom:1rem;font-size:4.5rem;line-height:1}.hero-title span{color:var(--primary-dark)}.hero-subtitle{color:var(--text);margin-bottom:1.75rem;font-size:1.8rem;font-weight:700;line-height:1.35}.hero-subtitle span{color:var(--primary-dark)}.hero-description{max-width:580px;margin-bottom:2.5rem;font-size:1rem;line-height:1.9}.hero-buttons .btn{min-width:165px;height:54px;font-size:1rem;font-weight:600}.hero-buttons .btn-primary:hover{box-shadow:var(--shadow)}.hero-buttons .btn-secondary:hover{background:var(--surface-soft)}.hero-scroll span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);font-size:.82rem;font-weight:600}@keyframes floatOne{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatTwo{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes floatThree{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes scrollMouse{0%{opacity:0;transform:translateY(0)}40%{opacity:1}to{opacity:0;transform:translateY(14px)}}.hero-buttons{align-items:center;gap:1rem;margin-bottom:2.2rem;display:flex}.hero-buttons .btn{border-radius:999px;min-width:165px;height:54px;padding:0 1.8rem;font-size:.98rem;font-weight:600}.hero-buttons .btn-primary{box-shadow:var(--shadow-sm)}.hero-buttons .btn-primary:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.hero-buttons .btn-secondary{background:var(--surface)}.hero-buttons .btn-secondary:hover{background:var(--surface-soft);transform:translateY(-3px)}.hero-social{align-items:center;gap:1.2rem;display:flex}.hero-social span{color:var(--text-light);font-size:.92rem;font-weight:600}.hero-social-icons{align-items:center;gap:.8rem;display:flex}.hero-social-icons a{background:var(--surface);border:1px solid var(--border);width:46px;height:46px;color:var(--text);transition:var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;display:flex}.hero-social-icons a:hover{color:var(--primary-dark);border-color:var(--primary);box-shadow:var(--shadow);background:#f7fbff;transform:translateY(-4px)}.hero-scroll{z-index:20;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-scroll span{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.mouse{border:2px solid var(--border);border-radius:18px;justify-content:center;width:26px;height:42px;padding-top:7px;display:flex;position:relative}.mouse:before{content:"";background:var(--primary-dark);border-radius:999px;width:4px;height:8px;animation:2s infinite scrollMouse}.card-top-left{animation:6s ease-in-out infinite floatOne}.card-top-right{animation:7s ease-in-out infinite floatTwo}.card-middle-right{animation:6.5s ease-in-out infinite floatThree}.card-bottom-left{animation:7.5s ease-in-out infinite floatTwo}.card-bottom-center{animation:8s ease-in-out infinite floatOne}@media (width<=1200px){.hero{padding-top:90px}.hero-container{gap:2.5rem}.hero-left{min-height:520px}.hero-circle{width:360px;height:360px}.hero-image{width:300px;height:400px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.7rem}.hero-card{width:135px}}@media (width<=992px){.hero{min-height:auto;padding-top:120px;padding-bottom:70px}.hero-container{grid-template-columns:1fr;gap:4rem}.hero-left{order:2;min-height:520px}.hero-right{text-align:center;order:1;align-items:center;max-width:700px;margin:0 auto}.hero-description{max-width:620px}.hero-buttons,.hero-social{justify-content:center}.hero-scroll{display:none}}@media (width<=768px){.hero{padding-top:110px}.hero-left{min-height:440px}.hero-circle{width:300px;height:300px}.hero-image{width:250px;height:340px}.hero-placeholder{border-radius:24px}.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.45rem}.hero-description{font-size:.95rem}.hero-buttons{flex-direction:column;gap:.9rem;width:100%}.hero-buttons .btn{width:100%;max-width:300px}.hero-social{flex-direction:column;gap:1rem}.hero-card{width:120px;padding:.85rem}.hero-card h4{font-size:1.3rem}.hero-card p{font-size:.7rem}}@media (width<=576px){.hero{padding-top:100px;padding-bottom:60px}.hero-left{min-height:340px}.hero-circle{width:230px;height:230px}.hero-image{width:180px;height:250px}.hero-placeholder{border-radius:18px;font-size:.9rem}.hero-badge{flex-wrap:wrap;justify-content:center;gap:.45rem}.hero-title{font-size:2.4rem;line-height:1.05}.hero-subtitle{margin-bottom:1rem;font-size:1.2rem}.hero-description{margin-bottom:1.75rem;font-size:.9rem;line-height:1.7}.hero-card{display:none}}
