/*
Theme Name: DR1.FR
Theme URI: https://dr1.fr
Author: OpenAI
Author URI: https://openai.com
Description: Theme vitrine pour agence d'influenceurs virtuels IA DR1.FR.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: dr1-fr
*/

:root {
  --dr1-primary: #FF420E;
  --dr1-secondary: #80BD9E;
  --dr1-accent: #F98866;
  --dr1-support: #89DA59;
  --dr1-bg: #f7f7f5;
  --dr1-text: #1f2937;
  --dr1-muted: #6b7280;
  --dr1-card: #ffffff;
  --dr1-dark: #111827;
  --dr1-radius: 18px;
  --dr1-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
  --dr1-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dr1-text);
  background: linear-gradient(180deg, #fff7f3 0%, var(--dr1-bg) 38%, #ffffff 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(calc(100% - 2rem), var(--dr1-max)); margin: 0 auto; }
.section { padding: 4.5rem 0; }
.section-title { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; margin: 0 0 1rem; }
.section-kicker { color: var(--dr1-primary); text-transform: uppercase; font-weight: 700; letter-spacing: .08em; font-size: .82rem; }
.lead { font-size: 1.08rem; color: var(--dr1-muted); max-width: 62ch; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .95rem 1.25rem;
  border-radius: 999px; font-weight: 700; transition: .2s ease; border: 1px solid transparent;
}
.btn-primary { background: var(--dr1-primary); color: #fff; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--dr1-shadow); }
.btn-secondary { background: transparent; border-color: rgba(17,24,39,.12); }
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17,24,39,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .85rem; font-weight: 900; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--dr1-primary), var(--dr1-accent));
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900;
  box-shadow: var(--dr1-shadow);
}
.nav-toggle { display: none; background: #fff; border: 1px solid rgba(17,24,39,.1); border-radius: 12px; min-width: 44px; min-height: 44px; }
.site-nav ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 1rem; align-items: center; }
.site-nav a { font-weight: 600; color: var(--dr1-muted); }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--dr1-text); }
.hero { padding: 5rem 0 4rem; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; align-items: center; }
.hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84));
  padding: 1.25rem; border-radius: 28px; box-shadow: var(--dr1-shadow); border: 1px solid rgba(17,24,39,.05);
}
.hero-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.25rem; }
.metric { background: #fff; padding: 1rem; border-radius: 18px; border: 1px solid rgba(17,24,39,.06); }
.metric strong { display: block; font-size: 1.8rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.card {
  background: var(--dr1-card); padding: 1.4rem; border-radius: var(--dr1-radius);
  box-shadow: var(--dr1-shadow); border: 1px solid rgba(17,24,39,.05);
}
.influencer-card .avatar {
  aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden; margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(255,66,14,.14), rgba(128,189,158,.22));
}
.badge {
  display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .7rem; border-radius: 999px;
  background: rgba(255,66,14,.08); color: var(--dr1-primary); font-size: .84rem; font-weight: 700;
}
.feature-list { display: grid; gap: .85rem; padding: 0; list-style: none; }
.feature-list li { background: #fff; padding: 1rem; border-radius: 14px; border: 1px solid rgba(17,24,39,.06); }
.page-hero { padding: 4rem 0 2rem; }
.form-shell { background: #fff; padding: 1.5rem; border-radius: 22px; box-shadow: var(--dr1-shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
input, select, textarea {
  width: 100%; border: 1px solid rgba(17,24,39,.14); border-radius: 14px; padding: .95rem 1rem; font: inherit;
}
textarea { min-height: 160px; resize: vertical; }
.site-footer { padding: 2.4rem 0; border-top: 1px solid rgba(17,24,39,.08); color: var(--dr1-muted); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.notice-box {
  padding: 1rem 1.1rem; border-radius: 16px; background: rgba(128,189,158,.12); border: 1px solid rgba(128,189,158,.32);
}
@media (max-width: 960px) {
  .hero-grid, .grid-3, .grid-2, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; position: absolute; top: 74px; left: 1rem; right: 1rem; background: #fff; border-radius: 18px; box-shadow: var(--dr1-shadow); border: 1px solid rgba(17,24,39,.08); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: 1rem; }
}
