/* ── V9 Robot Page Theme ── */
:root {
  /* --robot-dark:   #0a0e1a;
  --robot-mid:    #111827;
  --robot-card:   #161d2e;
  --robot-blue:   #2563eb;
  --robot-cyan:   #06b6d4;
  --robot-glow:   rgba(6,182,212,.18);
  --robot-text:   #e2e8f0;
  --robot-muted:  #64748b;
  --robot-white:  #ffffff;
  --robot-accent: #38bdf8; */
   --robot-dark:   #0d1b4c;              /* primary-dark */
  --robot-mid:    #14245c;              /* secondary navy */
  --robot-card:   #1a2a6c;              /* primary */

  --robot-blue:   #f5a623;              /* brand accent */
  --robot-cyan:   #ffb938;              /* lighter accent */
  --robot-accent: #d48806;              /* accent-dark */

  --robot-glow:   rgba(245, 166, 35, .18);

  --robot-text:   #e8ecf8;
  --robot-muted:  #a8b3d1;
  --robot-white:  #ffffff;
  --font-display: 'Inter', 'Segoe UI', sans-serif;
  --font-body:    'DM Sans', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

.robot-page { background: var(--robot-dark); color: var(--robot-text); font-family: var(--font-body); }

/* ═══ HERO ═══ */
.robot-hero {
  min-height: 100vh;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(37,99,235,.22) 0%, transparent 70%),
              radial-gradient(ellipse 50% 40% at 20% 80%, rgba(6,182,212,.12) 0%, transparent 60%),
              var(--robot-dark);
  display: flex; align-items: center; position: relative; overflow: hidden;
}
.robot-hero::before {
  content:''; position:absolute; inset:0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.robot-hero-grid {
  position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
  background-size: 80px 80px;
}
.robot-hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(6,182,212,.12); border: 1px solid rgba(6,182,212,.3);
  border-radius:50px; padding:6px 18px; font-size:.78rem;
  font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--robot-cyan);
  margin-bottom:24px;
}
.robot-hero-badge .pulse-dot {
  width:8px; height:8px; border-radius:50%; background:var(--robot-cyan);
  animation: pulseDot 1.5s ease-in-out infinite;
}
@keyframes pulseDot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }

.robot-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1.0;
  color: var(--robot-white);
  letter-spacing: -2px;
}
.robot-hero h1 .gradient-text {
  background: linear-gradient(135deg, var(--robot-cyan), var(--robot-blue));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.robot-hero p.lead {
  color: var(--robot-muted); font-size:1.1rem; line-height:1.8; max-width:480px;
}

.robot-cta-primary {
  background: linear-gradient(135deg, var(--robot-blue), var(--robot-cyan));
  color:#fff; border:none; padding:14px 36px; border-radius:50px;
  font-weight:600; font-size:1rem; display:inline-flex; align-items:center; gap:10px;
  transition: transform .2s, box-shadow .2s; text-decoration:none;
  box-shadow: 0 4px 24px rgba(37,99,235,.4);
}
.robot-cta-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(37,99,235,.6); color:#fff; }
.robot-cta-outline {
  background:transparent; color:var(--robot-cyan);
  border:1.5px solid rgba(6,182,212,.4); padding:14px 32px; border-radius:50px;
  font-weight:600; font-size:1rem; text-decoration:none; transition:.2s;
}
.robot-cta-outline:hover { background:rgba(6,182,212,.08); color:var(--robot-cyan); }

.robot-stat-pill {
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:14px 20px; text-align:center;
}
.robot-stat-pill .num { font-family:var(--font-display); font-size:1.5rem; font-weight:800; color:var(--robot-white); }
.robot-stat-pill .lbl { font-size:.72rem; color:var(--robot-muted); text-transform:uppercase; letter-spacing:1px; margin-top:2px; }

.hero-robot-img {
  filter: drop-shadow(0 0 60px rgba(37,99,235,.5));
  animation: floatRobot 4s ease-in-out infinite;
}
@keyframes floatRobot { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }

/* ═══ TRUST STRIP ═══ */
.robot-trust {
  background: rgba(255,255,255,.03); border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.robot-trust-item {
  display:flex; align-items:center; gap:12px;
  padding:20px 24px; border-right:1px solid rgba(255,255,255,.06);
}
.robot-trust-item i { font-size:1.4rem; color:var(--robot-cyan); }
.robot-trust-item .t-label { font-weight:600; font-size:.9rem; color:var(--robot-white); }
.robot-trust-item .t-sub { font-size:.78rem; color:var(--robot-muted); }

/* ═══ SECTION LABELS ═══ */
.robot-section-tag {
  display:inline-block; font-size:.72rem; font-weight:700; letter-spacing:2px;
  text-transform:uppercase; color:var(--robot-cyan);
  border-bottom:2px solid var(--robot-cyan); padding-bottom:4px; margin-bottom:12px;
}
.robot-section-title {
  font-family:var(--font-display); font-size:clamp(1.8rem,4vw,2.8rem);
  font-weight:800; color:var(--robot-white); letter-spacing:-1px; line-height:1.15;
}
.robot-section-title span { color: var(--robot-cyan); }

/* ═══ PRODUCT CARD ═══ */
.robot-product-card {
  background: var(--robot-card);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px; overflow:hidden;
  transition: transform .3s, box-shadow .3s;
}
.robot-product-card:hover {
  transform:translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.4), 0 0 0 1px rgba(6,182,212,.2);
}
.robot-product-card .img-box {
  height:240px; overflow:hidden; background: rgba(255,255,255,.03);
  display:flex; align-items:center; justify-content:center;
}
.robot-product-card .img-box img { width:100%; height:100%; object-fit:contain; padding:20px; }
.robot-product-card .card-content { padding:24px; }
.robot-product-card .card-title { font-family:var(--font-display); font-size:1.2rem; font-weight:700; color:#fff; margin-bottom:8px; }
.robot-product-card .card-desc { font-size:.88rem; color:var(--robot-muted); line-height:1.7; margin-bottom:16px; }
.robot-product-card .spec-row { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid rgba(255,255,255,.05); font-size:.82rem; }
.robot-product-card .spec-row .spec-key { color:var(--robot-muted); }
.robot-product-card .spec-row .spec-val { color:var(--robot-white); font-weight:500; }
.robot-product-card .card-btn {
  display:block; width:100%; text-align:center; margin-top:20px;
  padding:12px; border-radius:50px; font-weight:600; font-size:.9rem; text-decoration:none;
  background: linear-gradient(135deg, var(--robot-blue), var(--robot-cyan));
  color:#fff; transition:.2s;
}
.robot-product-card .card-btn:hover { opacity:.85; }

/* ═══ FEATURE ICONS ═══ */
.robot-feature-icon-card {
  background: var(--robot-card); border:1px solid rgba(255,255,255,.07);
  border-radius:16px; padding:28px 20px; text-align:center; transition:.3s;
}
.robot-feature-icon-card:hover { border-color: rgba(6,182,212,.3); background:rgba(6,182,212,.05); }
.robot-feature-icon-card .icon-wrap {
  width:56px; height:56px; border-radius:14px; margin:0 auto 16px;
  background: linear-gradient(135deg, rgba(37,99,235,.3), rgba(6,182,212,.3));
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; color:var(--robot-cyan);
}
.robot-feature-icon-card h6 { color:#fff; font-weight:600; margin-bottom:6px; font-size:.92rem; }
.robot-feature-icon-card p { font-size:.8rem; color:var(--robot-muted); margin:0; line-height:1.6; }

/* ═══ SPEC TABLE ═══ */
.robot-spec-table { background:var(--robot-card); border-radius:20px; overflow:hidden; border:1px solid rgba(255,255,255,.07); }
.robot-spec-table table { width:100%; border-collapse:collapse; }
.robot-spec-table thead tr { background: linear-gradient(135deg, var(--robot-blue), var(--robot-cyan)); }
.robot-spec-table thead th { padding:14px 20px; font-family:var(--font-display); font-weight:700; font-size:.85rem; color:#fff; letter-spacing:.5px; }
.robot-spec-table tbody tr { border-bottom:1px solid rgba(255,255,255,.05); }
.robot-spec-table tbody tr:last-child { border-bottom:none; }
.robot-spec-table tbody td { padding:14px 20px; font-size:.88rem; }
.robot-spec-table tbody td:first-child { color:var(--robot-muted); width:45%; }
.robot-spec-table tbody td:last-child { color:var(--robot-white); font-weight:500; }

/* ═══ BIG FEATURE CARDS ═══ */
.robot-big-feature {
  border-radius:24px; overflow:hidden; position:relative; height:380px;
}
.robot-big-feature img { width:100%; height:100%; object-fit:cover; }
.robot-big-feature .overlay {
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 40%, transparent 80%);
}
.robot-big-feature .content {
  position:absolute; bottom:0; left:0; right:0; padding:32px;
}
.robot-big-feature .content h4 { font-family:var(--font-display); font-size:1.4rem; font-weight:700; color:#fff; margin-bottom:8px; }
.robot-big-feature .content p { font-size:.88rem; color:rgba(255,255,255,.7); margin:0; }

/* ═══ COUNTER ═══ */
.robot-counter-section {
  background: linear-gradient(135deg, rgba(37,99,235,.15), rgba(6,182,212,.1));
  border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06);
}
.robot-counter-item { text-align:center; padding:40px 20px; }
.robot-counter-item .num { font-family:var(--font-display); font-size:3rem; font-weight:800; color:var(--robot-cyan); }
.robot-counter-item .lbl { font-size:.82rem; color:var(--robot-muted); text-transform:uppercase; letter-spacing:1px; margin-top:6px; }

/* ═══ PROMO ═══ */
.robot-promo {
  background: linear-gradient(135deg, #1e3a8a 0%, #0891b2 100%);
  border-radius:24px; padding:48px 40px;
}

/* ═══ FAQ ═══ */
.robot-faq .accordion-button {
  background: var(--robot-card); color:var(--robot-white);
  font-weight:600; border:none; padding:18px 24px;
  border-radius:12px !important;
}
.robot-faq .accordion-button:not(.collapsed) {
  background: rgba(6,182,212,.1); color:var(--robot-cyan);
  box-shadow: none;
}
.robot-faq .accordion-button::after { filter:invert(1); }
.robot-faq .accordion-item { background:transparent; border:1px solid rgba(255,255,255,.08); border-radius:12px; margin-bottom:12px; }
.robot-faq .accordion-body { background:rgba(255,255,255,.02); color:var(--robot-muted); padding:16px 24px; font-size:.9rem; line-height:1.8; }

/* ═══ DEMO FORM ═══ */
.robot-form-section {
  background: radial-gradient(ellipse 80% 60% at 30% 60%, rgba(37,99,235,.15), transparent 70%), var(--robot-dark);
}
.robot-form-box {
  background: var(--robot-card); border:1px solid rgba(255,255,255,.08);
  border-radius:24px; padding:40px;
}
.robot-form-box .form-control, .robot-form-box .form-select {
  background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1);
  color:#fff; border-radius:10px; padding:12px 16px;
}
.robot-form-box .form-control:focus, .robot-form-box .form-select:focus {
  background: rgba(6,182,212,.06); border-color:var(--robot-cyan); box-shadow:none; color:#fff;
}
.robot-form-box .form-control::placeholder { color:var(--robot-muted); }
.robot-form-box .form-select option { background:var(--robot-card); color:#fff; }
.robot-form-box label { color:var(--robot-muted); font-size:.82rem; margin-bottom:6px; font-weight:500; }
.robot-submit-btn {
  background: linear-gradient(135deg, var(--robot-blue), var(--robot-cyan));
  border:none; color:#fff; padding:14px; border-radius:50px;
  font-weight:700; font-size:1rem; width:100%; cursor:pointer; transition:.2s;
}
.robot-submit-btn:hover { opacity:.88; }

/* ═══ TESTIMONIAL ═══ */
.robot-review-card {
  background: var(--robot-card); border:1px solid rgba(255,255,255,.07);
  border-radius:20px; padding:32px; position:relative;
}
.robot-review-card .quote-icon {
  font-size:3rem; color:rgba(6,182,212,.2); line-height:1; font-family:serif;
  position:absolute; top:20px; right:24px;
}
.robot-review-card .stars { color:#fbbf24; margin-bottom:12px; }
.robot-review-card .review-text { color:var(--robot-muted); font-size:.92rem; line-height:1.8; margin-bottom:20px; }
.robot-review-card .reviewer { display:flex; align-items:center; gap:14px; }
.robot-review-card .reviewer img { width:48px; height:48px; border-radius:50%; object-fit:cover; }
.robot-review-card .reviewer .name { font-weight:700; color:#fff; font-size:.95rem; }
.robot-review-card .reviewer .role { font-size:.78rem; color:var(--robot-muted); }

/* ═══ NEWSLETTER ═══ */
.robot-newsletter {
  background: var(--robot-card); border:1px solid rgba(255,255,255,.07);
  border-radius:24px; padding:48px 40px;
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:768px) {
  .robot-hero h1 { font-size:2.8rem; }
  .robot-big-feature { height:280px; }
  .robot-promo { padding:32px 24px; }
  .robot-form-box { padding:28px 20px; }
  .robot-newsletter { padding:32px 20px; }
}