/* Utvidet innhold — spesifikasjoner og dybde */
.apple-spec-section {
  padding: 64px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.apple-spec-section h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.apple-spec-section > .wrap > p.apple-spec-intro {
  text-align: center;
  color: rgba(255, 255, 255, 0.52);
  max-width: 52em;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.apple-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  max-width: 980px;
  margin-inline: auto;
  width: calc(100% - 40px);
}

.apple-spec-card {
  padding: 22px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.apple-spec-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.apple-spec-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apple-spec-card li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  padding: 6px 0 6px 18px;
  position: relative;
}

.apple-spec-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.theme-eco .apple-spec-card li::before {
  background: var(--eco);
}

.theme-rapid .apple-spec-card li::before {
  background: var(--rapid);
}

.theme-dirf .apple-spec-card li::before {
  background: #6366f1;
}

.theme-loop .apple-spec-card li::before {
  background: var(--loop);
}

.apple-compare {
  max-width: 820px;
  margin: 40px auto 0;
  width: calc(100% - 40px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.apple-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.apple-compare th,
.apple-compare td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.apple-compare th {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  color: #fff;
}

.apple-compare td {
  color: rgba(255, 255, 255, 0.58);
}

.home-product-rich ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  columns: 1;
}

@media (min-width: 640px) {
  .home-product-rich ul {
    columns: 2;
    column-gap: 28px;
  }
}

.home-product-rich li {
  font-size: 0.92rem;
  color: var(--muted);
  padding: 5px 0 5px 16px;
  position: relative;
  break-inside: avoid;
}

.home-product-rich li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.theme-loop .apple-hero__glow {
  background: radial-gradient(circle, rgba(167, 139, 250, 0.45), transparent 70%);
}

.theme-loop .apple-hero__icon .app-squircle {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 120px rgba(167, 139, 250, 0.28);
}

.theme-loop .apple-feature__label {
  color: #c4b5fd;
}
