/* ── Variables ─────────────────────────────────────────────────────────── */
:root {
  --orange:      #f97316;
  --orange-d:    #ea6c0a;
  --orange-bg:   #fff7ed;
  --dark:        #0f172a;
  --dark-2:      #1e293b;
  --text:        #334155;
  --muted:       #64748b;
  --border:      #e2e8f0;
  --bg:          #f8fafc;
  --white:       #ffffff;
  --radius:      16px;
  --shadow:      0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:   0 20px 60px rgba(0,0,0,.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── Nav ───────────────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 6%;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 38px; }
.nav-logo-text { font-weight: 900; font-size: 20px; color: var(--dark); letter-spacing: -.5px; }
.nav-logo-text span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-weight: 500; font-size: 15px; color: var(--text); transition: color .2s; }
.nav-links a:hover { color: var(--orange); }

/* ── Buttons ───────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: all .2s; cursor: pointer; border: none; line-height: 1; }
.btn-primary { background: var(--orange); color: white; }
.btn-primary:hover { background: var(--orange-d); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,.35); }
.btn-dark { background: var(--dark); color: white; }
.btn-dark:hover { background: var(--dark-2); transform: translateY(-1px); }
.btn-outline { background: transparent; border: 2px solid rgba(255,255,255,.35); color: white; }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-pro { background: var(--dark-2); color: white; font-size: 13px; padding: 8px 16px; border-radius: 8px; font-weight: 600; }
.btn-pro:hover { background: var(--dark); }
.btn-outline-dark { background: transparent; border: 2px solid rgba(255,255,255,.35); color: white; }
.btn-outline-dark:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.btn-lg { padding: 15px 30px; font-size: 16px; border-radius: 12px; }

/* ── Hero landing ──────────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1a2744 60%, #1e293b 100%);
  padding: 90px 6% 80px;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; min-height: 85vh;
}
.hero-tag { display: inline-block; background: rgba(249,115,22,.2); color: var(--orange); padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 22px; border: 1px solid rgba(249,115,22,.3); }
.hero h1 { font-size: clamp(38px, 5.5vw, 68px); font-weight: 900; line-height: 1.08; color: white; margin-bottom: 22px; letter-spacing: -1px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-sub { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; margin-bottom: 40px; max-width: 460px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stores { display: flex; gap: 12px; margin-top: 24px; align-items: center; }
.hero-stores-label { color: rgba(255,255,255,.45); font-size: 13px; }
.store-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); padding: 8px 14px; border-radius: 9px; font-size: 13px; font-weight: 600; transition: background .2s; }
.store-badge:hover { background: rgba(255,255,255,.14); }
.store-badge-dl { background: rgba(249,115,22,.18); border-color: rgba(249,115,22,.4); color: white; }
.store-badge-dl:hover { background: rgba(249,115,22,.28); }
.store-badge-soon { opacity: .45; cursor: default; pointer-events: none; }

/* ── Phone mockup ──────────────────────────────────────────────────────── */
.phone-wrap { display: flex; justify-content: center; align-items: center; }
.phone { width: 260px; background: var(--dark); border-radius: 42px; border: 8px solid #2a3a52; box-shadow: 0 50px 100px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04); overflow: hidden; }
.phone-screen { background: #fffbf5; }
.p-header { background: var(--orange); padding: 20px 16px 14px; }
.p-header-title { color: white; font-weight: 900; font-size: 17px; }
.p-header-sub { color: rgba(255,255,255,.75); font-size: 11px; margin-top: 2px; }
.p-search { margin: 10px; background: white; border-radius: 10px; padding: 10px 14px; font-size: 11px; color: #94a3b8; border: 1px solid var(--border); }
.p-section-lbl { padding: 6px 14px 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.p-card { margin: 6px 10px; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.p-card-img { height: 70px; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.p-card-img.c1 { background: linear-gradient(135deg,#fed7aa,#fb923c); }
.p-card-img.c2 { background: linear-gradient(135deg,#fde68a,#f59e0b); }
.p-card-body { padding: 9px 10px 10px; }
.p-card-name { font-weight: 800; font-size: 12px; color: var(--dark); }
.p-card-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; }
.p-card-info { font-size: 10px; color: var(--muted); }
.p-card-rating { font-size: 10px; font-weight: 700; color: #16a34a; background: #f0fdf4; padding: 2px 7px; border-radius: 20px; }

/* ── Section standard ──────────────────────────────────────────────────── */
.section { padding: 90px 6%; }
.section.bg-light { background: var(--bg); }
.section.bg-dark { background: var(--dark); }
.sec-tag { color: var(--orange); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.sec-title { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--dark); line-height: 1.15; margin-bottom: 14px; letter-spacing: -.5px; }
.sec-title.white { color: white; }
.sec-sub { font-size: 17px; color: var(--muted); max-width: 540px; line-height: 1.75; margin-bottom: 52px; }
.sec-sub.white { color: rgba(255,255,255,.65); }
.sec-header { margin-bottom: 52px; }
.sec-header-2col { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 52px; }

/* ── Features ──────────────────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.feat-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; transition: all .25s; }
.feat-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); border-color: transparent; }
.feat-ico { font-size: 38px; margin-bottom: 16px; }
.feat-card h3 { font-size: 18px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.feat-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

/* ── Partner CTA band ──────────────────────────────────────────────────── */
.partner-band {
  background: linear-gradient(135deg, var(--orange) 0%, #fb923c 100%);
  padding: 90px 6%; text-align: center;
}
.partner-band h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 900; color: white; margin-bottom: 16px; letter-spacing: -.5px; }
.partner-band p { color: rgba(255,255,255,.88); font-size: 18px; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ── Footer ────────────────────────────────────────────────────────────── */
.footer { background: var(--dark); padding: 64px 6% 36px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand img { height: 36px; filter: brightness(10); margin-bottom: 14px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.75; max-width: 220px; }
.footer-col h4 { color: white; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.footer-col a { display: block; color: rgba(255,255,255,.55); font-size: 14px; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-pro { display: inline-flex !important; align-items: center; gap: 7px; background: rgba(249,115,22,.12); color: var(--orange) !important; padding: 9px 16px; border-radius: 9px; font-weight: 700 !important; border: 1px solid rgba(249,115,22,.25); margin-top: 4px; }
.footer-pro:hover { background: rgba(249,115,22,.2) !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: rgba(255,255,255,.35); }

/* ── Hero partenaire ───────────────────────────────────────────────────── */
.hero-partner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 90px 6% 80px;
}
.hero-partner-inner { max-width: 680px; }
.hero-partner h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 900; color: white; line-height: 1.1; margin-bottom: 22px; letter-spacing: -1px; }
.hero-partner h1 em { color: var(--orange); font-style: normal; }
.hero-partner p { color: rgba(255,255,255,.72); font-size: 18px; margin-bottom: 36px; line-height: 1.75; }
.hero-partner-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-badge-pro { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,.55); }
.hero-badge-pro::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.25); }

/* ── Mockup browser ────────────────────────────────────────────────────── */
.mockup-outer { perspective: 1200px; }
.mockup-browser {
  background: white; border-radius: 14px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotateY(-4deg) rotateX(2deg) scale(.97);
  transition: transform .4s;
}
.mockup-browser:hover { transform: rotateY(0) rotateX(0) scale(1); }
.mockup-bar { background: #f1f5f9; padding: 11px 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--border); }
.m-dot { width: 11px; height: 11px; border-radius: 50%; }
.m-dot-r { background: #ef4444; } .m-dot-y { background: #f59e0b; } .m-dot-g { background: #22c55e; }
.mockup-url { flex: 1; background: white; border-radius: 5px; padding: 5px 12px; font-size: 11px; color: var(--muted); border: 1px solid var(--border); margin: 0 10px; font-family: monospace; }
.mockup-body { display: grid; grid-template-columns: 192px 1fr; min-height: 340px; }
.m-sidebar { background: #1e293b; }
.m-sidebar-brand { padding: 16px 16px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.m-sidebar-brand-name { color: white; font-weight: 900; font-size: 14px; }
.m-sidebar-brand-sub { color: rgba(255,255,255,.35); font-size: 10px; margin-top: 2px; }
.m-sidebar-section { padding: 14px 0 6px; }
.m-sidebar-label { padding: 4px 16px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.25); }
.m-sidebar-item { padding: 10px 16px; font-size: 12px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 9px; cursor: pointer; border-left: 3px solid transparent; transition: all .15s; }
.m-sidebar-item.active { background: rgba(249,115,22,.12); color: var(--orange); border-left-color: var(--orange); }
.m-sidebar-item:not(.active):hover { background: rgba(255,255,255,.04); color: rgba(255,255,255,.8); }
.m-content { padding: 18px; background: #f8fafc; }
.m-page-title { font-size: 16px; font-weight: 800; color: var(--dark); margin-bottom: 14px; }
.m-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.m-kpi { background: white; border-radius: 10px; padding: 12px 14px; border: 1px solid var(--border); }
.m-kpi-val { font-size: 22px; font-weight: 900; color: var(--dark); }
.m-kpi-lbl { font-size: 10px; color: var(--muted); margin-top: 2px; }
.m-kpi-trend { font-size: 10px; font-weight: 700; color: #16a34a; }
.m-table { background: white; border-radius: 10px; border: 1px solid var(--border); overflow: hidden; }
.m-table-head { background: #f8fafc; display: grid; grid-template-columns: 90px 1fr 70px 72px; padding: 9px 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); border-bottom: 1px solid var(--border); gap: 8px; }
.m-table-row { display: grid; grid-template-columns: 90px 1fr 70px 72px; padding: 9px 14px; font-size: 11px; border-bottom: 1px solid #f1f5f9; align-items: center; gap: 8px; }
.m-table-row:last-child { border-bottom: none; }
.m-badge { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 9px; font-weight: 800; }
.mb-wait  { background: #fef9c3; color: #854d0e; }
.mb-prep  { background: #fff7ed; color: #c2410c; }
.mb-done  { background: #f0fdf4; color: #15803d; }
.m-table-num { font-weight: 700; color: var(--dark); font-family: monospace; font-size: 11px; }
.m-table-client { color: var(--text); }
.m-table-amount { font-weight: 700; color: var(--dark); }

/* ── Steps ─────────────────────────────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px; counter-reset: step; }
.step-card { position: relative; padding: 28px 24px 28px 20px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.step-card::before { counter-increment: step; content: counter(step); position: absolute; top: -14px; left: 20px; width: 32px; height: 32px; background: var(--orange); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; }
.step-ico { font-size: 36px; margin-bottom: 16px; }
.step-card h3 { font-weight: 800; font-size: 17px; color: var(--dark); margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

/* ── Arguments ─────────────────────────────────────────────────────────── */
.args-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.arg-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 28px 24px; transition: all .25s; }
.arg-card:hover { background: rgba(255,255,255,.09); transform: translateY(-4px); }
.arg-ico { font-size: 36px; margin-bottom: 16px; }
.arg-card h3 { font-size: 17px; font-weight: 800; color: white; margin-bottom: 8px; }
.arg-card p { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

/* ── Contact form ──────────────────────────────────────────────────────── */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h3 { font-size: 26px; font-weight: 900; color: var(--dark); margin-bottom: 14px; }
.contact-info p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.contact-detail { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 15px; color: var(--text); }
.contact-detail-ico { width: 42px; height: 42px; background: var(--orange-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-form { background: white; border-radius: 20px; padding: 36px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group.full { grid-column: 1/-1; }
.form-group label { font-weight: 700; font-size: 13px; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 15px; font-family: inherit; color: var(--text); transition: border-color .2s; outline: none; background: white; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 12px; color: var(--muted); margin-top: 12px; }

/* ── Alerts ─────────────────────────────────────────────────────────────  */
.alert { padding: 14px 18px; border-radius: 10px; font-size: 15px; margin-bottom: 20px; }
.alert-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.alert-error   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

/* ── Responsive ─────────────────────────────────────────────────────────  */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 70px 6% 60px; }
  .phone-wrap { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; }
  .mockup-browser { transform: none !important; }
}
@media (max-width: 640px) {
  .nav-links a:not(.btn-primary):not(.btn-pro) { display: none; }
  .hero h1 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 60px 5%; }
  .form-row { grid-template-columns: 1fr; }
  .m-kpis { grid-template-columns: 1fr 1fr; }
  .m-kpi:last-child { display: none; }
}
