/* Services (mattvätt, möbeltvätt, madrass) */

.service-hero {
  padding: 38px 0 26px;
}

.service-hero__card {
  border-radius: var(--radius-lg);
  padding: 32px;
  background: linear-gradient(135deg, #1d1d1b, #273047);
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-hero__card h1,
.service-hero__card p {
  color: #fff;
}

.service-hero--split .service-hero__inner {
  display: grid;
  gap: 24px;
  align-items: center;
}

@media (min-width: 900px) {
  .service-hero--split .service-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
  }
}

.service-hero__content h1 {
  margin: 0 0 10px;
}

.service-intro {
  margin: 10px 0 18px;
  max-width: 70ch;
}

.service-eyebrow {
  margin: 0 0 8px;
  opacity: 0.75;
  font-size: 0.95rem;
}

.service-lead {
  margin: 10px 0 0;
  max-width: 65ch;
  font-size: 1.1rem;
}

.service-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn.btn-ghost {
  background: transparent;
  border-color: var(--color-border);
}

.service-trust {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0.85;
}

.service-trust li {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 8px 12px;
}

.service-usp-badges {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-usp-badges li {
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.95rem;
  color: #fff;
}

.service-hero__media {
  position: relative;
}

.service-video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--color-bg-soft, #f7f7f7);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-video__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 9 / 16;
}

.service-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.service-video__play:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.75);
}

.service-video__icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 4px;
}


.service-section {
  padding: 48px 0;
}

.service-alt {
  background: var(--color-bg-soft, #f7f7f7);
}

.service-grid {
  display: grid;
  gap: 18px;
}

@media (min-width: 900px) {
  .service-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }
}

.service-card {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-bg);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-side {
  position: sticky;
  top: 18px;
}

.service-list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.service-list-compact li {
  margin: 6px 0;
}

.service-note {
  margin-top: 10px;
  opacity: 0.85;
}

.service-small {
  opacity: 0.85;
  font-size: 0.95rem;
}

.service-micro {
  opacity: 0.75;
  font-size: 0.85rem;
  margin-top: 10px;
}

.service-full {
  width: 100%;
  margin-top: 12px;
}

.service-steps {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

@media (min-width: 900px) {
  .service-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-step {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-bg);
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-step__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.service-step h3 {
  margin-top: 0;
}

.service-method__bottom {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

@media (min-width: 900px) {
  .service-method__bottom {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
  }
}

.service-image-wide {
  margin: 0;
}

.service-image-wide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.service-callout {
  margin-top: 0;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-bg);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-section--center {
  text-align: center;
}

.service-faq {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.service-faq details {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-bg);
  padding: 12px 14px;
}

.service-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.service-faq p {
  margin: 10px 0 0;
  opacity: 0.9;
}

.service-cta-box {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: var(--color-bg);
  padding: 16px;
  align-self: start;
}

.service-cta-box--subtle {
  background: var(--color-bg-soft, #f7f7f7);
}

.service-cta-section {
  padding-bottom: 48px;
}

.service-cta-section__inner {
  max-width: 720px;
}

.service-testimonial {
  max-width: 640px;
  margin: 0 auto;
}

.service-testimonial__card {
  margin: 10px 0 0;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  text-align: left;
}

.service-testimonial__card blockquote {
  margin: 0 0 10px;
  font-style: italic;
}

.service-testimonial__card figcaption {
  font-size: 0.95rem;
  opacity: 0.85;
}

.service-aside-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 12px;
}

.service-side--image {
  top: 0;
}

.service-pill-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-pill-list li {
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--color-soft);
  border: 1px solid var(--color-border);
  font-size: 0.9rem;
}





/*hero service mall css*/

.hero {
  padding: var(--section-space) 0;
}

.hero-inner {
  display: grid;
  gap: 48px;
}

@media (min-width: 960px) {
  .hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

/* Lås läsbredd för stabilitet */
.hero-content {
  max-width: 60ch;
}

.hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  max-width: 22ch;
  margin: 0 0 12px;
}

.hero-trust {
  font-size: 14px;
  color: var(--color-muted);
  margin: 0 0 16px;
}

.hero-intro {
  font-size: 18px;
  margin: 0 0 24px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 24px;
  align-items: center;
}

.hero-cta-badge {
  display: inline-block;
  background: #eaf3c0;
  color: #3e7200;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0 0 16px;
  border: 1px solid rgba(110, 131, 41, 0.2);
}

.hero-cta-subcopy {
  font-size: 1rem;
  color: var(--color-text);
  font-weight: 600;
  margin: -8px 0 16px;
}

/* Bullets: egen lista så din globala ul inte påverkar */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-bullets li {
  margin: 0 0 10px;
  padding-left: 18px;
  position: relative;
}

.hero-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--color-accent);
}

/* Bild: stabil form på alla breakpoints */
.hero-media img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* =========================================================
   HERO-TEMA: Harmoniserad "Så går det till"
   Goal: editorial, lugn, samma tema som hero
   Replace/override your current .how-it-works styles with these
========================================================= */

/* Section: keep it clean, no decorative gradients */
.how-it-works {
  padding-block: var(--section-space);
  position: relative;
}

.how-it-works::before {
  content: none;
  /* remove prior gradient theme */
}

.how-it-works .container {
  position: relative;
}

/* Header: same calm rhythm as hero */
.how-it-works-header {
  max-width: 62ch;
  margin-bottom: clamp(20px, 4vw, 32px);
}

.how-it-works-header h2 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.how-it-works-header p {
  margin: 0;
  opacity: 0.9;
}

/* Steps: editorial list, not "feature cards" */
.how-it-works-steps {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Desktop: 3 columns, but still calm and flat */
@media (min-width: 900px) {
  .how-it-works-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 2.4vw, 22px);
    align-items: stretch;
  }
}

/* Step: subtle surface, minimal shadow */
.how-it-works-step {
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: clamp(16px, 3vw, 20px);

  box-shadow: none;
  /* remove UI-card shadow */
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

/* Remove accent stripe (was too "UI") */
.how-it-works-step::before {
  content: none;
}

/* Number badge: keep, but make it quiet */
.how-it-works-steps {
  counter-reset: step;
}

.how-it-works-step {
  counter-increment: step;
}

.how-it-works-step h3 {
  margin: 0 0 8px;
  padding-left: 42px;
  position: relative;
  max-width: 28ch;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.how-it-works-step h3::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;

  width: 30px;
  height: 30px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  background: rgba(181, 208, 69, 0.12);
  /* calmer accent */
  border: 1px solid rgba(0, 0, 0, .10);
  /* less “neon” */
  color: var(--color-text);
  font-weight: 700;
}

/* Body text: same readability as hero */
.how-it-works-step p {
  margin: 0;
  max-width: 62ch;
  opacity: 0.9;
  line-height: 1.55;
}

/* Optional: subtle hover, not a "lifted card" */
@media (hover: hover) {
  .how-it-works-step:hover {
    border-color: rgba(0, 0, 0, .14);
    transition: border-color .18s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-it-works-step:hover {
    transition: none;
  }
}

/* =========================================================
   HERO-TEMA: Harmoniserad Trust / Proof
   Goal: editorial + lugn + samma känsla som hero
========================================================= */

.trust-proof {
  padding-block: var(--section-space);
  background: transparent;
  /* remove section "block" feeling */
}

/* Same calm two-column rhythm as hero */
.trust-proof-grid {
  display: grid;
  gap: clamp(20px, 5vw, 44px);
}

@media (min-width: 900px) {
  .trust-proof-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

/* Header: align with hero */
.trust-proof-header {
  max-width: 62ch;
  margin-bottom: clamp(16px, 3.6vw, 24px);
}

.trust-proof-header h2 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.trust-proof-intro {
  margin: 0;
  opacity: 0.9;
}

/* Proof items: less "cards", more quiet list */
.trust-proof-items {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 900px) {
  .trust-proof-items {
    grid-template-columns: 1fr;
  }
}

/* Turn cards into subtle blocks with minimal chrome */
.trust-proof-item {
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: clamp(14px, 2.6vw, 18px);
  box-shadow: none;
  /* remove heavy card feel */
}

/* Titles and text: consistent hierarchy */
.trust-proof-item-title {
  margin: 0 0 6px;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.trust-proof-item-text {
  margin: 0;
  line-height: 1.55;
  opacity: 0.9;
  max-width: 62ch;
}

/* Media: treat like hero image */
.trust-proof-media {
  position: relative;
}

.trust-video {
  margin: 0;
}

.trust-video-el {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;

  border-radius: var(--radius-md);
  /* match hero image radius */
  border: none;
  background: transparent;

  box-shadow: none;
  /* keep calm */
}

/* Caption: subtle, editorial */
.trust-video-caption {
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* Custom video controls */
.trust-video-controls {
  margin-top: 12px;
  text-align: center;
}

.trust-video-play-btn {
  background: var(--color-accent);
  color: var(--color-text);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.trust-video-play-btn:hover {
  background: var(--color-accent-hover, #b5d045);
}

/* Placeholder overlay (if used): calmer */
.trust-proof-media.is-video-placeholder::after {
  content: "Video kommer snart";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);

  display: grid;
  place-items: center;

  color: #fff;
  font-weight: 650;
  letter-spacing: -0.01em;

  background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .52));
  pointer-events: none;
}

/* =========================================================
   HERO-TEMA: FAQ (SEO + conversion)
========================================================= */

.faq {
  padding-block: var(--section-space);
  background: transparent;
}

.faq-header {
  max-width: 62ch;
  margin-bottom: clamp(18px, 4vw, 28px);
}

.faq-header h2 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.faq-intro {
  margin: 0;
  opacity: 0.9;
}

.faq-list {
  display: grid;
  gap: 12px;
}

/* Each FAQ item is a calm surface, not a heavy card */
.faq-item {
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}

/* Summary: clean, readable, clickable */
.faq-question {
  list-style: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 16px 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

/* Remove default marker */
.faq-question::-webkit-details-marker {
  display: none;
}

/* Chevron using CSS, no icons needed */
.faq-question::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 14px;

  border-right: 2px solid rgba(0, 0, 0, .55);
  border-bottom: 2px solid rgba(0, 0, 0, .55);
  transform: rotate(45deg);
  transition: transform .18s ease, opacity .18s ease;
  opacity: 0.9;
}

.faq-item[open] .faq-question::after {
  transform: rotate(-135deg);
}

/* Answer area */
.faq-answer {
  padding: 0 16px 16px 16px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 70ch;
}

/* Focus: keyboard accessible */
.faq-question:focus {
  outline: none;
}

.faq-question:focus-visible {
  outline: 2px solid rgba(181, 208, 69, 0.45);
  outline-offset: 2px;
  border-radius: 12px;
}

/* Hover: very subtle */
@media (hover: hover) {
  .faq-question:hover {
    background: rgba(0, 0, 0, .02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-question::after {
    transition: none;
  }
}

/* Final CTA Section */
.final-cta {
  padding-block: var(--section-space);
  border-top: 1px solid var(--color-border);
}

.final-cta__card {
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 900px) {
  .final-cta__card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
  }
}

.final-cta__content {
  flex: 1;
  max-width: 65ch;
}

.final-cta__title {
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.final-cta__text {
  margin: 0;
  opacity: 0.9;
  line-height: 1.55;
  font-size: 1.1rem;
}

.final-cta__action {
  flex-shrink: 0;
}

