/* H2CC1 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.hub-v2 {
  --v2-mesh: radial-gradient(ellipse 80% 60% at 70% 0%, rgba(39, 192, 228, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(0, 217, 165, 0.12) 0%, transparent 50%),
    linear-gradient(180deg, #f4fbff 0%, #ffffff 42%, #f8fafc 100%);
  --v2-card: #ffffff;
  --v2-border: rgba(15, 23, 42, 0.08);
  --v2-shadow-soft: 0 2px 4px rgba(15, 23, 42, 0.04), 0 12px 32px rgba(15, 23, 42, 0.06);
  --v2-shadow-lift: 0 4px 8px rgba(15, 23, 42, 0.06), 0 20px 48px rgba(39, 192, 228, 0.12);
  --v2-radius-lg: 20px;
  --v2-radius-xl: 28px;
  --v2-transition: 200ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .hub-v2 *,
  .hub-v2 *::before,
  .hub-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hub-v2 .mp-hub-home {
  background: transparent;
  padding-bottom: 0;
}

/* H2CC2 */
.v2-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 200;
  padding: 12px 18px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}

.v2-skip:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
}


/* H2CC3 */
.hub-v2 .v2-header .main-nav a[href*="convertisseur"],
.hub-v2 .v2-header .main-nav a[href*="Service-montage"] {
  display: none;
}

.v2-header-editor-cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--gradient-primary);
  box-shadow: 0 4px 14px rgba(39, 192, 228, 0.32);
  cursor: pointer;
  transition: filter var(--v2-transition), transform var(--v2-transition);
  white-space: nowrap;
}

.v2-header-editor-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.v2-header-editor-cta:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .v2-header-editor-cta {
    display: none;
  }
}

.v2-hero-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: #94a3b8;
  font-weight: 500;
}

/* H2CC4 */
.v2-capabilities {
  padding: clamp(3rem, 6vw, 5rem) 20px;
  background: #fff;
}

.v2-cap-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.v2-cap-card {
  padding: 22px 20px;
  border-radius: var(--v2-radius-lg);
  background: var(--v2-card);
  border: 1px solid var(--v2-border);
  box-shadow: var(--v2-shadow-soft);
  transition: transform var(--v2-transition), box-shadow var(--v2-transition);
}

.v2-cap-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--v2-shadow-lift);
}

.v2-cap-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(39, 192, 228, 0.12);
  color: var(--primary-dark);
}

.v2-cap-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.v2-cap-card p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

.v2-cap-cta-wrap {
  text-align: center;
  margin: 32px 0 0;
}

/* H2CC5 */
.v2-usecases {
  padding: clamp(2.5rem, 5vw, 4rem) 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
}

.v2-use-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.v2-use-card {
  padding: 24px 22px;
  border-radius: var(--v2-radius-lg);
  background: #fff;
  border: 1px solid #e8ecf2;
  box-shadow: var(--v2-shadow-soft);
}

.v2-use-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 10px;
}

.v2-use-card p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

/* H2CC6 */
.v2-plan-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(77, 212, 244, 0.22);
  border: 1px solid rgba(77, 212, 244, 0.45);
  padding: 3px 8px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.v2-plan-features {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  flex: 1;
}

.v2-plan-features li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #334155;
  line-height: 1.45;
  margin-bottom: 8px;
}

.v2-plan-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.v2-faq-body a {
  color: var(--primary-dark);
  font-weight: 600;
}

/* H2CC7 */
.v2-footer-tagline {
  display: block !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-top: 4px;
}

.v2-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid #e8ecf2;
  box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
}

.v2-sticky-cta[hidden] {
  display: none !important;
}

.v2-sticky-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: var(--gradient-primary);
  box-shadow: 0 4px 16px rgba(39, 192, 228, 0.35);
  cursor: pointer;
}

@media (min-width: 769px) {
  .v2-sticky-cta {
    display: none !important;
  }
}

/* H2CC8 */
.hub-v2 .v2-section-head {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.hub-v2 .v2-steps {
  padding: clamp(3rem, 6vw, 5rem) 20px;
}

.hub-v2 .v2-pricing {
  padding: clamp(3rem, 6vw, 5rem) 20px;
}

.hub-v2 .v2-faq {
  padding: clamp(3rem, 6vw, 5rem) 20px;
}

@media (max-width: 900px) {
  .v2-cap-grid,
  .v2-use-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .v2-cap-grid,
  .v2-use-grid {
    grid-template-columns: 1fr;
  }
}

/* H2CC9 */
.v2-hero {
  position: relative;
  overflow: visible;
  padding: clamp(2rem, 5vw, 4rem) 20px clamp(2.5rem, 6vw, 4.5rem);
  background: var(--v2-mesh);
  border-bottom: 1px solid var(--v2-border);
}

.v2-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: center;
}

.v2-hero-copy {
  text-align: left;
}

.v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(39, 192, 228, 0.35);
  box-shadow: 0 2px 12px rgba(39, 192, 228, 0.12);
}

.v2-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 217, 165, 0.25);
}

.v2-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #0f172a;
  margin: 0 0 16px;
}

.v2-title-accent {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.v2-lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #475569;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 34rem;
  font-weight: 500;
}

.v2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--v2-transition), box-shadow var(--v2-transition), filter var(--v2-transition), border-color var(--v2-transition);
}

.v2-btn:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.v2-btn--primary {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 6px 22px rgba(39, 192, 228, 0.38);
}

.v2-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.v2-btn--ghost {
  background: #fff;
  color: #0f172a;
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.v2-btn--ghost:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.v2-search-wrap {
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
}

.v2-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  display: flex;
}

.v2-search-input {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 48px;
  border: 1px solid #d8dee9;
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--v2-shadow-soft);
  transition: border-color var(--v2-transition), box-shadow var(--v2-transition);
}

.v2-search-input::placeholder {
  color: #94a3b8;
}

.v2-search-input:hover {
  border-color: #cbd5e1;
}

.v2-search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(39, 192, 228, 0.18);
}

.v2-search-hint {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

/* H2CC10 */
.v2-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}

/* H2CC11 */
.v2-trust {
  padding: 28px 20px;
  background: #fff;
  border-bottom: 1px solid var(--v2-border);
}

.v2-trust-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.v2-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.v2-trust-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(39, 192, 228, 0.12);
  color: var(--primary-dark);
}

.v2-trust-text strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.v2-trust-text span {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

/* H2CC12 */
.v2-features {
  padding: clamp(2.5rem, 5vw, 4rem) 20px;
  background: #fff;
}

.v2-section-head {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
}

.v2-section-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.v2-section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 12px;
}

.v2-section-lead {
  font-size: 15px;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
}

.v2-bento {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.v2-bento-card {
  grid-column: span 4;
  padding: 24px 22px;
  border-radius: var(--v2-radius-lg);
  background: var(--v2-card);
  border: 1px solid var(--v2-border);
  box-shadow: var(--v2-shadow-soft);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform var(--v2-transition), box-shadow var(--v2-transition), border-color var(--v2-transition);
}

.v2-bento-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--v2-shadow-lift);
  border-color: rgba(39, 192, 228, 0.35);
}

.v2-bento-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.v2-bento-card--wide {
  grid-column: span 6;
}

.v2-bento-card--hero {
  grid-column: span 8;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  border-color: transparent;
}

.v2-bento-card--hero:hover {
  border-color: rgba(39, 192, 228, 0.4);
}

.v2-bento-card--hero .v2-bento-title,
.v2-bento-card--hero .v2-bento-text {
  color: #fff;
}

.v2-bento-card--hero .v2-bento-text {
  opacity: 0.78;
}

.v2-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(39, 192, 228, 0.12);
  color: var(--primary-dark);
}

.v2-bento-card--hero .v2-bento-icon {
  background: rgba(39, 192, 228, 0.2);
  color: #4dd4f4;
}

.v2-bento-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.v2-bento-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 12px;
}

.v2-bento-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-dark);
}

.v2-bento-card--hero .v2-bento-link {
  color: #4dd4f4;
}

/* H2CC13 */
.v2-steps {
  padding: clamp(2.5rem, 5vw, 3.5rem) 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
}

.v2-steps-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.v2-step {
  text-align: center;
  padding: 8px 12px;
}

.v2-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: var(--primary-dark);
  background: rgba(39, 192, 228, 0.14);
  margin-bottom: 14px;
}

.v2-step h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
}

.v2-step p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* H2CC14 */
.v2-pricing {
  padding: clamp(2.5rem, 5vw, 4rem) 20px;
  background: #fff;
}

.v2-pricing-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.v2-plan {
  padding: 22px 20px;
  border-radius: var(--v2-radius-lg);
  border: 1px solid #e8ecf2;
  background: #fff;
  box-shadow: var(--v2-shadow-soft);
  display: flex;
  flex-direction: column;
  transition: transform var(--v2-transition), box-shadow var(--v2-transition);
}

.v2-plan:hover {
  transform: translateY(-2px);
  box-shadow: var(--v2-shadow-lift);
}

.v2-plan--featured {
  border-color: rgba(39, 192, 228, 0.45);
  background: linear-gradient(180deg, #f3fcff 0%, #fff 50%);
  box-shadow: 0 12px 36px rgba(39, 192, 228, 0.15);
  transform: translateY(-4px);
}

.v2-plan--featured:hover {
  transform: translateY(-6px);
}

.v2-plan-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.v2-plan-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.v2-plan-price small {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.v2-plan-desc {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.5;
  flex: 1;
}

.v2-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--v2-transition);
  border: 2px solid #e2e8f0;
  background: #fff;
  color: #1b1b3a;
}

.v2-plan-cta:hover {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.v2-plan--featured .v2-plan-cta {
  background: var(--gradient-primary);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 14px rgba(39, 192, 228, 0.3);
}

.v2-pricing-foot {
  text-align: center;
  margin-top: 20px;
}

.v2-pricing-foot a {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark);
  text-decoration: none;
  border-bottom: 2px solid rgba(39, 192, 228, 0.35);
  cursor: pointer;
}

.v2-pricing-foot a:hover {
  border-bottom-color: var(--primary);
}

/* H2CC15 */
.v2-faq {
  padding: clamp(2.5rem, 5vw, 3.5rem) 20px;
  background: #f8fafc;
  border-top: 1px solid var(--v2-border);
}

.v2-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v2-faq-item {
  border-radius: 14px;
  border: 1px solid #e8ecf2;
  background: #fff;
  overflow: hidden;
}

.v2-faq-item summary {
  padding: 16px 18px;
  font-weight: 700;
  font-size: 14px;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background var(--v2-transition);
}

.v2-faq-item summary::-webkit-details-marker {
  display: none;
}

.v2-faq-item summary::after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
  color: var(--primary);
  flex-shrink: 0;
}

.v2-faq-item[open] summary::after {
  content: '−';
}

.v2-faq-item summary:hover {
  background: #f8fafc;
}

.v2-faq-item summary:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}

.v2-faq-body {
  padding: 0 18px 16px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* H2CC16 */
.v2-cta-band {
  padding: clamp(2.5rem, 5vw, 3.5rem) 20px;
  background: linear-gradient(135deg, #0f172a 0%, #1b1b3a 55%, #162447 100%);
  text-align: center;
}

.v2-cta-band-inner {
  max-width: 560px;
  margin: 0 auto;
}

.v2-cta-band h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.v2-cta-band p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 22px;
  line-height: 1.6;
}

.v2-cta-band .v2-btn--primary {
  min-width: 200px;
}

/* H2CC17 */
.hub-v2 .home-popular,
.hub-v2 .catalog-section,
.hub-v2 .v2-features,
.hub-v2 .home-hero,
.hub-v2 .home-stats,
.hub-v2 .home-editor-promo {
  display: none;
}

/* H2CC18 */
@media (max-width: 1024px) {
  .v2-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v2-hero-copy {
    text-align: center;
  }

  .v2-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .v2-hero-actions {
    justify-content: center;
  }

  .v2-hero-visual {
    order: -1;
  }

  .v2-bento-card,
  .v2-bento-card--wide,
  .v2-bento-card--hero {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .v2-trust-inner {
    grid-template-columns: 1fr 1fr;
  }

  .v2-bento-card,
  .v2-bento-card--wide,
  .v2-bento-card--hero {
    grid-column: span 12;
  }

  .v2-steps-grid,
  .v2-pricing-grid {
    grid-template-columns: 1fr;
  }

  .v2-plan--featured {
    transform: none;
  }

  .v2-plan--featured:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 480px) {
  .v2-trust-inner {
    grid-template-columns: 1fr;
  }
}
