:root{
  --blue:#0b356d;
  --blue-2:#155a9b;
  --green:#15945a;
  --green-dark:#0f7f4c;
  --text:#1f3351;
  --muted:#63748b;
  --bg:#f4f8fc;
  --surface:#ffffff;
  --border:#dbe6f2;
  --soft:#eaf7f1;
  --shadow:0 18px 50px rgba(11,53,109,.14);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(11,53,109,.12);
}
.topbar-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  gap:26px;
}
.brand img{height:62px;width:auto}
.subbrand{
  color:#536785;
  font-size:14px;
  border-left:1px solid #c7d4e4;
  padding-left:24px;
  max-width:210px;
}
.nav{
  margin-left:auto;
  display:flex;
  gap:28px;
  font-weight:800;
  color:var(--blue);
  font-size:14px;
}
.header-cta{
  background:var(--green);
  color:white;
  font-weight:900;
  padding:14px 22px;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(21,148,90,.25);
}

.hero{
  min-height:680px;
  padding:56px 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.84) 43%, rgba(255,255,255,.14) 68%),
    url("assets/accompagnement-senior-conseil.jpg") center right/cover no-repeat;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 410px;
  gap:46px;
  align-items:center;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--green-dark);
  background:white;
  border:1px solid var(--green);
  padding:12px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.hero h1{
  color:var(--blue);
  font-size:clamp(42px,6vw,70px);
  line-height:1.02;
  max-width:650px;
  margin:28px 0 18px;
  letter-spacing:-.04em;
}
.hero h1::first-line{color:var(--blue)}
.lead{
  font-size:19px;
  color:var(--blue);
  max-width:620px;
  margin:0 0 30px;
}
.trust-row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin:26px 0;
}
.trust-item{
  width:140px;
  min-height:94px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:var(--blue);
  border-right:1px solid #cfdaea;
}
.trust-item:last-child{border-right:0}
.trust-item span{
  width:44px;
  height:44px;
  border:2px solid var(--blue);
  border-radius:50%;
  display:grid;
  place-items:center;
  margin-bottom:8px;
  font-weight:900;
}
.trust-item strong{font-size:13px}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:999px;
  padding:15px 24px;
  border:0;
  cursor:pointer;
  font-weight:900;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--green);
  color:#fff;
  box-shadow:0 12px 26px rgba(21,148,90,.24);
}
.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{
  background:white;
  color:var(--blue);
  border:1px solid var(--border);
}
.btn-full{width:100%}

.lead-card{
  background:white;
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:28px;
  border:1px solid rgba(11,53,109,.08);
}
.form-header{
  text-align:center;
  border-bottom:1px solid var(--border);
  padding-bottom:20px;
  margin-bottom:20px;
}
.form-header h2{
  margin:0 0 8px;
  color:var(--blue);
  font-size:30px;
  line-height:1.15;
}
.form-header p{
  margin:0;
  color:var(--green);
  font-weight:900;
}
label{
  display:block;
  margin:14px 0 7px;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
}
input,select,textarea{
  width:100%;
  padding:14px 15px;
  border:1px solid #cfd9e6;
  border-radius:12px;
  font:inherit;
  color:var(--text);
  background:#fff;
}
textarea{resize:vertical}
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--muted);
  font-weight:500;
  line-height:1.35;
  margin:16px 0;
}
.consent input{width:auto;margin-top:3px}
.secure-note{
  color:var(--muted);
  font-size:12px;
  text-align:center;
  margin:12px 0 0;
}
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.section{padding:54px 0}
.section-head{max-width:760px;margin:0 0 26px}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section h2{
  margin:0 0 12px;
  color:var(--blue);
  font-size:clamp(30px,4vw,44px);
  line-height:1.14;
  letter-spacing:-.02em;
}
.section-head p{margin:0;color:var(--muted);font-size:17px}

.card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:0 12px 34px rgba(11,53,109,.08);
}
.cards-3,.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.service{overflow:hidden}
.service img{
  width:100%;
  height:220px;
  object-fit:cover;
}
.service-copy{padding:24px;position:relative}
.service-copy h3{
  margin:0 0 10px;
  color:var(--blue);
  font-size:23px;
  line-height:1.15;
}
.service-copy p{margin:0;color:var(--text)}
.round-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  background:var(--green);
  color:white;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:900;
  margin-top:-54px;
  margin-bottom:16px;
  box-shadow:0 10px 20px rgba(21,148,90,.25);
}

.soft{
  background:linear-gradient(90deg,#f2fbf6,#eef7ff);
}
.benefits{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  text-align:center;
}
.benefits div{
  padding:16px 12px;
  border-right:1px solid #cbdce8;
  color:var(--green-dark);
}
.benefits div:last-child{border-right:0}
.benefits span{
  display:block;
  font-size:34px;
  line-height:1;
  margin-bottom:12px;
}
.benefits strong{
  display:block;
  color:var(--green-dark);
  font-size:14px;
}

.step{padding:28px;text-align:center}
.step span{
  display:inline-grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-size:22px;
  font-weight:900;
  margin-bottom:14px;
}
.step h3{color:var(--blue);margin:0 0 10px}
.step p{color:var(--muted);margin:0}

.faq-section{padding-top:30px}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 28px;
}
.faq{
  padding:18px 20px;
  box-shadow:none;
}
.faq summary{
  cursor:pointer;
  font-weight:900;
  color:var(--blue);
}
.faq p{color:var(--muted);margin:12px 0 0}
.bottom-cta{
  margin-top:30px;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:linear-gradient(90deg,#eef6ff,#f7fbff);
}
.bottom-cta h3{margin:0 0 4px;color:var(--blue)}
.bottom-cta p{margin:0;color:var(--muted)}

.footer{
  padding:26px 0;
  color:#6c7a8c;
  font-size:13px;
  text-align:center;
  border-top:1px solid var(--border);
  background:white;
}

@media (max-width:1000px){
  .hero{background:linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92)),url("assets/accompagnement-senior-conseil.jpg") center/cover no-repeat}
  .hero-grid{grid-template-columns:1fr}
  .lead-card{max-width:620px}
  .cards-3,.steps,.benefits{grid-template-columns:1fr}
  .benefits div{border-right:0;border-bottom:1px solid #cbdce8}
  .benefits div:last-child{border-bottom:0}
  .faq-grid{grid-template-columns:1fr}
}

@media (max-width:760px){
  .topbar-inner{
    flex-wrap:wrap;
    justify-content:center;
    text-align:center;
    gap:12px;
    padding:12px 0;
  }
  .brand img{height:54px}
  .subbrand{display:none}
  .nav{order:3;width:100%;justify-content:center;gap:16px;font-size:13px}
  .header-cta{padding:11px 16px}
  .hero{padding:34px 0}
  .hero h1{font-size:42px}
  .lead{font-size:17px}
  .trust-row{justify-content:center}
  .trust-item{border-right:0}
  .grid-2{grid-template-columns:1fr}
  .lead-card{padding:22px}
  .form-header h2{font-size:25px}
  .bottom-cta{flex-direction:column;text-align:center}
}

.thankyou-wrap{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:linear-gradient(135deg,#eef6ff,#f2fbf6);
}
.thankyou-card{
  max-width:760px;
  text-align:center;
  padding:42px;
}
.thankyou-logo{
  height:70px;
  width:auto;
  margin:0 auto 20px;
}
.thankyou-card h1{
  color:var(--blue);
  font-size:clamp(32px,5vw,52px);
  line-height:1.1;
  margin:20px 0;
}
.thankyou-card p{
  color:var(--muted);
  font-size:18px;
}
.thankyou-actions{margin-top:28px}
