.header{position:fixed;top:0;left:0;right:0;background-color:var(--navy);z-index:1000;padding:1rem 0;box-shadow:0 1px 3px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none}.logo img{height:50px;width:auto}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--white);font-size:1rem;font-weight:500;transition:opacity .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%}.cta-button{padding:.6rem 1.4rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;white-space:nowrap;background-color:var(--white);color:var(--navy);border:none;transition:opacity .3s ease,transform .2s ease}.cta-button:hover{opacity:.9;transform:translateY(-1px)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;padding:.5rem;cursor:pointer}.menu-toggle span{display:block;width:25px;height:3px;background-color:var(--white);transition:all .3s ease}@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-button{width:100%;text-align:center;margin-top:.5rem}}.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;justify-content:center;background:linear-gradient(135deg,#1a2e50,#2d4a6f);padding-top:82px;position:relative;overflow:hidden}.hero-container{width:100%;display:flex;align-items:center;justify-content:center;padding:0 2rem}.hero-content{max-width:800px;text-align:center}.hero-title{font-size:3.5rem;color:var(--white);font-weight:700;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.1;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.25rem;color:#ffffffd9;max-width:600px;margin:0 auto 2.5rem;line-height:1.6;font-weight:400;animation:fadeInUp .8s ease-out .2s backwards}.hero-buttons{animation:fadeInUp .8s ease-out .4s backwards}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;display:inline-block;cursor:pointer;border:none}.btn-primary{background-color:var(--white);color:var(--navy)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fff3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.15rem}}@media (max-width: 768px){.hero{padding-top:82px}.hero-container{padding:0 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem}.btn{width:100%;text-align:center;padding:.9rem 2rem;font-size:1rem}}.about{padding:6rem 0;background-color:var(--white)}.about-section-title{text-align:center;font-size:2.5rem;color:var(--navy);margin-bottom:4rem;font-weight:700}.about-layout{display:flex;align-items:flex-start;gap:3rem;max-width:900px;margin:0 auto}.about-photo{flex-shrink:0}.about-photo img{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid var(--light-gray);box-shadow:0 8px 24px #0000001a}.about-bio{flex:1}.about-name{font-size:1.8rem;color:var(--navy);font-weight:700;margin-bottom:.25rem}.about-role{font-size:1.1rem;color:#64748b;margin-bottom:.15rem;font-weight:500}.about-location{font-size:1rem;color:#64748b;margin-bottom:.75rem}.about-socials{display:flex;gap:1rem;margin-bottom:1.5rem}.about-social-link{font-size:.9rem;font-weight:500;color:var(--accent);text-decoration:none;transition:opacity .2s ease}.about-social-link:hover{opacity:.7}.about-paragraph{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1rem}.about-paragraph:last-of-type{margin-bottom:0}.about-tools{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.tool-badge{display:inline-flex;align-items:center;padding:.4rem 1rem;background:#f0f4f8;border-radius:100px;font-size:.85rem;font-weight:500;color:var(--navy);border:1px solid #E2E8F0}@media (max-width: 1024px){.about-layout{gap:2.5rem}.about-photo img{width:200px;height:200px}}@media (max-width: 768px){.about{padding:4rem 0}.about-section-title{font-size:2rem;margin-bottom:3rem}.about-layout{flex-direction:column;align-items:center;text-align:center}.about-photo img{width:180px;height:180px}.about-name{font-size:1.5rem}.about-paragraph{font-size:1rem}.about-tools{justify-content:center}}.case-studies{padding:6rem 0;background:#f8fafb}.case-studies-list{max-width:900px;margin:3rem auto 0}.case-study-card{background:var(--white, #ffffff);border-radius:12px;border-left:4px solid var(--navy, #1A2E50);padding:2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #00000014}.case-study-client-type{display:inline-block;text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#4a90e2}.case-study-title{font-size:1.5rem;font-weight:700;color:var(--navy, #1A2E50);margin:.5rem 0 1rem}.case-study-challenge{color:#555;line-height:1.7;font-size:1rem;margin-bottom:1.25rem}.case-study-deliverables-heading{font-size:.95rem;font-weight:600;color:var(--navy, #1A2E50);margin-bottom:.5rem}.case-study-deliverables{list-style-type:disc;padding-left:1.5rem;color:#555;line-height:1.8;font-size:1rem;margin-bottom:1.25rem}.case-study-deliverables li{margin-bottom:.25rem}.case-study-result{background:#f0f7ff;padding:1rem 1.5rem;border-radius:8px;margin:1.5rem 0}.case-study-result p{font-weight:500;color:var(--navy, #1A2E50);line-height:1.7;font-size:1rem;margin:0}.case-study-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.case-study-tag{display:inline-block;background:#f0f0f0;color:var(--navy, #1A2E50);font-size:.8rem;font-weight:500;padding:.25rem .75rem;border-radius:20px}@media (max-width: 768px){.case-studies{padding:4rem 0}.case-study-card{padding:1.75rem;margin-bottom:1.5rem}.case-study-title{font-size:1.3rem}}.how-it-works{padding:6rem 0;background:#fff}.steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:3rem auto 0}.step-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:2rem;transition:border-color .2s ease}.step-card:hover{border-color:var(--navy, #1A2E50)}.step-number{font-size:2.5rem;font-weight:700;color:var(--navy, #1A2E50);opacity:.3;margin-bottom:.5rem}.step-title{font-size:1.25rem;font-weight:700;color:var(--navy, #1A2E50);margin-bottom:.75rem}.step-description{font-size:1rem;color:#555;line-height:1.7}@media (max-width: 768px){.how-it-works{padding:4rem 0}.steps-grid{grid-template-columns:1fr;gap:1.5rem}}.faqs{padding:6rem 0;background:#f8fafb}.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}}.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}}.privacy-policy-container{padding:120px 0 80px;background:#f8f9fa;min-height:100vh}.back-to-home{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-home:hover{color:#2d3748}.privacy-policy{background:#fff;border-radius:12px;padding:60px;box-shadow:0 4px 6px #0000001a;max-width:900px;margin:0 auto}.privacy-policy-loading{text-align:center;padding:100px 20px;font-family:Trebuchet MS,sans-serif;font-size:18px;color:#4a5568}.privacy-policy-content{font-family:Trebuchet MS,sans-serif;font-size:16px;line-height:1.8;color:#2d3748}.privacy-policy-content h1{font-family:"Roboto Serif",serif;font-size:42px;font-weight:700;color:#1a2e50;margin-bottom:30px;line-height:1.2}.privacy-policy-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}.privacy-policy-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}.privacy-policy-content p{margin-bottom:20px}.privacy-policy-content strong{font-weight:600;color:#1a2e50}.privacy-policy-content ul{margin-bottom:20px;padding-left:24px}.privacy-policy-content li{margin-bottom:10px;position:relative}.privacy-policy-content a{color:#4a90e2;text-decoration:none;transition:color .3s ease}.privacy-policy-content a:hover{color:#1a2e50;text-decoration:underline}.privacy-policy-content hr{border:none;border-top:1px solid #e2e8f0;margin:40px 0}@media (max-width: 768px){.privacy-policy-container{padding:100px 0 60px}.privacy-policy{padding:30px 20px}.privacy-policy-content h1{font-size:32px}.privacy-policy-content h2{font-size:24px}.privacy-policy-content h3{font-size:20px}.privacy-policy-content{font-size:15px}}.footer{background-color:var(--navy);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{gap:1.25rem}.footer-logo img{height:50px;width:auto}.footer-description{color:#fffc;line-height:1.7;font-size:.95rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-socials{display:flex;gap:1.25rem}.footer-title{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.25rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#fffc;transition:color .3s ease;cursor:pointer;font-size:.95rem;text-decoration:none}.footer-link:hover{color:var(--white)}.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:.9rem}.back-to-top{width:42px;height:42px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease;padding:0}.back-to-top svg{width:20px;height:20px;color:var(--white)}.back-to-top:hover{background-color:#fff3;transform:translateY(-2px)}@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: #1A2E50;--navy-light: #2d4a6f;--white: #FFFFFF;--light-gray: #F8FAFB;--medium-gray: #E5E7EB;--text-secondary: #64748B;--accent: #4A90E2}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:var(--navy);background-color:var(--white);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:700;letter-spacing:-.02em;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:1100px;margin:0 auto;padding:0 2rem}.page-section{padding-top:100px}@media (max-width: 768px){.container{padding:0 1rem}.page-section{padding-top:90px}}@media (max-width: 480px){.container{padding:0 .75rem}}
