﻿/* Universal box-sizing reset — padding/border never adds to element width */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Legacy .service-box removed; using .service-card design instead */

/* ══════════════════════════════════════════
   JOUR PAGE
══════════════════════════════════════════ */
.jour-page {
  background: #eef2f7;
}

/* Hero */
.jour-hero {
  background: linear-gradient(135deg, #0d1b5e 0%, #1f3683 55%, #2a4e9f 100%);
  color: #fff;
  padding: 3.5rem 1rem 3rem;
  text-align: center;
}
.jour-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}
.jour-hero-badge {
  display: inline-block;
  background: #e67e00;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.jour-hero h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  margin: 0 0 0.7rem;
  line-height: 1.2;
  color: #fff;
}
.jour-hero-lead {
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  margin: 0 0 1.6rem;
  color: #c8d6f5;
}
.jour-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #e67e00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.85rem 2rem;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(230, 126, 0, 0.45);
  transition: background 0.2s, transform 0.2s;
}
.jour-call-btn:hover {
  background: #c96f00;
  transform: translateY(-2px);
}
.jour-hero-sub {
  margin: 1rem 0 1.4rem;
  font-size: 0.95rem;
  color: #b0c2e8;
}
.jour-trust-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.4rem;
  font-size: 0.93rem;
  color: #c8d6f5;
}

/* Common section wrapper */
.jour-section {
  padding: 3rem 1rem;
}
.jour-section:nth-child(even) {
  background: #fff;
}
.jour-section-inner {
  max-width: 860px;
  margin: 0 auto;
}
.jour-section h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  color: #0d1b5e;
  margin: 0 0 0.5rem;
  text-align: center;
}
.jour-section-lead {
  text-align: center;
  color: #4b5e82;
  margin: 0 0 2rem;
  font-size: 1rem;
}

/* Problem grid */
.jour-problem-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}
.jour-problem-card {
  background: #f0f4fc;
  border: 1px solid #d4e0f7;
  border-radius: 12px;
  padding: 1.1rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #1e357a;
  text-align: center;
  font-size: 0.95rem;
}
.jour-problem-icon {
  font-size: 1.8rem;
}
.jour-mid-cta {
  text-align: center;
  margin-top: 0.5rem;
}

/* Steps */
.jour-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.jour-step {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: #f0f4fc;
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
}
.jour-step-num {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #1f3683;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}
.jour-step strong {
  display: block;
  color: #0d1b5e;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}
.jour-step p {
  margin: 0;
  color: #4b5e82;
  font-size: 0.95rem;
}

/* Trust grid */
.jour-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1.1rem;
  margin-top: 1.5rem;
}
.jour-trust-card {
  background: #f0f4fc;
  border-radius: 14px;
  padding: 1.4rem 1.1rem;
  text-align: center;
  border: 1px solid #d4e0f7;
}
.jour-trust-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.6rem;
}
.jour-trust-card h3 {
  font-size: 1rem;
  color: #0d1b5e;
  margin: 0 0 0.4rem;
}
.jour-trust-card p {
  font-size: 0.9rem;
  color: #4b5e82;
  margin: 0;
}

/* Areas */
.jour-areas {
  background: #fff;
}
.jour-areas-note {
  text-align: center;
  color: #4b5e82;
  font-size: 1rem;
  margin-top: 0.8rem;
}
.jour-areas-tel {
  color: #e67e00;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.jour-areas-tel:hover {
  text-decoration: underline;
}

/* Bottom CTA */
.jour-bottom-cta {
  background: linear-gradient(135deg, #0d1b5e 0%, #1f3683 100%);
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
}
.jour-bottom-cta .jour-section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.jour-bottom-cta h2 {
  color: #fff;
  margin: 0;
}
.jour-bottom-cta p {
  color: #c8d6f5;
  margin: 0;
}
.jour-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.4rem;
}
.jour-bottom-cta .akut-back-link {
  color: #c8d6f5;
}
.jour-bottom-cta .akut-back-link:hover {
  color: #fff;
}

@media (max-width: 600px) {
  .jour-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jour-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .jour-step {
    flex-direction: column;
  }
}

/* ── end jour page ── */

@media (min-width: 700px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .services-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: #f3f6fb;
    border-radius: 20px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 1.5rem 1rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-icon {
    font-size: 2rem;
    margin-bottom: 0.6rem;
    color: var(--primary);
}

.trust-text {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}

.trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.1);
}

@media (max-width: 900px) {
    .trust {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 700px) {
    .trust {
        padding: 2rem 1rem;
    }

    .trust-item {
        padding: 1.2rem;
    }
}

/* Process section: card-based steps matching trust section */
.process-section {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 0 2rem;
    text-align: center;
}

.process-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 2.5rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.process-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.12);
}

.process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.process-card p {
    margin: 0;
    font-weight: 600;
    color: #425057;
}

.process-note {
    margin-top: 0.5rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: #0b6b4f;
}

/* Info section: premium card between process and services */
.info-section {
    padding: 4rem 2rem 5rem;
    background: #f5f7fa;
}

.info-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem 3rem;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(0,0,0,0.08);
    text-align: center;
}

.info-card h3 {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1.2rem;
}

.info-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #425057;
    margin: 0;
}
.info-card-sub {
    margin-top: 1rem !important;
    font-size: 0.97rem !important;
    color: #0b6b4f !important;
    font-weight: 600;
}

/* Conversion bar between process and info sections */
.conversion-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    background: #0b6b4f;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 0.97rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.conversion-sep {
    color: rgba(255,255,255,0.5);
    font-size: 1.1rem;
}
@media (max-width: 600px) {
    .conversion-bar {
        flex-direction: column;
        gap: 0.3rem;
    }
    .conversion-sep {
        display: none;
    }
}

@media (max-width: 900px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .info-card {
        padding: 2.2rem 1.6rem;
    }
}

h2 {
    text-align: center;
    margin-top: 0;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f2933;
    padding-top: 0;
}
:root {
  --primary: #1a237e;   /* huvudblå */
  --secondary: #1976d2; /* accent */
  --cta: #e53935;       /* boka / akut */
    --bg-light: #f3f6fb;
  --text-dark: #1f2933;
}

body {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    max-width: 100%;
    overflow-x: hidden;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

:root {
    --topbar-height: 92px;
}

/* Make room for fixed topbar */
body.topbar-fixed-padding {
    padding-top: var(--topbar-height);
    transition: padding-top 0.3s ease;
}

/* Topbar styling */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: var(--topbar-height);
    padding: 0 1.4rem;
    z-index: 1000;
    transition: height 0.28s ease, padding 0.28s ease, opacity 0.25s ease, transform 0.3s ease;
}
.topbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    justify-content: flex-start;
    min-width: 0;
    flex: 1 1 auto;
}

.topbar-brand {
    display: flex;
    align-items: center;
    width: 158px;
    height: calc(var(--topbar-height) - -53px);
    text-decoration: none;
    overflow: hidden;
    order: 1;
}

.logo {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 0;
    display: block;
    object-fit: contain;
    object-position: left center;
    transform: scale(1.2);
    transform-origin: left center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.company-name {
    display: inline-block;
    order: 2;
    font-weight: 700;
    color: #1a237e;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}
.topbar-center {
    display: none;
}
.search-form {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
/* toggle button (visible by default) */
.search-form .search-toggle {
    padding: 0.35rem 0.6rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
}
/* input positioned absolutely so it can expand to the left of the toggle */
.search-form input[type="search"] {
    position: absolute;
    right: 44px; /* leave space for the toggle */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    transition: width 0.22s ease, padding 0.22s ease;
    background: #fff;
}
.search-form.open input[type="search"] {
    width: 200px;
    padding: 0.45rem 0.6rem;
}
/* hide the submit button (Enter will submit) */
.search-form .search-submit {
    display: none;
}
.topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}
.topbar-right a {
    color: #1a237e;
    text-decoration: none;
    font-weight: 600;
}

.topbar-right .contact {
    background: #1a237e;
    color: #fff;
    padding: 0.2rem 0.9rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.topbar-right .contact:hover {
    background: #0d1b5e;
}

.topbar-right .urgent-help {
    background: #e53935;
    color: #fff;
    padding: 0.2rem 0.9rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.topbar-right .urgent-help:hover {
    background: #c62828;
}

.topbar-right .jour-btn {
    background: #e67e00;
    color: #fff;
    padding: 0.2rem 0.9rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.topbar-right .jour-btn:hover {
    background: #b86200;
}

.topbar-right .prices-terms {
    background: #374151;
    color: #fff;
    padding: 0.2rem 0.9rem;
    border-radius: 8px;
    transition: background 0.3s;
}

.topbar-right .prices-terms:hover {
    background: #1f2937;
}

.cart-count {
    display: inline-block;
    background: #e53935;
    color: #fff;
    padding: 0 6px;
    margin-left: 6px;
    border-radius: 999px;
    font-size: 0.75rem;
}

@media (max-width: 700px) {
    .search-form { max-width: 220px; }
    .company-name {
        font-size: 0.72rem;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
    }
}

/* Shrink topbar when scrolling: animate to zero height and hide */
.topbar.shrink {
    transform: translateY(-100%); /* slide up smoothly */
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 700px) {
    :root { --topbar-height: 72px; }
    .topbar { padding: 0 0.8rem; }
    .topbar-left { min-width: 0; }
    .topbar-brand { width: 105px; height: calc(var(--topbar-height) - 12px); }
    .logo { transform: scale(1.14); }
    .topbar-right { gap: 8px; }
    .topbar-right .contact,
    .topbar-right .urgent-help,
    .topbar-right .jour-btn {
        font-size: 0.9rem;
        padding: 0.18rem 0.7rem;
    }
    .search-form.open input[type="search"] { width: 140px; }
}

@media (max-width: 520px) {
    :root { --topbar-height: 68px; }

    .topbar {
        padding: 0 0.5rem;
        gap: 0.45rem;
    }

    .topbar-left {
        min-width: 0;
        flex: 1;
        gap: 0;
    }

    .topbar-brand {
        width: 88px;
        height: calc(var(--topbar-height) - 14px);
    }

    .company-name {
        font-size: 0.6rem;
        max-width: 120px;
    }

    .logo {
        transform: scale(1.08);
    }

    .topbar-right {
        gap: 0.35rem;
        margin-left: 0;
    }

    .topbar-right .contact,
    .topbar-right .urgent-help,
    .topbar-right .jour-btn {
        font-size: 0.78rem;
        padding: 0.2rem 0.52rem;
        border-radius: 7px;
        white-space: nowrap;
    }
}


.hero-section {
    min-height: 82vh;
    background: radial-gradient(circle at 92% 80%, rgb(59 130 246 / 0%), transparent 30%), linear-gradient(321deg, rgb(255 255 255 / 0%) 0%, rgba(247, 250, 253, 0.28) 58%, rgb(233 238 245 / 0%) 100%), url(img/backgrund-index.jpg) center center / cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

/* Hero overlay text */
.overlay-text {
    color: #111827;
    padding: 2rem 2.4rem;
    border-radius: 20px;
    max-width: 580px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
}
.overlay-text h1 {
    font-size: clamp(2rem, 3.9vw, 3.35rem);
    line-height: 1.16;
    margin-bottom: 0.8rem;
    color: #0f172a;
    text-wrap: balance;
}
.overlay-text h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
    color: #111827;
}
.overlay-text p {
    font-size: 1.08rem;
    margin-bottom: 1rem;
    max-width: 62ch;
    color: #1f2937;
}
.hero-sub {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #0b6b4f !important;
    letter-spacing: 0.3px;
    margin-bottom: 0.5rem !important;
}
.hero-meta {
    font-size: 0.92rem !important;
    color: #425057 !important;
    font-weight: 500;
    margin-bottom: 1.6rem !important;
    letter-spacing: 0.2px;
}

/* New hero layout: left-aligned panel over background image */
.hero-inner {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 2rem;
    align-items: center;
    min-width: 0;
}
.hero-left {
    flex: 0 0 auto;
}

.hero-points {
    margin: 0 0 1.35rem;
    padding-left: 1.25rem;
    color: #0f172a;
    font-size: 1.05rem;
    line-height: 1.55;
}

.hero-buttons {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.btn-primary {
    background: #1a237e;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    color: #1a237e;
    border: 1px solid #cbd5e1;
}

.btn-jour {
    background: #c0392b;
    color: #fff;
}

.hero-buttons .btn {
    display: inline-block;
    padding: 0.82rem 1.25rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
}

.hero-buttons .btn-primary {
    background: linear-gradient(180deg, #2563eb, #1d4ed8);
    color: #fff;
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.22);
}

.hero-buttons .btn-secondary {
    background: #ffffff;
    color: #1e3a8a;
    border: 1px solid #cbd5e1;
}

.hero-visual {
    width: 100%;
    max-width: 430px;
    height: 470px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12)),
        url('img/hero-vvs.webp') center / cover no-repeat;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
}

/* Responsive: stack on small screens */
@media (max-width: 900px) {
    .hero-inner { flex-direction: column; padding: 1rem; }
    .hero-left, .hero-right { flex: 1 1 100%; width: 100%; }
    .overlay-text {
        text-align: left;
        padding: 1.4rem;
    }
    .overlay-text h2 {
        font-size: 1.5rem;
    }
    .hero-points {
        font-size: 0.98rem;
    }
    .hero-right {
        display: none;
    }
}

@media (max-width: 520px) {
    .hero-section {
        min-height: 72vh;
    }

    .hero-inner {
        padding: 0.75rem;
    }

    .overlay-text {
        padding: 1rem 0.9rem;
        border-radius: 14px;
    }

    .overlay-text h1 {
        font-size: 1.8rem;
    }

    .overlay-text p,
    .hero-points {
        font-size: 0.95rem;
    }

    .hero-buttons {
        gap: 0.55rem;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
        padding: 0.78rem 1rem;
    }
}

/* Specific colors for hero-left overlay text */
.hero-left .overlay-text h1 { color: #0f172a; }
.hero-left .overlay-text h2 { color: #111827; }
.hero-left .overlay-text p { color: #1f2937; }

main {
    background: transparent;
}
.content {
    padding: 4rem 2rem;
    background: #ffffff;
    display: block;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Service detail page layout */
.service-detail {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 2rem;
    width: 100%;
    max-width: 1200px;
}
.service-image {
    flex: 1;
}
.service-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.service-text {
    flex: 1;
    padding: 1rem;
}
.service-text h1 {
    color: #1a237e;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.service-text ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.service-text .service-buttons {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    position: static; /* override absolute from service-box */
}
.btn-cart {
    background: #1a237e;
    color: #fff;
}

/* Responsive: stack on small screens */
@media (max-width: 900px) {
    .service-detail {
        flex-direction: column;
    }
    .service-image {
        max-width: 100%;
    }
}

/* Filter buttons for services */
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.7rem 1.5rem;
    border: 2px solid #cbd5e1;
    background: #fff;
    color: #1a237e;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #1a237e;
    background: #f3f6fb;
}

.filter-btn--active {
    background: #1a237e;
    color: #fff;
    border-color: #1a237e;
}

.filter-btn--active:hover {
    background: #0d1b5e;
}

/* Services: new calm card design */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card.is-hidden {
    display: none;
}

.services-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.services-more-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.4rem;
    font-weight: 700;
    background: #1a237e;
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
}

.services-more-btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.service-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.12),
        rgba(0,0,0,0)
    );
    pointer-events: none;
}

.service-card-body {
    padding: 1.5rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.service-card h3 {
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 600;
    color: #1f2933;
    margin: 0;
    min-height: 2.8em;
}

.service-card-desc {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #1f2933;
}

.service-card--garden h3 {
    color: #56c271;
    font-size: 1.95rem;
    line-height: 1.1;
    min-height: auto;
}

.service-link--garden {
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: #56c271;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.service-link--garden:hover {
    background: transparent;
    color: #40ad5c;
    text-decoration: underline;
}

.service-link {
    align-self: flex-start;
    padding: 0.5rem 1.05rem;
    border-radius: 999px;
    background: #f3f6fb;
    color: #1a237e;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease;
}

.service-link:hover {
    background: #e6ebf5;
}

.service-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.service-card-price {
    font-size: 1rem;
    font-weight: 700;
    color: #0b6b4f;
    background: #e8f7f1;
    border: 1px solid #c7ebdf;
    border-radius: 999px;
    padding: 0.42rem 0.8rem;
    white-space: nowrap;
}

@media (max-width: 620px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .service-card img {
        height: 220px;
    }

    .service-card-body {
        padding: 1.2rem 1rem 1rem;
    }

    .service-card h3 {
        min-height: auto;
        font-size: 1.05rem;
    }

    .service-card--garden h3 {
        font-size: 1.45rem;
    }

    .service-card-desc {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .service-cta-row {
        justify-content: flex-start;
    }
}

/* Neutralize legacy absolute buttons if present */
.service-buttons { position: static; bottom: auto; left: auto; gap: 0.5rem; }

/* CONTACT PAGE NEW LAYOUT */
.contact-bg {
    min-height: 100vh;
    background:
                linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url("img/kontakt-back.jpg") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.contact-box {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
        box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

.contact-left {
    padding: 3rem;
}

.contact-left h2,
.contact-right h2 {
    font-size: 2rem;
    color: #1f2933;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    font-size: 1rem;
}

.contact-item span {
    font-size: 1.4rem;
    color: var(--primary);
}

.contact-left a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.contact-right {
    padding: 3rem;
    background: #f7f9fc;
}

.contact-right form {
    display: flex;
    flex-direction: column;
}

.contact-right label {
    font-weight: 600;
    margin-top: 1rem;
}

.contact-right input,
.contact-right textarea {
    margin-top: 0.4rem;
    padding: 0.6rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.contact-right textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-right button {
    margin-top: 1.5rem;
}

.contact-map-wrap {
    margin-top: 2rem;
}

.contact-map-wrap h3 {
    font-size: 1.1rem;
    color: #1f2933;
    margin: 0 0 0.8rem;
}

.contact-map {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.contact-map iframe {
    width: 100%;
    height: 240px;
    border: 0;
    display: block;
}

@media (max-width: 900px) {
    .contact-box {
        grid-template-columns: 1fr;
    }

    .contact-map iframe {
        height: 220px;
    }
}
.contact-image img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* MOBIL */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-hero {
    height: 35vh;
  }
}

/* Service header: hero-like card for each tjänst */
.service-header {
    background: #f5f7fa;
    padding: 3.5rem 2rem;
}
.service-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.service-header-inner-solo {
    grid-template-columns: 1fr;
    max-width: 900px;
}
.service-header-inner,
.service-header-card,
.service-content-inner {
    min-width: 0;
}
.service-image img { border-radius: 20px; }

.service-image-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
}

.service-image-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: serviceImageSlider 10s infinite;
}

.service-image-slider img:nth-child(1) {
    animation-delay: 0s;
}

.service-image-slider img:nth-child(2) {
    animation-delay: 5s;
}

@keyframes serviceImageSlider {
    0%, 45% {
        opacity: 1;
    }
    50%, 95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.service-header-card {
    background: #ffffff;
    padding: 3rem 2.6rem;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.12);
    border-left: 6px solid var(--primary);
}
.service-lead {
    font-size: 1.1rem;
    color: #425057;
    margin: 1rem 0 1.5rem;
}
.service-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0.5rem 0 1.2rem;
}
.price-disclaimer {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 1.5rem 0 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-left: 3px solid #d1d5db;
    border-radius: 6px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}
.price-table th, .price-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}
.price-table th {
    background: #f3f4f6;
    font-weight: 600;
    color: #374151;
}
.price-table td:last-child {
    font-weight: 600;
    color: var(--primary);
    white-space: nowrap;
}
.service-bullets { padding-left: 1.2rem; margin-bottom: 2rem; }
.service-bullets li { margin-bottom: 0.5rem; }
.service-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.service-cta .btn { max-width: 100%; }

.service-trust {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
}

/* Service benefits section */
.service-benefits {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.service-benefits h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.service-benefits li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #374151;
}

.service-benefits li:before {
    content: "✓";
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Service benefits section */
.service-benefits {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.service-benefits h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-benefits ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.service-benefits li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #374151;
}

.service-benefits li:before {
    content: "✓";
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.service-meta {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: 0.8rem;
}

/* Service content blocks */
.service-content { padding: 4rem 2rem; }
.service-content-inner { max-width: 900px; margin: 0 auto; }
.service-highlight {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #eef3fb;
    border-left: 4px solid var(--primary);
    border-radius: 12px;
}

.service-gallery {
    padding: 0 2rem 3rem;
}

.scroll-gallery {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 380px);
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
}

.scroll-gallery img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
    scroll-snap-align: start;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.scroll-gallery::-webkit-scrollbar {
    height: 8px;
}

.scroll-gallery::-webkit-scrollbar-thumb {
    background: #9aa7b8;
    border-radius: 10px;
}

.scroll-gallery::-webkit-scrollbar-track {
    background: #e6ebf2;
    border-radius: 10px;
}

.section-subtitle { text-align: center; color: #6b7280; margin-bottom: 2rem; }

.related-services {
    max-width: 1280px;
    margin: 4rem auto 0;
    padding: 3.5rem 2rem;
    background: linear-gradient(135deg, #f8f9fc 0%, #f3f6fb 100%);
    border-radius: 24px;
}

.related-services h2 {
    text-align: center;
    margin-bottom: 0.8rem;
    font-size: 2rem;
    color: #1f2933;
}

.related-services .section-subtitle {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #6b7280;
    font-size: 1.05rem;
}

.related-services .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.related-services .service-card {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.related-services .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.related-services .service-card img {
    height: 220px;
    object-fit: cover;
}

.related-services .service-card-body {
    min-height: 160px;
    padding: 1.4rem 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
}

.related-services .service-card h3 {
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #1f2933;
}

.related-meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.related-services .service-link {
    padding: 0.55rem 1.2rem;
    background: #f0f4f9;
    border-radius: 999px;
    color: #1a237e;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 0.95rem;
}

.related-services .service-link:hover {
    background: #1a237e;
    color: #fff;
}

.related-price {
    font-size: 1rem;
    font-weight: 700;
    color: #0b6b4f;
    background: #e8f7f1;
    border: 1px solid #c7ebdf;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .related-services .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.6rem;
    }
}

@media (max-width: 700px) {
    .related-services {
        padding: 2.5rem 1rem;
        margin: 3rem auto 0;
    }

    .related-services h2 {
        font-size: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .related-services .services-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .related-services .service-card img {
        height: 200px;
    }

    .related-meta {
        gap: 0.8rem;
    }

    .related-services .service-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 900px) {
    .service-header-inner { grid-template-columns: 1fr; }
    .service-header { padding: 2rem 1rem; }
}

/* Minimal, non-invasive slider styles: don't change image sizes */
.service-image {
    position: relative;
    overflow: hidden;
    max-height: 700px;
}

/* Fallback before JS initializes slider */
.service-image > img:not(:first-child) {
    display: none;
}

.service-image .slides {
    display: flex;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
    will-change: transform;
}
.service-image .slide {
    min-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.service-image .slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3.5 / 4;
    object-fit: cover;
}

.service-image > img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.service-image .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: #fff;
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.service-image .slider-btn.prev { left: 8px; }
.service-image .slider-btn.next { right: 8px; }
.service-image .slider-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    display: flex;
    gap: 6px;
}
.service-image .slider-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}

/* Booking page */
.boka-page {
    background: radial-gradient(circle at 8% 10%, #f7fbff 0%, #e7eef9 32%, #dce6f5 100%);
}

.booking-main {
    position: relative;
}

.booking-section {
    padding: 6rem 1.2rem;
    background: transparent;
    min-height: calc(100vh - var(--topbar-height));
}

.booking-section.background-boka {
    min-height: 100vh;
    background:
        linear-gradient(130deg, rgba(10, 26, 61, 0.88), rgba(19, 48, 97, 0.82)),
        url("img/backgrund-boka.jpg") center / cover no-repeat;
}

.booking-layout {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
    gap: 1.4rem;
    align-items: start;
    min-width: 0;
}

.booking-intro {
    color: #f2f7ff;
    background: linear-gradient(160deg, rgba(7, 22, 54, 0.8), rgba(14, 39, 85, 0.58));
    border: 1px solid rgba(186, 208, 247, 0.35);
    border-radius: 24px;
    padding: 1.8rem 1.4rem;
    box-shadow: 0 28px 70px rgba(7, 20, 45, 0.32);
    position: sticky;
    top: calc(var(--topbar-height) + 1.2rem);
}

.booking-eyebrow {
    display: inline-block;
    padding: 0.3rem 0.78rem;
    border-radius: 999px;
    background: rgba(230, 126, 0, 0.22);
    border: 1px solid rgba(255, 200, 120, 0.42);
    color: #ffd9a0;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.76rem;
    margin-bottom: 0.95rem;
}

.booking-intro h1 {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    color: #ffffff;
}

.booking-intro-lead {
    margin: 1rem 0 1.2rem;
    color: #ceddfa;
    line-height: 1.65;
}

.booking-intro-points {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.65rem;
    color: #ebf2ff;
}

.booking-contact-box {
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(220, 233, 255, 0.35);
    border-radius: 16px;
    padding: 1rem;
}

.booking-contact-box h2 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 1.02rem;
}

.booking-contact-box p {
    margin: 0;
    color: #dce8ff;
    line-height: 1.6;
}

.booking-contact-box a {
    color: #ffffff;
    font-weight: 700;
}

.booking-card {
    max-width: 100%;
    margin: 0;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.97));
    padding: 2.2rem;
    border-radius: 24px;
    border: 1px solid #dbe6fb;
    box-shadow: 0 36px 100px rgba(10, 26, 61, 0.24);
    overflow: hidden;
    min-width: 0;
}

.booking-card h1,
.booking-card h2 {
    margin-top: 0;
    color: #0e2a5c;
    margin-bottom: 0.45rem;
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}

.booking-lead {
    color: #3d4f74;
    margin-bottom: 1.7rem;
    font-size: 0.98rem;
    line-height: 1.55;
}

.booking-lead a {
    color: #0b4cb8;
    font-weight: 700;
}

.booking-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.42rem;
    color: #213a67;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 0.82rem;
    border-radius: 11px;
    border: 1px solid #cddbf3;
    font-family: inherit;
    background: #fff;
    color: #12274a;
    box-sizing: border-box;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    outline: none;
    border-color: #2c62c6;
    box-shadow: 0 0 0 3px rgba(44, 98, 198, 0.2);
}

.booking-form input[type="file"] {
    padding: 0.55rem;
    background: rgba(255, 255, 255, 0.9);
}

.booking-form textarea {
    min-height: 120px;
    max-height: 240px;
    resize: vertical;
    background: #f8fbff;
    line-height: 1.5;
}

.booking-form h3 {
    margin: 1.35rem 0 0.85rem;
    font-size: 1.05rem;
    color: #0f3473;
    border-bottom: 1px solid #e5eeff;
    padding-bottom: 0.42rem;
}

.urgent-note {
    margin-top: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #b91c1c;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
}

.form-full {
    margin: 1.6rem 0 2rem;
}

.acute-callout {
    display: none;
    margin-top: 1.5rem;
    padding: 2rem;
    background: #fff5f5;
    border: 2px solid #fecaca;
    border-radius: 16px;
    text-align: center;
}

.acute-callout h3 {
    margin-top: 0;
    color: #b91c1c;
}

.acute-callout p {
    color: #374151;
    margin-bottom: 1.2rem;
}

.form-meta {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #445473;
}

.form-status {
    margin: 1rem 0 0;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
}

.form-status--success {
    background: #e8f7f1;
    color: #0b6b4f;
    border: 1px solid #b7e4d4;
}

.form-status--error {
    background: #fff2f2;
    color: #b42318;
    border: 1px solid #fecaca;
}

.back-link {
    display: inline-block;
    margin-top: 2rem;
    color: #173f88;
    font-weight: 600;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {
    .booking-section {
        padding: 2.5rem 0.75rem;
    }

    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-intro {
        position: static;
        padding: 1.2rem 1rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .booking-card {
        padding: 1.4rem 1rem;
    }
}

@media (max-width: 520px) {
    .content {
        padding: 2rem 0.95rem;
        border-radius: 12px;
    }

    .section-title {
        font-size: 1.65rem;
    }

    .trust {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 1.2rem 0.75rem;
        border-radius: 14px;
    }

    .process-section {
        margin: 2.4rem auto;
        padding: 0 0.8rem;
    }

    .process-section h3 {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .process-card {
        padding: 1.1rem 0.9rem;
        border-radius: 12px;
    }

    .info-section {
        padding: 2.4rem 0.8rem 2.8rem;
    }

    .info-card {
        padding: 1.35rem 1rem;
        border-radius: 14px;
    }

    .info-card h3 {
        font-size: 1.45rem;
    }

    .info-card p {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .service-header {
        padding: 1.2rem 0.75rem;
    }

    .service-header-card {
        padding: 1.35rem 1rem;
        border-radius: 16px;
    }

    .service-header-card h1 {
        font-size: 1.6rem;
        line-height: 1.25;
    }

    .service-price {
        font-size: 1.2rem;
        margin: 0.4rem 0 0.9rem;
    }

    .service-lead {
        font-size: 1rem;
    }

    .service-content {
        padding: 2rem 0.9rem;
    }

    .service-gallery {
        padding: 0 0.9rem 2rem;
    }

    .scroll-gallery {
        grid-auto-columns: minmax(78vw, 300px);
    }

    .scroll-gallery img {
        height: 200px;
    }

    .service-cta {
        flex-direction: column;
    }

    .service-cta .btn {
        width: 100%;
        text-align: center;
    }

    .service-header-card,
    .service-content-inner {
        overflow-wrap: anywhere;
    }

    .booking-card {
        padding: 1.3rem 0.95rem;
        border-radius: 16px;
    }

    .booking-card h1,
    .booking-card h2 {
        font-size: 1.55rem;
    }

    .booking-lead {
        font-size: 0.95rem;
        margin-bottom: 1.4rem;
    }

    .form-grid {
        gap: 0.95rem;
    }

    .form-full {
        margin: 1.05rem 0 1.2rem;
    }

    .acute-callout {
        padding: 1.2rem 0.9rem;
        border-radius: 12px;
    }

    .legal-hero-card h1 {
        font-size: 1.7rem;
    }

    .legal-intro-card h2,
    .legal-section-card h2 {
        font-size: 1.22rem;
    }
}

@media (max-width: 360px) {
    :root { --topbar-height: 64px; }

    .topbar {
        padding: 0 0.38rem;
        gap: 0.3rem;
    }

    .topbar-brand {
        width: 80px;
        height: calc(var(--topbar-height) - 16px);
    }

    .company-name {
        font-size: 0.56rem;
        max-width: 90px;
    }

    .topbar-right {
        gap: 0.28rem;
    }

    .topbar-right .contact,
    .topbar-right .urgent-help,
    .topbar-right .jour-btn {
        font-size: 0.72rem;
        padding: 0.18rem 0.42rem;
        border-radius: 6px;
    }

    .hero-inner {
        padding: 0.55rem;
    }

    .overlay-text {
        padding: 0.82rem 0.75rem;
        border-radius: 12px;
    }

    .overlay-text h1 {
        font-size: 1.55rem;
        line-height: 1.2;
    }

    .overlay-text p,
    .hero-points {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .hero-buttons .btn {
        padding: 0.72rem 0.85rem;
        border-radius: 10px;
        font-size: 0.9rem;
    }

    .content {
        padding: 1.55rem 0.62rem;
    }

    .section-title {
        font-size: 1.45rem;
    }

    .trust {
        padding: 0.95rem 0.58rem;
        gap: 0.68rem;
    }

    .trust-item {
        padding: 0.9rem 0.72rem;
    }

    .trust-text {
        font-size: 0.88rem;
    }

    .process-section {
        margin: 2rem auto;
        padding: 0 0.6rem;
    }

    .process-card {
        padding: 0.95rem 0.78rem;
    }

    .process-step {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
        margin-bottom: 0.65rem;
    }

    .process-card p {
        font-size: 0.94rem;
    }

    .process-note {
        font-size: 0.84rem;
    }

    .service-header {
        padding: 0.95rem 0.55rem;
    }

    .service-header-card {
        padding: 1.1rem 0.82rem;
        border-radius: 14px;
        border-left-width: 4px;
    }

    .service-header-card h1 {
        font-size: 1.42rem;
    }

    .service-price {
        font-size: 1.08rem;
    }

    .service-lead {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .service-content {
        padding: 1.65rem 0.65rem;
    }

    .service-gallery {
        padding: 0 0.65rem 1.6rem;
    }

    .scroll-gallery {
        grid-auto-columns: minmax(84vw, 260px);
    }

    .scroll-gallery img {
        height: 180px;
    }

    .services-grid {
        gap: 1rem;
    }

    .service-card img {
        height: 190px;
    }

    .service-card-body {
        padding: 0.95rem 0.78rem 0.88rem;
        gap: 0.85rem;
    }

    .service-card h3 {
        font-size: 0.98rem;
    }

    .service-link,
    .service-card-price {
        font-size: 0.84rem;
    }

    .booking-section {
        padding: 3rem 0.62rem;
    }

    .booking-card {
        padding: 1rem 0.72rem;
        border-radius: 14px;
    }

    .booking-card h1,
    .booking-card h2 {
        font-size: 1.4rem;
    }

    .booking-form input,
    .booking-form select,
    .booking-form textarea {
        padding: 0.65rem;
        font-size: 0.94rem;
    }

    .footer-inner {
        padding: 1.7rem 0.72rem;
        gap: 1rem;
    }

    .footer-col h3 {
        font-size: 1.16rem;
    }

    .legal-hero {
        padding: 1.1rem 0.58rem 0.65rem;
    }

    .legal-hero-card,
    .legal-intro-card,
    .legal-section-card {
        padding: 0.95rem 0.78rem;
        border-radius: 14px;
    }

    .legal-hero-card h1 {
        font-size: 1.45rem;
    }

    .legal-lead,
    .legal-section-card p,
    .legal-intro-card p,
    .legal-check-list,
    .legal-meta-list {
        font-size: 0.93rem;
        line-height: 1.58;
    }
}

/* Touch usability: keep important controls at least 44px high on mobile */
@media (hover: none) and (pointer: coarse) {
    .btn,
    .service-link,
    .services-more-btn,
    .filter-btn,
    .topbar-right a,
    .search-form .search-toggle,
    .service-image .slider-btn,
    .akut-btn,
    .booking-form button,
    .booking-form input,
    .booking-form select,
    .booking-form textarea {
        min-height: 44px;
    }

    .search-form .search-toggle,
    .service-image .slider-btn {
        min-width: 44px;
    }
}

.site-footer {
    background: linear-gradient(135deg, #1a222d, #101820);
    color: #d9e1ea;
    margin-top: 2.5rem;
    border-top: 4px solid #3b82f6;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.8rem 2rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2rem;
}

.footer-col h3 {
    margin: 0 0 1rem;
    color: #60a5fa;
    font-size: 1.4rem;
}

.footer-col p {
    margin: 0.4rem 0;
    line-height: 1.7;
    color: #c8d3de;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col li {
    margin-bottom: 0.55rem;
}

.site-footer a {
    color: #c8d3de;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #ffffff;
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2.2rem 1.2rem;
    }
}

/* Akut page: dedicated layout matching hero card design */
.akut-page {
    background: linear-gradient(180deg, #edf2f9 0%, #e4edf8 48%, #eef3fa 100%);
}

.akut-main {
    padding-bottom: 1.4rem;
}

.akut-hero {
    padding: 2.7rem 1rem 1.1rem;
    min-height: 560px;
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0.9) 0%, rgba(231, 240, 252, 0.56) 54%, rgba(191, 212, 241, 0.2) 100%),
        url('img/akut-back.jpg') right center / cover no-repeat;
}

.akut-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 0;
}

.akut-hero-card {
    max-width: 790px;
    padding: 2.3rem 2.45rem;
    border-radius: 28px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.92));
    border: 1px solid rgba(220, 232, 249, 0.95);
    box-shadow: 0 34px 70px rgba(22, 53, 102, 0.24);
}

.akut-badge {
    display: inline-block;
    margin-bottom: 0.92rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: #e67e00;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.akut-hero-card h1 {
    margin: 0;
    color: #0f2d63;
    font-size: clamp(2.05rem, 4.6vw, 3.2rem);
    line-height: 1.1;
}

.akut-lead {
    margin: 0.95rem 0 1.05rem;
    color: #30466d;
    font-size: clamp(1.03rem, 2vw, 1.28rem);
    line-height: 1.52;
    max-width: 42ch;
}

.akut-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.akut-list li {
    position: relative;
    margin: 0.58rem 0;
    padding-left: 1.75rem;
    color: #1f3a6d;
    font-size: 1rem;
    font-weight: 600;
}

.akut-list li::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #e67e00;
}

.akut-cta {
    margin-top: 1.4rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.akut-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.78rem 1.32rem;
    border-radius: 11px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.akut-btn:hover {
    transform: translateY(-2px);
}

.akut-btn-primary {
    color: #ffffff;
    background: linear-gradient(180deg, #2553a8, #193a87);
    box-shadow: 0 12px 24px rgba(25, 58, 135, 0.3);
}

.akut-btn-primary:hover {
    background: linear-gradient(180deg, #2d5cb4, #1e4295);
}

.akut-btn-secondary {
    color: #17386f;
    background: #f2f7ff;
    border: 1px solid #bdd0ed;
}

.akut-btn-secondary:hover {
    background: #e9f1fd;
}

.akut-note {
    margin: 1rem 0 0;
    color: #4a5e82;
    font-size: 0.95rem;
}

.akut-trust-row {
    margin: 0.95rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    color: #2a406d;
    font-size: 0.92rem;
}

.akut-trust-row li {
    position: relative;
    padding-left: 1rem;
}

.akut-trust-row li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #2f7f5f;
    font-weight: 700;
}

.akut-problems,
.akut-process,
.akut-info {
    padding: 2rem 1rem 0.8rem;
}

.akut-info-inner {
    max-width: 980px;
    margin: 0 auto;
    min-width: 0;
}

.akut-info-inner h2 {
    margin: 0;
    text-align: center;
    color: #13356f;
    font-size: clamp(1.55rem, 3.7vw, 2.2rem);
}

.akut-problem-grid {
    margin-top: 1.1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.95rem;
}

.akut-problem-card {
    background: #ffffff;
    border: 1px solid #d8e4f8;
    border-radius: 16px;
    padding: 1.1rem 1rem;
    box-shadow: 0 10px 24px rgba(20, 48, 92, 0.08);
}

.akut-problem-card h3 {
    margin: 0 0 0.5rem;
    color: #153a77;
    font-size: 1.03rem;
}

.akut-problem-card p {
    margin: 0;
    color: #4a5e82;
    line-height: 1.55;
    font-size: 0.94rem;
}

.akut-steps {
    margin: 1.1rem auto 0;
    padding-left: 1.2rem;
    max-width: 780px;
    color: #33496f;
    display: grid;
    gap: 0.75rem;
    line-height: 1.62;
}

.akut-steps strong {
    color: #12366f;
}

.akut-info-list {
    margin: 1.1rem auto 0;
    max-width: 500px;
    color: #34445f;
    font-size: 1rem;
    line-height: 1.6;
    background: #ffffff;
    border: 1px solid #d8e4f8;
    border-radius: 16px;
    padding: 1.1rem 1.35rem;
    box-shadow: 0 10px 24px rgba(20, 48, 92, 0.08);
}

.akut-contact-strip {
    margin-top: 0.95rem;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
}

.akut-back-link-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0.5rem 1rem 0;
}

.akut-back-link {
    display: inline-block;
    color: #143871;
    text-decoration: none;
    font-weight: 600;
}

.akut-back-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .akut-hero {
        padding: 1.45rem 0.85rem 0.65rem;
        min-height: auto;
    }

    .akut-hero-card {
        padding: 1.5rem 1.1rem;
    }

    .akut-lead {
        font-size: 1rem;
    }

    .akut-trust-row {
        gap: 0.4rem 0.8rem;
    }

    .akut-cta {
        flex-direction: column;
    }

    .akut-btn {
        width: 100%;
    }

    .akut-contact-strip {
        flex-direction: column;
    }

    .akut-problem-grid {
        grid-template-columns: 1fr;
    }
}

/* About company page */
.about-page {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: #eef2f7;
}

.about-company-hero {
    padding: 2.6rem 1rem 1rem;
    background:
        linear-gradient(180deg, rgba(243, 247, 253, 0.96), rgba(226, 235, 247, 0.9));
}

.about-company-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.about-company-card {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.4rem 2.2rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dde7f6;
    box-shadow: 0 22px 54px rgba(18, 42, 82, 0.12);
}

.about-company-card h1 {
    margin: 0 0 1rem;
    color: #152a5f;
    font-size: clamp(2rem, 4.2vw, 3rem);
}

.about-company-card p {
    margin: 0 0 1rem;
    color: #33445f;
    font-size: 1.04rem;
    line-height: 1.72;
}

.about-company-cta {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.about-company-info {
    padding: 1.2rem 1rem 2rem;
}

.about-company-info-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.about-company-info h2 {
    margin: 0 0 1rem;
    text-align: center;
    color: #21355f;
}

.about-company-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 860px;
    margin: 0 auto;
}

.about-company-item {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #dce6f3;
    box-shadow: 0 8px 20px rgba(30, 58, 99, 0.08);
}

.about-company-item h3 {
    margin: 0 0 0.25rem;
    color: #1d3260;
    font-size: 1rem;
}

.about-company-item p {
    margin: 0;
    color: #30435f;
    font-weight: 600;
}

.about-company-item-wide {
    grid-column: 1 / -1;
}

.about-company-back {
    margin: 1rem auto 0;
    max-width: 860px;
}

.about-company-back a {
    color: #1f3c80;
    text-decoration: none;
    font-weight: 600;
}

.about-company-back a:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {
    .about-company-card {
        padding: 1.6rem 1.2rem;
    }

    .about-company-grid {
        grid-template-columns: 1fr;
    }

    .about-company-cta {
        flex-direction: column;
    }

    .about-company-cta .btn {
        width: 100%;
        text-align: center;
    }
}

/* Legal and policy pages */
.legal-page {
    padding: 0;
    background: #eef3f9;
    border-radius: 0;
    box-shadow: none;
}

.legal-hero {
    padding: 2.4rem 1rem 1rem;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 26%),
        linear-gradient(180deg, #f7faff 0%, #e8eff8 100%);
}

.legal-hero-inner,
.legal-content-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.legal-hero-card,
.legal-intro-card,
.legal-section-card {
    background: #ffffff;
    border: 1px solid #dbe6f4;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(21, 44, 83, 0.09);
}

.legal-hero-card {
    padding: 2.2rem 2rem;
}

.legal-eyebrow {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #e9f0ff;
    color: #1e3a8a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.legal-hero-card h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #162f63;
}

.legal-lead {
    margin: 0.9rem 0 0;
    max-width: 62ch;
    font-size: 1.08rem;
    line-height: 1.68;
    color: #415370;
}

.legal-company-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.15rem;
}

.legal-company-strip span {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #f3f7fd;
    color: #24406f;
    font-weight: 600;
}

.legal-content {
    padding: 0.6rem 1rem 2rem;
}

.legal-content-inner {
    display: grid;
    gap: 1rem;
}

.legal-intro-card,
.legal-section-card {
    padding: 1.5rem 1.4rem;
}

.legal-intro-card h2,
.legal-section-card h2 {
    margin: 0 0 0.8rem;
    color: #173261;
    font-size: 1.4rem;
}

.legal-section-card p,
.legal-intro-card p {
    margin: 0 0 0.8rem;
    color: #46566f;
    line-height: 1.72;
}

.legal-section-card p:last-child,
.legal-intro-card p:last-child {
    margin-bottom: 0;
}

.legal-meta-list,
.legal-check-list {
    margin: 0;
    padding-left: 1.2rem;
    color: #384a66;
    line-height: 1.7;
}

.legal-meta-list li,
.legal-check-list li {
    margin-bottom: 0.35rem;
}

.legal-section-card-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.legal-section-card-split > div {
    padding: 0.1rem;
}

.legal-callout-card {
    background: linear-gradient(180deg, #fbfdff 0%, #f1f6fd 100%);
    border-left: 5px solid #2563eb;
}

.legal-back-link {
    margin: 0.2rem 0 0;
}

.legal-back-link a {
    color: #1f3d83;
    text-decoration: none;
    font-weight: 700;
}

.legal-back-link a:hover {
    text-decoration: underline;
}

@media (max-width: 760px) {
    .legal-hero {
        padding: 1.5rem 0.8rem 0.8rem;
    }

    .legal-hero-card,
    .legal-intro-card,
    .legal-section-card {
        padding: 1.25rem 1rem;
    }

    .legal-section-card-split {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
}