/* ===================================================================
   Éternité / espacememoire.fr — Feuille de styles principale
   Emplacement : /public/css/style.css
   Images référencées en relatif : ../img/
=================================================================== */
:root{
  --bg:#0e0e13;
  --bg-2:#13131a;
  --bg-3:#181820;
  --cream:#f4efe5;
  --cream-2:#efe7d8;
  --gold:#c79a4f;
  --gold-l:#dab673;
  --gold-d:#b3863a;
  --ink:#e9e5dd;
  --ink-mut:#9a948a;
  --dark-ink:#2c2a27;
  --dark-mut:#6f6a62;
  --line-dark:rgba(255,255,255,.08);
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Mulish',sans-serif;
  background:var(--bg);
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}
.serif{font-family:'Playfair Display',serif;}
.wrap{max-width:1240px;margin:0 auto;padding:0 48px;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}

.eyebrow{
  font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);
}
.label-line{display:flex;align-items:center;gap:16px;}
.label-line::before{content:"";width:42px;height:1px;background:var(--gold);}

/* buttons */
.btn{
  display:inline-flex;align-items:center;gap:11px;
  font-family:'Mulish',sans-serif;font-weight:700;font-size:12.5px;letter-spacing:.16em;
  text-transform:uppercase;cursor:pointer;border:none;white-space:nowrap;
  padding:16px 26px;border-radius:3px;transition:.2s ease;
}
.btn-gold{background:var(--gold);color:#1a1409;}
.btn-gold:hover{background:var(--gold-l);}
.btn-ghost{background:transparent;color:var(--ink);border:1px solid rgba(255,255,255,.28);}
.btn-ghost:hover{border-color:var(--gold);color:#fff;}
.btn svg{width:16px;height:16px;}

/* ============ HEADER ============ */
header{position:relative;z-index:30;}
.nav{display:flex;align-items:center;justify-content:space-between;padding:24px 0;}
.brand{display:flex;align-items:center;gap:13px;}
.brand .sprig{width:30px;height:38px;color:var(--gold);flex:none;}
.brand-name{font-size:23px;letter-spacing:.18em;font-weight:600;line-height:1;}
.brand-sub{font-size:8.5px;letter-spacing:.34em;color:var(--ink-mut);font-weight:600;margin-top:4px;}
.nav-links{display:flex;gap:40px;align-items:center;font-size:14.5px;color:#d8d4cc;}
.nav-links a{transition:.2s;}
.nav-links a:hover{color:var(--gold);}
.nav-cta{
  display:inline-flex;align-items:center;gap:9px;border:1px solid var(--gold);
  color:var(--gold-l);padding:12px 22px;border-radius:4px;font-size:14px;font-weight:600;transition:.2s;white-space:nowrap;
}
.nav-cta:hover{background:rgba(199,154,79,.12);}
.nav-cta svg{width:15px;height:15px;}

/* ============ HERO ============ */
.hero{position:relative;overflow:hidden;background:var(--bg);}
.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;z-index:0;overflow:hidden;background:#0e0e13;}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(1.22) contrast(1.04) saturate(1.06);opacity:0;transition:opacity 1s ease;}
.hero-video.show{opacity:1;}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(14,14,19,.10), rgba(14,14,19,0) 50%, rgba(14,14,19,.12));}
.hero-bg .fade{position:absolute;inset:0;background:linear-gradient(108deg, var(--bg) 0%, rgba(14,14,19,.95) 26%, rgba(14,14,19,.72) 44%, rgba(14,14,19,.38) 62%, rgba(14,14,19,.12) 80%, rgba(14,14,19,0) 100%);}
.phone-img{width:300px;justify-self:center;filter:drop-shadow(0 30px 58px rgba(0,0,0,.55));
  -webkit-mask-image:linear-gradient(180deg,#000 87%, transparent 100%);
  mask-image:linear-gradient(180deg,#000 87%, transparent 100%);}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:24px;
  min-height:660px;align-items:center;padding-top:30px;padding-bottom:60px;}

.hero-text{max-width:520px;margin-left:-30px;}
.hero-text .label-line{margin-bottom:26px;}
.hero h1{font-size:67px;line-height:1.04;font-weight:500;letter-spacing:-.01em;}
.hero h1 em{font-style:italic;color:var(--gold);font-weight:500;}
.hero-lede{color:#bdb8ae;font-size:16.5px;line-height:1.7;margin:28px 0 30px;max-width:430px;}
.hero-feats{display:flex;flex-wrap:wrap;gap:26px 30px;margin-bottom:36px;}
.feat-inline{display:flex;align-items:center;gap:9px;font-size:14.5px;color:#d8d4cc;}
.feat-inline svg{width:19px;height:19px;color:var(--gold);flex:none;}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;}

/* hero visual */
.hero-visual{position:relative;height:100%;display:flex;align-items:center;justify-content:center;}
.qr-card{
  width:300px;background:linear-gradient(160deg,#f6f0e4,#e9e0cf);
  border-radius:5px;padding:26px 26px 22px;transform:rotate(4.5deg);
  box-shadow:0 40px 80px -20px rgba(0,0,0,.65), 0 8px 20px rgba(0,0,0,.4);
  position:relative;color:#4a4136;
}
.qr-card::before{content:"";position:absolute;inset:9px;border:1px solid rgba(150,120,70,.4);border-radius:3px;pointer-events:none;}
.qr-card .sprig{width:26px;height:32px;color:var(--gold-d);margin:6px auto 14px;}
.qr-card .cap{font-family:'Playfair Display',serif;font-style:normal;font-size:14.5px;text-align:center;line-height:1.45;color:#5b5044;margin-bottom:18px;}
.qr-card .qr{width:150px;height:150px;margin:0 auto 18px;color:#241f18;}
.qr-card .foot{text-align:center;}
.qr-card .foot .nm{font-family:'Playfair Display',serif;font-size:16px;letter-spacing:.16em;color:#3b332a;}
.qr-card .foot .sb{font-size:6.5px;letter-spacing:.3em;color:#8a7d68;font-weight:600;margin-top:3px;}

.imprimer-card{
  position:absolute;right:0;bottom:34px;width:236px;z-index:3;
  background:rgba(12,12,16,.72);backdrop-filter:blur(6px);
  border:1px solid var(--line-dark);border-radius:6px;padding:20px 22px;
}
.imprimer-card .ic{width:26px;height:26px;color:var(--gold);margin-bottom:12px;}
.imprimer-card h4{font-size:11.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-l);line-height:1.5;margin-bottom:10px;}
.imprimer-card p{font-size:13px;color:#aaa49a;line-height:1.6;}

/* ============ COMMENT ÇA MARCHE ============ */
.steps-sec{background:var(--cream);color:var(--dark-ink);padding:80px 0 88px;}
.sec-head{text-align:center;margin-bottom:62px;}
.sec-head h2{font-size:25px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#2b2924;}
.sec-head .ul{width:46px;height:2px;background:var(--gold);margin:18px auto 0;}
.steps{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;}
.step{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-right:30px;}
.step .disc{position:relative;width:74px;height:74px;border-radius:50%;
  background:linear-gradient(150deg,#ece1cb,#e2d2b3);display:flex;align-items:center;justify-content:center;margin-bottom:22px;}
.step .disc svg{width:30px;height:30px;color:var(--gold-d);}
.step .num{position:absolute;top:-2px;right:-2px;width:26px;height:26px;border-radius:50%;
  background:#2b2924;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.step h3{font-size:16.5px;font-weight:700;color:#2b2924;margin-bottom:11px;}
.step p{font-size:13.5px;color:#736d63;line-height:1.65;max-width:200px;}
.step .arrow{position:absolute;top:30px;right:-2px;color:#cdbfa6;width:22px;height:22px;}
.step:last-child .arrow{display:none;}

/* ============ ESPACE ============ */
.espace{background:var(--bg);padding:84px 0 92px;position:relative;}
.espace .wrap{display:grid;grid-template-columns:1fr 320px 250px;gap:40px;align-items:center;}
.espace .col-text{max-width:430px;}
.espace .eyebrow{margin-bottom:20px;display:block;}
.espace h2{font-size:39px;line-height:1.15;font-weight:500;margin-bottom:22px;}
.espace .col-text>p{color:#b6b1a7;font-size:15.5px;line-height:1.7;margin-bottom:40px;max-width:380px;}
.esp-feats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.esp-feat svg{width:30px;height:30px;color:var(--gold);margin-bottom:16px;}
.esp-feat h4{font-size:13.5px;font-weight:700;color:#e7e3db;margin-bottom:8px;}
.esp-feat p{font-size:11.5px;color:#8e887e;line-height:1.55;}

/* phone */
.phone{width:300px;height:600px;border-radius:42px;background:#0b0b0e;
  border:1px solid #2a2a32;box-shadow:0 0 0 9px #1b1b22, 0 30px 70px -20px rgba(0,0,0,.7);
  padding:11px;position:relative;justify-self:center;}
.phone .notch{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:120px;height:24px;background:#0b0b0e;border-radius:0 0 16px 16px;z-index:5;}
.screen{width:100%;height:100%;border-radius:32px;overflow:hidden;background:#f3eee4;color:#2c2a27;
  display:flex;flex-direction:column;}
.scr-status{display:flex;justify-content:space-between;align-items:center;padding:13px 22px 4px;font-size:11px;font-weight:700;color:#3b372f;}
.scr-status .icons{display:flex;gap:5px;align-items:center;}
.scr-status .icons span{display:inline-block;}
.scr-body{padding:6px 18px 0;overflow:hidden;flex:1;}
.scr-name{font-family:'Playfair Display',serif;font-size:21px;text-align:center;color:#2c2a27;margin-top:4px;}
.scr-dates{text-align:center;font-size:10px;letter-spacing:.18em;color:#8c8475;font-weight:600;margin:3px 0 14px;}
.scr-portrait{width:100%;aspect-ratio:1/.78;border-radius:8px;overflow:hidden;
  background:radial-gradient(circle at 50% 38%, #b9b3a8, #6f6a61 70%, #4f4b44);position:relative;}
.scr-portrait::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:46%;height:55%;border-radius:50% 50% 0 0;background:rgba(40,38,34,.32);}
.scr-tabs{display:flex;justify-content:space-between;gap:4px;margin:14px 2px 12px;}
.scr-tab{flex:1;text-align:center;font-size:9px;color:#9a9384;padding-bottom:7px;display:flex;flex-direction:column;align-items:center;gap:4px;}
.scr-tab svg{width:14px;height:14px;}
.scr-tab.active{color:var(--gold-d);border-bottom:2px solid var(--gold);}
.scr-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;}
.scr-grid .tile{aspect-ratio:1.18/1;border-radius:6px;position:relative;overflow:hidden;}
.t1{background:linear-gradient(135deg,#8a96a3,#5d6873);}
.t2{background:linear-gradient(135deg,#caa46f,#8a5f33);}
.t3{background:linear-gradient(135deg,#6e7b6a,#414a3d);}
.t4{background:linear-gradient(135deg,#9aa0a8,#646b74);}
.tile .play{position:absolute;inset:0;margin:auto;width:30px;height:30px;background:rgba(255,255,255,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;}
.tile .play svg{width:13px;height:13px;color:#2c2a27;margin-left:2px;}

/* exemple card */
.exemple{background:var(--bg-3);border:1px solid var(--line-dark);border-radius:8px;padding:30px 26px;position:relative;}
.exemple .eyebrow{display:block;margin-bottom:14px;}
.exemple p{font-size:13.5px;color:#a8a298;line-height:1.6;margin-bottom:22px;}
.exemple .qr{width:130px;height:130px;color:#15120d;background:#fff;padding:9px;border-radius:6px;}
.exemple .curve{position:absolute;right:6px;top:96px;width:60px;height:70px;color:var(--gold);}

/* ============ TARIFS ============ */
.tarifs{background:var(--bg);padding:92px 0 98px;}
.tarifs-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:60px;}
.tarifs-head h2{font-size:52px;font-weight:500;line-height:1.04;}
.tarifs-head h2 em{font-style:italic;color:var(--gold);font-weight:500;}
.tarifs-head p{color:#b6b1a7;font-size:15.5px;line-height:1.7;max-width:360px;justify-self:end;}
.plans{display:grid;grid-template-columns:1fr 1fr;gap:30px;}
.plan{border:1px solid var(--line-dark);border-radius:10px;padding:46px 44px;display:flex;flex-direction:column;}
.plan.feature{background:linear-gradient(180deg,#2a221a,#1f1810);border-color:rgba(199,154,79,.32);}
.badge{align-self:flex-start;border:1px solid var(--gold);color:var(--gold-l);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:6px 13px;border-radius:3px;margin-bottom:24px;}
.plan h3{font-family:'Playfair Display',serif;font-size:28px;font-weight:500;margin-bottom:30px;}
.price{display:flex;align-items:flex-start;gap:5px;}
.price .cur{color:var(--gold);font-family:'Playfair Display',serif;font-size:27px;margin-top:9px;}
.price .amt{font-family:'Playfair Display',serif;font-size:66px;font-weight:500;line-height:.95;color:#fff;}
.price-sub{font-size:13px;color:#8e887e;letter-spacing:.03em;margin-top:8px;}
.price-month{font-size:13px;color:var(--gold-l);font-weight:600;margin-top:6px;}
.plan hr{border:none;border-top:1px solid var(--line-dark);margin:30px 0;}
.feat-list{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:36px;flex:1;}
.feat-list li{font-size:14.5px;color:#cfcabf;display:flex;gap:13px;}
.feat-list li::before{content:"\2014";color:var(--gold);flex:none;}
.feat-list li.off{color:#5d584f;text-decoration:line-through;}
.feat-list li.off::before{color:#5d584f;}
.plan-btn{display:block;text-align:center;padding:18px;border-radius:4px;font-size:12.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;transition:.2s;cursor:pointer;}
.plan-btn.ghost{border:1px solid rgba(255,255,255,.25);color:#fff;}
.plan-btn.ghost:hover{border-color:var(--gold);}
.plan-btn.gold{background:var(--gold);color:#1a1409;}
.plan-btn.gold:hover{background:var(--gold-l);}
.plan-note{text-align:center;font-size:13px;color:#8e887e;margin-top:30px;}
.exemple-qr{display:inline-block;border-radius:6px;transition:transform .2s ease;}
.exemple-qr:hover{transform:scale(1.03);}
.exemple-qr .qr{display:block;}

/* ============ FAQ ============ */
.faq{background:var(--bg);padding:90px 0 100px;}
.faq .head{margin-bottom:50px;}
.faq .head .eyebrow{display:block;margin-bottom:18px;}
.faq h2{font-size:50px;font-weight:500;line-height:1.05;}
.faq h2 em{font-style:italic;color:var(--gold);font-weight:500;}
.faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:16px;}
.faq-item{border:1px solid var(--line-dark);border-radius:8px;overflow:hidden;background:#15141a;transition:border-color .2s;}
.faq-item.open{border-color:rgba(199,154,79,.25);}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;cursor:pointer;font-size:16.5px;color:#ddd8cf;font-weight:500;}
.faq-q .ico{color:var(--gold);font-size:24px;font-weight:300;line-height:1;flex:none;transition:transform .25s ease;width:20px;text-align:center;}
.faq-item.open .faq-q{color:#fff;}
.faq-item.open .faq-q .ico{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a-inner{margin:0 28px 26px;padding-top:18px;border-top:1px solid var(--line-dark);color:#9a948a;font-size:14.5px;line-height:1.7;}
.faq-item.open .faq-a{max-height:320px;}

/* ============ SEO PROSE ============ */
.seo{background:var(--bg);padding:30px 0 86px;}
.seo-prose{max-width:760px;margin:0 auto;}
.seo-prose .eyebrow{display:block;margin-bottom:16px;}
.seo-prose h2{font-size:34px;font-weight:500;line-height:1.18;margin-bottom:24px;}
.seo-prose h2 em{font-style:normal;color:var(--gold);font-weight:500;}
.seo-prose p{color:#b6b1a7;font-size:15.5px;line-height:1.85;margin-bottom:18px;}
.seo-prose p strong{color:#d8d3c9;font-weight:600;}

/* ============ TÉMOIGNAGES ============ */
.testi{background:var(--cream);color:var(--dark-ink);padding:74px 0 84px;}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.tcard{background:#fff;border-radius:8px;padding:34px 30px;text-align:center;box-shadow:0 18px 40px -22px rgba(80,60,20,.28);}
.stars{display:flex;justify-content:center;gap:5px;margin-bottom:18px;}
.stars svg{width:17px;height:17px;color:var(--gold);}
.tcard blockquote{font-size:14.5px;line-height:1.7;color:#4a463e;margin-bottom:18px;}
.tcard .who{font-size:14px;font-weight:700;color:#2b2924;}

/* ============ CTA ============ */
.cta{background:var(--bg-2);padding:46px 0;}
.cta .wrap{display:flex;align-items:center;gap:30px;}
.cta .env{width:78px;height:78px;border-radius:50%;background:rgba(199,154,79,.12);border:1px solid rgba(199,154,79,.3);display:flex;align-items:center;justify-content:center;flex:none;}
.cta .env svg{width:32px;height:32px;color:var(--gold);}
.cta .txt{flex:1;}
.cta h2{font-size:27px;font-weight:500;line-height:1.25;margin-bottom:8px;}
.cta p{font-size:14px;color:#a39e94;max-width:520px;line-height:1.6;}

/* ============ FOOTER ============ */
footer{background:var(--bg);padding:62px 0 0;border-top:1px solid var(--line-dark);}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:48px;}
.foot-brand .brand{margin-bottom:18px;}
.foot-brand p{font-size:13.5px;color:#8e887e;line-height:1.65;margin-bottom:22px;max-width:230px;}
.socials{display:flex;gap:14px;}
.socials a{width:34px;height:34px;border-radius:50%;background:#1c1c24;display:flex;align-items:center;justify-content:center;color:#bdb8ae;transition:.2s;}
.socials a:hover{background:var(--gold);color:#1a1409;}
.socials svg{width:15px;height:15px;}
.foot-col h5{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:20px;}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:13px;}
.foot-col a{font-size:13.5px;color:#a8a29a;transition:.2s;}
.foot-col a:hover{color:#fff;}
.foot-col .contact-line{font-size:13.5px;color:#a8a29a;margin-bottom:13px;}
.foot-contact-btn{display:inline-flex;align-items:center;border:1px solid var(--gold);color:var(--gold-l);
  padding:11px 20px;border-radius:4px;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-top:8px;transition:.2s;white-space:nowrap;}
.foot-contact-btn:hover{background:rgba(199,154,79,.12);}
.foot-bottom{border-top:1px solid var(--line-dark);padding:20px 0;display:flex;justify-content:space-between;align-items:center;}
.foot-bottom span{font-size:12.5px;color:#7d776e;}
.foot-bottom .host{display:flex;align-items:center;gap:9px;}
.flag{width:22px;height:15px;border-radius:2px;overflow:hidden;display:flex;}
.flag i{flex:1;}
.flag .b{background:#0055a4;}.flag .w{background:#fff;}.flag .r{background:#ef4135;}

.nav-right{display:flex;align-items:center;gap:14px;}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;background:none;border:1px solid var(--line-dark);border-radius:7px;cursor:pointer;padding:0 10px;}
.nav-toggle span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:.25s ease;}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.active span:nth-child(2){opacity:0;}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media (max-width:980px){
  .wrap{padding:0 30px;}
  .nav-toggle{display:flex;}
  .nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;
    background:var(--bg-2);border-top:1px solid var(--line-dark);max-height:0;overflow:hidden;
    transition:max-height .35s ease;box-shadow:0 24px 40px -20px rgba(0,0,0,.6);}
  .nav-links.open{max-height:340px;}
  .nav-links a{padding:17px 30px;border-bottom:1px solid var(--line-dark);font-size:15px;}
  .hero .wrap{grid-template-columns:1fr;min-height:auto;gap:8px;padding-top:18px;padding-bottom:54px;}
  .hero-bg{width:100%;}
  .hero-bg::after{background:none;}
  .hero-bg .fade{background:linear-gradient(180deg, rgba(14,14,19,.45) 0%, rgba(14,14,19,.62) 42%, rgba(14,14,19,.82) 100%);}
  .hero-text{max-width:none;margin-left:0;}
  .hero h1{font-size:52px;}
  .hero-lede{max-width:520px;}
  .hero-visual{margin-top:26px;flex-direction:column;align-items:center;justify-content:center;gap:0;}
  .imprimer-card{position:static;width:100%;max-width:340px;margin:26px auto 0;}
  .steps{grid-template-columns:1fr 1fr;gap:40px 22px;}
  .step{align-items:center;text-align:center;padding-right:0;}
  .step p{max-width:220px;}
  .step .arrow{display:none;}
  .espace .wrap{grid-template-columns:1fr;gap:50px;}
  .espace .col-text{max-width:600px;}
  .phone-img{justify-self:center;}
  .exemple{justify-self:center;width:100%;max-width:440px;}
  .exemple .curve{display:none;}
  .testi-grid{grid-template-columns:1fr;max-width:620px;margin:0 auto;}
  .plans,.tarifs-head{grid-template-columns:1fr;}
  .tarifs-head{gap:18px;}
  .tarifs-head p{justify-self:start;}
  .tarifs-head h2,.faq h2{font-size:40px;}
  .foot-grid{grid-template-columns:1fr 1fr;gap:38px;}
  .cta .wrap{flex-direction:column;text-align:center;}
}
@media (max-width:600px){
  .wrap{padding:0 20px;}
  .nav{padding:18px 0;}
  .brand-name{font-size:20px;}
  .hero h1{font-size:37px;}
  .hero-lede{font-size:15px;}
  .hero-feats{gap:16px 22px;}
  .hero-btns{flex-direction:column;gap:12px;}
  .hero-btns .btn{width:100%;justify-content:center;}
  .steps-sec{padding:60px 0 64px;}
  .espace,.testi{padding:60px 0 66px;}
  .tarifs{padding:64px 0 68px;}
  .faq{padding:62px 0 70px;}
  .steps,.esp-feats{grid-template-columns:1fr 1fr;}
  .foot-grid{grid-template-columns:1fr;gap:32px;}
  .foot-col .contact-line,.foot-col a,.foot-brand p{overflow-wrap:anywhere;}
  .sec-head h2{font-size:21px;}
  .espace h2{font-size:31px;}
  .tarifs-head h2,.faq h2{font-size:30px;}
  .plan{padding:34px 28px;}
  .price .amt{font-size:54px;}
  .faq-q{font-size:15px;padding:20px 22px;}
  .faq-a-inner{margin:0 22px 24px;}
  .cta h2{font-size:22px;}
  .cta .env{width:64px;height:64px;}
  .phone-img{width:min(290px,74vw);}
  .qr-card{width:min(290px,80vw);}
}
@media (max-width:460px){
  .brand-name{font-size:19px;letter-spacing:.12em;}
  .brand-sub{letter-spacing:.18em;}
  .nav-cta{font-size:0;gap:0;padding:11px;border-radius:9px;}
  .nav-cta svg{width:18px;height:18px;}
}
@media (max-width:380px){
  .steps,.esp-feats,.foot-grid{grid-template-columns:1fr;}
  .hero h1{font-size:33px;}
}
