/* NFH White — Google Ads compliant legal consulting landing */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a2238;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased}
a{color:#0b5fa5;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;color:#1a2238;line-height:1.25;margin:0 0 .6em}
h1{font-size:2.2rem}
h2{font-size:1.75rem}
h3{font-size:1.25rem}
p{margin:0 0 1em}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #e3e7ee;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1100px;margin:0 auto}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand:hover,.brand:hover .brand-name,.brand:hover .brand-name small{text-decoration:none}
.brand-icon{width:38px;height:38px;border-radius:8px;background:linear-gradient(135deg,#0b5fa5 0%,#1a4a8a 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Georgia,serif;font-weight:700;font-size:1.15rem;flex-shrink:0}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-weight:700;color:#1a2238;font-size:1.05rem;letter-spacing:.2px;line-height:1.1}
.brand-name small{display:block;font-family:-apple-system,sans-serif;font-weight:400;font-size:.7rem;color:#6b7591;letter-spacing:.4px;text-transform:uppercase;margin-top:2px}
.nav{display:flex;gap:26px;align-items:center}
.nav a{color:#37415a;font-size:.95rem;font-weight:500;transition:color .2s}
.nav a:hover{color:#0b5fa5;text-decoration:none}
.btn{display:inline-block;background:#0b5fa5;color:#fff;padding:12px 22px;border-radius:6px;font-weight:600;border:none;cursor:pointer;font-size:.98rem;transition:background .2s}
.btn:hover{background:#084a82;text-decoration:none;color:#fff}
.btn-secondary{background:#fff;color:#0b5fa5;border:1.5px solid #0b5fa5}
.btn-secondary:hover{background:#f2f8ff;color:#0b5fa5}

/* Hero */
.hero{background:linear-gradient(135deg,#f5f8fc 0%,#eaf1fa 100%);padding:90px 0 80px;border-bottom:1px solid #e3e7ee}
.hero-inner{max-width:860px;margin:0 auto;text-align:center;padding:0 20px}
.hero h1{font-size:2.8rem;margin-bottom:22px;line-height:1.15}
.hero .lead{font-size:1.18rem;color:#3a4560;max-width:720px;margin:0 auto 34px;line-height:1.6}
.hero .cta-group{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-note{font-size:.88rem;color:#6b7591;margin-top:24px;font-style:italic}

/* Sections */
section{padding:60px 0}
.section-title{text-align:center;margin-bottom:12px}
.section-sub{text-align:center;color:#6b7591;max-width:680px;margin:0 auto 40px;font-size:1rem}

/* About cards */
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{background:#fff;border:1px solid #e3e7ee;border-radius:8px;padding:24px;transition:box-shadow .2s}
.card:hover{box-shadow:0 6px 20px rgba(26,34,56,.06)}
.card h3{font-size:1.05rem;margin-bottom:8px;color:#0b5fa5}
.card p{font-size:.92rem;color:#4a5575;margin:0}

/* Process */
.process{background:#f9fbfd}
.grid-4-num{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{background:#fff;border:1px solid #e3e7ee;border-radius:8px;padding:28px 22px;position:relative}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#0b5fa5;color:#fff;font-weight:700;font-family:Georgia,serif;margin-bottom:14px;font-size:1.1rem}
.step h3{font-size:1.05rem;margin-bottom:8px}
.step p{font-size:.92rem;color:#4a5575;margin:0}

/* Team */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.team-card{background:#fff;border:1px solid #e3e7ee;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.team-photo{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 20%;background:#eaf1fa}
.team-body{padding:22px}
.team-body h3{font-size:1.1rem;margin-bottom:4px}
.team-role{color:#0b5fa5;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.team-body p{font-size:.92rem;color:#4a5575;margin-bottom:.6em}
.team-body strong{color:#1a2238}

/* Practice areas */
.practice{background:#f9fbfd}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.practice-card{background:#fff;border-left:3px solid #0b5fa5;padding:22px 24px;border-radius:4px}
.practice-card h3{font-size:1.05rem;margin-bottom:8px;color:#0b5fa5}
.practice-card p{font-size:.92rem;color:#4a5575;margin:0}

/* FAQ */
.faq-list{max-width:780px;margin:0 auto}
.faq-item{border-bottom:1px solid #e3e7ee;padding:18px 0}
.faq-item summary{cursor:pointer;font-weight:600;color:#1a2238;font-size:1.02rem;list-style:none;padding-right:30px;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:0;top:0;font-size:1.4rem;color:#0b5fa5;font-weight:400}
.faq-item[open] summary::after{content:"−"}
.faq-item p{margin-top:12px;color:#4a5575;font-size:.96rem}

/* Contact / CTA band */
.cta-band{background:linear-gradient(135deg,#1a2238 0%,#2a3554 100%);color:#fff;padding:60px 0;text-align:center}
.cta-band h2{color:#fff;margin-bottom:12px}
.cta-band p{color:#c8d2e4;max-width:600px;margin:0 auto 24px;font-size:1.02rem}
.cta-band .btn{background:#fff;color:#0b5fa5}
.cta-band .btn:hover{background:#eaf1fa;color:#0b5fa5}

/* Disclaimer banner — full width */
.legal-notice{background:#fff8e1;border-top:1px solid #ffe082;border-bottom:1px solid #ffe082;padding:16px 20px;font-size:.9rem;color:#5a4a1e;text-align:center}
.legal-notice > div{max-width:980px;margin:0 auto}
.legal-notice strong{color:#3e340f}

/* Footer */
.site-footer{background:#f5f8fc;border-top:1px solid #e3e7ee;padding:40px 0 24px;font-size:.9rem;color:#4a5575}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:28px}
.footer-col h4{font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;color:#1a2238;margin-bottom:12px;font-family:-apple-system,sans-serif;font-weight:700}
.footer-col a{color:#4a5575;display:block;padding:4px 0}
.footer-col a:hover{color:#0b5fa5}
.footer-bottom{border-top:1px solid #e3e7ee;padding-top:20px;text-align:center;font-size:.82rem;color:#6b7591}

/* Cookie banner — compact */
.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:720px;margin:0 auto;background:#1a2238;color:#fff;padding:14px 18px;display:none;z-index:100;box-shadow:0 8px 28px rgba(0,0,0,.25);border-radius:10px}
.cookie-banner.show{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.cookie-banner p{margin:0;font-size:.85rem;flex:1;min-width:260px}
.cookie-banner a{color:#8bb8e8;text-decoration:underline}
.cookie-banner button{background:#0b5fa5;color:#fff;border:none;padding:9px 18px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.88rem;white-space:nowrap}
.cookie-banner button:hover{background:#084a82}

/* Legal pages */
.legal-page{padding:50px 0 70px}
.legal-page h1{margin-bottom:10px}
.legal-page .updated{color:#6b7591;font-size:.9rem;margin-bottom:30px}
.legal-page h2{font-size:1.3rem;margin-top:32px}
.legal-page ul{padding-left:22px}
.legal-page li{margin-bottom:8px}

/* Contact form */
.contact-form{max-width:560px;margin:0 auto;background:#fff;border:1px solid #e3e7ee;border-radius:8px;padding:32px}
.form-row{margin-bottom:18px}
.form-row label{display:block;font-weight:600;margin-bottom:6px;font-size:.92rem}
.form-row input,.form-row textarea,.form-row select{width:100%;padding:11px 14px;border:1px solid #cdd5e2;border-radius:6px;font-family:inherit;font-size:.95rem;background:#fff}
.form-row input:focus,.form-row textarea:focus,.form-row select:focus{outline:none;border-color:#0b5fa5}
.form-row textarea{min-height:110px;resize:vertical}
.form-consent{font-size:.85rem;color:#6b7591;margin-top:6px}
.form-consent input{width:auto;margin-right:8px;vertical-align:middle}

/* Responsive */
@media (max-width:1024px){
  .nav{gap:18px}
  .nav a{font-size:.88rem}
}
@media (max-width:900px){
  .grid-4,.grid-4-num,.grid-3,.team-grid,.footer-grid{grid-template-columns:1fr 1fr}
  .nav{display:none}
  .hero h1{font-size:2rem}
  .hero .lead{font-size:1.05rem}
  .hero{padding:60px 0 50px}
}
@media (max-width:600px){
  .grid-4,.grid-4-num,.grid-3,.team-grid,.footer-grid{grid-template-columns:1fr}
  .hero{padding:50px 0 40px}
  .hero h1{font-size:1.7rem}
  h2{font-size:1.4rem}
  section{padding:45px 0}
  .brand-name{font-size:.95rem}
  .brand-name small{font-size:.65rem}
  .cookie-banner{left:10px;right:10px;bottom:10px;padding:12px 14px}
}
