/* Home V2 : couche autonome, sans incidence sur index.html */
.hv2-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(57, 169, 232, .14), transparent 24rem),
    radial-gradient(circle at 7% 84%, rgba(185, 51, 167, .11), transparent 23rem),
    linear-gradient(180deg, #fff 0%, #fcf8fd 100%);
}
.hv2-hero:after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -10rem;
  width: 25rem;
  height: 25rem;
  border: 1px solid rgba(123, 24, 127, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(123, 24, 127, .025), 0 0 0 6rem rgba(57, 169, 232, .025);
  pointer-events: none;
}
.hv2-hero-copy { position: relative; z-index: 2; }
.hv2-hero h1 {
  max-width: 760px;
  margin: .8rem 0 1.4rem;
  color: var(--inki-ink);
  font-size: clamp(2.65rem, 5.1vw, 4.85rem);
  line-height: .99;
  letter-spacing: -.06em;
}
.hv2-hero h1 em {
  color: var(--inki-purple);
  font-style: normal;
}
.hv2-hero .lead-inki { max-width: 700px; }
.hv2-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1.1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.hv2-proof-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--inki-ink);
  font-size: .94rem;
  font-weight: 750;
  line-height: 1.4;
}
.hv2-proof-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--inki-purple);
  font-weight: 900;
}
.hv2-product-visual {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv2-product-main {
  width: min(100%, 650px);
  padding: 12px;
  border: 1px solid rgba(123, 24, 127, .14);
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 34px 70px rgba(58, 21, 64, .16);
  transform: rotate(-1.2deg);
}
.hv2-product-main img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 21px;
}
.hv2-product-email {
  position: absolute;
  right: -1.4rem;
  bottom: 0;
  width: min(34%, 215px);
  filter: drop-shadow(0 25px 30px rgba(31, 18, 34, .22));
  transform: rotate(2.5deg);
}
.hv2-product-email img { display: block; width: 100%; height: auto; }
.hv2-product-label {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: .65rem .9rem;
  border: 1px solid var(--inki-line);
  border-radius: 999px;
  background: #fff;
  color: var(--inki-purple-dark);
  box-shadow: 0 12px 28px rgba(59, 20, 63, .1);
  font-size: .78rem;
  font-weight: 850;
}
.hv2-logo-strip { padding: 1.8rem 0; border-top: 1px solid var(--inki-line); border-bottom: 1px solid var(--inki-line); background: #fff; }
.hv2-logo-head { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 1.1rem; }
.hv2-logo-head p { margin: 0; color: var(--inki-muted); font-size: .9rem; }
.hv2-logo-head strong { color: var(--inki-ink); }
.hv2-logos { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: .7rem; align-items: center; }
.hv2-logos img { display: block; width: 100%; height: 52px; object-fit: contain; filter: saturate(.78); opacity: .9; }

.hv2-statement { max-width: 970px; }
.hv2-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.hv2-panel {
  min-height: 100%;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-radius: 30px;
}
.hv2-panel.problem { background: #2c2830; color: #fff; }
.hv2-panel.answer { border: 1px solid rgba(123, 24, 127, .18); background: linear-gradient(145deg, #fff, #fbf4fc); }
.hv2-panel .comparison-label { display: inline-flex; margin-bottom: 1.2rem; }
.hv2-panel.problem .comparison-label { color: #fff; border-color: rgba(255, 255, 255, .24); background: rgba(255, 255, 255, .08); }
.hv2-panel h3 { margin-bottom: 1.7rem; font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1.12; letter-spacing: -.035em; }
.hv2-panel.problem h3 { color: #fff; }
.hv2-panel-list { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.hv2-panel-list li { position: relative; padding-left: 2.2rem; }
.hv2-panel-list li:before {
  position: absolute;
  left: 0;
  top: -.1rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .78rem;
  font-weight: 900;
}
.hv2-panel.problem li:before { content: "×"; background: rgba(255,255,255,.14); color: #fff; }
.hv2-panel.answer li:before { content: "✓"; background: rgba(123,24,127,.11); color: var(--inki-purple); }
.hv2-panel-list strong { display: block; margin-bottom: .3rem; font-size: 1.03rem; }
.hv2-panel.problem .hv2-panel-list strong { color: #fff; }
.hv2-panel-list p { margin: 0; line-height: 1.6; }
.hv2-panel.problem .hv2-panel-list p { color: rgba(255, 255, 255, .72); }
.hv2-panel.answer .hv2-panel-list p { color: var(--inki-muted); }

.hv2-journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.hv2-journey-card { overflow: hidden; border: 1px solid var(--inki-line); border-radius: 28px; background: #fff; box-shadow: 0 18px 42px rgba(58, 21, 64, .07); }
.hv2-journey-media { position: relative; height: 285px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f9f2fa, #eef7fc); }
.hv2-journey-media img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 1rem; }
.hv2-journey-card.recipient .hv2-journey-media img { width: 72%; padding: .7rem; }
.hv2-journey-step { position: absolute; left: 1rem; top: 1rem; width: 2.1rem; height: 2.1rem; border-radius: 50%; display: grid; place-items: center; background: var(--inki-purple); color: #fff; font-weight: 850; box-shadow: 0 8px 20px rgba(80, 21, 84, .22); }
.hv2-journey-copy { padding: 1.45rem 1.55rem 1.6rem; }
.hv2-journey-copy small { display: block; margin-bottom: .45rem; color: var(--inki-purple); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hv2-journey-copy h3 { margin: 0 0 .65rem; font-size: 1.32rem; letter-spacing: -.025em; }
.hv2-journey-copy p { margin: 0; color: var(--inki-muted); line-height: 1.62; }
.hv2-role-bar { margin-top: 1.2rem; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--inki-line); border-radius: 24px; background: #fff; }
.hv2-role-bar > div { padding: 1.5rem 1.7rem; }
.hv2-role-bar > div + div { border-left: 1px solid var(--inki-line); background: #fbf7fc; }
.hv2-role-bar h3 { font-size: 1.05rem; margin-bottom: .8rem; }
.hv2-role-bar ul { display: flex; flex-wrap: wrap; gap: .5rem .75rem; margin: 0; padding: 0; list-style: none; }
.hv2-role-bar li { color: var(--inki-muted); font-size: .9rem; }
.hv2-role-bar li:before { content: "•"; margin-right: .4rem; color: var(--inki-purple); }

.hv2-managed { background: linear-gradient(145deg, #2a172e 0%, #59165e 62%, #7b187f 100%); color: #fff; }
.hv2-managed .eyebrow { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.hv2-managed h2 { color: #fff; }
.hv2-managed p { color: rgba(255,255,255,.72); }
.hv2-managed-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.hv2-service-steps { display: grid; gap: 1rem; margin-top: 2rem; }
.hv2-service-step { display: grid; grid-template-columns: 2.4rem 1fr; gap: .9rem; align-items: start; }
.hv2-service-step > span { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; font-weight: 850; }
.hv2-service-step strong { display: block; color: #fff; margin-bottom: .2rem; }
.hv2-service-step p { margin: 0; font-size: .92rem; line-height: 1.55; }
.hv2-difference-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.hv2-difference-card { min-height: 190px; padding: 1.55rem; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hv2-difference-card strong { display: block; margin-bottom: .65rem; color: #fff; font-size: clamp(1.35rem, 3vw, 2.15rem); line-height: 1; letter-spacing: -.04em; }
.hv2-difference-card h3 { margin: 0 0 .5rem; color: #fff; font-size: 1.03rem; }
.hv2-difference-card p { margin: 0; font-size: .9rem; line-height: 1.55; }

.hv2-audience-card { position: relative; overflow: hidden; height: 100%; padding: clamp(1.7rem, 3.5vw, 2.7rem); border: 1px solid var(--inki-line); border-radius: 30px; background: #fff; text-decoration: none; box-shadow: 0 16px 40px rgba(58,21,64,.055); transition: transform .2s ease, box-shadow .2s ease; }
.hv2-audience-card:hover { transform: translateY(-4px); box-shadow: 0 24px 46px rgba(58,21,64,.11); }
.hv2-audience-card:after { content: "→"; position: absolute; right: 1.5rem; top: 1.4rem; color: var(--inki-purple); font-size: 1.4rem; }
.hv2-audience-card small { color: var(--inki-purple); font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.hv2-audience-card h3 { max-width: 480px; margin: .7rem 0 .7rem; font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.hv2-audience-card p { max-width: 550px; margin: 0; color: var(--inki-muted); line-height: 1.65; }

.hv2-case { overflow: hidden; border: 1px solid rgba(123,24,127,.18); border-radius: 34px; background: linear-gradient(135deg, #faf3fb, #eef8fc); }
.hv2-case-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; }
.hv2-case-copy { padding: clamp(2rem, 5vw, 4rem); }
.hv2-case-copy blockquote { margin: 1.3rem 0 1.2rem; color: var(--inki-ink); font-size: clamp(1.22rem, 2vw, 1.7rem); line-height: 1.48; letter-spacing: -.02em; }
.hv2-case-meta { color: var(--inki-muted); font-size: .9rem; }
.hv2-case-meta strong { display: block; color: var(--inki-ink); }
.hv2-case-visual { min-height: 520px; display: grid; place-items: center; padding: clamp(1.5rem, 4vw, 3rem); background: rgba(255,255,255,.58); }
.hv2-case-visual img { display: block; max-width: 100%; height: auto; }
.hv2-metric-row { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-top: 1.5rem; }
.hv2-metric strong { display: block; color: var(--inki-purple); font-size: 1.8rem; line-height: 1; }
.hv2-metric span { color: var(--inki-muted); font-size: .8rem; }

.hv2-pricing-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.hv2-pricing-intro .section-heading { margin-bottom: 0; }
.hv2-price-note { max-width: 350px; padding: 1rem 1.1rem; border: 1px solid rgba(123,24,127,.18); border-radius: 18px; background: #fbf5fc; color: var(--inki-purple-dark); font-size: .9rem; font-weight: 750; }
.hv2-price-card { height: 100%; padding: 1.7rem; border: 1px solid var(--inki-line); border-radius: 26px; background: #fff; }
.hv2-price-card.featured { border-color: rgba(123,24,127,.38); box-shadow: 0 18px 42px rgba(58,21,64,.11); }
.hv2-price-card small { color: var(--inki-purple); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.hv2-price-card h3 { margin: .6rem 0 .2rem; font-size: 1.45rem; }
.hv2-price { margin: .9rem 0; color: var(--inki-purple); font-size: 2.2rem; font-weight: 900; letter-spacing: -.04em; }
.hv2-price-card p { min-height: 3rem; color: var(--inki-muted); line-height: 1.55; }
.hv2-price-card .hv2-unlimited { display: inline-flex; padding: .45rem .7rem; border-radius: 999px; background: var(--inki-purple-soft); color: var(--inki-purple-dark); font-size: .78rem; font-weight: 850; }

.hv2-final-cta { position: relative; overflow: hidden; border-radius: 34px; padding: clamp(2.2rem, 5vw, 4.2rem); background: linear-gradient(120deg, #29172e, #6b196e 62%, #96348f); color: #fff; }
.hv2-final-cta:after { content: ""; position: absolute; right: -6rem; top: -7rem; width: 23rem; height: 23rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.035), 0 0 0 6rem rgba(255,255,255,.025); }
.hv2-final-cta > * { position: relative; z-index: 1; }
.hv2-final-cta h2 { max-width: 850px; color: #fff; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.045em; }
.hv2-final-cta p { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.06rem; line-height: 1.7; }
.hv2-final-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin-top: 1rem; color: rgba(255,255,255,.72); font-size: .88rem; }

@media (max-width: 1199.98px) {
  .hv2-product-visual { min-height: 500px; }
  .hv2-product-email { right: 0; }
  .hv2-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .hv2-product-visual { max-width: 720px; min-height: 560px; margin: 1.5rem auto 0; }
  .hv2-managed-grid, .hv2-case-grid { grid-template-columns: 1fr; }
  .hv2-journey-grid { grid-template-columns: 1fr; }
  .hv2-journey-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .hv2-journey-media { height: 260px; }
  .hv2-case-visual { min-height: auto; }
  .hv2-pricing-intro { align-items: start; flex-direction: column; }
}
@media (max-width: 767.98px) {
  .hv2-hero { padding-top: 4rem; }
  .hv2-hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .hv2-proof-list, .hv2-comparison, .hv2-role-bar, .hv2-difference-grid { grid-template-columns: 1fr; }
  .hv2-product-visual { min-height: 430px; padding-right: 1rem; }
  .hv2-product-main { border-radius: 22px; padding: 8px; }
  .hv2-product-main img { border-radius: 16px; }
  .hv2-product-email { right: -.1rem; bottom: .4rem; width: 31%; }
  .hv2-product-label { top: .25rem; right: .25rem; }
  .hv2-logo-head { align-items: start; flex-direction: column; gap: .3rem; }
  .hv2-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hv2-journey-card { display: block; }
  .hv2-journey-media { height: 245px; }
  .hv2-role-bar > div + div { border-left: 0; border-top: 1px solid var(--inki-line); }
  .hv2-case-copy { padding: 1.5rem; }
  .hv2-case-visual { padding: 1.2rem; }
}
@media (max-width: 480px) {
  .hv2-product-visual { min-height: 340px; }
  .hv2-product-email { width: 34%; }
  .hv2-product-label { display: none; }
}
