.App{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.logo-image{width:50px;height:50px;border-radius:50%}main{flex:1}html{scroll-behavior:smooth}.hero-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative}.hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.services-bg{background-color:#f8fafc;padding-bottom:4rem}.contact-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.hero-section{padding-top:80px;display:flex;align-items:center;position:relative}.hero-bg{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;width:100%;color:#fff}.hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.hero-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;padding:4rem 0;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{color:#fbbf24;display:block}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.stat{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#ffffff1a;border-radius:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-icon{background-color:#fff3;padding:.75rem;border-radius:.5rem;color:#fbbf24}.stat-number{font-size:1.5rem;font-weight:700;color:#fbbf24}.stat-label{font-size:.875rem;opacity:.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-actions .btn{display:flex;align-items:center;gap:.5rem}.hero-actions .btn-primary{background-color:#fbbf24;color:#1a365d}.hero-actions .btn-primary:hover{background-color:#f59e0b;transform:translateY(-2px)}.hero-actions .btn-secondary{border-color:#fbbf24;color:#fbbf24}.hero-actions .btn-secondary:hover{background-color:#fbbf24;color:#1a365d}.hero-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:400px;height:400px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.2) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.lawyer-illustration{display:flex;flex-direction:column;align-items:center;gap:1rem}.lawyer-figure{position:relative;display:flex;flex-direction:column;align-items:center}.lawyer-head{width:60px;height:60px;border-radius:50%;background-color:#fbbf24;margin-bottom:10px}.lawyer-body{width:80px;height:100px;background-color:#1a365d;border-radius:10px 10px 0 0}.lawyer-robe{width:120px;height:80px;background-color:#2d3748;border-radius:0 0 60px 60px;margin-top:-10px}.scales-justice{color:#fbbf24;opacity:.8}.header{position:fixed;top:0;left:0;right:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid transparent}.header.scrolled{background-color:#fffffffa;border-bottom-color:#e2e8f0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;color:#2c5aa0;font-weight:700;font-size:1.25rem}.logo-icon{color:#2c5aa0}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#2c5aa0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#2c5aa0;transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#4a5568}.menu-toggle:hover{color:#2c5aa0}@media (max-width: 768px){.nav{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.menu-toggle{display:block}.nav-link{padding:.75rem 0;border-bottom:1px solid #e2e8f0}.nav-link:last-child{border-bottom:none}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-actions{justify-content:center}.image-placeholder{width:300px;height:300px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px;justify-content:center}}.services-bg{background-color:#f8fafc}.services-header{text-align:center;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0;height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#2c5aa0}.service-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:1rem;margin-bottom:1.5rem}.service-title{font-size:1.5rem;font-weight:700;color:#1a365d;margin-bottom:1rem}.service-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0;flex:1}.service-feature{color:#2d3748;border-bottom:1px solid #e2e8f0;position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem}.service-feature:last-child{border-bottom:none}.service-feature:before{content:"✓";position:absolute;left:0;top:.5rem;color:#2c5aa0;font-weight:700}.services-cta{text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:3rem;border-radius:1rem;position:relative;overflow:hidden}.services-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.cta-content{position:relative;z-index:1}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fbbf24}.cta-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.services-cta .btn-primary{background-color:#fbbf24;color:#1a365d;font-size:1.1rem;padding:1rem 2rem}.services-cta .btn-primary:hover{background-color:#f59e0b;transform:translateY(-2px)}.contact-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:rgba(255,255,255,.9);border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.info-header{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.info-icon{color:#667eea;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:rgba(102,126,234,.1)}.info-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.info-grid{display:flex;flex-direction:column;gap:1rem}.info-detail{display:flex;flex-direction:column;color:#4a5568}.info-detail-label{font-weight:600;color:#2d3748;margin-bottom:.25rem}.info-detail-value{font-size:1.1rem;color:#4a5568}.info-description{font-size:.9rem;color:#718096;margin-top:.25rem}.contact-form-container{background:white;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;height:-moz-fit-content;height:fit-content}.form-header{margin-bottom:2rem}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a365d}.form-subtitle{color:#4a5568}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.9rem}.form-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease;background-color:#f8fafc}.form-input:focus{outline:none;border-color:#2c5aa0;background-color:#fff}.form-textarea{resize:vertical;min-height:120px}.form-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.form-submit:disabled{opacity:.7;cursor:not-allowed}.submit-success{margin-top:1rem;padding:1rem;background-color:#d1fae5;color:#065f46;border-radius:.5rem;border:1px solid #a7f3d0}.footer{background-color:#1a365d;color:#fff}.footer-main{padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:.5rem;color:#fbbf24;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.logo-icon{color:#fbbf24}.footer-description{line-height:1.6;margin-bottom:1.5rem;color:#cbd5e0}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;color:#fbbf24;border-radius:50%;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#fbbf24;color:#1a365d;transform:translateY(-2px)}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fbbf24}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.5rem}.footer-link{color:#cbd5e0;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:color .3s ease;font-size:.95rem}.footer-link:hover{color:#fbbf24}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#cbd5e0;font-size:.9rem;justify-content:center}.contact-item svg{color:#fbbf24;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;background-color:#0f1419}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#94a3b8;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-link{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-link:hover{color:#fbbf24}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.services-cta{padding:2rem 1rem}.cta-title{font-size:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.info-card{padding:1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo,.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{gap:1rem}}@media (max-width: 1024px) and (min-width: 769px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}.highlights-section .highlights-bg{padding:3rem 0 5rem}.highlights-bg{background-color:#fff}.highlights-content{display:grid;gap:4rem;align-items:start}.highlights-text{flex:1}.highlights-header{margin-bottom:3rem}.highlights-header .section-title{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.highlights-header .section-subtitle{font-size:1.125rem;color:#718096;line-height:1.6}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.highlights-carousel{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.carousel-title{font-size:1.5rem;color:#2d3748;margin-bottom:1.5rem;text-align:center;font-weight:600}.carousel-container{position:relative;width:100%;height:400px;overflow:hidden;border-radius:8px}.carousel-slides{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:100%;position:relative}.carousel-image-container{width:100%;height:100%;position:relative;overflow:hidden;border-radius:8px}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.carousel-slide:hover .carousel-image{transform:scale(1.05)}.carousel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:2rem 1.5rem 1.5rem}.carousel-image-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.carousel-image-description{font-size:.9rem;opacity:.9;line-height:1.4}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0003;z-index:10}.carousel-btn:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:rgba(255,255,255,1);transform:scale(1.2)}.highlight-card{background:#ffffff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.highlight-icon{color:#667eea;margin-bottom:1.5rem}.highlight-title{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.highlight-description{color:#718096;line-height:1.6}.about-law-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.about-law-bg{background-color:transparent}.about-law-header{text-align:center;margin-bottom:4rem}.about-law-header .section-title{font-size:2.5rem;color:#2d3748;margin-bottom:2rem}.law-title-container{margin-bottom:2rem}.law-title{font-size:1.75rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.law-subtitle{font-size:1.125rem;color:#667eea;font-weight:500}.law-description{font-size:1.125rem;color:#718096;max-width:800px;margin:0 auto;line-height:1.6}.law-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 0}.law-feature{background:#ffffff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease}.law-feature:hover{transform:translateY(-4px)}.feature-icon{color:#667eea;margin-bottom:1.5rem}.feature-title{font-size:1.25rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.feature-description{color:#718096;line-height:1.6}.law-cta{margin-top:4rem}.past-events-section{padding:5rem 0}.past-events-bg{background-color:#f8fafc}.events-header{text-align:center;margin-bottom:4rem}.events-header .section-title{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.events-header .section-subtitle{font-size:1.125rem;color:#718096;max-width:800px;margin:0 auto;line-height:1.6}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.event-card{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;max-width:350px}.event-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.event-image{height:200px;overflow:hidden}.event-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.event-card:hover .event-img{transform:scale(1.05)}.event-content{padding:1.5rem}.event-title{font-size:1.25rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.event-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.event-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#718096}.event-description{color:#4a5568;line-height:1.6;font-size:.95rem}.events-cta{margin-top:4rem}.team-section{padding:5rem 0}.team-bg{background-color:#f8fafc}.team-header{text-align:center;margin-bottom:4rem}.team-header .section-title{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.team-header .section-subtitle{font-size:1.125rem;color:#718096;max-width:800px;margin:0 auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.team-card{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;width:400px}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.team-image{height:250px;overflow:hidden}.member-img{width:100%;transition:transform .3s ease}.team-card:hover .member-img{transform:scale(1.05)}.team-content{padding:1.5rem}.member-name{font-size:1.25rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.member-role{font-size:1rem;color:#667eea;margin-bottom:1rem;font-weight:500}.member-bio{color:#4a5568;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem}.member-links{display:flex;gap:.5rem}.member-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#667eea;color:#fff;border-radius:50%;transition:background-color .3s ease;text-decoration:none}.member-link:hover{background-color:#5a67d8}.team-cta{margin-top:4rem}@media (max-width: 768px){.highlights-section,.about-law-section,.team-section,.past-events-section{padding:3rem 0}.highlights-content{grid-template-columns:1fr;gap:3rem}.highlights-carousel{order:-1;padding:1.5rem}.carousel-container{height:250px}.highlights-header .section-title,.about-law-header .section-title,.team-header .section-title,.events-header .section-title{font-size:2rem}.highlights-grid,.law-features,.team-grid,.events-grid{grid-template-columns:1fr;gap:1.5rem}.highlight-card,.law-feature{padding:1.5rem}.team-card,.event-card{margin:0 1rem}.team-content,.event-content{padding:1rem}}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%}.mx-auto{margin-inline:auto}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-full{height:100%}.w-full{width:100%}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1400px\!important\]{max-width:1400px!important}.max-w-\[1400px\]{max-width:1400px}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.bg-\[\#667eea\]{background-color:#667eea}.bg-\[\#f8fafc\]{background-color:#f8fafc}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.text-\[\#2d3748\]{color:#2d3748}.text-\[\#4a5568\]{color:#4a5568}.text-\[\#667eea\]{color:#667eea}.text-\[\#718096\]{color:#718096}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:bg-\[\#5a67d8\]:hover{background-color:#5a67d8}.hover\:text-\[\#5a67d8\]:hover{color:#5a67d8}}:root{color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{text-align:center;width:100%;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.section-title{color:#1a365d;text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.btn{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background-color:#2c5aa0}.btn-primary:hover{background-color:#2446a0;transform:translateY(-2px)}.btn-secondary{color:#2c5aa0;background-color:#0000;border:2px solid #2c5aa0}.btn-secondary:hover{color:#fff;background-color:#2c5aa0}.card{background:#fff;border-radius:.75rem;height:100%;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.grid{gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:768px){.section{padding:2rem 0}.section-title{font-size:2rem}.container{padding:0 .5rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
