*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#1a1a1a}button{cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth}.hero{min-height:100vh;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);display:flex;align-items:center;padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,222,89,.06) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,222,89,.04) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff}.hero-subtitle{font-size:1.25rem;line-height:1.6;opacity:.9;margin-bottom:2.5rem;max-width:500px;color:#e0e0e0}.hero-cta{display:flex;flex-direction:column;gap:1rem}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;transition:all .3s ease;text-align:left;display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.btn-primary{background:#ffde59;color:#1a1a1a;box-shadow:0 4px 12px #ffde5933}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffde5940;background:#ffe673}.btn-secondary{background:#ffde5914;color:#ffde59;border:2px solid rgba(255,222,89,.5);box-shadow:0 2px 8px #0003}.btn-secondary:hover{background:#ffde5926;border-color:#ffde59;color:#ffe673;transform:translateY(-2px);box-shadow:0 4px 12px #ffde5933}.hero-visual{position:relative;height:500px}.hero-image-placeholder{position:relative;width:100%;height:100%;border-radius:24px;background:#ffde590d;border:1px solid rgba(255,222,89,.2);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0003}.hero-logo{max-width:280px;width:100%;height:auto;z-index:0;opacity:.9}.floating-card{position:absolute;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite;border:1px solid #e5e5e5}.card-icon{font-size:2rem}.card-text{font-weight:600;color:#1a1a1a;font-size:1rem}.card-1{top:10%;left:-10%;animation-delay:0s}.card-2{top:50%;right:-5%;animation-delay:1s}.card-3{bottom:15%;left:10%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:3rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{align-items:center}.btn{justify-content:center;width:100%;max-width:400px}.hero-visual{height:400px}.card-1{left:5%}.card-2{right:5%}}@media (max-width: 640px){.hero{padding:1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-visual{height:300px}.floating-card{padding:1rem;font-size:.9rem}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:none;background:#0000000d;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close svg{width:20px;height:20px;color:#666}.modal-close:hover{background:#0000001a;transform:scale(1.05)}.modal-header{padding:3rem 3rem 2rem;border-bottom:1px solid #e5e5e5}.modal-title{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0 0 1rem;line-height:1.2}.modal-description{font-size:1rem;line-height:1.6;color:#666;margin:0}.modal-form{padding:2.5rem 3rem 3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e5e5;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f4b400;background:#fff;box-shadow:0 0 0 4px #f4b4001a}.form-group textarea{resize:vertical;min-height:100px}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f4b400,#ffca28);color:#1a1a1a;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 12px #f4b4004d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f4b40066}.submit-button:disabled{opacity:.7;cursor:not-allowed}.submit-button svg{width:20px;height:20px}.spinner{width:18px;height:18px;border:3px solid rgba(0,0,0,.1);border-top-color:#1a1a1a;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-note{font-size:.8125rem;color:#999;text-align:center;margin-top:1.5rem;line-height:1.5}.privacy-link{background:none;border:none;color:#f4b400;font-weight:700;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .2s ease}.privacy-link:hover{color:#d89e00}.success-message{padding:3rem;text-align:center}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-icon svg{width:48px;height:48px;color:#fff}.success-message h3{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin:0 0 1rem}.success-message p{font-size:1rem;color:#666;line-height:1.6;margin:0}.error-message{padding:1rem;background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:12px;color:#dc2626;font-size:.9375rem;font-weight:600;margin-bottom:1.5rem;text-align:center}@media (max-width: 640px){.modal-backdrop{padding:1rem}.modal-header{padding:2.5rem 2rem 1.5rem}.modal-title{font-size:1.5rem}.modal-description{font-size:.9375rem}.modal-form{padding:2rem}.modal-close{top:1rem;right:1rem;width:36px;height:36px}.success-message{padding:2.5rem 2rem}.success-icon{width:64px;height:64px}.success-icon svg{width:36px;height:36px}}.privacy-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1001;padding:2rem;animation:fadeIn .2s ease}.privacy-content{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;display:flex;flex-direction:column}.privacy-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:none;background:#0000000d;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.privacy-close svg{width:20px;height:20px;color:#666}.privacy-close:hover{background:#0000001a;transform:scale(1.05)}.privacy-scroll{overflow-y:auto;padding:2rem 3rem 3rem}.privacy-scroll h1{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem;line-height:1.2}.privacy-updated{font-size:.9375rem;color:#999;margin:0 0 2.5rem;font-style:italic}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.3;display:flex;align-items:center;gap:.75rem}.privacy-section h2:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:2px}.privacy-section p{font-size:1rem;line-height:1.7;color:#444;margin:0 0 1rem}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{list-style:none;padding:0;margin:1rem 0}.privacy-section ul li{font-size:1rem;line-height:1.7;color:#444;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.privacy-section ul li:before{content:"→";position:absolute;left:0;color:#f4b400;font-weight:700;font-size:1.25rem;line-height:1.5}.privacy-section ul li strong{color:#1a1a1a;font-weight:700}.privacy-contact{background:linear-gradient(135deg,#f4b4000d,#ffca2814);border:2px solid rgba(244,180,0,.2);border-radius:16px;padding:1.5rem;margin-top:1rem}.privacy-contact p{margin:0 0 .5rem;color:#1a1a1a;font-size:.9375rem;line-height:1.6}.privacy-contact p:last-child{margin-bottom:0}.privacy-contact p strong{font-size:1.125rem;font-weight:700;color:#1a1a1a}@media (max-width: 768px){.privacy-backdrop{padding:1rem}.privacy-scroll{padding:2.5rem 2rem}.privacy-scroll h1{font-size:2rem}.privacy-section h2{font-size:1.25rem}.privacy-section p,.privacy-section ul li{font-size:.9375rem}.privacy-close{top:1rem;right:1rem;width:36px;height:36px}}@media (max-width: 640px){.privacy-scroll{padding:2rem 1.5rem}.privacy-scroll h1{font-size:1.75rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{font-size:1.125rem}.privacy-section p,.privacy-section ul li{font-size:.875rem}}.terms-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1001;padding:2rem;animation:fadeIn .2s ease}.terms-content{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:90vh;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;display:flex;flex-direction:column}.terms-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border:none;background:#0000000d;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.terms-close svg{width:20px;height:20px;color:#666}.terms-close:hover{background:#0000001a;transform:scale(1.05)}.terms-scroll{overflow-y:auto;padding:2rem 3rem 3rem}.terms-scroll h1{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem;line-height:1.2}.terms-updated{font-size:.9375rem;color:#999;margin:0 0 2.5rem;font-style:italic}.terms-section{margin-bottom:2.5rem}.terms-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.3;display:flex;align-items:center;gap:.75rem}.terms-section h2:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:2px}.terms-section p{font-size:1rem;line-height:1.7;color:#444;margin:0 0 1rem}.terms-section p:last-child{margin-bottom:0}.terms-section ul{list-style:none;padding:0;margin:1rem 0}.terms-section ul li{font-size:1rem;line-height:1.7;color:#444;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.terms-section ul li:before{content:"→";position:absolute;left:0;color:#f4b400;font-weight:700;font-size:1.25rem;line-height:1.5}.terms-section ul li strong,.terms-section p strong{color:#1a1a1a;font-weight:700}.terms-contact{background:linear-gradient(135deg,#f4b4000d,#ffca2814);border:2px solid rgba(244,180,0,.2);border-radius:16px;padding:1.5rem;margin-top:1rem}.terms-contact p{margin:0 0 .5rem;color:#1a1a1a;font-size:.9375rem;line-height:1.6}.terms-contact p:last-child{margin-bottom:0}.terms-contact p strong{font-size:1.125rem;font-weight:700;color:#1a1a1a}@media (max-width: 768px){.terms-backdrop{padding:1rem}.terms-scroll{padding:2.5rem 2rem}.terms-scroll h1{font-size:2rem}.terms-section h2{font-size:1.25rem}.terms-section p,.terms-section ul li{font-size:.9375rem}.terms-close{top:1rem;right:1rem;width:36px;height:36px}}@media (max-width: 640px){.terms-scroll{padding:2rem 1.5rem}.terms-scroll h1{font-size:1.75rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.125rem}.terms-section p,.terms-section ul li{font-size:.875rem}}.about{background:#f8f8f8;padding:6rem 2rem;position:relative}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:3rem;font-weight:800;line-height:1.2;color:#1a1a1a;max-width:800px;margin:0 auto;letter-spacing:-.02em}.about-content{display:flex;flex-direction:column;gap:2rem}.about-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.main-card{border-left:4px solid #f4b400}.intro-text{font-size:1.25rem;line-height:1.8;color:#333;margin:0;font-weight:500}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.stat-card{display:flex;flex-direction:column;gap:1rem;border:2px solid #f0f0f0;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#f4b400;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.stat-number{font-size:4rem;font-weight:800;color:#f4b400;line-height:1}.stat-description{font-size:1rem;line-height:1.7;color:#555;margin:0}.highlight{background:linear-gradient(135deg,#fffef8,#fffbf0);border:2px solid #f4b400}.highlight:hover{box-shadow:0 8px 20px #f4b40026}.inclusion-section{margin-top:4rem;background:#fff;border-radius:16px;padding:3rem;border:1px solid #e5e5e5}.inclusion-header{text-align:center;margin-bottom:3rem}.inclusion-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.inclusion-intro{font-size:1.125rem;line-height:1.7;color:#555;max-width:700px;margin:0 auto}.inclusion-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.inclusion-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease}.inclusion-card:hover{background:#f5f5f5;border-color:#f4b400;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.inclusion-icon{font-size:2.5rem;margin-bottom:1rem}.inclusion-text{font-size:1rem;line-height:1.6;color:#333;margin:0;font-weight:500}.inclusion-footer{text-align:center;padding:2rem;background:#fffef8;border-radius:12px;border-left:4px solid #f4b400}.inclusion-message{font-size:1.125rem;line-height:1.7;color:#555;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto}.inclusion-highlight{font-size:1.125rem;font-weight:600;line-height:1.6;color:#1a1a1a;max-width:700px;margin:0 auto}@media (max-width: 768px){.about{padding:4rem 1.5rem}.about-title{font-size:2rem}.about-header{margin-bottom:3rem}.about-card{padding:2rem}.intro-text{font-size:1.1rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:3rem}.stat-title{font-size:1.25rem}.inclusion-section{padding:2rem;margin-top:3rem}.inclusion-title{font-size:1.75rem}.inclusion-intro{font-size:1rem}.inclusion-cards{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.inclusion-card{padding:1.5rem}.inclusion-message{font-size:1rem}.inclusion-highlight{font-size:1.125rem}}.how-it-works{background:linear-gradient(135deg,#fafafa,#fff,#f8f9fa);padding:6rem 2rem;position:relative;overflow:hidden}.how-it-works:before{content:"";position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(244,180,0,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.how-it-works:after{content:"";position:absolute;bottom:-30%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(244,180,0,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.how-it-works-container{max-width:1400px;margin:0 auto;position:relative}.how-it-works-header{text-align:center;margin-bottom:5rem}.how-it-works-title{font-size:3rem;font-weight:800;line-height:1.2;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;position:relative;display:inline-block}.how-it-works-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#f4b400,#ffca28);border-radius:2px}.steps-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:start}.step-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.step-card{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;height:100%;box-shadow:0 4px 12px #0000000a}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f4b400,#ffca28);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.step-card:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(244,180,0,.1) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}.step-card:hover{transform:translateY(-8px);border-color:#f4b4004d;box-shadow:0 12px 32px #f4b40026,0 4px 12px #00000014}.step-card:hover:before{transform:scaleX(1)}.step-card:hover:after{width:400px;height:400px}.step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;position:relative;z-index:1}.step-icon-wrapper{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:18px;box-shadow:0 6px 24px #f4b4004d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.step-icon-wrapper:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:20px;opacity:0;filter:blur(8px);transition:opacity .4s cubic-bezier(.4,0,.2,1);z-index:-1}.step-card:hover .step-icon-wrapper{transform:scale(1.08) rotate(-5deg);box-shadow:0 8px 32px #f4b40066}.step-card:hover .step-icon-wrapper:before{opacity:.6}.step-icon{width:32px;height:32px;color:#1a1a1a}.step-number-badge{position:absolute;top:-12px;right:-12px;width:44px;height:44px;background:linear-gradient(135deg,#1a1a1a,#333);color:#f4b400;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;box-shadow:0 4px 16px #0003;border:3px solid #ffffff;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-card:hover .step-number-badge{transform:scale(1.1) rotate(10deg);box-shadow:0 6px 20px #f4b40066}.step-content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.step-title{font-size:1.375rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0;transition:color .3s ease}.step-card:hover .step-title{color:#0a0a0a}.step-description{font-size:1.0625rem;line-height:1.7;color:#666;margin:0}.step-connector{display:none}@media (min-width: 1024px){.steps-timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-wrapper{flex-direction:row;align-items:center}.step-connector{display:flex;align-items:center;justify-content:center;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);z-index:2}.connector-line{width:60px;height:2px;background:linear-gradient(90deg,transparent 0%,#f4b400 50%,transparent 100%);opacity:.3}.connector-arrow{color:#f4b400;font-size:1.75rem;font-weight:700;opacity:.5;filter:drop-shadow(0 2px 4px rgba(244,180,0,.3))}}@media (max-width: 1023px){.steps-timeline{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}}@media (max-width: 768px){.how-it-works{padding:4rem 1.5rem}.how-it-works-title{font-size:2.5rem}.how-it-works-header{margin-bottom:3rem}.steps-timeline{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem}.step-icon-wrapper{width:60px;height:60px}.step-icon{width:28px;height:28px}.step-number-badge{width:35px;height:35px;font-size:1rem}.step-title{font-size:1.25rem}.step-description{font-size:.9375rem}}.for-partners{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:6rem 2rem;position:relative;overflow:hidden}.for-partners:before{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(244,180,0,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.for-partners-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.for-partners-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.for-partners-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;position:relative;display:inline-block}.for-partners-title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#f4b400,#ffca28);border-radius:2px}.for-partners-subtitle{font-size:1.125rem;line-height:1.7;color:#fffc;margin:0 0 3rem;max-width:500px}.benefits-grid{display:grid;gap:2rem;margin-bottom:3rem}.benefit-item{display:flex;gap:1.25rem;align-items:start;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s ease}.benefit-item:hover{background:#ffffff0d;border-color:#f4b4004d;transform:translate(8px)}.benefit-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:12px;color:#1a1a1a;box-shadow:0 4px 16px #f4b4004d}.benefit-icon svg{width:24px;height:24px}.benefit-text{flex:1}.benefit-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .5rem}.benefit-description{font-size:.9375rem;line-height:1.6;color:#ffffffb3;margin:0}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#f4b400,#ffca28);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #f4b40066;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffca28,#f4b400);opacity:0;transition:opacity .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f4b40080}.cta-button:hover:before{opacity:1}.cta-button svg{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease}.cta-button:hover svg{transform:translate(4px)}.cta-button span,.cta-button>*{position:relative;z-index:1}.for-partners-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;position:relative}.visual-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.visual-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(244,180,0,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.visual-card:hover{transform:translateY(-8px);border-color:#f4b4004d;box-shadow:0 12px 40px #f4b40033}.visual-card:hover:before{opacity:1}.visual-card-1{grid-column:1 / 2}.visual-card-2{grid-column:2 / 3;margin-top:3rem}.visual-card-3{grid-column:1 / 3}.card-stat{position:relative;z-index:1}.stat-number{font-size:3rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#f4b400,#ffca28);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.stat-label{font-size:1rem;font-weight:600;color:#fffc;line-height:1.4}@media (max-width: 1023px){.for-partners-content{grid-template-columns:1fr;gap:3rem}.for-partners-visual{grid-template-columns:1fr}.visual-card-1,.visual-card-2,.visual-card-3{grid-column:1;margin-top:0}}@media (max-width: 768px){.for-partners{padding:4rem 1.5rem}.for-partners-title{font-size:2.25rem}.for-partners-subtitle{font-size:1rem}.benefits-grid{gap:1.5rem}.benefit-item{padding:1.25rem}.benefit-icon{width:40px;height:40px}.benefit-icon svg{width:20px;height:20px}.stat-number{font-size:2.5rem}.cta-button{width:100%;justify-content:center}}.for-delivery{background:linear-gradient(135deg,#fff,#f8f9fa);padding:6rem 2rem;position:relative;overflow:hidden}.for-delivery:before{content:"";position:absolute;top:20%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(244,180,0,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.for-delivery-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.for-delivery-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.for-delivery-title{font-size:3rem;font-weight:800;line-height:1.2;color:#1a1a1a;letter-spacing:-.02em;margin:0 0 1.5rem;position:relative;display:inline-block}.for-delivery-title:after{content:"";position:absolute;bottom:-12px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#f4b400,#ffca28);border-radius:2px}.for-delivery-subtitle{font-size:1.125rem;line-height:1.7;color:#666;margin:0 0 3rem;max-width:500px}.benefits-list{display:grid;gap:1.5rem;margin-bottom:3rem}.benefit-card{display:flex;gap:1.25rem;align-items:start;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:16px;transition:all .3s ease}.benefit-card:hover{border-color:#f4b4004d;box-shadow:0 8px 24px #f4b4001f;transform:translate(8px)}.benefit-icon-wrapper{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:12px;color:#1a1a1a;box-shadow:0 4px 16px #f4b4004d;transition:transform .3s ease}.benefit-card:hover .benefit-icon-wrapper{transform:scale(1.05) rotate(-5deg)}.benefit-icon-wrapper svg{width:24px;height:24px}.benefit-content{flex:1}.benefit-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.benefit-desc{font-size:.9375rem;line-height:1.6;color:#666;margin:0}.delivery-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.0625rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #1a1a1a4d;position:relative;overflow:hidden}.delivery-cta-button:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:14px;opacity:0;filter:blur(8px);transition:opacity .3s ease;z-index:-1}.delivery-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a1a1a66}.delivery-cta-button:hover:before{opacity:.6}.delivery-cta-button svg{width:20px;height:20px;transition:transform .3s ease}.delivery-cta-button:hover svg{transform:translate(4px)}.for-delivery-visual{display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{width:320px;height:640px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:40px;padding:12px;box-shadow:0 20px 60px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:100px;height:20px;background:#0a0a0a;border-radius:0 0 20px 20px;z-index:2}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#f8f9fa,#fff);border-radius:32px;padding:3rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.app-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:2px solid #e5e5e5}.app-status{font-size:.875rem;font-weight:700;color:#10b981;padding:.5rem 1rem;background:#10b9811a;border-radius:20px}.app-balance{font-size:1.5rem;font-weight:800;color:#1a1a1a}.delivery-card{background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:20px;padding:1.5rem;box-shadow:0 8px 24px #f4b4004d;display:flex;justify-content:space-between;align-items:center}.delivery-info{display:flex;flex-direction:column;gap:.5rem}.delivery-tag{font-size:.75rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em}.delivery-distance{font-size:1.25rem;font-weight:800;color:#1a1a1a}.delivery-value{font-size:2rem;font-weight:800;color:#1a1a1a}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-box{background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:1.25rem;text-align:center}.stat-num{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin-bottom:.25rem}.stat-txt{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1023px){.for-delivery-content{grid-template-columns:1fr;gap:3rem}.for-delivery-visual{order:-1}}@media (max-width: 768px){.for-delivery{padding:4rem 1.5rem}.for-delivery-title{font-size:2.25rem}.for-delivery-subtitle{font-size:1rem}.benefits-list{gap:1.25rem}.benefit-card{padding:1.25rem}.benefit-icon-wrapper{width:40px;height:40px}.benefit-icon-wrapper svg{width:20px;height:20px}.delivery-cta-button{width:100%;justify-content:center}.phone-mockup{width:280px;height:560px}}.story{background:linear-gradient(135deg,#fafafa,#fff,#f8f9fa);padding:6rem 2rem;position:relative;overflow:hidden}.story:before{content:"";position:absolute;top:10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(244,180,0,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.story-container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.story-header{text-align:center;margin-bottom:5rem}.story-title{font-size:3rem;font-weight:800;line-height:1.2;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;margin:0 0 1.5rem}.story-subtitle{font-size:1.25rem;line-height:1.6;color:#666;max-width:700px;margin:0 auto}.timeline{position:relative}.timeline-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:4rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:last-child .marker-line{display:none}.timeline-marker{display:flex;flex-direction:column;align-items:center;position:relative}.marker-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:50%;box-shadow:0 8px 24px #f4b4004d;position:relative;z-index:2;transition:all .4s cubic-bezier(.4,0,.2,1)}.marker-icon:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:50%;opacity:0;filter:blur(12px);transition:opacity .4s ease;z-index:-1}.timeline-item:hover .marker-icon{transform:scale(1.05)}.timeline-item:hover .marker-icon:before{opacity:.6}.marker-icon svg{width:36px;height:36px;color:#1a1a1a}.marker-line{width:3px;flex:1;background:linear-gradient(180deg,#f4b4004d,#f4b4001a);margin-top:1rem;position:relative}.timeline-content{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:2.5rem;box-shadow:0 4px 12px #0000000a;transition:all .3s ease;position:relative}.timeline-content:before{content:"";position:absolute;top:40px;left:-12px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #e5e5e5}.timeline-content:after{content:"";position:absolute;top:40px;left:-10px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #ffffff}.timeline-item:hover .timeline-content{border-color:#f4b4004d;box-shadow:0 12px 32px #f4b4001a;transform:translate(8px)}.timeline-phase{display:inline-block;font-size:.875rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#f4b400,#ffca28);padding:.5rem 1rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.timeline-title{font-size:1.75rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 1rem}.timeline-description{font-size:1.0625rem;line-height:1.7;color:#666;margin:0 0 1.5rem}.timeline-highlight{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#f4b4001a,#ffca2826);border:2px solid rgba(244,180,0,.3);border-radius:12px;font-size:.9375rem;color:#1a1a1a;margin-top:.5rem}.timeline-highlight svg{width:24px;height:24px;color:#f4b400;flex-shrink:0}.timeline-highlight strong{color:#1a1a1a;font-weight:800}.timeline-features{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.75rem}.feature-item{display:flex;align-items:start;gap:.75rem;font-size:.9375rem;line-height:1.6;color:#1a1a1a;padding:.75rem;background:#f4b4000d;border-radius:8px;transition:all .2s ease}.feature-item:hover{background:#f4b4001a;transform:translate(4px)}.feature-item svg{width:20px;height:20px;color:#f4b400;flex-shrink:0;margin-top:2px}.story-footer{margin-top:5rem;display:flex;justify-content:center}.footer-card{max-width:800px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:24px;padding:3rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 12px 40px #0003}.footer-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(244,180,0,.1) 0%,transparent 70%);pointer-events:none}.footer-quote{font-size:1.5rem;font-weight:700;line-height:1.5;color:#f4b400;margin:0 0 1.5rem;position:relative;z-index:1}.footer-message{font-size:1.125rem;line-height:1.6;color:#ffffffe6;margin:0;position:relative;z-index:1}@media (max-width: 768px){.story{padding:4rem 1.5rem}.story-title{font-size:2.25rem}.story-subtitle{font-size:1rem}.story-header{margin-bottom:3rem}.timeline-item{grid-template-columns:60px 1fr;gap:1.5rem;margin-bottom:3rem}.marker-icon{width:60px;height:60px}.marker-icon svg{width:28px;height:28px}.timeline-content{padding:1.75rem}.timeline-title{font-size:1.5rem}.timeline-description{font-size:.9375rem}.timeline-highlight{flex-direction:column;align-items:start;padding:1rem}.footer-card{padding:2rem}.footer-quote{font-size:1.25rem}.footer-message{font-size:1rem}}.in-development{background:linear-gradient(180deg,#fff,#f8f9fa,#fff);padding:6rem 2rem;position:relative;overflow:hidden}.in-development:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1200px;height:1200px;background:radial-gradient(circle,rgba(244,180,0,.04) 0%,transparent 60%);border-radius:50%;pointer-events:none}.in-development-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.in-development-header{text-align:center;margin-bottom:5rem}.header-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f4b4001a,#ffca2826);border:2px solid rgba(244,180,0,.3);border-radius:30px;font-size:.875rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem}.header-badge svg{width:20px;height:20px;color:#f4b400;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.in-development-title{font-size:3rem;font-weight:800;line-height:1.2;color:#1a1a1a;letter-spacing:-.02em;margin:0 0 1.5rem}.in-development-subtitle{font-size:1.25rem;line-height:1.7;color:#666;margin:0 auto;max-width:900px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:5rem}.feature-card{background:#fff;border:1px solid #e5e5e5;border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f4b400,#ffca28);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:hover{border-color:#f4b4004d;box-shadow:0 16px 48px #f4b4001f;transform:translateY(-8px)}.feature-card:hover:before{transform:scaleX(1)}.feature-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4b4001a,#ffca2826);border-radius:16px;color:#f4b400;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(-5deg);background:linear-gradient(135deg,#f4b400,#ffca28);color:#1a1a1a}.feature-icon svg{width:32px;height:32px}.feature-status{font-size:.8125rem;font-weight:700;color:#10b981;padding:.5rem 1rem;background:#10b9811a;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.feature-title{font-size:1.5rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 1rem}.feature-description{font-size:1rem;line-height:1.6;color:#666;margin:0 0 1.5rem}.feature-items{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.feature-item{display:flex;align-items:start;gap:.75rem;font-size:.9375rem;line-height:1.6;color:#1a1a1a;padding:.75rem;background:#f4b40008;border-radius:8px;transition:all .2s ease}.feature-item:hover{background:#f4b40014;transform:translate(4px)}.feature-item svg{width:18px;height:18px;color:#f4b400;flex-shrink:0;margin-top:2px}.development-footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:32px;padding:4rem;position:relative;overflow:hidden}.development-footer:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(244,180,0,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.footer-content{position:relative;z-index:1;text-align:center}.footer-title{font-size:2rem;font-weight:800;line-height:1.3;color:#fff;margin:0 0 1.5rem}.footer-text{font-size:1.125rem;line-height:1.7;color:#fffc;margin:0 auto 3rem;max-width:800px}.footer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto}.stat-item{text-align:center}.stat-value{font-size:3rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#f4b400,#ffca28);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.stat-label{font-size:.9375rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1023px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.footer-stats{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.in-development{padding:4rem 1.5rem}.in-development-header{margin-bottom:3rem}.in-development-title{font-size:2.25rem}.in-development-subtitle{font-size:1rem}.feature-card{padding:2rem}.feature-icon{width:56px;height:56px}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:1.375rem}.development-footer{padding:3rem 2rem}.footer-title{font-size:1.75rem}.footer-text{font-size:1rem}.stat-value{font-size:2.5rem}.stat-label{font-size:.875rem}}.join-us{background:linear-gradient(180deg,#fff,#fafafa);padding:6rem 2rem;position:relative}.join-us-container{max-width:1200px;margin:0 auto}.join-us-header{text-align:center;margin-bottom:5rem}.join-us-title{font-size:3rem;font-weight:800;line-height:1.2;color:#1a1a1a;letter-spacing:-.02em;margin:0 0 1.5rem}.join-us-subtitle{font-size:1.25rem;line-height:1.7;color:#666;margin:0 auto;max-width:800px}.join-us-subtitle strong{color:#1a1a1a;font-weight:700}.opportunities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:5rem}.opportunity-card{background:#fff;border:2px solid #e5e5e5;border-radius:24px;padding:3rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.opportunity-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;opacity:0;transition:opacity .4s ease;pointer-events:none}.opportunity-card.talent:before{background:linear-gradient(135deg,#3b82f608,#60a5fa0d)}.opportunity-card.investor:before{background:linear-gradient(135deg,#f4b40008,#ffca280d)}.opportunity-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px #00000014}.opportunity-card:hover:before{opacity:1}.opportunity-card.talent:hover{border-color:#3b82f64d}.opportunity-card.investor:hover{border-color:#f4b4004d}.opportunity-badge{display:inline-block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1rem;border-radius:20px;margin-bottom:2rem;position:relative;z-index:1}.opportunity-card.talent .opportunity-badge{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.opportunity-card.investor .opportunity-badge{background:linear-gradient(135deg,#f4b400,#ffca28);color:#1a1a1a}.opportunity-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:2rem;transition:all .3s ease;position:relative;z-index:1}.opportunity-card.talent .opportunity-icon{background:linear-gradient(135deg,#3b82f61a,#60a5fa26);color:#3b82f6}.opportunity-card.investor .opportunity-icon{background:linear-gradient(135deg,#f4b4001a,#ffca2826);color:#f4b400}.opportunity-card:hover .opportunity-icon{transform:scale(1.1) rotate(-5deg)}.opportunity-icon svg{width:36px;height:36px}.opportunity-title{font-size:1.75rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 1rem;position:relative;z-index:1}.opportunity-description{font-size:1.0625rem;line-height:1.7;color:#666;margin:0 0 1.5rem;position:relative;z-index:1}.opportunity-skills{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.75rem;position:relative;z-index:1}.skill-item{display:flex;align-items:start;gap:.75rem;font-size:.9375rem;line-height:1.6;color:#1a1a1a;padding:.875rem 1rem;background:#3b82f60d;border-radius:10px;border:1px solid rgba(59,130,246,.1);transition:all .2s ease}.skill-item:hover{background:#3b82f61a;border-color:#3b82f633;transform:translate(4px)}.skill-item svg{width:20px;height:20px;color:#3b82f6;flex-shrink:0;margin-top:1px}.opportunity-cta{font-size:1rem;line-height:1.6;color:#1a1a1a;font-weight:600;margin:0;padding:1.5rem;background:#00000005;border-radius:12px;border-left:4px solid currentColor;position:relative;z-index:1}.opportunity-card.talent .opportunity-cta{border-left-color:#3b82f6}.opportunity-card.investor .opportunity-cta{border-left-color:#f4b400}.contact-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:32px;padding:4rem;text-align:center;position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(244,180,0,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.contact-title{font-size:2rem;font-weight:800;color:#fff;margin:0 0 3rem;position:relative;z-index:1}.contact-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;position:relative;z-index:1}.contact-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;font-family:inherit;width:100%;text-align:left}.contact-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f4b4001a,#ffca280d);opacity:0;transition:opacity .3s ease}.contact-card:hover{border-color:#f4b40080;transform:translateY(-4px);box-shadow:0 12px 32px #f4b40033}.contact-card:hover:before{opacity:1}.contact-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4b400,#ffca28);border-radius:14px;color:#1a1a1a;flex-shrink:0;transition:all .3s ease;position:relative;z-index:1}.contact-card:hover .contact-icon{transform:scale(1.1) rotate(-5deg)}.contact-icon svg{width:28px;height:28px}.contact-info{text-align:left;position:relative;z-index:1}.contact-label{font-size:.875rem;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.contact-value{font-size:1.125rem;font-weight:700;color:#fff}@media (max-width: 1023px){.opportunities-grid{grid-template-columns:1fr;gap:2rem}.contact-methods{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.join-us{padding:4rem 1.5rem}.join-us-header{margin-bottom:3rem}.join-us-title{font-size:2.25rem}.join-us-subtitle{font-size:1rem}.opportunity-card{padding:2rem}.opportunity-icon{width:64px;height:64px}.opportunity-icon svg{width:32px;height:32px}.opportunity-title{font-size:1.5rem}.contact-section{padding:3rem 2rem}.contact-title{font-size:1.75rem;margin-bottom:2rem}.contact-card{flex-direction:column;text-align:center;padding:1.75rem}.contact-info{text-align:center}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(244,180,0,.5) 50%,transparent 100%)}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.2fr 1.8fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-logo-image{width:48px;height:48px;object-fit:contain}.footer-brand-name{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.02em}.footer-tagline{font-size:1.125rem;font-weight:600;color:#f4b400;margin:0;line-height:1.5}.footer-description{font-size:.9375rem;line-height:1.7;color:#ffffffb3;margin:0;max-width:400px}.footer-cnpj{font-size:.8125rem;color:#ffffff80;font-family:Courier New,monospace;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;width:fit-content;margin-top:.5rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.footer-links-column{display:flex;flex-direction:column}.footer-links-title{font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-legal{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.9375rem;line-height:1.6;transition:all .2s ease;display:inline-block;position:relative}.footer-link-button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left}.footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f4b400;transition:width .3s ease}.footer-link:hover{color:#f4b400;transform:translate(4px)}.footer-link:hover:after{width:100%}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.footer-contact-item{display:flex;align-items:start;gap:1rem}.contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f4b4001a;border-radius:10px;color:#f4b400;flex-shrink:0;transition:all .3s ease}.footer-contact-item:hover .contact-icon{background:#f4b40033;transform:scale(1.1)}.contact-icon svg{width:20px;height:20px}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.75rem;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.contact-value{font-size:.9375rem;font-weight:600;color:#ffffffe6;text-decoration:none;transition:color .2s ease}a.contact-value:hover{color:#f4b400}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-copyright{font-size:.875rem;color:#fff9;margin:0}.footer-made-with{font-size:.875rem;color:#fff9;display:flex;align-items:center;gap:.5rem}.heart{color:#f4b400;font-size:1rem;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.15)}50%{transform:scale(1)}}@media (max-width: 1023px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 2rem}.footer-top{gap:2.5rem;margin-bottom:2rem;padding-bottom:2rem}.footer-brand-name{font-size:1.5rem}.footer-tagline{font-size:1rem}.footer-description{font-size:.875rem}.footer-links{gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-copyright,.footer-made-with{font-size:.8125rem}}
