/* CompoPlus public UI system — presentation only. */
:root {
  --cp-accent: #0f766e;
  --cp-accent-dark: #0b5f59;
  --cp-accent-soft: #eff8f6;
  --cp-ink: #17211f;
  --cp-muted: #60706c;
  --cp-line: #dfe7e4;
  --cp-soft: #f7f9f8;
  --cp-white: #fff;
  --cp-danger: #b42318;
  --cp-radius-sm: 6px;
  --cp-radius: 10px;
  --cp-radius-lg: 14px;
  --cp-shadow: 0 1px 2px rgba(16, 24, 22, .04), 0 8px 24px rgba(16, 24, 22, .06);
}

html { scroll-padding-top: 76px; }
body {
  color: var(--cp-ink);
  background: var(--cp-white);
  font-family: "DM Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body h1, body h2, body h3 { color: var(--cp-ink); letter-spacing: -.025em; }
body :focus-visible { outline: 3px solid rgba(15,118,110,.23); outline-offset: 2px; }
body .container { width: min(1120px, calc(100% - 48px)); }
body .section { padding: 88px 0; }
body .section-soft, body .faq-section {
  color: #c5d1ce;
  background: #102320;
}
body .section-soft .section-head h2,
body .section-soft .faq-q,
body .faq-section .section-head h2,
body .faq-section .faq-q { color: #f7faf9; }
body .section-soft .section-head p,
body .section-soft .faq-a p,
body .faq-section .section-head p,
body .faq-section .faq-a p { color: #aebdb9; }
body .section-soft .eyebrow,
body .faq-section .eyebrow {
  color: #bce4dc;
  background: #17322d;
  border-color: #2c4c46;
}

/* Navigation */
body .nav {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--cp-line);
  backdrop-filter: none;
}
body .nav-inner { height: 72px; gap: 28px; }
body .brand-logo { height: 38px; max-width: 154px; }
body .nav-links { gap: 24px; color: #53615e; font-size: .9rem; }
body .nav-links a { position: relative; }
body .nav-links a:hover, body .nav-links a:focus-visible { color: var(--cp-accent); }
body .nav-actions { gap: 7px; }

/* Buttons */
body .btn {
  min-height: 42px;
  border-radius: var(--cp-radius-sm);
  padding: 10px 16px;
  font-size: .91rem;
  font-weight: 650;
  box-shadow: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
body .btn:hover { transform: none; }
body .btn-primary {
  color: #fff;
  background: var(--cp-accent);
  border-color: var(--cp-accent);
  box-shadow: none;
}
body .btn-primary:hover, body .btn-primary:focus { background: var(--cp-accent-dark); border-color: var(--cp-accent-dark); }
body .btn-outline, body .btn-outline-primary, body .btn-outline-secondary {
  color: #34433f;
  background: #fff;
  border-color: #cbd6d2;
}
body .btn-outline:hover, body .btn-outline-primary:hover, body .btn-outline-secondary:hover {
  color: var(--cp-ink); background: var(--cp-soft); border-color: #aebdb8;
}
body .btn-soft { color: var(--cp-accent-dark); background: var(--cp-accent-soft); border-color: #d7ebe7; }

/* Landing hero */
body .hero {
  padding: 148px 0 92px;
  background: #fff;
  border-bottom: 1px solid var(--cp-line);
}
body .hero::before, body .hero-orb, body .hero-light, body .edu-symbol, body .glow { display: none !important; }
body .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(460px, .88fr); gap: 72px; }
body .hero-copy { max-width: 650px; }
body .eyebrow {
  gap: 7px;
  padding: 6px 10px;
  color: var(--cp-accent-dark);
  background: var(--cp-accent-soft);
  border-color: #d7ebe7;
  border-radius: 999px;
  font-size: .72rem;
  letter-spacing: .075em;
}
body .hero h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(2.65rem, 5vw, 4.7rem); line-height: 1.03; }
body .hero h1 span { color: var(--cp-ink) !important; background: none !important; -webkit-text-fill-color: currentColor !important; }
body .hero-copy > p { max-width: 600px; color: var(--cp-muted); font-size: 1.08rem; }
body .hero-actions { margin-top: 30px; gap: 10px; }
body .trust { margin-top: 26px; color: var(--cp-muted); font-size: .86rem; }
body .avatars span { border-color: #fff; background: #e7efec; color: #49635c; }

body .dashboard-wrap { transform: none; }
body .dashboard {
  overflow: hidden;
  border: 1px solid #d7e0dd;
  border-radius: var(--cp-radius-lg);
  background: #fff;
  box-shadow: var(--cp-shadow);
  transform: none;
}
body .dash-top { background: var(--cp-soft); border-bottom: 1px solid var(--cp-line); }
body .dash-dot { background: #c6d2ce; }
body .dash-side { background: #f3f6f5; border-right: 1px solid var(--cp-line); }
body .dash-side i:first-child, body .bar { background: var(--cp-accent); }
body .mini-card { border: 1px solid var(--cp-line); border-radius: 8px; box-shadow: none; }
body .chart { background: #fbfcfc; border: 1px solid var(--cp-line); }
body .badge-float { display: none; }

/* Content hierarchy and cards */
body .section-head { margin-bottom: 44px; }
body .section-head h2 { margin: 14px 0 12px; font-size: clamp(1.9rem, 3.3vw, 2.75rem); }
body .section-head p { color: var(--cp-muted); font-size: 1rem; }
body .features-grid { gap: 0; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); overflow: hidden; background: #fff; }
body .feature {
  min-height: 240px;
  padding: 30px;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--cp-line);
  border-bottom: 1px solid var(--cp-line);
  border-radius: 0;
  box-shadow: none;
}
body .feature:nth-child(3n) { border-right: 0; }
body .feature:nth-last-child(-n+3) { border-bottom: 0; }
body .feature:hover { transform: none; background: #fbfcfc; border-color: var(--cp-line); box-shadow: none; }
body .feature-icon, body .feature:nth-child(3n+2) .feature-icon, body .feature:nth-child(3n) .feature-icon {
  width: 42px; height: 42px; color: var(--cp-accent); background: var(--cp-accent-soft); border: 1px solid #dcece8; border-radius: 8px;
}
body .feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body .feature p, body .benefit-copy > p { color: var(--cp-muted); }

body .team-grid { gap: 18px; }
body .team-card { border: 1px solid var(--cp-line); border-radius: var(--cp-radius); box-shadow: none; }
body .team-card:hover { transform: none; box-shadow: var(--cp-shadow); }
body .team-photo { background: var(--cp-soft); }
body .socials a { color: #65736f; background: #fff; border: 1px solid var(--cp-line); box-shadow: none; }

body .benefits { gap: 72px; }
body .benefit-visual {
  color: var(--cp-ink); background: var(--cp-soft); border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); box-shadow: none;
}
body .benefit-visual::after { display: none; }
body .score-card { border: 1px solid var(--cp-line); border-radius: var(--cp-radius); box-shadow: none; }
body .score, body .check i { color: var(--cp-accent); }
body .progress i { background: var(--cp-accent); }
body .check { align-items: flex-start; }
body .check i { flex: 0 0 24px; background: var(--cp-accent-soft); }

body .stats { padding: 56px 0; background: #163d38; }
body .stats::before { display: none; }
body .stats-grid { gap: 0; }
body .stat { padding: 12px 32px; background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.16); border-radius: 0; box-shadow: none; }
body .stat:last-child { border-right: 0; }
body .stat:hover { transform: none; box-shadow: none; }
body .stat-icon { color: #b9ddd6; background: transparent; }

body .cta { padding: 72px 0; background: #fff; }
body .cta-box { padding: 52px; background: var(--cp-accent); border-radius: var(--cp-radius-lg); box-shadow: none; }
body .cta-box::after { display: none; }
body .cta-box .btn { color: var(--cp-accent-dark); }

body .faq-list { border: 1px solid var(--cp-line); border-radius: var(--cp-radius); background: #fff; box-shadow: none; }
body .faq-item { border-color: var(--cp-line); }
body .faq-q { color: var(--cp-ink); }
body .faq-q:hover { color: var(--cp-accent-dark); }
body .faq-section .faq-list { background: #162c28; border-color: #2b4540; }
body .faq-section .faq-item { border-color: #2b4540; }
body .faq-section .faq-q:hover { color: #bce4dc; }
body .faq-section .faq-q i { color: #8fcfc2; border-color: #36534d; }

/* Contact and forms */
body .contact-grid { gap: 70px; align-items: start; }
body .contact-info { padding: 0; background: transparent; border: 0; box-shadow: none; }
body .contact-detail i { color: var(--cp-accent); background: var(--cp-accent-soft); }
body .contact-detail i svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body .form { padding: 32px; background: #fff; border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow); }
body .field label, body .form-label { color: #34413e; font-size: .88rem; }
body .field input, body .field textarea, body .form-control {
  min-height: 46px; color: var(--cp-ink); background: #fff; border: 1px solid #cbd6d2; border-radius: var(--cp-radius-sm); box-shadow: none;
}
body .field textarea { min-height: 118px; }
body .field input:focus, body .field textarea:focus, body .form-control:focus {
  border-color: var(--cp-accent); box-shadow: 0 0 0 3px rgba(15,118,110,.11);
}
body .field .invalid, body .form-control.is-invalid { border-color: var(--cp-danger); }
body .error, body .form-error { color: var(--cp-danger); }

body .pricing-grid { gap: 18px; }
body .pricing-card, body .pricing-card.popular { border: 1px solid var(--cp-line); border-radius: var(--cp-radius-lg); box-shadow: none; transform: none; }
body .pricing-card.popular { border-color: var(--cp-accent); }
body .popular-badge { color: var(--cp-accent-dark); background: var(--cp-accent-soft); border: 1px solid #d7ebe7; }
body .plan-price strong { color: var(--cp-ink); }
body .plan-features i { color: var(--cp-accent); }

/* Footer and dialogs */
body .footer { color: #cad7d3; background: #112b27; }
body .footer::before { display: none; }
body .footer h3, body .footer h4, body .footer .brand { color: #fff; }
body .footer a:hover { color: #fff; }
body .location-card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); box-shadow: none; }
body .modal { background: rgba(17,31,28,.56); backdrop-filter: none; }
body .modal-card, body .modal-content { border: 1px solid var(--cp-line) !important; border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow) !important; }
body .modal-icon, body .status-icon { color: var(--cp-accent); background: var(--cp-accent-soft); border-radius: 50%; }

/* Results lookup page */
body .page-shell { min-height: 100vh; background: var(--cp-soft); }
body .topbar { background: #fff; border-bottom: 1px solid var(--cp-line); box-shadow: none; }
body .topbar .brand-logo { width: auto !important; height: 36px; }
body .page-shell .topbar .brand-logo {
  width: 100px !important;
  height: auto;
  max-width: 100%;
}
body .main-content { padding-top: 54px !important; padding-bottom: 64px !important; }
body .main-content .hero-copy { max-width: 600px; }
body .main-content .hero-copy h1 { color: var(--cp-ink); letter-spacing: -.03em; }
body .main-content .eyebrow { color: var(--cp-accent-dark) !important; }
body .tip-button { color: var(--cp-accent) !important; min-height: auto; }
body .search-card, body .result-card { border: 1px solid var(--cp-line) !important; border-radius: var(--cp-radius-lg); box-shadow: var(--cp-shadow) !important; }
body .search-card .card-body { padding: 28px !important; }
body .search-controls { gap: 10px; }
body .code-input { padding-left: 14px !important; letter-spacing: .08em; border-left: 1px solid #cbd6d2 !important; }
body .security-note, body .countdown-note { font-size: .82rem; }
body .result-header { color: #fff; background: var(--cp-accent) !important; }
body .result-header h1 { color: #fff; }
body .result-status-icon { color: rgba(255,255,255,.9); }
body .bulletin-table { --bs-table-bg: transparent; }
body .bulletin-table th, body .bulletin-table td { padding: 12px 14px; border-color: var(--cp-line); }
body .bulletin-table th { color: #53615e; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }
body .state-badge { border-radius: 999px; font-size: .75rem; font-weight: 700; }
body .action-buttons .btn { min-width: 150px; }
body .page-shell > footer { color: var(--cp-muted); background: transparent; border-top: 1px solid var(--cp-line); }

/* Public results page: clear dark navigation and calm, non-white workspace. */
body .page-shell {
  color: var(--cp-ink);
  background: #eaf1ef;
}
body .page-shell .topbar {
  background: #102320;
  border-bottom-color: #29453f;
  box-shadow: none;
}
body .page-shell .topbar .text-dark { color: #fff !important; }
body .page-shell .topbar .btn-outline-secondary {
  color: #e5f0ed;
  background: transparent;
  border-color: #45635c;
}
body .page-shell .topbar .btn-outline-secondary:hover,
body .page-shell .topbar .btn-outline-secondary:focus {
  color: #fff;
  background: #1b3933;
  border-color: #6e958b;
}
body .page-shell .main-content {
  background:
    radial-gradient(circle at 50% -12rem, rgba(15,118,110,.13), transparent 33rem),
    #eaf1ef;
}
body .page-shell .hero-copy > br { display: none; }
body .page-shell .hero-copy { margin-bottom: 28px !important; }
body .page-shell .hero-copy .text-secondary { color: #536560 !important; }
body .page-shell .search-card,
body .page-shell .result-card {
  background: #fff;
  border-color: #cedbd7 !important;
  box-shadow: 0 12px 28px rgba(16,35,32,.08) !important;
}
body .page-shell .search-card .card-body { padding: 30px !important; }
body .page-shell .form-label { color: #31443f; }
body .page-shell .code-input {
  background: #fbfdfc;
  border-color: #bccdc8 !important;
}
body .page-shell .code-input:focus {
  background: #fff;
  border-color: var(--cp-accent) !important;
}
body .page-shell .result-header {
  background: #102320 !important;
}
body .page-shell .result-card.result-card-refused .result-header {
  background: #7f1d1d !important;
}
body .page-shell .bulletin-table th { background: #f4f8f6; }
body .page-shell > footer {
  color: var(--cp-muted);
  background: transparent;
  border-top: 1px solid var(--cp-line);
}

body .page-shell > footer a {
  color: inherit;
}
body .page-shell .modal-content { background: #fff; }

/* Alternating landing-page rhythm: white, dark, white, dark. */
body main > section:nth-of-type(odd) {
  color: var(--cp-ink);
  background: #fff;
}
body main > section:nth-of-type(even) {
  color: #c5d1ce;
  background: #102320;
}
body main > section:nth-of-type(even) h1,
body main > section:nth-of-type(even) h2,
body main > section:nth-of-type(even) h3 {
  color: #f7faf9;
}
body main > section:nth-of-type(even) p {
  color: #aebdb9;
}
body main > section:nth-of-type(even) .eyebrow {
  color: #bce4dc;
  background: #17322d;
  border-color: #2c4c46;
}

/* Feature cards remain light, readable and visually independent. */
body main > #fonctionnalites .features-grid {
  gap: 16px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}
body main > #fonctionnalites .feature,
body main > #fonctionnalites .feature:nth-child(2n),
body main > #fonctionnalites .feature:nth-child(3n),
body main > #fonctionnalites .feature:nth-last-child(-n+3) {
  min-height: 250px;
  padding: 28px;
  color: var(--cp-ink);
  background: #fff;
  border: 1px solid #d7e2df;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(8, 24, 20, .06);
  transform: scale(1);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body main > #fonctionnalites .feature:hover {
  background: #fff;
  border-color: #9db5af;
  box-shadow: 0 8px 22px rgba(5, 18, 15, .14);
  transform: scale(1.025);
  z-index: 1;
}
body main > #fonctionnalites .feature h3 {
  color: #17211f;
}
body main > #fonctionnalites .feature p {
  color: #60706c;
}

/* White sections must reset components that previously inherited dark styling. */
body main > .faq-section {
  color: var(--cp-ink);
  background: #fff;
}
body main > .faq-section .section-head h2,
body main > .faq-section .faq-q { color: var(--cp-ink); }
body main > .faq-section .section-head p,
body main > .faq-section .faq-a p { color: var(--cp-muted); }
body main > .faq-section .eyebrow {
  color: var(--cp-accent-dark);
  background: var(--cp-accent-soft);
  border-color: #d7ebe7;
}
body main > .faq-section .faq-list { background: #fff; border-color: var(--cp-line); }
body main > .faq-section .faq-item { border-color: var(--cp-line); }
body main > .faq-section .faq-q:hover { color: var(--cp-accent-dark); }
body main > .faq-section .faq-q i { color: var(--cp-accent); border-color: var(--cp-line); }

/* Section 4: benefits on dark background. */
body main > #avantages .benefit-copy > p { color: #aebdb9; }
body main > #avantages .check { color: #d8e2df; }
body main > #avantages .benefit-visual {
  background: #17322d;
  border-color: #2b4540;
}
body main > #avantages .score-card {
  color: var(--cp-ink);
  background: #fff;
  border-color: #dfe7e4;
}
body main > #avantages .score-card h3 { color: var(--cp-ink); }
body main > #avantages .score-card p { color: var(--cp-muted); }

/* Section 5: statistics returns to white. */
body main > .stats { color: var(--cp-ink); background: #fff; border-block: 1px solid var(--cp-line); }
body main > .stats .stat { border-right-color: var(--cp-line); }
body main > .stats .stat-icon { color: var(--cp-accent); }
body main > .stats .stat strong { color: var(--cp-ink); }
body main > .stats .stat > span { color: var(--cp-muted); }

/* Section 6: call-to-action sits directly on the dark band. */
body main > .cta .cta-box {
  background: #17322d;
  border: 1px solid #2b4540;
}
body main > .cta .cta-box h2 { color: #fff; }
body main > .cta .cta-box p { color: #b8c7c3; }

/* Section 8: contact information adapts while the form stays white. */
body main > #contact .contact-info h2 { color: #f7faf9; }
body main > #contact .contact-info p { color: #aebdb9; }
body main > #contact .contact-detail { color: #d8e2df; }
body main > #contact .contact-detail strong { color: #fff; }
body main > #contact .form h3,
body main > #contact .form label { color: var(--cp-ink); }
body main > #contact .form p { color: var(--cp-muted); }

/* Restrained, product-grade pricing comparison. */
body main > #tarification .pricing-grid {
  max-width: 860px;
  margin-inline: auto;
  padding-top: 12px;
  gap: 20px;
  align-items: stretch;
}
body main > #tarification .pricing-card,
body main > #tarification .pricing-card.popular {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  overflow: visible;
  background: #fff;
  border: 1px solid #d7e2df;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(8, 24, 20, .05);
  transform: none;
}
body main > #tarification .pricing-card.popular {
  border: 3px solid var(--cp-accent);
  box-shadow: 0 2px 7px rgba(15, 118, 110, .12);
}
body main > #tarification .pricing-card:hover,
body main > #tarification .pricing-card.popular:hover {
  border-color: #9db5af;
  box-shadow: 0 8px 22px rgba(8, 24, 20, .09);
  transform: none;
}
body main > #tarification .popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  margin: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 5px 9px;
  color: var(--cp-accent-dark);
  background: var(--cp-accent-soft);
  border: 1px solid #d7ebe7;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body main > #tarification .plan-name {
  color: #4f605c;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body main > #tarification .plan-price {
  margin: 8px 0 10px;
  color: var(--cp-ink);
  font-size: clamp(2.35rem, 5vw, 2.9rem);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1;
}
body main > #tarification .plan-price small {
  margin-left: 5px;
  color: var(--cp-muted);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0;
}
body main > #tarification .plan-desc {
  min-height: 62px;
  margin-bottom: 16px;
  color: var(--cp-muted);
  font-size: .93rem;
  line-height: 1.6;
}
body main > #tarification .plan-features {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  align-content: start;
  margin: 0 0 20px;
  padding-top: 14px;
  border-top: 1px solid var(--cp-line);
}
body main > #tarification .plan-features li {
  padding: 4px 0 4px 23px;
  color: #34433f;
  font-size: .82rem;
  line-height: 1.15;
}
body main > #tarification .plan-features li::before {
  top: 3px;
  width: 17px;
  height: 17px;
  color: var(--cp-accent-dark);
  background: var(--cp-accent-soft);
  border: 1px solid #d7ebe7;
  font-size: .65rem;
}
body main > #tarification .pricing-card .btn {
  width: 100%;
  margin-top: auto;
}
body main > #tarification .pricing-note {
  margin-top: 22px;
  color: var(--cp-muted);
  font-size: .86rem;
}

@media (max-width: 1024px) {
  body .hero-grid { grid-template-columns: 1fr 420px; gap: 42px; }
  body .nav-links { gap: 16px; }
  body .nav-actions .btn-soft { display: none; }
  body .benefits, body .contact-grid { gap: 48px; }
}

@media (max-width: 860px) {
  body .container { width: min(100% - 32px, 720px); }
  body .section { padding: 68px 0; }
  body .hero { padding: 124px 0 72px; }
  body .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  body .hero-copy { max-width: 700px; }
  body .dashboard-wrap { max-width: 620px; }
  body .feature:nth-child(3n) { border-right: 1px solid var(--cp-line); }
  body .feature:nth-child(2n) { border-right: 0; }
  body .feature:nth-last-child(-n+3) { border-bottom: 1px solid var(--cp-line); }
  body .feature:nth-last-child(-n+2) { border-bottom: 0; }
  body .stat { padding-inline: 20px; }
}

@media (max-width: 680px) {
  body .container { width: min(100% - 28px, 560px); }
  body .section { padding: 56px 0; }
  body .nav-inner { height: 64px; }
  body .nav-links {
    top: 64px; padding: 18px; background: #fff; border: 1px solid var(--cp-line); border-radius: 0 0 10px 10px; box-shadow: var(--cp-shadow);
  }
  body .nav-actions { margin-left: auto; }
  body .nav-actions .btn-outline, body .nav-actions .btn-soft { display: none; }
  body .hero { padding: 104px 0 60px; text-align: left; }
  body .hero h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  body .hero-actions { align-items: stretch; }
  body .hero-actions .btn { width: 100%; }
  body .dashboard-wrap { display: block; }
  body .features-grid { grid-template-columns: 1fr; }
  body .feature, body .feature:nth-child(2n), body .feature:nth-child(3n), body .feature:nth-last-child(-n+2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--cp-line); }
  body .feature:last-child { border-bottom: 0; }
  body .stats-grid { grid-template-columns: 1fr; }
  body .stat { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  body .stat:last-child { border-bottom: 0; }
  body .cta-box { padding: 38px 24px; }
  body .form { padding: 22px; }
  body .form-row { grid-template-columns: 1fr; }
  body .pricing-card, body .pricing-card.popular { padding: 28px 22px; }
  body main > #tarification .plan-features { grid-template-columns: 1fr; }
  body .main-content { padding-top: 34px !important; }
  body .search-card .card-body { padding: 20px !important; }
  body .search-controls { grid-template-columns: 1fr auto; }
  body .action-buttons .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
