.header{border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;min-height:80px}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;color:var(--text-primary);transition:opacity .3s ease}.logo:hover{opacity:.8;color:var(--text-primary)}.logo-text{color:var(--text-primary)}.logo-accent{color:var(--primary-color);background-color:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:.375rem;margin-left:.25rem}.nav-desktop{margin-left:auto;display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;color:var(--text-secondary);text-decoration:none;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-color)}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:var(--primary-color);border-radius:1px}.header-cta{margin-left:1rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:var(--text-primary);border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger span:nth-child(1){margin-bottom:6px}.hamburger span:nth-child(2){margin-bottom:6px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-mobile{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-large);padding:1rem 0;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-mobile.active{display:flex;transform:translateY(0);opacity:1;visibility:visible}.nav-link-mobile{display:block;padding:1rem 1.5rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;border-left:3px solid transparent}.nav-link-mobile:hover,.nav-link-mobile.active{color:var(--primary-color);background-color:var(--background-secondary);border-left-color:var(--primary-color)}.mobile-cta{margin:1rem 1.5rem .5rem;width:calc(100% - 3rem)}@media (max-width: 768px){.nav-desktop,.header-cta{display:none}.mobile-menu-btn{display:block}.header-content{padding:.75rem 0;min-height:70px}.logo{font-size:1.25rem}}@media (max-width: 480px){.header-content{min-height:60px}.logo{font-size:1.125rem}.nav-link-mobile{padding:.875rem 1rem}.mobile-cta{margin:1rem 1rem .5rem;width:calc(100% - 2rem)}}.footer{background-color:var(--background-dark);color:#fff;padding:4rem 0 0;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-content>.footer-section:nth-child(2),.footer-content>.footer-section:nth-child(3){justify-self:end;text-align:left;width:max-content}.footer-section h4.footer-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;color:#fff;margin-bottom:1rem}.footer-logo:hover{color:#fff;opacity:.8}.footer-logo .logo-text{color:#fff}.footer-logo .logo-accent{color:#fff;background-color:var(--primary-color);padding:.25rem .5rem;border-radius:.375rem;margin-left:.25rem}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:2rem;font-size:1rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:.5rem;color:#9ca3af;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-link:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{margin:0;font-size:.95rem;display:flex;align-items:baseline;gap:.5rem}.contact-label{color:#9ca3af;margin:0;font-size:.875rem}.contact-link{color:#fff;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.copyright{color:#9ca3af;margin:0;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-link{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-bottom-link:hover{color:#fff}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-content>.footer-section:nth-child(2),.footer-content>.footer-section:nth-child(3){justify-self:stretch;text-align:left}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width: 480px){.footer{padding:2rem 0 0}.footer-content{gap:1.5rem}.footer-logo{font-size:1.25rem}.social-links{gap:.75rem}.social-link{width:36px;height:36px}.footer-bottom-links{flex-direction:column;gap:1rem}}.hero{background:linear-gradient(135deg,var(--background-primary) 0%,var(--background-secondary) 100%);padding:6rem 0 4rem;min-height:80vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;color:var(--text-primary)}.hero-subtitle{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.btn-large{padding:1rem 2rem;font-size:1.125rem;min-height:56px}.hero-stats{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--border-color)}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:var(--primary-color);line-height:1}.stat-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.stat-divider{width:1px;height:40px;background-color:var(--border-color)}.stat-text{flex:1;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-image-placeholder{width:100%;max-width:500px;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow-large)}.section-header{margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-description{font-size:1.125rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.7}.benefits{background-color:var(--background-secondary)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{text-align:center;padding:2.5rem 2rem}.benefit-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.benefit-description{color:var(--text-secondary);line-height:1.6;margin:0}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.use-case-card{padding:2rem}.use-case-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.use-case-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.use-case-outcome{padding:1rem;background-color:var(--background-secondary);border-radius:.5rem;border-left:4px solid var(--accent-color);font-size:.95rem;line-height:1.5;color:var(--text-primary)}.partnership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.partnership-card{padding:2rem}.partnership-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.partnership-description{color:var(--text-secondary);line-height:1.6;margin:0}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-image{order:-1}.hero-image-placeholder{max-width:400px;height:300px}}@media (max-width: 768px){.hero{padding:4rem 0 3rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-cta{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:1rem;text-align:center}.stat-divider{width:100%;height:1px}.section-title{font-size:2rem}.benefits-grid,.use-cases-grid,.partnership-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media (max-width: 480px){.hero{padding:3rem 0 2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.hero-image-placeholder{max-width:300px;height:250px}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.benefit-card,.use-case-card,.partnership-card{padding:1.5rem}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}}.hero-photo{width:100%;height:100%;object-fit:contain;border-radius:0;box-shadow:0 2px 8px #00000014;display:block;position:static}.about-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.about-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-description p{font-size:1.125rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.mission-description p:last-child{margin-bottom:0}.mission-image{display:flex;justify-content:center;align-items:center}.mission-image-placeholder{width:100%;max-width:400px;height:300px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow-large)}.mission-image-placeholder img.mission-img{width:100%;height:100%;object-fit:cover;display:block}.values{background-color:var(--background-secondary)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{text-align:center;padding:2.5rem 2rem}.value-icon{width:80px;height:80px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.value-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.value-description{color:var(--text-secondary);line-height:1.6;margin:0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.team-card{padding:2.5rem;text-align:center}.team-image{margin-bottom:2rem}.team-photo{width:150px;height:150px;border-radius:50%;margin:0 auto;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium)}.photo-placeholder{color:#fffc}.team-name{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.team-role{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.team-bio{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.linkedin-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.linkedin-link:hover{color:var(--primary-light)}.approach{background-color:var(--background-secondary)}.approach-steps{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.step{display:flex;gap:2rem;align-items:flex-start}.step-number{flex-shrink:0;width:60px;height:60px;background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.step-description{color:var(--text-secondary);line-height:1.6;margin:0;font-size:1.125rem}.about-cta{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff}.about-cta .cta-content{max-width:600px;margin:0 auto}.about-cta .cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.about-cta .cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}@media (max-width: 1024px){.mission-content{grid-template-columns:1fr;gap:3rem}.mission-image{order:-1}.team-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about-hero{padding:4rem 0 3rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.mission-image-placeholder{max-width:300px;height:250px}.values-grid,.team-grid{grid-template-columns:1fr}.step{flex-direction:column;gap:1rem;text-align:center}.step-number{margin:0 auto}.about-cta .cta-title{font-size:2rem}}@media (max-width: 480px){.about-hero{padding:3rem 0 2rem}.about-title{font-size:2rem}.about-subtitle,.mission-description p{font-size:1rem}.mission-image-placeholder{max-width:280px;height:200px}.value-card,.team-card{padding:2rem 1.5rem}.team-photo{width:120px;height:120px}.team-name,.step-title{font-size:1.25rem}.step-description{font-size:1rem}.about-cta .cta-title{font-size:1.75rem}.about-cta .cta-description{font-size:1rem}}.team-image{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.team-photo{width:200px;height:200px;object-fit:cover;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000014}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:6rem 0 4rem;text-align:center}.contact-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}.contact-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-info-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-icon{flex-shrink:0;width:48px;height:48px;background-color:var(--primary-color);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.contact-detail-content{flex:1}.contact-detail-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.contact-detail-text{color:var(--text-secondary);margin:0}.consultation-note{display:flex;gap:1rem;padding:1.5rem;background-color:var(--background-secondary);border-radius:.75rem;border-left:4px solid var(--accent-color)}.note-icon{flex-shrink:0;color:var(--accent-color)}.note-text{color:var(--text-secondary);line-height:1.6;margin:0;font-size:.95rem}.note-text strong{color:var(--text-primary)}.contact-form-container{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-large);border:1px solid var(--border-color)}.contact-form{display:flex;flex-direction:column}.form-submit{width:100%;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-submit.loading{opacity:.8;cursor:not-allowed}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note{margin-top:1rem;font-size:.875rem;color:var(--text-light);text-align:center;line-height:1.5}.message{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.message svg{flex-shrink:0}.faq{background-color:var(--background-secondary)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.faq-item{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow-light);border:1px solid var(--border-color)}.faq-question{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.4}.faq-answer{color:var(--text-secondary);line-height:1.6;margin:0}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-container{order:-1}}@media (max-width: 768px){.contact-hero{padding:4rem 0 3rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.125rem}.contact-info-title{font-size:1.75rem}.contact-info-description{font-size:1rem}.contact-form-container{padding:2rem}.consultation-note{flex-direction:column;gap:.75rem}.faq-grid{grid-template-columns:1fr}}@media (max-width: 480px){.contact-hero{padding:3rem 0 2rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-content{gap:2rem}.contact-info-title{font-size:1.5rem}.contact-form-container{padding:1.5rem}.contact-details{gap:1.25rem}.contact-detail{gap:.75rem}.contact-icon{width:40px;height:40px}.consultation-note{padding:1.25rem}.faq-item{padding:1.5rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem}}:root{--primary-color: #2d5a4f;--primary-light: #3d6b5f;--primary-dark: #1d4a3f;--accent-color: #4ade80;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--background-primary: #ffffff;--background-secondary: #f9fafb;--background-dark: #111827;--border-color: #e5e7eb;--shadow-light: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text-primary)}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:600}h6{font-size:1.125rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-secondary);font-size:1.125rem;line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-light)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:48px}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow-medium)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-large);color:#fff}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background-color:var(--primary-color);color:#fff}.btn-accent{background-color:var(--accent-color);color:var(--text-primary)}.btn-accent:hover{background-color:#22c55e;transform:translateY(-2px);color:var(--text-primary)}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow-light);transition:all .3s ease;border:1px solid var(--border-color)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large)}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;background-color:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2d5a4f1a}.form-textarea{resize:vertical;min-height:120px}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent-color)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}@media (max-width: 768px){html{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.container{padding:0 1rem}.section{padding:3rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{width:100%;justify-content:center}}@media (max-width: 480px){.container{padding:0 .75rem}h1{font-size:2rem}h2{font-size:1.75rem}}.fade-in{opacity:0;animation:fadeIn .6s ease forwards}.slide-up{transform:translateY(30px);opacity:0;animation:slideUp .6s ease forwards}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-4px)}.loading{opacity:.6;pointer-events:none}.message{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500}.message-success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.main-content>*{flex:1}
