:root {
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --card-bg: #ffffff;
  --card-glass: rgba(255, 255, 255, 0.7);
  --section-bg-alt: #f7fbff;
  --bg-blue-soft: #dbeafe;
  --primary: #5d8bee;
  --primary-soft: #64b5f6;
  --text: #132043;
  --text-muted: rgba(19, 32, 67, 0.65);
  --border: rgba(93, 139, 238, 0.15);
  --shadow: 0 1px 30px rgba(22, 40, 72, 0.12);
  --radius-lg: 8px;
  --radius-md: 4px;
  --radius-sm: 2px;
  --blur: 28px;
  --transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

body.dark-mode {
  --bg: #1F2123;
  --bg-alt: #27292D;
  --card-bg: #2D3035;
  --card-glass: rgba(45, 48, 53, 0.7);
  --section-bg-alt: #24262A;
  --navy-dark: #0F172A;
  --text: #FFFFFF;
  --text-muted: #94A3B8;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

body.dark-mode section,
body.dark-mode main,
body.dark-mode .container,
body.dark-mode .corp-card,
body.dark-mode .apps-hero,
body.dark-mode .applications-hero {
  background-color: var(--bg) !important;
  color: var(--text) !important;
}

body.dark-mode .applications-hero {
  background:
    radial-gradient(circle at 20% 30%, rgba(93, 139, 238, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.06) 0%, transparent 40%),
    var(--bg) !important;
}

body.dark-mode .corp-card {
  background-color: var(--bg-alt) !important;
  border-color: var(--border) !important;
}

/* Specific Dark Mode Heading Styles */
body.dark-mode .features-header h2,
body.dark-mode .map-showcase__text h2,
body.dark-mode .corporate-hero h1,
body.dark-mode .applications-hero h1,
body.dark-mode .feature-text h3,
body.dark-mode .feature-step h3,
body.dark-mode .feature-step p,
body.dark-mode .feature-list li {
  color: #FFFFFF !important;
}

body.dark-mode .cta__feature-card {
  background: var(--bg-alt) !important;
  border-color: var(--border) !important;
}

body.dark-mode .feature-card__icon {
  background: rgba(93, 139, 238, 0.1) !important;
  color: var(--primary-soft) !important;
}

body.dark-mode .cta__stats {
  background: rgba(45, 48, 53, 0.6) !important;
  border-color: var(--border) !important;
}

body.dark-mode .career-cta {
  background: #64748b !important;
}

body.dark-mode .career-cta h2,
body.dark-mode .career-cta p {
  color: #FFFFFF !important;
}

body.dark-mode .desktop-app-card {
  background: var(--card-glass) !important;
  backdrop-filter: blur(20px) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4) !important;
}

body.dark-mode .app-screenshot-placeholder {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--text-muted) !important;
}

body.dark-mode .desktop-features li svg circle {
  fill: var(--primary-soft) !important;
}

body.dark-mode .desktop-platforms span {
  color: var(--text-muted) !important;
}

body.dark-mode .platform-comparison {
  background: transparent !important;
}

body.dark-mode .comparison-table {
  background: var(--card-glass) !important;
  border-color: var(--border) !important;
  box-shadow: var(--shadow) !important;
}

body.dark-mode .comparison-table tbody tr {
  border-bottom-color: var(--border) !important;
}

body.dark-mode .comparison-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .comparison-table .dash {
  color: var(--text-muted) !important;
  opacity: 0.5 !important;
}

/* About Page Dark Mode Improvements */
body.dark-mode .about-hero {
  background: var(--bg) !important;
}

body.dark-mode .mission-vision,
body.dark-mode .team-section,
body.dark-mode .values-section {
  background: transparent !important;
}

body.dark-mode .mv-card,
body.dark-mode .team-card,
body.dark-mode .value-card,
body.dark-mode .timeline-content {
  background: var(--card-glass) !important;
  backdrop-filter: blur(20px) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4) !important;
}

body.dark-mode .mv-card h3,
body.dark-mode .team-card h4,
body.dark-mode .value-card h4 {
  color: var(--text) !important;
}

body.dark-mode .mv-card__icon,
body.dark-mode .value-card__icon {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 16px;
  padding: 12px;
  display: inline-block;
}

body.dark-mode .avatar-placeholder {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--primary-soft) !important;
}

body.dark-mode .timeline::before {
  background: rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .timeline-dot {
  background: var(--bg) !important;
}

body.dark-mode .timeline-dot--active {
  background: var(--primary) !important;
}

/* Contact Page Dark Mode Improvements */
body.dark-mode .contact-hero {
  background: var(--bg) !important;
}

body.dark-mode .contact-method-card,
body.dark-mode .contact-form-wrapper,
body.dark-mode .faq-item {
  background: var(--card-glass) !important;
  backdrop-filter: blur(20px) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4) !important;
}

body.dark-mode .contact-method-card h3,
body.dark-mode .contact-form-info h2,
body.dark-mode .faq-item span {
  color: var(--text) !important;
}

body.dark-mode .contact-method__icon {
  background: rgba(255, 255, 255, 0.03) !important;
  border-radius: 12px;
  padding: 8px;
  display: inline-block;
}

body.dark-mode .contact-info-item svg {
  color: var(--primary-soft) !important;
}

body.dark-mode .form-group label {
  color: var(--text-muted) !important;
}

body.dark-mode .form-group input,
body.dark-mode .form-group select,
body.dark-mode .form-group textarea {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--text) !important;
}

body.dark-mode .form-group input:focus,
body.dark-mode .form-group select:focus,
body.dark-mode .form-group textarea:focus {
  border-color: var(--primary-soft) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .contact-methods,
body.dark-mode .contact-form-section,
body.dark-mode .faq-quick {
  background: transparent !important;
}

body.dark-mode .faq-answer {
  color: var(--text-muted) !important;
}

body.dark-mode .corporate-hero {
  background: #1F2123 !important;
}

body.dark-mode .corporate-hero h1 span,
body.dark-mode .applications-hero h1 span {
  color: #60a5fa !important;
}

body.dark-mode .marquee-item img {
  filter: brightness(0) invert(1);
}

/* FAQ Dark Mode Overrides */
body.dark-mode .faq-hero {
  background:
    radial-gradient(circle at 25% 25%, rgba(93, 139, 238, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.04) 0%, transparent 50%),
    var(--bg) !important;
}

body.dark-mode .faq-search input {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF !important;
}

body.dark-mode .faq-search input:focus {
  border-color: var(--primary-soft) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .faq-categories-section {
  background: transparent !important;
}

body.dark-mode .faq-category {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--text) !important;
}

body.dark-mode .faq-category:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: var(--primary-soft) !important;
}

body.dark-mode .faq-category.active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #FFFFFF !important;
}

body.dark-mode .faq-item {
  background: var(--card-glass) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Footer Store Buttons */
.footer__stores {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: #000000;
  border-radius: 10px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  min-width: 160px;
  /* Ensure minimum width for consistency */
}

.store-btn:hover {
  transform: translateY(-3px);
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.store-btn__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.store-btn__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-start;
}

.store-btn__small {
  font-size: 0.65rem;
  opacity: 0.9;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.store-btn__large {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.3px;
}

body.dark-mode .store-btn {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .store-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background-color: var(--bg);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.dark-mode .site-header.scrolled {
  background: transparent;
  border-bottom: none;
}

a,
button,
div,
section,
header,
footer {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  transition: color 0.3s ease;
}

ul {
  padding: 0;
  list-style: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.gradient-text {

  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  /* Removed transparent border to prevent glitches */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: inherit;
}

.site-header.scrolled {
  background: transparent;
  backdrop-filter: none;
  border: none;
  box-shadow: none;
  width: 100%;
  top: 0;
  border-radius: 0;
  pointer-events: none;
  /* Let clicks pass through empty areas */
}

/* Only the Nav becomes the Island */
.site-header.scrolled .site-nav {
  pointer-events: auto;
  background: var(--bg-alt);
  backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 4px 8px;
  /* Tighter padding for nav island */
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body.dark-mode .site-header.scrolled .site-nav {
  background: rgba(45, 48, 53, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
}

/* Logo and Actions stay visible & interactive */
.site-header.scrolled .brand,
.site-header.scrolled .header__actions {
  pointer-events: auto;
}



.site-header.scrolled::before {
  opacity: 0;
  /* Disable full-width background to keep corners clear */
}

/* Nav Hide Animation */
.site-header.scrolled .site-nav {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}

.site-header.scrolled .site-nav.nav-hidden {
  transform: translateY(-200%);
  opacity: 0;
  pointer-events: none;
}

.site-header.scrolled .header__container {
  padding: 12px 24px;
  /* More compact on scroll */
}



.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  max-width: 100%;
  margin: 0 auto;
}

.brand {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  transition: all var(--transition);
  max-width: fit-content;
}

.brand:hover {
  opacity: 0.9;
}

.brand__mark {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform var(--transition);
}

.brand__mark:hover {
  transform: scale(1.05);
}

.brand__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: all var(--transition);
  overflow: visible;
}

.brand__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.brand__mark:hover .brand__icon {
  transform: rotate(5deg);
}

.brand__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand__text {
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.brand__subtitle {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
}

/* Removed brand__status - using icon.png instead */

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: none;
  background: var(--card-glass);
  border-radius: 10px;
  cursor: pointer;
  transition: all var(--transition);
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}

.nav-toggle__bar {
  width: 22px;
  height: 2.5px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 2px;
  transition: var(--transition);
}

.nav-links {
  display: flex;
  gap: 4px;
  list-style: none;
}

.nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  /* Bolder */
  font-size: 1rem;
  /* Larger */
  color: var(--text);
  /* Darker (was muted) */
  padding: 12px 22px;
  /* Increased padding */
  border-radius: 14px;
  transition: all var(--transition);
  overflow: hidden;
}

.nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(93, 139, 238, 0.08);
  border-radius: 12px;
  opacity: 0;
  transform: scale(0.8);
  transition: all var(--transition);
}

.nav-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

.nav-link__text {
  position: relative;
  z-index: 1;
  transition: transform var(--transition);
}

.nav-link:hover .nav-link__text {
  transform: translateY(-2px);
}

.nav-link__indicator {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 20px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 999px;
  transition: transform var(--transition);
}

.nav-link:hover .nav-link__indicator {
  transform: translateX(-50%) scaleX(1);
}

/* Indicator visible only at top */
.nav-link.active .nav-link__indicator {
  display: block;
  transform: translateX(-50%) scaleX(1);
}

.site-header.scrolled .nav-link.active .nav-link__indicator {
  display: none;
  /* Hide in filled mode */
}

/* Default Active (Top): Simple Text */
.nav-link.active {
  color: var(--primary);
  background: transparent;
  box-shadow: none;
}

/* Scrolled Active (Island): Modern Filled */
.site-header.scrolled .nav-link.active {
  color: #ffffff;
  background: var(--primary);
  /* Clean solid color for 'modern & sade' */
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.25);
}

.nav-link.active::before {
  display: none;
  /* Hide light overlay so filled gradient is clear */
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--primary);
}

.header__actions {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.header-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity var(--transition);
}

.header-btn:hover::before {
  opacity: 1;
}

.header-btn--icon {
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  color: var(--primary);
  border: 1px solid rgba(93, 139, 238, 0.15);
}

.header-btn--icon:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(93, 139, 238, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(93, 139, 238, 0.2);
}

.header-btn--primary {
  background: var(--primary);
  color: #ffffff;
  border-radius: 12px;
  border: 2px solid rgba(93, 139, 238, 0.3);
  box-shadow: none;
}

.header-btn--primary:hover {
  background: rgba(93, 139, 238, 0.1);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.15);
}

main {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

/* Hero Section */
.hero {
  position: relative;
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  padding: clamp(88px, 12vh, 140px) clamp(24px, 6vw, 88px) clamp(96px, 12vh, 140px);
  min-height: calc(100vh - 72px);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, transparent 100%);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(93, 139, 238, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 139, 238, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse 80% 50% at 50% 50%, black 40%, transparent 100%);
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  will-change: transform;
}

.hero__orb--one {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(93, 139, 238, 0.6) 0%, rgba(93, 139, 238, 0) 70%);
  top: -15%;
  right: 5%;
  animation: float-slow 20s ease-in-out infinite;
}

.hero__orb--two {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(100, 181, 246, 0.5) 0%, rgba(100, 181, 246, 0) 70%);
  bottom: -10%;
  left: 0%;
  animation: float-slow 25s ease-in-out infinite reverse;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 620px;
  z-index: 1;
}

.hero__badge {
  align-self: flex-start;
  padding: 8px 16px;
  background: #f1f5f9;
  /* Clean light gray */
  border-radius: 6px;
  /* Boxy but rounded - Corporate */
  color: #334155;
  /* Slate dark */
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  /* Sentence case is more modern/friendly */
  font-size: 0.9rem;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 800;
  /* Slightly less heavy than 900 */
  letter-spacing: -1px;
  color: var(--text);
}

.hero p {
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity var(--transition);
}

.btn:hover::before {
  opacity: 1;
}

.btn--primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(93, 139, 238, 0.35);
}

.btn--ghost {
  border: 2px solid rgba(93, 139, 238, 0.3);
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(93, 139, 238, 0.45);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.9);
}

.btn--large {
  padding: 20px 40px;
  font-size: 1.1rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 32px;
  margin-top: 24px;
}

.hero-stat {
  text-align: center;
}

.hero-stat__value {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-stat__label {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px;
  z-index: 1;
}

.phone-mockup {
  position: relative;
  width: min(340px, 90vw);
  aspect-ratio: 9 / 19.5;
  background: linear-gradient(145deg, #f8f9fb 0%, #ffffff 100%);
  border-radius: 48px;
  padding: 14px;
  box-shadow: none;
  animation: float 8s ease-in-out infinite;
}

.phone-mockup__notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 26px;
  background: linear-gradient(145deg, #e8ebf1 0%, #f2f4f8 100%);
  border-radius: 0 0 18px 18px;
  z-index: 2;
}

.phone-mockup__screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--bg) 0%, #ffffff 60%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(93, 139, 238, 0.08) inset;
}

.phone-app {
  padding: 52px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.app-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  box-shadow: 0 8px 20px rgba(93, 139, 238, 0.35);
  animation: pulse-soft 3s ease-in-out infinite;
}

.app-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.app-greeting {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
}

.app-username {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.app-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stat-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(93, 139, 238, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-card--primary {
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.15) 0%, rgba(100, 181, 246, 0.1) 100%);
  border-color: rgba(93, 139, 238, 0.2);
}

.stat-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.app-section-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.app-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--card-glass);
  border: 1px solid var(--border);
}

.list-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.2) 0%, rgba(100, 181, 246, 0.15) 100%);
  flex-shrink: 0;
}

.list-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.list-item__line {
  height: 8px;
  border-radius: 4px;
  background: rgba(93, 139, 238, 0.15);
}

.list-item__line--short {
  width: 60%;
}

.floating-card {
  position: absolute;
  padding: 12px 18px;
  background: var(--bg-alt);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  animation: float-gentle 4s ease-in-out infinite;
}

.floating-card--1 {
  top: 15%;
  right: -8%;
  animation-delay: -1s;
}

.floating-card--2 {
  bottom: 20%;
  left: -8%;
  animation-delay: -2.5s;
}

.floating-card__icon {
  font-size: 1.2rem;
}

.hero__scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  animation: bounce 2s ease-in-out infinite;
  z-index: 1;
}

.hero__scroll-icon {
  font-size: 1.4rem;
}

/* Section */
.section {
  padding: clamp(80px, 12vh, 140px) clamp(24px, 6vw, 88px);
  position: relative;
}

.section:nth-child(even) {
  background: var(--bg);
}

.section:nth-child(odd) {
  background: var(--bg);
}

.section__kicker {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(93, 139, 238, 0.1);
  border-radius: 999px;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border: 1px solid rgba(93, 139, 238, 0.2);
}

.section__header {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 64px;
}

.section__header h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: var(--text);
}

.section__header p {
  color: var(--text-muted);
  font-size: 1.15rem;
  line-height: 1.7;
}

/* Features Section */
.features__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1400px;
  margin: 0 auto;
}

.feature-card {
  padding: 42px 36px;
  border-radius: var(--radius-lg);
  background: var(--card-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 72px rgba(22, 40, 72, 0.16);
  border-color: rgba(93, 139, 238, 0.25);
}

.feature-card__number {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(93, 139, 238, 0.08);
  line-height: 1;
}

.feature-card__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.12) 0%, rgba(100, 181, 246, 0.08) 100%);
  border-radius: 20px;
  color: var(--primary);
  transition: transform var(--transition);
}

.feature-card:hover .feature-card__icon {
  transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-card p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1rem;
}

/* Platform Section */
.platform {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  border-radius: var(--radius-lg);
  padding: 80px 0;
}

.platform__container {
  display: grid;
  gap: clamp(48px, 8vw, 96px);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.platform__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.platform__content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.platform__content p {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.platform__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.platform__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  border: 1px solid rgba(93, 139, 238, 0.1);
  transition: all var(--transition);
}

.platform__list li:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(93, 139, 238, 0.2);
  transform: translateX(8px);
}

.platform-list-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.platform__list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.platform__list span {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.device-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.device-item {
  aspect-ratio: 9 / 16;
  background: linear-gradient(145deg, #e8ebf1 0%, #f8f9fb 100%);
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.12);
  transition: transform var(--transition);
}

.device-item:hover {
  transform: translateY(-8px);
}

.device-item--phone {
  aspect-ratio: 9 / 19;
}

.device-item--tablet {
  aspect-ratio: 3 / 4;
}

.device-item--desktop {
  aspect-ratio: 16 / 10;
}

.device-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--bg) 0%, #ffffff 60%);
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
}

.device-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.device-content--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.device-content--desktop {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.device-bar {
  height: 12px;
  border-radius: 6px;
  background: rgba(93, 139, 238, 0.15);
}

.device-bar--short {
  width: 60%;
}

.device-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.device-card {
  background: rgba(93, 139, 238, 0.12);
  border-radius: 12px;
  aspect-ratio: 1;
}

.device-card--wide {
  grid-column: span 2;
}

.device-sidebar {
  width: 48px;
  background: rgba(93, 139, 238, 0.1);
  border-radius: 12px;
}

.device-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.device-grid-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

/* Benefits Section */
.benefits__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  padding: 48px 36px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  align-items: center;
}

.benefit-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 32px 72px rgba(22, 40, 72, 0.16);
}

.benefit-card__visual {
  position: relative;
  margin-bottom: 24px;
}

.benefit-circle {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.08) 0%, rgba(100, 181, 246, 0.08) 100%);
  border-radius: 50%;
  box-shadow:
    0 8px 24px rgba(93, 139, 238, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.benefit-circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.benefit-circle circle {
  transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-percent {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.benefit-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.benefit-card p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1rem;
}

/* Showcase Section */
.showcase__container {
  display: grid;
  gap: clamp(48px, 8vw, 96px);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.showcase__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.showcase__content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.showcase__content p {
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.showcase__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.showcase__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 500;
  transition: transform var(--transition);
}

.showcase__features li:hover {
  transform: translateX(8px);
}

.showcase-feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.showcase__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: rgba(19, 32, 67, 0.95);
  color: white;
  border-radius: 12px;
  transition: all var(--transition);
}

.store-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(19, 32, 67, 0.3);
}

.store-small {
  display: block;
  font-size: 0.7rem;
  opacity: 0.8;
}

.store-big {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
}

.showcase__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px;
}

.phone-showcase {
  position: relative;
}

.phone-showcase__device {
  width: min(300px, 80vw);
  aspect-ratio: 9 / 19;
  background: linear-gradient(145deg, #1a1d2e 0%, #2d3142 100%);
  border-radius: 40px;
  padding: 14px;
  box-shadow: 0 40px 80px rgba(22, 40, 72, 0.32);
  animation: float 8s ease-in-out infinite;
}

.phone-showcase__screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2a2d3e 0%, #1f2233 100%);
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 18px;
}

.showcase-app {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.showcase-app__header {
  height: 52px;
  border-radius: 16px;
  background: rgba(93, 139, 238, 0.18);
}

.showcase-app__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.showcase-card {
  height: 80px;
  border-radius: 16px;
  background: rgba(100, 181, 246, 0.14);
  transition: all var(--transition);
}

.showcase-card--gradient {
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.2) 0%, rgba(100, 181, 246, 0.15) 100%);
}

.showcase-card--sm {
  height: 60px;
}

.showcase-float {
  position: absolute;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  border: 1px solid rgba(93, 139, 238, 0.15);
  box-shadow: 0 12px 32px rgba(22, 40, 72, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--primary);
  animation: float-gentle 4s ease-in-out infinite;
}

.showcase-float--1 {
  top: 12%;
  right: -5%;
  animation-delay: -1s;
}

.showcase-float--2 {
  bottom: 15%;
  left: -5%;
  animation-delay: -2.5s;
}

.showcase-float__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-big {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.stat-small {
  font-size: 0.75rem;
  color: var(--text-muted);
}


/* Applications Showcase */
.applications-showcase {
  position: relative;
  padding: 100px clamp(24px, 6vw, 88px);
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(241, 245, 249, 0.4) 100%);
  overflow: hidden;
}

.apps-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1300px;
  margin: 60px auto 0;
}

.flow-app-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.app-card__info {
  text-align: center;
}

.app-card__info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}

.app-card__info p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* Flow Nodes */
.flow-node {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  border: 2px solid rgba(93, 139, 238, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(22, 40, 72, 0.12);
  transition: all var(--transition);
  z-index: 10;
}

.flow-node:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 60px rgba(22, 40, 72, 0.2);
  border-color: var(--primary);
}

.flow-node--panel,
.flow-node--integration {
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.1) 0%, rgba(100, 181, 246, 0.08) 100%);
  border-width: 3px;
}

.flow-node__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.15) 0%, rgba(100, 181, 246, 0.1) 100%);
  border-radius: 18px;
  color: var(--primary);
  flex-shrink: 0;
}

.flow-node__content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 6px;
}

.flow-node__content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 4px;
}

.flow-node__content p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* App Nodes */
.flow-node--app {
  padding: 20px 24px;
}

.flow-node--app .flow-node__icon {
  width: 56px;
  height: 56px;
}

.flow-node__icon--driver {
  background: linear-gradient(135deg, #5d8bee15 0%, #64b5f610 100%);
}

.flow-node__icon--customer {
  background: linear-gradient(135deg, #10b98115 0%, #059e6910 100%);
}

.flow-node__icon--field {
  background: linear-gradient(135deg, #f5930915 0%, #fb923c10 100%);
}

.flow-node__icon--admin {
  background: linear-gradient(135deg, #8b5cf615 0%, #c471ed10 100%);
}

/* Flow Lines */
.flow-line {
  position: relative;
  z-index: 1;
}

.flow-line--trunk {
  width: 4px;
  height: 200px;
  margin: 20px 0;
}

.flow-line--branch {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

.flow-line--converge {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

.flow-line--trunk-final {
  width: 4px;
  height: 200px;
  margin: 20px 0;
}

/* Flow Paths - Base (always visible, thin) */
.flow-path-base {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}

/* Flow Paths - Active (animated snake effect) */
.flow-path-active {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  filter: drop-shadow(0 0 8px rgba(93, 139, 238, 0.6));
  stroke-linecap: round;
}

/* Branch Point */
.flow-branch-point {
  position: relative;
  z-index: 5;
  margin: 20px 0;
}

.branch-circle {
  position: relative;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(93, 139, 238, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-circle::before {
  content: '';
  position: absolute;
  inset: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.branch-pulse {
  position: absolute;
  inset: -8px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  animation: pulse-ring 2s ease-out infinite;
  opacity: 0;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Service Journey Animation */
.service-journey {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 0 24px;
}

.journey-container {
  position: relative;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* House */
.journey-house {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}

.house-roof {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 40px solid #dc2626;
  filter: drop-shadow(0 4px 8px rgba(220, 38, 38, 0.3));
}

.house-body {
  width: 90px;
  height: 100px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 3px solid #d97706;
  border-radius: 6px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.2);
}

.house-window {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  border: 2px solid #1e40af;
  border-radius: 4px;
  box-shadow: inset 0 2px 4px rgba(30, 64, 175, 0.3);
}

.house-door {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
  border: 2px solid #78350f;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.house-door::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fbbf24;
  border-radius: 50%;
}

/* Service Van */
.journey-service {
  position: absolute;
  left: 5%;
  bottom: 20px;
  z-index: 10;
  transition: left 0.1s linear;
}

.service-body {
  position: relative;
  width: 140px;
  height: 80px;
}

.service-cabin {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 45px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  border: 3px solid #1e40af;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 16px rgba(93, 139, 238, 0.4);
}

.service-cabin::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  height: 28px;
  background: rgba(224, 242, 254, 0.9);
  border: 2px solid #0369a1;
  border-radius: 4px;
}

.service-cargo {
  position: absolute;
  left: 40px;
  bottom: 12px;
  width: 95px;
  height: 55px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  border: 3px solid #0369a1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(3, 105, 161, 0.3);
}

.service-logo {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(93, 139, 238, 0.2);
}

.service-wheel {
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: #1f2937;
  border: 3px solid #374151;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.service-wheel::before {
  content: '';
  position: absolute;
  inset: 5px;
  background: #6b7280;
  border-radius: 50%;
}

.service-wheel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #1f2937;
  border-radius: 50%;
}

.service-wheel--front {
  left: 32px;
}

.service-wheel--back {
  left: 95px;
}

/* Flow Apps Grid */
.flow-apps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1100px;
  margin: 60px 0;
  z-index: 10;
  position: relative;
}

/* App Cards with Device Mockups */
.flow-app-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.flow-app-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Device Frame (iPhone style) */
.app-card__device {
  position: relative;
  transition: all var(--transition);
}

.app-card__device:hover {
  transform: translateY(-8px) scale(1.05);
}

.device-frame {
  position: relative;
  width: 180px;
  height: 360px;
  background: #1a1a1a;
  border-radius: 32px;
  padding: 10px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.device-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: #1a1a1a;
  border-radius: 0 0 16px 16px;
  z-index: 2;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
}

.device-notch::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

/* App Screenshot Styles */
.app-screenshot {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 16px 16px;
  background: linear-gradient(180deg, #f1f5fd 0%, #ffffff 100%);
}

.screenshot-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.screenshot-time {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
}

.screenshot-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
}

/* Sürücü Uygulaması - Map View */
.screenshot-map {
  position: relative;
  flex: 1;
  background: linear-gradient(135deg, #e8f0fe 0%, #f5f8fd 100%);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

.map-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.map-marker--start {
  top: 20%;
  left: 30%;
  background: #10b981;
}

.map-marker--mid {
  top: 45%;
  left: 45%;
  background: #f59e0b;
}

.map-marker--end {
  top: 70%;
  left: 60%;
  background: #ef4444;
}

.map-route {
  position: absolute;
  top: 22%;
  left: 31%;
  width: 35%;
  height: 50%;
  border-left: 3px solid rgba(93, 139, 238, 0.5);
  border-bottom: 3px solid rgba(93, 139, 238, 0.5);
  border-radius: 0 0 0 20px;
  border-style: dashed;
}

.screenshot-action {
  text-align: center;
}

.action-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.3);
}

/* Müşteri Uygulaması - Live Tracking */
.app-screenshot--customer .screenshot-map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-pin {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.4);
}

.map-pin::before {
  content: '';
  position: absolute;
  inset: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.map-route--active {
  position: absolute;
  bottom: 20%;
  left: 20%;
  right: 20%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, transparent 100%);
  border-radius: 999px;
}

.driver-marker {
  position: absolute;
  bottom: 25%;
  left: 25%;
  font-size: 20px;
  animation: float-gentle 3s ease-in-out infinite;
}

.screenshot-info {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 10px;
}

.info-row {
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
}

/* Saha Uygulaması - Task List */
.task-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.task-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(93, 139, 238, 0.1);
}

.task-item--active {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-color: rgba(16, 185, 129, 0.3);
}

.task-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.task-item--active .task-icon {
  background: #10b981;
}

.task-content {
  flex: 1;
}

.task-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}

.task-time {
  font-size: 10px;
  color: var(--text-muted);
}

/* Yönetici Uygulaması - Dashboard */
.stats-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stat-card {
  padding: 16px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.1) 0%, rgba(100, 181, 246, 0.05) 100%);
  border-radius: 12px;
  text-align: center;
}

.stat-card--full {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.stat-value {
  font-size: 24px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chart-bar {
  height: 12px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.stat-card--full:hover .chart-bar {
  transform: scaleX(1.05);
}

/* App Card Info */
.app-card__info {
  text-align: center;
}

.app-card__info h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 4px;
}

.app-card__info p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

/* App Comparison Section */
.app-comparison {
  padding: 100px clamp(24px, 6vw, 88px);
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.6) 50%, transparent 100%);
  position: relative;
  overflow: hidden;
}

.app-comparison::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(93, 139, 238, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.comparison-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 48px 0;
  flex-wrap: wrap;
}

.comparison-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(93, 139, 238, 0.15);
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
}

.comparison-tab:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(93, 139, 238, 0.2);
}

.comparison-tab.active {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(93, 139, 238, 0.4);
}

.tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--text-muted);
  transition: all var(--transition);
}

.comparison-tab.active .tab-icon {
  color: var(--primary);
}

.comparison-content {
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-panel {
  display: none;
  animation: fadeIn 0.5s ease-out;
}

.comparison-panel.active {
  display: block;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  transition: all var(--transition);
}

.comparison-side:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(22, 40, 72, 0.1);
  border-color: rgba(93, 139, 238, 0.2);
}

.comparison-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all var(--transition);
}

.label-icon--bad {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.label-icon--good {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.comparison-side--old .label-text {
  color: #ef4444;
}

.comparison-side--new .label-text {
  color: #10b981;
}

.comparison-screenshot {
  display: none;
  /* Görseller kaldırıldı */
}

/* Old Method Styles */
.old-method {
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.old-method__header {
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
  padding: 16px;
}

.whatsapp-bar {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.old-method__messages {
  padding: 20px;
  background: #ece5dd;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.old-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.message-avatar {
  width: 32px;
  height: 32px;
  background: #dfe5e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.message-bubble {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.chaos-indicator {
  background: #ef4444;
  color: #ffffff;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 12px;
  animation: pulse-soft 2s ease-in-out infinite;
}

.old-method__content {
  padding: 40px 20px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.uncertainty-message {
  text-align: center;
  color: var(--text-muted);
}

.uncertainty-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 16px;
  animation: float-gentle 3s ease-in-out infinite;
}

.uncertainty-message p {
  font-size: 0.95rem;
  margin: 8px 0;
  font-weight: 600;
}

.excel-chaos {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.excel-row {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--text);
  border-left: 3px solid #10b981;
  font-family: 'Courier New', monospace;
}

.excel-row--error {
  border-left-color: #ef4444;
  color: #ef4444;
  font-weight: 700;
}

/* Device Frame Compact */
.device-frame--compact {
  width: 240px;
  height: 480px;
}

/* Comparison Divider */
.comparison-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.divider-badge {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 50%;
  box-shadow: 0 12px 40px rgba(93, 139, 238, 0.4);
  animation: pulse-ring-vs 3s ease-in-out infinite;
}

@keyframes pulse-ring-vs {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 12px 40px rgba(93, 139, 238, 0.4);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 20px 60px rgba(93, 139, 238, 0.6);
  }
}

/* Comparison Features */
.comparison-features {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all var(--transition);
  font-weight: 500;
}

.comparison-features li:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.icon-bad {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  flex-shrink: 0;
}

.icon-good {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981;
  flex-shrink: 0;
}

/* FAQ Section */
.faq {
  padding: 120px clamp(24px, 6vw, 88px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(241, 245, 249, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.faq-container {
  max-width: 100%;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(93, 139, 238, 0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item:hover {
  border-color: rgba(93, 139, 238, 0.25);
  box-shadow: 0 12px 32px rgba(22, 40, 72, 0.1);
}

.faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 16px 48px rgba(93, 139, 238, 0.15);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  transition: all var(--transition);
}

.faq-question:hover {
  color: var(--primary);
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.1) 0%, rgba(100, 181, 246, 0.08) 100%);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all var(--transition);
}

.faq-icon svg {
  transition: transform var(--transition);
  color: var(--primary);
}

.faq-item.active .faq-icon {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
}

.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
  color: #ffffff;
}

.faq-text {
  flex: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 2000px;
  padding: 0 28px 40px;
}

.faq-answer p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.98rem;
  margin: 0 0 16px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* Scroll-triggered animations */
.flow-line.active .flow-path {
  stroke-dashoffset: 0;
}

.flow-line.active .flow-path--1 {
  animation: draw-line 1s ease-out forwards;
}

.flow-line.active .flow-path--2 {
  animation: draw-line 1s ease-out 0.2s forwards;
}

.flow-line.active .flow-path--3 {
  animation: draw-line 1s ease-out 0.4s forwards;
}

.flow-line.active .flow-path--4 {
  animation: draw-line 1s ease-out 0.6s forwards;
}

.flow-line.active .flow-path-return--1 {
  animation: draw-line 1s ease-out forwards;
}

.flow-line.active .flow-path-return--2 {
  animation: draw-line 1s ease-out 0.2s forwards;
}

.flow-line.active .flow-path-return--3 {
  animation: draw-line 1s ease-out 0.4s forwards;
}

.flow-line.active .flow-path-return--4 {
  animation: draw-line 1s ease-out 0.6s forwards;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

/* Data Particles Effect */
.flow-node::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  opacity: 0;
  animation: data-flow 3s ease-in-out infinite;
}

.flow-node--panel::after {
  bottom: -20px;
  left: 50%;
  animation-delay: 0s;
}

.flow-node--integration::after {
  top: -20px;
  left: 50%;
  animation-delay: 1.5s;
}

@keyframes data-flow {

  0%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.5);
  }

  50% {
    opacity: 1;
    transform: translateY(20px) scale(1);
  }
}

/* Stats Section */
.stats__container {
  max-width: 1200px;
  margin: 0 auto;
}

.stats__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.stat-box {
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
  text-align: center;
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.stat-box__number {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}

.stat-box__label {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 20px;
}

.stat-box__bar {
  height: 6px;
  background: rgba(93, 139, 238, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.stat-box__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 999px;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Testimonials Section */
.testimonials__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1400px;
  margin: 0 auto;
}

.testimonial-card {
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.testimonial-stars {
  font-size: 1.2rem;
}

.testimonial-card p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1.05rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(93, 139, 238, 0.12);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.2) 0%, rgba(100, 181, 246, 0.15) 100%);
  flex-shrink: 0;
}

.testimonial-name {
  font-weight: 700;
  color: var(--text);
}

.testimonial-role {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* CTA Section - Split Screen Design */
.cta {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.cta__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

/* Left Side - Light Matching App Theme */
.cta__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: clamp(48px, 8vw, 100px) clamp(48px, 8vw, 120px);

  color: var(--text);
  overflow: hidden;
}

/* Modern Simple CTA Override */
.cta-modern-content h2 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  /* Bigger */
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 8px;
}

.cta-modern-content p {
  font-size: 1.35rem;
  color: #64748b;
  max-width: 540px;
  line-height: 1.6;
}

.cta-modern-content {
  gap: 40px;
  /* More breathing room between elements */
}

.cta__content::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(93, 139, 238, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  animation: float 20s ease-in-out infinite;
}

.cta__content::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(100, 181, 246, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  animation: float 25s ease-in-out infinite reverse;
}

.cta__content>* {
  position: relative;
  z-index: 1;
}

.cta__badge-top {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.1) 0%, rgba(100, 181, 246, 0.08) 100%);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  border: 1px solid rgba(93, 139, 238, 0.2);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
}

.cta__badge-top svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
}

.cta__content h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
  color: var(--text);
}

.cta__content h2 .gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta__content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
  max-width: 500px;
}

/* Modern Button Structure */
.cta__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.cta__actions .btn {
  padding: 16px 36px;
  /* Larger hit area */
  font-size: 1.05rem;
  border-radius: 12px;
  /* Consistent rounded */
  box-shadow: none !important;
  /* Remove heavy shadows */
}

.cta__actions .btn--primary {
  background: #2563eb;
  /* Solid blue */
  color: white;
}

.cta__actions .btn--primary:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.cta__actions .btn--outline {
  border: 1px solid #cbd5e1;
  background: white;
  color: #475569;
}

.cta__actions .btn--outline:hover {
  border-color: #94a3b8;
  background: #f8fafc;
  color: #1e293b;
}

/* Right Side - Cleaner Cards */
.cta__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 60px;
}

.cta__features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cta__feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Left align for modern look */
  text-align: left;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* Minimal shadow */
}

.cta__feature-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #eff6ff;
  /* Light blue bg */
  border-radius: 12px;
  flex-shrink: 0;
  color: #2563eb;
  /* Blue icon */
  box-shadow: none;
  /* Flat */
}

.feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-card__content strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}

.feature-card__content span {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.cta__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 1px solid rgba(93, 139, 238, 0.1);
  box-shadow: 0 8px 32px rgba(22, 40, 72, 0.06);
}

.cta__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.cta__stat strong {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta__stat span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.4;
}

/* Footer */
.site-footer {
  margin-top: auto;
  position: relative;
  background: linear-gradient(180deg, rgba(13, 26, 52, 0.97) 0%, rgba(8, 16, 32, 0.99) 100%);
  color: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.footer__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transform: translateY(-99%);
  overflow: hidden;
}

.footer__waves svg {
  width: 100%;
  height: 100%;
}

.wave-shape {
  animation: wave 12s ease-in-out infinite;
}

.wave-1 {
  fill: rgba(93, 139, 238, 0.15);
  animation-delay: 0s;
}

.wave-2 {
  fill: rgba(100, 181, 246, 0.1);
  animation-delay: -4s;
}

.footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px clamp(24px, 6vw, 88px) 32px;
}

.footer__top {
  display: grid;
  gap: 64px;
  grid-template-columns: 1.5fr 2.5fr;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.footer__logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer__brand-name {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer__brand-subtitle {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

.footer__description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 380px;
}

.footer__social {
  display: flex;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  opacity: 0;
  transition: opacity var(--transition);
}

.social-link svg {
  position: relative;
  z-index: 1;
}

.social-link:hover {
  transform: translateY(-4px);
  color: #ffffff;
}

.social-link:hover::before {
  opacity: 1;
}

.footer__links {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.footer__col h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.95);
}

.footer__col a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  margin-bottom: 14px;
  transition: all var(--transition);
  position: relative;
  padding-left: 0;
}

.footer__col a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-soft) 100%);
  transition: all var(--transition);
  transform-origin: left;
}

.footer__col a:hover {
  color: rgba(255, 255, 255, 0.95);
  padding-left: 16px;
}

.footer__col a:hover::before {
  width: 10px;
  transform: translateY(-50%) scaleX(1);
}

.footer__newsletter {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 48px;
  backdrop-filter: blur(10px);
}

.newsletter__content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.95);
}

.newsletter__content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

.newsletter__form {
  display: flex;
  gap: 12px;
  flex: 1;
  max-width: 480px;
}

.newsletter__input {
  flex: 1;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  transition: all var(--transition);
}

.newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter__input:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(93, 139, 238, 0.1);
}

.newsletter__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}

.newsletter__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(93, 139, 238, 0.4);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

.footer__made {
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.footer__badges {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all var(--transition);
}

.badge-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.badge-item svg {
  flex-shrink: 0;
}

/* Animations */
.will-reveal {
  opacity: 0;
  transform: var(--reveal-transform, translateY(40px));
  filter: blur(10px);
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 800ms cubic-bezier(0.4, 0, 0.2, 1),
    filter 800ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: calc(var(--reveal-delay, 0) * 100ms);
}

.will-reveal[data-animate="fade-right"] {
  --reveal-transform: translateX(-50px);
}

.will-reveal[data-animate="fade-left"] {
  --reveal-transform: translateX(50px);
}

.will-reveal[data-animate="fade-down"] {
  --reveal-transform: translateY(-40px);
}

.will-reveal[data-animate="zoom-in"] {
  --reveal-transform: scale(0.9);
}

.is-visible {
  opacity: 1;
  transform: translateZ(0);
  filter: blur(0);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

@keyframes float-slow {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, 40px) scale(1.08);
  }
}

@keyframes float-gentle {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes pulse-soft {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 20px rgba(93, 139, 238, 0.35);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(93, 139, 238, 0.45);
  }
}

@keyframes pulse-dot {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
  }

  50% {
    transform: scale(1.2);
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.8);
  }
}

@keyframes wave {

  0%,
  100% {
    transform: translateX(0) translateY(0);
  }

  50% {
    transform: translateX(-25px) translateY(-5px);
  }
}

/* Responsive */
@media (max-width: 920px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    min-width: 220px;
    padding: 20px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(93, 139, 238, 0.12);
    box-shadow: 0 24px 56px rgba(22, 40, 72, 0.18);
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: all var(--transition);
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 120px;
  }

  .hero__content {
    align-items: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .platform__container,
  .showcase__container {
    grid-template-columns: 1fr;
  }



  .footer__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer__newsletter {
    flex-direction: column;
    text-align: center;
  }

  .newsletter__form {
    max-width: 100%;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .footer__badges {
    justify-content: center;
  }

  .apps-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .cta__wrapper {
    grid-template-columns: 1fr;
  }

  .cta__content,
  .cta__info {
    padding: 60px 40px;
  }

  .cta__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 16px 20px;
  }

  main {
    padding-top: 64px;
  }

  .hero {
    min-height: calc(100vh - 64px);
    padding: 64px 20px 100px;
  }

  .section {
    padding: 64px 20px;
  }

  .features__grid {
    gap: 20px;
  }

  .feature-card {
    padding: 32px 24px;
  }

  .phone-mockup {
    width: min(300px, 85vw);
  }

  .floating-card {
    display: none;
  }

  .showcase-float {
    display: none;
  }

  .stat-box__number {
    font-size: 2.5rem;
  }

  .footer__links {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__newsletter {
    padding: 28px 20px;
  }

  .newsletter__form {
    flex-direction: column;
  }

  .apps-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cta__content,
  .cta__info {
    padding: 48px 24px;
  }

  .cta__content h2 {
    font-size: 2rem;
  }

  .cta__features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cta__stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta__actions {
    flex-direction: column;
  }

  .cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .service-journey {
    margin: 60px auto 0;
  }

  .journey-container {
    height: 160px;
  }

  .house-roof {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 32px solid #dc2626;
  }

  .house-body {
    width: 75px;
    height: 85px;
    padding: 10px;
  }

  .service-body {
    width: 110px;
    height: 65px;
  }

  .service-cabin {
    width: 38px;
    height: 42px;
  }

  .service-cargo {
    left: 34px;
    width: 75px;
    height: 45px;
  }

  .service-logo {
    font-size: 0.9rem;
  }

  .service-wheel {
    width: 24px;
    height: 24px;
  }

  .service-wheel--front {
    left: 28px;
  }

  .service-wheel--back {
    left: 75px;
  }

  .footer__social {
    justify-content: center;
  }

  .packages-grid {
    grid-template-columns: 1fr;
  }

  .flow-apps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .device-frame {
    width: 160px;
    height: 320px;
  }

  .flow-node {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .flow-diagram {
    min-height: 1800px;
  }
}

@media (max-width: 480px) {
  .flow-apps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .device-frame {
    width: 200px;
    height: 400px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .comparison-divider {
    order: 2;
  }

  .comparison-side--old {
    order: 1;
  }

  .comparison-side--new {
    order: 3;
  }

  .device-frame--compact {
    width: 200px;
    height: 400px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* About Hero */
.about-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 15vh, 160px) clamp(24px, 6vw, 88px) clamp(80px, 10vh, 120px);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, transparent 100%);
  text-align: center;
}

.about-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero__badge {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.about-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 24px 0;
}

.about-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Mission & Vision */
.mission-vision {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.mv-card {
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.mv-card__icon {
  margin-bottom: 24px;
}

.mv-card h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--text);
}

.mv-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* Timeline */
.timeline-section {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(248, 250, 252, 0.4) 100%);
}

.timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-soft) 100%);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 3;
  text-align: left;
}

.timeline-item:nth-child(odd) .timeline-content {
  grid-column: 1;
  text-align: right;
}

.timeline-item:nth-child(even) .timeline-dot {
  grid-column: 2;
}

.timeline-item:nth-child(odd) .timeline-dot {
  grid-column: 2;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background: white;
  border: 4px solid var(--primary);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 8px rgba(93, 139, 238, 0.1);
}

.timeline-dot--active {
  background: var(--primary);
  animation: pulse 2s infinite;
}

.timeline-dot--future {
  background: rgba(93, 139, 238, 0.2);
  border-color: rgba(93, 139, 238, 0.4);
}

.timeline-content {
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 8px 24px rgba(22, 40, 72, 0.08);
}

.timeline-year {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: white;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.timeline-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--text);
}

.timeline-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Team */
.team-section {
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.6) 50%, transparent 100%);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  padding: 40px 28px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  text-align: center;
  transition: all var(--transition);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.team-card__avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.team-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--text);
}

.team-card__role {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.team-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.team-card__social {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.team-card__social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 50%;
  transition: all var(--transition);
}

.team-card__social a:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

/* Values */
.values-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(241, 245, 249, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.value-card {
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  text-align: center;
  transition: all var(--transition);
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(93, 139, 238, 0.12);
  transition: all var(--transition);
}

.value-card:hover .value-card__icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(93, 139, 238, 0.2);
}

.value-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: var(--text);
}

.value-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Contact Hero */
.contact-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 15vh, 160px) clamp(24px, 6vw, 88px) clamp(80px, 10vh, 120px);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, transparent 100%);
  text-align: center;
}

.contact-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.contact-hero__badge {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.contact-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 24px 0;
}

.contact-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Contact Methods */
.contact-methods {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-method-card {
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  text-align: center;
  transition: all var(--transition);
}

.contact-method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.contact-method__icon {
  margin-bottom: 24px;
}

.contact-method-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--text);
}

.contact-method-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 20px 0;
}

.contact-method__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.05rem;
  transition: all var(--transition);
}

.contact-method__link:hover {
  gap: 12px;
  text-decoration: underline;
}

/* Contact Form */
.contact-form-section {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(241, 245, 249, 0.4) 100%);
}

.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.contact-form-info h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--text);
}

.contact-form-info>p {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-info-item svg {
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 4px;
}

.contact-info-item strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}

.contact-info-item p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.contact-form-wrapper {
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 18px;
  border: 1px solid rgba(93, 139, 238, 0.2);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: inherit;
  color: var(--text);
  background: white;
  transition: all var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 139, 238, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.form-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
}

.form-checkbox label {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.form-checkbox label a {
  color: var(--primary);
  text-decoration: underline;
}

/* Map */
.map-section {
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.6) 50%, transparent 100%);
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
}

.map-placeholder {
  height: 500px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  border: 2px dashed rgba(93, 139, 238, 0.2);
}

.map-placeholder svg {
  color: var(--primary);
  margin-bottom: 16px;
}

.map-placeholder p {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--text);
}

.map-placeholder small {
  font-size: 0.9rem;
}

/* FAQ Quick */
.faq-quick {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(241, 245, 249, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
}

.faq-more {
  text-align: center;
  margin-top: 48px;
}

.faq-more p {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 920px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 24px;
  }

  .timeline-item {
    grid-template-columns: auto 1fr;
    gap: 24px;
  }

  .timeline-item:nth-child(even) .timeline-content,
  .timeline-item:nth-child(odd) .timeline-content {
    grid-column: 2;
    text-align: left;
  }

  .timeline-item:nth-child(even) .timeline-dot,
  .timeline-item:nth-child(odd) .timeline-dot {
    grid-column: 1;
  }

  .contact-form-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   APPLICATIONS PAGE STYLES
   ======================================== */

/* Applications Hero */
.applications-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(120px, 18vh, 180px) clamp(24px, 6vw, 88px) clamp(100px, 12vh, 140px);
  background:
    radial-gradient(circle at 20% 30%, rgba(93, 139, 238, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.06) 0%, transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  text-align: center;
  overflow: hidden;
}

.applications-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 50% 50%, rgba(93, 139, 238, 0.03) 0%, transparent 50%);
  animation: rotate-gradient 30s linear infinite;
  pointer-events: none;
}

@keyframes rotate-gradient {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.applications-hero__content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.applications-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
  backdrop-filter: blur(20px);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 32px;
  border: 1px solid rgba(93, 139, 238, 0.2);
  box-shadow:
    0 4px 16px rgba(93, 139, 238, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  animation: badge-float 3s ease-in-out infinite;
}

@keyframes badge-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.applications-hero__badge::before {
  content: '📱';
  font-size: 1.1em;
}

.applications-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 32px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #5d8bee 50%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 8s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradient-shift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.applications-hero h1 .gradient-text {
  background: linear-gradient(135deg, #5d8bee 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.applications-hero h1 .gradient-text::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5d8bee 0%, #10b981 100%);
  border-radius: 2px;
  opacity: 0.3;
}

.applications-hero p {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 40px 0;
  font-weight: 500;
}

/* Platform Icons */
.platform-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.platform-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all var(--transition);
  cursor: pointer;
}

.platform-icon:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}

.platform-icon svg {
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.platform-icon span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}

/* Apps Grid */
.apps-section {
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}

.app-card {
  padding: 40px 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.app-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
  border-color: rgba(93, 139, 238, 0.25);
}

.app-card__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.app-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  color: var(--text);
}

.app-card>p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.app-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.app-features li {
  font-size: 0.95rem;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
}

.app-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.2rem;
}

.app-platforms {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all var(--transition);
}

.platform-badge:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

/* Desktop Apps */
.desktop-apps-section {
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(241, 245, 249, 0.4) 100%);
}

.desktop-apps-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.desktop-app-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
  transition: all var(--transition);
}

.desktop-app-card:hover {
  box-shadow: 0 32px 64px rgba(22, 40, 72, 0.16);
}

.desktop-app-card:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}

.desktop-app-card:nth-child(even) .desktop-app-visual {
  order: 2;
}

.desktop-app-card:nth-child(even) .desktop-app-info {
  order: 1;
}

/* Browser Mockup */
.browser-mockup {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.browser-bar {
  background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 100%);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
}

.browser-dots span:nth-child(1) {
  background: #ff5f56;
}

.browser-dots span:nth-child(2) {
  background: #ffbd2e;
}

.browser-dots span:nth-child(3) {
  background: #27c93f;
}

.browser-url {
  flex: 1;
  background: white;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.browser-content {
  background: #fafafa;
  padding: 32px;
  min-height: 300px;
}

.panel-preview {
  display: flex;
  gap: 20px;
  height: 100%;
}

.panel-sidebar {
  width: 60px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-soft) 100%);
  border-radius: 8px;
}

.panel-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel-card {
  background: white;
  border-radius: 8px;
  height: 80px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Window Mockup */
.window-mockup {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.window-bar {
  background: linear-gradient(180deg, #e8e8e8 0%, #d8d8d8 100%);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.window-controls {
  display: flex;
  gap: 8px;
}

.window-controls span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
}

.window-controls span:nth-child(1) {
  background: #ff5f56;
}

.window-controls span:nth-child(2) {
  background: #ffbd2e;
}

.window-controls span:nth-child(3) {
  background: #27c93f;
}

.window-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.window-content {
  background: #f5f5f5;
  padding: 32px;
  min-height: 300px;
}

.desktop-preview {
  display: flex;
  gap: 20px;
  height: 100%;
}

.desktop-nav {
  width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.desktop-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.desktop-widget {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Desktop App Info */
.desktop-app-info h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--text);
}

.desktop-app-info>p {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}

.desktop-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.desktop-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--text);
}

.desktop-features svg {
  color: var(--primary);
  flex-shrink: 0;
}

.desktop-platforms {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.desktop-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all var(--transition);
}

.desktop-badge:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

/* Platform Comparison */
.platform-comparison {
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.6) 50%, transparent 100%);
}

.comparison-table {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(93, 139, 238, 0.12);
  box-shadow: 0 20px 48px rgba(22, 40, 72, 0.08);
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table thead {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
  color: white;
}

.comparison-table th {
  padding: 20px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.comparison-table th:first-child {
  text-align: left;
  padding-left: 32px;
}

.comparison-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all var(--transition);
}

.comparison-table tbody tr:hover {
  background: rgba(93, 139, 238, 0.05);
}

.comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-table td {
  padding: 20px 16px;
  text-align: center;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}

.comparison-table td:first-child {
  text-align: left;
  padding-left: 32px;
  font-weight: 700;
  color: var(--text);
}

.comparison-table .check {
  color: #10b981;
  font-size: 1.5rem;
  font-weight: 700;
}

.comparison-table .dash {
  color: var(--text-muted);
  font-size: 1.2rem;
  opacity: 0.3;
}

/* Refined Modern Apps CTA (Brand Blue Card Style) */
.apps-cta {
  background: var(--bg);
  /* Use brand soft background */
  padding: 80px clamp(24px, 5vw, 60px);
  position: relative;
  overflow: hidden;
}

.cta-card {
  background: var(--primary);
  /* Brand blue */
  border-radius: 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 80px;
  position: relative;
  min-height: 400px;
  box-shadow: 0 40px 100px rgba(93, 139, 238, 0.2);
}

.cta-card__content {
  flex: 1.2;
  max-width: 520px;
  z-index: 10;
  text-align: left;
}

.cta-card__title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}

.cta-card__text {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-card__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-card__button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: #fff;
  color: var(--primary);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
}

.cta-card__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #f8fafc;
}

.cta-card__visual {
  flex: 0.8;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modern-mockups {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.modern-mockup {
  position: relative;
  width: 260px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  transform: rotate(-10deg) translateY(20px);
}



@media (max-width: 992px) {
  .cta-card {
    flex-direction: column;
    padding: 60px 32px;
    text-align: center;
    overflow: hidden;
  }

  .cta-card__content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cta-card__buttons {
    justify-content: center;
  }

  .cta-card__visual {
    height: 300px;
    width: 100%;
  }

  .modern-mockup {
    width: 180px;
    transform: rotate(0) translateY(0);
  }


}

.store-big {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 920px) {
  .apps-grid {
    grid-template-columns: 1fr;
  }

  .desktop-app-card {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .desktop-app-card:nth-child(even) .desktop-app-visual,
  .desktop-app-card:nth-child(even) .desktop-app-info {
    order: initial;
  }

  .browser-content,
  .window-content {
    padding: 16px;
    min-height: 200px;
  }

  .desktop-preview {
    flex-direction: column;
  }

  .desktop-nav {
    width: 100%;
    height: 60px;
  }

  .desktop-main {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    font-size: 0.85rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    padding-left: 16px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}


/* White Card for Apps Section */
.apps-card {
  background: var(--section-bg-alt);
  border-radius: 40px;
  padding: 80px 10%;

  box-shadow: var(--shadow);
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body.dark-mode .apps-card {
  background: #24262A;
  border-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .apps-card {
    padding: 40px 20px;
    border-radius: 24px;
    margin: 0 16px;
  }
}

/* ========================================
   APP SHOWCASE - INNOVATIVE DESIGN
   ======================================== */

/* Apps Showcase Container - Simple Alternating Blocks */
.apps-showcase {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

/* App Showcase Item */
.app-showcase-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.app-showcase-item--reverse {
  direction: rtl;
}

.app-showcase-item--reverse .app-showcase-info,
.app-showcase-item--reverse .app-showcase-features li,
.app-showcase-item--reverse .app-cta-group {
  direction: ltr;
  /* Reset text direction for content */
  text-align: left;
}

/* App Showcase Info */
.app-showcase-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.app-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

.app-showcase-info h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.02em;
}

.app-showcase-info>p {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

.app-showcase-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.app-showcase-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 500;
}

.app-showcase-features svg {
  flex-shrink: 0;
}

/* Reduced border-radius for application showcase buttons */
.apps-section .btn,
.desktop-apps-section .btn,
.app-showcase-item .btn {
  border-radius: 4px;
}

.app-cta-group {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.btn--store {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #0f172a;
  color: white !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn--store:hover {
  background: #1e293b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn--store svg {
  flex-shrink: 0;
}

.app-platforms {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.app-platforms .platform-badge {
  padding: 10px 20px;
  background: rgba(93, 139, 238, 0.1);
  color: var(--primary);
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(93, 139, 238, 0.2);
  transition: all var(--transition);
}

.app-platforms .platform-badge:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.3);
}

/* Phone Mockup */
.phone-mockup {
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-frame {
  width: 320px;
  height: 650px;
  background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 48px;
  padding: 12px;
  box-shadow: none;
  position: relative;
  transform: rotateY(-5deg);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.app-showcase-item:hover .phone-frame {
  transform: rotateY(0deg) scale(1.02);
  box-shadow: none;
}

.app-showcase-item--reverse .phone-frame {
  transform: rotateY(5deg);
}

.app-showcase-item--reverse:hover .phone-frame {
  transform: rotateY(0deg) scale(1.02);
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 28px;
  background: #1a1a1a;
  border-radius: 0 0 20px 20px;
  z-index: 10;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
}

/* App UI Components */
.app-ui {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.app-header {
  padding: 48px 20px 20px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.app-time {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 600;
}

.app-title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.app-nav-icon {
  position: absolute;
  top: 52px;
  right: 20px;
  font-size: 1.5rem;
  opacity: 0.9;
}

/* User App UI */
.app-map {
  flex: 1;
  background: linear-gradient(180deg, #e8f4f8 0%, #d4e9f0 100%);
  position: relative;
  overflow: hidden;
}

.map-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #5d8bee;
  border-radius: 50%;
  top: 30%;
  left: 40%;
  box-shadow: 0 2px 8px rgba(93, 139, 238, 0.4);
}

.map-marker--active {
  width: 20px;
  height: 20px;
  animation: pulse 2s infinite;
}

.map-route {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, #5d8bee 0%, transparent 100%);
}

.map-vehicle {
  position: absolute;
  top: 50%;
  left: 60%;
  animation: float 3s ease-in-out infinite;
}

.app-info-card {
  background: white;
  margin: 20px;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.info-icon {
  font-size: 1.5rem;
}

.info-text {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.info-time {
  font-size: 1.8rem;
  font-weight: 900;
  color: #5d8bee;
  margin-bottom: 12px;
}

.info-progress {
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 999px;
  transition: width 1s ease-in-out;
}

/* Driver App UI */
.app-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
  background: white;
}

.stat-box {
  text-align: center;
  padding: 16px;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-value {
  font-size: 1.3rem;
  font-weight: 900;
  color: #10b981;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.app-list {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.list-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}

.list-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.list-content {
  flex: 1;
  min-width: 0;
}

.list-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}

.list-address {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.list-status {
  font-size: 1.2rem;
  color: #10b981;
  font-weight: 700;
}

/* Parent App UI */
.app-card-list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.child-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.child-avatar {
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 50%;
  flex-shrink: 0;
}

.child-info {
  flex: 1;
}

.child-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.child-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.child-time {
  font-size: 0.85rem;
  font-weight: 700;
  color: #f59e0b;
}

.app-timeline {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-item {
  display: flex;
  gap: 12px;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 28px;
  width: 2px;
  height: calc(100% + 16px);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.3) 0%, transparent 100%);
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 3px solid #e5e7eb;
  flex-shrink: 0;
  margin-top: 4px;
  transition: all var(--transition);
}

.timeline-item--done .timeline-dot {
  background: #10b981;
  border-color: #10b981;
}

.timeline-item--active .timeline-dot {
  background: #f59e0b;
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.2);
  animation: pulse 2s infinite;
}

.timeline-content {
  flex: 1;
  padding-top: 2px;
}

.timeline-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}

.timeline-time {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Responsive */
@media (max-width: 1200px) {

  .app-showcase-item,
  .app-showcase-item--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .app-showcase-item--reverse .app-showcase-mockup {
    order: 2;
  }

  .app-showcase-item--reverse .app-showcase-info {
    order: 1;
  }

  .apps-showcase::before {
    left: 20px;
    transform: none;
  }

  .app-showcase-item,
  .app-showcase-item--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 50px;
    direction: ltr;
  }

  .timeline-node {
    left: 20px;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }

  @media (max-width: 768px) {
    .phone-frame {
      width: 280px;
      height: 570px;
    }

    .app-showcase-info h3 {
      font-size: 1.8rem;
    }

    .app-showcase-info>p {
      font-size: 1rem;
    }
  }
}

/* ========================================
   NEW APP UI COMPONENTS - IMPROVED
   ======================================== */

/* Corporate App Dashboard */
.app-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
  background: white;
}

.dashboard-card {
  padding: 24px 20px;
  border-radius: 16px;
  color: white;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dashboard-value {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1;
}

.dashboard-label {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* App Chart */
.app-chart {
  flex: 1;
  padding: 20px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 120px;
  margin-bottom: 12px;
}

.chart-bar {
  flex: 1;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  min-height: 20px;
}

.chart-labels {
  display: flex;
  justify-content: space-around;
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Company App Vehicles */
.app-vehicles {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}

.vehicle-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}

.vehicle-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}

.vehicle-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.vehicle-info {
  flex: 1;
}

.vehicle-plate {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.vehicle-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

.vehicle-passengers {
  font-size: 1.1rem;
  font-weight: 900;
  color: #ef4444;
}

.app-summary {
  padding: 20px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}

.summary-value {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ef4444;
}

/* IMPROVED PHONE FRAME - Already defined above, removed duplicate */

.phone-screen {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 42px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 30px;
  background: #000000;
  border-radius: 0 0 24px 24px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.phone-notch::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

/* Better Text Contrast */
.app-header {
  padding: 52px 24px 24px;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.app-time {
  font-size: 0.8rem;
  opacity: 0.95;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.app-title {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.app-nav-icon {
  position: absolute;
  top: 56px;
  right: 24px;
  font-size: 1.6rem;
  opacity: 0.95;
  font-weight: 700;
}

/* Better Info Card */
.app-info-card {
  background: white;
  margin: 20px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.info-time {
  font-size: 2rem;
  font-weight: 900;
  color: #5d8bee;
  margin-bottom: 16px;
  text-shadow: 0 2px 4px rgba(93, 139, 238, 0.1);
}

/* Better Status Dots */
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .phone-frame {
    width: 300px;
    height: 610px;
    border-radius: 46px;
    padding: 12px;
  }

  .phone-screen {
    border-radius: 38px;
  }

  .phone-notch {
    width: 130px;
    height: 26px;
    top: 16px;
  }
}

/* ========================================
   MULTI-SCREEN APP SHOWCASE
   ======================================== */

/* App Screen Tabs */
.app-screen-tabs {
  display: flex;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  scrollbar-width: none;
}

.app-screen-tabs::-webkit-scrollbar {
  display: none;
}

.screen-tab {
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  flex-shrink: 0;
}

.screen-tab.active {
  background: white;
  color: var(--primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.screen-tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
}

/* Screen Container */
.app-screens {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.app-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.app-screen.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Screen Indicators */
.screen-indicators {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 5;
}

.screen-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: all var(--transition);
  cursor: pointer;
}

.screen-indicator.active {
  width: 20px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
}

/* Swipe Gesture Hint */
.swipe-hint {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 0.65rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}

.swipe-hint svg {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  animation: swipe-anim 2s ease-in-out infinite;
}

@keyframes swipe-anim {

  0%,
  100% {
    transform: translateX(0);
    opacity: 0.5;
  }

  50% {
    transform: translateX(4px);
    opacity: 0.8;
  }
}

/* Message Screen Components */
.app-messages {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  background: #f9fafb;
}

.message-bubble {
  max-width: 75%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.85rem;
  line-height: 1.4;
  position: relative;
}

.message-bubble--received {
  align-self: flex-start;
  background: white;
  color: var(--text);
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.message-bubble--sent {
  align-self: flex-end;
  background: linear-gradient(135deg, #5d8bee 0%, #64b5f6 100%);
  color: white;
  border-bottom-right-radius: 4px;
}

.message-time {
  font-size: 0.65rem;
  opacity: 0.6;
  margin-top: 4px;
  font-weight: 600;
}

.message-input {
  padding: 12px 16px;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 12px;
}

.message-input input {
  flex: 1;
  padding: 10px 16px;
  background: #f3f4f6;
  border: none;
  border-radius: 20px;
  font-size: 0.85rem;
  outline: none;
}

.message-input button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #5d8bee;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

/* Settings Screen */
.app-settings {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background: #fafafa;
}

.settings-group {
  background: white;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.settings-group-title {
  padding: 12px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f9fafb;
}

.settings-item {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.settings-item:last-child {
  border-bottom: none;
}

.settings-item-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}

.settings-toggle {
  width: 44px;
  height: 24px;
  background: #e5e7eb;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}

.settings-toggle.active {
  background: #10b981;
}

.settings-toggle::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.settings-toggle.active::after {
  transform: translateX(20px);
}

/* Profile Screen */
.app-profile {
  flex: 1;
  padding: 24px 16px;
  text-align: center;
  overflow-y: auto;
  background: linear-gradient(180deg, #fafafa 0%, white 100%);
}

.profile-avatar-large {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d8bee 0%, #64b5f6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(93, 139, 238, 0.3);
}

.profile-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}

.profile-role {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.profile-stat {
  text-align: center;
}

.profile-stat-value {
  font-size: 1.4rem;
  font-weight: 900;
  color: #5d8bee;
  margin-bottom: 4px;
}

.profile-stat-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
}

.profile-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.profile-btn {
  flex: 1;
  padding: 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.profile-btn--primary {
  background: #5d8bee;
  color: white;
}

.profile-btn--secondary {
  background: #f3f4f6;
  color: var(--text);
}

.profile-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ========================================
   FEATURES PAGE STYLES
   ======================================== */

/* Features Hero */
.features-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(140px, 20vh, 200px) clamp(24px, 6vw, 88px) clamp(80px, 10vh, 100px);
  background:
    radial-gradient(circle at 30% 20%, rgba(93, 139, 238, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  text-align: center;
  overflow: hidden;
}

.features-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(93, 139, 238, 0.02) 0%, transparent 60%);
  animation: rotate-gradient 40s linear infinite;
  pointer-events: none;
}

.features-hero__content {
  max-width: 900px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.features-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.12) 0%, rgba(16, 185, 129, 0.12) 100%);
  backdrop-filter: blur(20px);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 32px;
  border: 1px solid rgba(93, 139, 238, 0.2);
  box-shadow: 0 4px 16px rgba(93, 139, 238, 0.08);
}

.features-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 32px 0;
  color: var(--text);
}

.features-hero p {
  font-size: clamp(1.15rem, 2.3vw, 1.4rem);
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

/* Feature Stats */
.feature-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.feature-stat {
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all var(--transition);
}

.feature-stat:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(93, 139, 238, 0.3);
}

.feature-stat__icon {
  margin-bottom: 20px;
}

.feature-stat__value {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 8px;
}

.feature-stat__label {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* Features Grid */
.features-grid-section {
  background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.5) 50%, transparent 100%);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Feature Cards */
.feature-card {
  background: white;
  border-radius: 24px;
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(93, 139, 238, 0.2);
}

.feature-card--large {
  grid-column: span 2;
}

.feature-card__header {
  margin-bottom: 24px;
}

.feature-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.feature-card h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}

.feature-card>p {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

.feature-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 500;
}

.feature-card__list svg {
  flex-shrink: 0;
}

/* Feature Visual */
.feature-card__visual {
  margin-top: auto;
  padding-top: 24px;
}

.feature-visual--map {
  position: relative;
  height: 200px;
  background: linear-gradient(180deg, #e8f4f8 0%, #d4e9f0 100%);
  border-radius: 16px;
  overflow: hidden;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

.map-route {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #5d8bee 0%, transparent 100%);
  border-radius: 2px;
}

.map-marker--pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: marker-pulse 2s ease-in-out infinite;
}

@keyframes marker-pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

/* Advanced Features */
.advanced-features-section {}

.advanced-features {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.advanced-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.advanced-feature--reverse {
  direction: rtl;
}

.advanced-feature--reverse>* {
  direction: ltr;
}

.advanced-feature__content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text);
  margin: 0 0 28px 0;
  line-height: 1.2;
}

.advanced-feature__content>p {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0;
}

.advanced-feature__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.advanced-feature__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--text);
  font-weight: 600;
}

.advanced-feature__list li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d8bee 0%, #10b981 100%);
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Code Block */
.code-block {
  background: #1a1a2e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}

.code-block__header {
  padding: 16px 20px;
  background: #16213e;
  display: flex;
  gap: 8px;
}

.code-block__header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.code-block__header span:nth-child(1) {
  background: #ff5f56;
}

.code-block__header span:nth-child(2) {
  background: #ffbd2e;
}

.code-block__header span:nth-child(3) {
  background: #27c93f;
}

.code-block__content {
  padding: 24px;
  overflow-x: auto;
}

.code-block__content pre {
  margin: 0;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #e5e7eb;
}

.code-keyword {
  color: #ff6b9d;
}

.code-function {
  color: #c792ea;
}

.code-string {
  color: #c3e88d;
}

.code-property {
  color: #82aaff;
}

/* Integration Grid */
.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.integration-card {
  padding: 24px;
  background: var(--card-bg);
  border-radius: 16px;
  border: 1px solid var(--border);
  text-align: center;
  transition: all var(--transition);
}

.integration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: var(--primary);
}

.integration-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.integration-card span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}

/* Dashboard Preview */
.dashboard-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;

  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.dashboard-widget {
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dashboard-widget--large {
  grid-column: span 2;
}

.widget-header {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.widget-value {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary);
}

.widget-chart {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 100px;
}

.chart-bar {
  flex: 1;
  background: linear-gradient(180deg, #5d8bee 0%, #64b5f6 100%);
  border-radius: 8px 8px 0 0;
  transition: all var(--transition);
}

.chart-bar:hover {
  transform: scaleY(1.1);
  transform-origin: bottom;
}

/* Features CTA */
.features-cta {
  padding: 120px clamp(24px, 6vw, 88px);
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  text-align: center;
}

.features-cta__content {
  max-width: 800px;
  margin: 0 auto;
}

.features-cta h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  color: white;
  margin: 0 0 24px 0;
  line-height: 1.1;
}

.features-cta p {
  font-size: 1.2rem;
  color: #e5e7eb;
  line-height: 1.6;
  margin-bottom: 48px;
}

.btn--large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .feature-card--large {
    grid-column: span 1;
  }

  .advanced-feature {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .advanced-feature--reverse {
    direction: ltr;
  }
}

@media (max-width: 768px) {
  .feature-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .integration-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
  }

  .dashboard-widget--large {
    grid-column: span 1;
  }

  .advanced-feature__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .feature-stats {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   FAQ PAGE STYLES
   ======================================== */

/* FAQ Hero */
.faq-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(140px, 20vh, 180px) clamp(24px, 6vw, 88px) clamp(80px, 10vh, 100px);
  background:
    radial-gradient(circle at 25% 25%, rgba(93, 139, 238, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  text-align: center;
}

.faq-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-hero__badge {
  display: inline-flex;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(93, 139, 238, 0.12) 0%, rgba(16, 185, 129, 0.12) 100%);
  backdrop-filter: blur(20px);
  color: var(--primary);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 32px;
  border: 1px solid rgba(93, 139, 238, 0.2);
}

.faq-hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 24px 0;
  color: var(--text);
}

.faq-hero p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 40px 0;
}

.faq-hero p a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}

/* FAQ Search */
.faq-search {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.faq-search svg {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.faq-search input {
  width: 100%;
  padding: 20px 24px 20px 56px;
  font-size: 1.1rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: white;
  transition: all var(--transition);
  font-family: inherit;
}

.faq-search input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(93, 139, 238, 0.15);
}

/* FAQ Categories */
.faq-categories-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background: white;
}

.faq-categories {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-category {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
}

.faq-category:hover {
  border-color: rgba(93, 139, 238, 0.3);
  background: rgba(93, 139, 238, 0.05);
}

.faq-category.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.faq-category__icon {
  font-size: 1.2em;
}

/* FAQ Items */
.faq-items-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.faq-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item:hover {
  border-color: rgba(93, 139, 238, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  cursor: pointer;
  user-select: none;
}

.faq-question h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  flex: 1;
  line-height: 1.4;
}

.faq-question svg {
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--primary);
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 32px;
}

.faq-item.active .faq-answer {
  max-height: 2000px;
  padding: 0 32px 40px;
}

.faq-answer p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin: 0 0 16px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer p strong {
  color: var(--text);
  font-weight: 700;
}

/* FAQ CTA */
.faq-cta {
  padding: 100px clamp(24px, 6vw, 88px);
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  text-align: center;
}

.faq-cta__content {
  max-width: 800px;
  margin: 0 auto;
}

.faq-cta h2 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 900;
  color: white;
  margin: 0 0 24px 0;
  line-height: 1.1;
}

.faq-cta p {
  font-size: 1.2rem;
  color: #e5e7eb;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-categories {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .faq-category {
    flex-shrink: 0;
  }

  .faq-question {
    padding: 20px 20px;
  }

  .faq-question h3 {
    font-size: 1.05rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 24px;
  }

  .faq-answer p {
    font-size: 1rem;
  }
}

/* ========================================
   CAROUSEL HERO STYLES
   ======================================== */

.hero-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(88px, 12vh, 140px) clamp(24px, 6vw, 88px) clamp(120px, 12vh, 160px);
  overflow: hidden;
  background: var(--bg);
}

body.dark-mode .hero-carousel {
  background: var(--bg);
}

/* Slides */
.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  padding: inherit;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.8s;
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: all;
  z-index: 10;
}

.carousel-slide.prev {
  transform: translateX(-100px);
}

/* Visual Cards for New Slides */
.map-visual-card {
  position: relative;
  width: min(480px, 90vw);
  height: 300px;
  background: white;
  border-radius: 32px;
  box-shadow: 0 24px 64px rgba(22, 40, 72, 0.12);
  border: 1px solid rgba(93, 139, 238, 0.1);
  overflow: hidden;
  margin: 0 auto;
}

.map-pin {
  position: absolute;
  font-size: 2.5rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  z-index: 2;
}

.map-pin--bus {
  top: 60%;
  left: 10%;
  animation: bus-travel 6s linear infinite;
}

.map-pin--home {
  top: 15%;
  right: 15%;
  font-size: 3rem;
}

.map-route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.animated-route {
  stroke-dasharray: 10 10;
  animation: route-dash 1s linear infinite;
}

@keyframes bus-travel {
  0% {
    left: 10%;
    top: 80%;
  }

  25% {
    left: 30%;
    top: 20%;
  }

  50% {
    left: 50%;
    top: 50%;
  }

  75% {
    left: 90%;
    top: 20%;
  }

  100% {
    left: 10%;
    top: 80%;
  }
}

@keyframes route-dash {
  to {
    stroke-dashoffset: -20;
  }
}

/* Stats Visual */
.stats-visual-card {
  position: relative;
  width: min(400px, 90vw);
  height: 280px;
  background: white;
  border-radius: 32px;
  box-shadow: 0 24px 64px rgba(22, 40, 72, 0.12);
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}

.stat-bar-group {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  height: 100%;
  width: 100%;
}

.stat-bar {
  flex: 1;
  background: #f1f5fd;
  border-radius: 12px 12px 0 0;
  height: 0;
  transition: height 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: grow-bar 1.5s forwards;
}

.stat-bar.active {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-soft) 100%);
  animation-delay: 0.2s;
}

.carousel-slide.active .stat-bar {
  height: var(--h);
}

.stat-floating-badge {
  position: absolute;
  top: 24px;
  right: -24px;
  background: #10b981;
  color: white;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
  animation: float-gentle 3s ease-in-out infinite;
}

@keyframes grow-bar {
  from {
    height: 0;
  }

  to {
    height: var(--h);
  }
}

/* Progress Container */
/* Progress Container - Moved Bottom Left */
.carousel-progress-container {
  position: absolute;
  bottom: 48px;
  left: clamp(24px, 6vw, 88px);
  right: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
  background: none;
  /* Removed gradient */
}

/* Navigation Road Style */
.progress-track {
  position: relative;
  width: 240px;
  height: 8px;
  /* Thicker "Road" */
  background: #e2e8f0;
  /* Light Road Grey */
  border-radius: 99px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  /* Track depth */
}

.progress-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #3b82f6;
  /* Navigation Blue */
  border-radius: 99px;
  transition: width 0.1s linear;
  box-shadow: 0 1px 3px rgba(59, 130, 246, 0.4);
}

/* Stops - Map Waypoints */
.progress-stop {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  /* Center 12px dot */
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--card-bg);
  border: 3px solid var(--border);
  /* Inactive grey ring */
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  /* Fully visible waypoints */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.dark-mode .progress-track {
  background: rgba(255, 255, 255, 0.1);
}

/* Explicit Positions for 3 stops */
.progress-stop:nth-child(3) {
  left: 0%;
}

/* First Dot (Star/Stop) */
.progress-stop:nth-child(4) {
  left: 50%;
}

/* Middle Dot */
.progress-stop:nth-child(5) {
  left: 100%;
}

/* Last Dot */
/* Note: indices 3,4,5 because track has 2 other children (line, fill) before stops */

.progress-stop.active {
  border-color: #3b82f6;
  /* Active Blue Ring */
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.stop-label {
  display: none;
  /* Cleaner, minimal look */
}

.progress-stop.active .stop-label {
  opacity: 1;
  color: var(--primary);
}

/* Bus/Marker Style - Now a minimal Glow Ring */
/* Bus/Marker Style - Custom Image */
.service-bus-marker {
  position: absolute;
  top: -8px;
  /* Slightly lowered */
  left: 0;
  transform: translate(-50%, -50%);
  width: 36px;
  /* Slightly larger */
  height: 36px;
  background: transparent;
  background-image: url('../img/servis.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 0;
  z-index: 5;
  /* Removed transition for instant frame sync */
  pointer-events: none;
  box-shadow: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.bus-icon-wrapper {
  display: none;
  /* Hide the ugly bus emoji */
}

@keyframes bus-bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-3px);
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    padding-top: 100px;
    align-items: flex-start;
  }

  .carousel-slide {
    align-content: start;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__content {
    align-items: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .map-visual-card,
  .stats-visual-card {
    height: 240px;
    margin-top: 20px;
  }

  .map-pin--bus {
    animation: none;
  }

  /* Reduce animation load on mobile */
}

/* Theme Toggle */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(93, 139, 238, 0.15);
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition);
  padding: 0;
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(93, 139, 238, 0.15);
}

.theme-icon-sun,
.theme-icon-moon {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-toggle:hover .theme-icon-sun {
  transform: rotate(90deg);
}

.theme-toggle:hover .theme-icon-moon {
  transform: rotate(-15deg);
}





/* Smooth Text Fade for Header Button */
.header-btn.text-fade-out {
  color: transparent !important;
  /* Force transparent text */
}

/* =========================================
   SCROLLYTELLING REFERENCES SECTION (REFINED)
   ========================================= */
.references-scrolly {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;

}

.scrolly-sticky-container {
  height: 400vh;
  /* Scroll distance */
  position: relative;
}

.scrolly-track-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* Match section bg */
}

/* Header now inside sticky wrapper -> stays fixed */
.scrolly-header {
  position: absolute;
  top: 10vh;
  /* "ufacık yukarı" -> 12vh to 10vh */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  padding: 0 20px;
}

.scrolly-header h2 {
  margin-bottom: 24px;
  color: var(--text);
  line-height: 1.1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.header-light {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  /* Regular */
  color: var(--text-muted);
  /* Muted */
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.header-bold {
  display: block;
  font-size: 4.5rem;
  /* HUGE impact */
  font-weight: 800;
  /* Extra Bold */
  color: var(--text);
  /* Darkest */
  letter-spacing: -2px;
}

.scrolly-header p {
  font-size: 1.25rem;
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.scrolly-cards-track {
  display: flex;
  gap: 20px;
  /* Reduced gap */
  padding-left: 5vw;
  /* Reduced padding */
  padding-right: 5vw;
  width: max-content;
  will-change: transform;
  align-items: center;
  height: auto;
  margin-top: 18vh;
  padding-bottom: 0;
}

/* Glassmorphism Card Styles */
.scrolly-card {
  position: relative;
  width: 360px;
  height: 480px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--card-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.scrolly-card:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  opacity: 0.9;
}

/* Gradient Overlay for Text Readability */
.scrolly-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 60%);
  z-index: 2;
}

.card-content {
  position: relative;
  z-index: 3;
  padding: 32px;
  color: white;
}

.card-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.card-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
}

/* Refined Gradients/Images */
.card-schools .card-bg {
  background-image: url('https://images.unsplash.com/photo-1546410531-bb4caa6b424d?auto=format&fit=crop&q=80');
}

.card-factories .card-bg {
  background-image: url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&q=80');
}

.card-technoparks .card-bg {
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80');
}

.card-offices .card-bg {
  background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&q=80');
}

.card-airports .card-bg {
  background-image: url('https://images.unsplash.com/photo-1530521954074-e64f6810b32d?auto=format&fit=crop&q=80');
}

.card-hospitals .card-bg {
  background-image: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80');
}

.card-logistics .card-bg {
  background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=80');
}


/* =========================================
   INFINITE PARTNER MARQUEE
   ========================================= */
.partner-marquee {
  position: absolute;
  /* Stick to bottom of wrapper */
  bottom: 40px;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  overflow: hidden;
  border: none;
  z-index: 20;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  gap: 12px;
  /* Decreased gap */
  animation: scrollMarquee 50s linear infinite;
  width: max-content;
  align-items: center;
  padding: 0 20px;
}

/* Logos/Text Style - MODERN & LARGE */
/* Logos/Item Style - UNIFORM CARDS */
.marquee-item {
  width: 240px;
  /* Fixed Uniform Width */
  height: 120px;
  /* Fixed Uniform Height */

  /* Box Style */
  background: var(--card-bg);
  border-radius: 16px;
  border: 2px solid var(--border);
  box-shadow: none;

  /* Flex to center logo */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  transition: all 0.3s ease;
  user-select: none;
}

.marquee-item img {
  max-width: 70%;
  max-height: 60%;
  object-fit: contain;
  filter: grayscale(100%);
  /* Clean grayscale look */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.marquee-item:hover {
  border-color: var(--primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.marquee-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .scrolly-sticky-container {
    height: auto;
  }

  .scrolly-track-wrapper {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .scrolly-cards-track {
    flex-direction: column;
    transform: none !important;
    width: 100%;
    padding: 20px;
    gap: 20px;
    height: auto;
    margin-top: 20px;
  }

  .scrolly-card {
    width: 100%;
    height: 350px;
  }

  .scrolly-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 0;
  }

  .scrolly-header h2 {
    font-size: 2.5rem;
  }

  .partner-marquee {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 40px;
    z-index: 1;
  }
}

/* =========================================
   TECH PARITY SECTION (BELOW REFERENCES)
   ========================================= */
.tech-parity {
  padding: 100px 20px;
  background: white;
  display: flex;
  justify-content: center;
}

.tech-parity-card {
  max-width: 900px;
  width: 100%;

  border-radius: 40px;
  padding: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.tech-parity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #10b981);
}

.tech-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--primary);
  font-weight: 700;
  border-radius: 100px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.tech-parity-card h2 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.tech-parity-card p {
  font-size: 1.25rem;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.tech-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.tf-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.tf-icon {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .tech-parity-card {
    padding: 40px 20px;
  }

  .tech-parity-card h2 {
    font-size: 2rem;
  }

  .tech-features {
    gap: 20px;
    flex-direction: column;
  }
}

/* =========================================
   TECH SUPERIORITY SECTION
   ========================================= */
.tech-superiority {
  position: relative;
  width: 100%;
  height: 100vh;
  /* "sayfayı kaplamalı" -> 100vh */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: black;
}

.tech-bg-image {
  position: absolute;
  inset: 0;
  /* Replacing with a high-res "AI Transportation" thematic image */
  background-image: url('https://previews.123rf.com/images/marysmn/marysmn1507/marysmn150700058/42772575-aerial-view-of-big-city-at-night-chicago-usa.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax Effect */
  opacity: 0.7;
  filter: saturate(0) contrast(1.2) brightness(0.8);
  /* Dark & Serious */
}

.tech-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.tech-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  padding: 0 20px;
}

.tech-content h2 {
  font-size: 6rem;
  /* Massive */
  font-weight: 800;
  line-height: 1;
  color: white;
  margin-bottom: 24px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.tech-content .text-highlight {
  background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
  /* Metallic/Silver Gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.tech-content p {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tech-content h2 {
    font-size: 3.5rem;
  }

  .tech-superiority {
    height: 60vh;
  }
}

/* =========================================
   PREMIUM HERO SECTION (RICH VISUALS)
   ========================================= */
.hero-premium {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0f172a;
  /* Fallback */
  padding-top: 80px;
  /* Header space */
  color: white;
}

/* 1. Background Layer */
.hero-bg-layer {
  position: absolute;
  inset: 0;
  /* Cinematic City Traffic / Fleet Vibe */
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  filter: saturate(0) contrast(1.1);
  /* Cinematic Monochrome Base */
}

/* 2. Glow/Gradient Layer */
.hero-glow-layer {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.95) 100%);
  z-index: 1;
}

/* 3. Container Layout */
.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* 4. Text Content */
.hero-text-content {
  flex: 1;
  max-width: 600px;
}

.hero-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.hero-text-content h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text-content p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 40px;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.btn--glow {
  box-shadow: 0 0 20px rgba(93, 139, 238, 0.4);
}

.hero-stats-row {
  display: flex;
  gap: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mini-stat b {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

.mini-stat span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

/* 5. Rich Visual Composition (3D Layers) */
.hero-visual-composition {
  flex: 1.2;
  height: 600px;
  position: relative;
  perspective: 1200px;
  /* Enable 3D */
}

.ui-card {
  position: absolute;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease;
  overflow: hidden;
}

/* Layer 1: Map Dashboard (Back) */
.ui-card--map {
  width: 500px;
  height: 340px;
  top: 50px;
  right: 0;
  transform: rotateY(-10deg) rotateX(5deg) scale(0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1e293b;
  z-index: 1;
}

.ui-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.marker-pulse {
  position: absolute;
  top: 50%;
  left: 60%;
  width: 16px;
  height: 16px;
  background: #3b82f6;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(59, 130, 246, 0.4);
  animation: pulse-ring 2s infinite;
}

/* Layer 2: Glass Analytics (Middle) */
.ui-card--glass {
  width: 280px;
  height: 180px;
  bottom: 80px;
  right: 80px;
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  transform: translateZ(50px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: float-slow 6s ease-in-out infinite;
}

.glass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.glass-w-dot {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
}

.glass-graph {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 60px;
}

.graph-bar {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.graph-bar.active {
  background: #3b82f6;
}

.glass-stat {
  font-size: 1.2rem;
  font-weight: 700;
}

.glass-stat span {
  color: #10b981;
}

/* Layer 3: Mobile App (Front) */
.ui-card--mobile {
  width: 280px;
  height: 520px;
  top: 0;
  left: 40px;
  background: #0f172a;
  border: 6px solid #334155;
  border-radius: 40px;
  /* Phone shape */
  z-index: 3;
  transform: rotateY(-15deg) rotateZ(-2deg) translateZ(80px);
  box-shadow: -40px 40px 100px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  animation: float-reverse 8s ease-in-out infinite;
}

.mobile-notch {
  width: 120px;
  height: 24px;
  background: #334155;
  margin: 0 auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mobile-screen {
  padding: 24px;
  flex: 1;
}

.mobile-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}

.mobile-avatar {
  width: 48px;
  height: 48px;
  background: #cbd5e1;
  border-radius: 50%;
}

.m-sub {
  font-size: 0.8rem;
  color: #94a3b8;
}

.m-name {
  font-size: 1.1rem;
  font-weight: 700;
}

.mobile-card {
  background: #1e293b;
  padding: 20px;
  border-radius: 20px;
}

.mc-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tag-green {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
}

.mc-time {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.mc-route {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot-start,
.dot-end {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3b82f6;
}

.line {
  flex: 1;
  height: 2px;
  background: #334155;
}

.dot-end {
  background: white;
  border: 2px solid #3b82f6;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }

  70% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0 0 0 20px rgba(59, 130, 246, 0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes float-slow {

  0%,
  100% {
    transform: translateZ(50px) translateY(0);
  }

  50% {
    transform: translateZ(50px) translateY(-20px);
  }
}

@keyframes float-reverse {

  0%,
  100% {
    transform: rotateY(-15deg) rotateZ(-2deg) translateZ(80px) translateY(0);
  }

  50% {
    transform: rotateY(-15deg) rotateZ(-2deg) translateZ(80px) translateY(-30px);
  }
}

@media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-visual-composition {
    width: 100%;
    height: 500px;
    transform: scale(0.8);
  }

  .hero-stats-row {
    justify-content: center;
  }

  .hero-cta-group {
    align-items: center;
  }

  .hero-text-content h1 {
    font-size: 3rem;
  }
}

/* =========================================
   PREMIUM REDESIGN - HERO SECTION v2
   ========================================= */
/* =========================================
   PREMIUM REDESIGN - HERO SECTION v2 (Final)
   ========================================= */
.hero-carousel {
  height: 100vh;
  min-height: 700px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  display: flex;
  align-items: center;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 5;
}

/* Clear separation: Text doesn't get crushed by image */
.hero__image-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
  transition: transform 2s ease-out;
}

.carousel-slide.active .hero__image-layer {
  transform: scale(1.1);
}

.hero__content {
  position: relative;
  width: 50%;
  padding-left: 1vw;
  /* MOVED TO EXTREME LEFT */
  padding-right: 5vw;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* Animation: WIPE Reveal from Left (No Right Motion) */
  /* Default State (Waiting): Hidden via Mask */
  opacity: 1;
  /* Strict No Blur */
  transform: translateX(0);
  /* Static Position */
  clip-path: inset(0 100% 0 0);
  /* Hidden (Wiped out) */
  transition: none;
  /* Instant reset */
  pointer-events: none;
}

/* Active State (Entering): Wipe Open from Left */
.carousel-slide.active .hero__content {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
  /* Fully Visible */
  transition: clip-path 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 0.4s;
  /* Wait for Exit to clear */
  pointer-events: auto;
}

/* Exiting State (Leaving): Physically move Left */
.carousel-slide.exit .hero__content {
  opacity: 1;
  transform: translateX(-100vw);
  clip-path: inset(0 0 0 0);
  transition: transform 0.6s ease-in;
  /* Fast exit */
  transition-delay: 0s;
}

.hero-carousel h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-carousel p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 440px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 400;
}

.hero-carousel .text-highlight {
  color: inherit;
}

/* Fixed Icons / UI clean up */
.hero__visual,
.hero__orb,
.hero__grid {
  display: none !important;
}

/* =========================================
   PREMIUM REDESIGN - STATIC INTERFACE & BUTTON
   ========================================= */

.hero__fixed-interface {
  position: absolute;
  left: 10vw;
  /* SHIFTED FURTHER RIGHT PER EXPLICIT REQUEST */
  bottom: 29vh;
  z-index: 100;
  pointer-events: none;
}

.hero__actions-static {
  pointer-events: auto;
}

.btn--cta-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  /* Switched to Brand Blue for higher visibility (Reference style) */
  color: #ffffff;
  width: 380px;
  height: 60px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 8px;
  /* Slightly more rounded like reference */
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Tactile Shadow Effect similar to reference */
  box-shadow: 0 4px 0 #1e40af, 0 8px 20px rgba(37, 99, 235, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn--cta-premium::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn--cta-premium:hover {
  background: #1d4ed8;
  /* Darker Blue on hover */
  transform: translateY(-2px);
  box-shadow: 0 2px 0 #1e40af, 0 6px 16px rgba(37, 99, 235, 0.25);
}

.btn--cta-premium:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 #1e40af, inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn--cta-premium:hover::after {
  transform: translateX(4px);
}

/* Refined Transition Logic for Content (ONLY text/images change) */
.hero-carousel .hero__content {
  opacity: 0;
  transform: translateY(30px);
  /* Vertical slide for better "Static Page" feel */
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.carousel-slide.active .hero__content {
  opacity: 1;
  transform: translateY(0);
}

/* Keep Image cross-fade as is, but maybe a bit slower for premium feel */
.hero-carousel .carousel-slide {
  transition: opacity 1.2s ease-in-out;
}

/* =========================================
   Map Showcase Section
   ========================================= */
/* =========================================
   Map Showcase Section
   ========================================= */
/* =========================================
   Map Showcase Section
   ========================================= */
.map-showcase {
  position: relative;
  width: 100%;
  padding: 0;
  height: 100vh;
  min-height: 800px;
  /* Map small & centered with white space around */
  background: url('../img/map2.png') no-repeat center center !important;
  background-size: 80% auto !important;
  /* Dark fallback text color for white bg */
  color: #1a1b1e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.map-showcase__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Increased right padding to prevent text overflow */
  padding: 0 10% 0 0;
}

.map-showcase__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* Reduced gap to pull text away from right edge */
  gap: 30px;
}

.map-showcase__visual {
  flex: 1;
  display: flex;
  /* Ensure alignment is start */
  justify-content: flex-start;
  align-items: center;
  /* Adjusted left shift to move slightly right */
  margin-left: -15%;
}

.phone-img {
  /* Removed max-width as requested */
  height: auto;
  /* Kept at user's requested 75vh */
  max-height: 75vh;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
  /* Adjusted shift slightly right */
  transform: translateX(-20%);
}

.map-showcase__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  /* Reduced max-width further to fix overflow */
  max-width: 500px;
  /* Pull text left to close the gap caused by phone's transform */
  margin-left: -150px;
}

.map-showcase__text .eyebrow {
  font-size: 1rem;
  /* Dark grey for white bg */
  color: #64748b;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.map-showcase__text h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  /* Black text */
  color: #0f172a;
  letter-spacing: -0.02em;
}

.map-showcase__text p {
  font-size: 1.1rem;
  line-height: 1.6;
  /* Dark grey text */
  color: #475569;
  max-width: 500px;
}

/* Responsive */
@media (max-width: 900px) {
  .map-showcase__grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .map-showcase__text {
    align-items: center;
  }

  .map-showcase__text p {
    text-align: center;
  }

  .phone-img {
    max-height: 60vh;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .map-showcase {
    min-height: 60vh;
  }
}

/* Optional Overlay (keep minimal for now) */
.map-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  /* Very light dark overlay */
  pointer-events: none;
}

.map-showcase__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-showcase__image-container {
  /* Container for the future image */
  max-width: 100%;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-showcase__image-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 600px) {
  .map-showcase {
    min-height: 60vh;
  }
}

.map-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Adjust specific alpha based on map brightness */
  background: rgba(0, 0, 0, 0.0);
  pointer-events: none;
}

.map-showcase__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-showcase__phones {
  position: relative;
  /* Adjust scale to fit viewport nicely */
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5vh;
}

/* =========================================
   CSS Phone Mockup (Premium Style)
   ========================================= */
.phone-mockup {
  position: absolute;
  width: 300px;
  height: 600px;
  /* ~2:1 aspect ratio */
  background: #000;
  border-radius: 44px;
  /* Realistic bezel & shadow */
  box-shadow:
    0 0 0 8px #111827,
    /* Inner Bezel */
    0 0 0 10px #374151,
    /* Outer Frame */
    0 20px 60px -10px rgba(0, 0, 0, 0.6),
    /* Drop Shadow */
    0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 10;
  /* Transition for entrance animations if needed */
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.map-showcase:hover .phone--secondary {
  /* Slight movement on hover for interactivity */
  transform: translateX(-190px) translateY(30px) scale(0.92) rotate(-6deg);
}

.phone-screen {
  position: absolute;
  inset: 3px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 24px;
  background: #000;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  z-index: 20;
}

/* Positioning */
.phone--primary {
  position: relative;
  /* Takes up flow space effectively */
  z-index: 20;
  transform: translateX(0) scale(1);
}

.phone--secondary {
  z-index: 10;
  /* Positioned behind and to the left */
  transform: translateX(-180px) translateY(40px) scale(0.92) rotate(-5deg);
  opacity: 0.95;
  filter: brightness(0.95);
}

/* =========================================
   Mockup UI Elements (Simulated App)
   ========================================= */

/* Header */
.app-header {
  height: 80px;
  padding: 35px 20px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}

.app-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d1d5db;
}

.app-title-bar {
  flex-grow: 1;
  height: 10px;
  background: #e5e7eb;
  border-radius: 5px;
  max-width: 120px;
}

/* List Items (Secondary Phone) */
.app-list-item {
  margin: 12px 16px 0;
  height: 50px;
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.app-map-preview {
  margin: 16px;
  flex-grow: 1;
  background: #eff6ff;
  border-radius: 16px;
  border: 1px solid #dbeafe;
}

/* Map View (Primary Phone) */
.app-map-view {
  flex-grow: 1;
  position: relative;
  background: #e5e7eb;
}

/* Grid pattern for technical look */
.app-map-view::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#9ca3af 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.3;
}

/* Pins & Routes */
.map-route-line {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
  height: 30%;
  border-left: 5px solid #3b82f6;
  border-bottom: 5px solid #3b82f6;
  border-radius: 0 0 0 24px;
  opacity: 0.8;
}

.map-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pin-start {
  top: 25%;
  left: 20%;
  width: 16px;
  height: 16px;
  background: #10b981;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pin-end {
  top: 55%;
  left: 80%;
  width: 24px;
  height: 24px;
  background: #ef4444;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pin-bus {
  top: 55%;
  /* On the route */
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  animation: busFloat 3s ease-in-out infinite;
}

@keyframes busFloat {

  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-5px);
  }
}

/* Bottom Sheet */
.app-bottom-sheet {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px 20px 24px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 30;
}

.sheet-handle {
  width: 36px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.sheet-title {
  width: 50%;
  height: 16px;
  background: #1f2937;
  border-radius: 4px;
  margin-bottom: 12px;
}

.sheet-row {
  width: 80%;
  height: 10px;
  background: #f3f4f6;
  border-radius: 3px;
  margin-bottom: 8px;
}

.app-btn-primary {
  margin-top: 16px;
  height: 44px;
  width: 100%;
  background: #2563eb;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

/* =========================================
   Responsive 
   ========================================= */
@media (max-width: 900px) {
  .map-showcase {
    min-height: 80vh;
  }

  .phone--secondary {
    transform: translateX(-100px) translateY(30px) scale(0.9) rotate(-5deg);
  }
}

@media (max-width: 600px) {
  .map-showcase {
    min-height: 70vh;
    padding: 40px 0;
  }

  .map-showcase__content {
    height: auto;
  }

  .map-showcase__phones {
    transform: scale(0.8);
    margin: 0;
  }

  /* On mobile, maybe stack or hide one? Keeping primary is best */
  .phone--secondary {
    display: none;
  }

  .phone--primary {
    transform: none;
  }
}

/* =========================================
   APP FEATURES SCROLLY SECTION
   ========================================= */
.app-features {
  position: relative;
  background: var(--section-bg-alt);
}

.features-sticky-container {
  height: 300vh;
  /* Allows scroll for 3 steps */
  position: relative;
}

.features-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 5%;
}


.features-left {
  flex: 3;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  /* Use z-index if needed */
  z-index: 2;
}

.features-header {
  margin-bottom: 40px;
}

.features-header h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #0f172a;
}

.features-header p {
  font-size: 1.25rem;
  color: #64748b;
  line-height: 1.6;
}

.features-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  /* Need height for absolute children */
  min-height: 350px;
}

.feature-step {
  padding: 0;
  background: transparent;
  border: none;
  cursor: default;
  transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Absolute stack */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.feature-step:hover {
  background: transparent;
}

.feature-step.active {
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.feature-step h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.feature-step p {
  font-size: 1.15rem;
  color: #475569;
  margin-bottom: 24px;
  line-height: 1.7;
  max-width: 90%;
}

.features-right {
  flex: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.features-image-stack {
  width: 100%;
  max-width: 500px;
  /* Reduced max-width for image */
  /* Square aspect ratio often looks good */
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  /* Ensure images don't block clicks */
  pointer-events: none;
}

.feature-img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 2;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 900px) {
  .features-wrapper {
    flex-direction: column;
    padding: 20px;
    height: auto;
    position: relative;
  }

  .features-sticky-container {
    height: auto;
  }

  .features-left {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .features-header {
    margin-bottom: 24px;
  }

  .features-right {
    width: 100%;
    height: 400px;
  }

  .feature-img {
    position: absolute;
    /* Keep stack logic or stack usually? For mobile, maybe just stack normally? */
    /* Lets keep the interaction but rely on IntersectionObserver probably */
  }
}

/* Feature List Styles */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
}

.feature-list li::before {
  content: "check_circle";
  /* Material Icon fallback or simple character */
  font-family: 'Material Icons', sans-serif;
  /* Assuming Material Icons or similar is available, otherwise use simple char */
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #10b981;
  /* Green check */
  font-weight: 900;
  font-size: 1rem;
}

/* =========================================
   NEW SCROLLY LAYOUT (Sticky Image / Scrolling Text)
   ========================================= */

.app-features {
  position: relative;
  background: var(--section-bg-alt);
  padding: 0;
  /* Remove padding to let content control spacing */
}

/* Flex Container for side-by-side */
.features-container {
  display: flex;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  /* Important for sticky to work */
}

/* LEFT SIDE: Scrolling Text */
.features-scroll-content {
  flex: 1;
  padding: 120px 5% 120px 5%;
  /* Top/Bottom padding for entrance/exit */
  position: relative;
}

.features-intro {
  margin-bottom: 20vh;
  /* Space before first item */
  padding-left: 20px;
}

.features-intro h2 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 16px;
}

.features-intro p {
  font-size: 1.25rem;
  color: #64748b;
}

/* Each feature block is TALL to allow scrolling */
.feature-block {
  min-height: 100vh;
  /* Each block takes at least full viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Center text vertically in its block */
  opacity: 0.3;
  /* Default dimmed */
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  padding: 40px 20px;
}

.feature-block.active {
  opacity: 1;
  transform: translateY(0);
}

.feature-content-wrapper h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
}

.feature-description {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 500px;
}

/* Reuse feature-list styles but ensure good spacing */
.feature-list li {
  font-size: 1.05rem;
  margin-bottom: 12px;
}


/* RIGHT SIDE: Sticky Images */
.features-sticky-visual {
  flex: 1;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f8fafc; Optional: Highlight right side background */
  overflow: hidden;
}

/* Reuse image stack styles, just ensure positioning */
.features-image-stack {
  width: 100%;
  max-width: 500px;
  /* Adjust size */
  aspect-ratio: 1/1;
  /* Keep square or phone ratio */
  position: relative;
  /* Ensure images are centered */
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-img.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 2;
}

.feature-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Extra spacer at bottom to allow last item to fully scroll up */
.features-spacer {
  height: 20vh;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .features-container {
    flex-direction: column;
  }

  .features-sticky-visual {
    position: relative;
    height: 400px;
    top: auto;
    order: -1;
    /* Show image on top on mobile? Or stick to bottom? */
    /* Let's keep typical flow: Text then image or Image sticky? */
    /* On mobile usually stacking blocks is better. */
    width: 100%;
  }

  .feature-block {
    min-height: auto;
    padding: 60px 20px;
    opacity: 1;
    /* Always visible on mobile */
    transform: none;
  }

  .features-intro {
    margin-bottom: 40px;
  }
}

/* =========================================
   CAREER CTA SECTION
   ========================================= */
.career-cta {
  padding: 120px 20px;
  background: var(--bg-blue-soft) !important;
  color: #132043 !important;
  /* Force dark text for this section specifically */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-cta h2,
.career-cta p {
  color: #132043 !important;
}


.career-cta__content {
  max-width: 800px;
  margin: 0 auto;
}

.career-cta h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.career-cta p {
  font-size: 1.2rem;
  color: #475569;
  margin-bottom: 48px;
  line-height: 1.6;
}

/* Specific Override for Career Button to be Simpler */
.career-cta .btn {
  border-radius: 8px !important;
  /* Less rounded */
  background: #3b82f6 !important;
  /* Solid blue, no gradient */
  box-shadow: none !important;
  /* No shadow */
  font-weight: 600;
  text-transform: none;
  padding: 16px 32px;
}

.career-cta .btn:hover {
  background: #2563eb !important;
  /* Darker blue on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  /* Minimal shadow on hover */
}

/* =========================================
   HOMEPAGE FAQ SECTION (UNIQUE UI)
   ========================================= */
.home-faq-section {
  padding: 140px 20px;
  background: var(--bg);
}

.home-faq-container {
  max-width: 90% !important;
  /* Preserving user's choice */
  margin: 0 auto;
}

.home-faq-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.home-faq-subtitle {
  font-size: 1.35rem;
  color: var(--text-muted);
  margin-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-faq-item {
  background: var(--card-bg);
  border-radius: 24px;
  /* Even more rounded */
  border: 1px solid var(--border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.home-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -12px rgba(93, 139, 238, 0.15);
  border-color: rgba(93, 139, 238, 0.3);
}

.home-faq-item.active {
  box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.25);
  /* Deeper shadow */
  border-color: rgba(37, 99, 235, 0.4);
}

.home-faq-item .faq-question {
  padding: 36px 48px;
  /* More padding */
  transition: background-color 0.3s ease;
}

.home-faq-item.active .faq-question {
  background-color: var(--bg-alt);
  /* Subtle contrasting background when open */
}

.home-faq-item .faq-question h3 {
  font-size: 1.4rem;
  /* Larger question text */
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
}

.home-faq-item .faq-icon-wrapper {
  width: 48px;
  /* Larger icon */
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* Bouncy transition */
  color: #64748b;
  flex-shrink: 0;
}

.home-faq-item .faq-question:hover .faq-icon-wrapper {
  border-color: #2563eb;
  color: #2563eb;
  transform: scale(1.1);
}

.home-faq-item.active .faq-icon-wrapper {
  background: #ffffff;
  border-color: #2563eb;
  color: #2563eb;
  transform: rotate(180deg);
}

/* Override existing active rotation if needed, or rely on wrapper rotation */
.home-faq-item.active .faq-question svg {
  transform: none;
}

.home-faq-item .faq-answer {
  padding: 0 48px 0;
  /* Match title alignment */
}

.home-faq-item.active .faq-answer {
  padding: 24px 48px 48px;
}

.home-faq-item .faq-answer p {
  font-size: 1.15rem;
  line-height: 1.8;
  /* Better readability */
  color: var(--text-muted);
}

.home-faq-item .faq-answer {
  padding: 0 40px;
  /* Align with title */
}

.home-faq-item.active .faq-answer {
  padding: 0 40px 40px;
}