/*
Theme Name: SKRÆDDERSYET WEBUDVIKLING
Theme URI: https://it-alarmcentralen.dk/
Description: Et moderne child theme udviklet til skræddersyede WordPress-løsninger. Temaet er gjort klar til DESIGN-pluginet, shortcodes og professionelle landingssider.
Author: IT-ALARMCENTRALEN.DK
Author URI: https://it-alarmcentralen.dk/
Template: astra
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skraeddersyet-webudvikling
*/

:root {
  --sw-primary: #0f6fff;
  --sw-primary-dark: #004fc4;
  --sw-dark: #061626;
  --sw-muted: #64748b;
  --sw-light: #f8fafc;
  --sw-border: rgba(15, 23, 42, 0.12);
}

body {
  background: #ffffff;
}

.sw-page-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.sw-content-card {
  background: #fff;
  border: 1px solid var(--sw-border);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: clamp(24px, 4vw, 56px);
}

.sw-default-header {
  background: #fff;
  border-bottom: 1px solid var(--sw-border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.sw-default-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 28px;
}

.sw-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--sw-dark);
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.sw-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sw-primary), #78b7ff);
  box-shadow: 0 12px 26px rgba(15, 111, 255, 0.24);
}

.sw-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.sw-nav a {
  color: #0f172a;
  font-weight: 650;
  text-decoration: none;
}

.sw-nav a:hover {
  color: var(--sw-primary);
}

.sw-main {
  padding: clamp(32px, 5vw, 72px) 0;
}

.sw-footer {
  margin-top: 60px;
  padding: 34px 0;
  background: var(--sw-dark);
  color: #dbeafe;
  font-size: 14px;
}

.sw-footer a {
  color: #fff;
}

@media (max-width: 800px) {
  .sw-default-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .sw-nav {
    flex-wrap: wrap;
    gap: 14px;
  }
}
