.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h1{color:#fff;font-size:1.8rem;font-weight:700}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:3px}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;font-size:1rem}.nav-links li a:hover{opacity:.8}.btn-primary{background:#fff!important;color:#667eea!important;padding:.6rem 1.5rem!important;border-radius:25px!important;font-weight:600!important;transition:transform .3s!important}.btn-primary:hover{transform:translateY(-2px)!important;opacity:1!important}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-5px 0 15px #0003}.nav-links.active{right:0}.nav-links li{width:100%}.nav-links li a{display:block;padding:.5rem 0;font-size:1.1rem}}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-image{height:40px;width:auto;object-fit:contain}.logo h1{margin:0}@media (max-width: 768px){.logo-image{height:32px}}.country-dropdown-wrapper{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.country-dropdown-wrapper:hover .dropdown-arrow{transform:rotate(180deg)}.country-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:220px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:.5rem}.country-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.country-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1.25rem;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease;text-align:left}.country-item:hover{background-color:#f0f7ff}.country-flag{font-size:1.5rem;line-height:1}.country-name{color:#333;font-size:.95rem;font-weight:500}@media (max-width: 768px){.country-dropdown-wrapper{position:static}.country-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;padding:0;margin-top:.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.country-dropdown.active{max-height:400px}.country-item{padding:.75rem 1rem;border-radius:4px;margin-bottom:.25rem}.country-item:hover{background-color:#ffffff1a}.country-name,.dropdown-trigger{color:#fff}}.footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#a0aec0}.footer-section p{color:#cbd5e0;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e0;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .3s}.social-links a:hover{transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #4a5568;color:#a0aec0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;min-height:90vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;font-weight:800}.highlight{color:gold;position:relative}.hero-description{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:.8rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.btn-primary-large{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary-large:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:gold}.stat p{font-size:.9rem;opacity:.9}.hero-illustration{font-size:15rem;text-align:center;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-illustration{font-size:10rem}}@media (max-width: 768px){.hero{padding:3rem 0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;gap:1.5rem}.hero-illustration{font-size:8rem}}.services{padding:5rem 0;background:#f7fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#718096}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:all .3s;text-align:center}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #667eea4d}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.service-card p{color:#718096;line-height:1.6}@media (max-width: 768px){.services{padding:3rem 0}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr}}.why-choose-us{padding:5rem 0;background:#fff}.why-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-text h2{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.subtitle{font-size:1.1rem;color:#718096;line-height:1.8;margin-bottom:2.5rem}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;gap:1rem;align-items:flex-start}.benefit-check{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.benefit-item h4{font-size:1.2rem;color:#2d3748;margin-bottom:.5rem}.benefit-item p{color:#718096;line-height:1.6}.stats-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:20px;color:#fff;box-shadow:0 10px 30px #667eea4d}.stat-item{text-align:center;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.stat-item:last-child{border-bottom:none}.stat-item h3{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:gold}.stat-item p{font-size:1.1rem;opacity:.95}@media (max-width: 1024px){.why-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.why-choose-us{padding:3rem 0}.why-text h2{font-size:2rem}.stats-card{padding:2rem}.stat-item h3{font-size:2rem}}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.cta-content>p{font-size:1.2rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.8;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-cta-primary{background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.btn-cta-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.btn-cta-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:600;border:2px solid white;transition:all .3s}.btn-cta-secondary:hover{background:#fff;color:#667eea}.cta-note{font-size:1rem;opacity:.9;margin-top:1.5rem}@media (max-width: 768px){.cta{padding:3rem 0}.cta-content h2{font-size:1.8rem}.cta-content>p{font-size:1rem}.cta-buttons{flex-direction:column;align-items:center}.btn-cta-primary,.btn-cta-secondary{width:100%;max-width:300px}}.country-section{padding:5rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.country-card{background:#fff;border-radius:16px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #00000014;position:relative;overflow:hidden}.country-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .4s ease;z-index:0}.country-card:hover:before{opacity:.05}.country-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 12px 35px #667eea40}.country-flag-circle{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:all .4s ease;border:4px solid #e0e0e0}.country-card:hover .country-flag-circle{border-color:#667eea;transform:rotate(360deg);box-shadow:0 8px 25px #667eea4d}.flag-emoji{font-size:4rem;line-height:1;filter:grayscale(100%) brightness(.9);transition:filter .4s ease;position:relative;z-index:1}.country-card:hover .flag-emoji{filter:grayscale(0%) brightness(1)}.country-card-name{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem;position:relative;z-index:1;transition:color .3s ease}.country-card:hover .country-card-name{color:#667eea}.country-card-action{font-size:.95rem;color:#999;margin:0;opacity:0;transform:translateY(10px);transition:all .3s ease;position:relative;z-index:1}.country-card:hover .country-card-action{opacity:1;transform:translateY(0);color:#667eea;font-weight:500}@media (max-width: 768px){.country-section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}.country-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;padding:0 1rem}.country-card{padding:2rem 1rem}.country-flag-circle{width:100px;height:100px}.flag-emoji{font-size:3rem}.country-card-name{font-size:1.1rem}}@media (max-width: 480px){.country-grid{grid-template-columns:repeat(2,1fr)}}.form-container{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-top:-2rem;position:relative}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.declaration-text{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #667eea}.declaration-text p{color:#4a5568;line-height:1.6;margin:0}@media (max-width: 768px){.registration-hero h1{font-size:2rem}.registration-hero p{font-size:1rem}.form-container{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-container h2{font-size:1.5rem}}.success-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.success-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:3rem;max-width:600px;text-align:center;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:scaleIn .5s ease-out .2s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-icon svg{width:50px;height:50px;color:#fff;stroke-width:3}.success-card h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-card p{font-size:1.125rem;color:#6b7280;line-height:1.75;margin-bottom:2rem}.success-details{background:#f3f4f6;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left}.success-details h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.success-details-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.success-details-row:last-child{border-bottom:none}.success-details-row strong{color:#6b7280;font-weight:500}.success-details-row span{color:#1f2937;font-weight:600}.home-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea66}.home-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.home-button svg{width:20px;height:20px}.registration-page{min-height:100vh;padding-bottom:4rem}.registration-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 3rem;text-align:center}.registration-hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.registration-hero p{font-size:1.1rem;line-height:1.8;max-width:900px;margin:0 auto;opacity:.95}.form-container{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-top:-2rem;position:relative;max-width:800px;margin-left:auto;margin-right:auto}.form-container h2{font-size:2rem;color:#2d3748;margin-bottom:.5rem;text-align:center}.form-subtitle{text-align:center;color:#718096;margin-bottom:2.5rem;line-height:1.6}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:1.3rem;color:#667eea;margin-bottom:1.5rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.required{color:#e53e3e}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;background-color:#fff}.benefits-box{background:linear-gradient(135deg,#f0f4ff,#e8ecff);padding:1.5rem;border-radius:10px;margin-bottom:2rem;border-left:4px solid #667eea}.benefits-box h4{color:#667eea;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.benefits-box ul{list-style:none;padding-left:0}.benefits-box ul li{color:#4a5568;padding:.5rem 0 .5rem 1.5rem;position:relative}.benefits-box ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}@media (max-width: 768px){.registration-hero h1{font-size:2rem}.registration-hero p{font-size:1rem}.form-container{padding:2rem 1.5rem;margin-top:-1rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-container h2{font-size:1.5rem}.benefits-box{padding:1rem}}.privacy-policy-page{min-height:100vh;padding-bottom:4rem}.privacy-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 3rem;text-align:center}.privacy-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.last-updated{font-size:1rem;opacity:.9}.privacy-content{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-top:-2rem;position:relative;max-width:900px;margin-left:auto;margin-right:auto}.intro-text{margin-bottom:2.5rem;padding:1.5rem;background:#f7fafc;border-radius:10px;border-left:4px solid #667eea}.intro-text p{color:#2d3748;line-height:1.8;font-size:1.05rem;margin:0}.policy-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.policy-section:last-of-type{border-bottom:none}.policy-section h2{font-size:1.5rem;color:#667eea;margin-bottom:1rem;font-weight:600}.policy-section p{color:#4a5568;line-height:1.8;font-size:1rem;margin-bottom:1rem}.warning-box{background:#fff5f5;border:2px solid #fc8181;border-radius:8px;padding:1rem 1.5rem;margin-top:1rem;color:#c53030}.warning-box strong{display:block;margin-bottom:.5rem}.contact-info{background:#f7fafc;padding:1.5rem;border-radius:10px;margin-top:1rem}.contact-item{padding:.75rem 0;color:#2d3748;font-size:1rem;border-bottom:1px solid #e2e8f0}.contact-item:last-child{border-bottom:none}.contact-item strong{color:#667eea;margin-right:.5rem}.contact-item a{color:#4a5568;text-decoration:none;transition:color .3s}.contact-item a:hover{color:#667eea}@media (max-width: 768px){.privacy-hero h1{font-size:2rem}.privacy-content{padding:2rem 1.5rem;margin-top:-1rem}.policy-section h2{font-size:1.3rem}.intro-text{padding:1rem}}*{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}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{padding:0 16px}}
