.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-img{width:40px;height:40px;object-fit:contain}.logo-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-link{text-decoration:none;color:#333;font-weight:500;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:#667eea}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:1px}.nav-cta{margin-left:16px}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background:#333;border-radius:1px;transition:all .3s ease}.hamburger span:nth-child(1){transform-origin:top left}.hamburger span:nth-child(2){margin:6px 0}.hamburger span:nth-child(3){transform-origin:bottom left}.hamburger-open span:nth-child(1){transform:rotate(45deg) translateY(-1px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translateY(1px)}@media (max-width: 768px){.menu-toggle{display:block}.nav-links{position:fixed;top:100%;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:32px 24px;gap:24px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid rgba(0,0,0,.1)}.nav-links-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{font-size:18px;padding:8px 0}.nav-cta{margin-left:0;margin-top:16px}.logo-text{font-size:20px}.logo-img{width:32px;height:32px}}.footer{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:60px 0 20px;margin-top:0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-section h4{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}.footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:16px}.footer-logo-img{width:32px;height:32px;object-fit:contain}.footer-logo-text{font-size:20px;font-weight:700;color:#fff}.footer-description{color:#bdc3c7;line-height:1.6;margin-bottom:0}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.app-store-badge{height:50px;width:auto}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #34495e}.footer-bottom p{color:#bdc3c7;margin:0}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:32px;text-align:center}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-bottom-links{justify-content:center}}.phone-frame{display:inline-block;margin:20px}.phone-frame-container{position:relative;background:#000;border-radius:40px;padding:0;border:8px solid #000;box-shadow:0 0 0 2px #c7c7cc;transition:transform .3s ease}.phone-frame-container:hover{transform:translateY(-2px)}.phone-screen{width:100%;height:100%;border-radius:32px;overflow:hidden;background:#000;position:relative}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:30px;background:#000;border-radius:0 0 20px 20px;z-index:2}.phone-screen img{width:100%;height:100%;object-fit:cover;border-radius:32px}.phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:134px;height:5px;background:rgba(255,255,255,.4);border-radius:3px;z-index:2}.phone-frame-container:before{content:"";position:absolute;left:-8px;top:80px;width:3px;height:30px;background:#000;border-radius:0 3px 3px 0}.phone-frame-container:after{content:"";position:absolute;right:-8px;top:120px;width:3px;height:60px;background:#000;border-radius:3px 0 0 3px}.phone-frame-small .phone-frame-container{width:200px;height:400px;padding:0;border-radius:30px}.phone-frame-small .phone-screen{border-radius:20px}.phone-frame-small .phone-notch{width:100px;height:20px;border-radius:0 0 15px 15px}.phone-frame-small .phone-home-indicator{width:90px;height:3px}.phone-frame-medium .phone-frame-container{width:300px;height:600px}.phone-frame-large .phone-frame-container{width:350px;height:700px;padding:0;border-radius:45px}.phone-frame-large .phone-screen{border-radius:35px}.phone-frame-large .phone-notch{width:180px;height:35px;border-radius:0 0 25px 25px}.phone-frame-large .phone-home-indicator{width:150px;height:6px}@media (max-width: 768px){.phone-frame-container{width:250px!important;height:500px!important;padding:0!important}.phone-notch{width:125px!important;height:25px!important;border-radius:0 0 18px 18px!important}.phone-frame-small .phone-frame-container{width:180px!important;height:360px!important}.phone-frame-small .phone-notch{width:90px!important;height:18px!important;border-radius:0 0 12px 12px!important}.phone-frame-large .phone-frame-container{width:280px!important;height:560px!important}.phone-frame-large .phone-notch{width:140px!important;height:28px!important;border-radius:0 0 20px 20px!important}}@media (max-width: 480px){.phone-frame{margin:10px}.phone-frame-container{width:220px!important;height:440px!important}.phone-notch{width:110px!important;height:22px!important;border-radius:0 0 16px 16px!important}.phone-frame-small .phone-notch{width:80px!important;height:16px!important;border-radius:0 0 10px 10px!important}.phone-frame-large .phone-notch{width:120px!important;height:24px!important;border-radius:0 0 18px 18px!important}}.hero-section{background:linear-gradient(135deg,rgba(102,126,234,.9) 0%,rgba(118,75,162,.9) 100%);color:#fff;padding:120px 0 80px;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;margin-bottom:32px;color:#ffffffe6;line-height:1.6}.hero-image{display:flex;justify-content:center;align-items:center}.hero-phone{margin:0}.feature-section{position:relative}.feature-section-alt{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.feature-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-content-reverse{grid-template-columns:1fr 1fr}.feature-content-reverse .feature-image{order:-1}.feature-text h2{font-size:2.5rem;font-weight:600;margin-bottom:24px;color:#2c3e50;line-height:1.3}.feature-text p{font-size:1.125rem;color:#666;margin-bottom:32px;line-height:1.7}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{font-size:1rem;color:#555;margin-bottom:12px;display:flex;align-items:center;gap:12px}.feature-list li:before{content:"✓";color:#27ae60;font-weight:700;font-size:1.2rem}.feature-image{display:flex;justify-content:center;align-items:center}.cta-section{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;text-align:center}@media (max-width: 1024px){.hero-content,.feature-content{gap:60px}.hero-text h1{font-size:3rem}.feature-text h2{font-size:2.25rem}}@media (max-width: 768px){.hero-section{padding:100px 0 60px;min-height:80vh}.hero-content,.feature-content{grid-template-columns:1fr;gap:40px;text-align:center}.feature-content-reverse .feature-image{order:1}.feature-content-reverse .feature-text{order:0}.hero-text h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.feature-text h2{font-size:2rem}.feature-text p{font-size:1rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.125rem}}@media (max-width: 480px){.hero-section{padding:80px 0 40px}.hero-text h1{font-size:2rem}.feature-text h2{font-size:1.75rem}.app-store-badge{height:50px}}.organization-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.organization-content h2{font-size:2.5rem;font-weight:600;margin-bottom:24px;color:#2c3e50}.organization-content>p{font-size:1.125rem;color:#666;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.organization-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:60px;max-width:900px;margin:0 auto}.org-image-item h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:24px}.org-image-item p{font-size:1rem;color:#666;margin-top:24px;max-width:300px;margin-left:auto;margin-right:auto}.core-features-section{background:white}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;max-width:1200px;margin:0 auto}.feature-card{background:white;padding:40px 32px;border-radius:16px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #f0f0f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.feature-icon{font-size:3rem;margin-bottom:24px;text-align:center}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#2c3e50;text-align:center}.feature-card ul{list-style:none;padding:0;margin:0}.feature-card li{font-size:1rem;color:#666;margin-bottom:12px;padding-left:24px;position:relative;line-height:1.5}.feature-card li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.pricing-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.pricing-subtitle{font-size:1.125rem;color:#666;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.pricing-table{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1000px;margin:0 auto}.pricing-card{background:white;border-radius:16px;padding:40px 32px;box-shadow:0 10px 30px #0000001a;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.pricing-card-featured{border:3px solid #667eea;transform:scale(1.05)}.pricing-card-featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:8px 24px;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:32px}.pricing-header h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.price{display:flex;align-items:baseline;justify-content:center;gap:4px}.price-amount{font-size:3rem;font-weight:700;color:#2c3e50}.price-period{font-size:1rem;color:#666}.pricing-features{margin-bottom:32px}.pricing-features ul{list-style:none;padding:0;margin:0}.pricing-features li{font-size:1rem;color:#666;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:12px;line-height:1.5}.pricing-features li:before{content:"✓";color:#27ae60;font-weight:700;font-size:1.2rem}.pricing-cta{text-align:center}.cta-section{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff}@media (max-width: 1024px){.organization-images{gap:40px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.pricing-table{grid-template-columns:1fr;max-width:400px}.pricing-card-featured{transform:none}.pricing-card-featured:hover{transform:translateY(-8px)}}@media (max-width: 768px){.page-header{padding:100px 0 60px}.header-content h1{font-size:2.5rem}.section-title,.organization-content h2{font-size:2rem}.organization-images{grid-template-columns:1fr;gap:40px}.features-grid{grid-template-columns:1fr}.feature-card,.pricing-card{padding:32px 24px}.pricing-card-featured .pricing-header{margin-top:20px}.cta-content h2{font-size:2rem}}@media (max-width: 480px){.header-content h1{font-size:2rem}.section-title,.organization-content h2{font-size:1.75rem}.feature-card,.pricing-card{padding:24px 20px}.pricing-card-featured .pricing-header{margin-top:24px}.app-store-badge{height:50px}}.page-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:120px 0 80px;text-align:center}.header-content h1{font-size:3rem;font-weight:700;margin-bottom:24px;color:#fff}.header-content p{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto}.mission-section{background:white}.mission-content h2{font-size:2.5rem;font-weight:600;margin-bottom:32px;color:#2c3e50}.mission-text{font-size:1.25rem;color:#666;line-height:1.8;max-width:800px;margin:0 auto}.story-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:80px;align-items:center}.story-text h2{font-size:2.5rem;font-weight:600;margin-bottom:32px;color:#2c3e50}.story-text p{font-size:1.125rem;color:#666;line-height:1.7;margin-bottom:24px}.story-visual{background:white;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:center}.story-icon{font-size:4rem;margin-bottom:24px}.story-visual h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.story-visual p{font-size:1rem;color:#666;line-height:1.6}.team-section{background:white}.team-grid{display:flex;justify-content:center;max-width:600px;margin:0 auto}.team-member{background:white;padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease}.team-member:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.member-photo{width:240px;height:240px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #f0f0f0}.member-photo img{width:100%;height:100%;object-fit:cover}.member-info h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.member-role{font-size:1rem;color:#667eea;font-weight:500;margin-bottom:16px}.member-description{font-size:1rem;color:#666;line-height:1.6;text-align:center}.member-links{margin-bottom:12px}.member-link{display:inline-block;color:#667eea;font-weight:600;text-decoration:none;border-bottom:2px solid rgba(102,126,234,.25);padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.member-link:hover{color:#556cd6;border-color:#667eea99}.values-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1000px;margin:0 auto}.value-card{background:white;padding:40px 32px;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.value-icon{font-size:3rem;margin-bottom:24px}.value-card h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.value-card p{font-size:1rem;color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.cta-content h2{font-size:2.5rem;font-weight:600;margin-bottom:24px;color:#fff}.cta-content p{font-size:1.25rem;color:#ffffffe6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.app-store-link{display:inline-block;transition:transform .3s ease}.app-store-link:hover{transform:scale(1.05)}.app-store-badge{height:60px;width:auto}@media (max-width: 1024px){.story-content{gap:60px}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}}@media (max-width: 768px){.page-header{padding:100px 0 60px}.header-content h1{font-size:2.5rem}.section-title,.mission-content h2{font-size:2rem}.story-content{grid-template-columns:1fr;gap:40px;text-align:center}.story-text h2{font-size:2rem}.values-grid{grid-template-columns:1fr}.member-photo{width:200px;height:200px}.team-member{padding:32px 24px}.cta-content h2{font-size:2rem}}@media (max-width: 480px){.header-content h1{font-size:2rem}.section-title,.mission-content h2,.story-text h2{font-size:1.75rem}.member-photo{width:160px;height:160px}.value-card{padding:32px 24px}.team-member{padding:24px 20px}.app-store-badge{height:50px}}.google-form-section{background:white;padding:80px 0}.google-form-content{max-width:800px;margin:0 auto}.section-subtitle{font-size:1.25rem;color:#666;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.google-form-card{background:white;padding:60px 40px;border-radius:20px;box-shadow:0 15px 40px #0000001a;border:1px solid #f0f0f0;max-width:500px;margin:0 auto}.google-form-card .contact-icon{font-size:4rem;margin-bottom:24px}.google-form-card h3{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.google-form-card p{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:32px}.google-form-btn{padding:32px 72px;font-size:2.25rem;font-weight:600;border-radius:16px;text-decoration:none;display:inline-block;transition:all .3s ease;min-width:360px;line-height:1.2}.google-form-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.faq-section{background:linear-gradient(135deg,#f8f9ff 0%,#f0f4ff 100%)}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:60px;color:#2c3e50}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto}.faq-item{background:white;padding:32px;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:left;transition:all .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.faq-item h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:16px}.faq-item p{font-size:1rem;color:#666;line-height:1.6;margin:0}@media (max-width: 1024px){.faq-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media (max-width: 768px){.google-form-section{padding:60px 0}.google-form-card{padding:40px 24px;margin:0 20px}.google-form-card h3{font-size:1.5rem}.google-form-card p{font-size:1rem}.section-title{font-size:2rem}.faq-grid{grid-template-columns:1fr}.faq-item{padding:24px}}@media (max-width: 480px){.google-form-section{padding:40px 0}.google-form-card{padding:32px 16px;margin:0 12px}.google-form-card .contact-icon{font-size:3rem}.google-form-card h3{font-size:1.25rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:40px}.google-form-btn{padding:20px 24px;font-size:1.5rem;min-width:unset;width:100%;max-width:280px;box-sizing:border-box}.faq-item{padding:20px}}@media (max-width: 320px){.google-form-card{padding:24px 12px;margin:0 8px}.google-form-btn{padding:16px 20px;font-size:1.25rem;max-width:260px}.section-title{font-size:1.5rem}}.privacy{min-height:100vh;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.page-header{background:linear-gradient(135deg,#0066cc 0%,#004499 100%);color:#fff;padding:100px 0 60px;text-align:center}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.last-updated{font-style:italic;color:#ffffffe6;font-size:1.1rem;margin-top:1rem}.privacy-content{padding:80px 0}.content-wrapper{max-width:800px;margin:0 auto;background:white;border-radius:20px;padding:60px;box-shadow:0 20px 40px #0000001a;line-height:1.7}.intro-text{font-size:1.2rem;color:#4a5568;margin-bottom:2rem;text-align:center;font-weight:500}.section-divider{margin:3rem 0;border:none;border-top:2px solid #e2e8f0;width:100%}.privacy-section{margin-bottom:3rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#06c;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #0066cc;position:relative}.privacy-section h2:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#0066cc,#004499);border-radius:2px}.privacy-section p{color:#4a5568;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.7}.privacy-section ul{margin-bottom:2rem;padding-left:0;list-style:none}.privacy-section li{color:#4a5568;font-size:1.1rem;margin-bottom:1rem;padding-left:2rem;position:relative;line-height:1.7}.privacy-section li:before{content:"•";color:#06c;font-size:1.5rem;position:absolute;left:.5rem;top:-.1rem;font-weight:700}.privacy-section strong{color:#06c;font-weight:600}.privacy-section a{color:#06c;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:all .3s ease}.privacy-section a:hover{border-bottom-color:#06c;color:#049}.contact-link-wrapper{text-align:center;margin-top:2rem;font-size:1.2rem}.contact-link-wrapper:before{content:"👉";font-size:1.4rem;margin-right:1rem;display:inline-block}.contact-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0066cc,#004499);color:#fff!important;padding:1rem 2rem;border-radius:50px;text-decoration:none!important;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #0066cc4d;border:none!important}.contact-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #06c6;color:#fff!important}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.page-header{padding:80px 0 40px}.page-header h1{font-size:2.5rem}.content-wrapper{padding:40px 30px;border-radius:15px}.privacy-section h2{font-size:1.8rem}.privacy-section p,.privacy-section li{font-size:1rem}.intro-text{font-size:1.1rem}}@media (max-width: 480px){.page-header h1{font-size:2rem}.content-wrapper{padding:30px 20px;margin:0 20px}.privacy-section h2{font-size:1.6rem}.contact-link{padding:.8rem 1.5rem;font-size:1rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}.fade-in{opacity:0;transform:translateY(30px);animation:fadeIn .6s ease-in forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{opacity:0;transform:translate(-50px);animation:slideInLeft .8s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.slide-in-right{opacity:0;transform:translate(50px);animation:slideInRight .8s ease-out forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){main{padding-top:70px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-padding-top:80px}body{font-family:Inter,-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.6;color:#333;background-color:#fafafa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.text-center{text-align:center}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;cursor:pointer;border:none;font-size:16px}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:white;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:16px;font-weight:600}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.875rem}p{margin-bottom:16px;color:#666;line-height:1.7}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}
