:root {
  /* Core brand palette (tweak these 6 to match slides) */
  --dq-bg-900: #070b18;
  --dq-bg-800: #0b1020;
  --dq-bg-700: #121833;
  --dq-surface-100: #0f152a;
  --dq-surface-200: #161d3a;

  --dq-primary-500: #4f8cff;
  --dq-primary-600: #3f76e0;
  --dq-accent-500: #12d6a4;

  --dq-text-1: #f7f9fc;
  --dq-text-2: #a6b0c3;
  --dq-text-1-10: #1f2942;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-sm: 0 6px 20px rgba(0,0,0,0.25);
  --shadow-md: 0 12px 32px rgba(0,0,0,0.35);
  --shadow-lg: 0 24px 60px rgba(0,0,0,0.45);

  --container: 1120px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Outfit', system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--dq-text-1);
  background: var(--dq-bg-900);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 20px;
  top: 20px;
  width: auto; height: auto;
  padding: 10px 14px;
  background: var(--dq-primary-500);
  color: white;
  border-radius: 8px;
}
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Header */
.site-header {
  position: sticky;
  top: 0; z-index: 100;
  backdrop-filter: saturate(140%) blur(10px);
  background: rgba(7, 11, 24, 0.6);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.site-header.elevated { box-shadow: var(--shadow-sm); background: rgba(7, 11, 24, 0.75); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--dq-text-1); text-decoration: none; font-weight: 700; }
.brand .logo { display: inline-flex; }
.brand .brand-name { letter-spacing: 0.2px; }

.nav { display: flex; align-items: center; gap: 18px; }
.nav a { color: var(--dq-text-2); text-decoration: none; font-weight: 500; }
.nav a:hover { color: var(--dq-text-1); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border-radius: 12px; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-weight: 700; transition: all 0.2s ease; }
.btn-sm { padding: 8px 12px; font-size: 14px; }
.btn-primary { background: linear-gradient(180deg, var(--dq-primary-500), var(--dq-primary-600)); color: white; box-shadow: 0 12px 30px rgba(79, 140, 255, 0.35); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 36px rgba(79, 140, 255, 0.45); }
.btn-secondary { background: var(--dq-surface-200); color: var(--dq-text-1); border-color: rgba(255,255,255,0.06); }
.btn-secondary:hover { border-color: rgba(255,255,255,0.16); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.2); color: var(--dq-text-1); }
.btn-outline:hover { border-color: var(--dq-primary-500); color: var(--dq-primary-500); }

/* Sections */
.section { padding: 80px 0; }
.section-title { font-size: 36px; margin: 0 0 22px; letter-spacing: -0.03em; font-weight: 600; }
.sub { color: var(--dq-text-2); max-width: 640px; font-weight: 400; font-size: 18px; line-height: 1.6; }

/* Hero */
.hero { padding-top: 40px; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.hero-copy h1 { font-size: 56px; line-height: 1.05; margin: 0 0 14px; letter-spacing: -0.04em; font-weight: 600; }
.hero .waitlist { margin-top: 22px; display: grid; grid-template-columns: 1fr auto; gap: 12px; max-width: 520px; }
.hero .waitlist input { padding: 14px 16px; border-radius: 12px; background: var(--dq-surface-100); border: 1px solid rgba(255,255,255,0.06); color: var(--dq-text-1); transition: all 0.3s ease; }
.hero .waitlist input::placeholder { color: white; opacity: 0.8; }
.hero .waitlist input:focus { outline: none; border-color: var(--dq-primary-500); box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1); background: var(--dq-surface-200); }
.hero .waitlist input:hover { border-color: rgba(255,255,255,0.12); }
.hero .form-note { margin-top: 8px; color: var(--dq-text-2); font-size: 14px; }


.hero-visual { position: relative; display: grid; place-items: center; }
.phone { 
  position: relative; 
  width: 340px; 
  height: 700px; 
  max-width: 90vw;
  max-height: calc(90vw * 2.059); /* Maintain aspect ratio */
  border-radius: 48px; 
  background: linear-gradient(145deg, #1a1a1a, #0a0a0a); 
  box-shadow: 0 25px 80px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.1); 
  border: 2px solid rgba(255,255,255,0.1);
  margin: 0 auto;
}

.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 140px; height: 32px; background: #000; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.notch-speaker { width: 50px; height: 4px; background: rgba(255,255,255,0.3); border-radius: 2px; }
.notch-camera { width: 8px; height: 8px; background: rgba(255,255,255,0.4); border-radius: 50%; }

.phone-screen { position: absolute; inset: 8px; border-radius: 40px; background: linear-gradient(180deg, #4A90E2, #2E5BBA, #1E3A8A); padding: 0; overflow: hidden; }

.app-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.app-card-header { display: flex; align-items: center; justify-content: space-between; }
.metric { display: grid; }
.metric-label { color: var(--dq-text-2); font-size: 12px; }
.metric-value { font-size: 40px; font-weight: 800; letter-spacing: -0.02em; }
.badge { padding: 6px 10px; border-radius: 999px; font-size: 12px; border: 1px solid rgba(255,255,255,0.12); }
.badge.good { color: #12d6a4; background: rgba(18,214,164,0.08); border-color: rgba(18,214,164,0.25); }

.app-chart { display: grid; grid-auto-flow: column; gap: 8px; align-items: end; height: 120px; }
.app-chart .bar { width: 16px; background: linear-gradient(180deg, #3f76e0, #4f8cff); border-radius: 8px; box-shadow: 0 8px 24px rgba(79,140,255,0.3); }
.app-list { display: grid; gap: 8px; }
.app-list .row { display: flex; align-items: center; justify-content: space-between; color: var(--dq-text-2); font-size: 14px; }
.tag { padding: 4px 8px; border-radius: 999px; font-weight: 700; }
.tag-pos { color: #10c694; background: rgba(16,198,148,0.12); }
.tag-neg { color: #e46d6d; background: rgba(228,109,109,0.12); }

/* Professional DriveQuest App Interface */
/* Status Bar */
.status-bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px 10px; font-size: 15px; font-weight: 600; }
.status-left .time { color: white; letter-spacing: 0.3px; }
.status-right { display: flex; align-items: center; gap: 6px; }
.signal-bars { display: flex; gap: 2px; align-items: end; margin-right: 2px; }
.signal-bar { width: 3px; background: white; border-radius: 1px; transition: opacity 0.3s ease; }
.signal-bar.full { opacity: 1; }
.signal-bar.weak { opacity: 0.4; }
.signal-bar:nth-child(1) { height: 4px; }
.signal-bar:nth-child(2) { height: 6px; }
.signal-bar:nth-child(3) { height: 8px; }
.signal-bar:nth-child(4) { height: 10px; }
.wifi-icon { color: white; margin-right: 2px; opacity: 0.95; }
.battery-container { display: flex; align-items: center; gap: 4px; }
.battery-indicator { width: 22px; height: 11px; border: 1px solid rgba(255,255,255,0.9); border-radius: 2px; position: relative; }
.battery-indicator::after { content: ''; position: absolute; right: -3px; top: 3px; width: 2px; height: 5px; background: rgba(255,255,255,0.9); border-radius: 0 1px 1px 0; }
.battery-level { background: white; height: 100%; width: 85%; border-radius: 1px; }
.battery-percent { color: white; font-size: 13px; font-weight: 600; }

/* App Header */
.app-header-new { padding: 24px 20px 20px; }
.welcome-label { color: rgba(255,255,255,0.85); font-size: 16px; font-weight: 400; display: block; margin-bottom: 2px; }
.user-name { color: white; font-size: 32px; font-weight: 700; margin: 0; letter-spacing: -0.02em; }

/* Score Card */
.score-card { margin: 0 20px 16px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 24px; backdrop-filter: blur(20px); }
.score-header { margin-bottom: 20px; }
.score-title { color: white; font-size: 18px; font-weight: 600; }
.score-content { display: flex; align-items: center; gap: 20px; }

.score-circle { position: relative; flex-shrink: 0; width: 100px; height: 100px; }
.score-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.main-score { color: white; font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }

.score-details { flex: 1; }
.score-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; min-height: 20px; }
.score-item:last-child { margin-bottom: 0; }
.score-indicator { width: 6px; height: 6px; background: var(--dq-primary-500); border-radius: 50%; flex-shrink: 0; }
.score-label { color: rgba(255,255,255,0.85); font-size: 13px; flex: 1; font-weight: 500; line-height: 1.2; }
.score-value { color: white; font-size: 15px; font-weight: 700; min-width: 20px; text-align: right; }
.score-rating { color: var(--dq-accent-500); font-size: 13px; font-weight: 700; }

/* Progress Card */
.progress-card { margin: 0 20px 16px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 24px; backdrop-filter: blur(20px); }
.progress-header { margin-bottom: 20px; }
.progress-title { color: white; font-size: 18px; font-weight: 600; }
.hours-info { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.hours-label { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; }
.hours-value { color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.progress-bar { width: 100%; height: 6px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; margin-bottom: 10px; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--dq-accent-500), #00D4AA); border-radius: 3px; transition: width 0.8s ease; }
.hours-remaining { color: var(--dq-accent-500); font-size: 12px; font-weight: 600; }

/* Skills Section */
.skills-section { margin: 0 20px 20px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 24px; backdrop-filter: blur(20px); }
.skills-header { margin-bottom: 20px; }
.skills-title { color: white; font-size: 18px; font-weight: 600; }
.skills-grid { display: flex; flex-direction: column; gap: 14px; }
.skill-item { }
.skill-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.skill-name { color: rgba(255,255,255,0.9); font-size: 14px; font-weight: 500; }
.skill-score { color: white; font-size: 14px; font-weight: 700; min-width: 35px; text-align: right; }
.skill-bar { width: 100%; height: 5px; background: rgba(255,255,255,0.2); border-radius: 3px; overflow: hidden; }
.skill-progress { height: 100%; background: linear-gradient(90deg, var(--dq-primary-500), var(--dq-accent-500)); border-radius: 3px; transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

/* Bottom Navigation */
.bottom-nav { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.15); backdrop-filter: blur(20px); border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-around; padding: 14px 0 22px; }
.nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; opacity: 0.6; transition: all 0.3s ease; cursor: pointer; min-width: 44px; }
.nav-item.active { opacity: 1; color: var(--dq-primary-500); }
.nav-item:hover { opacity: 0.8; }
.nav-icon { color: currentColor; transition: color 0.3s ease; }
.nav-label { color: white; font-size: 10px; font-weight: 600; text-align: center; }

.hero-glow { position: absolute; inset: -80px -40px -40px -40px; background: radial-gradient(600px 260px at 70% 0%, rgba(79, 140, 255, 0.25), transparent 60%), radial-gradient(360px 220px at 30% 10%, rgba(18, 214, 164, 0.18), transparent 60%); filter: blur(40px); z-index: -1; }

/* Trust strip */
.trust-inner { display: grid; grid-auto-flow: column; gap: 16px; align-items: center; justify-content: space-between; background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.06); padding: 16px 18px; border-radius: 16px; }
.trust-badge { display: flex; gap: 12px; align-items: center; }
.trust-badge .dot { width: 10px; height: 10px; background: var(--dq-accent-500); border-radius: 50%; box-shadow: 0 0 0 6px rgba(18,214,164,0.08); }
.trust-title { font-weight: 700; }
.trust-sub { color: var(--dq-text-2); font-size: 14px; }

/* Features */
.grid.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.card { background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 18px; box-shadow: var(--shadow-sm); transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); cursor: pointer; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--dq-primary-500), var(--dq-accent-500)); transform: scaleX(0); transition: transform 0.4s ease; }
.card:hover::before { transform: scaleX(1); }
.card:hover { transform: translateY(-6px); border-color: rgba(79, 140, 255, 0.3); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 6px 16px rgba(79, 140, 255, 0.2); background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); }
.card .icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(79, 140, 255, 0.14); color: var(--dq-primary-500); display: grid; place-items: center; margin-bottom: 8px; transition: all 0.3s ease; }
.card:hover .icon { background: rgba(79, 140, 255, 0.2); transform: scale(1.1) rotate(5deg); }
.card h3 { margin: 8px 0; transition: color 0.3s ease; font-weight: 500; font-size: 18px; }
.card:hover h3 { color: var(--dq-primary-500); }
.card p { color: var(--dq-text-2); transition: color 0.3s ease; }
.card:hover p { color: var(--dq-text-1); }

/* How it works */
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 10px; }
.step { background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 18px; box-shadow: var(--shadow-sm); position: relative; transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); cursor: pointer; }
.step:hover { transform: translateY(-4px); border-color: rgba(79, 140, 255, 0.25); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(79, 140, 255, 0.15); background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)); }
.step-num { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; border-radius: 8px; background: rgba(79, 140, 255, 0.18); color: var(--dq-primary-500); display: grid; place-items: center; font-weight: 800; font-size: 14px; transition: all 0.3s ease; }
.step:hover .step-num { background: var(--dq-primary-500); color: white; transform: scale(1.1); }
.step h4 { transition: color 0.3s ease; font-weight: 500; font-size: 16px; }
.step:hover h4 { color: var(--dq-primary-500); }
.step p { transition: color 0.3s ease; }
.step:hover p { color: var(--dq-text-1); }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 14px; }
.price-card { background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 18px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px; transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); cursor: pointer; position: relative; overflow: hidden; }
.price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--dq-primary-500), var(--dq-accent-500)); transform: scaleX(0); transition: transform 0.4s ease; }
.price-card:hover::before { transform: scaleX(1); }
.price-card:hover { transform: translateY(-8px); border-color: rgba(79, 140, 255, 0.3); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(79, 140, 255, 0.2); background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); }
.price-card.highlight { border-color: rgba(79, 140, 255, 0.45); box-shadow: 0 10px 30px rgba(79,140,255,0.28); }
.price-card.highlight:hover { box-shadow: 0 25px 60px rgba(79,140,255,0.4), 0 10px 25px rgba(79, 140, 255, 0.3); }
.plan { margin: 0; font-weight: 600; font-size: 20px; }
.plan-sub { color: var(--dq-text-2); margin: 0; font-weight: 500; }
.plan-list { margin: 0; padding-left: 18px; color: var(--dq-text-2); }
.plan-cta { display: flex; align-items: end; justify-content: space-between; margin-top: 10px; }
.price { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; }
.per { color: var(--dq-text-2); font-weight: 600; font-size: 14px; }

/* FAQ */
.faq-grid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 14px; 
  margin-top: 14px;
  align-items: start;
}
.faq-item { 
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); 
  border: 1px solid rgba(255,255,255,0.08); 
  border-radius: 16px; 
  padding: 14px 16px; 
  transition: all 0.3s ease; 
  cursor: pointer;
  position: relative;
  isolation: isolate;
}
.faq-item:hover { border-color: rgba(79, 140, 255, 0.25); background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.faq-item summary { 
  cursor: pointer; 
  font-weight: 600; 
  transition: color 0.3s ease; 
  font-size: 16px;
  list-style: none;
  outline: none;
  display: block;
  width: 100%;
}
.faq-item:hover summary { color: var(--dq-primary-500); }
.faq-item[open] { 
  border-color: rgba(79,140,255,0.35); 
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)); 
}

.faq-item[open] summary {
  color: var(--dq-primary-500);
}

.faq-item[open] p {
  color: var(--dq-text-1);
  margin-top: 12px;
}
.faq-item p { color: var(--dq-text-2); transition: color 0.3s ease; }
.faq-item:hover p { color: var(--dq-text-1); }

/* CTA */
.cta-inner { text-align: center; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 28px; box-shadow: var(--shadow-md); }
.waitlist-inline { display: grid; grid-template-columns: 1fr auto; gap: 12px; max-width: 560px; margin: 12px auto 0; }
.waitlist-inline input { padding: 14px 16px; border-radius: 12px; background: var(--dq-surface-100); border: 1px solid rgba(255,255,255,0.06); color: var(--dq-text-1); transition: all 0.3s ease; }
.waitlist-inline input::placeholder { color: white; opacity: 0.8; }
.waitlist-inline input:focus { outline: none; border-color: var(--dq-primary-500); box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.1); background: var(--dq-surface-200); }
.waitlist-inline input:hover { border-color: rgba(255,255,255,0.12); }

/* Footer */
.site-footer { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(7,11,24,0.4); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-nav { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-nav a { color: var(--dq-text-2); text-decoration: none; }
.footer-nav a:hover { color: var(--dq-text-1); }
.foot-note { color: var(--dq-text-2); }

/* Reveal animations */
[data-animate] { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.2,.8,.2,1); }
[data-animate].in { opacity: 1; transform: translateY(0); }

/* Notifications */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  max-width: 400px;
  width: calc(100% - 40px);
  animation: slideInRight 0.3s ease-out;
}

.notification-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.notification-success {
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.95), rgba(79, 140, 255, 0.85));
  border-color: rgba(79, 140, 255, 0.4);
  box-shadow: 0 12px 40px rgba(79, 140, 255, 0.3), 0 0 20px rgba(79, 140, 255, 0.15);
}

.notification-success::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(79, 140, 255, 0.3), rgba(79, 140, 255, 0.1));
  border-radius: inherit;
  z-index: -1;
  filter: blur(8px);
}

.notification-error {
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.95), rgba(220, 53, 69, 0.85));
  border-color: rgba(220, 53, 69, 0.4);
  box-shadow: 0 12px 40px rgba(220, 53, 69, 0.3), 0 0 20px rgba(220, 53, 69, 0.15);
  border-radius: inherit;
}

.notification-error::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(220, 53, 69, 0.3), rgba(220, 53, 69, 0.1));
  border-radius: inherit;
  z-index: -1;
  filter: blur(8px);
}

.notification-info {
  background: linear-gradient(135deg, rgba(18, 214, 164, 0.95), rgba(18, 214, 164, 0.85));
  border-color: rgba(18, 214, 164, 0.4);
  box-shadow: 0 12px 40px rgba(18, 214, 164, 0.3), 0 0 20px rgba(18, 214, 164, 0.15);
  border-radius: inherit;
}

.notification-info::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(18, 214, 164, 0.3), rgba(18, 214, 164, 0.1));
  border-radius: inherit;
  z-index: -1;
  filter: blur(8px);
}

.notification-content span {
  color: white;
  font-weight: 500;
  margin-right: 16px;
}

.notification-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.notification-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Button states */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Button Success State */
.btn-success {
  background: linear-gradient(180deg, var(--dq-primary-500), var(--dq-primary-600));
  color: white;
  border-color: rgba(79, 140, 255, 0.3);
  box-shadow: 0 8px 24px rgba(79, 140, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-success::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.btn-success:hover::before {
  left: 100%;
}

.btn-success:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(79, 140, 255, 0.5);
}

.btn-success .checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.btn-success:hover .checkmark {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}

.btn-secondary {
  background: var(--dq-surface-200);
  color: var(--dq-text-1);
  border-color: rgba(255,255,255,0.06);
}

.btn-secondary:hover {
  border-color: rgba(255,255,255,0.16);
}

/* Responsive */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
}
@media (max-width: 900px) {
  .grid.features-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hero-copy h1 { 
    font-size: 36px;
    line-height: 1.2;
  }
  .store-badge svg { width: 180px; height: 64px; }
  .site-header .nav { display: none; }
  .section { padding: 60px 0; }
  .section-title { font-size: 28px; }
  .sub { font-size: 16px; }
  
  /* Better mobile buttons */
  .btn { 
    padding: 14px 20px;
    width: 100%;
    justify-content: center;
  }
  
  /* Mobile waitlist form */
  .hero .waitlist,
  .waitlist-inline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  /* Adjust card paddings */
  .card,
  .step,
  .price-card,
  .faq-item {
    padding: 16px;
  }
  
  /* Adjust spacing */
  .grid.features-grid,
  .how-steps,
  .pricing-grid,
  .faq-grid {
    gap: 12px;
  }
  
  /* Footer adjustments */
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .footer-nav {
    justify-content: center;
  }
}

/* Partners */
.partners {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.partners .section-title {
  text-align: center;
  margin-bottom: 16px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.partner-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--dq-primary-500), var(--dq-accent-500));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.partner-logo:hover::before {
  transform: scaleX(1);
}

.partner-logo:hover {
  transform: translateY(-8px);
  border-color: rgba(79, 140, 255, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(79, 140, 255, 0.15);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.partner-logo .logo-img {
  height: 70px;
  width: auto;
  max-width: 200px;
  opacity: 0.9;
  transition: all 0.4s ease;
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.partner-logo:hover .logo-img {
  opacity: 1;
  transform: scale(1.05);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}

.partner-logo h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: white;
  text-align: center;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.partner-logo:hover h3 {
  color: var(--dq-primary-500);
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .partners-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
  }
  
  .partner-logo {
    padding: 20px;
  }
  
  .partner-logo .logo-img {
    height: 60px;
    max-width: 180px;
  }
}

.partner-logo svg {
  width: 120px;
  height: 40px;
}

/* Extra small devices */
@media (max-width: 380px) {
  .hero-copy h1 { 
    font-size: 32px;
  }
  .section-title {
    font-size: 24px;
  }
  .card h3 {
    font-size: 16px;
  }
  .card p {
    font-size: 14px;
  }
  .notification {
    top: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .notification-content {
    padding: 12px 16px;
  }
  .btn {
    padding: 12px 16px;
    font-size: 14px;
  }
  .container {
    padding: 0 16px;
  }
}
