/* Features page — Swiss VPN voice, clear text hierarchy */

.features-page .main-content {
  padding-top: 0;
  padding-bottom: 4rem;
}

/* Constrain width for readability; use on section wrappers */
.container.features-section-inner,
.container.features-hero-inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* Section titles — consistent placement and spacing */
.features-section-title {
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.75rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

/* Hero */
.features-hero {
  text-align: center;
  padding: 4rem 1.5rem 4rem;
  margin-top: 0;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 1));
}

.features-hero-inner {
  max-width: 640px;
}

.features-hero-tagline {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #3b82f6;
  margin: 0 0 0.75rem;
}

.features-hero-title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.features-hero-desc {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 2rem;
  text-align: center;
}

.features-hero-download {
  margin-bottom: 2.25rem;
}

.features-hero-download .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.features-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.hero-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.5;
}

.hero-stat-item i {
  color: #3b82f6;
  font-size: 1.25rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.hero-stat-item strong {
  display: block;
  color: #1e293b;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}

/* About — left-aligned prose for readability */
.features-about {
  padding: 4rem 1.5rem;
  background: #f8fafc;
}

.features-about .features-section-inner {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  padding: 3rem 2.5rem;
}

.features-about-content {
  max-width: 600px;
  margin: 0 auto;
}

.features-about .features-section-title {
  margin-bottom: 1.25rem;
}

.features-about-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #1e293b;
  margin: 0 0 1.25rem;
  text-align: center;
  font-weight: 450;
}

.features-about-lead:last-of-type {
  margin-bottom: 0;
}

.features-about-bullets {
  margin: 1.75rem auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-about-bullets li {
  display: flex;
  align-items: baseline;
  width: 320px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  text-align: left;
}

.features-about-bullets li::before {
  content: '✓';
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

/* How it works */
.features-how {
  padding: 3.5rem 1.5rem;
}

.features-how-intro {
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
  text-align: center;
}

.features-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.features-how-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.features-how-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(59, 130, 246, 0.2);
}

.features-how-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.12));
  border-radius: 14px;
  color: #3b82f6;
  font-size: 1.5rem;
}

.features-how-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem;
}

.features-how-card p {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Benefits — What you get */
.features-benefits {
  padding: 3.5rem 1.5rem;
  background: #f8fafc;
}

.features-benefits-intro {
  max-width: 480px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
}

.features-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.features-benefit-card {
  text-align: center;
  padding: 2rem 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.features-benefit-card:hover {
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.features-benefit-card i {
  font-size: 1.75rem;
  color: #3b82f6;
  margin-bottom: 1rem;
  display: block;
}

.features-benefit-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.5rem;
}

.features-benefit-card p {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Myth — Setting the record straight */
.features-myth {
  padding: 3.5rem 1.5rem;
}

.features-myth-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3b82f6;
  margin: 0 0 0.25rem;
  text-align: center;
}

.features-myth .features-section-title {
  margin-bottom: 1.5rem;
}

.features-myth-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.features-myth-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 1.25rem;
}

.features-myth-content p:last-child {
  margin-bottom: 0;
}

.features-faq-note {
  margin: 1.1rem auto 0;
  max-width: 620px;
  padding: 0.75rem 0.95rem;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #eff6ff;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #1e3a8a;
  text-align: center;
}

.features-faq-note a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.features-faq-note a:hover {
  text-decoration: underline;
}

/* Features grid — at a glance */
.features-grid-section {
  padding: 3.5rem 1.5rem;
  background: #f8fafc;
}

.features-grid-intro {
  max-width: 480px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
}

.features-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.features-grid-card {
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.features-grid-card:hover {
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.features-grid-card i {
  font-size: 1.5rem;
  color: #3b82f6;
  margin-bottom: 0.75rem;
  display: block;
}

.features-grid-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.35rem;
}

.features-grid-card p {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* Platforms — iPhone, iPad & Mac */
.features-platforms {
  padding: 3.5rem 1.5rem;
}

.features-platforms-intro {
  max-width: 560px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
  text-align: center;
}

.features-faq-inline {
  margin: -0.5rem auto 1.5rem;
  max-width: 640px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #334155;
  text-align: center;
}

.features-faq-inline a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.features-faq-inline a:hover {
  text-decoration: underline;
}

.features-platforms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.features-platform-card {
  padding: 2rem 1.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.features-platform-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.12));
  border-radius: 14px;
  color: #3b82f6;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.features-platform-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1rem;
}

.features-platform-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-platform-card li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.5;
}

.features-platform-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3b82f6;
}

/* Feature blocks list — explore each feature */
.features-list {
  padding: 3rem 1.5rem 3.5rem;
}

.features-list .features-section-title {
  margin-bottom: 0.5rem;
}

.features-list-intro {
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
  text-align: center;
}

.feature-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 2rem 2.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-block:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(59, 130, 246, 0.2);
}

.feature-block:last-of-type {
  margin-bottom: 0;
}

.feature-block-highlight {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.06), rgba(139, 92, 246, 0.06));
  border-color: rgba(59, 130, 246, 0.25);
}

.feature-block-content {
  min-width: 0;
}

.feature-block-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3b82f6;
  margin-bottom: 0.5rem;
}

.feature-block-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.feature-block-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 1.25rem;
}

.feature-block-tip {
  margin: -0.25rem 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #334155;
}

.feature-block-tip a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.feature-block-tip a:hover {
  text-decoration: underline;
}

.feature-block-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-block-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.5;
}

.feature-block-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
}

.feature-block-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.12));
  border-radius: 18px;
  color: #3b82f6;
  font-size: 1.75rem;
}

.feature-block-highlight .feature-block-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
  color: #2563eb;
}

/* CTA section */
.features-cta-section {
  padding: 3rem 1.5rem 4rem;
}

.features-cta-card {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.features-cta-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.75rem;
}

.features-cta-desc {
  font-size: 1.0625rem;
  color: #64748b;
  margin: 0 0 1.5rem;
}

.features-cta-card .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.features-cta-note {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 1.5rem 0 0;
}

.features-cta-note a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
}

.features-cta-note a:hover {
  text-decoration: underline;
}

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

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

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

@media (max-width: 768px) {
  .feature-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.75rem 1.5rem;
    margin-bottom: 2rem;
  }

  .feature-block-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    margin: 0 auto;
  }

  .feature-block-title {
    font-size: 1.25rem;
  }

  .features-benefits-grid {
    grid-template-columns: 1fr;
  }

  .features-grid-cards {
    grid-template-columns: 1fr;
  }

  .features-platforms-grid {
    grid-template-columns: 1fr;
  }

  .features-hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .features-cta-card {
    padding: 2rem 1.5rem;
  }

  .features-cta-title {
    font-size: 1.5rem;
  }

  .features-about-content,
  .features-about-bullets {
    margin-top: 0;
  }

  .features-about-lead,
  .features-myth-content p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .features-hero {
    padding: 3.5rem 1rem 3.5rem;
  }

  .features-hero-title {
    font-size: 1.875rem;
  }

  .features-hero-subtitle {
    font-size: 1.125rem;
  }
}
