/* ============================================================
   BourseSavoir · styles spécifiques aux pages internes
   (s'ajoute à styles.css)
   ============================================================ */

/* page header (navy band) */
.page-hero {
  position: relative; background: var(--navy-900); color: #fff;
  padding: 150px 0 90px; overflow: hidden;
}
.page-hero .hero-grid, .page-hero .hero-mesh { position: absolute; inset: 0; z-index: 0; }
.page-hero .wrap { position: relative; z-index: 2; }
.crumb { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; color: var(--slate-light); text-transform: uppercase; display: flex; gap: 8px; }
.crumb a { color: var(--slate-light); transition: color .2s; }
.crumb a:hover { color: #fff; }
.crumb .sep { opacity: .5; }
.page-hero h1 { font-size: clamp(46px, 6.6vw, 88px); font-weight: 800; letter-spacing: -0.035em; margin-top: 22px; line-height: .98; }
.page-hero h1 em { font-style: italic; background: linear-gradient(110deg, var(--blue-soft), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .14em; margin-right: -.08em; }
.page-hero .lead { margin-top: 24px; max-width: 600px; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--slate-light); }
.page-hero .hero-proof { margin-top: 40px; }

/* ============================================================
   FLIP CARDS (Nos Offres)
   ============================================================ */
.flip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 920px) { .flip-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }
.flip { perspective: 1800px; height: 560px; }
.flip.tall { height: 600px; }
@media (max-width: 920px) { .flip, .flip.tall { height: 580px; } }
.flip-inner {
  position: relative; width: 100%; height: 100%; transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.2,.85,.25,1);
}
.flip:hover .flip-inner, .flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip-face {
  position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden;
  border-radius: 24px; overflow: hidden; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid rgba(15,32,54,.08);
  box-shadow: 0 1px 2px rgba(10,22,40,.05);
  transition: opacity 0s linear .37s;
}
.flip-front { padding: 30px; opacity: 1; }
.flip-back { transform: rotateY(180deg); padding: 32px 30px; color: #fff; background: var(--navy-900); border-color: transparent; opacity: 0; }
.flip:hover .flip-front, .flip.flipped .flip-front { opacity: 0; }
.flip:hover .flip-back, .flip.flipped .flip-back { opacity: 1; }
.flip-back::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(70% 60% at 80% 10%, color-mix(in srgb, var(--accent) 45%, transparent), transparent 70%),
  radial-gradient(60% 60% at 0% 100%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%); }
.flip-back > * { position: relative; z-index: 1; }

.flip .visual { height: 168px; border-radius: 16px; margin-bottom: 22px; overflow: hidden; position: relative; background: var(--navy-900); }
.flip .tagrow { display: flex; align-items: center; justify-content: space-between; }
.flip .kicker { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.flip h3 { font-size: 27px; font-weight: 700; margin-top: 12px; }
.flip .desc { margin-top: 12px; color: var(--slate); font-size: 14.5px; line-height: 1.55; }
.flip .priceblock { margin-top: auto; padding-top: 20px; display: flex; align-items: baseline; gap: 8px; }
.flip .price { font-family: var(--f-mono); font-weight: 700; font-size: 38px; color: var(--navy-900); letter-spacing: -.02em; }
.flip .per { color: var(--slate); font-size: 14px; }
.flip .pay-split { margin-top: 9px; display: flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--slate-light); }
.flip .pay-split svg { flex: none; }
.flip .hint { margin-top: 16px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--slate-light); display: flex; align-items: center; gap: 8px; }
.flip .hint .rot { display: inline-block; transition: transform .4s; }
.flip:hover .hint .rot { transform: rotate(180deg); }

.flip-back .bk-kicker { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: color-mix(in srgb, var(--accent) 70%, #fff); }
.flip-back h4 { font-size: 23px; font-weight: 700; margin-top: 10px; }
.flip-back ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 14px; }
.flip-back li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.4; color: rgba(255,255,255,.86); }
.flip-back li svg { width: 18px; height: 18px; flex: none; margin-top: 1px; }
.flip-back .obtn { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px; border-radius: 13px; font-weight: 600; font-size: 15px; background: #fff; color: var(--navy-900); border: 0; transition: transform .2s, box-shadow .2s; }
.flip-back .obtn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(0,0,0,.5); }
.badge-pop {
  position: absolute; top: 18px; right: 18px; z-index: 5;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600;
  padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--accent);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 55%, transparent); animation: reco 2.4s infinite;
}

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.cmp { margin-top: 90px; }
.cmp-head { max-width: 620px; margin-bottom: 40px; }
.cmp-head h2 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; }
.cmp-head h2 em { font-style: italic; color: var(--blue); }
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th, .cmp-table td { text-align: center; padding: 20px 16px; border-bottom: 1px solid rgba(15,32,54,.08); }
.cmp-table thead th { vertical-align: bottom; }
.cmp-table tbody th { text-align: left; font-weight: 500; font-size: 14.5px; color: var(--slate-ink); }
.cmp-table .colname { font-family: var(--f-title); font-weight: 700; font-size: 19px; }
.cmp-table .colprice { font-family: var(--f-mono); font-size: 13px; color: var(--slate); margin-top: 4px; }
.cmp-table .colcap { display: inline-block; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; margin-bottom: 10px; }
.cmp-table td .ck { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; }
.cmp-table td .ck.yes { background: color-mix(in srgb, var(--blue) 14%, transparent); color: var(--blue); }
.cmp-table td .ck.no { color: var(--slate-light); }
.cmp-table tbody tr { transition: background .2s; }
.cmp-table tbody tr:hover { background: rgba(37,99,235,.03); }
.cmp-col-feature { highlight: none; }
.cmp-table .feature-col { background: linear-gradient(180deg, rgba(109,90,230,.05), transparent); }

/* simple icon stroke */
.ico { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ============================================================
   TOOLS PAGE
   ============================================================ */
.tool-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.tool-tab { padding: 11px 18px; border-radius: 999px; border: 1.5px solid rgba(15,32,54,.12); background: #fff; font-weight: 600; font-size: 14px; color: var(--slate-ink); transition: all .25s; }
.tool-tab.active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.tool-tab:hover { border-color: var(--blue); }
.calc-panel { display: none; }
.calc-panel.active { display: block; animation: fadeUp .5s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.calc-card2 { background: var(--paper); border: 1px solid rgba(15,32,54,.08); border-radius: 24px; padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 38px; box-shadow: 0 1px 2px rgba(10,22,40,.04); }
@media (max-width: 860px) { .calc-card2 { grid-template-columns: 1fr; gap: 26px; } }
.calc-result-side { background: var(--navy-900); border-radius: 18px; padding: 32px; color: #fff; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.calc-result-side .mesh3 { position: absolute; inset: 0; background: radial-gradient(60% 60% at 80% 15%, rgba(37,99,235,.4), transparent 70%); }
.calc-result-side .rl { position: relative; font-size: 14px; color: var(--slate-light); }
.calc-result-side .rv { position: relative; font-family: var(--f-mono); font-weight: 700; font-size: clamp(40px, 5vw, 60px); letter-spacing: -.03em; margin-top: 8px; }
.calc-result-side .rsub { position: relative; margin-top: 16px; font-size: 13px; color: var(--slate-light); line-height: 1.5; }
.calc-result-side .rbar { position: relative; height: 8px; border-radius: 8px; background: rgba(148,163,184,.2); margin-top: 22px; overflow: hidden; }
.calc-result-side .rbar i { position: absolute; inset: 0; transform-origin: left; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 8px; transition: transform .5s; }

/* ============================================================
   PARRAINAGE · palier bars
   ============================================================ */
.tier-track { display: flex; flex-direction: column; gap: 14px; margin-top: 10px; }
.tier { display: grid; grid-template-columns: 130px 1fr 90px; gap: 18px; align-items: center; }
@media (max-width: 720px){ .tier { grid-template-columns: 90px 1fr 70px; } }
.tier .tn { font-family: var(--f-mono); font-size: 13px; color: var(--slate-ink); font-weight: 500; }
.tier .tbar { height: 38px; border-radius: 10px; background: rgba(15,32,54,.06); overflow: hidden; position: relative; }
.tier .tbar i { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; border-radius: 10px;
  background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.tier.lit .tbar i { transform: scaleX(var(--p, .5)); transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.tier .tv { font-family: var(--f-mono); font-weight: 700; font-size: 17px; color: var(--navy-900); text-align: right; }

/* news page grid */
.news-page-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 920px){ .news-page-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* active nav link */
.navlink.current span { color: #fff; }
.nav.scrolled .navlink.current span { color: var(--blue); }
.navlink.current::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px; height: 2px; background: var(--blue); border-radius: 2px; }

/* ============================================================
   LOGIN MODAL
   ============================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 600; display: grid; place-items: center; padding: 24px;
  background: rgba(8,16,30,.62); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  width: 100%; max-width: 880px; background: var(--paper); border-radius: 26px; overflow: hidden;
  display: grid; grid-template-columns: .85fr 1fr; box-shadow: 0 50px 120px -40px rgba(0,0,0,.6);
  transform: translateY(24px) scale(.97); transition: transform .4s cubic-bezier(.2,.85,.25,1);
}
.modal-overlay.open .modal { transform: none; }
@media (max-width: 720px) { .modal { grid-template-columns: 1fr; max-width: 420px; } .modal-aside { display: none; } }
.modal-aside { position: relative; background: var(--navy-900); color: #fff; padding: 40px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.modal-aside .mesh4 { position: absolute; inset: 0; background:
  radial-gradient(60% 60% at 20% 10%, rgba(37,99,235,.4), transparent 70%),
  radial-gradient(60% 60% at 100% 100%, rgba(168,85,247,.28), transparent 70%); }
.modal-aside .brand { position: relative; }
.modal-aside .pitch { position: relative; }
.modal-aside .pitch h4 { font-size: 26px; font-weight: 800; line-height: 1.1; }
.modal-aside .pitch p { color: var(--slate-light); font-size: 14px; margin-top: 12px; line-height: 1.6; }
.modal-aside .proof { position: relative; display: flex; gap: 22px; }
.modal-aside .proof .n { font-family: var(--f-mono); font-weight: 700; font-size: 22px; }
.modal-aside .proof .n.amber { color: var(--amber); }
.modal-aside .proof .l { font-size: 11px; color: var(--slate-light); }
.modal-body { padding: 44px 40px; position: relative; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(15,32,54,.12); background: #fff; display: grid; place-items: center; color: var(--slate); transition: background .2s, color .2s; }
.modal-close:hover { background: var(--offwhite); color: var(--navy-900); }
.modal-tabs { display: flex; gap: 4px; background: var(--offwhite); padding: 4px; border-radius: 12px; margin-bottom: 26px; }
.modal-tabs button { flex: 1; padding: 11px; border: 0; border-radius: 9px; background: transparent; font-weight: 600; font-size: 14px; color: var(--slate); transition: all .2s; }
.modal-tabs button.active { background: #fff; color: var(--navy-900); box-shadow: 0 2px 8px rgba(10,22,40,.08); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12.5px; font-family: var(--f-mono); letter-spacing: .04em; text-transform: uppercase; color: var(--slate); margin-bottom: 7px; }
.field input { width: 100%; padding: 14px 16px; border: 1.5px solid rgba(15,32,54,.12); border-radius: 12px; font-family: var(--f-body); font-size: 15px; color: var(--navy-900); background: var(--offwhite); outline: none; transition: border-color .25s, background .25s; }
.field input:focus { border-color: var(--blue); background: #fff; }
.field .err { color: var(--red); font-size: 12.5px; margin-top: 6px; display: none; }
.field.invalid .err { display: block; }
.field.invalid input { border-color: var(--red); }
.modal .row { display: flex; justify-content: space-between; align-items: center; margin: 4px 0 20px; font-size: 13px; }
.modal .row a { color: var(--blue); font-weight: 500; }
.modal .row label { display: flex; gap: 8px; align-items: center; color: var(--slate); font-family: var(--f-body); text-transform: none; letter-spacing: 0; }
.modal-submit { width: 100%; padding: 15px; border-radius: 12px; border: 0; background: var(--blue); color: #fff; font-weight: 600; font-size: 15px; transition: background .25s, transform .2s; }
.modal-submit:hover { background: var(--blue-bright); transform: translateY(-2px); }
.modal-or { text-align: center; margin: 20px 0; color: var(--slate-light); font-size: 12.5px; position: relative; }
.modal-or::before, .modal-or::after { content: ""; position: absolute; top: 50%; width: 38%; height: 1px; background: rgba(15,32,54,.1); }
.modal-or::before { left: 0; } .modal-or::after { right: 0; }
.modal-social { width: 100%; padding: 13px; border-radius: 12px; border: 1.5px solid rgba(15,32,54,.12); background: #fff; font-weight: 600; font-size: 14px; color: var(--navy-900); display: flex; align-items: center; justify-content: center; gap: 10px; transition: background .2s; }
.modal-social:hover { background: var(--offwhite); }
.form-success { display: none; flex-direction: column; align-items: center; text-align: center; padding: 30px 0; }
.form-success.show { display: flex; }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: color-mix(in srgb, var(--green) 14%, transparent); color: var(--green); display: grid; place-items: center; margin-bottom: 20px; }
.form-success h4 { font-size: 22px; font-weight: 700; }
.form-success p { color: var(--slate); margin-top: 10px; font-size: 14.5px; }

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mnav { position: fixed; inset: 0; z-index: 550; background: var(--navy-900); color: #fff;
  transform: translateX(100%); transition: transform .5s cubic-bezier(.7,0,.2,1); display: flex; flex-direction: column; padding: 30px 28px; }
.mnav.open { transform: none; }
.mnav .mtop { display: flex; justify-content: space-between; align-items: center; }
.mnav .mclose { width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; display: grid; place-items: center; }
.mnav .mlinks { display: flex; flex-direction: column; gap: 4px; margin-top: 50px; }
.mnav .mlinks a { font-family: var(--f-title); font-weight: 700; font-size: 32px; padding: 14px 0; color: #fff; border-bottom: 1px solid rgba(148,163,184,.14); display: flex; justify-content: space-between; align-items: center; }
.mnav .mlinks a .mn { font-family: var(--f-mono); font-size: 12px; color: var(--slate-light); font-weight: 400; }
.mnav .mcta { margin-top: auto; padding: 16px; border-radius: 13px; background: var(--blue); color: #fff; font-weight: 600; text-align: center; border: 0; font-size: 16px; }

/* ============================================================
   NEWS PAGE · featured + filters
   ============================================================ */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 38px; }
.filter { padding: 10px 18px; border-radius: 999px; border: 1.5px solid rgba(15,32,54,.12); background: #fff; font-weight: 600; font-size: 13.5px; color: var(--slate-ink); transition: all .22s; display: inline-flex; align-items: center; gap: 8px; }
.filter .cdot { width: 8px; height: 8px; border-radius: 50%; }
.filter.active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.filter:hover { border-color: var(--blue); }
.featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; background: var(--navy-900); border-radius: 26px; overflow: hidden; margin-bottom: 50px; color: #fff; }
@media (max-width: 860px) { .featured { grid-template-columns: 1fr; } }
.featured .ft-thumb { position: relative; min-height: 380px; overflow: hidden; }
.featured .ft-thumb .inner { position: absolute; inset: 0; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.featured:hover .ft-thumb .inner { transform: scale(1.06); }
.featured .ft-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.featured .ft-body .alaune { font-family: var(--f-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 18px; }
.featured .ft-body h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
.featured .ft-body p { color: var(--slate-light); margin-top: 18px; font-size: 15.5px; line-height: 1.6; max-width: 460px; }
.featured .ft-meta { margin-top: 26px; display: flex; gap: 16px; font-family: var(--f-mono); font-size: 12.5px; color: var(--slate-light); align-items: center; }
.article.hide { display: none; }
.article { display: block; }

/* ============================================================
   PARRAINAGE · commission par produit + simulateur
   ============================================================ */
.par-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
@media (max-width: 920px) { .par-wrap { grid-template-columns: 1fr; } }
.commission { background: var(--paper); border: 1px solid rgba(15,32,54,.08); border-radius: 24px; padding: 36px; box-shadow: 0 1px 2px rgba(10,22,40,.04); }
.commission h3 { font-size: 22px; font-weight: 700; }
.commission .sub { color: var(--slate); font-size: 14px; margin-top: 6px; margin-bottom: 24px; }
.comm-row { margin-bottom: 22px; }
.comm-row .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.comm-row .nm { font-weight: 600; font-size: 15px; }
.comm-row .nm small { display: block; font-weight: 400; color: var(--slate); font-size: 12.5px; margin-top: 2px; }
.comm-row .amt { font-family: var(--f-mono); font-weight: 700; font-size: 22px; color: var(--navy-900); }
.comm-bar { height: 14px; border-radius: 8px; background: rgba(15,32,54,.06); overflow: hidden; position: relative; }
.comm-bar i { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; border-radius: 8px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.comm-row.lit .comm-bar i { transform: scaleX(var(--p)); transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }

.sim { background: var(--navy-900); color: #fff; border-radius: 24px; padding: 36px; position: relative; overflow: hidden; }
.sim .mesh5 { position: absolute; inset: 0; background: radial-gradient(60% 60% at 80% 10%, rgba(37,99,235,.35), transparent 70%), radial-gradient(50% 60% at 0% 100%, rgba(168,85,247,.22), transparent 70%); }
.sim > * { position: relative; }
.sim h3 { font-size: 22px; font-weight: 700; }
.sim .sub { color: var(--slate-light); font-size: 13.5px; margin-top: 6px; }
.sim .sim-field { margin-top: 26px; }
.sim .sim-field label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--slate-light); display: flex; justify-content: space-between; }
.sim .sim-field label b { color: #fff; }
.sim input[type=range] { width: 100%; margin-top: 12px; accent-color: var(--cyan); }
.sim .total { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(148,163,184,.18); }
.sim .total .l { font-size: 13px; color: var(--slate-light); }
.sim .total .v { font-family: var(--f-mono); font-weight: 700; font-size: clamp(44px, 6vw, 64px); letter-spacing: -.03em; margin-top: 6px; color: var(--cyan); }
.sim .total .note { font-size: 12px; color: var(--slate-light); margin-top: 8px; }

/* horizontal timeline (Parrainage) */
.htl { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.htl-line { position: absolute; top: 28px; left: 16%; right: 16%; height: 2px; background: rgba(15,32,54,.1); overflow: hidden; }
.htl-line i { position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.htl.lit .htl-line i { transform: scaleX(1); transition: transform 1.5s cubic-bezier(.2,.8,.2,1); }
.hstep { text-align: center; padding: 0 10px; }
.hstep .hdot { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 20px; display: grid; place-items: center; background: #fff; border: 1.5px solid rgba(15,32,54,.14); font-family: var(--f-mono); font-weight: 700; font-size: 20px; color: var(--navy-900); position: relative; z-index: 2; transition: background .4s, color .4s, border-color .4s, transform .4s; }
.htl.lit .hstep .hdot { background: var(--blue); color: #fff; border-color: var(--blue); transform: scale(1.05); }
.htl .hstep:nth-child(2) .hdot { transition-delay: .35s; }
.htl .hstep:nth-child(3) .hdot { transition-delay: .7s; }
.hstep h4 { font-size: 20px; font-weight: 700; }
.hstep p { color: var(--slate); font-size: 14px; line-height: 1.55; margin-top: 8px; max-width: 280px; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .htl { grid-template-columns: 1fr; gap: 28px; } .htl-line { display: none; } }
