*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:hidden}:root{--primary-color:#1e88e5;--secondary-color:#00bcd4;--accent-color:#00695c;--text-primary:#1a202c;--text-secondary:#4a5568;--text-light:#718096;--text-white:#fff;--text-gold:#1e88e5;--text-blue:#1e88e5;--text-cyan:#00bcd4;--text-teal:#00695c;--text-purple:#7c3aed;--text-orange:#f59e0b;--text-green:#10b981;--text-pink:#ec4899;--background-light:#f0f8ff;--background-white:#fff;--background-card:#fafbfc;--shadow-light:0 2px 10px #1e88e514;--shadow-medium:0 4px 20px #1e88e51f;--border-radius:12px;--transition:all .3s ease}.background-decoration{pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.background-decoration,.hero-pattern,.section-decoration,.features-decoration,.stats-decoration,.footer-decoration{pointer-events:none;z-index:1}.floating-shape{background:linear-gradient(135deg,#1e88e51a,#00bcd41a);border-radius:50%;animation:20s ease-in-out infinite float-slow;position:absolute}.shape-1{width:200px;height:200px;animation-delay:0s;top:10%;left:5%}.shape-2{width:150px;height:150px;animation-delay:5s;top:60%;right:10%}.shape-3{width:100px;height:100px;animation-delay:10s;bottom:20%;left:15%}.shape-4{width:120px;height:120px;animation-delay:15s;top:30%;right:30%}.shape-5{width:80px;height:80px;animation-delay:8s;bottom:40%;right:5%}@keyframes float-slow{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(120deg)}66%{transform:translateY(10px)rotate(240deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.2)}}@keyframes line-glow{0%,to{opacity:.3}50%{opacity:.8}}@keyframes dot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes line-sweep{0%{opacity:0;transform:translate(-50px)}50%{opacity:1}to{opacity:0;transform:translate(50px)}}.hero-pattern{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.pattern-dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite pulse;position:absolute}.pattern-dot:first-child{animation-delay:0s;top:20%;left:15%}.pattern-dot:nth-child(2){animation-delay:1s;top:40%;right:20%}.pattern-dot:nth-child(3){animation-delay:2s;top:60%;left:25%}.pattern-dot:nth-child(4){animation-delay:3s;top:80%;right:35%}.pattern-dot:nth-child(5){animation-delay:4s;top:25%;left:45%}.pattern-dot:nth-child(6){animation-delay:5s;top:70%;left:60%}.pattern-square{background:#fff3;width:12px;height:12px;animation:8s linear infinite rotate;position:absolute;transform:rotate(45deg)}.pattern-square:nth-child(10){animation-delay:0s;top:15%;right:40%}.pattern-triangle{border-bottom:14px solid #ffffff40;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;animation:12s ease-in-out infinite float-slow;position:absolute}.pattern-triangle:nth-child(11){animation-delay:2s;top:55%;left:10%}.pattern-wave{border:2px solid #ffffff26;border-top:none;border-radius:50%;width:40px;height:20px;animation:6s ease-in-out infinite wave;position:absolute}.pattern-wave:nth-child(12){animation-delay:1s;top:85%;right:15%}.pattern-dot:nth-child(3){animation-delay:2s;bottom:30%;left:25%}.pattern-line{background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:60px;height:2px;animation:4s ease-in-out infinite shimmer;position:absolute;top:25%;right:15%;transform:rotate(45deg)}.pattern-circle{border:2px solid #fff3;border-radius:50%;width:40px;height:40px;animation:10s linear infinite rotate;position:absolute;bottom:20%;right:10%}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:.8}}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:500;animation:.8s ease-out slideInLeft;display:inline-flex}.badge-icon{width:16px;height:16px;color:var(--secondary-color)}.hero-features{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:32px;display:flex}@media (max-width:768px){.hero-features{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:24px}.feature-tag{flex:none;min-width:auto;padding:8px 12px;font-size:.85rem}}@media (max-width:480px){.hero-features{gap:8px;margin-bottom:24px}.feature-tag{padding:6px 12px;font-size:.8rem}}.feature-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:var(--transition);background:#ffffff26;border:1px solid #ffffff4d;border-radius:18px;align-items:center;gap:10px;padding:8px 16px;font-size:.9rem;font-weight:500;display:flex}.feature-tag:first-child{background:#10b98133;border-color:#10b98166}.feature-tag:nth-child(2){background:#f59e0b33;border-color:#f59e0b66}.feature-tag:nth-child(3){background:#ec489933;border-color:#ec489966}.feature-tag:hover{background:#fff3;transform:translateY(-2px)}.tag-icon{width:16px;height:16px;transition:var(--transition)}.feature-tag:first-child .tag-icon{color:var(--text-green)}.feature-tag:nth-child(2) .tag-icon{color:var(--text-orange)}.feature-tag:nth-child(3) .tag-icon{color:var(--text-pink)}.stat-icon{justify-content:center;align-items:center;width:100%;margin-bottom:8px;display:flex}@media (max-width:768px){.hero-stats{flex-flow:row!important;display:flex!important}.hero-stats .stat-item{flex:none!important;width:calc(33.333% - 8px)!important;min-width:60px!important}}.stat-icon svg{width:2rem;height:2rem;color:var(--secondary-color);filter:drop-shadow(1px 1px 3px #0000004d)}@media (max-width:768px){.stat-icon svg{width:1.8rem;height:1.8rem}}@media (max-width:480px){.stat-icon svg{width:1.6rem;height:1.6rem}}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:768px){.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px}.cta-button.primary,.cta-button.secondary{min-width:160px;padding:14px 28px;font-size:1rem}}@media (max-width:480px){.hero-actions{gap:8px}.cta-button.primary,.cta-button.secondary{min-width:140px;padding:12px 24px;font-size:.9rem}}.cta-button.primary{background:var(--secondary-color);color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-medium);text-align:center;border:none;justify-content:center;align-items:center;gap:12px;min-width:200px;padding:18px 36px;font-size:1.2rem;font-weight:600;display:inline-flex}.cta-button.secondary{color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border:2px solid #ffffff4d;justify-content:center;align-items:center;gap:12px;min-width:180px;padding:16px 32px;font-size:1.1rem;font-weight:600;display:inline-flex}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.card-badge{background:var(--secondary-color);color:#fff;border-radius:10px;padding:4px 8px;font-size:.7rem;font-weight:700;animation:2s ease-in-out infinite bounce;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #0003}@media (max-width:768px){.card-badge{border-radius:8px;padding:3px 6px;font-size:.65rem;top:-4px;right:-4px}}@media (max-width:480px){.card-badge{border-radius:6px;padding:2px 5px;font-size:.6rem;top:-3px;right:-3px}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.connection-line{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:3s ease-in-out infinite flow;position:absolute}@media (max-width:768px){.connection-line{display:none}}.line-1{width:80px;height:2px;animation-delay:0s;top:120px;left:50%;transform:translate(-50%)rotate(45deg)}.line-2{width:60px;height:2px;animation-delay:1s;top:280px;right:30%;transform:rotate(-30deg)}.line-3{width:100px;height:2px;animation-delay:2s;bottom:120px;left:40%;transform:rotate(15deg)}@keyframes flow{0%,to{opacity:.3}50%{opacity:.8}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in,.feature-card.animate-in,.job-category.animate-in,.step.animate-in,.floating-card.animate-in{animation:.6s ease-out forwards slideInUp}body{color:var(--text-primary);background-color:var(--background-light);font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0}@media (max-width:768px){.container{padding:0 20px}}@media (max-width:480px){.container{padding:0 16px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;transition:var(--transition);background:#1e88e5f2;border-bottom:1px solid #fff3;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;height:80px;margin:0 auto;padding:0 24px;display:flex;position:relative}.nav-right{align-items:center;gap:25px;margin-left:auto;display:flex}@media (max-width:768px){.nav-container{height:70px;padding:0 20px}}.nav-logo{flex-direction:column;align-items:flex-start;display:flex}.logo-text{color:#fff;align-items:center;gap:8px;font-size:24px;font-weight:700;display:flex}.logo-icon{flex-shrink:0;width:28px;height:28px}.logo-subtitle{color:var(--text-cyan);margin-top:-2px;font-size:12px;font-weight:500}.nav-menu{align-items:center;gap:20px;display:flex}.nav-link{color:#ffffffe6;cursor:pointer;transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.nav-link:hover{color:var(--text-cyan)}.nav-link:after{content:"";background:var(--text-cyan);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.nav-line-button{display:block}.line-nav-btn{color:#fff;transition:var(--transition);white-space:nowrap;background:linear-gradient(135deg,#00c851,#007e33);border:2px solid #fff3;border-radius:25px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 15px #00c8514d}.line-nav-btn:hover{background:linear-gradient(135deg,#00d861,#008e43);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #00c85166}.line-nav-icon{flex-shrink:0;width:18px;height:18px}.nav-line-button-mobile{display:none}.line-nav-btn-mobile{color:#fff;transition:var(--transition);white-space:nowrap;background:linear-gradient(135deg,#00c851,#007e33);border:2px solid #fff3;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;font-weight:600;text-decoration:none;display:flex;box-shadow:0 3px 12px #00c8514d}.line-nav-btn-mobile:hover{background:linear-gradient(135deg,#00d861,#008e43);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 15px #00c85166}.line-nav-icon-mobile{flex-shrink:0;width:16px;height:16px}@media (max-width:768px){.nav-line-button,.nav-right{display:none}.nav-line-button-mobile{display:block}.line-nav-btn-mobile{padding:6px 10px;font-size:.75rem}.line-nav-icon-mobile{width:14px;height:14px}}@media (max-width:480px){.line-nav-btn-mobile{border-radius:18px;padding:5px 8px;font-size:.7rem}.line-nav-icon-mobile{width:12px;height:12px}}main{margin-top:80px}@media (max-width:768px){main{margin-top:70px}}.hero-section{color:#fff;background:url(/img/2a.png) 50%/cover no-repeat;align-items:center;min-height:80vh;padding:120px 0 100px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero-section{text-align:center;min-height:100vh;padding:80px 0 60px}}@media (max-width:480px){.hero-section{text-align:center;min-height:100vh;padding:60px 0 40px}}.hero-section:before{content:"";opacity:1;background:#0006;position:absolute;inset:0}.hero-container{z-index:1;grid-template-columns:2.33fr 1fr;align-items:center;gap:80px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;position:relative}@media (max-width:768px){.hero-container{text-align:center;grid-template-columns:1fr;gap:40px;padding:0 20px}.hero-content{flex-direction:column;align-items:center;gap:24px;display:flex}}@media (max-width:480px){.hero-container{grid-template-columns:1fr;gap:32px;padding:0 16px}.hero-content{gap:20px}}.hero-title{color:var(--text-white);text-shadow:2px 2px 8px #0000004d;letter-spacing:-.02em;align-items:center;gap:16px;margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.1;display:flex}.hero-icon{width:4rem;height:4rem;color:var(--secondary-color);filter:drop-shadow(2px 2px 4px #0000004d);flex-shrink:0}@media (max-width:768px){.hero-icon{width:3rem;height:3rem}}@media (max-width:480px){.hero-icon{width:2.5rem;height:2.5rem}}@media (max-width:768px){.hero-title{flex-flow:wrap;justify-content:center;gap:12px;margin-bottom:24px;font-size:2.4rem}.hero-badge{margin-bottom:24px;padding:10px 20px;font-size:.9rem}}@media (max-width:480px){.hero-title{flex-flow:wrap;justify-content:center;gap:8px;margin-bottom:20px;font-size:2rem}.hero-badge{margin-bottom:20px;padding:8px 16px;font-size:.8rem}}.highlight{color:var(--text-cyan);text-shadow:2px 2px 4px #0000004d}.hero-subtitle{color:var(--text-white);opacity:.95;text-shadow:1px 1px 4px #0000004d;max-width:600px;margin-bottom:48px;font-size:1.3rem;line-height:1.5}@media (max-width:768px){.hero-subtitle{max-width:100%;margin-bottom:32px;padding:0 20px;font-size:1.1rem}}@media (max-width:480px){.hero-subtitle{max-width:100%;margin-bottom:28px;padding:0 16px;font-size:1rem}}.hero-stats{flex-flow:wrap;gap:40px;margin-bottom:48px;display:flex}@media (max-width:768px){.hero-stats{justify-content:space-between;align-items:stretch;gap:12px;width:100%;margin-bottom:28px;padding:0 10px;flex-flow:row!important;display:flex!important}.stat-item{justify-content:flex-start;align-items:center;width:calc(33.333% - 8px);min-width:60px;max-width:none;flex-direction:column!important;flex:0 0 calc(33.333% - 8px)!important;display:flex!important}.stat-number{font-size:1.6rem}.stat-label{font-size:.75rem}}@media (max-width:480px){.hero-stats{justify-content:space-between;gap:8px;width:100%;margin-bottom:24px;padding:0 8px;flex-flow:row!important;display:flex!important}.stat-item{width:calc(33.333% - 6px);min-width:50px;max-width:none;flex-direction:column!important;flex:0 0 calc(33.333% - 6px)!important;display:flex!important}.stat-number{font-size:1.4rem}.stat-label{font-size:.7rem}}@media (max-width:360px){.hero-stats{justify-content:space-between;gap:6px;width:100%;margin-bottom:20px;padding:0 6px;flex-flow:row!important;display:flex!important}.stat-item{width:calc(33.333% - 4px);min-width:45px;max-width:none;flex-direction:column!important;flex:0 0 calc(33.333% - 4px)!important;display:flex!important}.stat-number{font-size:1.2rem}.stat-label{font-size:.65rem}}.stat-item{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-width:80px;display:flex}.stat-item:last-child{margin-right:0}.stat-number{color:var(--text-cyan);text-shadow:1px 1px 4px #0000004d;text-align:center;width:100%;margin-bottom:4px;font-size:2rem;font-weight:700;display:block}.stat-label{color:var(--text-cyan);opacity:.9;text-shadow:1px 1px 3px #0000004d;text-align:center;width:100%;font-size:.9rem;font-weight:500;line-height:1.2}.cta-button{background:var(--secondary-color);color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-medium);text-align:center;border:none;justify-content:center;align-items:center;gap:12px;min-width:200px;padding:18px 36px;font-size:1.2rem;font-weight:600;display:inline-flex}.button-icon{flex-shrink:0;width:20px;height:20px}@media (max-width:480px){.cta-button{min-width:180px;padding:16px 32px;font-size:1.1rem}}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #1e88e566}.hero-image{justify-content:center;align-items:center;height:500px;display:flex;position:relative}@media (max-width:768px){.hero-image{flex-direction:row;justify-content:center;align-items:center;gap:20px;height:400px;padding:0 20px;display:flex}.floating-card{min-width:100px;max-width:120px;padding:16px;animation:none;position:relative;inset:auto}}@media (max-width:480px){.hero-image{gap:15px;height:100px;padding:0 15px}.floating-card{min-width:90px;max-width:110px;padding:14px}}@media (max-width:360px){.hero-image{gap:12px;height:280px;padding:0 12px}.floating-card{min-width:80px;max-width:100px;padding:12px}}@keyframes breathe{0%,to{opacity:1;transform:scale(1);box-shadow:0 8px 25px #00c3004d}50%{opacity:.95;transform:scale(1.05);box-shadow:0 12px 35px #00c30066}}.line-float-button{cursor:pointer;z-index:1000;color:#fff;background:linear-gradient(135deg,#00c300,#00a000);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:70px;height:70px;text-decoration:none;transition:all .3s;animation:3s ease-in-out infinite breathe;display:flex;position:fixed;bottom:100px;right:30px;box-shadow:0 8px 25px #00c3004d}.line-float-button:hover{animation-play-state:paused;transform:translateY(-5px)scale(1.1);box-shadow:0 15px 40px #00c30080}.line-float-icon{width:32px;height:32px;margin-bottom:4px}.line-float-text{text-align:center;font-size:.7rem;font-weight:600;line-height:1}@media (max-width:768px){.line-float-button{width:65px;height:65px;animation:3s ease-in-out infinite breathe;bottom:25px;right:25px}.line-float-icon{width:28px;height:28px;margin-bottom:3px}.line-float-text{font-size:.65rem}}@media (max-width:480px){.line-float-button{width:60px;height:60px;animation:3s ease-in-out infinite breathe;bottom:100px;right:20px}.line-float-icon{width:24px;height:24px;margin-bottom:2px}.line-float-text{font-size:.6rem}}@media (max-width:360px){.line-float-button{width:55px;height:55px;animation:3s ease-in-out infinite breathe;bottom:15px;right:15px}.line-float-icon{width:22px;height:22px;margin-bottom:2px}.line-float-text{font-size:.55rem}}@media (max-width:768px){.hero-image{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:20px!important;padding:0 20px!important;display:flex!important}.floating-card{flex-shrink:0!important;min-width:100px!important;max-width:120px!important;padding:12px!important;animation:none!important;position:relative!important;inset:auto!important}}@media (max-width:480px){.hero-image{gap:15px!important;padding:0 15px!important}.floating-card{min-width:90px!important;max-width:110px!important;padding:10px!important}}@media (max-width:360px){.hero-image{gap:12px!important;padding:0 12px!important}.floating-card{min-width:80px!important;max-width:100px!important;padding:8px!important}}.floating-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:var(--border-radius);text-align:center;background:#fff0;border:1px solid #ffffff40;min-width:100px;max-width:140px;padding:20px;animation:6s ease-in-out infinite float;position:absolute;box-shadow:0 8px 32px #0000001a}.floating-card:first-child{animation-delay:0s;top:30px;right:20px}.floating-card:nth-child(2){animation-delay:2s;top:180px;right:300px}.floating-card:nth-child(3){animation-delay:4s;bottom:40px;right:20px}@media (max-width:768px){.floating-card:first-child,.floating-card:nth-child(2),.floating-card:nth-child(3){animation:none;position:relative;inset:auto}}@media (max-width:480px){.floating-card:first-child,.floating-card:nth-child(2),.floating-card:nth-child(3){animation:none;position:relative;inset:auto}}.card-icon{justify-content:center;margin-bottom:10px;display:flex}.card-icon svg{width:2rem;height:2rem;color:var(--text-white)}@media (max-width:768px){.card-icon{margin-bottom:6px}.card-icon svg{width:1.5rem;height:1.5rem}}@media (max-width:480px){.card-icon{margin-bottom:4px}.card-icon svg{width:1.3rem;height:1.3rem}}.card-text{color:var(--text-white);font-size:.9rem;font-weight:600;line-height:1.3}@media (max-width:768px){.card-text{font-size:.8rem;line-height:1.2}}@media (max-width:480px){.card-text{font-size:.75rem;line-height:1.2}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.about-section{background:var(--background-white);padding:100px 0}@media (max-width:768px){.about-section{padding:80px 0}}@media (max-width:480px){.about-section{padding:60px 0}}.section-title{text-align:center;color:var(--text-blue);transition:var(--transition);justify-content:center;align-items:center;gap:16px;margin-bottom:80px;font-size:3rem;font-weight:700;display:flex;position:relative}.section-icon{width:3rem;height:3rem;color:var(--text-cyan);transition:var(--transition);flex-shrink:0}@media (max-width:768px){.section-icon{width:2.5rem;height:2.5rem}}@media (max-width:480px){.section-icon{width:2rem;height:2rem}}.section-title:after{content:"";background:linear-gradient(90deg,var(--text-cyan),var(--text-teal));width:100px;height:4px;transition:var(--transition);border-radius:2px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}@media (max-width:768px){.section-title{margin-bottom:60px;font-size:2.5rem}.section-title:after{width:80px;bottom:-15px}}@media (max-width:480px){.section-title{margin-bottom:50px;font-size:2rem}.section-title:after{width:60px;bottom:-12px}}.features-grid{grid-template-columns:repeat(4,1fr);gap:10px;max-width:1200px;margin:0 auto;padding:20px 0;display:grid;overflow-x:hidden}@media (max-width:1200px){.features-grid{gap:28px}}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media (max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:480px){.features-grid{grid-template-columns:1fr;gap:24px}}.feature-card{background:var(--background-card);border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow-light);transition:var(--transition);border:1px solid #0000000d;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:240px;padding:50px 20px 30px;display:flex;position:relative;overflow:visible}.feature-card:before{content:"";background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));opacity:0;height:3px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.feature-card:hover:before{opacity:1}@media (max-width:768px){.feature-card{padding:45px 25px 25px}.feature-number{width:45px;height:45px;font-size:1rem;top:-18px;left:22px}}@media (max-width:480px){.feature-card{padding:40px 20px 20px}.feature-number{width:42px;height:42px;font-size:.95rem;top:-16px;left:20px}}.feature-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.feature-card:hover .feature-icon svg{color:var(--text-teal);transform:scale(1.1)}.feature-card:hover h3{color:var(--text-teal)}.feature-icon{justify-content:center;margin-bottom:20px;display:flex}.feature-icon svg{width:3rem;height:3rem;transition:var(--transition)}.feature-card:first-child .feature-icon svg{color:var(--text-green)}.feature-card:nth-child(2) .feature-icon svg{color:var(--text-orange)}.feature-card:nth-child(3) .feature-icon svg{color:var(--text-purple)}.feature-card:nth-child(4) .feature-icon svg{color:var(--text-teal)}@media (max-width:1024px){.feature-icon svg{width:2.8rem;height:2.8rem}}@media (max-width:768px){.feature-icon svg{width:2.5rem;height:2.5rem}}@media (max-width:480px){.feature-icon svg{width:2.2rem;height:2.2rem}.feature-icon{margin-bottom:20px;font-size:3rem}}.feature-card h3{color:var(--text-blue);transition:var(--transition);margin-bottom:16px;font-size:1.2rem;font-weight:600}@media (max-width:1024px){.feature-card h3{margin-bottom:14px;font-size:1.1rem}}@media (max-width:768px){.feature-card h3{margin-bottom:12px;font-size:1rem}}@media (max-width:480px){.feature-card h3{margin-bottom:10px;font-size:.95rem}}.feature-card p{color:var(--text-secondary);transition:var(--transition);flex-grow:1;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.feature-card p{font-size:.85rem;line-height:1.5}}@media (max-width:768px){.feature-card p{font-size:.8rem;line-height:1.4}}@media (max-width:480px){.feature-card p{font-size:.75rem;line-height:1.3}}.jobs-section{background:var(--background-light);padding:100px 0}@media (max-width:768px){.jobs-section{padding:80px 0}}@media (max-width:480px){.jobs-section{padding:60px 0}}.jobs-content{grid-template-columns:1fr 1fr;align-items:start;gap:80px;max-width:1200px;margin:0 auto;display:grid}.jobs-image{border-radius:var(--border-radius);box-shadow:var(--shadow-medium);background:linear-gradient(135deg,var(--background-light),var(--background-white));padding:20px;position:relative;overflow:hidden}.jobs-image:before{content:"";z-index:1;opacity:0;transition:var(--transition);background:linear-gradient(45deg,#1e88e51a,#00bcd41a);position:absolute;inset:0}.jobs-image:hover:before{opacity:1}.jobs-image img{width:100%;height:auto;transition:var(--transition);border-radius:calc(var(--border-radius) - 10px);z-index:2;display:block;position:relative}.jobs-image:hover img{transform:scale(1.02)}@media (max-width:768px){.jobs-image{padding:15px}}@media (max-width:480px){.jobs-image{padding:10px}}.jobs-grid{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;display:grid}@media (max-width:1024px){.jobs-content{gap:60px}}@media (max-width:768px){.jobs-content{grid-template-columns:1fr;gap:50px}.jobs-cards{gap:24px}}@media (max-width:480px){.jobs-content{gap:40px}.jobs-cards{gap:20px}}.job-category{background:var(--background-card);border-radius:var(--border-radius);box-shadow:var(--shadow-light);transition:var(--transition);aspect-ratio:1;border:1px solid #0000000d;flex-direction:column;justify-content:space-between;padding:24px 20px;display:flex;position:relative;overflow:hidden}.job-category:before{content:"";opacity:0;height:4px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.job-category:first-child:before{background:linear-gradient(90deg,var(--text-green),#059669)}.job-category:nth-child(2):before{background:linear-gradient(90deg,var(--text-orange),#d97706)}.job-category:nth-child(3):before{background:linear-gradient(90deg,var(--text-purple),#6d28d9)}.job-category:nth-child(4):before{background:linear-gradient(90deg,var(--text-teal),#047857)}.job-category:hover:before{opacity:1}.job-category:hover .job-icon svg{color:var(--text-teal);transform:scale(1.1)}.job-category:hover h3{color:var(--text-teal)}@media (max-width:1024px){.jobs-grid{gap:20px}.job-category{padding:20px 16px}}@media (max-width:768px){.jobs-content{grid-template-columns:1fr;gap:50px}.jobs-grid{gap:20px}.job-category{padding:18px 14px}.job-icon svg{width:2.5rem;height:2.5rem}.job-category h3{font-size:1.1rem}.job-category li{padding:5px 0;font-size:.8rem}}@media (max-width:480px){.jobs-content{gap:40px}.jobs-grid{gap:16px}.job-category{padding:16px 12px}.job-icon svg{width:2.2rem;height:2.2rem}.job-category h3{font-size:1rem}.job-category li{padding:4px 0;font-size:.75rem}}.job-category:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.job-icon{flex-shrink:0;justify-content:center;margin-bottom:16px;display:flex}.job-icon svg{width:2.8rem;height:2.8rem;transition:var(--transition)}.job-category:first-child .job-icon svg{color:var(--text-green)}.job-category:nth-child(2) .job-icon svg{color:var(--text-orange)}.job-category:nth-child(3) .job-icon svg{color:var(--text-purple)}.job-category:nth-child(4) .job-icon svg{color:var(--text-teal)}.job-category h3{color:var(--text-blue);text-align:center;transition:var(--transition);flex-shrink:0;margin-bottom:12px;font-size:1.2rem;font-weight:600}@media (max-width:768px){.job-category h3{margin-bottom:14px;font-size:1.2rem}}@media (max-width:480px){.job-category h3{margin-bottom:12px;font-size:1.1rem}}.job-category ul{flex-direction:column;flex-grow:1;justify-content:space-between;margin:0;padding:0;list-style:none;display:flex}.job-category li{color:var(--text-light);transition:var(--transition);text-align:center;border-bottom:1px solid #0000000d;padding:6px 0;font-size:.85rem;line-height:1.4}.job-category li:hover{color:var(--text-primary);padding-left:8px}.job-category li:last-child{border-bottom:none}.process-section{background:var(--background-white);padding:100px 0}@media (max-width:768px){.process-section{padding:80px 0}}@media (max-width:480px){.process-section{padding:60px 0}}.process-steps{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:50px;max-width:1200px;margin-top:80px;margin-left:auto;margin-right:auto;display:grid}@media (max-width:768px){.process-steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:60px}}@media (max-width:480px){.process-steps{grid-template-columns:1fr;gap:30px;margin-top:50px}}.step{border-radius:var(--border-radius);transition:var(--transition);align-items:flex-start;gap:24px;padding:20px;display:flex}.step:hover{background:var(--background-light);transform:translateY(-2px)}.step-number{flex-shrink:0;justify-content:center;align-items:center;display:flex}.step-number svg{width:3rem;height:3rem;transition:var(--transition)}.step:first-child .step-number svg{color:var(--text-green)}.step:nth-child(2) .step-number svg{color:var(--text-orange)}.step:nth-child(3) .step-number svg{color:var(--text-purple)}@media (max-width:480px){.step-number svg{width:2.5rem;height:2.5rem}}.step-content h3{color:var(--text-blue);transition:var(--transition);margin-bottom:10px;font-size:1.3rem;font-weight:600}.step-content p{color:var(--text-secondary);transition:var(--transition);line-height:1.6}.contact-section{background:var(--background-light);padding:100px 0}@media (max-width:768px){.contact-section{padding:80px 0}}@media (max-width:480px){.contact-section{padding:60px 0}}.contact-content{grid-template-columns:1fr 1fr;gap:80px;max-width:1200px;margin-top:80px;margin-left:auto;margin-right:auto;display:grid}@media (max-width:768px){.contact-content{gap:60px;margin-top:60px}}@media (max-width:480px){.contact-content{gap:40px;margin-top:50px}}.contact-info h3{color:var(--text-blue);transition:var(--transition);align-items:center;gap:12px;margin-bottom:24px;font-size:1.6rem;font-weight:600;display:flex}.info-icon{width:1.6rem;height:1.6rem;color:var(--text-cyan);transition:var(--transition);flex-shrink:0}@media (max-width:480px){.contact-info h3{margin-bottom:20px;font-size:1.4rem}}.contact-info ul{list-style:none}.contact-info li{color:var(--text-light);align-items:center;gap:12px;padding:10px 0;font-size:1rem;display:flex}.check-icon{width:1.2rem;height:1.2rem;color:var(--text-green);transition:var(--transition);flex-shrink:0}.line-contact{background:var(--background-card);border-radius:var(--border-radius);box-shadow:var(--shadow-light);text-align:center;padding:40px}.line-header{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.line-icon{color:#1e88e5;flex-shrink:0;width:2.5rem;height:2.5rem}.line-header h3{color:var(--text-blue);transition:var(--transition);margin:0;font-size:1.6rem;font-weight:600}.line-info{margin-bottom:32px}.line-info p{color:var(--text-secondary);transition:var(--transition);margin:8px 0;font-size:1rem;line-height:1.6}.line-id{color:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-medium);background:linear-gradient(135deg,#1e88e5,#00bcd4);justify-content:center;align-items:center;gap:12px;margin-bottom:20px;padding:20px;display:flex}.line-label{font-size:1rem;font-weight:600}.line-value{letter-spacing:.5px;font-size:1.2rem;font-weight:700}.line-features{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.line-feature{color:var(--text-secondary);transition:var(--transition);justify-content:center;align-items:center;gap:8px;font-size:.9rem;display:flex}.line-feature:first-child{color:var(--text-green)}.line-feature:nth-child(2){color:var(--text-orange)}.line-feature:nth-child(3){color:var(--text-purple)}.feature-check{width:1.2rem;height:1.2rem;transition:var(--transition);flex-shrink:0}.line-feature:first-child .feature-check{color:var(--text-green)}.line-feature:nth-child(2) .feature-check{color:var(--text-orange)}.line-feature:nth-child(3) .feature-check{color:var(--text-purple)}.line-button{color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-medium);background:#1e88e5;border:none;align-items:center;gap:12px;padding:18px 36px;font-size:1.1rem;font-weight:600;display:inline-flex}.line-button:hover{background:#00695c;transform:translateY(-2px);box-shadow:0 6px 25px #1e88e54d}.line-button-icon{flex-shrink:0;width:1.5rem;height:1.5rem}@media (max-width:768px){.line-contact{padding:40px}.line-header h3{font-size:1.4rem}.line-features{grid-template-columns:1fr;gap:16px}.line-button{padding:16px 32px;font-size:1rem}}@media (max-width:480px){.line-contact{padding:30px 24px}.line-header h3{font-size:1.2rem}.line-icon{width:2rem;height:2rem}.line-info p{font-size:.9rem}.line-id{flex-direction:column;gap:8px;padding:16px}.line-value{font-size:1.1rem}.line-button{padding:14px 28px;font-size:.95rem}}.footer{z-index:1;min-height:300px;padding:80px 0 30px;position:relative;color:#fff!important;background:#1e88e5!important;display:block!important}@media (max-width:768px){.footer{padding:60px 0 20px}}@media (max-width:480px){.footer{padding:50px 0 20px}}.footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;max-width:1200px;margin-bottom:50px;margin-left:auto;margin-right:auto;color:#fff!important;display:grid!important}@media (max-width:768px){.footer-content{gap:40px;margin-bottom:40px}}@media (max-width:480px){.footer-content{gap:30px;margin-bottom:30px}}.footer-section h4{transition:var(--transition);align-items:center;gap:12px;margin-bottom:15px;font-size:1.2rem;font-weight:600;display:flex;color:var(--text-cyan)!important}.footer-icon{width:1.2rem;height:1.2rem;transition:var(--transition);flex-shrink:0;color:var(--text-cyan)!important}.footer-section p{color:#ffffffd9;margin-bottom:8px}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:20px}@media (max-width:768px){.nav-menu{display:none}.nav-toggle{display:flex}.hero-container{text-align:center;grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.5rem}.hero-stats{justify-content:center}.contact-content{grid-template-columns:1fr;gap:40px}.features-grid,.jobs-grid,.process-steps{grid-template-columns:1fr}.section-title{font-size:2rem}.nav-menu.active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-medium);background:#fffffffa;border-top:1px solid #0000001a;flex-direction:column;padding:20px;display:flex;position:absolute;top:100%;left:0;right:0}.nav-menu.active .nav-link{text-align:center;border-bottom:1px solid #0000000d;padding:15px 0}.nav-menu.active .nav-link:last-child{border-bottom:none}}@media (max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:20px}.feature-card,.job-category,.contact-form{padding:20px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card,.job-category,.step{animation:.6s ease-out fadeInUp}.hero-section:after{content:"";opacity:.3;background:linear-gradient(45deg,#cd2e3a,#0047a0);border-radius:50%;width:2rem;height:2rem;position:absolute;top:20px;right:20px;box-shadow:0 2px 8px #0003}.section-decoration{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.decoration-circle{border:2px solid #1e88e51a;border-radius:50%;width:120px;height:120px;animation:8s ease-in-out infinite float-gentle;position:absolute;top:10%;right:10%}.decoration-square{background:linear-gradient(135deg,#00bcd40d,#1e88e50d);width:80px;height:80px;animation:10s ease-in-out infinite reverse float-gentle;position:absolute;bottom:15%;left:8%;transform:rotate(45deg)}.decoration-triangle{border-bottom:70px solid #00695c0d;border-left:40px solid #0000;border-right:40px solid #0000;width:0;height:0;animation:12s ease-in-out infinite float-gentle;position:absolute;top:20%;left:5%}@keyframes float-gentle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}.section-header{text-align:center;z-index:1;margin-bottom:80px;position:relative}.section-badge{background:linear-gradient(135deg,var(--text-cyan),var(--text-teal));color:#fff;box-shadow:var(--shadow-light);transition:var(--transition);border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex}.section-subtitle{color:var(--text-teal);max-width:1080px;transition:var(--transition);margin:0 auto;font-size:1.2rem;line-height:1.6}.feature-number{color:#fff;width:50px;height:50px;box-shadow:var(--shadow-medium);transition:var(--transition);z-index:10;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:-20px;left:25px}.feature-card:first-child .feature-number{background:linear-gradient(135deg,var(--text-green),#059669)}.feature-card:nth-child(2) .feature-number{background:linear-gradient(135deg,var(--text-orange),#d97706)}.feature-card:nth-child(3) .feature-number{background:linear-gradient(135deg,var(--text-purple),#6d28d9)}.feature-card:nth-child(4) .feature-number{background:linear-gradient(135deg,var(--text-teal),#047857)}.feature-highlight{transition:var(--transition);border-radius:12px;align-items:center;gap:8px;margin-top:16px;padding:8px 12px;font-size:.85rem;font-weight:500;display:flex}.feature-card:first-child .feature-highlight{color:var(--text-green);background:#10b9811a;border:1px solid #10b98133}.feature-card:nth-child(2) .feature-highlight{color:var(--text-orange);background:#f59e0b1a;border:1px solid #f59e0b33}.feature-card:nth-child(3) .feature-highlight{color:var(--text-purple);background:#7c3aed1a;border:1px solid #7c3aed33}.feature-card:nth-child(4) .feature-highlight{color:var(--text-teal);background:#00695c1a;border:1px solid #00695c33}.feature-highlight:hover{transform:translateY(-1px)}.feature-card:first-child .feature-highlight:hover{background:#10b98126;border-color:#10b9814d}.feature-card:nth-child(2) .feature-highlight:hover{background:#f59e0b26;border-color:#f59e0b4d}.feature-card:nth-child(3) .feature-highlight:hover{background:#7c3aed26;border-color:#7c3aed4d}.feature-card:nth-child(4) .feature-highlight:hover{background:#00695c26;border-color:#00695c4d}.highlight-icon{width:16px;height:16px;transition:var(--transition)}.feature-card:first-child .highlight-icon{color:var(--text-green)}.feature-card:nth-child(2) .highlight-icon{color:var(--text-orange)}.feature-card:nth-child(3) .highlight-icon{color:var(--text-purple)}.feature-card:nth-child(4) .highlight-icon{color:var(--text-teal)}.about-stats{grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin-top:80px;margin-left:auto;margin-right:auto;padding:20px 0;display:grid}.stat-card{background:var(--background-white);border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow-light);transition:var(--transition);border:1px solid #0000000d;padding:30px 20px;position:relative;overflow:hidden}.stat-card:before{content:"";opacity:0;height:4px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.stat-card:first-child:before{background:linear-gradient(90deg,var(--text-green),#059669)}.stat-card:nth-child(2):before{background:linear-gradient(90deg,var(--text-orange),#d97706)}.stat-card:nth-child(3):before{background:linear-gradient(90deg,var(--text-purple),#6d28d9)}.stat-card:after{content:"";opacity:.3;width:6px;height:6px;transition:var(--transition);border-radius:50%;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.stat-card:first-child:after{background:var(--text-green)}.stat-card:nth-child(2):after{background:var(--text-orange)}.stat-card:nth-child(3):after{background:var(--text-purple)}.stat-card:hover:after{opacity:.8;transform:translate(-50%)scale(1.2)}.stat-card:hover:before{opacity:1}.stat-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-5px)}.stat-card:hover .stat-icon-large svg{color:var(--secondary-color);transform:scale(1.1)}.stat-card:hover .stat-number-large{color:var(--secondary-color)}.stat-icon-large{justify-content:center;margin-bottom:16px;display:flex}.stat-icon-large svg{width:3rem;height:3rem;transition:var(--transition)}.stat-card:first-child .stat-icon-large svg{color:var(--text-green)}.stat-card:nth-child(2) .stat-icon-large svg{color:var(--text-orange)}.stat-card:nth-child(3) .stat-icon-large svg{color:var(--text-purple)}.stat-content{flex-direction:column;gap:8px;display:flex}.stat-number-large{transition:var(--transition);font-size:2.5rem;font-weight:800;line-height:1}.stat-card:first-child .stat-number-large{color:var(--text-green)}.stat-card:nth-child(2) .stat-number-large{color:var(--text-orange)}.stat-card:nth-child(3) .stat-number-large{color:var(--text-purple)}.stat-label-large{transition:var(--transition);font-size:1rem;font-weight:500}.stat-card:first-child .stat-label-large{color:var(--text-green)}.stat-card:nth-child(2) .stat-label-large{color:var(--text-orange)}.stat-card:nth-child(3) .stat-label-large{color:var(--text-purple)}@media (max-width:768px){.about-stats{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:20px;max-width:600px;margin-top:60px}.stat-card:first-child{grid-area:1/1/auto/-1;padding:25px 20px}.stat-card:nth-child(2),.stat-card:nth-child(3){grid-row:2;padding:20px 16px}.stat-card:nth-child(2){grid-column:1}.stat-card:nth-child(3){grid-column:2}.stat-number-large{font-size:2rem}.section-subtitle{font-size:1.1rem}}@media (max-width:480px){.section-header{margin-bottom:60px}.section-subtitle{font-size:1rem}.about-stats{gap:16px;max-width:500px}.stat-card:first-child{padding:20px 16px}.stat-card:nth-child(2),.stat-card:nth-child(3){padding:18px 14px}.stat-number-large{font-size:1.8rem}}@media (max-width:360px){.about-stats{gap:14px;max-width:450px}.stat-card:first-child{padding:18px 14px}.stat-card:nth-child(2),.stat-card:nth-child(3){padding:16px 12px}.stat-number-large{font-size:1.6rem}}.features-decoration{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.decoration-line.line-left{background:linear-gradient(#0000,#1e88e54d,#0000);width:2px;height:200px;animation:4s ease-in-out infinite line-glow;position:absolute;top:20%;left:5%}.decoration-line.line-right{background:linear-gradient(#0000,#00bcd44d,#0000);width:2px;height:200px;animation:4s ease-in-out 2s infinite line-glow;position:absolute;bottom:20%;right:5%}.decoration-circle.circle-1{border:2px solid #1e88e533;border-radius:50%;width:20px;max-width:calc(100% - 30px);height:20px;animation:3s ease-in-out infinite pulse;position:absolute;top:15%;left:15%}.decoration-circle.circle-2{border:2px solid #00bcd433;border-radius:50%;width:16px;max-width:calc(100% - 40px);height:16px;animation:3s ease-in-out 1s infinite pulse;position:absolute;top:60%;right:20%}.decoration-circle.circle-3{border:2px solid #00695c33;border-radius:50%;width:12px;height:12px;animation:3s ease-in-out 2s infinite pulse;position:absolute;bottom:25%;left:25%}.stats-decoration{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.decoration-dot.dot-1{background:var(--text-green);opacity:.6;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dot-bounce;position:absolute;top:20%;left:10%}.decoration-dot.dot-2{background:var(--text-orange);opacity:.6;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out .5s infinite dot-bounce;position:absolute;top:50%;right:15%}.decoration-dot.dot-3{background:var(--text-purple);opacity:.6;border-radius:50%;width:4px;height:4px;animation:2s ease-in-out 1s infinite dot-bounce;position:absolute;bottom:30%;left:20%}.decoration-line.stat-line-1{background:linear-gradient(90deg,#0000,#1e88e533,#0000);width:100%;max-width:100%;height:1px;animation:6s ease-in-out infinite line-sweep;position:absolute;top:40%;left:0}.decoration-line.stat-line-2{background:linear-gradient(90deg,#0000,#00bcd433,#0000);width:100%;height:1px;animation:6s ease-in-out 3s infinite line-sweep;position:absolute;bottom:40%;left:0}.wave-decoration{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));clip-path:polygon(0 100%,100% 100%,100% 0,0 50%);opacity:.1;width:100%;height:60px;position:absolute;bottom:0;left:0}.footer-decoration{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));height:80px;position:relative;overflow:hidden}.footer-wave{clip-path:polygon(0 0,100% 0,100% 100%,0 70%);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);width:100%;height:100%;position:absolute;top:0;left:0}.footer-dots{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.footer-dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;animation:8s ease-in-out infinite footer-dot-float;position:absolute}.footer-dot:first-child{animation-delay:0s;top:20%;left:10%}.footer-dot:nth-child(2){animation-delay:2s;top:40%;left:30%}.footer-dot:nth-child(3){animation-delay:4s;top:60%;left:50%}.footer-dot:nth-child(4){animation-delay:6s;top:30%;left:70%}.footer-dot:nth-child(5){animation-delay:1s;top:70%;left:90%}@keyframes footer-dot-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-15px)scale(1.2)}}.grid-pattern{pointer-events:none;z-index:-1;background-image:linear-gradient(#1e88e508 1px,#0000 1px),linear-gradient(90deg,#1e88e508 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.decoration-dots{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.dot{opacity:.3;border-radius:50%;width:4px;height:4px;animation:4s ease-in-out infinite dot-pulse;position:absolute}.dot:first-child{background:var(--text-green)}.dot:nth-child(2){background:var(--text-orange)}.dot:nth-child(3){background:var(--text-purple)}.dot:nth-child(4){background:var(--text-cyan)}.dot:first-child{animation-delay:0s;top:20%;left:10%}.dot:nth-child(2){animation-delay:1s;top:40%;right:15%}.dot:nth-child(3){animation-delay:2s;bottom:30%;left:20%}.dot:nth-child(4){animation-delay:3s;top:60%;right:25%}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.5)}}.decoration-lines{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.decoration-line{opacity:.1;animation:6s ease-in-out infinite line-shimmer;position:absolute}.decoration-line.horizontal{background:linear-gradient(90deg,transparent,var(--text-green),transparent)}.decoration-line.vertical{background:linear-gradient(180deg,transparent,var(--text-orange),transparent)}.decoration-line.diagonal{background:linear-gradient(45deg,transparent,var(--text-purple),transparent)}.decoration-line.horizontal{width:100px;height:1px}.decoration-line.vertical{width:1px;height:100px}.decoration-line.diagonal{width:80px;height:1px;transform:rotate(45deg)}@keyframes line-shimmer{0%,to{opacity:.1}50%{opacity:.3}}@media (max-width:768px){.decoration-circle,.decoration-square,.decoration-triangle{display:none}.grid-pattern{background-size:15px 15px}.wave-decoration{height:40px}}@media (max-width:480px){.grid-pattern{background-size:10px 10px}.wave-decoration{height:30px}.dot{width:3px;height:3px}}.section-title:hover,.section-title:hover .section-icon{color:var(--text-teal)}.section-badge:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.feature-card:hover .feature-number{transform:scale(1.1)rotate(5deg)}.stat-card:hover .stat-icon-large svg{transform:scale(1.1)}.stat-card:hover .stat-number-large{transform:scale(1.05)}.job-category:hover .job-icon svg,.step:hover .step-number svg{transform:scale(1.1)}.feature-card h3,.job-category h3,.step-content h3,.contact-info h3,.line-header h3{transition:color .3s}.feature-card:hover h3,.job-category:hover h3,.step:hover .step-content h3,.contact-info:hover h3,.line-header:hover h3{color:var(--text-teal)}.feature-icon svg,.job-icon svg,.step-number svg,.info-icon,.line-icon{transition:color .3s,transform .3s}.floating-shape:hover{opacity:.2;transform:scale(1.1)}.pattern-dot:hover{opacity:1;transform:scale(1.5)}.decoration-circle:hover,.decoration-square:hover,.decoration-triangle:hover{opacity:.2;transform:scale(1.2)}@media (max-width:768px){.feature-card h3,.job-category h3,.step-content h3,.section-title{color:var(--text-blue)}}@media (max-width:480px){.feature-card h3,.job-category h3,.step-content h3,.section-title{color:var(--text-blue)}}
