/* =============================================================================
   Theme: T3 Rental / Subscription
   Domains: copierrentals.ai, printerrentals.ai
   Style: Dark OLED Hero + modern SaaS — subscription pricing vibe
   Font: DM Sans (display) + Inter (body)
   Palette: deep dark primary, electric accent, clean white card surfaces
   ============================================================================= */

@import url('https://fonts.bunny.net/css?family=dm-sans:400,500,600,700|inter:300,400,500,600&display=swap');

:root {
  --font-display: 'DM Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --rental-hero-bg: color-mix(in srgb, var(--color-primary) 90%, #000);
  --rental-dark: #0a0d1a;
  --rental-card-bg: #111827;
}

body { font-family: var(--font-body); background: #fff; }

/* ── Nav — transparent over dark hero ──────────────────────────────────── */
.site-header {
  background: transparent;
  border-bottom: none;
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
}
.site-header.header--scrolled {
  background: rgba(10,13,26,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: fixed;
}
.site-logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.nav-link { color: rgba(255,255,255,.8); }
.nav-link:hover, .nav-link--active { color: #fff; }
.nav-cta {
  background: var(--color-accent);
  color: #fff;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}
.nav-cta:hover { opacity: .9; color: #fff; }
.site-header.header--scrolled .nav-link { color: rgba(255,255,255,.75); }

/* ── Hero — full-bleed dark with gradient ───────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--rental-dark) 0%, var(--color-primary) 60%, color-mix(in srgb, var(--color-primary) 60%, #000) 100%);
  min-height: 95vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, color-mix(in srgb, var(--color-accent) 20%, transparent) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, color-mix(in srgb, var(--color-primary) 30%, #fff) 0%, transparent 50%);
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero-inner { grid-template-columns: 1fr; text-align: center; max-width: 760px; margin: 0 auto; }
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1.5rem;
}
.hero-headline em {
  font-style: normal;
  color: var(--color-accent);
}
.hero-sub { font-size: 1.2rem; color: rgba(255,255,255,.75); line-height: 1.65; max-width: 560px; margin: 0 auto 2rem; }
.hero-actions { justify-content: center; }
.hero-trust { justify-content: center; }
.trust-badge { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.2); }
.hero-graphic { display: none; }

/* Plan cards strip below hero */
.rental-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.rental-plan-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 1.75rem;
  color: #fff;
  text-align: left;
  backdrop-filter: blur(8px);
}
.rental-plan-card.featured {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.plan-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; font-weight: 600; }
.plan-price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; letter-spacing: -0.03em; margin: 0.5rem 0; }
.plan-price sub { font-size: 0.9rem; font-weight: 400; opacity: 0.75; }
.plan-desc { font-size: 0.85rem; opacity: 0.8; line-height: 1.5; }

/* ── Content sections — back to light ──────────────────────────────────── */
.section { background: #fff; }
.section--tinted { background: #f8f9fb; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0a0d1a;
}

.prop-card {
  border-radius: 16px;
  border: 1px solid #e9ecf0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.prop-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,.09); }
.prop-title { font-family: var(--font-display); font-weight: 700; }

/* ── Service cards ──────────────────────────────────────────────────────── */
.service-card { border-radius: 16px; }
.service-card-title { font-family: var(--font-display); font-weight: 700; }

/* ── Proof ──────────────────────────────────────────────────────────────── */
.proof-section { background: var(--rental-dark); }
.proof-stat {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: -0.03em;
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn-accent {
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: 10px;
  padding: 0.85rem 2rem;
  font-size: 1.05rem;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--color-accent) 40%, transparent);
}
.btn-accent:hover {
  box-shadow: 0 6px 28px color-mix(in srgb, var(--color-accent) 55%, transparent);
  transform: translateY(-2px);
}
.btn-outline-white {
  border: 2px solid rgba(255,255,255,.4);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
}
.btn-outline-white:hover { background: rgba(255,255,255,.1); }
