
/* PAGE HERO */
.page-hero{background:#1B4965;padding:64px 56px 56px;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:rgba(98,182,203,.08);}
.page-hero::after{content:'';position:absolute;bottom:-60px;left:200px;width:260px;height:260px;border-radius:50%;background:rgba(244,211,94,.05);}
.page-hero-label{font-size:10px;color:#a8c8d8;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.page-hero-label::before{content:'';display:inline-block;width:32px;height:1.5px;background:#62B6CB;}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:48px;color:#fff;font-weight:400;line-height:1.1;position:relative;z-index:1;}
.page-hero h1 em{font-style:italic;color:#F4D35E;}
.page-hero p{font-size:15px;color:rgba(255,255,255,.6);margin-top:14px;max-width:500px;font-weight:300;line-height:1.8;position:relative;z-index:1;}

/* MAIN LAYOUT */
.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:0;min-height:calc(100vh - 240px);}

/* LEFT - ABOUT + CONTACT INFO */
.contact-left{padding:64px 56px;background:#fff;border-right:1px solid rgba(27,73,101,.12);}
.section-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#62B6CB;margin-bottom:10px;display:flex;align-items:center;gap:10px;}
.section-eyebrow::before{content:'';display:inline-block;width:28px;height:1.5px;background:#62B6CB;}
.contact-left h2{font-family:'DM Serif Display',serif;font-size:32px;color:#1B4965;font-weight:400;line-height:1.2;margin-bottom:20px;}
.contact-left p{font-size:15px;color:#6b8299;line-height:1.85;margin-bottom:16px;font-weight:300;}
.contact-left p:last-of-type{margin-bottom:0;}

.divider-line{height:1px;background:rgba(27,73,101,.12);margin:36px 0;}

.info-grid{display:flex;flex-direction:column;gap:20px;}
.info-item{display:flex;align-items:flex-start;gap:16px;}
.info-icon{width:44px;height:44px;border-radius:10px;background:#e8f2f8;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.info-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6b8299;margin-bottom:3px;}
.info-value{font-size:15px;color:#1B4965;font-weight:600;}
.info-sub{font-size:12px;color:#6b8299;margin-top:2px;font-weight:300;}

/* RIGHT - FORM */
.contact-right{padding:64px 56px;background:#FFF9F0;}
.contact-right h3{font-family:'DM Serif Display',serif;font-size:26px;color:#1B4965;margin-bottom:6px;}
.contact-right .form-sub{font-size:14px;color:#6b8299;margin-bottom:32px;font-weight:300;}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-field{display:flex;flex-direction:column;gap:6px;}
.form-field.full{grid-column:1/-1;}
.form-field label{font-size:11px;font-weight:600;color:#1B4965;letter-spacing:.6px;text-transform:uppercase;}
.form-field input,
.form-field select,
.form-field textarea{border:1.5px solid rgba(27,73,101,.12);border-radius:8px;padding:11px 14px;font-size:14px;font-family:'DM Sans',sans-serif;color:#2C3E50;background:#fff;outline:none;transition:border .2s,box-shadow .2s;}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{border-color:#62B6CB;box-shadow:0 0 0 3px rgba(98,182,203,.12);}
.form-field textarea{resize:none;height:100px;}
.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231B4965' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;}

.form-submit{margin-top:24px;background:#1B4965;color:#fff;border:none;border-radius:8px;padding:15px 32px;font-size:15px;font-weight:600;font-family:'DM Sans',sans-serif;cursor:pointer;letter-spacing:.3px;transition:background .2s,transform .15s;width:100%;}
.form-submit:hover{background:#163d54;transform:translateY(-1px);}
.form-note{font-size:11px;color:#6b8299;text-align:center;margin-top:12px;}
/* PAGE HERO */
.page-hero{background:#1B4965;padding:64px 56px 56px;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:rgba(98,182,203,.08);}
.page-hero::after{content:'';position:absolute;bottom:-60px;left:200px;width:260px;height:260px;border-radius:50%;background:rgba(244,211,94,.05);}
.page-hero-label{font-size:10px;color:#a8c8d8;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.page-hero-label::before{content:'';display:inline-block;width:32px;height:1.5px;background:#62B6CB;}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:48px;color:#fff;font-weight:400;line-height:1.1;position:relative;z-index:1;}
.page-hero h1 em{font-style:italic;color:#F4D35E;}
.page-hero p{font-size:15px;color:rgba(255,255,255,.6);margin-top:14px;max-width:560px;font-weight:300;line-height:1.8;position:relative;z-index:1;}
/* CONTENT LAYOUT */
.page-layout{display:grid;grid-template-columns:220px 1fr;gap:0;max-width:1200px;margin:0 auto;padding:64px 56px;gap:56px;}
.page-toc{position:sticky;top:96px;height:fit-content;}
.toc-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b8299;margin-bottom:16px;}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;}
.toc-list li a{font-size:13px;color:#6b8299;text-decoration:none;padding:6px 12px;border-radius:6px;display:block;transition:all .2s;border-left:2px solid transparent;}
.toc-list li a:hover,.toc-list li a.active{color:#1B4965;background:#e8f2f8;border-left-color:#62B6CB;font-weight:500;}
.page-content{min-width:0;}
.content-section{margin-bottom:48px;}
.content-section:last-child{margin-bottom:0;}
.sec-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#62B6CB;margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.sec-eyebrow::before{content:'';display:inline-block;width:24px;height:1.5px;background:#62B6CB;}
.sec-h2{font-family:'DM Serif Display',serif;font-size:28px;color:#1B4965;font-weight:400;line-height:1.2;margin-bottom:16px;}
.sec-body p{font-size:15px;color:#3a5060;line-height:1.85;margin-bottom:14px;font-weight:300;}
.sec-body p:last-child{margin-bottom:0;}
.sec-body ol,.sec-body ul{margin:12px 0 12px 20px;}
.sec-body li{font-size:15px;color:#3a5060;line-height:1.8;margin-bottom:8px;font-weight:300;}
.sec-body strong{font-weight:600;color:#1B4965;}
.divider{height:1px;background:rgba(27,73,101,.12);margin:40px 0;}
/* CONTENT LAYOUT */
.page-layout{display:grid;grid-template-columns:220px 1fr;gap:0;max-width:1200px;margin:0 auto;padding:64px 56px;gap:56px;}
.page-toc{position:sticky;top:96px;height:fit-content;}
.toc-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b8299;margin-bottom:16px;}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;}
.toc-list li a{font-size:13px;color:#6b8299;text-decoration:none;padding:6px 12px;border-radius:6px;display:block;transition:all .2s;border-left:2px solid transparent;}
.toc-list li a:hover,.toc-list li a.active{color:#1B4965;background:#e8f2f8;border-left-color:#62B6CB;font-weight:500;}
.page-content{min-width:0;}
.content-section{margin-bottom:48px;}
.content-section:last-child{margin-bottom:0;}
.sec-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#62B6CB;margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.sec-eyebrow::before{content:'';display:inline-block;width:24px;height:1.5px;background:#62B6CB;}
.sec-h2{font-family:'DM Serif Display',serif;font-size:28px;color:#1B4965;font-weight:400;line-height:1.2;margin-bottom:16px;}
.sec-body p{font-size:15px;color:#3a5060;line-height:1.85;margin-bottom:14px;font-weight:300;}
.sec-body p:last-child{margin-bottom:0;}
.sec-body ol,.sec-body ul{margin:12px 0 12px 20px;}
.sec-body li{font-size:15px;color:#3a5060;line-height:1.8;margin-bottom:8px;font-weight:300;}
.sec-body strong{font-weight:600;color:#1B4965;}

.sand-strip{height:4px;background:linear-gradient(90deg,#F4D35E 0%,#62B6CB 50%,#1B4965 100%);}
 
/* PAGE HERO */
.page-hero{background:#1B4965;padding:64px 56px 56px;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:rgba(98,182,203,.08);}
.page-hero::after{content:'';position:absolute;bottom:-60px;left:200px;width:260px;height:260px;border-radius:50%;background:rgba(244,211,94,.05);}
.page-hero-label{font-size:10px;color:#a8c8d8;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.page-hero-label::before{content:'';display:inline-block;width:32px;height:1.5px;background:#62B6CB;}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:48px;color:#fff;font-weight:400;line-height:1.1;position:relative;z-index:1;}
.page-hero h1 em{font-style:italic;color:#F4D35E;}
.page-hero p{font-size:15px;color:rgba(255,255,255,.6);margin-top:14px;max-width:560px;font-weight:300;line-height:1.8;position:relative;z-index:1;}
/* CONTENT LAYOUT */
.page-layout{display:grid;grid-template-columns:220px 1fr;gap:0;max-width:1200px;margin:0 auto;padding:64px 56px;gap:56px;}
.page-toc{position:sticky;top:96px;height:fit-content;}
.toc-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b8299;margin-bottom:16px;}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;}
.toc-list li a{font-size:13px;color:#6b8299;text-decoration:none;padding:6px 12px;border-radius:6px;display:block;transition:all .2s;border-left:2px solid transparent;}
.toc-list li a:hover,.toc-list li a.active{color:#1B4965;background:#e8f2f8;border-left-color:#62B6CB;font-weight:500;}
.page-content{min-width:0;}
.content-section{margin-bottom:48px;}
.content-section:last-child{margin-bottom:0;}
.sec-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#62B6CB;margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.sec-eyebrow::before{content:'';display:inline-block;width:24px;height:1.5px;background:#62B6CB;}
.sec-h2{font-family:'DM Serif Display',serif;font-size:28px;color:#1B4965;font-weight:400;line-height:1.2;margin-bottom:16px;}
.sec-body p{font-size:15px;color:#3a5060;line-height:1.85;margin-bottom:14px;font-weight:300;}
.sec-body p:last-child{margin-bottom:0;}
.sec-body ol,.sec-body ul{margin:12px 0 12px 20px;}
.sec-body li{font-size:15px;color:#3a5060;line-height:1.8;margin-bottom:8px;font-weight:300;}
.sec-body strong{font-weight:600;color:#1B4965;}
.sand-strip{height:4px;background:linear-gradient(90deg,#F4D35E 0%,#62B6CB 50%,#1B4965 100%);}
nav{display:flex;align-items:center;justify-content:space-between;padding:18px 56px;background:#fff;border-bottom:1px solid rgba(27,73,101,.12);position:sticky;top:0;z-index:100;box-shadow:0 2px 20px rgba(27,73,101,.06);}
.logo-wrap{display:flex;flex-direction:column;line-height:1;}
.nav-links{display:flex;gap:32px;}
.nav-links a{font-size:15px;color:#1B4965;text-decoration:none;font-weight:500;letter-spacing:.2px;transition:color .2s;}
.nav-links a:hover{color:#62B6CB;}
.nav-btns{display:flex;gap:10px;align-items:center;}
.btn-ghost{border:1.5px solid #1B4965;color:#1B4965;background:transparent;border-radius:6px;padding:9px 20px;font-size:15px;cursor:pointer;font-weight:500;font-family:'DM Sans',sans-serif;transition:all .2s;}
.btn-ghost:hover{background:#e8f2f8;}
.btn-fill{background:#1B4965;color:#fff;border:none;border-radius:6px;padding:9px 20px;font-size:15px;cursor:pointer;font-weight:600;font-family:'DM Sans',sans-serif;transition:all .2s;}
.btn-fill:hover{background:#163d54;}
/* PAGE HERO */
.page-hero{background:#1B4965;padding:64px 56px 56px;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:rgba(98,182,203,.08);}
.page-hero::after{content:'';position:absolute;bottom:-60px;left:200px;width:260px;height:260px;border-radius:50%;background:rgba(244,211,94,.05);}
.page-hero-label{font-size:10px;color:#a8c8d8;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.page-hero-label::before{content:'';display:inline-block;width:32px;height:1.5px;background:#62B6CB;}
.page-hero h1{font-family:'DM Serif Display',serif;font-size:48px;color:#fff;font-weight:400;line-height:1.1;position:relative;z-index:1;}
.page-hero h1 em{font-style:italic;color:#F4D35E;}
.page-hero p{font-size:15px;color:rgba(255,255,255,.6);margin-top:14px;max-width:560px;font-weight:300;line-height:1.8;position:relative;z-index:1;}
/* CONTENT LAYOUT */
.page-layout{display:grid;grid-template-columns:220px 1fr;gap:0;max-width:1200px;margin:0 auto;padding:64px 56px;gap:56px;}
.page-toc{position:sticky;top:96px;height:fit-content;}
.toc-label{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6b8299;margin-bottom:16px;}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;}
.toc-list li a{font-size:13px;color:#6b8299;text-decoration:none;padding:6px 12px;border-radius:6px;display:block;transition:all .2s;border-left:2px solid transparent;}
.toc-list li a:hover,.toc-list li a.active{color:#1B4965;background:#e8f2f8;border-left-color:#62B6CB;font-weight:500;}
.page-content{min-width:0;}
.content-section{margin-bottom:48px;}
.content-section:last-child{margin-bottom:0;}
.sec-eyebrow{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#62B6CB;margin-bottom:8px;display:flex;align-items:center;gap:8px;}
.sec-eyebrow::before{content:'';display:inline-block;width:24px;height:1.5px;background:#62B6CB;}
.sec-h2{font-family:'DM Serif Display',serif;font-size:28px;color:#1B4965;font-weight:400;line-height:1.2;margin-bottom:16px;}
.sec-body p{font-size:15px;color:#3a5060;line-height:1.85;margin-bottom:14px;font-weight:300;}
.sec-body p:last-child{margin-bottom:0;}
.sec-body ol,.sec-body ul{margin:12px 0 12px 20px;}
.sec-body li{font-size:15px;color:#3a5060;line-height:1.8;margin-bottom:8px;font-weight:300;}
.sec-body strong{font-weight:600;color:#1B4965;}
.divider{height:1px;background:rgba(27,73,101,.12);margin:40px 0;}
/* FOOTER */
footer{background:#112e40;padding:56px 56px 24px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;}
.f-col-h{font-family:'DM Serif Display',serif;font-size:15px;color:#fff;margin-bottom:16px;}
.f-col p{font-size:13px;color:#7a9ab0;line-height:1.8;font-weight:300;}
.f-col a{display:block;font-size:13px;color:#7a9ab0;text-decoration:none;margin-bottom:10px;transition:color .2s;font-weight:300;}
.f-col a:hover{color:#62B6CB;}
.f-col .f-emerg{font-size:18px;color:#62B6CB;font-weight:600;margin-top:6px;}
.footer-bar{border-top:1px solid rgba(255,255,255,.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;}
.f-copy{font-size:12px;color:#5a7a90;letter-spacing:.3px;}
.f-socials{display:flex;gap:10px;}
.soc-btn{width:34px;height:34px;border-radius:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#7a9ab0;cursor:pointer;text-decoration:none;transition:all .2s;}
.soc-btn:hover{background:#1B4965;border-color:#62B6CB;color:#fff;}
