/* ═══════════════════════════════════════════════════════════════
   SHOWUP NORDIC — NORDISK STRAM
   2026-09-07
   ---------------------------------------------------------------
   Visuelt overstyringslag for de offentlige ShowUP-sidene.
   Mål: mindre "SaaS-plast", mer vanlig nordisk bedriftsweb.
   Funksjon, innhold, språk og JS er ikke endret her.
   ═══════════════════════════════════════════════════════════════ */

body.classic-web {
  --su-green: #1A6B4A;
  --su-green-light: #2A8F65;
  --su-bg: #ffffff;
  --su-alt: #f6f6f3;
  --su-warm: #f2efe8;
  --su-line: #d9d9d3;
  --su-line-dark: #bfc0ba;
  --su-ink: #1b1b1b;
  --su-muted: #5b5b57;
  --su-faint: #8b8b84;
  --copper: #1A6B4A;
  --copper-light: #2A8F65;
  --copper-bright: #2A8F65;
  --copper-glow: rgba(26,107,74,.16);
  --copper-soft: rgba(26,107,74,.08);
  --accent: #1A6B4A;
  --accent-2: #2A8F65;
  --accent-soft: rgba(26,107,74,.08);
  --green: #1A6B4A;
  --green-light: #2A8F65;
  --success: #1A6B4A;
  color: var(--su-ink);
  -webkit-font-smoothing: antialiased;
}

body.classic-web *,
body.classic-web *::before,
body.classic-web *::after { box-sizing: border-box; }

body.classic-web a { text-underline-offset: 3px; }
body.classic-web ::selection { background: rgba(26,107,74,.16); color: #111; }

/* ── Fjern pynt som ikke bærer informasjon ───────────────────── */
body.classic-web .reveal,
body.classic-web .reveal.visible,
body.classic-web .step,
body.classic-web .hero,
body.classic-web .card,
body.classic-web .login-card {
  animation: none !important;
}
body.classic-web [style*="backdrop-filter"],
body.classic-web .glass,
body.classic-web .surface,
body.classic-web .login-card,
body.classic-web .booking-card,
body.classic-web .topnav,
body.classic-web .topbar,
body.classic-web nav {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* ── Navigasjon ───────────────────────────────────────────────── */
body.classic-web .topnav,
body.classic-web .topbar,
body.classic-web nav {
  background: #fff !important;
  border-bottom: 1px solid var(--su-line) !important;
  box-shadow: none !important;
}
body.classic-web .topbar,
body.classic-web .topnav { color: var(--su-ink) !important; }
body.classic-web .topbar a,
body.classic-web .topnav a,
body.classic-web nav a { text-shadow: none !important; }
body.classic-web .topbar-cta,
body.classic-web .topbar .book,
body.classic-web .nav-cta,
body.classic-web .nav-register,
body.classic-web .nav-signin,
body.classic-web .btn-signin {
  border-radius: 2px !important;
  clip-path: none !important;
  box-shadow: none !important;
}

/* ── Typografi ────────────────────────────────────────────────── */
body.classic-web:not(.page-manifest) h1,
body.classic-web:not(.page-manifest) h2,
body.classic-web:not(.page-manifest) h3,
body.classic-web:not(.page-manifest) .section-title,
body.classic-web:not(.page-manifest) .faq-title {
  text-shadow: none !important;
}
body.classic-web .eyebrow,
body.classic-web .stamp,
body.classic-web .section-label,
body.classic-web .sect-kicker,
body.classic-web .step-eyebrow,
body.classic-web .enterprise-badge,
body.classic-web .hero-tag {
  letter-spacing: .08em !important;
}

/* ── Knapper: ordentlige rektangler, ikke marshmallows ───────── */
body.classic-web .btn-primary,
body.classic-web .btn-secondary,
body.classic-web .btn-ghost,
body.classic-web .cta,
body.classic-web .topbar-cta,
body.classic-web .nav-cta,
body.classic-web .form-submit,
body.classic-web .primary-button,
body.classic-web .secondary-button,
body.classic-web .btn-showup,
body.classic-web .btn-email,
body.classic-web .btn-google,
body.classic-web .btn-google-hero,
body.classic-web .btn-email-hero,
body.classic-web .export-button,
body.classic-web .cal-export-btn,
body.classic-web button[type="submit"] {
  border-radius: 2px !important;
  clip-path: none !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  transition: background .15s ease, border-color .15s ease, color .15s ease !important;
  letter-spacing: .02em !important;
}
body.classic-web .btn-primary:hover,
body.classic-web .btn-secondary:hover,
body.classic-web .cta:hover,
body.classic-web .primary-button:hover,
body.classic-web .btn-showup:hover,
body.classic-web button[type="submit"]:hover {
  transform: none !important;
}
body.classic-web .btn-primary,
body.classic-web .cta--solid,
body.classic-web .form-submit,
body.classic-web .primary-button,
body.classic-web .btn-showup {
  background: var(--su-green) !important;
  color: #fff !important;
  border-color: var(--su-green) !important;
}
body.classic-web .btn-primary:hover,
body.classic-web .cta--solid:hover,
body.classic-web .form-submit:hover,
body.classic-web .primary-button:hover,
body.classic-web .btn-showup:hover {
  background: #155b3f !important;
  color: #fff !important;
}

/* ── Skjema ───────────────────────────────────────────────────── */
body.classic-web input,
body.classic-web textarea,
body.classic-web select,
body.classic-web .form-input {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web input:focus,
body.classic-web textarea:focus,
body.classic-web select:focus,
body.classic-web .form-input:focus {
  outline: 2px solid rgba(26,107,74,.22) !important;
  outline-offset: 1px;
  border-color: var(--su-green) !important;
  box-shadow: none !important;
}

/* ── Kort/paneler ─────────────────────────────────────────────── */
body.classic-web .card,
body.classic-web .plate,
body.classic-web .tier,
body.classic-web .benefit-card,
body.classic-web .team-card,
body.classic-web .contact-card,
body.classic-web .right-card,
body.classic-web .highlight-box,
body.classic-web .choice-card,
body.classic-web .dest-card,
body.classic-web .plan-card,
body.classic-web .booking-card,
body.classic-web .surface,
body.classic-web .booking-panel,
body.classic-web .panel,
body.classic-web .hero-card,
body.classic-web .callout,
body.classic-web .principle,
body.classic-web .device {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web .choice-card:hover,
body.classic-web .dest-card:hover,
body.classic-web .plan-card:hover,
body.classic-web .benefit-card:hover,
body.classic-web .tier:hover,
body.classic-web .surface:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Piller/chips brukes bare når formen faktisk betyr noe. */
body.classic-web .meta-chip,
body.classic-web .cred-tag,
body.classic-web .meta-badge,
body.classic-web .choice-badge,
body.classic-web .plan-badge,
body.classic-web .ref-badge,
body.classic-web .chip,
body.classic-web .trades .mark {
  border-radius: 2px !important;
  box-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   PRISER
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-pricing {
  background: #fff !important;
  background-image: none !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-pricing .wrap { max-width: 1120px; }
body.classic-web.page-pricing .head { padding-top: 64px !important; }
body.classic-web.page-pricing .head h1 {
  font-family: 'Instrument Sans','DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
  font-size: clamp(2.5rem,5vw,4.4rem) !important;
}
body.classic-web.page-pricing .plate {
  border: 1px solid var(--su-line) !important;
  background: #fff !important;
  overflow: visible !important;
}
body.classic-web.page-pricing .tier { border-color: var(--su-line) !important; }
body.classic-web.page-pricing .tier--lift {
  transform: none !important;
  margin: 0 !important;
  background: var(--su-alt) !important;
  box-shadow: none !important;
}
body.classic-web.page-pricing .tier-medallion { border-radius: 2px !important; }
body.classic-web.page-pricing .switch,
body.classic-web.page-pricing .stamp { border-radius: 2px !important; }
body.classic-web.page-pricing .compare { border-top: 1px solid var(--su-line); }
body.classic-web.page-pricing .faq { border-top: 1px solid var(--su-line); }

/* ═══════════════════════════════════════════════════════════════
   HVORFOR
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-hvorfor {
  background: #fff !important;
  background-image: none !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-hvorfor .opening { padding-top: 64px !important; }
body.classic-web.page-hvorfor .opening h1,
body.classic-web.page-hvorfor .close h2 {
  font-family: 'Instrument Sans','DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important;
}
body.classic-web.page-hvorfor .blow,
body.classic-web.page-hvorfor .sect { border-color: var(--su-line) !important; }
body.classic-web.page-hvorfor .pull {
  background: #202722 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-hvorfor .mark { border-radius: 2px !important; }
body.classic-web.page-hvorfor .close {
  border-top: 1px solid var(--su-line);
  padding-top: 58px;
}

/* ═══════════════════════════════════════════════════════════════
   ENTERPRISE
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-enterprise {
  --dark: #fff;
  --dark-2: #f6f6f3;
  --dark-3: #eeeeea;
  --dark-4: #d9d9d3;
  --text: #1b1b1b;
  --text-muted: #5b5b57;
  --text-dim: #8b8b84;
  --white: #1b1b1b;
  background: #fff !important;
  color: #1b1b1b !important;
}
body.classic-web.page-enterprise nav { position: sticky !important; top: 0; }
body.classic-web.page-enterprise .hero {
  min-height: auto !important;
  padding: 6rem 3rem 5rem !important;
  border-bottom: 1px solid var(--su-line);
}
body.classic-web.page-enterprise .hero-bg {
  background: var(--su-warm) !important;
}
body.classic-web.page-enterprise .hero-grid { display: none !important; }
body.classic-web.page-enterprise .hero-title,
body.classic-web.page-enterprise .section-title {
  font-family: 'DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
body.classic-web.page-enterprise .hero-title { font-size: clamp(3rem,7vw,5.6rem) !important; }
body.classic-web.page-enterprise .divider { border-color: var(--su-line) !important; }
body.classic-web.page-enterprise .benefits-grid {
  gap: 0 !important;
  border: 1px solid var(--su-line) !important;
  background: var(--su-line) !important;
}
body.classic-web.page-enterprise .benefit-card {
  background: #fff !important;
  border: 0 !important;
}
body.classic-web.page-enterprise .team-card {
  background: #fff !important;
  border-color: var(--su-line) !important;
}
body.classic-web.page-enterprise .compare-section,
body.classic-web.page-enterprise .team-section { background: var(--su-alt) !important; }
body.classic-web.page-enterprise .compare-table th,
body.classic-web.page-enterprise .compare-table td { border-color: var(--su-line) !important; }
body.classic-web.page-enterprise .form-input,
body.classic-web.page-enterprise .form-textarea {
  background: #fff !important;
  color: var(--su-ink) !important;
  border-color: var(--su-line-dark) !important;
}
body.classic-web.page-enterprise footer { background: #f3f3f0 !important; }

/* ═══════════════════════════════════════════════════════════════
   GDPR + VILKÅR — dokumenter skal ligne dokumenter
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-gdpr,
body.classic-web.page-terms {
  --bg: #fff;
  --bg2: #f6f6f3;
  --panel: #fff;
  --border: #d9d9d3;
  --text: #1b1b1b;
  --muted: #5b5b57;
  background: #fff !important;
  background-image: none !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-gdpr .grain { display: none !important; }
body.classic-web.page-gdpr .wrap,
body.classic-web.page-terms .terms-content,
body.classic-web.page-terms .terms-hero,
body.classic-web.page-terms .terms-toc { max-width: 920px !important; }
body.classic-web.page-gdpr .om-title,
body.classic-web.page-terms .terms-hero h1 {
  font-family: 'DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
}
body.classic-web.page-gdpr .right-card {
  background: #fff !important;
  border: 1px solid var(--su-line) !important;
}
body.classic-web.page-gdpr .rights-grid { gap: 0 !important; border: 1px solid var(--su-line); }
body.classic-web.page-gdpr .info-pop { border-radius: 2px !important; box-shadow: 0 6px 18px rgba(0,0,0,.1) !important; }
body.classic-web.page-terms .terms-toc {
  background: var(--su-alt) !important;
  border: 1px solid var(--su-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-terms .highlight-box {
  background: #f3f7f5 !important;
  border-left-color: var(--su-green) !important;
}
body.classic-web.page-terms .contact-card {
  background: #fff !important;
  border-color: var(--su-line) !important;
}

/* ═══════════════════════════════════════════════════════════════
   INNLOGGING / REGISTRERING / PASSORD
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-login,
body.classic-web.page-register,
body.classic-web.page-forgot,
body.classic-web.page-reset {
  --bg: #f4f4f1;
  --bg2: #f4f4f1;
  --panel: #fff;
  --panel2: #fff;
  --border: #d9d9d3;
  --text: #1b1b1b;
  --muted: #666660;
  --glass-bg: #fff;
  --glass-border: #d9d9d3;
  --r: 2px;
  --r-sm: 2px;
  min-height: 100vh;
  background: #f4f4f1 !important;
  background-image: none !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-login::before,
body.classic-web.page-register::before,
body.classic-web.page-forgot::before,
body.classic-web.page-reset::before,
body.classic-web.page-login::after,
body.classic-web.page-register::after,
body.classic-web.page-forgot::after,
body.classic-web.page-reset::after { display: none !important; }
body.classic-web.page-login .main,
body.classic-web.page-register .main,
body.classic-web.page-forgot .main,
body.classic-web.page-reset .main { padding: 4rem 1rem !important; }
body.classic-web.page-login .login-card,
body.classic-web.page-forgot .card,
body.classic-web.page-reset .card,
body.classic-web.page-register .step {
  background: #fff !important;
  color: var(--su-ink) !important;
  border: 1px solid var(--su-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-register .step { padding: 2rem !important; }
body.classic-web.page-login .brand-showup,
body.classic-web.page-login .welcome-title,
body.classic-web.page-register h1,
body.classic-web.page-register h2,
body.classic-web.page-forgot h1,
body.classic-web.page-forgot h2,
body.classic-web.page-reset h1,
body.classic-web.page-reset h2 { color: var(--su-ink) !important; text-shadow: none !important; }
body.classic-web.page-login .welcome-title,
body.classic-web.page-register h1,
body.classic-web.page-register h2,
body.classic-web.page-forgot h2,
body.classic-web.page-reset h2 {
  font-family: 'DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}
body.classic-web.page-login .field-wrap,
body.classic-web.page-register input,
body.classic-web.page-register select,
body.classic-web.page-forgot .field-wrap,
body.classic-web.page-reset .field-wrap {
  background: #fff !important;
  border-color: var(--su-line-dark) !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-login input,
body.classic-web.page-forgot input,
body.classic-web.page-reset input { color: var(--su-ink) !important; }
body.classic-web.page-login .divider::before,
body.classic-web.page-login .divider::after { background: var(--su-line) !important; }
body.classic-web.page-login .btn-linkedin,
body.classic-web.page-login .btn-google,
body.classic-web.page-login .btn-ghost {
  background: #fff !important;
  color: var(--su-ink) !important;
  border: 1px solid var(--su-line-dark) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-register .progress-bar { background: #ddd !important; }
body.classic-web.page-register .progress-fill { background: var(--su-green) !important; }
body.classic-web.page-register .choice-card,
body.classic-web.page-register .dest-card,
body.classic-web.page-register .plan-card {
  background: #fff !important;
  border-color: var(--su-line) !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-register .choice-card.selected,
body.classic-web.page-register .dest-card.selected,
body.classic-web.page-register .plan-card.selected {
  border-color: var(--su-green) !important;
  background: #f3f7f5 !important;
}
body.classic-web.page-register .booking-link-box,
body.classic-web.page-register .next-steps {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-login .photo-credit,
body.classic-web.page-register .photo-credit { opacity: .7; }

/* ═══════════════════════════════════════════════════════════════
   BOOKING — sluttkundens møtebooking
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-booking {
  --bg: #fff;
  --bg2: #f6f6f3;
  --panel: #fff;
  --panel2: #fff;
  --border: #d9d9d3;
  --text: #1b1b1b;
  --muted: #62625d;
  --r: 2px;
  --r-sm: 2px;
  background: #fff !important;
  background-image: none !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-booking .hero {
  padding: 3.2rem 1.5rem 2.2rem !important;
  border-bottom: 1px solid var(--su-line);
  background: var(--su-warm) !important;
}
body.classic-web.page-booking .hero h1 {
  font-family: 'DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
body.classic-web.page-booking .booking-card {
  background: #fff !important;
  border: 1px solid var(--su-line) !important;
  box-shadow: none !important;
}
body.classic-web.page-booking .bk-left,
body.classic-web.page-booking .bk-right { background: #fff !important; }
body.classic-web.page-booking .mt-item,
body.classic-web.page-booking .slot,
body.classic-web.page-booking .cal-day,
body.classic-web.page-booking .google-prefill,
body.classic-web.page-booking .booking-summary-bar {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-booking .mt-item:hover,
body.classic-web.page-booking .slot:hover,
body.classic-web.page-booking .cal-day:hover { transform: none !important; }
body.classic-web.page-booking .su-cta-banner {
  border-radius: 2px !important;
  box-shadow: none !important;
  background: #f3f7f5 !important;
}

/* ═══════════════════════════════════════════════════════════════
   BEAUTY / SALONG — fremdeles varmt, men uten glass/plast
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-beauty {
  --radius-sm: 2px;
  --radius: 2px;
  --radius-lg: 2px;
  --shadow-sm: none;
  --shadow-lg: none;
  --accent: #1A6B4A;
  --accent-2: #2A8F65;
  background: #f3f1ec !important;
}
body.classic-web.page-beauty .beauty-bg,
body.classic-web.page-beauty .page-noise { opacity: .15 !important; }
body.classic-web.page-beauty .surface,
body.classic-web.page-beauty .booking-panel {
  background: #fff !important;
  border: 1px solid var(--su-line) !important;
}
body.classic-web.page-beauty .meta-chip {
  background: transparent !important;
  border-color: var(--su-line-dark) !important;
}
body.classic-web.page-beauty .salon-gallery img,
body.classic-web.page-beauty .salon-logo,
body.classic-web.page-beauty .salon-avatar,
body.classic-web.page-beauty .service-card,
body.classic-web.page-beauty .category-tabs button,
body.classic-web.page-beauty .slot-button {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-beauty .primary-button {
  background: var(--su-green) !important;
}

/* ═══════════════════════════════════════════════════════════════
   BETA
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-beta {
  --dark: #fff;
  --dark-2: #f6f6f3;
  --dark-3: #eeeeea;
  --dark-4: #d9d9d3;
  --text: #1b1b1b;
  --text-muted: #5b5b57;
  --text-dim: #8b8b84;
  --white: #1b1b1b;
  background: #fff !important;
  color: #1b1b1b !important;
}
body.classic-web.page-beta .hero {
  min-height: auto !important;
  padding: 7rem 1.5rem 5rem !important;
  background: var(--su-warm) !important;
  border-bottom: 1px solid var(--su-line);
}
body.classic-web.page-beta .hero-bg,
body.classic-web.page-beta .hero-grid { display: none !important; }
body.classic-web.page-beta .hero-title,
body.classic-web.page-beta .section-title {
  font-family: 'DM Sans',system-ui,sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
body.classic-web.page-beta .spot-slot {
  border-color: var(--su-line-dark) !important;
  background: #fff !important;
}
body.classic-web.page-beta .prize-strip {
  background: var(--su-alt) !important;
  border-color: var(--su-line) !important;
}
body.classic-web.page-beta .step { border-top: 1px solid var(--su-line); padding-top: 1.2rem; }
body.classic-web.page-beta .step-num { border-radius: 0 !important; }

/* ═══════════════════════════════════════════════════════════════
   STUDIO — verktøy, men med strammere fysisk uttrykk
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-studio {
  --card: #fff;
  --sand: #f4f3ef;
  --sand-2: #ecebe6;
  --line: #d9d9d3;
  background: #f4f3ef !important;
}
body.classic-web.page-studio .top { background: #fff !important; }
body.classic-web.page-studio .bench { background: #f4f3ef !important; }
body.classic-web.page-studio .device {
  border-radius: 3px !important;
  border-color: var(--su-line-dark) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.10) !important;
}
body.classic-web.page-studio .tpls button,
body.classic-web.page-studio .drop,
body.classic-web.page-studio .f input,
body.classic-web.page-studio .f textarea,
body.classic-web.page-studio .addsvc,
body.classic-web.page-studio .swatch,
body.classic-web.page-studio .btn-play,
body.classic-web.page-studio .btn-keep {
  border-radius: 2px !important;
  clip-path: none !important;
  box-shadow: none !important;
}
body.classic-web.page-studio .btn-keep { background: var(--su-green) !important; }

/* ═══════════════════════════════════════════════════════════════
   MANIFEST — allerede redaksjonelt; bare demp effektene
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-manifest .reveal,
body.classic-web.page-manifest .reveal.visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
body.classic-web.page-manifest .callout,
body.classic-web.page-manifest .principles,
body.classic-web.page-manifest .cta { border-radius: 2px !important; box-shadow: none !important; }

/* ═══════════════════════════════════════════════════════════════
   DEMOSIDE
   ═══════════════════════════════════════════════════════════════ */
body.classic-web.page-demo {
  background: #fff !important;
  color: var(--su-ink) !important;
}
body.classic-web.page-demo .top { background: #fff !important; border-bottom: 1px solid var(--su-line) !important; }
body.classic-web.page-demo .hero-card,
body.classic-web.page-demo .panel,
body.classic-web.page-demo .language-card,
body.classic-web.page-demo .summary {
  border-radius: 2px !important;
  box-shadow: none !important;
}
body.classic-web.page-demo .chips button,
body.classic-web.page-demo .service,
body.classic-web.page-demo .staff-grid > * {
  border-radius: 2px !important;
  box-shadow: none !important;
}

/* ── Felles footer ────────────────────────────────────────────── */
body.classic-web footer,
body.classic-web .foot,
body.classic-web .terms-footer,
body.classic-web .om-footer {
  border-top-color: var(--su-line) !important;
  box-shadow: none !important;
}

/* ── Mobil ────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  body.classic-web .topbar,
  body.classic-web .topnav { padding-left: 1rem !important; padding-right: 1rem !important; }
  body.classic-web.page-enterprise .hero { padding: 4.5rem 1.25rem 3.5rem !important; }
  body.classic-web.page-pricing .plate { grid-template-columns: 1fr !important; }
  body.classic-web.page-pricing .tier { border-right: 0 !important; border-bottom: 1px solid var(--su-line) !important; }
  body.classic-web.page-pricing .tier:last-child { border-bottom: 0 !important; }
  body.classic-web.page-login .login-card,
  body.classic-web.page-forgot .card,
  body.classic-web.page-reset .card,
  body.classic-web.page-register .step { padding: 1.5rem !important; }
}
