:root{color-scheme:dark;--bg:#040b13;--card:rgba(8,18,28,.9);--card-border:rgba(31,69,93,.6);--text:#e7f0f9;--muted:rgba(231,240,249,.72);--accent:#1fc5e6;--accent-soft:rgba(31,197,230,.18);--radius:16px;--shadow:0 16px 40px rgba(0,0,0,.45);--max-width:1200px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 5px #1fc5e633}50%{box-shadow:0 0 20px #1fc5e680}to{box-shadow:0 0 5px #1fc5e633}}@keyframes shine{0%{left:-100%}20%{left:100%}to{left:100%}}@keyframes subtle-zoom{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text);background-image:url(./01-background-rW1R3PZK.png);background-size:cover;background-position:center top;background-repeat:no-repeat;min-height:100vh}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.topbar{padding:16px 0;font-size:13px;color:#e7f0f98c;background:#0d0d0d}.topbar-inner{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.topbar-divider{color:#e7f0f94d}.hero{padding:56px 0 24px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(0,.8fr);gap:64px;align-items:center}.hero-content h1{font-size:clamp(28px,3.4vw,44px);line-height:1.2;margin-bottom:16px}.hero-content p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:28px}.hero-action-bar{width:90%;display:flex;align-items:center;gap:16px;padding:8px 10px;border-radius:999px;border:1px solid rgba(25,183,212,.5);box-shadow:0 10px 24px #05141e66;transition:all .3s cubic-bezier(.4,0,.2,1);background:#08121c80}.hero-action-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px #1fc5e626,0 15px 35px #05141e99;background:#08121ccc;transform:translateY(-2px)}.hero-input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:var(--text);font-size:14px;padding:10px 14px}.hero-input::placeholder{color:#e7f0f98c}.hero-submit{border:none;background:var(--accent);color:#04131f;font-weight:700;font-size:14px;padding:12px 20px;border-radius:999px;cursor:pointer;box-shadow:0 8px 18px #19b7d459}.hero-submit:hover{transform:translateY(-1px)}.hero-card{background:transparent;border:0;padding:0;box-shadow:none}.hero-card-title{color:var(--accent);font-weight:600;margin-bottom:16px;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.hero-avatar{width:100%;max-width:none;border-radius:0;margin:0;display:block;background:transparent}.hero-card-info{border-top:1px solid rgba(231,240,249,.12);padding-top:16px}.hero-card-name{font-weight:600;margin-bottom:6px}.hero-card-role{font-size:13px;color:var(--muted);line-height:1.6}.section{padding:48px 0 0}.section-title{text-align:center;font-size:clamp(22px,2.6vw,30px);color:#7dd7ea}.section-desc{color:#a0a0b0;font-size:15px;text-align:center;margin-top:10px;margin-bottom:48px}.grid{display:grid;gap:32px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#1a1a1a;border:1px solid #1fc5e6;border-radius:var(--radius);padding:22px;box-shadow:0 12px 30px #00000059;transition:all .3s ease}.feature-card{transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #1fc5e640;border-color:var(--accent)}.feature-card img{width:32px;height:32px;margin-bottom:12px}.feature-card h3{font-size:16px;margin-bottom:8px;color:#1fc5e6}.feature-card p{font-size:13px;line-height:1.7;color:var(--muted)}.expert-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}.expert-section-title{text-align:center}.expert-box{border-radius:16px;padding:26px;box-shadow:0 14px 32px #0006;transition:all .4s ease}.expert-box:hover{box-shadow:0 20px 45px #1fc5e626;border-color:var(--accent)}.expert-avatar{flex-basis:30%}.expert-avatar img{width:100%;border-radius:16px;border:1px solid var(--card-border);box-shadow:var(--shadow)}.expert-content{border:1px solid #1fc6e6;background-color:#1a1a10a6;padding:20px;max-width:700px}.expert-title{color:#1fc6e6;font-size:30px}.expert-content>p{color:#a0a0b0;font-size:15px;margin-top:20px;line-height:1.4}.stats-grid .stat-card{text-align:center;padding:20px 16px;transition:all .3s ease}.stats-grid .stat-card:hover{transform:scale(1.05);background:#1fc5e60d;border-color:var(--accent)}.stat-value{font-size:24px;font-weight:700;color:var(--accent);margin-bottom:6px}.stat-label{font-size:12px;color:var(--muted)}.table-card{display:flex;flex-direction:column;gap:14px;font-size:13px}.table-title{font-weight:700;color:var(--accent);text-align:center;font-size:15px;margin-bottom:10px}.table-head{display:grid;grid-template-columns:40px 80px 1fr 60px;gap:12px;padding:10px 0;border-bottom:2px solid rgba(31,197,230,.3);color:var(--accent);font-size:14px;font-weight:700;text-align:left}.table-head span:nth-child(1){grid-column:span 2}.table-head span:nth-child(3){text-align:right}.table-row{display:grid;grid-template-columns:40px 80px 1fr 60px;gap:12px;padding:12px 0;border-bottom:1px solid rgba(231,240,249,.08);color:var(--muted);align-items:center}.table-row:last-child{border-bottom:none}.table-rank{color:#3498db;font-weight:600}.table-symbol{color:var(--accent);font-weight:700}.table-name{color:#fff;font-weight:500}.table-score{color:#10b981;font-weight:700;text-align:right}.capability-card h3{font-size:16px;margin-bottom:10px;color:var(--accent)}.capability-card p{color:var(--muted);line-height:1.7;font-size:13px}.cta{background:#1fc6e64d;margin-top:50px}.cta-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:28px 32px;border-radius:18px}.cta-inner h2{color:#1fc6e6;margin-bottom:32px}.cta-inner p{color:var(--muted);margin-bottom:12px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;border-radius:999px;font-weight:800;font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none;letter-spacing:.02em}.btn-primary{background:linear-gradient(90deg,#00feba,#00c6ff);color:#000;box-shadow:0 10px 25px #00feba4d;position:relative;overflow:hidden;animation:pulse-glow 3s infinite,float 4s ease-in-out infinite}.btn-primary:after{content:"";position:absolute;top:-50%;left:-100%;width:50%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(30deg);animation:shine 4s infinite}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 15px 35px #00feba73;filter:brightness(1.1)}.cta-inner .btn{margin-top:20px}.footer{background:#050814;padding:60px 0 40px}.footer-inner{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:40px}.footer-brand{flex:1;min-width:280px}.footer-nav{flex:0 0 auto}.footer-title{font-weight:700;color:var(--accent);margin-bottom:20px;font-size:16px}.footer-text{color:var(--muted);font-size:14px;max-width:400px;line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:var(--muted);font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-divider{height:1px;background:var(--accent);opacity:.2;margin-bottom:24px}.footer-bottom{text-align:center;font-size:14px;color:var(--muted);opacity:.8}@media(max-width:980px){.hero-grid,.grid-3{grid-template-columns:1fr;gap:32px}.expert-grid{flex-direction:column;text-align:center}.expert-avatar{flex-basis:auto;width:100%;max-width:300px;margin:0 auto 20px}.expert-content{width:100%;max-width:100%}.expert-title{font-size:24px;margin-bottom:10px}.hero-card{max-width:360px;margin:0 auto}.cta-inner{flex-direction:column;align-items:center;text-align:center}.section-title,.expert-section-title{text-align:center}.expert-box{padding:20px}.table-card{overflow-x:auto;padding:16px}.table-head,.table-row{min-width:300px;grid-template-columns:30px 60px 1fr 50px;gap:8px;font-size:12px}.table-name{word-break:break-word;line-height:1.3}.table-head span:nth-child(1){grid-column:span 1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hero-input{text-align:center;padding:14px}.hero-action-bar{width:100%;flex-direction:column;align-items:stretch;border-radius:18px}.hero-submit{width:100%;border-radius:12px;margin-top:4px}.expert-content>p{font-size:14px;line-height:1.6}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:32px}.footer-brand,.footer-nav{min-width:0;width:100%}.footer-text{margin:0 auto}.footer-links{justify-content:center}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:#08121cf2;border:1px solid var(--accent);border-radius:24px;padding:40px;max-width:500px;width:90%;text-align:center;box-shadow:0 0 50px #1fc5e64d;transform:scale(.9)translateY(20px);transition:all .5s cubic-bezier(.34,1.56,.64,1)}.modal-overlay.active .modal-content{transform:scale(1)translateY(0)}.analysis-loader{position:relative;width:80px;height:80px;margin:0 auto 30px}.spinner{width:100%;height:100%;border:3px solid rgba(31,197,230,.1);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:var(--accent);box-shadow:0 0 15px var(--accent);animation:scan 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scan{0%,to{top:0}50%{top:100%}}.analysis-title{color:var(--accent);font-size:24px;margin-bottom:24px}.analysis-steps{text-align:left;display:inline-block;width:100%}.step{padding:12px 0;color:var(--muted);font-size:15px;display:flex;align-items:center;opacity:.5;transition:all .3s ease}.step.active{opacity:1;color:var(--text);font-weight:600}.step.completed{opacity:.8;color:#10b981}.step:before{content:"●";margin-right:12px;font-size:12px}.step.completed:before{content:"✓";font-weight:700}.result-icon-success{color:#10b981;margin-bottom:24px;filter:drop-shadow(0 0 10px rgba(16,185,129,.4));animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes bounceIn{0%{transform:scale(0)}70%{transform:scale(1.1)}to{transform:scale(1)}}.result-title{font-size:28px;margin-bottom:16px;background:linear-gradient(90deg,#fff,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.result-text{color:var(--muted);line-height:1.6;margin-bottom:32px;font-size:16px}.wa-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;padding:20px}.wa-icon{filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}@media(max-width:480px){.modal-content{padding:30px 20px}.analysis-title{font-size:20px}.result-title{font-size:24px}.wa-btn{font-size:16px;padding:16px}}@media(max-width:640px){.topbar{text-align:center}}