:root{
    --bg:#f4f7fb;
    --surface:#fff;
    --surface-2:#edf3f8;
    --text:#12314d;
    --muted:#5f7489;
    --primary:#0d5c91;
    --primary-dark:#0a4770;
    --accent:#0f7b7b;
    --border:#d8e3ee;
    --shadow:0 14px 40px rgba(16,43,73,.08);
    --radius:18px;
    --container:1180px
}
*{box-sizing:border-box}
body{
    margin:0;
    font-family:Arial,sans-serif;
    background:var(--bg);
    color:var(--text);
    line-height:1.6
}
a{text-decoration:none;color:inherit}
.container{
    width:min(var(--container),calc(100% - 32px));
    margin:0 auto
}
.page-narrow{max-width:900px}
.site-header{
    background:#fff;
    border-bottom:1px solid var(--border);
    position:sticky;
    top:0;
    z-index:10
}
.topbar,.navbar,.footer-grid,.cta-flex,.hero-grid,.two-col,.stats-grid{
    display:flex;
    gap:24px
}
.topbar,.navbar{
    justify-content:space-between;
    align-items:center;
    padding:12px 0
}
.navbar nav{
    display:flex;
    gap:20px;
    flex-wrap:wrap
}
.logo{
    font-size:24px;
    font-weight:700;
    color:var(--primary)
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--primary);
    color:#fff;
    padding:14px 22px;
    border-radius:999px;
    font-weight:700;
    border:0
}
.btn:hover{background:var(--primary-dark)}
.btn-outline{
    background:transparent;
    color:var(--primary);
    border:1px solid var(--primary)
}
.btn-light{
    background:#fff;
    color:var(--primary)
}
.btn-sm{
    padding:10px 16px;
    font-size:14px
}
.hero{
    padding:70px 0;
    background:linear-gradient(180deg,#fff 0%,#eef4fa 100%)
}
.hero-grid{
    align-items:center;
    justify-content:space-between
}
.hero-grid>*{flex:1}
.hero h1,h1{
    font-size:52px;
    line-height:1.1;
    margin:12px 0 16px
}
h2{
    font-size:34px;
    line-height:1.2;
    margin:10px 0 14px
}
h3{margin:0 0 10px}
.lead{
    color:var(--muted);
    font-size:20px
}
p{color:var(--muted)}
.eyebrow{
    color:var(--accent);
    font-size:13px;
    letter-spacing:1.6px;
    text-transform:uppercase;
    font-weight:700
}
.eyebrow.light{color:#d8f3f3}
.hero-actions{
    display:flex;
    gap:14px;
    margin-top:24px;
    flex-wrap:wrap
}
.hero-card,.panel,.info-card,.stat-card,.faq-item{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow)
}
.hero-card,.panel,.faq-item{padding:28px}
.hero-card{
    max-width:420px;
    margin-left:auto
}
.section{padding:70px 0}
.surface{background:var(--surface-2)}
.stats-grid{
    justify-content:space-between;
    flex-wrap:wrap
}
.stat-card{
    padding:24px;
    flex:1 1 220px;
    text-align:center
}
.stat-card strong{
    display:block;
    font-size:32px;
    color:var(--primary)
}
.two-col{
    align-items:start;
    justify-content:space-between
}
.two-col>*{flex:1}
.card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-top:28px
}
.info-card{padding:24px}
.stack-list{
    display:grid;
    gap:18px
}
.quote-card blockquote{
    margin:0 0 12px;
    font-size:18px;
    color:var(--text)
}
.text-link{
    color:var(--primary);
    font-weight:700
}
.cta-band{
    background:var(--primary);
    color:#fff
}
.cta-band p,.cta-band h2{color:#fff}
.cta-flex{
    justify-content:space-between;
    align-items:center
}
.faq-list{
    display:grid;
    gap:18px
}
.form-grid{
    display:grid;
    gap:14px
}
input,textarea,select{
    width:100%;
    padding:14px 16px;
    border:1px solid var(--border);
    border-radius:12px;
    font:inherit
}
.alert-success{
    background:#e7f7ef;
    color:#17603a;
    border:1px solid #b9e4ca;
    padding:12px 16px;
    border-radius:12px;
    margin-bottom:16px
}
.tag{
    display:inline-block;
    padding:8px 12px;
    border-radius:999px;
    background:#edf4ff;
    color:var(--primary);
    font-size:13px;
    font-weight:700;
    margin-bottom:10px
}
.meta-line{
    color:var(--muted);
    font-size:14px
}
.spaced-panel h2{margin-top:24px}
.site-footer{
    background:#0d2236;
    color:#dce7f1;
    padding-top:60px
}
.site-footer p,.site-footer h3,.site-footer h4{color:inherit}
.footer-grid{
    justify-content:space-between;
    padding-bottom:30px
}
.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding:18px 0;
    color:#aac0d4
}
@media (max-width:900px){
    .hero-grid,.two-col,.cta-flex,.footer-grid{flex-direction:column}
    .card-grid{grid-template-columns:1fr}
    .hero h1,h1{font-size:38px}
    .hero-card{
        margin-left:0;
        max-width:none
    }
}

.profile-photo{
    width:100%;
    max-width:420px;
    border-radius:24px;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
    background:#fff;
    display:block
}
.gallery-thumb{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:16px;
    margin-bottom:16px;
    border:1px solid var(--border)
}
.profile-photo{
    width:100%;
    max-width:420px;
    border-radius:24px;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
    background:#fff;
    display:block
}

.quote-card{
    position:relative;
}
.quote-card blockquote{
    font-size:18px;
    line-height:1.8;
    margin-bottom:16px;
}
.quote-card strong{
    color:var(--text);
}
.tag{
    display:inline-block;
    padding:8px 12px;
    border-radius:999px;
    background:#edf4ff;
    color:#d19900;
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
    letter-spacing:2px;
}