.header{position:fixed;top:0;left:0;right:0;background-color:var(--navy);z-index:1000;padding:1.1rem 0;box-shadow:0 3px 12px #0000001f}.header-content{display:flex;justify-content:space-between;align-items:center}.logo img{height:50px;width:auto}.nav{display:flex;gap:1.8rem;align-items:center}.nav-link{color:var(--white);font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;cursor:pointer;text-decoration:none}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--white);transition:width .3s ease}.nav-link:hover{opacity:.8}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;padding:.5rem}.menu-toggle span{display:block;width:25px;height:3px;background-color:var(--white);transition:all .3s ease}.cta-buttons{display:flex;gap:.75rem;align-items:center}.cta-button{padding:.7rem 1.4rem;border-radius:8px;font-weight:600;font-size:.88rem;transition:all .3s ease;cursor:pointer;white-space:nowrap;border:2px solid var(--white)}.cta-quote{background-color:var(--white)!important;color:var(--navy)!important}.cta-quote:hover{background-color:transparent;color:var(--white);transform:translateY(-2px);box-shadow:0 4px 8px #fff3}.cta-demo{background-color:transparent;color:var(--white)}.cta-demo:hover{background-color:var(--white);color:var(--navy);transform:translateY(-2px);box-shadow:0 4px 8px #fff3}@media (max-width: 768px){.logo img{height:40px}.menu-toggle{display:flex}.nav{position:fixed;top:82px;left:0;right:0;flex-direction:column;background-color:var(--navy);padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s ease}.nav-open{transform:translate(0)}.nav-link{font-size:1.2rem}.cta-buttons{width:100%;flex-direction:column;gap:.75rem;margin-top:1rem}.cta-button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;position:relative;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:10;transition:transform .2s ease}.modal-close svg{width:24px;height:24px;color:#4a5568}.modal-close:hover{transform:rotate(90deg)}.modal-close:hover svg{color:#1a2e50}.modal-form-container{padding:40px;overflow-y:auto;max-height:90vh}.modal-title{font-family:"Roboto Serif",serif;font-size:32px;font-weight:700;color:#1a2e50;margin-bottom:12px}.modal-description{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;margin-bottom:32px;line-height:1.6}.booking-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-family:Trebuchet MS,sans-serif;font-size:14px;font-weight:600;color:#1a2e50}.form-group input{font-family:Trebuchet MS,sans-serif;font-size:16px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:6px;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#1a2e50;box-shadow:0 0 0 3px #1a2e501a}.form-group input::placeholder{color:#a0aec0}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.submit-button{font-family:Trebuchet MS,sans-serif;font-size:16px;font-weight:600;background-color:#1a2e50;color:#fff;padding:14px 24px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;margin-top:12px}.submit-button:hover{background-color:#2d3748;transform:translateY(-2px);box-shadow:0 4px 12px #1a2e504d}.modal-calendar-container{width:100%;height:90vh;max-height:800px}@media (max-width: 768px){.modal-overlay{padding:0}.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-form-container{padding:30px 20px}.modal-title{font-size:28px}.modal-calendar-container{height:100vh}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(145deg,var(--navy) 0%,#2a4d70 100%);padding-top:82px;position:relative;overflow:hidden}.hero-container{position:relative;width:100%;height:calc(100vh - 82px);display:flex;align-items:center;justify-content:flex-start;padding:0 5rem}.hero-content{position:relative;z-index:10;max-width:680px;background:#1e3a5fe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3.5rem;border-radius:24px;box-shadow:0 24px 64px #00000073}.hero-title{font-size:3.5rem;color:var(--white);margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.75rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.5;font-weight:500;animation:fadeInUp .8s ease-out .2s backwards}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards}.btn{padding:1.1rem 2.8rem;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease;display:inline-block}.btn-primary{background-color:var(--white);color:var(--navy)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fff3}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--navy);transform:translateY(-2px)}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.video-player{width:100%;height:100%;object-fit:cover;display:block}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.hero-container{padding:0 2rem}.hero-content{max-width:600px;padding:2.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}}@media (max-width: 768px){.hero{padding-top:82px}.hero-container{padding:0 1rem}.hero-content{padding:2rem 1.5rem;max-width:100%}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;text-align:center;padding:.9rem 2rem;font-size:1rem}}.about{padding:6rem 0;background-color:var(--white)}.section-header{text-align:center;max-width:900px;margin:0 auto 4rem}.section-title{font-size:3rem;color:var(--navy);margin-bottom:2rem}.section-description{font-size:1.15rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.section-description:last-of-type{margin-bottom:0}.what-we-do-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:5rem}.what-we-do-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:3rem 2.5rem;border-radius:20px;border:2px solid #e9ecef;transition:all .3s ease}.what-we-do-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #1a2e501a;border-color:var(--navy)}.card-title{font-size:1.8rem;color:var(--navy);margin-bottom:2rem;text-align:center}.features-list{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;color:#555;line-height:1.6}.checkmark{width:24px;height:24px;color:#28a745;stroke-width:3;flex-shrink:0;margin-top:2px}.xmark{width:24px;height:24px;color:#dc3545;stroke-width:3;flex-shrink:0;margin-top:2px}.founder-section{background:linear-gradient(135deg,var(--navy) 0%,#2d4a6f 100%);border-radius:25px;padding:4rem 3rem;margin-bottom:4rem}.founder-content{display:flex;align-items:center;gap:3rem}.founder-image{flex-shrink:0}.founder-image img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid var(--white);box-shadow:0 10px 30px #0000004d}.founder-info{flex:1}.founder-title{font-size:1.3rem;color:#fffc;margin-bottom:.5rem;font-weight:400}.founder-name{font-size:2.2rem;color:var(--white);margin-bottom:1.5rem;font-weight:700}.founder-bio{font-size:1.1rem;color:#ffffffe6;line-height:1.8}.timeline-banner{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;padding:3rem;text-align:center;border:2px solid var(--navy)}.timeline-content{max-width:600px;margin:0 auto}.timeline-title{font-size:2rem;color:var(--navy);margin-bottom:1rem}.timeline-text{font-size:1.3rem;color:#555;line-height:1.6}.timeline-text strong{color:var(--navy);font-size:1.5rem;font-weight:700}@media (max-width: 1024px){.founder-content{flex-direction:column;text-align:center}.founder-image img{width:180px;height:180px}}@media (max-width: 768px){.about{padding:4rem 0}.section-title{font-size:2rem}.section-description{font-size:1rem}.what-we-do-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.what-we-do-card{padding:2.5rem 2rem}.card-title{font-size:1.5rem}.feature-item{font-size:1rem}.founder-section{padding:3rem 2rem;margin-bottom:3rem}.founder-image img{width:150px;height:150px}.founder-name{font-size:1.8rem}.founder-bio{font-size:1rem}.timeline-banner{padding:2.5rem 2rem}.timeline-title{font-size:1.6rem}.timeline-text{font-size:1.1rem}.timeline-text strong{font-size:1.3rem}}.how-it-works{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8f9fa)}.timeline-container{position:relative;max-width:1000px;margin:60px auto;padding:0 20px}.timeline-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#1a2e50,#4a5568);transform:translate(-50%)}.timeline-step{position:relative;margin-bottom:60px;display:flex;justify-content:center;opacity:0;animation:fadeInUp .6s ease forwards}.timeline-step:nth-child(1){animation-delay:.1s}.timeline-step:nth-child(2){animation-delay:.2s}.timeline-step:nth-child(3){animation-delay:.3s}.timeline-step:nth-child(4){animation-delay:.4s}.timeline-step:nth-child(5){animation-delay:.5s}.timeline-step:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-content{background:#fff;border-radius:12px;padding:30px;max-width:400px;box-shadow:0 4px 6px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.step-content:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.step-left .step-content{margin-right:auto;margin-left:0}.step-right .step-content{margin-left:auto;margin-right:0}.step-content:before{content:"";position:absolute;top:50%;width:20px;height:20px;background:#1a2e50;border-radius:50%;transform:translateY(-50%);border:4px solid white;box-shadow:0 0 0 2px #1a2e50}.step-left .step-content:before{right:-60px}.step-right .step-content:before{left:-60px}.step-icon{font-size:48px;margin-bottom:15px;text-align:center}.step-number{font-family:"Roboto Serif",serif;font-size:14px;font-weight:700;color:#1a2e50;margin-bottom:10px;letter-spacing:2px}.step-title{font-family:"Roboto Serif",serif;font-size:24px;font-weight:700;color:#1a2e50;margin-bottom:12px}.step-description{font-family:Trebuchet MS,sans-serif;font-size:16px;line-height:1.6;color:#4a5568}.timeline-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:80px;max-width:1000px;margin-left:auto;margin-right:auto}.summary-card{background:#fff;border-radius:12px;padding:40px 30px;text-align:center;box-shadow:0 4px 6px #0000001a;border:2px solid #1A2E50;transition:transform .3s ease,box-shadow .3s ease}.summary-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.summary-title{font-family:"Roboto Serif",serif;font-size:32px;font-weight:700;color:#1a2e50;margin-bottom:10px}.summary-description{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.5}@media (max-width: 768px){.timeline-container:before{left:30px}.timeline-step{justify-content:flex-start}.step-left .step-content,.step-right .step-content{margin-left:60px;margin-right:0;max-width:100%}.step-left .step-content:before,.step-right .step-content:before{left:-60px;right:auto}.timeline-summary{grid-template-columns:1fr}}.insights{padding:80px 0;background:#f8f9fa}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:50px}.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.post-image{width:100%;height:200px;overflow:hidden;background:#e2e8f0}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:30px;flex:1;display:flex;flex-direction:column}.post-category{font-family:Trebuchet MS,sans-serif;font-size:12px;font-weight:600;color:#1a2e50;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px}.post-title{font-family:"Roboto Serif",serif;font-size:22px;font-weight:700;color:#1a2e50;margin-bottom:15px;line-height:1.3}.post-excerpt{font-family:Trebuchet MS,sans-serif;font-size:15px;color:#4a5568;line-height:1.6;margin-bottom:20px;flex:1}.post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #e2e8f0;margin-top:auto}.post-meta{display:flex;flex-direction:column;gap:5px}.post-author{font-family:Trebuchet MS,sans-serif;font-size:13px;color:#1a2e50;font-weight:600}.post-date{font-family:Trebuchet MS,sans-serif;font-size:13px;color:#718096}.post-card-link{text-decoration:none;color:inherit;display:flex;height:100%}.read-more{font-family:Trebuchet MS,sans-serif;font-size:14px;font-weight:600;color:#1a2e50;background:none;border:none;cursor:pointer;transition:color .3s ease}.post-card-link:hover .read-more{color:#2d3748}.load-more-container{text-align:center;margin-top:40px}.load-more-button{font-family:Trebuchet MS,sans-serif;font-size:16px;font-weight:600;color:#fff;background:#1a2e50;border:none;padding:15px 40px;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.load-more-button:hover{background:#2d3748;transform:translateY(-2px)}.insights-cta{text-align:center;margin-top:60px;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.cta-text{font-family:Trebuchet MS,sans-serif;font-size:18px;color:#4a5568;line-height:1.6}@media (max-width: 768px){.posts-grid{grid-template-columns:1fr}}.blog-post-container{padding:120px 0 80px;background:#f8f9fa;min-height:100vh}.back-to-insights{display:inline-flex;align-items:center;font-family:Trebuchet MS,sans-serif;font-size:16px;color:#1a2e50;text-decoration:none;margin-bottom:40px;margin-top:20px;transition:color .3s ease}.back-to-insights:hover{color:#2d3748}.blog-post{background:#fff;border-radius:12px;padding:60px;box-shadow:0 4px 6px #0000001a;max-width:900px;margin:0 auto}.blog-post-header{margin-bottom:40px}.post-category-badge{display:inline-block;font-family:Trebuchet MS,sans-serif;font-size:12px;font-weight:600;color:#1a2e50;text-transform:uppercase;letter-spacing:1px;background:#e6f0ff;padding:6px 12px;border-radius:4px;margin-bottom:20px}.blog-post-title{font-family:"Roboto Serif",serif;font-size:42px;font-weight:700;color:#1a2e50;line-height:1.2;margin-bottom:20px}.blog-post-meta{display:flex;gap:20px;font-family:Trebuchet MS,sans-serif;font-size:15px;color:#718096}.blog-post-author{font-weight:600;color:#1a2e50}.blog-post-featured-image{width:100%;height:400px;border-radius:8px;overflow:hidden;margin-bottom:40px}.blog-post-featured-image img{width:100%;height:100%;object-fit:cover}.blog-post-content{font-family:Trebuchet MS,sans-serif;font-size:18px;line-height:1.8;color:#2d3748}.blog-post-content h1{font-family:"Roboto Serif",serif;font-size:36px;font-weight:700;color:#1a2e50;margin-top:40px;margin-bottom:20px;line-height:1.3}.blog-post-content h2{font-family:"Roboto Serif",serif;font-size:28px;font-weight:700;color:#1a2e50;margin-top:40px;margin-bottom:20px;line-height:1.3}.blog-post-content h3{font-family:"Roboto Serif",serif;font-size:22px;font-weight:700;color:#1a2e50;margin-top:30px;margin-bottom:15px;line-height:1.3}.blog-post-content p{margin-bottom:20px}.blog-post-content strong{font-weight:600;color:#1a2e50}.blog-post-not-found{text-align:center;padding:100px 20px}.blog-post-not-found h1{font-family:"Roboto Serif",serif;font-size:36px;color:#1a2e50;margin-bottom:20px}.blog-post-not-found p{font-family:Trebuchet MS,sans-serif;font-size:18px;color:#4a5568;margin-bottom:30px}@media (max-width: 768px){.blog-post{padding:30px 20px}.blog-post-title{font-size:32px}.blog-post-featured-image{height:250px}.blog-post-content{font-size:16px}.blog-post-content h1{font-size:28px}.blog-post-content h2{font-size:24px}.blog-post-content h3{font-size:20px}}.careers{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8f9fa);min-height:600px}.careers-content{max-width:900px;margin:50px auto 0}.no-openings-card{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 4px 6px #0000001a;margin-bottom:40px}.no-openings-icon{font-size:64px;margin-bottom:20px}.no-openings-title{font-family:"Roboto Serif",serif;font-size:32px;font-weight:700;color:#1a2e50;margin-bottom:20px}.no-openings-description{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.6;margin-bottom:15px}.email-link{color:#1a2e50;text-decoration:underline;transition:color .3s ease}.careers-info{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a}.info-title{font-family:"Roboto Serif",serif;font-size:24px;font-weight:700;color:#1a2e50;margin-bottom:25px}.benefits-list{list-style:none;padding:0;margin:0}.benefit-item{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.6;display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;padding:12px 0;border-bottom:1px solid #e2e8f0}.benefit-item:last-child{border-bottom:none;margin-bottom:0}.checkmark{width:20px;height:20px;stroke-width:3;color:#1a2e50;flex-shrink:0;margin-top:2px}@media (max-width: 768px){.no-openings-card{padding:40px 30px}.careers-info{padding:30px 20px}}.values{padding:80px 0;background:#f8f9fa}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px;margin-bottom:60px}.value-card{background:#fff;border-radius:12px;padding:40px 30px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #1A2E50}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.value-icon{font-size:56px;margin-bottom:20px}.value-title{font-family:"Roboto Serif",serif;font-size:24px;font-weight:700;color:#1a2e50;margin-bottom:15px;line-height:1.3}.value-description{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.6}.values-cta{background:#fff;border-radius:12px;padding:60px 40px;text-align:center;box-shadow:0 4px 6px #0000001a;max-width:700px;margin:0 auto}.cta-title{font-family:"Roboto Serif",serif;font-size:28px;font-weight:700;color:#1a2e50;margin-bottom:15px}.cta-description{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.6;margin-bottom:30px}.cta-button{display:inline-block;font-family:Trebuchet MS,sans-serif;font-size:16px;font-weight:600;color:#fff;background:#1a2e50;padding:14px 32px;border-radius:6px;text-decoration:none;transition:background .3s ease,transform .2s ease}.cta-button:hover{background:#2d3748;transform:translateY(-2px)}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}.values-cta{padding:40px 30px}}.accommodations{padding:80px 0;background:linear-gradient(to bottom,#fff,#f8f9fa);min-height:600px}.accommodations-content{max-width:800px;margin:50px auto 0}.accommodations-card{background:#fff;border-radius:12px;padding:50px 40px;box-shadow:0 4px 6px #0000001a;margin-bottom:40px;border-left:6px solid #1A2E50}.card-icon{font-size:56px;margin-bottom:25px;text-align:center}.card-body{max-width:700px;margin:0 auto}.card-title{font-family:"Roboto Serif",serif;font-size:28px;font-weight:700;color:#1a2e50;margin-bottom:25px;text-align:center}.card-text{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.7;margin-bottom:20px}.email-link{color:#1a2e50;text-decoration:underline;font-weight:600;transition:color .3s ease}.email-link:hover{color:#2d3748}.card-disclaimer{font-family:Trebuchet MS,sans-serif;font-size:14px;color:#718096;line-height:1.6;font-style:italic;padding:15px;background:#f7fafc;border-radius:6px;margin-top:25px}.info-section{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 6px #0000001a;text-align:center}.info-title{font-family:"Roboto Serif",serif;font-size:24px;font-weight:700;color:#1a2e50;margin-bottom:15px}.info-text{font-family:Trebuchet MS,sans-serif;font-size:16px;color:#4a5568;line-height:1.7}@media (max-width: 768px){.accommodations-card{padding:40px 30px}.info-section{padding:30px 20px}}.faqs{padding:6rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faqs-container{max-width:900px;margin:3rem auto 0}.faq-item{background:var(--white);border-radius:15px;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.faq-item:hover{border-color:var(--navy);box-shadow:0 5px 20px #1a2e501a}.faq-question{width:100%;padding:1.8rem 2rem;background:transparent;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:2rem;transition:all .3s ease}.faq-question:hover{color:#2d4a6f}.faq-icon{width:24px;height:24px;color:var(--navy);transition:transform .3s ease;flex-shrink:0}.faq-open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-open .faq-answer{max-height:500px;padding:0 2rem 2rem}.faq-answer p{font-size:1.05rem;line-height:1.8;color:#555}@media (max-width: 768px){.faqs{padding:4rem 0}.faq-question{padding:1.5rem;font-size:1.05rem;gap:1rem}.faq-icon{width:20px;height:20px}.faq-open .faq-answer{padding:0 1.5rem 1.5rem}.faq-answer p{font-size:1rem}}.footer{background-color:var(--navy);color:var(--white);padding:4.5rem 0 2.5rem}.footer-content{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo img{height:50px;width:auto}.footer-description{color:#fffc;line-height:1.7;font-size:.95rem}.footer-title{font-size:1.3rem;color:var(--white);margin-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#fffc;transition:all .3s ease;cursor:pointer;font-size:1rem;text-decoration:none}.footer-link:hover{color:var(--white);padding-left:5px}.footer-contact{display:flex;flex-direction:column;gap:.8rem;color:#fffc;font-size:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#ffffffb3;font-size:.95rem}.back-to-top{width:48px;height:48px;background-color:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.back-to-top svg{width:20px;height:20px;color:var(--white)}.back-to-top:hover{background-color:#fff3;transform:translateY(-3px)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.back-to-top{order:-1}}:root{--navy: #1E3A5F;--white: #FAFAFA;--light-gray: #EBEBEB;--accent: #5A9FE8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;color:var(--navy);background-color:var(--white);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Roboto Serif",serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-section{padding-top:100px}@media (max-width: 768px){.container{padding:0 1rem}.page-section{padding-top:90px}}
