@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#003fa0;--primary-color-light:#4a7bc8;--accent-color:gold;--accent-color-dark:#ffc107;--bg-neutral:#fff;--bg-light:#f8f9fa;--bg-card:#fff;--text-color:#333;--text-secondary:#6b7280;--text-light:#9ca3af;--font-family-base:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-size-base:16px;--line-height-base:1.5;--radius-small:8px;--radius-medium:12px;--radius-large:16px;--radius-pill:50px;--shadow-soft:0 1px 3px #0000001a;--shadow-medium:0 4px 6px #0000001a;--shadow-large:0 10px 15px #0000001a;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-xxl:4rem}*{box-sizing:border-box;margin:0;padding:0}body,html{background:#fff;background:var(--bg-neutral);color:#333;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font-family-base);font-size:16px;font-size:var(--font-size-base);height:100%;line-height:1.5;line-height:var(--line-height-base)}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;min-height:calc(100vh - 80px);padding-top:80px}.navigation{background:#fff;border-bottom:1px solid #e5e7eb;height:80px;left:0;padding:0;position:fixed;right:0;top:0;z-index:1000}.nav-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem;padding:0 var(--space-md)}.brand-logo{cursor:pointer;height:40px;transition:transform .2s ease;width:auto}.brand-logo:hover{transform:scale(1.05)}.nav-link{align-items:center;border-radius:50px;border-radius:var(--radius-pill);display:inline-flex;font-size:.875rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link-login{background:gold;background:var(--accent-color);color:#003fa0;color:var(--primary-color);font-weight:700}.nav-link-login:hover{background:#ffc107;background:var(--accent-color-dark);transform:translateY(-1px)}.user-profile-section{align-items:center;display:flex;gap:1rem;gap:var(--space-sm)}.nav-profile-image,.nav-profile-placeholder{border:2px solid #003fa0;border:2px solid var(--primary-color);border-radius:50%;height:32px;width:32px}.nav-profile-placeholder{align-items:center;background:#003fa0;background:var(--primary-color);color:#fff;display:flex;font-size:.75rem;font-weight:700;justify-content:center}.user-welcome{color:#333;color:var(--text-color);font-size:.875rem;font-weight:500}.hamburger-btn{align-items:center;background:#003fa0;background:var(--primary-color);border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:3px;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.hamburger-btn:hover{background:#4a7bc8;background:var(--primary-color-light)}.hamburger-btn span{background:#fff;border-radius:1px;height:2px;transition:all .2s ease;width:18px}.menu-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-radius:var(--radius-medium);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-large);overflow:hidden;position:absolute;right:0;top:50px;width:240px;z-index:1001}.menu-item{background:#0000;border:none;border-bottom:1px solid #f3f4f6;color:#333;color:var(--text-color);cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.menu-item:hover{background:#f9fafb}.menu-item.active{background:#003fa0;background:var(--primary-color);color:#fff}.mobile-overlay{background:#0000001a;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.cta-button{align-items:center;border:none;border-radius:50px;border-radius:var(--radius-pill);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-soft);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.cta-button.primary{background:gold;background:var(--accent-color);border:2px solid #0000;color:#003fa0;color:var(--primary-color)}.cta-button:hover{box-shadow:0 4px 6px #0000001a;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.auth-button,.submit-btn{background:#003fa0;background:var(--primary-color);border:none;border-radius:12px;border-radius:var(--radius-medium);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled),.submit-btn:hover:not(:disabled){background:#4a7bc8;background:var(--primary-color-light);transform:translateY(-1px)}.form-group{margin-bottom:1.5rem;margin-bottom:var(--space-md)}.form-group label{color:#333;color:var(--text-color);display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;margin-bottom:var(--space-xs)}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;border-radius:var(--radius-medium);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-family:var(--font-family-base);font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:#003fa0;border-color:var(--primary-color);box-shadow:0 0 0 3px #003fa01a;outline:none}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;border-radius:var(--radius-medium);color:#dc2626;margin-bottom:1.5rem;margin-bottom:var(--space-md)}.error-message,.success-message{font-size:.875rem;padding:1rem;padding:var(--space-sm)}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;border-radius:var(--radius-medium);color:#16a34a;margin-top:1.5rem;margin-top:var(--space-md)}.app-loading,.dashboard-loading,.loading-container{align-items:center;background:#003fa0;background:var(--primary-color);color:#fff;display:flex;font-size:1rem;font-weight:500;justify-content:center;min-height:100vh}.text-center{text-align:center}.mt-lg{margin-top:2rem;margin-top:var(--space-lg)}.mb-lg{margin-bottom:2rem;margin-bottom:var(--space-lg)}.hidden{display:none!important}.visible{display:block!important}.hero,.landing-page{position:relative}.hero{align-items:center;background:linear-gradient(135deg,#003fa0cc,#003fa0e6),url(https://lqlwcvufmzewjjtzhwip.supabase.co/storage/v1/object/public/images/backbay.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem;text-align:center}.hero-content{max-width:1000px;position:relative;width:100%;z-index:2}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 10px #0000004d}.hero-title .brand-highlight{color:gold;text-shadow:3px 3px 15px #0006}.hero-subtitle{color:gold;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;margin-bottom:1rem;opacity:.95;text-shadow:1px 1px 8px #0000004d}.hero-description{font-size:clamp(1.125rem,2.5vw,1.5rem);margin-bottom:1rem;opacity:.9;text-shadow:1px 1px 6px #0000004d}.hero-description,.hero-tagline{font-weight:400;margin-left:auto;margin-right:auto;max-width:800px}.hero-tagline{color:#e6f3ff;font-size:clamp(1rem,2vw,1.25rem);margin-bottom:3rem;opacity:.85;text-shadow:1px 1px 5px #0000004d}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.section-container{margin:0 auto;max-width:1200px;padding:4rem 2rem;position:relative;z-index:1}.section-title{color:var(--primary-color);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.section-title:after{background:var(--accent-color);border-radius:2px;bottom:-.5rem;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.service-items{grid-gap:3rem;display:grid;gap:3rem;margin-top:3rem}.service-item{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}.service-content{text-align:center}.service-title{color:var(--primary-color);font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.service-description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.service-image{border-radius:var(--radius-large);box-shadow:var(--shadow-medium);overflow:hidden;transition:transform .3s ease}.service-image:hover{transform:scale(1.02)}.service-image img{display:block;height:300px;object-fit:cover;width:100%}.about-section{background:#fff;border-radius:var(--radius-large);box-shadow:var(--shadow-soft)}.about-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.about-image{border:4px solid var(--accent-color);border-radius:50%;box-shadow:var(--shadow-medium);height:200px;object-fit:cover;width:200px}.about-text{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:800px;text-align:center}#contact-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color-light) 100%);color:#fff}#contact-section .section-title{color:#fff}#contact-section .section-title:after{background:var(--accent-color)}#contact-section .section-description{color:#fff;opacity:.9}.contact-form{margin:0 auto;max-width:600px}.contact-form form{background:#fff;border-radius:var(--radius-large);box-shadow:var(--shadow-medium);padding:2rem}.contact-form label{color:var(--primary-color);font-weight:600}.contact-form .form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #003fa01a}.contact-form .submit-btn{background:linear-gradient(135deg,var(--accent-color) 0,var(--accent-color-dark) 100%);color:var(--primary-color);font-weight:700}.contact-form .submit-btn:hover{background:linear-gradient(135deg,var(--accent-color-dark) 0,#e6ac00 100%);transform:translateY(-2px)}.auth-container{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.auth-card{background:#fff;border-radius:var(--radius-large);box-shadow:var(--shadow-medium);max-width:400px;padding:2rem;width:100%}.auth-card h2{color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:var(--text-secondary);font-size:.875rem;margin-bottom:2rem;text-align:center}@media (min-width:1024px){.service-item{grid-template-columns:1fr 1fr}.service-content,.service-item{text-align:left}.service-description{margin:0}.service-item:nth-child(2n){direction:rtl}.service-item:nth-child(2n)>*{direction:ltr}.about-content{flex-wrap:nowrap}.about-content,.about-text{text-align:left}}@media (min-width:768px) and (max-width:1023px){.section-container{padding:3rem 2rem}.service-item{gap:2rem;grid-template-columns:1fr 1fr}.service-content{text-align:left}.service-description{margin:0}}@media (max-width:767px){.hero{min-height:calc(100vh - 80px);padding:4rem 1rem}.section-container{padding:2rem 1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .cta-button{max-width:280px;width:100%}.service-item{gap:1.5rem}.service-image img{height:250px}.auth-container{padding:1rem}.auth-card,.contact-form form{padding:1.5rem}.about-content{flex-direction:column}.about-image{height:150px;width:150px}}