﻿/* ============ FARVEPALETTE & VARIABLER ============ */
:root {
    /* Brand farver */
    --cpsms-red-primary: #e91b23;
    --cpsms-red-secondary: #bb1e2d;

    /* Accent farver */
    --cpsms-red-light: #ff4655;
    --cpsms-red-dark: #a71419;
    --cpsms-success: #10b981;
    --cpsms-warning: #f59e0b;

    /* Neutral palette */
    --cpsms-gray-50: #f9fafb;
    --cpsms-gray-100: #f3f4f6;
    --cpsms-gray-200: #e5e7eb;
    --cpsms-gray-300: #d1d5db;
    --cpsms-gray-600: #6b7280;
    --cpsms-gray-900: #111827;

    /* Spacing */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 48px;
    --space-2xl: 64px;

    /* Border radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-red: 0 4px 14px rgba(233, 27, 35, 0.3);
    --shadow-red-hover: 0 8px 24px rgba(233, 27, 35, 0.4);
}

/* ============ BASE ============ */
body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--cpsms-gray-900);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 0 !important;
}
body .lw {
	color: #666
}
body .ld {
	color: #888
}
.btn {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	user-select: none
}
.btn i {
	margin-right: 4px
}

a {
	color: #616161;
	cursor: pointer
}
a:hover {
	color: #e91b23;
	text-decoration: none;
	transition: .35s
}
.dark {
	background: #333;
	color: #FFF
}
.red {
	background: #e91b23;
	color: #FFF
}
.green {
	background: #f39c12;
	color: #FFF
}
.light {
	background: #fff;
	color: #616161 !important
}
.navbar-wp {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	z-index: 1000
}
.lw .navbar-wp {
	border-bottom: 1px solid #e0eded
}
.ld .navbar-wp {
	background: #181818;
	border-bottom: 1px solid #444
}
.navbar-wp .navbar-nav>li>a {
	font-size: 15px;
	font-weight: normal
}
.lw .navbar-wp .navbar-nav>li>a {
	color: #333
}
.ld .navbar-wp .navbar-nav>li>a {
	color: #fff
}
.lw .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #333
}
.lw .navbar-wp .navbar-nav>li>a:hover, .lw .navbar-wp .navbar-nav>li>a:focus {
	color: #fff;
}
.ld .navbar-wp .navbar-nav>li>a.dropdown-form-toggle {
	color: #fff
}
.ld .navbar-wp .navbar-nav>li>a:hover, .ld .navbar-wp .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #e91b23
}
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	border-radius: 0
}
.navbar-wp .navbar-nav>.disabled>a, .navbar-wp .navbar-nav>.disabled>a:hover, .navbar-wp .navbar-nav>.disabled>a:focus {
	color: #cccccc;
	background-color: transparent
}
.navbar-wp .navbar-nav>.open>a, .navbar-wp .navbar-nav>.open>a:hover, .navbar-wp .navbar-nav>.open>a:focus {
	color: #FFF !important;
	background-color: #e91b23
}
.navbar-wp .navbar-nav>.open>a .caret, .navbar-wp .navbar-nav>.open>a:hover .caret, .navbar-wp .navbar-nav>.open>a:focus .caret,
.navbar-wp .navbar-nav>.dropdown>a:hover .caret, .navbar-wp .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}
.navbar-wp .navbar-nav>.dropdown>a .caret,
.navbar-wp.navbar-contrasted .navbar-nav>.dropdown>a .caret {
	border-top-color: #4c4c4c;
	border-bottom-color: #4c4c4c
}
.navbar-wp .navbar-nav>li>a.dropdown-form-toggle, .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:hover, .navbar-wp .navbar-nav>li>a.dropdown-form-toggle:focus {
	padding: 15px 16px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: normal;
	background: none;
	color: #e91b23
}
.navbar-wp .navbar-nav>.open>a.dropdown-form-toggle, .navbar-wp .navbar-nav>.open>a.dropdown-form-toggle:hover, .navbar-wp .navbar-nav>.open>a.dropdown-form-toggle:focus {
	color: #e91b23 !important;
	background-color: transparent
}
.navbar-wp .navbar-toggle {
	border-color: #333;
	margin-top: 20px
}
.navbar-wp .navbar-toggle .icon-bar {
	background-color: #4c4c4c
}
.navbar-wp .navbar-toggle:hover, .navbar-wp .navbar-toggle:focus {
	background-color: #e91b23;
	border-color: #e91b23
}
.navbar-wp .navbar-toggle:hover .icon-bar, .navbar-wp .navbar-toggle:focus .icon-bar {
	background-color: #FFF
}
.navbar-wp .navbar-collapse, .navbar-wp .navbar-form {
	border-color: #e7e7e7
}

.navbar-wp .dropdown-menu {
	min-width: 220px;
	background: #FFF;
	border: 0;
	border-top: 1px solid #e91b23;
	border-bottom: 3px solid #e91b23;
	border-radius: 0
}
.navbar-wp .dropdown-menu>li {
	border-bottom: 1px solid #e0eded
}
.navbar-wp .dropdown-menu>li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu>li>a {
	color: #333;
	padding: 8px 15px
}
.navbar-wp .dropdown-menu>li>a:hover {
	background: #e91b23;
	color: #FFF
}
.navbar-wp .dropdown-menu label.checkbox {
	color: #333
}
.navbar-wp .dropdown-form h4 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	color: #FFF
}
.navbar-wp .dropdown-menu-user {
	border: 1px solid #e0eded;
	border-top-color: transparent;
	background: #fff
}
.navbar-wp .navbar-right .dropdown-menu-user {
	background: #fff;
	border-color: transparent
}
.lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .lw .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus,
.ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:hover, .ld .navbar-wp.navbar-contrasted .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #2c2c2c
}
.navbar-wp.navbar-contrasted .navbar-nav>.open>a, .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover, .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus {
	color: #FFF;
	background-color: #2c2c2c
}
.navbar-wp.navbar-contrasted .navbar-nav>.open>a .caret, .navbar-wp.navbar-contrasted .navbar-nav>.open>a:hover .caret, .navbar-wp.navbar-contrasted .navbar-nav>.open>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF
}

.navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle {
	padding: 15px 16px;
	margin-top: 14px;
	font-size: 16px;
	font-weight: normal;
	background: none
}
.navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle:hover, .navbar-wp.navbar-contrasted .navbar-nav>li>a.dropdown-form-toggle:focus {
	background: none;
	color: #e91b23
}
.navbar-wp.navbar-contrasted .dropdown-menu-user:after {
	bottom: 100%;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-right: -35px
}
.navbar-wp.navbar-contrasted .navbar-right .dropdown-menu-user:after {
	bottom: 100%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-bottom-color: #2c2c2c;
	border-width: 10px;
	margin-left: -35px
}
.navbar-wp.navbar-contrasted .dropdown-menu {
	min-width: 220px;
	background: #2c2c2c;
	border: 0;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0
}
.navbar-wp.navbar-contrasted .dropdown-menu>li {
	border-bottom: 1px solid #262626
}
.navbar-wp.navbar-contrasted .dropdown-menu>li>a {
	color: #fff;
	padding: 8px 15px
}

.navbar-wp.navbar-contrasted .dropdown-menu label.checkbox {
	color: #fff
}

.dropdown-submenu {
	position: relative
}
.dropdown-submenu>.dropdown-menu {
	top: -5px;
	left: 100%;
	margin-top: 0;
	margin-left: -1px
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -6px
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.nav>ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.nav>ul>li {
	border-bottom: 1px solid #333
}
.nav>ul>li>a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff
}
.nav>ul>li>a:hover {
	text-decoration: none;
	color: #e91b23;
	background: #292929
}
.nav>ul>li>a>i {
	margin-right: 5px
}
.page-header {
	margin: 0;
	border: 0
}
.page-header p {
	font-size: 16px
}
.w-box {
	margin: 0 0 15px 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #e0eded
}
.w-box:before, .w-box:after {
	display: table;
	content: ""
}
.w-box:after {
	clear: both
}
.w-box h1 {
	margin: 0;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 20px
}
.lw .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #333
}
.ld .w-box h2 {
	margin: 0;
	padding: 12px 15px 0px 15px;
	font-weight: 500;
	font-size: 16px;
	color: #fff
}
.w-box.inner h2 {
	padding: 10px 0
}
.w-box small {
	display: block;
	font-size: 12px;
	margin-top: 3px
}
.w-box p {
	margin: 6px 0;
	padding: 0 15px;
	padding-bottom: 8px
}
.w-box time {
	display: block;
	padding: 8px 15px 0 15px
}
.w-box.dark {
	background: #333
}
.w-box.dark h2 {
	color: #fff
}
.w-box.white h2 {
	border-bottom: 0;
	text-align: center
}
.lw .w-box.white {
	background: #FFF
}
.ld .w-box.white {
	background: #202020;
	border: 1px solid #444
}
.ld .w-section h4, .ld .w-section h3, .ld .w-section h2 {
	color: #fff
}

.modal-footer {
	margin-top: 0
}
.alert {
	border-radius: 0
}
.table>thead>tr>th {
	border-bottom: 1px solid #ddd
}
.table>thead>tr {
	background: #f3f3f3
}
iframe {
	border: 0;
	margin-top: 0 !important
}
.no-margin {
	margin: 0 !important
}
.p-15 {
	padding: 15px !important
}
.p-50 {
	padding: 50px 0 !important
}
.mt-20 {
	margin-top: 20px
}
.mb-20 {
	margin-bottom: 20px
}
.strong {
	font-weight: bold !important
}
header {
	padding: 0
}
header .navbar-brand {
	padding: 0px;
	margin-left: 0px;
	margin-top: 14px;
	border: 1px solid transparent;
	border-radius: 3px
}
header .navbar-fixed {
	width: 100%;
	left: 0
}
header .navbar-fixed .navbar {
	width: 100%
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0px;
}
.wrapper {
	position: relative;
	left: 0;
	transition: all 300ms cubic-bezier(.25, .46, .45, .94)
}
.cta-wr {
	padding: 16px 0
}
.cta-wr h1 {
	margin: 10px 0 !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400
}
section.slice {
	padding: 0;
	background: #fff
}
section.slice.relative {
	position: relative
}
.w-box.w-box-inverse {
	background: none !important;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.w-box.w-box-inverse p {
	padding: 0
}
.w-box.w-box-inverse h1 {
	margin: 10px 0 0 0;
	padding: 10px 0;
	font-weight: 500;
	font-size: 20px
}
.w-box.w-box-inverse h2 {
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
	border: 0;
	text-align: center
}
.w-box.w-box-inverse h2 i {
	font-style: normal
}
.w-box.dark p {
	color: #f1f1f1
}
.w-box.dark h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 7px
}
.w-box.product {
	background: #FFF;
	padding-top: 15px;
	margin-bottom: 20px
}
.w-box.product p {
	text-align: center
}
.w-box.product h2 {
	border-bottom: 0;
	text-align: center
}
.w-box.product .price {
	padding: 4px 0
}
.w-box.inverse {
	background: none;
	border: 0
}
.w-box.inverse p {
	padding: 4px 0
}
.w-box.inverse h2 {
	padding: 10px 0 0 0 !important;
	border-bottom: 0
}
.w-section {
	background: #FFF
}
.w-section:before, .w-section:after,
footer:before, footer:after {
	display: table;
	content: " "
}
.w-section:after,
footer:after {
	clear: both
}
.w-section.inverse {
	background: none !important;
	box-shadow: 0 0 0;
	border: 0
}
.w-section.inner {
	margin: 15px 0
}
.w-section iframe {
	width: 100%
}
.w-section .feature {
	margin: 15px 0 30px 0;
	text-align: center;
	cursor: default
}
.w-section .feature i {
	font-size: 64px;
	color: #555;
	display: block
}
.w-section .feature h4 {
	margin: 10px 0
}
.map-canvas {
	margin-top: 30px;
	height: 300px
}
.map-canvas .info-window-content {
	min-width: 250px
}
.map-canvas .info-window-content h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px
}
.map-canvas .info-window-content h3 {
	font-size: 14px;
	font-weight: 500
}
.map-canvas .info-window-content p {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
	text-shadow: none
}
.widget {
	margin-bottom: 20px
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle
}
#info-box {
	display: none;
	text-align: center;
	margin-top: 30px;
	color: #59b540
}
#info-box h2 {
	font-size: 16px;
	font-weight: 600
}
footer {
	padding-top: 15px;
	padding-bottom: 20px;
	min-height: 30px;
}

footer .col.reset {
	margin: 0
}
footer h4 {
	margin-top: 20px;
	color: #ccc;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 14px
}
footer .col p {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 10px
}
footer a {
	color: #ccc;
	text-decoration: none
}
footer a:hover {
	text-decoration: none
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none
}
footer .col ul li {
	color: #8F8F8F
}
footer .col ul li span {
	color: #FFF
}
footer .col address {
	color: #ddd;
	padding: 8px 0
}
footer form {
	margin-top: 20px
}
footer hr {
	border-top: 1px solid #444
}
footer .copyright {
	color: #FFF
}
@media (min-width:1200px) {
.slider {
	width: 100%
}
.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
	margin-top: 0 !important
}
.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user {
	margin-top: 13px !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu {
	margin-top: 0 !important
}
.navbar-default .dropdown-menu, .navbar-wp .dropdown-menu.dropdown-menu-user {
	margin-top: 13px !important
}
}
@media (min-width:768px) and (max-width:991px) {
.w-box {
	margin-bottom: 15px
}
.slider {
	width: 100%
}
}
@media (max-width:991px) {
.navbar-wp .navbar-nav>li>a {
	color: #4c4c4c;
	padding: 10px 20px !important;
	margin-right: 0
}
.navbar-wp .navbar-nav>li>a:hover, .navbar-wp .navbar-nav>li>a:focus {
	color: #FFF;
	border-radius: 0 !important
}
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	border-radius: 0 !important
}
.navbar-wp .dropdown-menu:after {
	border: 0 !important;
	margin-left: 0
}
.navbar-wp .dropdown-menu:before {
	border: 0 !important;
	margin-left: 0
}
.w-box {
	margin-bottom: 15px
}
.slider {
	height: auto;
	max-height: 440px;
	margin: 0
}
.cta-wr {
	text-align: center
}
.cta-wr .btn {
	float: none !important
}
}
@media only screen and (min-width:1440px) {
.slider {
	width: 100%
}
}

/* CPSMS Specific */

.cp-text {
	font-size: 12px !important;
	color: #666666;
}
.cp-red-text, a.cp-red-text {
	color: #bb1e2d;
}

a.cp-text-link {
	font-weight: bold;
}
a.cp-text-link:hover {
	font-weight: bold;
	color: #bb1e2d;
}

.clearboth {
	clear:both;
}

.cp-bg-shadow-bottom,
.cp-bg-shadow-top {
	background-color: #fff;
}

.cp-button-pdf, a.cp-button-pdf:hover {
	padding: 5px 10px;
	background: linear-gradient(to bottom, #db3037 0%, #bb1e2d 100%);
	color: white;
	border-radius: 0.5em;
}

.navbar-wp .navbar-nav>li>a {
	padding: 16px 16px;
	margin: 10px 0px 0px 0px;
}

@media (min-width:992px) and (max-width:1199px) {
	.navbar-wp .navbar-nav>li>a {
		padding: 24px 7px;
	}
}

/* Override global-style.css */
header .navbar-brand, header .navbar-brand img {
	height: 65px;
}

.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	color: #666666 !important;
}

.lw .navbar-wp .navbar-nav>li>a:hover {
	color: #666666 !important;
}

.navbar-wp .navbar-nav>.open>a, .navbar-wp .dropdown-menu>li>a:hover {
	color: #666666 !important;
	border-top: none;
}


.navbar-wp .dropdown-menu {
	border-top: 1px solid #bb1e2d;
	border-bottom: 3px solid #bb1e2d;
}

.cp-mid-headline {
	font-size: 18px;
	font-weight: bold;
}

.cp-text-small {
	font-size: 12px;
	line-height: 200%;
}

.cp-text-large {
	font-size: 18px;
}

@media (max-width:767px) {
	.cp-quote-1 {
		font-size: 18px;
		margin-right: 5%;
		margin-left: 5%;
	}
}
@media (min-width:768px) {
	.cp-quote-1 {
		font-size: 18px;
		margin-right: 15%;
		margin-left: 15%;
	}
}

section.background-light-grey {
	background-color: #EEE;
}

div.grey-border {
	border: 1px solid #e2e2e2;
}

div.grey-border-corner {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

select.select-demo, input.input-demo, textarea.textarea-demo {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 5px;
}

.message-invalid {
	width: 100%;
	color: red;
	border: 1px solid red;
	border-radius: 5px;
	padding: 5px 9px 5px 9px;
	margin: 0px 0px 10px;
}

span.cp-valid {
	color: green;
	margin: 5px;
}
input.cp-valid {
	color: green;
	border: 1px solid green;
}

span.cp-invalid {
	color: red;
	margin: 5px;
}
input.cp-invalid {
	color: red;
	border: 1px solid red;
}

@media (min-width:768px) {
	.cp2-border-right-xs-hidden {
		border-right: 1px #e2e2e2 solid;
	}
}

.reasonable-distance {
	margin-bottom: 30px;
}

.respectable-distance {
	margin-bottom: 60px;
}

.big-bad-bold {
	font-weight: bold;
}

/******************************* Info box **********************************/
div.info-box {
	background-color: #f6f6f6;
	padding: 20px;
}

div.info-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


div.info-box ul li {
	background: url(/images/frontend/bullet-red.png) no-repeat left 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/******************************* Reference box **********************************/
@media (max-width:767px) {
	div.reference-box {
		padding: 20px 20px 20px 20px;
	}
}
@media (min-width:768px) {
	div.reference-box {
		float: left;
		width:60%;
		padding: 20px 40px 20px 20px;
	}
}

/****** Only set link underscore for links with nothing else in them *****/
a:not(.ignore-my-descendants) {
	text-decoration: underline;
}

/**** Remove underscore from menu ***/
a.dropdown-toggle {
	text-decoration: none;
	border-top: 4px solid white;
}

/* ============ MODERNE TYPOGRAFI ============ */
h1, .h1-modern {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-top: 0;
    margin-bottom: var(--space-md);
    color: #333333;
    position: relative;
    padding-bottom: 16px;
}

h1::after, .h1-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #e91b23;
    border-radius: 2px;
}

h2, .h2-modern {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: var(--space-sm);
    color: var(--cpsms-gray-900);
}

h3, .h3-modern {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--space-sm);
}

h4, .h4-modern {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: var(--space-xs);
}

p {
    font-size: 16px;
    line-height: 1.6 !important; /* overvinder global's p { line-height: 22px } (specificitet 0,1,1) */
    margin-bottom: var(--space-sm);
    color: var(--cpsms-gray-600);
}

/* ============ MODERNE CTA KNAPPER ============ */
.cp-slide-demo-button,
.cp-create-demo-button,
.cta-modern-primary {
    display: inline-block;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--cpsms-red-primary) 0%, var(--cpsms-red-secondary) 100%);
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-red);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cp-slide-demo-button:hover,
.cp-create-demo-button:hover,
.cta-modern-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-red-hover);
    color: #ffffff !important;
}

.cp-slide-demo-button:active,
.cp-create-demo-button:active,
.cta-modern-primary:active {
    transform: translateY(0);
}


/* ============ MODERNE FEATURE CARDS ============ */
.w-box {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--cpsms-gray-100);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Icon styling */
.w-box img[height="80"] {
    margin-bottom: var(--space-sm);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/* ============ HERO SEKTION FORBEDRINGER ============ */
.cp-slide-main-text,
.cp-slide-main-text-2 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.cp-slide-description-text,
.cp-slide-description-text-2 {
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.15);
}

@media (min-width: 992px) {
    .cp-slide-main-text,
    .cp-slide-main-text-2 {
        font-size: 56px !important;
    }

    .cp-slide-description-text,
    .cp-slide-description-text-2 {
        font-size: 20px !important;
    }
}

/* ============ NAVIGATION FORBEDRINGER ============ */

/* Sticky navbar – gælder alle sider. Erstatter Bootstrap fixed+body-padding modellen */
.navbar-fixed-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: var(--shadow-md);
    transition: box-shadow 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
}

/* Base-transitioner så shrink er smooth i begge retninger */
header .navbar-brand img {
    transition: height 0.3s ease, width 0.3s ease;
}
.navbar-logo-wrap {
    transition: margin-bottom 0.3s ease;
}
.navbar-fixed-top .navbar-collapse {
    transition: margin-top 0.3s ease;
}
.aux-text {
    transition: font-size 0.3s ease, opacity 0.3s ease;
}
/* Shrink-tilstand: aktiveres når .scrolled tilføjes via JS */
.navbar-fixed-top.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* Shrink-effekt kun på desktop */
@media (min-width: 992px) {
    /* Logo */
    .navbar-fixed-top.scrolled .navbar-brand img {
        height: 50px !important;
        width: auto !important;
    }

    /* Fjern margin/padding der skaber ekstra luft i navbar (~20px samlet) */
    .navbar-fixed-top.scrolled .navbar-logo-wrap {
        margin-bottom: 5px !important;
    }
    .navbar-fixed-top.scrolled .navbar-collapse {
        margin-top: 0 !important;
    }
    .navbar-fixed-top.scrolled .navbar-nav > li > a {
        margin-top: 0 !important;
    }

    /* Login-knap */
    .navbar-fixed-top.scrolled .cp-button-login {
        padding: 6px 14px !important;
        font-size: 14px !important;
    }

    /* "Kontakt os"-tekst */
    .navbar-fixed-top.scrolled .aux-text {
        font-size: 13px !important;
    }
}

.wrapper {
    padding-top: 0;
}

.navbar-nav > li > a {
    font-weight: 500;
    font-size: 16px;
    padding: 12px 18px !important;
    transition: all 0.2s ease;
    position: relative;
}

.navbar-nav > li > a:hover {
    color: var(--cpsms-red-primary) !important;
}

/* Underline animation */
.navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: var(--cpsms-red-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav > li > a:hover::after,
.navbar-nav > li.active > a::after {
    transform: scaleX(1);
}

/* Login knap i header */
.cp-button-login {
    background: var(--cpsms-red-primary) !important;
    border-radius: var(--radius-sm);
    padding: 8px 16px !important;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff !important;
    margin-top: 4px;
    display: inline-block;
}

.cp-button-login:hover {
    background: var(--cpsms-red-dark) !important;
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ============ FORBEDREDE FORMULARER ============ */
/* Bruger class-only (0,1,0) så global-style's regler vinder:
   - padding: 5px (kompakt felt) ← intentionelt
   - border-radius: 5px         ← intentionelt
   - border: 1px solid #e2e2e2  ← overskrives nedenfor med ny farve
   Modern tilføjer kun: border-farve, focus-ring og font. */
.input-demo,
.textarea-demo,
.select-demo {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: var(--cpsms-gray-900);
    background: #ffffff;
    border: 1px solid var(--cpsms-gray-200);
    border-radius: var(--radius-md);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-demo:focus,
.textarea-demo:focus,
.select-demo:focus {
    outline: none;
    border-color: var(--cpsms-red-primary);
    box-shadow: 0 0 0 3px rgba(233, 27, 35, 0.1);
}

.input-demo::placeholder,
.textarea-demo::placeholder {
    color: var(--cpsms-gray-600);
}

/* ============ SECTIONS & SPACING ============ */
/* !important overvinder global-style's section.slice { padding: 0 } (specificitet 0,1,1) */
.slice {
    padding: 40px 0 !important;
}





/* ============ PRISER TABEL ============ */
.priser-table-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    border: 1px solid #e8e8e8;
}

.priser-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #ffffff;
}

.priser-table thead tr {
    background: #FAFAFA;
    border-bottom: 2px solid #e8e8e8;
}

.priser-table thead th {
    padding: 24px 14px;
    color: #1f2937;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    border-right: 1px solid #e8e8e8;
}

.priser-table thead th:last-child,
.priser-table tbody td:last-child {
    border-right: none;
}

.priser-th-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.priser-th-icon i {
    color: var(--cpsms-red-primary);
    font-size: 18px;
}

.priser-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.priser-table tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.priser-table tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

.priser-table tbody tr:last-child {
    border-bottom: none;
}

.priser-table tbody tr:hover {
    background: rgba(233, 27, 35, 0.04);
}

.priser-table tbody td {
    padding: 22px 28px;
    color: #374151;
    font-size: 15px;
    font-weight: 400;
    border-right: 1px solid #e8e8e8;
}



.priser-table tbody a {
    color: var(--cpsms-red-primary) !important;
    font-weight: 600;
    text-decoration: underline;
}

.priser-table tbody a:hover {
    color: var(--cpsms-red-secondary) !important;
}

/* ============ PRISER INFO CARDS ============ */
.priser-info-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.priser-info-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.priser-info-card-content {
    flex: 1;
}

.priser-info-card-number {
    font-size: 34px;
    font-weight: 800;
    color: var(--cpsms-red-primary);
    line-height: 1;
    margin-bottom: 4px;
}

.priser-info-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px 0;
}

.priser-info-card-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.priser-info-card-text a {
    color: var(--cpsms-red-primary) !important;
    font-weight: 600;
    text-decoration: none;
}

.priser-info-card-text a:hover {
    text-decoration: underline;
}

.priser-info-card-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    background: rgba(233, 27, 35, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.priser-info-card-icon i {
    font-size: 26px;
    color: var(--cpsms-red-primary);
}

/* ============ FUNKTIONER CARDS ============ */
.funk-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.funk-cards-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.funk-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    text-decoration: none !important;
    color: inherit;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.funk-card:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.12);
    transform: translateY(-3px);
    text-decoration: none !important;
    color: inherit;
}

.funk-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.funk-card-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.funk-card-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.funk-card-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.funk-card-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #6b7280 !important;
    margin-bottom: 20px !important;
    flex: 1;
}

.funk-card-arrow,
.funk-card-arrow i {
    display: block;
    color: var(--cpsms-red-secondary) !important;
    font-size: 18px;
    text-align: right;
    line-height: 1;
}

/* ============ MOBILOPTIMERING ============ */
@media (max-width: 767px) {
    h1, .h1-modern { font-size: 26px; }
    h2, .h2-modern { font-size: 20px; }

    .cp-slide-demo-button,
    .cp-create-demo-button,
    .cta-modern-primary {
        width: 100%;
        padding: 16px 24px;
        font-size: 16px;
    }

    /* Større touch targets på mobil */
    .navbar-nav > li > a {
        padding: 16px !important;
        font-size: 18px;
    }

    .input-demo,
    .textarea-demo,
    .select-demo {
        font-size: 16px; /* Undgå zoom på iOS */
        padding: 16px;
    }

    .w-box,
    .feature-card-modern {
        margin-bottom: var(--space-md);
    }
}

/* ============ FORBEDRET GRADIENT BAGGRUND ============ */
.cp-bg-gradient {
    background: linear-gradient(135deg, var(--cpsms-red-primary) 0%, var(--cpsms-red-secondary) 100%) !important;
}

/* Red band sektion */
.cta-wr {
    position: relative;
    overflow: hidden;
}

.cta-wr::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0) 100%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(0); }
    100% { transform: translateX(33.33%); }
}


/* ============ SMOOTH SCROLL BEHAVIOR ============ */
html {
    scroll-behavior: smooth;
}

/* ============ FOOTER BJÆLKE (navy) ============ */
.footer{background:#0f172a!important;color:#94a3b8;text-align:center;}
.footer .column{color:#94a3b8;}
.footer a{color:#94a3b8;text-decoration:none!important;}
.footer a:hover{color:#fff;text-decoration:none!important;}

/* ============ PRE-FOOTER 3-KOLONNER ============ */
.prefooter-col{padding-top:24px;padding-bottom:24px;}
@media(min-width:768px){
  .prefooter-col:not(:last-child){border-right:1px solid #d1d5db;}
  .prefooter-col+.prefooter-col{padding-left:30px;}
}
.pf-heading{font-size:12px;font-weight:700;color:#111;margin:0 0 10px;text-transform:uppercase;letter-spacing:.06em;}
.pf-heading-spaced{margin-top:22px;}
.pf-icon-list{list-style:none;padding:0;margin:0;}
.pf-icon-list li{display:flex;align-items:center;padding:4px 0;font-size:14px;color:#555;}
.pf-icon-list li .pf-icon{flex:0 0 22px;color:#e21e2b;font-size:13px;text-align:center;margin-right:12px;}
.pf-icon-list li .pf-icon i{color:#e21e2b;font-size:14px;line-height:1;}
.pf-icon-list li a{color:#333;text-decoration:none!important;}
.pf-icon-list li a:hover{color:#e21e2b;text-decoration:none!important;}
.pf-icon-list li span{color:#555;}


/* ============ TRUSTPILOT CARD (bred/horisontal) ============ */
.tp-card-wide{background:#fff;border-radius:14px;padding:24px;box-shadow:0 6px 24px rgba(0,0,0,0.06);border:1px solid #eef0f2;display:flex;align-items:center;gap:24px;}
.tp-card-wide .tp-logo-side{flex:0 0 130px;border-right:1px solid #eef0f2;padding-right:24px;}
.tp-card-wide .tp-logo-img{max-width:200px;height:auto;display:block;}
.tp-card-wide .tp-content-side{flex:1;}
.tp-card-wide .tp-rating-label{font-size:19px;font-weight:700;color:#1f2937;margin:0 0 8px;}
.tp-card-wide .tp-stars{color:#00B67A;font-size:18px;margin:0 0 8px;letter-spacing:2px;}
.tp-card-wide .tp-meta{font-size:13px;color:#555;margin:0 0 14px;line-height:1.5;}
.tp-card-wide .tp-link{display:inline-flex;align-items:center;color:#00B67A;font-weight:600;font-size:13px;text-decoration:none!important;}
.tp-card-wide .tp-link:hover{color:#00956a;text-decoration:none!important;}
.tp-card-wide .tp-link i{margin-left:8px;font-size:12px;color:#00B67A;}
@media (max-width:767px){
    .tp-card-wide{flex-direction:column;align-items:flex-start;gap:16px;}
    .tp-card-wide .tp-logo-side{flex:none;border-right:none;border-bottom:1px solid #eef0f2;padding-right:0;padding-bottom:16px;width:100%;}
    .tp-card-wide .tp-logo-img{max-width:150px;}
}

/* ============ TRY DEMO CARD ============ */
@media (min-width: 1200px){.try-demo-col{padding-left:60px;}}
.try-demo-card{background:linear-gradient(180deg,#e21e2b 0%,#bb1e2d 100%);border-radius:14px;padding:28px 26px;color:#fff;box-shadow:0 8px 22px rgba(187,30,45,0.22);}
.try-demo-card h3{color:#fff;font-size:20px;font-weight:700;margin:0 0 6px 0;line-height:1.25;}
.try-demo-card .try-demo-sub{color:rgba(255,255,255,0.92);font-size:14px;margin:0 0 16px 0;}
.try-demo-card ul{list-style:none;padding:0;margin:0 0 18px 0;}
.try-demo-card ul li{display:flex;align-items:center;color:#fff;font-size:14px;padding:5px 0;}
.try-demo-card ul li i{color:#fff;margin-right:12px;font-size:13px;flex:0 0 14px;}
.try-demo-card .try-demo-btn{display:flex;align-items:center;justify-content:center;background:#fff;color:#e21e2b;font-weight:700;font-size:14px;letter-spacing:0.5px;text-decoration:none;padding:13px 16px;border-radius:10px;transition:transform 0.15s ease;}
.try-demo-card .try-demo-btn:hover{transform:translateY(-1px);text-decoration:none;color:#e21e2b;}
.try-demo-card .try-demo-btn i{margin-left:10px;}

/* ============================================================
   Indhold sammensl�et fra frontpage-modern-enhancements.css
   ============================================================ */

/* ========================================
   MODERNE FRONTPAGE DESIGN FORBEDRINGER
   Implementerer alle 7 designforbedringer
   ======================================== */
/* ===== 1. FORBEDRET TYPOGRAFI & LINE-HEIGHTS ===== */
.hero-title {
    line-height: 1.3 !important;
    letter-spacing: -0.02em;
}

.hero-description {
    line-height: 1.8 !important;
    font-size: 1.1em;
}

.cp-mid-text {
    font-size: 15px;
    line-height: 1.7 !important;
}

/* ===== 4. FEATURE CARDS HOVER EFFECTS ===== */

.w-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(233, 27, 35, 0.05) 0%, rgba(187, 30, 45, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.w-box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--cpsms-red-primary);
}

.w-box:hover::before {
    opacity: 1;
}

.w-box > * {
    position: relative;
    z-index: 1;
}

/* ===== 5. ANIMEREDE IKONER PÅ HOVER ===== */
.w-box img {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.w-box:hover img {
    transform: scale(1.15) rotate(5deg);
}

/* ===== 6. CTA BUTTON FORBEDRINGER ===== */
.hero-btn-primary,
.cp-slide-demo-button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(233, 27, 35, 0.3);
}

.hero-btn-primary::before,
.cp-slide-demo-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.hero-btn-primary:hover::before,
.cp-slide-demo-button:hover::before {
    width: 300px;
    height: 300px;
}

.hero-btn-primary:hover,
.cp-slide-demo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(233, 27, 35, 0.4);
}

/* ===== 7. PULSE ANIMATION FOR PRIMARY CTA ===== */
@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(233, 27, 35, 0.3);
    }
    50% {
        box-shadow: 0 4px 25px rgba(233, 27, 35, 0.6), 0 0 20px rgba(233, 27, 35, 0.4);
    }
}

.hero-btn-primary.pulse,
.cp-slide-demo-button.pulse {
    animation: pulse-glow 2s infinite;
}

/* ===== 10. CUSTOMER LOGOS HOVER EFFECTS ===== */
.partner-logo-wrapper {
    transition: all 0.3s ease;
    display: inline-block;
}

.partner-logo-wrapper:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.partner-logo-wrapper img {
    transition: all 0.3s ease;
    filter: grayscale(30%);
}

.partner-logo-wrapper:hover img {
    filter: grayscale(0%);
}

/* ===== 14. MODERNE SHADOWS ===== */
.modern-shadow-hover {
    transition: box-shadow 0.3s ease;
}

.modern-shadow-hover:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

/* ===== 15. BUTTON RIPPLE EFFECT ===== */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.ripple:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

/* ===== 16. MOBILE RESPONSIVENESS ===== */
@media (max-width: 767px) {
    .hero-title {
        font-size: 1.8em !important;
    }

    .hero-description {
        font-size: 1em !important;
    }

}


/* ===== 22. IMPROVED SPACING FOR SECTIONS ===== */
section {
    position: relative;
    transition: background-color 0.5s ease;
}

/* ===== 23. ENHANCED GRADIENT OVERLAYS ===== */
.hero-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    pointer-events: none;
}

/* ===== 24. FOCUS STATES FOR ACCESSIBILITY ===== */
.hero-btn:focus,
.cp-slide-demo-button:focus {
    outline: 3px solid rgba(233, 27, 35, 0.5);
    outline-offset: 3px;
}

/* ===== 25. IMPROVED BUTTON TRANSITIONS ===== */
.hero-btn-secondary,
.hero-btn-secondary-light,
.hero-btn-secondary-dark {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-btn-secondary:hover,
.hero-btn-secondary-light:hover,
.hero-btn-secondary-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ===== 27. FEATURE SECTION IMPROVEMENTS ===== */
.w-section {
    transition: background-color 0.3s ease;
}

/* ===== 28. VIDEO CONTAINER ENHANCEMENT ===== */
.embed-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.embed-container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

/* ===== 29. RESPONSIVE IMAGE OPTIMIZATION ===== */
img {
    max-width: 100%;
    height: auto;
}

/* ===== 31. MOBILOPTIMERING ===== */
@media (max-width: 767px) {
    .w-box {
        margin-bottom: 30px;
        padding: 20px !important;
    }
    .hero-content {
        transform: none !important;
    }
    .hero-btn,
    .cp-slide-demo-button {
        min-height: 48px;
        padding: 12px 24px;
        font-size: 16px;
    }
    .hero-buttons a {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .partner-logo-wrapper {
        margin-bottom: 20px;
    }
    .embed-container {
        margin-bottom: 30px;
    }
}

/* ===== 32. TABLET OPTIMIZATIONS ===== */
@media (min-width: 768px) and (max-width: 991px) {
    .w-box {
        min-height: 280px;
    }

    .hero-title {
        font-size: 2.5em !important;
    }
}

/* ===== 33. LARGE DESKTOP OPTIMIZATIONS ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .hero-title {
        font-size: 3.5em !important;
    }

    .hero-description {
        font-size: 1.3em !important;
    }
}

/* ===== 34. REDUCED MOTION ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== 35. HIGH CONTRAST MODE ===== */
@media (prefers-contrast: high) {
    .hero-btn-primary,
    .cp-slide-demo-button {
        border: 2px solid currentColor;
    }

    .w-box {
        border: 1px solid #616161;
    }
}

/* ===== 37. IMPROVED GRID SYSTEM ===== */
@media (min-width: 768px) {
    .w-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* ===== 40. PERFORMANCE OPTIMIZATIONS ===== */
.w-box,
.partner-logo-wrapper {
    will-change: transform;
}

.w-box:hover,
.partner-logo-wrapper:hover {
    will-change: auto;
}

/* ===== 50. ENHANCED HERO BUTTONS LAYOUT ===== */
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .hero-btn {
        width: 100%;
    }
}


/* ===== 55. ENHANCED FOCUS RING ===== */
*:focus-visible {
    outline: 3px solid rgba(233, 27, 35, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}

/* ===== 59. RUNDEDE HJØRNER ===== */
.hero-btn,
.hero-btn-primary,
.hero-btn-secondary,
.hero-btn-secondary-light,
.cp-slide-demo-button {
    border-radius: 12px !important;
}

.modern-shadow-hover,
.w-section {
    border-radius: 16px;
}

/* ===== 60. REDESIGN FEATURE CARDS - HVIDE CARDS MED RØDE IKONER ===== */
.feature-card-modern {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 25px 20px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card-modern:hover {
    box-shadow: 0 8px 30px rgba(233, 27, 35, 0.12);
    border-color: rgba(233, 27, 35, 0.15);
}

.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(233, 27, 35, 0.1);
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-wrapper {
    background: #e91b23;
}

.feature-icon-fa {
    color: #e91b23;
    font-size: 35px;
    transition: all 0.3s ease;
}

.feature-card-modern:hover .feature-icon-fa {
    color: #ffffff;
}

.feature-title-modern {
    font-size: 1.35em;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    position: relative;
}

.feature-text-modern {
    font-size: 0.95em;
    color: #4a5568;
    line-height: 1.65;
    margin-bottom: 0;
    text-align: left;
}


/* Lige høje kort — giver Bootstrap-rækken flex-layout */
.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row-equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* Mobile optimizations for feature cards */
@media (max-width: 767px) {
    .feature-card-modern {
        padding: 20px 20px 18px 20px;
        margin-bottom: 15px;
    }

    .feature-icon-wrapper {
        width: 65px;
        height: 65px;
        margin-bottom: 10px;
        border-radius: 18px;
    }

    .feature-icon-fa {
        font-size: 32px;
    }

    .feature-title-modern {
        font-size: 1.2em;
        margin-bottom: 8px;
    }

    .feature-text-modern {
        font-size: 0.9em;
    }
}

/* Tablet optimizations */
@media (min-width: 768px) and (max-width: 991px) {
    .feature-card-modern {
        min-height: 320px;
    }
}

/* ===== 61. MODERNE CTA BANNER (CP-BG-GRADIENT) ===== */
.cta-banner-modern {
    padding: 20px 0;
}

.cta-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: transparent;
    border-radius: 12px;
    padding: 0;
}

.cta-banner-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner-icon i {
    color: #ffffff;
    font-size: 24px;
}

.cta-banner-text {
    flex-grow: 1;
    color: #ffffff !important;
    font-size: 1em;
    line-height: 1.5;
}

.cta-banner-text strong {
    font-weight: 700;
    font-size: 1.1em;
    color: #ffffff !important;
}

.cta-banner-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.cta-banner-link:hover {
    opacity: 0.8;
    color: #ffffff !important;
    text-decoration: none !important;
}

.cta-banner-button {
    flex-shrink: 0;
}

.cta-btn-white {
    background: #ffffff;
    color: #bb1e2d !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95em;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cta-btn-white:hover {
    background: #f8f8f8;
    color: #bb1e2d !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-btn-white i {
    font-size: 0.9em;
    color: #bb1e2d !important;
}

/* Mobile version */
@media (max-width: 767px) {
    .cta-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cta-banner-text {
        font-size: 0.95em;
    }

    .cta-btn-white {
        width: 100%;
        justify-content: center;
    }
}


/* ============ MOBIL-OPTIMEREDE TABELLER ============ */
.priser-table-wrapper--scroll {
    position: relative;
}

@media (max-width: 767px) {
    .priser-table-wrapper--scroll {
        overflow-x: auto;
        border-radius: 12px;
    }
    .priser-table-wrapper--scroll .priser-table {
        min-width: 420px;
    }
    /* Swipe-hint gradient i højre kant */
    .priser-scroll-hint {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        font-size: 12px;
        color: #9ca3af;
        padding: 6px 4px 2px;
        letter-spacing: 0.04em;
    }
    .priser-scroll-hint i {
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    .priser-scroll-hint { display: none; }
}
