.hero{position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:140px 40px 40px}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.grid-pattern,.glow-orb{display:none}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;text-align:center}.hero-name{font-size:clamp(48px,8vw,80px);font-weight:400;color:var(--text-primary);margin-bottom:40px;letter-spacing:-.03em;line-height:1.1}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:transparent;border:none;border-radius:0;font-size:15px;color:var(--text-secondary);margin-bottom:32px;font-weight:400;letter-spacing:.01em}.badge-dot{width:6px;height:6px;background:var(--text-accent);border-radius:50%;animation:pulse 2s infinite}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:40px}.tag{padding:6px 12px;background:transparent;border:none;border-radius:0;font-size:14px;color:var(--text-secondary);transition:all .3s ease;font-weight:400}.tag:hover{color:var(--text-primary)}.hero-description{font-size:20px;line-height:1.6;color:var(--text-secondary);max-width:800px;margin:0 auto 40px;letter-spacing:-.01em;font-weight:300}.hero-experience{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto 60px;text-align:left}.experience-item{display:flex;gap:32px;align-items:baseline;font-size:16px;color:var(--text-secondary);line-height:1.7;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08);transition:all .3s ease}.experience-item:hover{border-bottom-color:#ffffff26;padding-left:4px}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-period{min-width:120px;color:var(--text-tertiary);font-weight:400;letter-spacing:.01em}.experience-company{color:var(--text-secondary);font-weight:400;flex:1}.hero-scroll{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--text-secondary);font-size:14px;cursor:pointer}.hero-contact{display:flex;justify-content:center;margin-bottom:32px}.hero-contact-btn{padding:12px 28px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-secondary);font-size:15px;font-weight:400;cursor:pointer;letter-spacing:.02em;transition:all .3s ease}.hero-contact-btn:hover{color:var(--text-primary);border-color:var(--text-accent);background:#ffffff0d}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,#60a5fa,transparent);box-shadow:0 0 8px #60a5fa99,0 0 16px #60a5fa4d}@media (max-width: 768px){.hero{min-height:70vh;padding:60px 20px 40px}.hero-name{font-size:36px}.hero-description{font-size:16px}.hero-experience{text-align:left}.experience-item{flex-direction:column;gap:8px;font-size:14px}.experience-period{min-width:auto}.glow-orb{width:400px;height:400px}}.jd-statement{position:relative;padding:100px 40px;background:var(--bg-primary)}.statements-list{display:flex;flex-direction:column;gap:0}.statement-card{position:relative;padding:0 0 64px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:visible;margin-bottom:64px}.statement-card:last-child{border-bottom:none;margin-bottom:0}.statement-card:before{display:none}.statement-card:hover{border-bottom-color:#fff3;transform:translate(4px)}.quote-mark{display:none}.statement-quote{position:relative;font-size:28px;font-weight:400;line-height:1.4;color:var(--text-primary);margin:0 0 24px;padding-left:0;font-style:normal;letter-spacing:-.02em}.statement-description{position:relative;font-size:18px;line-height:1.6;color:var(--text-secondary);padding-left:0;letter-spacing:-.01em;font-weight:300}.statement-accent{display:none}@media (max-width: 768px){.jd-statement{padding:40px 20px}.statement-card{padding:40px 32px}.quote-mark{font-size:80px;top:10px;left:20px}.statement-quote{font-size:24px;padding-left:20px}.statement-description{font-size:16px;padding-left:20px}}.product-matrix{position:relative;padding:80px 20px;background:var(--bg-primary)}.section-header{text-align:center;margin-bottom:60px}.section-label{display:inline-block;padding:0;background:transparent;border:none;font-size:14px;color:var(--text-secondary);margin-bottom:16px;letter-spacing:.02em;font-weight:400;text-transform:uppercase}.products-list{display:flex;flex-direction:column;gap:0}.product-item{position:relative}.product-item-inner{position:relative;padding:48px 0;background:transparent;border-bottom:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.4,0,.2,1)}.product-item-inner:hover{border-bottom-color:#ffffff26}.product-item-inner:last-child{border-bottom:none}.product-item-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:32px}.product-item-left{display:flex;align-items:center;gap:32px;flex:1;min-width:0}.product-item-number{font-size:28px;font-family:var(--font-mono);color:var(--text-tertiary);opacity:.5;line-height:1;letter-spacing:.05em;flex-shrink:0}.product-item-info{display:flex;flex-direction:column;gap:4px}.product-item-name{font-size:32px;font-weight:400;color:var(--text-primary);margin:0;letter-spacing:-.02em}.product-item-subtitle{font-size:18px;color:var(--text-secondary);font-weight:400}.product-item-tagline{font-size:13px;color:var(--text-tertiary);font-weight:400;letter-spacing:.02em;margin-top:2px}.product-item-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.product-item-image{width:280px;height:158px;object-fit:cover;object-position:top 8% center;border-radius:12px;box-shadow:0 4px 20px #0006;border:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.4,0,.2,1)}.product-item-header:hover .product-item-image{box-shadow:0 8px 32px #0009;border-color:#ffffff1f}.product-item-expand{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-item-header:hover .product-item-expand{background:#ffffff1a;color:var(--text-primary)}.product-item-carousel{overflow:hidden;margin-top:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}.carousel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;max-width:600px;margin-left:auto;margin-right:auto}.carousel-grid-item{position:relative;aspect-ratio:9 / 16;max-height:400px;border-radius:16px;overflow:hidden;background:var(--bg-secondary);box-shadow:0 10px 40px #00000080}.carousel-grid-item .carousel-image{width:100%;height:100%}.carousel-grid-item .grid-label{position:absolute;top:12px;right:12px}.carousel-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:var(--bg-secondary);box-shadow:0 10px 40px #00000080}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.carousel-prev{left:16px}.carousel-next{right:16px}.carousel-prev:hover,.carousel-next:hover{background:#000c;border-color:#fff3;transform:translateY(-50%) scale(1.05)}.carousel-track{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-image{width:100%;height:100%}.carousel-image-desktop{object-fit:cover;object-position:top 8% center}.carousel-image-mobile{object-fit:contain}.carousel-info{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:12px 20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.carousel-info-left{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.carousel-title{font-size:20px;font-weight:400;color:var(--text-primary);margin:0}.carousel-subtitle-row{display:flex;align-items:center;gap:12px}.carousel-subtitle{font-size:14px;color:var(--text-secondary)}.carousel-label{font-size:12px;color:#fff6;padding:2px 8px;background:#ffffff0d;border-radius:4px;border:1px solid rgba(255,255,255,.08)}.carousel-info-right{display:flex;align-items:center;gap:16px}.carousel-counter{font-size:13px;font-family:var(--font-mono);color:var(--text-tertiary);padding:4px 12px;background:#ffffff0d;border-radius:6px}.carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff26;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot:hover{background:#ffffff4d}.carousel-dot.active{background:#fff9;width:24px;border-radius:4px}.product-item-body{display:flex;flex-direction:column;gap:16px;margin-top:24px;padding-left:92px}.product-item-definition,.product-item-description,.product-item-jd{display:flex;flex-direction:column;gap:6px}.definition-label,.description-label,.jd-label{font-size:12px;font-weight:400;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.product-item-definition p,.product-item-description p,.product-item-jd p{font-size:15px;line-height:1.75;color:var(--text-secondary);margin:0;letter-spacing:.01em}.product-item-description p{font-size:18px;line-height:1.6}.product-item-details{display:flex;flex-direction:column;gap:16px;margin-top:8px}.product-item-detail{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:12px;font-weight:400;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em}.detail-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.detail-list li{font-size:15px;line-height:1.7;color:var(--text-secondary);letter-spacing:.01em}.product-item-jd{padding-top:16px;border-top:1px solid var(--border-color)}.product-item-footer{display:flex;align-items:center;gap:16px;margin-top:20px;padding-left:92px}.product-item-link-download{color:var(--text-primary);border-color:var(--accent-color, rgba(255, 255, 255, .2));background:#ffffff0a}.product-item-link-download:hover{color:var(--text-primary);border-color:var(--accent-color, rgba(255, 255, 255, .4));background:#ffffff1a}.product-item-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-secondary);font-size:14px;font-weight:400;text-decoration:none;transition:all .3s ease;letter-spacing:.02em}.product-item-link:hover{background:#ffffff0d;border-color:#fff6;color:var(--text-primary)}.product-item-vpn-hint{font-size:13px;color:var(--text-secondary);opacity:.95;white-space:nowrap;letter-spacing:.02em}.product-item-install{display:flex;flex-direction:column;gap:10px;padding:18px 20px;background:#0009;border:1px solid rgba(255,255,255,.25);border-radius:12px;flex:1;min-width:0;box-shadow:0 4px 20px #0000004d}.product-item-install-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:2px}.product-item-install-title svg{color:var(--accent-color, #4d6bfe)}.product-item-install-row{display:flex;align-items:center;gap:12px;min-width:0}.product-item-install-command{font-family:var(--font-mono);font-size:16px;color:var(--text-primary);white-space:pre-wrap;word-break:break-all;flex:1;min-width:0;line-height:1.6;background:#ffffff0f;padding:8px 12px;border-radius:8px}.product-item-install-copy{flex-shrink:0;padding:8px 18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:var(--text-primary);font-size:14px;cursor:pointer;transition:all .2s ease;font-weight:500;display:inline-flex;align-items:center;gap:6px}.product-item-install-copy:hover{background:#ffffff2e;border-color:#fff6}.product-item-install-copy.copied{background:#22c55e26;border-color:#22c55e80;color:#4ade80}.product-item-install-copy:hover{background:#ffffff1f;border-color:#ffffff4d}.product-item-accent{position:absolute;left:0;top:20%;bottom:20%;width:1px;background:var(--accent-color);opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.product-item-inner:hover .product-item-accent{opacity:.6}@media (max-width: 768px){.product-matrix{padding:40px 16px}.section-header{margin-bottom:40px}.product-item-inner{padding:32px 0}.product-item-header{flex-direction:column;align-items:flex-start;gap:20px}.product-item-left{gap:16px;width:100%}.product-item-number,.product-item-name{font-size:24px}.product-item-subtitle{font-size:14px}.product-item-right{width:100%;justify-content:space-between}.product-item-image{width:200px;height:113px}.product-item-carousel{margin-top:24px;padding-top:24px}.carousel-container{aspect-ratio:16 / 9;border-radius:12px}.carousel-prev,.carousel-next{width:40px;height:40px}.carousel-prev{left:12px}.carousel-next{right:12px}.carousel-info{flex-direction:column;gap:12px;align-items:flex-start;padding:12px 16px}.carousel-title{font-size:18px}.carousel-subtitle{font-size:13px}.carousel-info-right{width:100%;justify-content:space-between}.product-item-body{padding-left:0;margin-top:20px}.product-item-description p{font-size:15px}.detail-list li{font-size:14px}.product-item-footer{padding-left:0;margin-top:16px;flex-wrap:wrap}.product-item-install{width:100%}.product-item-install-command{font-size:14px}.product-item-install-copy{padding:8px 14px;font-size:13px}.product-item-install-copy{align-self:flex-end}.product-item-link{padding:8px 16px;font-size:13px}}@media (max-width: 480px){.product-item-left{flex-direction:column;align-items:flex-start;gap:8px}.product-item-number{font-size:20px}.product-item-image{width:160px;height:90px}.product-item-name{font-size:22px}.carousel-info-left{flex-direction:column;align-items:flex-start;gap:4px}}.core-proof{position:relative;padding:60px 40px}.section-container{max-width:1400px;margin:0 auto}.section-label{display:inline-block;padding:6px 16px;background:#00d4ff1a;border:1px solid rgba(0,212,255,.2);border-radius:30px;font-size:13px;color:var(--text-accent);margin-bottom:20px;letter-spacing:.5px}.section-title{font-size:clamp(36px,5vw,64px);font-weight:700;line-height:1.2;letter-spacing:-.02em}.proofs-grid{display:flex;flex-direction:column;gap:16px}.proof-card{position:relative;display:flex;align-items:flex-start;gap:24px;padding:24px;background:var(--bg-secondary);border-radius:12px;transition:all .4s ease;overflow:hidden}.proof-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,212,255,.05) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.proof-card:hover:before{opacity:1}.proof-card:hover{background:var(--bg-tertiary);box-shadow:0 4px 20px #00d4ff1a}.proof-glow{position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,212,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.proof-card:hover .proof-glow{opacity:1}.proof-icon{font-size:40px;flex-shrink:0;transform:scale(1);transition:transform .3s ease;opacity:.4;color:var(--text-secondary)}.proof-card:hover .proof-icon{transform:scale(1.1) rotate(5deg);opacity:.6}.proof-content{flex:1;display:flex;flex-direction:column;gap:12px}.proof-title{font-size:20px;font-weight:600;margin:0;color:var(--text-primary)}.proof-description{font-size:14px;line-height:1.7;color:var(--text-secondary);margin:0}.proof-highlight{display:inline-flex;align-items:center;padding:4px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:11px;color:#ffffff80;font-weight:400;letter-spacing:.5px;align-self:flex-start}@media (max-width: 768px){.core-proof{padding:40px 20px}.section-header{margin-bottom:30px}.proofs-grid{gap:12px}.proof-card{padding:20px;gap:16px}.proof-icon{font-size:32px}.proof-title{font-size:18px}.proof-description{font-size:13px}}.tech-values{position:relative;padding:100px 40px;background:var(--bg-primary)}.section-header{text-align:center;margin-bottom:40px}.combined-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1200px;margin:0 auto}.proofs-list,.values-list{display:flex;flex-direction:column;gap:0}.proof-item,.value-item{position:relative;display:flex;align-items:flex-start;gap:20px;padding:36px 0;background:transparent;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.4,0,.2,1)}.proof-item:last-child,.value-item:last-child{border-bottom:none}.proof-item:before,.value-item:before{display:none}.proof-item:hover,.value-item:hover{background:transparent;border-bottom-color:#fff3;transform:translate(4px)}.proof-icon-small,.value-icon-small{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);opacity:.7;transition:all .3s ease}.proof-item:hover .proof-icon-small,.value-item:hover .value-icon-small{opacity:1;color:var(--text-primary);transform:none}.proof-icon-small svg,.value-icon-small svg{width:100%;height:100%}.proof-content-small,.value-content-small{flex:1;display:flex;flex-direction:column;gap:6px}.proof-title-small,.value-title-small{font-size:16px;font-weight:600;margin:0;color:var(--text-primary)}.proof-description-small,.value-description-small{font-size:14px;line-height:1.7;color:var(--text-secondary);margin:0;letter-spacing:.01em}.proof-highlight-small{display:inline-flex;align-items:center;padding:0;background:transparent;border:none;border-radius:0;font-size:12px;color:var(--text-secondary);font-weight:400;align-self:flex-start;margin-top:8px;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 1024px){.combined-content{grid-template-columns:1fr;gap:24px}}@media (max-width: 768px){.tech-values{padding:30px 20px}.section-header{margin-bottom:24px}.combined-content{gap:16px}.proofs-list,.values-list{gap:10px}.proof-item,.value-item{padding:12px;gap:12px}.proof-icon-small,.value-icon-small{font-size:28px}.proof-title-small,.value-title-small{font-size:15px}.proof-description-small,.value-description-small{font-size:12px}}.why-me{position:relative;padding:100px 40px;background:var(--bg-primary)}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:48px}.section-label{display:inline-block;padding:0;background:transparent;border:none;border-radius:0;font-size:14px;color:var(--text-secondary);margin-bottom:16px;letter-spacing:.02em;font-weight:400;text-transform:uppercase}.section-title{font-size:clamp(48px,6vw,72px);font-weight:400;line-height:1.2;letter-spacing:-.03em;color:var(--text-primary)}.why-content{display:flex;justify-content:center;gap:64px;margin-bottom:60px;max-width:1200px;margin-left:auto;margin-right:auto}.why-card{position:relative;padding:0;background:transparent;border:none;border-radius:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:visible;flex:1;max-width:320px}.why-card:before{display:none}.why-card:hover{transform:translate(4px)}.why-card.highlight{background:transparent}.why-icon{width:32px;height:32px;margin-bottom:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);opacity:.7;transform:scale(1);transition:all .3s ease}.why-card:hover .why-icon{opacity:1;color:var(--text-primary);transform:none}.why-icon svg{width:100%;height:100%}.why-card:hover .why-icon{transform:scale(1.15) rotate(5deg)}.why-title{font-size:28px;font-weight:400;margin-bottom:16px;color:var(--text-primary);letter-spacing:-.02em}.why-text{font-size:14px;line-height:1.7;color:var(--text-secondary);letter-spacing:.01em;max-width:364px}.cta-section{text-align:center;padding:64px 0 0;background:transparent;border:none;border-top:1px solid rgba(255,255,255,.08);border-radius:0}.cta-content{max-width:600px;margin:0 auto}.cta-text{font-size:20px;font-weight:400;color:var(--text-secondary);margin-bottom:32px;letter-spacing:-.01em}.cta-buttons{display:flex;gap:16px;justify-content:center}.cta-button{padding:16px 40px;font-size:16px;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cta-button.primary{background:var(--text-primary);color:var(--bg-primary);border:1px solid var(--text-primary)}.cta-button.primary:before{display:none}.cta-button.primary:hover{background:transparent;color:var(--text-primary);box-shadow:none}@media (max-width: 1024px){.why-content{flex-wrap:wrap;gap:40px}.why-card{flex:1 1 calc(50% - 20px);max-width:none}}@media (max-width: 768px){.why-me{padding:40px 20px}.why-content{flex-direction:column;gap:32px;margin-bottom:60px}.why-card{flex:1 1 100%;max-width:none;padding:0}.cta-section{padding:60px 32px}.cta-text{font-size:20px}}.app{min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}main{width:100%}section{width:100%}html{scroll-behavior:smooth;scroll-padding-top:80px}:focus-visible{outline:2px solid var(--text-accent);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-tertiary: #666666;--text-accent: #4d6bfe;--border-color: #2a2a2a;--font-mono: "SF Mono", "Fira Code", monospace}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:var(--text-accent);color:var(--bg-primary)}@media print{@page{size:A4;margin:0;padding:0}body{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#0a0a0a!important;color:#fff!important}.app{overflow:visible!important;height:auto!important}header,.scroll-to-top,.cta-section,.modal-backdrop,button:not([title=PDF]),.nav-toggle{display:none!important}section{page-break-inside:avoid;break-inside:avoid;margin-bottom:1rem}*{color-adjust:exact!important;-webkit-color-adjust:exact!important}.star-background,[class*=background]{display:none!important}}
