/* ==========================================================================
   comcenter.se — MODERN rebuild i InfraComs designspråk.
   Eget, fristående stilark (krockar ej med speglingens wp-css).
   Brand: teal #055559 + orange #ea5b0c (= InfraComs palett).
   ========================================================================== */
:root{
  --teal:#055559; --teal-dark:#033b3e; --teal-soft:#e7f0ef;
  --orange:#ea5b0c; --orange-dark:#c24a08;
  --ink:#15201f; --text:#3f4a49; --muted:#6b7674; --border:#e3ebe9;
  --off:#f6faf9; --white:#fff; --radius:16px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Open Sans',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--text);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;background:var(--white)}
h1,h2,h3,h4{color:var(--teal);line-height:1.15;letter-spacing:-.02em;font-weight:800}
h1{font-size:50px}h2{font-size:32px}h3{font-size:20px}
p{margin:0 0 16px}
a{color:var(--orange-dark);text-decoration:none}a:hover{color:var(--orange)}
img{max-width:100%;display:block}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.container--narrow{max-width:840px;margin:0 auto;padding:0 24px}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--orange-dark);margin-bottom:14px}

/* Header */
.site-header{position:sticky;top:0;z-index:60;background:var(--teal);border-bottom:1px solid rgba(255,255,255,.12);transition:box-shadow .2s}
.site-header.is-scrolled{box-shadow:0 6px 22px rgba(0,0,0,.22)}
/* Tvinga full bredd — WP/litespeed-CSS:en på de råa sidorna sätter max-width:1140px på .site-header/.site-footer */
.site-header,.site-footer{width:auto!important;max-width:none!important;margin-left:0!important;margin-right:0!important;float:none!important}
.header__inner{max-width:1440px;margin:0 auto;padding:18px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.header__logo img{height:52px;width:auto}
.main-nav{display:flex;align-items:center;gap:21px}
.main-nav>a,.has-sub>a{color:rgba(255,255,255,.92);font-size:15.5px;font-weight:600;white-space:nowrap}
.main-nav>a:hover,.has-sub>a:hover,.main-nav a.is-active{color:#fff}
.main-nav__cta{background:var(--orange);color:#fff!important;padding:12px 24px;border-radius:9px}
.main-nav__cta:hover{background:var(--orange-dark)}
/* Dropdowns */
.has-sub{position:relative}
.has-sub>a{display:inline-flex;align-items:center;gap:5px;cursor:pointer}
.has-sub>a::after{content:"▾";font-size:10px;color:rgba(255,255,255,.6)}
.has-sub .sub{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 34px rgba(5,85,89,.14);padding:8px;min-width:210px;display:none;flex-direction:column;z-index:70}
.has-sub:hover .sub{display:flex}
.has-sub .sub a{padding:11px 16px;border-radius:8px;font-size:15px;font-weight:600;color:var(--ink)}
.has-sub .sub a:hover{background:var(--teal-soft);color:var(--orange-dark)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.burger span{width:25px;height:2.5px;background:#fff;border-radius:2px}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;letter-spacing:.3px;transition:.16s;border:2px solid transparent;cursor:pointer}
.btn--primary{background:var(--orange);color:#fff;border-color:var(--orange)}
.btn--primary:hover{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(234,91,12,.28)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn--ghost:hover{background:rgba(255,255,255,.14);border-color:#fff;color:#fff}
.btn--outline{background:transparent;color:var(--teal);border-color:var(--border)}
.btn--outline:hover{border-color:var(--orange);color:var(--orange-dark)}
.link-arrow{font-weight:700;color:var(--orange-dark);display:inline-flex;align-items:center;gap:6px}
.link-arrow::after{content:"→";transition:transform .15s}
.link-arrow:hover::after{transform:translateX(4px)}

/* Hero — helbredds foto med centrerad text (som originalet) */
.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;
  background:var(--teal) url('/wp-content/uploads/2024/12/Om-oss-Hemsida.png') center/cover no-repeat}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(rgba(3,40,42,.35),rgba(3,40,42,.6))}
.hero__inner{position:relative;z-index:2;max-width:820px;padding:120px 24px}
.hero h1{color:#fff;margin-bottom:14px;font-size:54px;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.hero__sub{color:rgba(255,255,255,.95);font-size:18px;font-weight:600;margin-bottom:26px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}

/* Teal split (Vi blir en del av InfraCom) */
.tealsplit{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);color:#fff}
.tealsplit h1,.tealsplit h2,.tealsplit h3,.tealsplit h4{color:#fff}
.tealsplit p,.tealsplit li{color:rgba(255,255,255,.92)}
.tealsplit a:not(.btn){color:#fff}
.imgcard{background:#fff;border-radius:18px;padding:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 50px rgba(0,0,0,.22)}
.imgcard img{box-shadow:none;border-radius:0}

/* Teal highlight-kort i 3-kortsraden */
.news__item--teal{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);color:#fff;border-color:transparent}
.news__item--teal .news__img{background:#fff;display:flex;align-items:center;justify-content:center;padding:22px}
.news__item--teal .news__img img{width:auto;height:auto;max-height:90px;object-fit:contain}
.news__item--teal h3{color:#fff}
.news__item--teal p{color:rgba(255,255,255,.9)}
.news__item--teal .link-arrow{color:#fff}

/* Customer-logo strip */
.logos{background:var(--off);border-bottom:1px solid var(--border)}
.logos__inner{max-width:1180px;margin:0 auto;padding:26px 24px;display:flex;align-items:center;gap:14px 40px;flex-wrap:wrap;justify-content:center}
.logos__label{width:100%;text-align:center;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:6px}
.logos img{height:30px;width:auto;opacity:.62;filter:grayscale(1);transition:.2s}
.logos img:hover{opacity:1;filter:none}

/* Sections */
.section{padding:80px 0}
.section--off{background:var(--off)}
.section__head{text-align:center;max-width:720px;margin:0 auto 48px}
.section__head h2::after{content:"";display:block;width:56px;height:4px;background:var(--orange);border-radius:2px;margin:16px auto 0}
.section__head p{font-size:18px;color:var(--muted)}

/* Service cards */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px 26px;display:flex;flex-direction:column;transition:.22s}
.card:hover{transform:translateY(-5px);border-color:var(--orange);box-shadow:0 18px 40px rgba(5,85,89,.13)}
.card__icon{width:50px;height:50px;border-radius:12px;background:var(--teal-soft);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.card__icon svg{width:26px;height:26px}
.card h3{margin-bottom:8px}
.card p{font-size:14.5px;color:var(--muted);margin-bottom:16px}
.card .link-arrow{margin-top:auto;font-size:14.5px}

/* Split (telefoni / del av infracom) */
.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.split__media img{border-radius:var(--radius);box-shadow:0 20px 44px rgba(5,85,89,.16)}
.split__text h2{margin-bottom:16px}
.bullets{list-style:none;margin:0 0 22px}
.bullets li{position:relative;padding-left:30px;margin-bottom:11px;color:var(--text)}
.bullets li::before{content:"";position:absolute;left:0;top:9px;width:12px;height:12px;border-radius:3px;background:var(--orange);transform:rotate(45deg)}

/* Del av InfraCom band */
.partband{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);color:#fff}
.partband__inner{max-width:980px;margin:0 auto;padding:60px 24px;text-align:center}
.partband img{height:54px;margin:0 auto 22px;width:auto}
.partband h2{color:#fff;margin-bottom:14px}
.partband p{color:rgba(255,255,255,.9);font-size:17px;max-width:680px;margin:0 auto 12px}

/* News / case cards */
.news{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.news__item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.22s}
.news__item:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(5,85,89,.13)}
.news__img{aspect-ratio:16/8;overflow:hidden;background:var(--teal-soft)}
.news__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.news__item:hover .news__img img{transform:scale(1.05)}
.news__body{padding:22px 24px;display:flex;flex-direction:column;flex:1}
.news__tag{font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--orange-dark);margin-bottom:10px}
.news__body h3{font-size:18px;margin-bottom:8px}
.news__body p{font-size:14px;color:var(--muted);margin-bottom:16px}
.news__body .link-arrow{margin-top:auto;font-size:14px}

/* CTA */
.cta{background:var(--off);text-align:center;padding:70px 0}
.cta h2{margin-bottom:12px}
.cta p{font-size:18px;color:var(--muted);max-width:560px;margin:0 auto 26px}

/* Footer */
.site-footer{background:var(--teal-dark);color:rgba(255,255,255,.82);padding:56px 0 26px;font-size:14.5px}
.footer__cols{max-width:1180px;margin:0 auto;padding:0 24px 32px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;border-bottom:1px solid rgba(255,255,255,.14)}
.footer__brand img{height:40px;width:auto;margin-bottom:14px}
.footer__brand p{font-size:14px;max-width:280px}
.footer__col h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.footer__col ul{list-style:none}
.footer__col li{margin-bottom:9px}
.footer__col a{color:rgba(255,255,255,.82)}
.footer__col a:hover{color:#fff}
.footer__bottom{max-width:1180px;margin:0 auto;padding:20px 24px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(255,255,255,.6)}

/* ===== Säljare/kontakt-sektion — DELAD, enhetlig över alla sidor ===== */
.team{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:24px!important}
.team--single,.cards--single{display:flex!important;justify-content:center!important}
.team--single>*,.cards--single>*{width:280px!important;flex:0 0 280px!important;max-width:100%}
.team__card{background:#fff!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;padding:24px 20px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;transition:.22s!important}
.team__card:hover{transform:translateY(-5px)!important;border-color:var(--orange)!important;box-shadow:0 16px 36px rgba(5,85,89,.13)!important}
.team__photo{width:100%!important;aspect-ratio:1/1!important;height:auto!important;border-radius:14px!important;overflow:hidden!important;margin:0 0 16px!important;background:var(--teal-soft)!important}
.team__photo img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;box-shadow:none!important;margin:0!important}
.team__card>img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;border-radius:14px!important;object-fit:cover!important;margin:0 0 16px!important;box-shadow:none!important}
.team__card h3{font-size:18px!important;margin-bottom:2px!important;color:var(--teal)!important;text-transform:none!important}
.team__role{font-size:13px!important;font-weight:700!important;letter-spacing:.4px!important;text-transform:uppercase!important;color:var(--orange-dark)!important;margin-bottom:8px!important}
.team__phone{font-size:14px!important;color:var(--muted)!important;margin-bottom:16px!important}
.team__card .btn{margin-top:auto!important}
.team__city{text-align:center!important;margin:0 0 28px!important;color:var(--teal)!important}
.team__city--sub{margin-top:56px!important}
.team__lead{text-align:center!important;max-width:740px!important;margin:0 auto 30px!important;color:var(--muted)!important;font-size:17px!important}

/* ===== PRODUKTSIDOR — ren ombyggd layout (.product-page) ===== */
.product-page{padding:36px 0 88px;background:var(--off)}
.product-breadcrumb{max-width:1080px;margin:0 auto 26px;font-size:14px;display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.product-breadcrumb a{color:var(--muted);font-weight:600}
.product-breadcrumb a:hover{color:var(--orange-dark)}
.product-breadcrumb .sep{color:var(--border)}
.product-breadcrumb .current{color:var(--teal);font-weight:700}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1080px;margin:0 auto}
.product-media{background:#fff;border:1px solid var(--border);border-radius:18px;padding:34px;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 36px rgba(5,85,89,.08)}
.product-media img{max-width:100%;height:auto;border-radius:10px;display:block}
.product-info h1{color:var(--teal);font-size:32px;line-height:1.15;letter-spacing:-.02em;margin:0 0 20px}
.product-desc{color:var(--text);font-size:16px;line-height:1.65}
.product-desc ul{list-style:none;margin:0 0 18px;padding:0}
.product-desc li{position:relative;padding-left:26px;margin-bottom:10px}
.product-desc li::before{content:"";position:absolute;left:0;top:9px;width:10px;height:10px;background:var(--orange);border-radius:2px;transform:rotate(45deg)}
.product-desc p{margin:0 0 14px}
.product-price{margin:24px 0 14px;font-size:18px;font-weight:800;color:var(--teal)}
.product-related{margin-top:66px}
.product-related h2{color:var(--teal);font-size:26px;text-align:center;margin-bottom:0}
.product-related h2::after{content:"";display:block;width:54px;height:4px;background:var(--orange);border-radius:2px;margin:14px auto 0}
.prod-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:22px;margin-top:36px;max-width:1080px;margin-left:auto;margin-right:auto}
.prod-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px;text-align:center;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;color:var(--text)}
.prod-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(5,85,89,.13);border-color:var(--orange)}
.prod-card__img{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.prod-card__img img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}
.prod-card h3{font-size:15px;color:var(--teal);margin-bottom:6px;line-height:1.3}
.prod-card__price{font-size:13px;color:var(--muted);margin-top:auto}
@media(max-width:820px){.product-grid{grid-template-columns:1fr;gap:28px}.product-media{order:-1}}

/* Reveal */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}
.reveal.is-visible{opacity:1;transform:none}
.reveal--d1{transition-delay:.08s}.reveal--d2{transition-delay:.16s}.reveal--d3{transition-delay:.24s}

@media(max-width:900px){
  h1,.hero h1{font-size:36px}h2{font-size:27px}
  .hero__inner,.split{grid-template-columns:1fr;gap:34px}
  .hero__media,.split__media{order:-1}
  .footer__cols{grid-template-columns:1fr 1fr}
  .burger{display:flex}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--teal);flex-direction:column;align-items:stretch;gap:0;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.12)}
  .main-nav.is-open{display:flex}
  .main-nav>a,.has-sub>a{padding:13px 24px}
  .has-sub{position:static}
  .has-sub .sub{position:static;display:flex;box-shadow:none;border:0;border-radius:0;padding:0 0 0 18px;min-width:0}
  .has-sub .sub a{padding:10px 24px}
  .main-nav__cta{margin:8px 24px;text-align:center}
}
@media(max-width:560px){.footer__cols{grid-template-columns:1fr}}

/* ===== WEBSHOP & KATEGORISIDOR ===== */
.shop-page{padding:36px 0 84px;background:var(--off)}
.shop-head{max-width:1080px;margin:0 auto 30px}
.shop-head h1{color:var(--teal);font-size:34px;letter-spacing:-.02em;margin:0 0 6px}
.shop-head p{color:var(--muted);font-size:16px;margin:0}
.cat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;max-width:1080px;margin:0 auto}
.cat-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;color:var(--teal)}
.cat-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(5,85,89,.14);border-color:var(--orange)}
.cat-card__img{aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid var(--border)}
.cat-card__img img{max-width:100%;max-height:100%;object-fit:contain}
.cat-card__body{padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.cat-card__body h3{font-size:18px;color:var(--teal);margin:0}
.cat-card__count{font-size:13px;color:var(--muted);font-weight:600;white-space:nowrap}

/* ===== Webshop 2.0 — inloggad kund (shopbar, konfigurator, varukorg) ===== */
.shopbar{background:var(--teal);color:#fff;font-size:14px;position:sticky;top:0;z-index:70;border-bottom:1px solid rgba(255,255,255,.14)}
.shopbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:9px;padding-bottom:9px}
.shopbar a{color:#fff;text-decoration:none;font-weight:600}
.shopbar a:hover{text-decoration:underline}
.shopbar__right{display:flex;gap:18px;align-items:center}
.cart-badge{display:inline-block;background:var(--orange);color:#fff;border-radius:800px;padding:1px 8px;font-size:12px;font-weight:700}
.cart-badge.hidden{display:none}
.kampanj-pill{display:inline-block;background:var(--orange);color:#fff;font-size:12px;font-weight:700;border-radius:800px;padding:2px 10px;vertical-align:middle}
.product-price s{color:var(--muted);font-weight:400;margin-right:8px}
.prod-card__price s{color:var(--muted);font-weight:400;margin-right:6px}

.cfg{margin-top:18px;border-top:1px solid var(--border);padding-top:18px;display:flex;flex-direction:column;gap:12px;max-width:420px}
.cfg__row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:600;color:var(--text)}
.cfg__row select,.cfg__row input[type=number]{padding:9px 11px;border:1px solid var(--border);border-radius:10px;font:inherit;color:var(--text);background:#fff;min-width:150px}
.cfg__row select:focus,.cfg__row input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(5,85,89,.15)}
.cfg__check{justify-content:flex-start;gap:10px;font-weight:500}
.cfg__check input{width:17px;height:17px;accent-color:var(--orange)}
.cfg__total{font-size:19px;color:var(--ink);border-top:1px dashed var(--border);padding-top:12px}
.cfg .btn{align-self:flex-start}
.cfg__msg{font-size:14px}
.cfg__msg .ok{color:#2f9e5f;font-weight:600}

.cart-table{width:100%;border-collapse:collapse;background:#fff;font-size:15px}
.cart-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);padding:11px 12px;border-bottom:1px solid var(--border)}
.cart-table td{padding:12px;border-bottom:1px solid var(--border);vertical-align:top}
.cart-sum{margin-top:18px;font-size:17px}
.cart-sum strong{font-size:21px;color:var(--ink)}
.checkout{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px;margin-top:8px}
@media(max-width:700px){.checkout{grid-template-columns:1fr}}
.checkout label{display:block;font-size:13px;font-weight:600;margin:10px 0 4px;color:var(--text)}
.checkout input,.checkout select,.checkout textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;font:inherit;color:var(--text)}
.checkout textarea{min-height:90px;resize:vertical}
.checkout input:focus,.checkout select:focus,.checkout textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(5,85,89,.15)}
.checkout .full{grid-column:1/-1}
.radio-row{display:flex;align-items:center;gap:10px;font-weight:500;margin:6px 0}
.radio-row input{width:auto}

/* ===== Webshop — inloggningskort (använder sajtens header/footer) ===== */
.auth-page{padding:56px 0 80px;background:var(--off);min-height:60vh}
.auth-card{max-width:440px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 18px rgba(0,0,0,.06);padding:32px 34px}
.auth-card h1{font-size:26px;margin:0 0 6px;color:var(--teal)}
.auth-card p{color:var(--muted)}
.auth-card label{display:block;font-size:13px;font-weight:600;margin:14px 0 5px;color:var(--text)}
.auth-card input{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:10px;font:inherit;color:var(--text)}
.auth-card input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(5,85,89,.15)}
.auth-card .btn{margin-top:20px;width:100%;justify-content:center}
.auth-card .secret{font-family:ui-monospace,Consolas,monospace;font-size:16px;letter-spacing:2px;background:var(--off);border:1px solid var(--border);border-radius:8px;padding:12px;word-break:break-all;margin:8px 0}
.auth-msg{margin-top:14px;font-size:14px}
.auth-msg.err{color:#d64545}
.auth-foot{text-align:center;margin-top:18px;font-size:14px;color:var(--muted)}
/* Utility — måste slå igenom även mot senare display-regler (t.ex. flex) */
.hidden{display:none !important}
.qr-box{display:flex;justify-content:center;margin:16px 0 10px}
.qr-box svg{border:1px solid var(--border);border-radius:10px;padding:8px;background:#fff}
.qr-alt{text-align:center;font-size:13px;margin:0 0 6px}
.qr-alt a{color:var(--muted)}
/* ===== Konto- och kassasidor: kompakt "app"-känsla, inte marknadstypografi ===== */
.konto-page{background:var(--off);padding:40px 0 70px}
.konto-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--border);
  border-radius:var(--radius);box-shadow:0 4px 18px rgba(0,0,0,.06);padding:30px 34px}
.konto-card h1{font-size:26px;margin:0 0 4px;color:var(--teal)}
.konto-card h2{font-size:18px;margin:26px 0 6px;color:var(--teal);font-weight:700}
.konto-card h2:first-of-type{margin-top:18px}
.konto-card p{margin:0 0 10px;font-size:15px}
.konto-card .btn{padding:10px 20px;font-size:14px;border-radius:8px}
.konto-card hr{border:none;border-top:1px solid var(--border);margin:24px 0}
.konto-meta{color:var(--muted);font-size:14px}
/* Sammanfattning av kunduppgifter i kassan */
.kunduppgifter{background:var(--off);border:1px solid var(--border);border-radius:12px;padding:16px 18px;max-width:560px}
.kunduppgifter div{display:flex;gap:14px;padding:4px 0;font-size:14px}
.kunduppgifter div span{color:var(--muted);min-width:130px}
.kunduppgifter p{margin:10px 0 0}
