:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;object-fit:cover;border-radius:8px}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a:hover,.nav-menu a.active{color:#2563eb}.main-content{margin-top:70px;min-height:calc(100vh - 70px)}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:2rem 0 .75rem;margin-top:3rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.footer-section h3{font-size:1.2rem;margin-bottom:.75rem;color:#60a5fa}.footer-section h4{font-size:1rem;margin-bottom:.75rem;color:#93c5fd}.footer-section p{margin-bottom:.4rem;opacity:.9;line-height:1.5;font-size:.9rem}.footer-tagline{font-style:italic;opacity:.8;margin-top:.4rem;font-size:.85rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease;font-size:.9rem}.footer-section ul li a:hover{opacity:1;color:#60a5fa}.footer-bottom{max-width:1200px;margin:0 auto;padding:.75rem 2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{margin:0;opacity:.8;font-size:.85rem}@media(max-width:768px){.nav-menu{gap:1rem;font-size:.9rem}.logo{font-size:1.2rem}.footer-content{grid-template-columns:1fr;gap:1rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:.95rem}.footer{padding:1.5rem 0 .5rem}}@media(max-width:480px){.nav-container{padding:0 1rem}.nav-menu{gap:.5rem;font-size:.8rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;box-shadow:0 10px 25px -5px #667eea66}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -5px #667eea80;background:linear-gradient(135deg,#4a5bc4,#4d3366);color:#fff}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{background:#fffffff2;color:#1e293b;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;border-color:#ffffff80;transform:translateY(-2px);color:#1e293b}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb;box-shadow:none}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px -5px #2563eb4d}.btn-large{padding:1.25rem 3rem;font-size:1.2rem;border-radius:14px}.btn-large:hover{transform:translateY(-4px)}.btn-icon{display:inline-flex;align-items:center;gap:.75rem}.btn-icon:after{content:"→";transition:transform .3s ease}.btn-icon:hover:after{transform:translate(4px)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#5568d3,#5a3d7a);z-index:-2}.hero-background:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-overlay{position:absolute;inset:0;background:#0003;z-index:-1}.hero-content{padding:2rem;z-index:1;animation:fadeInUp 1s ease}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:2rem;margin-bottom:1.5rem;opacity:.95;font-weight:300}.hero-description{font-size:1.3rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#5568d3}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.intro-section{padding:100px 0;background:#f8fafc}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.intro-image{width:100%}.content-image{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.content-image:hover{transform:scale(1.02)}.feature-icon-img{width:80px;height:80px;object-fit:cover;border-radius:12px;box-shadow:0 4px 8px #0000001a}.intro-text-content{padding:2rem 0}.intro-text{font-size:1.1rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.intro-text.highlight{font-size:1.3rem;font-weight:600;color:#2563eb;margin-top:2rem}.features-preview{padding:100px 0;background:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e293b}.section-intro{font-size:1.2rem;text-align:center;color:#64748b;max-width:800px;margin:0 auto 3rem;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.feature-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.feature-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.features-cta{text-align:center;margin-top:3rem}.vision-section{padding:100px 0;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff}.vision-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vision-image{width:100%;order:2}.vision-text-content{order:1}.vision-text{font-size:1.3rem;margin-bottom:1.5rem;line-height:1.8}.cta-section{padding:100px 0;background:linear-gradient(135deg,#5568d3,#5a3d7a);text-align:center}.cta-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.cta-text{font-size:1.3rem;color:#64748b;margin-bottom:2rem;line-height:1.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.intro-content,.vision-content{grid-template-columns:1fr;gap:2rem}.vision-image{order:1}.vision-text-content{order:2}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media(max-width:480px){.hero{min-height:70vh;padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}.image-placeholder{height:300px}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:80px 0 60px;text-align:center}.page-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.page-subtitle{font-size:1.5rem;opacity:.9}.about-content-section,.problem-section,.solution-section,.story-section,.impact-section,.road-ahead-section{padding:80px 0}.about-content-section{background:#fff}.problem-section{background:#f8fafc}.solution-section{background:#fff}.story-section{background:#f8fafc}.impact-section{background:#fff}.road-ahead-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-image{width:100%}.content-image-img.large{height:500px}.solution-icon-img{width:100px;height:100px;object-fit:cover;border-radius:50%;box-shadow:0 4px 8px #0000001a}.content-text{padding:2rem 0}.idea-question-large{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:2rem;line-height:1.4}.content-paragraph{font-size:1.1rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.content-paragraph.highlight{font-size:1.3rem;font-weight:600;color:#2563eb;margin-top:1rem}.solution-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.solution-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.solution-card:hover{transform:translateY(-5px)}.solution-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.solution-card h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.solution-card p{color:#64748b;line-height:1.6}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text{padding:2rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#1e293b}.section-title.white{color:#fff}.story-paragraph{font-size:1.1rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.story-paragraph.highlight{font-size:1.3rem;font-weight:600;color:#2563eb;margin-top:1rem}.vision-section{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:100px 0}.vision-content{text-align:center}.vision-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.vision-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.2)}.vision-text{font-size:1.3rem;line-height:1.8}.impact-content{max-width:900px;margin:0 auto 3rem;text-align:center}.impact-text{font-size:1.2rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.impact-text.highlight{font-size:1.4rem;font-weight:600;color:#2563eb;margin-top:2rem}.impact-image{max-width:800px;margin:0 auto}.road-ahead-content{max-width:900px;margin:0 auto;text-align:center}.road-ahead-text{font-size:1.2rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.road-ahead-text.highlight{font-size:1.4rem;font-weight:600;color:#2563eb;margin-top:2rem}@media(max-width:968px){.content-grid,.story-content{grid-template-columns:1fr;gap:2rem}.content-grid.reverse{direction:ltr}.solution-content{grid-template-columns:1fr}}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.2rem}.idea-question-large{font-size:1.8rem}.section-title{font-size:2rem}.vision-cards{grid-template-columns:1fr}}@media(max-width:480px){.about-hero{padding:60px 0 40px}.page-title{font-size:2rem}.image-placeholder{height:300px}}.features-page{min-height:100vh}.features-hero{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:80px 0 60px;text-align:center}.features-list-section{padding:80px 0;background:#f8fafc}.section-intro{font-size:1.3rem;text-align:center;color:#64748b;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.features-container{display:flex;flex-direction:column;gap:4rem}.feature-detail-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e2e8f0}.feature-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.feature-main-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.feature-main-icon-img{width:100px;height:100px;object-fit:cover;border-radius:50%;box-shadow:0 4px 8px #0000001a}.feature-detail-title{font-size:2.5rem;font-weight:700;color:#1e293b}.feature-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-image-section{width:100%}.feature-image{width:100%;height:350px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.feature-image:hover{transform:scale(1.02)}.feature-text-section{padding:1rem 0}.feature-description-text{font-size:1.3rem;color:#475569;margin-bottom:2rem;line-height:1.8;font-weight:500}.feature-details h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem}.feature-details ul{list-style:none;padding:0}.feature-details ul li{padding:.75rem 0 .75rem 1.5rem;color:#64748b;position:relative;font-size:1.1rem;line-height:1.6}.feature-details ul li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700;font-size:1.2rem}.purpose-section{padding:80px 0;background:#fff}.purpose-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.purpose-image{width:100%}.purpose-text{padding:2rem 0}.purpose-text-large{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;line-height:1.4}.purpose-text-normal{font-size:1.1rem;color:#475569;line-height:1.8}.integration-section{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.integration-content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:3rem}.integration-step{background:#fff;padding:1rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000001a;flex:1;min-width:200px;max-width:250px;min-height:270px}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.integration-step h3{font-size:1.3rem;color:#1e293b;margin-bottom:.5rem}.integration-step p{color:#64748b;line-height:1.6}.integration-arrow{font-size:2rem;color:#667eea;font-weight:700}.features-cta-section{padding:80px 0;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;text-align:center}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-text{font-size:1.3rem;opacity:.95;margin-bottom:2rem;line-height:1.8;color:#fff}@media(max-width:968px){.feature-body,.purpose-content{grid-template-columns:1fr;gap:2rem}.integration-content{flex-direction:column}.integration-arrow{transform:rotate(90deg)}}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.feature-detail-title,.section-title{font-size:2rem}.purpose-text-large{font-size:1.5rem}.cta-title{font-size:2rem}}@media(max-width:480px){.features-hero{padding:60px 0 40px}.page-title{font-size:2rem}.feature-detail-card{padding:2rem 1.5rem}.image-placeholder{height:250px}}.how-it-works-page{min-height:100vh}.how-hero{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:80px 0 60px;text-align:center}.main-message-section{padding:80px 0;background:#fff}.message-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.message-image{width:100%}.content-image-img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.content-image-img:hover{transform:scale(1.02)}.step-icon-img{width:60px;height:60px;object-fit:cover;border-radius:50%;box-shadow:0 4px 8px #0000001a}.step-image-img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.step-image-img:hover{transform:scale(1.05)}.user-icon-img{width:80px;height:80px;object-fit:cover;border-radius:50%;box-shadow:0 4px 8px #0000001a}.message-text{padding:2rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.message-paragraph{font-size:1.2rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}.message-paragraph.highlight{font-size:1.4rem;font-weight:600;color:#2563eb;margin-top:1rem}.steps-section{padding:80px 0;background:#f8fafc}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.step-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.step-card:hover{transform:translateY(-5px)}.step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.step-number{font-size:3rem;font-weight:700;color:#e2e8f0;line-height:1}.step-icon{font-size:2.5rem}.step-image{margin-bottom:1.5rem}.step-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.step-description{color:#64748b;line-height:1.6}.who-can-use-section{padding:80px 0;background:#fff}.section-intro{font-size:1.2rem;text-align:center;color:#64748b;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.user-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.user-type-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2.5rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.user-type-card:hover{transform:translateY(-5px)}.user-icon{font-size:3.5rem;margin-bottom:1rem}.user-type-card h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.user-type-card p{color:#64748b;line-height:1.6}.benefits-section{padding:80px 0;background:#f8fafc}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-text{padding:2rem 0}.benefit-list{margin-top:2rem}.benefit-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.benefit-icon{width:40px;height:40px;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.benefit-item h3{font-size:1.3rem;color:#1e293b;margin-bottom:.5rem}.benefit-item p{color:#64748b;line-height:1.6}.benefits-image{width:100%}.how-cta-section{padding:80px 0;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.3rem;opacity:.95;margin-bottom:2rem;line-height:1.8}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:#fff;color:#5568d3;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}@media(max-width:968px){.message-content,.benefits-content{grid-template-columns:1fr;gap:2rem}.steps-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.section-title,.cta-title{font-size:2rem}.user-types{grid-template-columns:1fr}}@media(max-width:480px){.how-hero{padding:60px 0 40px}.page-title{font-size:2rem}.steps-container{grid-template-columns:1fr}.image-placeholder{height:300px}}.signup-page{min-height:100vh}.signup-hero{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:80px 0 60px;text-align:center}.signup-form-section{padding:80px 0;background:#f8fafc}.signup-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.signup-info{position:sticky;top:100px}.info-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.info-image{width:100%;margin-bottom:2rem}.info-image-img{width:100%;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.info-image-img:hover{transform:scale(1.02)}.info-card h2{font-size:1.8rem;color:#1e293b;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:.75rem 0;color:#64748b;font-size:1.1rem;line-height:1.6}.signup-form-wrapper{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.interests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-top:.5rem}.interest-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.interest-checkbox:hover{border-color:#2563eb;background:#eff6ff}.interest-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0}.interest-checkbox input[type=checkbox]:checked+span{color:#2563eb;font-weight:600}.interest-checkbox span{color:#475569;font-size:.95rem}.form-footer{text-align:center;font-size:.9rem;color:#64748b;margin-top:1rem}.next-steps-section{padding:80px 0;background:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-item{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem}.step-item h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.step-item p{color:#64748b;line-height:1.6}@media(max-width:968px){.signup-content{grid-template-columns:1fr}.signup-info{position:static}}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.signup-form-wrapper{padding:2rem 1.5rem}.interests-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.section-title{font-size:2rem}}@media(max-width:480px){.signup-hero{padding:60px 0 40px}.page-title{font-size:2rem}.signup-form-wrapper{padding:1.5rem 1rem}.interests-grid{grid-template-columns:1fr}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;padding:80px 0 60px;text-align:center}.page-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.page-subtitle{font-size:1.3rem;opacity:.95;max-width:900px;margin:0 auto;line-height:1.8}.contact-main-section{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-info-section{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;height:fit-content;position:sticky;top:100px}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.info-description{color:#64748b;margin-bottom:2rem;line-height:1.6}.contact-info-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.contact-info-card{padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;display:flex;flex-direction:row;gap:1.5rem}.contact-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:60px;height:60px;background:linear-gradient(135deg,#5568d3,#5a3d7a);border-radius:50%;color:#fff;padding:12px;box-shadow:0 4px 12px #5568d34d;transition:transform .3s ease,box-shadow .3s ease;align-self:center}.contact-icon:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.contact-icon svg{width:100%;height:100%}.contact-info-card h3{font-size:1.3rem;color:#1e293b;margin-bottom:.75rem}.contact-info-card p{color:#64748b;margin-bottom:.5rem;line-height:1.6}.social-section{border-top:1px solid #e2e8f0}.social-section h3{font-size:1.2rem;color:#1e293b;margin-bottom:1rem}.social-links{display:flex;flex-wrap:wrap;gap:.75rem}.social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;color:#2563eb;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #5568d34d}.social-link svg{width:20px;height:20px;transition:transform .3s ease}.social-link:hover svg{transform:scale(1.1)}.social-link span{font-weight:500}.contact-form-section{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:1rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:150px}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#047857,#065f46);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem}.success-message h2{font-size:2rem;color:#1e293b;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:#64748b;line-height:1.6}.faq-section{padding:80px 0;background:#fff}.faq-section .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.faq-item.active{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.faq-question{width:100%;padding:1.5rem 2rem;background:transparent;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background-color .3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{font-size:1.2rem;color:#1e293b;margin:0;font-weight:600;flex:1}.faq-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5568d3,#5a3d7a);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:300;line-height:1;flex-shrink:0;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 2rem}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{color:#64748b;line-height:1.8;margin:0;font-size:1rem}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info-section{position:static}}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-info-section,.contact-form-section{padding:2rem 1.5rem}.faq-section .section-title{font-size:2rem}}@media(max-width:480px){.contact-hero{padding:60px 0 40px}.page-title{font-size:2rem}.contact-info-section,.contact-form-section{padding:1.5rem 1rem}.social-links{flex-direction:column}.social-link{text-align:center}}*{margin:0;padding:0;box-sizing:border-box}.app{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;color:#333;line-height:1.6}html{scroll-behavior:smooth}::selection{background-color:#5568d3;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}
