/* App details table styling */
.details-table {
  min-width: 320px;
  max-width: 650px;
  margin: auto;
  border-collapse: collapse;
  width: 100%;
  border: 1.5px solid #333;
  color: #f3f3f3;
  background: transparent;
}
.details-table th,
.details-table td {
  border: 1px solid #333;
  padding: 10px 12px;
  text-align: left;
}
.details-table th {
  background: #23272f;
  font-weight: 600;
  color: #fff;
}
.details-table td {
  background: #181a20;
}
.details-table tr:nth-child(even) td {
  background: #23272f;
}
/* Responsive large download button */
.download-btn {
  font-size: 1.35rem;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, transform 0.2s;
}

@media (max-width: 600px) {
  .download-btn {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
/* How It Works Section */
.how-it-works-section {
  background: #191414;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.how-it-works-title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #ffffff;
}
.how-it-works-desc {
  text-align: center;
  color: #b3b3b3;
  font-size: 1.1rem;
  margin-bottom: 2.2rem;
}
.how-it-works-tabs {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-bottom: 2.5rem;
}
.how-it-works-tabs a {
  color: #b3b3b3;
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border 0.2s;
}
.how-it-works-tabs a.active,
.how-it-works-tabs a:hover {
  color: #1db954;
  border-bottom: 2px solid #1db954;
  text-decoration: none;
}
.how-it-works-content {
  display: flex;
  align-items: flex-start;
  gap: 3.5rem;
  margin-top: 2.5rem;
}
.how-it-works-left {
  flex: 1 1 0;
  max-width: 420px;
}
.how-it-works-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-img {
  width: 100%;
  max-width: 420px;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.1));
}
.how-it-works-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #ffffff;
}
.how-it-works-lead {
  color: #b3b3b3;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.how-it-works-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  margin-bottom: 1.2rem;
}
.how-it-works-icon {
  font-size: 2.1rem;
  color: #1db954;
  min-width: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-feature h4 {
  font-size: 1.08rem;
  font-weight: 600;
  margin: 0 0 0.2rem 0;
  color: #ffffff;
}
.how-it-works-feature ul {
  color: #b3b3b3;
  font-size: 0.97rem;
  margin: 0;
  padding-left: 1.1rem;
  list-style: disc;
}
.how-it-works-buttons {
  display: flex;
  gap: 1.1rem;
  margin-top: 2.2rem;
}
@media (max-width: 900px) {
  .how-it-works-content {
    flex-direction: column;
    gap: 2.2rem;
    align-items: stretch;
  }
  .how-it-works-left,
  .how-it-works-right {
    max-width: 100%;
  }
  .how-it-works-img {
    max-width: 100%;
  }
}
/* Hide FAQ ad boxes on mobile */
@media (max-width: 900px) {
  .faq-ad-box {
    display: none;
  }
}
/* FAQs Section with Ads Layout */
.faqs-ads-layout {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.faqs-main {
  width: 58%;
  min-width: 0;
}
.faq-ad-box {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-placeholder {
  width: 160px;
  height: 600px;
  background: #f3f3f3;
  border: 2px dashed #bbb;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .faqs-main {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .faqs-ads-layout {
    gap: 10px;
  }
  .faqs-main {
    width: 90%;
  }
  .faq-ad-box {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 400px;
  }
  .ad-placeholder {
    width: 120px;
    height: 400px;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .faqs-ads-layout {
    flex-direction: column;
    align-items: center;
  }
  .faqs-main {
    width: 95%;
  }
  .faq-ad-box {
    width: 95vw;
    min-width: 0;
    max-width: 100vw;
    height: 120px;
    margin: 0 0 10px 0;
  }
  .ad-placeholder {
    width: 100%;
    height: 120px;
    font-size: 1rem;
  }
}
/* Hero App Presentation Section */
.hero-app-presentation {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1db954 0%, #1ed760 100%);
  z-index: 1;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(25, 20, 20, 0.85) 0%,
    rgba(29, 185, 84, 0.3) 100%
  );
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem 2rem 1rem;
}
.hero-title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hero-title span {
  font-weight: 400;
  color: #1db954;
}
.hero-subtitle {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 2.2rem;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.hero-buttons {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
  justify-content: center;
}
.store-btn {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: #1db954;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.9rem 2.1rem;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(29, 185, 84, 0.3);
  transition: all 0.3s ease;
  border: 2px solid #1db954;
}
.store-btn.appstore {
  background: #1db954;
  border-color: #1db954;
}
.store-btn.googleplay {
  background: #191414;
  border-color: #1db954;
}
.store-btn:hover {
  background: #1ed760;
  border-color: #1ed760;
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(29, 185, 84, 0.4);
}
.store-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.hero-features-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 0;
  width: 100%;
  max-width: 1100px;
}
.hero-features {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  flex: 1 1 0;
  max-width: 320px;
}
.hero-features-left {
  align-items: flex-end;
  text-align: right;
}
.hero-features-right {
  align-items: flex-start;
  text-align: left;
}
.feature-box {
  background: rgba(25, 20, 20, 0.7);
  color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  border: 1px solid rgba(29, 185, 84, 0.3);
  backdrop-filter: blur(10px);
}
.feature-box h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #ffffff;
  display: inline-block;
}
.feature-box p {
  font-size: 0.98rem;
  color: #b3b3b3;
  margin-bottom: 0;
}
.checkmark {
  color: #1db954;
  font-size: 1.1rem;
  margin-left: 0.3rem;
}
.hero-phone-mockup {
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2.5rem;
}
.hero-phone-mockup img {
  width: 260px;
  max-width: 100%;
  border-radius: 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
@media (max-width: 900px) {
  .hero-features-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .hero-features-left,
  .hero-features-right {
    align-items: center;
    text-align: center;
  }
  .hero-phone-mockup {
    margin: 1.5rem 0;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .store-btn {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-content {
    padding: 2rem 0.5rem 1rem 0.5rem;
  }
  .hero-phone-mockup img {
    width: 180px;
  }
  .hero-buttons {
    max-width: 100%;
    padding: 0 1rem;
  }
  .store-btn {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
}
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Reset & Base */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: #ffffff;
  background: #191414;
  line-height: 1.6;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #0ea5e9;
  text-decoration: none;
}

/* Internal links use primary color */
a[href^="./"],
a[href^="/"],
a[href^="index"],
a[href^="download"],
a[href^="faqs"],
a[href^="terms"],
a[href^="privacy"],
a:not([href^="http"]):not([href^="https"]):not([href^="mailto"]):not([href^="tel"]) {
  color: var(--primary, #1db954) !important;
}
}
a:hover {
  text-decoration: underline;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
p {
  margin: 0 0 1rem;
}

:root {
  --bg: #191414;
  --text: #ffffff;
  --muted: #b3b3b3;
  --primary: #1db954;
  --primary-600: #1ed760;
  --surface: #282828;
  --border: #404040;
}

.container {
  width: min(100%, 1200px);
  padding-inline: 1rem;
  margin-inline: auto;
}

/* Header & Navigation */
.site-header {
  position: sticky;
  top: 0;
  background: #000000;
  border-bottom: 1px solid #282828;
  z-index: 1000;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}
.logo {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--text);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 2px 0;
}

.site-nav {
  display: none;
}
.site-nav[data-visible="true"] {
  display: block;
}
.site-nav ul {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0;
}
.site-nav a {
  color: var(--text);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}
.site-nav a[aria-current="page"] {
  background: var(--surface);
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  .site-nav {
    display: block !important;
  }
  .site-nav ul {
    display: flex;
    gap: 0.5rem;
    padding: 0;
  }
}

/* Sections */
.hero {
  background: linear-gradient(90deg, #f0f9ff, #ffffff);
  padding: 4rem 0 3rem;
}
.hero .actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.page-head {
  padding: 2rem 0 1rem;
  background: var(--surface);
}
.features {
  padding: 2rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid #282828;
  border-radius: 12px;
  padding: 1rem;
  background: #181818;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  color: var(--text);
  background: #fff;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover {
  text-decoration: none;
  background: var(--surface);
}
.btn.primary {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}
.btn.primary:hover {
  background: var(--primary-600);
  border-color: var(--primary-600);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
}
.site-footer .container {
  padding: 1rem 0;
  color: var(--muted);
}

/* Utilities */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Landing Page */
.landing-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate; /* ensure shape stays behind content */
  padding: 4rem 0 3rem;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 50%);
  /* responsive shape controls */
  --shape-size: clamp(420px, 75vw, 900px);
  --shape-rotate: 36deg;
  --shape-top: -28%;
  --shape-right: -12%;
  /* diagonal white accent */
  --accent-size: clamp(280px, 55vw, 680px);
  --accent-rotate: 36deg;
  --accent-top: -6%;
  --accent-right: 18%;
  /* fill the viewport below sticky header */
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
}
.landing-hero::before {
  content: "";
  position: absolute;
  top: var(--shape-top);
  right: var(--shape-right);
  width: var(--shape-size);
  height: var(--shape-size);
  transform: rotate(var(--shape-rotate));
  background: radial-gradient(
    1200px circle at 30% 30%,
    #16a34a 0%,
    #065f46 60%,
    #064e3b 100%
  );
  border-radius: 24px;
  pointer-events: none;
  z-index: 0; /* sit behind hero content */
}
.landing-hero::after {
  content: "";
  position: absolute;
  top: var(--accent-top);
  right: var(--accent-right);
  width: var(--accent-size);
  height: calc(var(--accent-size) * 0.18);
  transform: rotate(var(--accent-rotate));
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 0; /* keep accent behind content */
}
.landing-hero-inner {
  display: grid;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1; /* ensure text/images above the decorative box */
  /* vertically center within full-height hero */
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
}
@media (min-width: 640px) {
  .landing-hero {
    --shape-size: clamp(520px, 70vw, 980px);
    --shape-rotate: 38deg;
    --shape-top: -32%;
    --shape-right: -10%;
    --accent-size: clamp(340px, 50vw, 760px);
    --accent-rotate: 38deg;
    --accent-top: -7%;
    --accent-right: 20%;
  }
}
@media (min-width: 1024px) {
  .landing-hero {
    --shape-size: clamp(620px, 60vw, 1100px);
    --shape-rotate: 40deg;
    --shape-top: -36%;
    --shape-right: -6%;
    --accent-size: clamp(420px, 45vw, 860px);
    --accent-rotate: 40deg;
    --accent-top: -8%;
    --accent-right: 22%;
  }
  .landing-media img {
    width: 380px;
  }
}
@media (min-width: 900px) {
  .landing-hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.landing-copy .lead {
  color: var(--muted);
}
.badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0.75rem 0 0.25rem;
}
.badges li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
}
.verify {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  color: var(--muted);
}
.verify ul {
  display: inline-flex;
  gap: 0.5rem;
}
.landing-media {
  position: relative;
  z-index: 1;
}
.landing-media img {
  width: min(100%, 340px);
  margin-inline: auto;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.section {
  padding: 2.5rem 0;
}
.section-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.section-desc {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.feature-card {
  position: relative;
  padding: 1.25rem;
  padding-bottom: 520px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #1db954 0%, #1ed760 50%, #1db954 100%);
  min-height: 320px;
  border: 0;
  box-shadow: 0 8px 24px rgba(29, 185, 84, 0.3);
  text-align: center;
}
.feature-card h3 {
  color: #ffffff;
}
.feature-card p {
  color: #f0f0f0;
}
.feature-card img {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 300px;
  height: 500px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Accordion (details/summary) */
.accordion details {
  border: 1px solid #282828;
  border-radius: 12px;
  background: #181818;
  margin-bottom: 0.75rem;
}
.accordion summary {
  cursor: pointer;
  padding: 0.75rem 1rem;
  list-style: none;
  position: relative;
}
.accordion summary::marker {
  display: none;
}
.accordion summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}
.accordion details[open] summary::after {
  content: "–";
}
.accordion .answer {
  padding: 0 1rem 1rem;
  color: var(--muted);
}

/* Comparison Grid */
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.comparison-column {
  background: #191414;
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid #282828;
  transition: transform 0.3s, border-color 0.3s;
}
.comparison-column:hover {
  transform: translateY(-5px);
}
.comparison-free {
  border-color: #ff4444;
}
.comparison-free:hover {
  border-color: #ff6666;
}
.comparison-premium {
  border-color: #1db954;
  background: linear-gradient(
    135deg,
    rgba(29, 185, 84, 0.05) 0%,
    rgba(29, 185, 84, 0.1) 100%
  );
}
.comparison-premium:hover {
  border-color: #1ed760;
}
.comparison-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
}
.comparison-free .comparison-title {
  color: #ff6666;
}
.comparison-premium .comparison-title {
  color: #1db954;
}
.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: #b3b3b3;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.comparison-list li:last-child {
  border-bottom: none;
}
.comparison-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Issues Grid (Infographic Style) */
.issues-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.issue-card {
  background: linear-gradient(135deg, #191414 0%, #1a1a1a 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid #282828;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
}
.issue-card:hover {
  transform: translateY(-8px);
  border-color: #ff6b6b;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.2);
}
.issue-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.3));
}
.issue-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 1.5rem;
  text-align: center;
}
.issue-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.issue-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  color: #b3b3b3;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.issue-list li:last-child {
  border-bottom: none;
}
.issue-bullet {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .issues-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .issue-card {
    padding: 1.5rem;
  }
}

/* Device Compatibility Grid (Infographic Style) */
.device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.device-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #191414 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid #282828;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  text-align: center;
}
.device-card:hover {
  transform: translateY(-8px);
  border-color: #1db954;
  box-shadow: 0 10px 30px rgba(29, 185, 84, 0.2);
}
.device-card-highlight {
  background: linear-gradient(
    135deg,
    rgba(29, 185, 84, 0.1) 0%,
    rgba(29, 185, 84, 0.05) 100%
  );
  border-color: #1db954;
}
.device-card-highlight:hover {
  border-color: #1ed760;
  box-shadow: 0 10px 30px rgba(29, 185, 84, 0.3);
}
.device-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(29, 185, 84, 0.3));
}
.device-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1db954;
  margin-bottom: 1.5rem;
  text-align: center;
}
.device-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.device-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.device-list li:last-child {
  border-bottom: none;
}
.device-check {
  font-size: 1rem;
  flex-shrink: 0;
}
.device-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.stat-item {
  text-align: center;
  padding: 1rem;
  background: rgba(29, 185, 84, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(29, 185, 84, 0.2);
  overflow: hidden;
}
.stat-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1db954;
  margin-bottom: 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
.stat-label {
  font-size: 0.85rem;
  color: #b3b3b3;
  word-break: break-word;
}
@media (max-width: 768px) {
  .device-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .device-card {
    padding: 1.5rem;
  }
  .device-stats {
    grid-template-columns: 1fr;
  }
}

/* Myths Grid (Infographic Style) */
.myths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.myth-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #191414 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid #282828;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.myth-card:hover {
  transform: translateY(-8px);
  border-color: #1db954;
  box-shadow: 0 10px 30px rgba(29, 185, 84, 0.2);
}
.myth-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.3));
}
.myth-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 1.5rem;
  text-align: left;
}
.myth-reality {
  background: rgba(29, 185, 84, 0.05);
  padding: 1.25rem;
  border-radius: 12px;
  border-left: 4px solid #1db954;
}
.reality-badge {
  display: inline-block;
  background: #1db954;
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.myth-reality p {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .myths-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .myth-card {
    padding: 1.5rem;
  }
}

/* Benefits Grid (High CTR Style) */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.benefit-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #191414 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid #282828;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.benefit-card:hover {
  transform: translateY(-8px);
  border-color: #1db954;
  box-shadow: 0 10px 30px rgba(29, 185, 84, 0.25);
}
.benefit-icon {
  font-size: 3.5rem;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(29, 185, 84, 0.4));
}
.benefit-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1db954;
  margin: 0;
  line-height: 1.3;
}
.benefit-description {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
.benefit-stat {
  background: linear-gradient(
    135deg,
    rgba(29, 185, 84, 0.15) 0%,
    rgba(29, 185, 84, 0.05) 100%
  );
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  border-left: 3px solid #1db954;
  color: #b3b3b3;
  font-size: 0.9rem;
  font-weight: 500;
}
.stat-highlight {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1db954;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 8px rgba(29, 185, 84, 0.3);
}
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .benefit-card {
    padding: 1.5rem;
  }
  .stat-highlight {
    font-size: 1.5rem;
  }
}

/* Content Block Styles (Short Paragraphs) */
.content-block {
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(29, 185, 84, 0.05) 0%,
    rgba(29, 185, 84, 0.02) 100%
  );
  border-radius: 12px;
  border-left: 4px solid #1db954;
}
.content-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1db954;
  margin: 0 0 1.25rem 0;
  line-height: 1.3;
}
.content-para {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1rem 0;
}
.content-para:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-block {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .content-heading {
    font-size: 1.25rem;
  }
  .content-para {
    font-size: 0.95rem;
  }
}
