.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;z-index:200;padding:.75rem 1rem;background:var(--navy);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1b3a6b;--navy-deep: #0f2347;--teal: #0d7e8c;--teal-light: #12a0b0;--amber: #f5a623;--red: #c0392b;--green: #27ae60;--cream: #f8f5f0;--warm-white: #fdfbf8;--text: #1a1a1a;--text-mid: #4a4a4a;--text-light: #888}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:var(--text)}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 48px;display:flex;justify-content:space-between;align-items:center;background:#fdfbf8f2;backdrop-filter:blur(12px);border-bottom:1px solid rgba(27,58,107,.08)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-dots{display:flex;gap:5px}.nav-dot{width:10px;height:10px;border-radius:50%}.nav-logo-text{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--navy)}.nav-back{font-size:14px;color:var(--text-light);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.nav-back:hover{color:var(--navy)}.page-header{background:var(--navy);padding:140px 48px 80px;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 60%,rgba(13,126,140,.25) 0%,transparent 60%);pointer-events:none}.page-header-eyebrow{font-family:DM Mono,monospace;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--teal-light);margin-bottom:16px;display:flex;align-items:center;gap:10px;position:relative}.page-header-eyebrow:before{content:"";width:24px;height:1px;background:var(--teal-light)}.page-header h1{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,60px);font-weight:900;color:#fff;letter-spacing:-1px;line-height:1.1;margin-bottom:20px;position:relative}.page-header-sub{font-size:18px;font-weight:300;color:#fff9;max-width:520px;line-height:1.7;position:relative}.contact-strip{background:var(--cream);padding:60px 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card{background:#fff;border-radius:16px;padding:36px 32px;border:1px solid rgba(27,58,107,.07);display:flex;flex-direction:column;gap:14px;transition:all .3s}.contact-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #1b3a6b1a}.cc-icon{font-size:28px;width:52px;height:52px;background:#0d7e8c14;border-radius:12px;display:flex;align-items:center;justify-content:center}.cc-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--navy)}.cc-desc{font-size:14px;font-weight:300;color:var(--text-mid);line-height:1.6;flex:1}.cc-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--teal);text-decoration:none;transition:gap .2s}.cc-link:hover{gap:10px}.content-wrap{max-width:860px;margin:0 auto;padding:80px 48px 120px}.section-eyebrow{font-family:DM Mono,monospace;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;display:flex;align-items:center;gap:10px}.section-eyebrow:before{content:"";width:24px;height:1px;background:var(--teal)}.section-title{font-family:Playfair Display,serif;font-size:clamp(28px,3vw,40px);font-weight:900;color:var(--navy);letter-spacing:-.5px;line-height:1.1;margin-bottom:48px}.steps-section .section-title{margin-bottom:0}.faq-list{display:flex;flex-direction:column;gap:2px;margin-bottom:80px}.faq-item{border:1px solid rgba(27,58,107,.08);border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 16px #1b3a6b12}.faq-question{width:100%;background:none;border:none;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px;cursor:pointer;text-align:left}.faq-q-text{font-family:Playfair Display,serif;font-size:17px;font-weight:700;color:var(--navy);line-height:1.3}.faq-chevron{width:28px;height:28px;border-radius:50%;background:#0d7e8c14;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s,background .2s;color:var(--teal)}.faq-item.open .faq-chevron{transform:rotate(180deg);background:#0d7e8c26}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-answer{max-height:2000px}.faq-answer-inner{padding:20px 28px 24px;font-size:15px;font-weight:300;color:var(--text-mid);line-height:1.8;border-top:1px solid rgba(27,58,107,.06)}.faq-answer-inner a{color:var(--teal);text-decoration:none;font-weight:500}.faq-answer-inner a:hover{text-decoration:underline}.faq-category{margin-bottom:12px;margin-top:40px}.faq-category:first-child{margin-top:0}.faq-cat-label{font-family:DM Mono,monospace;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--text-light);padding:6px 0;display:flex;align-items:center;gap:10px}.faq-cat-label:after{content:"";flex:1;height:1px;background:#1b3a6b14}.steps-section{background:var(--cream);border-radius:20px;padding:52px 48px;margin-bottom:80px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.step-item{display:flex;flex-direction:column;gap:12px}.step-num{font-family:Playfair Display,serif;font-size:48px;font-weight:900;color:#1b3a6b1f;line-height:1}.step-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--navy)}.step-desc{font-size:14px;font-weight:300;color:var(--text-mid);line-height:1.7}.form-section{background:var(--navy);border-radius:20px;padding:52px 48px;position:relative;overflow:hidden}.form-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(13,126,140,.2) 0%,transparent 70%);pointer-events:none}.form-section .section-eyebrow{color:var(--teal-light)}.form-section .section-eyebrow:before{background:var(--teal-light)}.form-section .section-title{color:#fff;margin-bottom:32px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full{grid-column:1 / -1}.form-label{font-size:12px;font-weight:500;color:#ffffff80;letter-spacing:.5px;text-transform:uppercase;font-family:DM Mono,monospace}.form-input,.form-select,.form-textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:14px 16px;font-size:15px;font-family:DM Sans,sans-serif;font-weight:300;color:#fff;outline:none;transition:border-color .2s,background .2s;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff40}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#0d7e8c99;background:#ffffff17}.form-select{appearance:none;cursor:pointer}.form-select option{background:var(--navy-deep);color:#fff}.form-textarea{resize:vertical;min-height:120px}.form-submit{display:inline-flex;align-items:center;gap:10px;background:var(--amber);color:var(--navy-deep);padding:16px 36px;border-radius:8px;font-size:15px;font-weight:600;font-family:DM Sans,sans-serif;border:none;cursor:pointer;transition:all .25s;margin-top:8px}.form-submit:hover{background:#e8960f;transform:translateY(-2px);box-shadow:0 8px 24px #f5a6234d}.form-note{font-size:13px;color:#ffffff4d;margin-top:16px;font-style:italic}.form-success{display:none;text-align:center;padding:40px;position:relative}.form-success-icon{font-size:48px;margin-bottom:16px}.form-success h3{font-family:Playfair Display,serif;font-size:24px;color:#fff;margin-bottom:10px}.form-success p{color:#ffffff8c;font-size:15px;font-weight:300}footer{background:var(--navy-deep);padding:48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo-text{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:#ffffffb3}.footer-links{display:flex;gap:32px;list-style:none}.footer-links a{font-size:13px;color:#c5d4e8;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{font-size:12px;color:#9eb4d4;font-family:DM Mono,monospace}@media(max-width:900px){nav{padding:16px 24px}.page-header{padding:120px 24px 60px}.contact-strip{grid-template-columns:1fr;padding:40px 24px}.content-wrap{padding:48px 24px 80px}.steps-grid{grid-template-columns:1fr;gap:28px}.steps-section,.form-section{padding:36px 28px}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:1}footer{padding:32px 24px;flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}
