/* Satoshi Font Faces */
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxanium";
  src: url("./fonts/Oxanium-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Primary Colors */
  --primary-1: #f3f4f6;
  --primary-2: #9ca3af;

  /* Background Colors */
  --dark-bg-1: #111827;
  --dark-bg-2: #1f2937;
  --light-bg-1: #e3e8ef;
  --light-bg-2: #fafafa;
  --bg-table-head: #18202d;

  /* Neutral Colors */
  --neutral-950: #0d0d0d;
  --neutral-900: #171717;
  --neutral-850: #1c1c1c;
  --neutral-800: #292929;
  --neutral-700: #404040;
  --neutral-600: #525252;
  --neutral-500: #737373;
  --neutral-400: #a3a3a3;
  --neutral-300: #d4d4d4;
  --neutral-200: #e5e5e5;
  --neutral-100: #f5f5f5;
  --neutral-50: #fafafa;
  --neutral-0: #ffffff;

  /* Green Colors */
  --green-primary: #10b981;
  --green-light: #6ee7b7;
  --green-dark: #047857;
  --green-light-bg: #86efac;

  /* Shadows */
  --shadow-dark-1: 0px 4px 16px rgba(175, 175, 175, 0.37);
  --shadow-dark-2: 0px 8px 24px rgba(102, 102, 102, 0.7);
  --shadow-light-1: 0px 4px 16px rgba(160, 174, 192, 0.8);

  /* Current Theme Variables */
  --primary-color: var(--neutral-0);
  --bg-dark: var(--neutral-950);
  --bg-card: var(--dark-bg-2);
  --text-primary: var(--neutral-0);
  --text-secondary: var(--neutral-400);
  --accent-color: var(--green-primary);
  --border-color: var(--neutral-700);
}

/* Typography Utility Classes */

/* --- HEADINGS (Bold 700) --- */
.heading-h1 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
}

.heading-h2 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.5px;
}

.heading-h3 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
}

.heading-h4 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
}

.heading-h5 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
}

.heading-h6 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

/* --- BODY (Bold 700, Medium 500, Regular 400) --- */
.body-large-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-large-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-large-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body-medium-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-medium-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-medium-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body-small-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.body-small-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.body-small-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.body-x-small-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.body-x-small-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.body-x-small-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* --- LABEL (Bold 700, Medium 500, Regular 400) --- */
.label-x-large-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.label-x-large-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.label-x-large-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.label-large-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.label-large-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.label-large-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.label-medium-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.label-medium-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.label-medium-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.label-small-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.label-small-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.label-small-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.label-x-small-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.label-x-small-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.label-x-small-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 10px;
  line-height: 14px;
}

/* --- CAPTION (Bold 700, Medium 500, Regular 400) --- */
.caption-medium-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.caption-medium-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.caption-medium-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.caption-small-bold {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.caption-small-medium {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 8px;
  line-height: 10px;
}

.caption-small-regular {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 8px;
  line-height: 10px;
}

body {
  font-family:
    "Satoshi-Regular",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 163px;
}

/* Navigation */
.navbar {
  position: fixed;
  width: 100%;
  top: 24px;
  z-index: 1000;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 48px);
  max-width: calc(100% - 48px);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #404040;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  border-radius: 14px;
  padding: 0 12px;
  position: relative;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  margin-left: 20px;
}

.mobile-header-logo {
  margin-left: 20px;
  display: none;
}

.mobile-menu-header {
  display: none;
}

.logo-icon {
  width: 32.26px;
  height: 21.5px;
  object-fit: cover;
}

.nav-brand .label-large-bold {
  font-family: "Oxanium", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28.8px;
  line-height: 36px;
  text-transform: uppercase;
  background:
    linear-gradient(
      177.58deg,
      rgba(255, 255, 255, 0.8) -31.03%,
      #e2e8f0 57.68%,
      #a0aec0 96.07%,
      rgba(0, 0, 0, 0.18) 114.76%
    ),
    url(./images/logo-text-bg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
  padding-top: 3px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05); /* Figma */
  border: none;
  backdrop-filter: blur(45px);
  -webkit-backdrop-filter: blur(45px);
  border-radius: 14px;
}

.nav-menu li a {
  color: #a3a3a3;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-self: center;
}

.nav-menu li a:hover {
  opacity: 0.7;
}

.nav-menu li a.active,
.nav-menu li a:hover {
  color: #fafafa;
  font-weight: 700;
}

/* Hide the navbar-level close button on desktop */
.mobile-close-btn {
  display: none;
}

.mobile-app-btn-container {
  display: none;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 2px;
  background-color: var(--text-primary);
  transition: all 0.3s;
}

.get-app-btn {
  display: block;
  background-color: #171717 !important;
  color: #f5f5f5 !important;
  border: 1px solid #404040 !important;
  padding: 8px 16px !important;
  width: 125px;
  height: 40px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* Buttons */
.btn-primary {
  background-color: var(--primary-color);
  color: var(--bg-dark);
  border: none;
  padding: 16px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.2s,
    opacity 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  box-shadow: var(--shadow-dark-1);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-primary);
  border: 2px solid var(--text-primary);
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.btn-secondary:hover {
  background-color: var(--text-primary);
  color: var(--bg-dark);
}

.btn-white {
  background-color: #fafafa;
  color: #171717;
  border: 1.2px solid #a3a3a3;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  height: 48px;
  margin-top: auto;
}

/* Hero Section */
.hero {
  padding: 250px 0 98px;
  min-height: auto;
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-height: fit-content;
  gap: 155px;
}

.hero-content h1 {
  margin-bottom: 24px;
  color: var(--neutral-0);
}

.hero-content p {
  max-width: 100%;
  font-family: "Satoshi-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.15px;
  color: #a3a3a3;
  margin-bottom: 40px;
}

.hero-image {
  position: relative;
  width: 217px;
  height: 449.57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hero-image::before {
  content: "";
  position: absolute;
  width: 291px;
  height: 64px;
  left: 69px;
  top: 83px;
  background: #a0aec0;
  filter: blur(105.8px);
  transform: rotate(-90deg);
  z-index: -1;
}

.phone-mockup {
  width: 217px;
  height: 449.57px;
  /* background: linear-gradient(
    135deg,
    var(--neutral-850) 0%,
    var(--neutral-700) 100%
  );
  box-shadow: var(--shadow-dark-2); */
  position: relative;
}

.phone-mockup .phone-screen {
  width: 100%;
  height: 100%;
  background-color: var(--bg-dark);
  border-radius: 30px;
  background-image: url("./images/header-phone-img.png");
  background-size: cover;
  background-position: top center;
}

.section-btn {
  border: 1px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 19%,
    #e2e8f0 48.88%,
    #a0aec0 66%,
    rgba(11, 11, 11, 0.13) 85.47%
  );
}
/* Vision Section */
.vision-section {
  padding: 30px 0;
  text-align: center;
}

.play-button {
  /* Layout & Sizing */
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  width: 150px;
  height: 40px;

  /* Text Styling from Figma */
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #f5f5f5;

  /* Background Gradient */
  background: linear-gradient(180deg, #191919 0%, #121212 100%);

  /* The "Shaded Border" Logic */
  position: relative;
  border: none;
  border-radius: 20px;
  cursor: pointer;

  /* This creates the highlight/shadow effect */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    /* Internal Top Highlight (White) */ 0 4px 6px rgba(0, 0, 0, 0.4); /* Bottom Drop Shadow */
}

/* Creating the border that is white on top and black on bottom */
.play-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 21px; /* Slightly larger than button */
  padding: 1px; /* The border thickness */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    /* White highlight at top */ rgba(0, 0, 0, 0.8) 100%
      /* Black/Gray at bottom */
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.section-header .play-button {
  margin-bottom: 36px;
}

.play-icon {
  font-size: 12px;
}

/* Intelligence Section */
.intelligence-section {
  padding-bottom: 128px;
}

.intelligence-section .title {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
  color: var(--neutral-0);
}

.intelligence-section .title h2 {
  max-width: 100%;
  font-family: "Satoshi-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #fafafa;
}

.intelligence-section .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.intelligence-content p {
  font-family: "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.15px;
  color: #a3a3a3;
  margin-bottom: 16px;
}

.intelligence-content h3 {
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #e5e5e5;
  margin-bottom: 16px;
}

.phone-mockup.chart {
  width: 412px;
  height: 385px;
}

.phone-mockup.chart .phone-screen-chart {
  width: 100%;
  height: 100%;
  background-color: var(--bg-dark);
  border-radius: 30px;
  background-image: url("./images/vision-phone-img.png");
  background-size: cover;
  background-position: top center;
}

/* Features Section */
.features-section {
  padding-bottom: 128px;
  background-color: var(--neutral-950);
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

/* Section Label/Badge Buttons */
.label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  background: linear-gradient(180deg, #191919 0%, #121212 100%);
  border-radius: 20px;
  font-family: "Satoshi-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #f5f5f5;
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.3s;
  width: fit-content;
  height: 40px;
  margin: 0 auto 20px;
}

.label:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-dark-1);
}

/* Specific label for sections */
.label-small-medium {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  background: linear-gradient(180deg, #191919 0%, #121212 100%);
  border-radius: 20px;
  text-align: center;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.section-header h2 {
  font-family: "Satoshi-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #fafafa;
  margin-bottom: 16px;
}

.section-header p {
  font-family: "Satoshi-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.15px;
  color: #a3a3a3;
  max-width: 700px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-card {
  background-color: #171717;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #262626;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--neutral-500);
  box-shadow: var(--shadow-dark-1);
}

.feature-icon {
  width: 44px;
  height: 44px;
  background-color: #262626;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 8px; /* Adds to gap: 16px + 8px = 24px space to title */
}

.feature-icon svg,
.feature-icon img {
  width: 24px;
  height: 24px;
}

.feature-card h3 {
  margin-bottom: 0;
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.feature-card p {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

/* Pricing Section */
.pricing-section {
  padding-bottom: 128px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
  align-items: center;
}

.pricing-card {
  background-color: #121212;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #262626;
  position: relative;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-dark-1);
}

.pricing-card.featured {
  background: #121212;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: var(--neutral-0);
  color: var(--bg-dark);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.pricing-card h3 {
  margin-bottom: 24px;
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.2px;
  color: #fafafa;
  text-align: left;
}

.price span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.price .small-text {
  font-size: 16px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: left;
}

.price-sub {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #a3a3a3;
}

.badges-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.badge-save {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  background: rgba(4, 55, 28, 0.5);
  border-radius: 8px;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1fc16b;
  white-space: nowrap;
}

.badge-value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  background: rgba(152, 3, 181, 0.25);
  border-radius: 8px;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #d623fa;
  white-space: nowrap;
}

.popular-badge {
  position: absolute;
  top: 22px;
  right: -14px; /* Extended to show shadow */
  width: 139px;
  height: 32px;
  background: #fafafa; /* Light background */
  color: #171717; /* Dark text */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 0px 4px; /* Custom corners */
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  z-index: 10;
}

.popular-badge::after {
  content: "";
  position: absolute;
  width: 14px; /* Shadow extension width */
  height: 43.5px; /* Taller than badge */
  right: -14px; /* Positioned on right side */
  top: -5.75px; /* Vertically centered */
  background: #fafafa;
  box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.22); /* Inset shadow for 3D effect */
  border-radius: 0px 4px 4px 0px;
  z-index: -1;
}

/* Ribbon "Foldable" Effect */
.ribbon-container {
  position: absolute;
  top: 22px;
  right: -10px; /* Pulls fold over the edge */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ribbon-tag {
  background: #fafafa;
  color: #171717;
  padding: 4px 20px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px 4px 0px 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.ribbon-fold {
  width: 10px;
  height: 12px;
  background: #b3b3b3; /* Darker shade for depth */
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  margin-right: 0px;
}

.pricing-divider {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 24px 0;
  width: 100%;
}

.pricing-divider span {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #a3a3a3;
  white-space: nowrap;
}

.pricing-divider::before,
.pricing-divider::after {
  content: "";
  height: 1px;
  background-color: #262626;
  flex-grow: 1;
}

.price-label {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 15px;
}

.savings {
  color: var(--green-primary);
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 15px;
}

.pricing-features {
  list-style: none;
  margin: 0 0 24px 0;
  background: #191919;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-features li {
  padding: 0;
  border-bottom: none;
  color: #fafafa;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pricing-features li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6666 5L7.49992 14.1667L3.33325 10' stroke='%231FC16B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-note {
  font-size: 14px;
  color: #a3a3a3;
  margin: 0 0 24px 0;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}

/* FAQ Section */
.faq-section {
  padding-bottom: 128px;
  background-color: var(--neutral-950);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 8px;
  width: 100%;
  background: #191919;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  gap: 6px;
  width: 100%;
  background: #121212;
  box-shadow: 0px 0px 1px rgba(175, 175, 175, 0.37);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin: 0;
}

.faq-question span:first-child {
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fafafa;
  letter-spacing: -0.18px;
  text-align: left;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  transition: transform 0.3s;
  position: relative;
}

.faq-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #fafafa;
  border-bottom: 1.5px solid #fafafa;
  transform: rotate(45deg);
}

.faq-answer {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 6px;
  opacity: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
  margin-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 12px;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer p {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #a3a3a3;
  margin: 0;
}

/* Get in Touch Section */
.get-in-touch-section {
  padding-bottom: 128px;
  background-color: var(--neutral-950);
}

.get-in-touch-section .section-header {
  margin-bottom: 40px;
}

.contact-details {
  text-align: center;
}

.contact-line {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #a3a3a3;
  margin-bottom: 16px;
}

.contact-line:last-child {
  margin-bottom: 0;
}

.contact-line a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-line a:hover {
  color: var(--neutral-0);
}

/* CTA Section */
.cta-section {
  padding-bottom: 128px;
  background-color: var(--neutral-950);
}

.cta-container {
  position: relative;
  border: 1px solid var(--neutral-0);
  border-radius: 12px;
  width: 100%;
  height: 446px;
  border-radius: 12px;
  padding: 72px;
  box-sizing: border-box;
  overflow: hidden;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 444px;
  margin-bottom: 24px;
  text-align: left;
}

.cta-content h2 {
  position: relative;
  z-index: 2;
  font-family: "Satoshi-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.3px;
  color: #fafafa;
  margin-bottom: 24px;
}

.cta-content p {
  position: relative;
  z-index: 2;
  font-family: "Satoshi-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #a3a3a3;
}

.app-buttons {
  /* Actions */
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Figma says flex-start */
  padding: 40px 0px;
  gap: 16px;
  width: 292.24px;
  height: 43.33px;
  z-index: 2;
}

.app-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0; /* Reset gap as we use absolute positioning inside */
  box-sizing: border-box;
  height: 43.33px;
  background: #000000;
  mix-blend-mode: normal;
  padding: 0;
  text-decoration: none;
  color: var(--text-primary);
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}

.app-button.app-store {
  width: 130px;
  border: 1.08333px solid #a6a6a6;
  border-radius: 7.58333px;
}

.app-button.google-play {
  width: 146.24px;
  border: 1.08325px solid #a6a6a6;
  border-radius: 5.41625px;
}

.app-button:hover {
  transform: translateY(-2px);
  border-color: #ffffff;
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.1);
}

.app-button.app-store svg {
  position: absolute;
  width: 19.19px;
  left: 10.8px;
  top: 50%;
  transform: translateY(-50%);
}

.app-button.google-play svg {
  position: absolute;
  width: 25.01px;
  height: 27.86px;
  left: 10.8px;
  top: 7.74px;
  box-shadow:
    inset 0px 0.162487px 0px rgba(255, 255, 255, 0.25),
    inset 0px -0.162487px 0px rgba(0, 0, 0, 0.12);
}

/* Text Wrapper Positioning */
.app-button > div {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.app-button.app-store > div {
  left: 38px;
}

.app-button.google-play > div {
  left: 44.5px;
}

.app-button-label {
  font-size: 9px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 2px;
  white-space: nowrap;
}

.app-button-store {
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* Phone Images Container */
.cta-phones {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  gap: 8px;
  z-index: 1;
  margin-top: 60px;
}

.phone-left {
  width: 200px;
  height: 414.35px;
  object-fit: contain;
}

.phone-right {
  width: 200px;
  height: 414.35px;
  object-fit: contain;
  margin-bottom: -38px;
}

/* PRIVACY Section */
.privacy-page {
  background-color: #121212;
}

.privacy-section {
  padding-top: 160px;
  padding-bottom: 128px;
}

.privacy-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
}

.privacy-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 339px;
  text-align: center;
  align-items: center;
  flex-shrink: 0;
}

.privacy-header h1 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.3px;
  color: #fafafa;
  margin: 0;
}

.privacy-header .subtitle {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.15px;
  color: #a3a3a3;
  margin: 0;
}

.privacy-header .last-updated {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #a3a3a3;
  margin: 0;
}

.privacy-content {
  width: 100%;
  height: 700px;
  overflow-y: auto;
  padding-right: 10px;
  text-align: left;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.privacy-content::-webkit-scrollbar {
  display: none;
}

.privacy-content h4 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fafafa;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: left;
}

.privacy-content h4:first-child {
  margin-top: 0;
}

.privacy-content p,
.privacy-content li {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #a3a3a3;
  margin-bottom: 16px;
  text-align: left;
}

.privacy-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
  text-align: left;
}

.privacy-content strong {
  color: #fafafa;
}

/* Footer */
.footer {
  background-color: var(--neutral-950);
  border-top: 1px solid var(--border-color);
  padding: 32px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 35.5px;
}

.footer-brand {
  position: relative;
  width: 264.44px;
  height: 48px;
  display: block;
}

.footer-brand .logo-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 67.2px;
  height: 44.8px;
  object-fit: cover;
}

.footer-brand-text {
  display: block;
}

.footer-brand-text .label-large-bold {
  position: absolute;
  left: 73.31px;
  top: calc(50% - 39px / 2 - 10.17px);
  width: 191px;
  height: 39px;
  font-family: "Oxanium", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31.4182px;
  line-height: 39px;
  text-transform: uppercase;
  background:
    linear-gradient(
      177.58deg,
      rgba(255, 255, 255, 0.8) -31.03%,
      #e2e8f0 57.68%,
      #a0aec0 96.07%,
      rgba(0, 0, 0, 0.18) 114.76%
    ),
    url(./images/logo-text-bg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.footer-tagline {
  position: absolute;
  left: 78.15px;
  top: 24.65px;
  width: 183px;
  height: 8px;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11.35px;
  line-height: 26px;
  letter-spacing: 0.872727px;
  color: #d4d4d4;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 84px;
}

.footer-column h4 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #fafafa;
}

.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.footer-column li {
  margin-bottom: 0;
}

.footer-column a {
  font-family: "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #fafafa;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.footer-bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #262626;
}

.footer-bottom p {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #a3a3a3;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .privacy-section .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 150px;
  }
  .privacy-header {
    width: 305px;
    max-width: none;
    text-align: left;
    align-items: flex-start;
    position: sticky;
    top: 120px;
  }
  .privacy-header h1,
  .privacy-header .subtitle,
  .privacy-header .last-updated {
    text-align: left;
  }
  .privacy-content {
    max-width: none;
    height: 660px;
  }
}

/* Tablet Styles */
@media only screen and (max-width: 991px) {
  /* General Layout */
  .container {
    padding: 0 24px;
  }

  /* Navigation - Switch to Hamburger on Tablet */
  .navbar .container {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0;
    justify-content: space-between;
  }

  /* Mobile/Tablet Menu - Figma Specs (Property 1=tablet open) */
  .nav-menu {
    display: none;
    list-style: none;
    gap: 12px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 370px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #404040;
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
    border-radius: 14px;
    flex-direction: column;
    z-index: 1002;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .nav-menu.active {
    display: flex;
  }

  /* Mobile Menu Header (Logo + Close) — Figma: full logo at left:20px, top:23px */
  .mobile-menu-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Figma: logo at left:20px, top:23px; close icon at left:718px (≈ right:20px) */
    padding: 12px 20px;
    border-bottom: none !important;
  }

  .mobile-header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Mobile menu header logo link */
  .mobile-menu-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  /* Mobile menu logo icon */
  .mobile-menu-header .logo-icon {
    width: 32.26px;
    height: 21.5px;
    object-fit: cover;
  }

  /* Mobile menu logo text */
  .mobile-menu-header .label-large-bold {
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28.8px;
    line-height: 36px;
    text-transform: uppercase;
    background:
      linear-gradient(
        177.58deg,
        rgba(255, 255, 255, 0.8) -31.03%,
        #e2e8f0 57.68%,
        #a0aec0 96.07%,
        rgba(0, 0, 0, 0.18) 114.76%
      ),
      url(./images/logo-text-bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    padding-top: 3px;
    padding-left: 0;
  }

  /* Full logo: width:216.26px, height:22px */
  .mobile-logo {
    display: flex;
    align-items: center;
    width: 216.26px;
    height: 22px;
    gap: 8px;
    position: relative;
  }

  /* Navbar-level close button: hidden by default, shown when menu is open */
  .mobile-close-btn {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1001;
    margin-right: 24px;
    padding: 12px 0;
  }

  .mobile-close-btn.active {
    display: flex;
  }

  .mobile-close-btn svg,
  .mobile-close-btn img {
    width: 24px;
    height: 24px;
    color: #f5f5f5;
    stroke: #f5f5f5;
  }
  /* Hide hamburger and show close btn when menu is active */
  .mobile-menu-toggle.active {
    display: none;
  }

  /* Logo text (STATMOTIVE): Oxanium 600, 28.8px, gradient */
  .logo-text {
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28.8px;
    line-height: 36px;
    text-transform: uppercase;
    background:
      linear-gradient(
        177.58deg,
        rgba(255, 255, 255, 0.8) -31.03%,
        #e2e8f0 57.68%,
        #a0aec0 96.07%,
        rgba(0, 0, 0, 0.18) 114.76%
      ),
      url(./images/logo-text-bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* Nav links (Frame 1000002477):
     Figma: width:722px, height:166px, top:68px, flex-col, gap:10px */
  .nav-menu li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 5px 20px; /* 20px side = (762-722)/2; 5px top/bottom gives ~10px gap between items */
    border-bottom: 1px solid #262626; /* Separator lines: Line 5, 7, 8, 6 */
  }

  /* Remove separator from header and button container */
  .nav-menu li.mobile-menu-header,
  .nav-menu li.mobile-app-btn-container {
    border-bottom: none;
    padding: 12px 0;
  }

  /* Link Styles — Figma: Body/Body-L/Medium 500 16px #A3A3A3, active=Bold 700 #FAFAFA */
  .nav-menu li a {
    display: flex;
    width: 100%;
    padding: 0;
    text-align: left;
    font-family: "Satoshi-Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #a3a3a3;
    align-items: center;
    /* justify-content: flex-start; */
    text-decoration: none;
  }

  /* Active/current page link: Bold 700 #FAFAFA */
  .nav-menu li a:hover,
  .nav-menu li a.active {
    color: #fafafa;
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
  }

  /* Mobile Get App Button container:
     Figma: bottom:16px, left:calc(50%-734px/2), width:734px, height:40px */
  .mobile-app-btn-container {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    padding: 0 14px !important; /* 14px each side ≈ (762-734)/2 = 14px */
    border-bottom: none !important;
  }

  /* Get App button:
     Figma: display:flex, flex-direction:row, justify-content:center, align-items:center
     padding:8px 16px, gap:10px, width:734px, height:40px
     background:#171717, border:1px solid #404040, border-radius:8px
     font: Satoshi Bold 700 16px/24px #F5F5F5 */
  .mobile-get-app-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #404040;
    border-radius: 8px;
    font-family: "Satoshi-Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #f5f5f5 !important;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .get-app-btn {
    display: none;
  }

  /* Hero Section */
  .hero {
    padding: 250px 0;
  }

  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
    max-height: none;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .hero-content p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .hero-image {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  /* Intelligence Section */
  .intelligence-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .intelligence-content {
    order: 2; /* Image on top for mobile/tablet usually looks better, but let's keep content first or match design? Often mobile flips order. Let's keep content first for now unless specified. */
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .intelligence-content p,
  .intelligence-content h3 {
    text-align: left;
    max-width: 700px;
  }

  .intelligence-content p:last-child {
    text-align: left;
  }

  .intelligence-image {
    order: 1; /* Actually, image usually on top in single col layouts */
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  /* Features Grid - 2 Columns looks good for Tablet */
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Pricing Cards - Stack or Side-by-Side? 
     At 1024px, 2 columns fits well. 
     At 768px, maybe stack. 
     Let's keep 2 columns for 768px-1024px range if possible, or stack if too narrow.
     The previous CSS had them stacked at 1024px. I'll stick to that if it's "safe", but 2 cols often works.
     Let's try 2 columns for tablet, stack for mobile.
  */
  .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

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

  /* CTA Section */
  .cta-container {
    height: auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }

  .cta-content {
    max-width: 385px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    align-items: start;
    margin-bottom: 24px;
    margin-top: 24px;
    text-align: left;
  }

  .cta-content h2 {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }

  .cta-content p {
    text-align: left;
  }

  .app-buttons {
    position: static;
    justify-content: center;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cta-phones {
    gap: 12px;
    position: static;
    transform: none;
    margin-top: 40px;
    justify-content: end;
    width: 100%;
  }

  .phone-left,
  .phone-right {
    width: 160px;
    height: auto;
  }

  .phone-right {
    margin-bottom: -30px; /* Slight offset overlap */
  }

  /* Footer */
  .footer-content {
    flex-direction: row;
    gap: 48px;
  }

  .footer-brand {
    width: 100%;
    align-items: center;
    text-align: left;
  }

  .footer-brand .logo-icon {
    position: absolute;
    left: 0;
    top: 0;
  }

  .footer-brand-text .label-large-bold {
    /* position: static; */
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: left;
  }

  .footer-tagline {
    position: absolute;
    width: auto;
    text-align: left;
    margin-top: 4px;
  }

  .footer-links {
    width: 100%;
    justify-content: end;
    gap: 60px;
    display: flex;
    flex-direction: row;
  }

  .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-column:first-child {
    width: 79px;
  }

  .footer-column:last-child {
    width: 123px;
  }

  .footer-column h4 {
    margin-bottom: 0;
  }

  .footer-bottom {
    align-items: center;
  }
}
/* Mobile Styles (< 768px) */
@media only screen and (max-width: 767px) {
  /* Global Mobile Centering */
  .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .container {
    align-items: start;
    text-align: left;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  li {
    text-align: center;
  }

  .feature-card p {
    text-align: start;
  }

  /* Navigation Bar */
  .navbar .container {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    padding: 0;
    border-radius: 14px;
    display: flex;
    flex-direction: row; /* Override global column */
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 1002;
  }

  .logo-icon {
    width: 26.39px;
    height: 17.59px;
  }

  .nav-brand .label-large-bold {
    font-size: 23.56px;
    line-height: 29px;
    margin-left: 0;
    font-family: Oxanium;
    font-weight: 600;
    font-style: SemiBold;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .mobile-menu-header {
    padding: 12px 20px;
  }

  /* Mobile menu header logo link */
  .mobile-menu-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  /* Mobile menu logo icon */
  .mobile-menu-header .logo-icon {
    width: 26.39px;
    height: 17.59px;
    object-fit: cover;
  }

  /* Mobile menu logo text */
  .mobile-menu-header .label-large-bold {
    font-family: "Oxanium", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 23.56px;
    line-height: 29px;
    text-transform: uppercase;
    background:
      linear-gradient(
        177.58deg,
        rgba(255, 255, 255, 0.8) -31.03%,
        #e2e8f0 57.68%,
        #a0aec0 96.07%,
        rgba(0, 0, 0, 0.18) 114.76%
      ),
      url(./images/logo-text-bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5px;
    padding-top: 3px;
    padding-left: 0;
  }

  /* Mobile Menu Adjustments for smaller screens */
  .nav-menu li a {
    /* Inherit from Tablet styles */
    padding: 0;
    text-align: left;
  }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }

  .mobile-menu-toggle span {
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: all 0.3s ease-in-out;
  }

  /* Hide hamburger and show close btn when menu is active */
  .mobile-menu-toggle.active {
    display: none;
  }

  /* Navbar-level close button: hidden by default, shown when menu is open */
  .mobile-close-btn {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 10;
    z-index: 1001;
    margin-right: 24px;
  }

  .mobile-close-btn.active {
    display: flex;
  }

  .mobile-close-btn svg,
  .mobile-close-btn img {
    width: 24px;
    height: 24px;
    color: #f5f5f5;
    stroke: #f5f5f5;
  }

  .get-app-btn {
    display: none;
  }

  /* Typography Scale for Mobile */
  .hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.2px;
    color: #fafafa;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }

  .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 295px;
    margin: 0 auto 32px;
  }

  /* Spacing */
  .hero,
  .features-section,
  .pricing-section,
  .faq-section,
  .cta-section {
    padding-bottom: 128px;
  }

  /* Layout Stacking */
  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  /* Feature Grid - Stack on Mobile */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Hero Adjustments */
  .hero .container {
    padding-top: 40px;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
    max-height: none;
  }

  .hero-image {
    margin-top: 40px;
  }

  .phone-mockup {
    width: 200px;
    height: 414.35px;
    margin: 0 auto;
  }

  /* Intelligence Section */
  .intelligence-section .title {
    padding-bottom: 40px;
  }

  .intelligence-section .title h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 20px;
  }
  /* Intelligence Section */
  .intelligence-section .container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: start;
  }
  .intelligence-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .intelligence-content h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .phone-mockup.chart {
    width: 100%;
    max-width: 320px;
    height: 297.56px;
  }

  /* CTA Section */
  .cta-container {
    padding: 0 24px;
  }

  .app-buttons {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    position: static;
    height: auto;
    padding: 0;
    margin-top: 20px;
  }

  .phone-left,
  .phone-right {
    width: 120px;
    height: auto;
  }

  .cta-phones {
    gap: 12px;
    position: static;
    transform: none;
    margin-top: 40px;
    justify-content: end;
    width: 100%;
  }

  /* Footer */

  .footer-content {
    flex-direction: column;
    gap: 48px;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 40px;
  }

  .footer-links a {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-column {
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-column:first-child {
    width: 79px;
  }

  .footer-column:last-child {
    width: 123px;
  }

  .footer-column h4 {
    margin-bottom: 0;
  }

  .footer-column ul {
    align-items: flex-start;
  }

  .footer-brand {
    width: 268.44px;
    height: 48px;
    position: relative;
    margin: 0 auto;
  }

  .footer-brand .logo-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 67.2px;
    height: 44.8px;
    margin: 0;
  }

  .footer-brand-text .label-large-bold {
    position: absolute;
    left: 73.31px;
    top: calc(50% - 39px / 2 - 10.17px);
    font-size: 31.42px;
    line-height: 39px;
    text-align: left;
  }

  .footer-tagline {
    position: absolute;
    right: 7.15px;
    top: 36.65px;
    font-size: 11.35px;
    line-height: 26px;
    letter-spacing: 0.87px;
    text-align: left;
    margin: 0;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-bottom p {
    text-align: left;
  }
}

/* Small Mobile Styles */
@media only screen and (max-width: 479px) {
  /* Global Mobile Centering */
  .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .container {
    align-items: start;
    text-align: left;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  li {
    text-align: center;
  }

  .feature-card p {
    text-align: start;
  }

  .feature-card {
    padding: 24px 20px;
    align-items: start;
    text-align: left;
  }

  .pricing-card {
    padding: 24px 16px;
    align-items: center;
    text-align: center;
  }

  .cta-container {
    padding: 0 16px;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .phone-left,
  .phone-right {
    width: 128px;
  }

  .footer-links {
    width: 100%;
    justify-content: center;
  }
}
