@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.main {
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.menu {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── HERO ── */
.df-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.df-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(37,99,235,0.2), transparent 56%),
    linear-gradient(140deg, #0a0f1e 0%, #111827 62%, #172554 100%);
}
.df-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 160px 0 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.df-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.df-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #2563EB;
  display: inline-block;
}
.df-heading {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.0;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.df-heading em { font-style: normal; color: #2563EB; }
.df-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  max-width: 580px;
  margin-bottom: 32px;
}
.df-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.df-hero-note {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: rgba(245,245,245,0.35);
  letter-spacing: .04em;
}

/* Stat bar */
.df-hero-stat-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto 32px;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}
.df-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  gap: 4px;
}
.df-stat-val {
  font-family: 'Google Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f5f5f5;
}
.df-stat-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,245,245,0.45);
}
.df-stat-div {
  width: 1px;
  background: rgba(255,255,255,0.08);
  align-self: stretch;
}

/* ── SHARED ── */
.df-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #93b4ff;
  margin-bottom: 10px;
  display: block;
}
.df-label.light { color: #93b4ff; }

.df-section-header {
  margin-bottom: 48px;
  max-width: 640px;
}
.df-section-header h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 10px;
  line-height: 1.1;
}
.df-section-header.light h2 { color: #f5f5f5; }
.df-section-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(245,245,245,0.55);
}
.df-section-header.light p { color: rgba(245,245,245,0.55); }

/* Buttons */
.df-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 28px;
  background: #2563EB;
  color: #fff !important;
  font-family: 'Google Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  border: none;
  white-space: nowrap;
}
.df-btn-primary svg {
  width: 16px; height: 16px;
  stroke: #fff; fill: none; stroke-width: 2;
  transition: transform .2s;
}
.df-btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.df-btn-primary:hover svg { transform: translateX(4px); }
.df-btn-primary.large { height: 60px; font-size: 15px; padding: 0 36px; }

.df-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 28px;
  background: none;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.75) !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s, color .2s;
  white-space: nowrap;
}
.df-btn-ghost:hover { border-color: #fff; color: #fff !important; }
.df-btn-ghost.large { height: 60px; font-size: 15px; padding: 0 36px; }

.df-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.8) !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
  width: 100%;
  margin-top: auto;
}
.df-btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
  color: #fff !important;
}

/* ── WHO IT'S FOR ── */
.df-who {
  position: relative;
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 15% 100%, rgba(37,99,235,0.18), transparent 52%),
    linear-gradient(150deg, #0a0f1e 0%, #111827 55%, #0f1f3d 100%);
  overflow: hidden;
}
.df-who-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.df-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.df-who-card {
  background: rgba(255,255,255,0.03);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .2s;
}
.df-who-card:hover { background: rgba(255,255,255,0.07); }
.df-who-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(37,99,235,0.3);
  background: rgba(37,99,235,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.df-who-icon svg {
  width: 20px; height: 20px;
  stroke: #93b4ff; fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.df-who-card h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f5f5f5;
}
.df-who-card > p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245,245,245,0.5);
}
.df-who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 14px;
  margin-top: 4px;
}
.df-who-list li {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(245,245,245,0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-who-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2563EB;
  flex-shrink: 0;
}

/* ── HOW IT WORKS ── */
.df-roi {
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 88% 18%, rgba(37,99,235,0.14), transparent 48%),
    linear-gradient(145deg, #0b1220 0%, #111827 58%, #0a0f1e 100%);
}
.df-roi-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.df-roi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.df-roi-card {
  background: rgba(255,255,255,0.03);
  padding: 30px 24px;
  min-height: 220px;
}
.df-roi-card span {
  color: #2563EB;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 24px;
}
.df-roi-card h3 {
  color: #f5f5f5;
  font-family: 'Google Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.df-roi-card p {
  color: rgba(245,245,245,0.52);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.65;
}

.df-how {
  padding: 88px 32px;
  background: #111827;
}
.df-how-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.df-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 48px;
}
.df-how-step {
  background: rgba(255,255,255,0.03);
  padding: 32px 24px;
  transition: background .2s;
}
.df-how-step:hover { background: rgba(255,255,255,0.06); }
.df-how-num {
  font-family: 'Google Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #2563EB;
  margin-bottom: 14px;
}
.df-how-step h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 10px;
  line-height: 1.3;
}
.df-how-step p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245,245,245,0.5);
}
.df-how-cta {
  display: flex;
  justify-content: center;
}

/* ── DEALER PORTAL ── */
.df-portal {
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(37,99,235,0.18), transparent 52%),
    linear-gradient(145deg, #08101f 0%, #0d1525 55%, #111827 100%);
}
.df-portal-inner {
  align-items: stretch;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr);
  margin: 0 auto;
  max-width: 1100px;
}
.df-portal-copy {
  align-self: center;
}
.df-portal-copy h2 {
  color: #f5f5f5;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.02;
  margin-bottom: 16px;
}
.df-portal-copy p:not(.df-label) {
  color: rgba(245,245,245,0.56);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.72;
  max-width: 520px;
}
.df-portal-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}
.df-portal-row {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 24px 26px;
}
.df-portal-row strong {
  color: #f5f5f5;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.df-portal-row span {
  color: rgba(245,245,245,0.52);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.55;
}
.df-portal-link {
  align-items: center;
  color: #93b4ff;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: space-between;
  letter-spacing: .14em;
  padding: 22px 26px;
  text-decoration: none;
  text-transform: uppercase;
}
.df-portal-link svg {
  flex: 0 0 auto;
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .2s ease;
  width: 16px;
}
.df-portal-link:hover { color: #ffffff; }
.df-portal-link:hover svg { transform: translateX(4px); }

/* ── WHY RENEWALENS ── */
.df-why {
  position: relative;
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 100% 50%, rgba(37,99,235,0.16), transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(37,99,235,0.1), transparent 45%),
    linear-gradient(145deg, #0d1525 0%, #111827 50%, #0a0f1e 100%);
  overflow: hidden;
}
.df-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.df-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.df-why-card {
  background: rgba(255,255,255,0.03);
  padding: 28px 24px;
  transition: background .2s;
}
.df-why-card:hover { background: rgba(255,255,255,0.07); }
.df-why-card--highlight {
  background: rgba(37,99,235,0.1) !important;
}
.df-why-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.df-why-card-icon svg {
  width: 22px; height: 22px;
  stroke: #93b4ff; fill: none; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.df-why-card h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 8px;
}
.df-why-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(245,245,245,0.5);
}

/* ── LOT WALK DEMO ── */
.df-demo {
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 82% 0%, rgba(37,99,235,0.24), transparent 48%),
    linear-gradient(140deg, #0a0f1e 0%, #111827 60%, #172554 100%);
}
.df-demo-inner {
  margin: 0 auto;
  max-width: 1100px;
}
.df-demo-copy {
  margin-bottom: 34px;
  max-width: 700px;
}
.df-demo-copy h2 {
  color: #f5f5f5;
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.04;
  margin-bottom: 12px;
}
.df-demo-copy p:not(.df-label) {
  color: rgba(245,245,245,0.58);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.72;
}
.df-demo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
}
.df-demo-steps div {
  background: rgba(255,255,255,0.04);
  padding: 24px 20px;
}
.df-demo-steps strong {
  color: #93b4ff;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 10px;
}
.df-demo-steps span {
  color: #f5f5f5;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.df-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── COMPARISON ── */
.df-compare {
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(37,99,235,0.14), transparent 48%),
    linear-gradient(145deg, #0b1220 0%, #111827 54%, #0a0f1e 100%);
}
.df-compare-inner {
  margin: 0 auto;
  max-width: 980px;
}
.df-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.df-compare-card {
  background: rgba(255,255,255,0.035);
  padding: 34px 30px;
}
.df-compare-card.featured {
  background: rgba(37,99,235,0.12);
}
.df-compare-card h3 {
  color: #f5f5f5;
  font-family: 'Google Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}
.df-compare-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.df-compare-card li {
  color: rgba(245,245,245,0.62);
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  gap: 10px;
  line-height: 1.5;
}
.df-compare-card li::before {
  color: #93b4ff;
  content: '•';
  flex: 0 0 auto;
}

/* ── PRICING ── */
.df-pricing {
  padding: 88px 32px;
  background: #0b1220;
}
.df-pricing-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.df-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.df-pricing-card {
  background: rgba(255,255,255,0.03);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.df-pricing-card--featured {
  background: rgba(37,99,235,0.12);
  border-left: 2px solid #2563EB;
  border-right: 2px solid #2563EB;
}
.df-pricing-tier {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 6px;
}
.df-pricing-range {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: rgba(245,245,245,0.4);
  margin-bottom: 16px;
  letter-spacing: .04em;
}
.df-pricing-price {
  font-family: 'Google Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 24px;
  line-height: 1;
}
.df-pricing-price span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(245,245,245,0.45);
}
.df-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.df-pricing-features li {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(245,245,245,0.65);
  display: flex;
  align-items: center;
  gap: 8px;
}
.df-pricing-features li::before {
  content: '✓';
  color: #2563EB;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}
.df-pricing-card .df-btn-primary,
.df-pricing-card .df-btn-outline {
  width: 100%;
  justify-content: center;
}

/* ── FINAL CTA ── */
.df-final-cta {
  padding: 88px 32px;
  background: #111827;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.df-final-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}
.df-final-cta h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 12px;
  line-height: 1.1;
}
.df-final-cta > div > p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(245,245,245,0.5);
  margin-bottom: 32px;
}
.df-final-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.df-final-note {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(245,245,245,0.3);
}
.df-final-note a {
  color: #93b4ff;
  text-decoration: none;
}
.df-final-note a:hover { color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .df-how-steps { grid-template-columns: repeat(2, 1fr); }
  .df-roi-grid,
  .df-demo-steps { grid-template-columns: repeat(2, 1fr); }
  .df-portal-inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .df-who-grid,
  .df-why-grid,
  .df-pricing-grid,
  .df-compare-grid { grid-template-columns: 1fr; }
  .df-pricing-card--featured {
    border-left: none;
    border-right: none;
    border-top: 2px solid #2563EB;
    border-bottom: 2px solid #2563EB;
  }
}

@media (max-width: 600px) {
  .df-hero-inner {
    width: calc(100% - 40px);
    padding: 140px 0 48px;
  }
  .df-hero-btns { flex-direction: column; }
  .df-btn-ghost, .df-btn-primary { width: 100%; justify-content: center; }
  .df-who, .df-roi, .df-how, .df-portal, .df-why, .df-demo, .df-compare, .df-pricing, .df-final-cta { padding: 64px 20px; }
  .df-how-steps,
  .df-roi-grid,
  .df-demo-steps { grid-template-columns: 1fr; }
  .df-portal-inner { gap: 28px; }
  .df-portal-panel,
  .df-compare-grid,
  .df-demo-steps,
  .df-roi-grid { margin-left: -1px; margin-right: -1px; }
  .df-final-btns { flex-direction: column; align-items: center; }
  .df-final-btns .df-btn-primary,
  .df-final-btns .df-btn-ghost { width: 100%; justify-content: center; }
  .df-hero-stat-bar {
    width: calc(100% - 40px);
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .df-stat { min-width: 50%; }
  .df-stat-div { display: none; }
}
