@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Barlow+Condensed:wght@500;600;700&family=Share+Tech+Mono&display=swap";

/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
:root {
    /* Bakgrunder */
    --bg-main: #1b221e; /* Bakgrunden */
    --bg-section: #252d28; /* Sektioner */
    --bg-panel: #303933; /* Kort */

    /* Mörkare paneler */
    --bg-deep: #171d19;

    /* Linjer */
    --border: #445148;

    /* Primär färg */
    --green: #738c63;

    /* Mässing */
    --brass: #b69a58;

    /* Accent */
    --orange: #c88745;

    /* Text */
    --text: #e5ebe4;
    --text-muted: #b7c0b5;
    --mono: "Share Tech Mono", "Courier New", monospace;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.main {
    padding: 6rem 6rem;
}

header.major {
    margin-bottom: 4rem;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: var(--bg-main);
    background-image:
        url("images/overlay.png"),
        -moz-linear-gradient(45deg, var(--bg-section) 15%, var(--bg-main) 85%);
    background-image:
        url("images/overlay.png"),
        -webkit-linear-gradient(
                45deg,
                var(--bg-section) 15%,
                var(--bg-main) 85%
            );
    background-image:
        url("images/overlay.png"),
        -ms-linear-gradient(45deg, var(--bg-section) 15%, var(--bg-main) 85%);
    background-image:
        url("images/overlay.png"),
        linear-gradient(45deg, var(--bg-section) 15%, var(--bg-main) 85%);
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Type */

body {
    background-color: var(--bg-main);
    color: var(--text-muted);
}

body,
input,
select,
textarea {
    font-family: "Barlow", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17pt;
    line-height: 1.65;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 14pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 360px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}

a {
    -moz-transition:
        color 0.2s ease,
        border-bottom 0.2s ease;
    -webkit-transition:
        color 0.2s ease,
        border-bottom 0.2s ease;
    -ms-transition:
        color 0.2s ease,
        border-bottom 0.2s ease;
    transition:
        color 0.2s ease,
        border-bottom 0.2s ease;
    text-decoration: none;
    border-bottom: dotted 1px;
    color: inherit;
}

.tactical h1 {
    font-size: 5rem;
    letter-spacing: 0.05em;
}

.tactical h1 span {
    color: var(--green);
}

.tactical .logo img {
    display: block;
    width: 8rem;
    max-width: 120px;
    margin: 0 auto;
}

.label {
    color: var(--green);
    font-family: "Share Tech Mono", monospace;
    letter-spacing: 0.15em;
}

a:hover {
    border-bottom-color: transparent;
}

strong,
b {
    font-weight: 400;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

p.content {
    -moz-columns: 20em 2;
    -webkit-columns: 20em 2;
    -ms-columns: 20em 2;
    columns: 20em 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
    text-align: justify;
}

.tactical h1 {
    font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", "Barlow", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.7em 0;
    letter-spacing: 0.02em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 0.9em;
}

h6 {
    font-size: 0.7em;
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
    }
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    border-radius: 8px;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2em 0;
}

hr.major {
    margin: 3em 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

input,
select,
textarea {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

strong,
b {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

blockquote {
    border-left-color: rgba(255, 255, 255, 0.35);
}

code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.35);
}

hr {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: 0;
    margin-left: -1.5em;
}

.row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform > * {
    padding-top: 1.5em;
}

.row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
}

.row > .col-6 {
    width: 50%;
}

@media screen and (max-width: 736px) {
    .row > .col-6 {
        width: 100%;
    }
}

/* Box */

.box {
    border-radius: 8px;
    border: solid;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.box {
    border-color: rgba(255, 255, 255, 0.35);
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -webkit-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -ms-transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 2.75em;
    line-height: 2.75em;
    min-width: 9.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
    padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: 1.35em;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}

@media screen and (max-width: 736px) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        min-width: 0;
    }
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    color: #ffffff !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    color: rgba(255, 255, 255, 0.5);
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background-color: var(--green);
    color: #ffffff !important;
    box-shadow: none;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background-color: color-mix(in srgb, var(--green) 70%, white);
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
    background-color: color-mix(in srgb, var(--green) 85%, black);
}

input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
    color: #ffffff !important;
}

/* Image */

.image {
    border-radius: 8px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 8px;
    display: block;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

dl dt {
    display: block;
    font-weight: 400;
    margin: 0 0 1em 0;
}

dl dd {
    margin-left: 2em;
}

dl.alt dt {
    display: block;
    width: 3em;
    margin: 0;
    clear: left;
    float: left;
}

dl.alt dd {
    margin: 0 0 0.85em 5.5em;
}

dl.alt:after {
    content: "";
    display: block;
    clear: both;
}

ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
    color: #ffffff;
}

/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li > * {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li > * {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5rem;
    }
}

/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 0.65em 0 0;
}

ul.icons li:last-child {
    padding-right: 0 !important;
}

/* Section/Article */

section.special,
article.special {
    text-align: center;
}

header.major {
    margin-bottom: 3em;
}

header.major h2 {
    font-size: 2em;
}

header.major h2:after {
    display: block;
    content: "";
    width: 3.25em;
    height: 2px;
    margin: 0.7em 0 1em 0;
    border-radius: 2px;
}

section.special header.major h2:after,
article.special header.major h2:after {
    margin-left: auto;
    margin-right: auto;
}

header.major p {
    font-size: 1.25em;
    letter-spacing: -0.025em;
}

header.major.special {
    text-align: center;
}

header.major.special h2:after {
    margin-left: auto;
    margin-right: auto;
}

footer.major {
    margin-top: 3em;
}

@media screen and (max-width: 736px) {
    header.major {
        margin-bottom: 0;
    }

    header.major h2 {
        font-size: 1.5em;
    }

    header.major p {
        font-size: 1em;
        letter-spacing: 0;
    }

    header.major p br {
        display: none;
    }

    footer.major {
        margin-top: 0;
    }
}

header.major h2:after {
    background-color: rgba(255, 255, 255, 0.35);
}

/* Features */

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: calc(100% + 2em);
    margin: 0 0 3em -2em;
    padding: 0;
    list-style: none;
}

.features li {
    width: calc(33.33333% - 2em);
    margin-left: 2em;
    margin-top: 3em;
    padding: 0;
}

.features li:nth-child(1),
.features li:nth-child(2),
.features li:nth-child(3) {
    margin-top: 0;
}

.features li > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .features li {
        width: calc(50% - 2em);
    }

    .features li:nth-child(3) {
        margin-top: 3em;
    }
}

@media screen and (max-width: 736px) {
    .features {
        width: 100%;
        margin: 0 0 2em 0;
    }

    .features li {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
    }

    .features li:nth-child(2),
    .features li:nth-child(3) {
        margin-top: 2em;
    }
}

/* Spotlight */

.spotlight {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 2em 0;
}

.spotlight .content {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.spotlight .content > :last-child {
    margin-bottom: 0;
}

.spotlight .content header.major {
    margin: 0 0 2em 0;
}

.spotlight .image {
    display: inline-block;
    margin-left: 4em;
    padding: 0.65em;
    border: solid 1px;
}

.spotlight .image img {
    display: block;
    width: 15em;
}

@media screen and (max-width: 980px) {
    .spotlight {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }

    .spotlight .content {
        -moz-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
    }

    .spotlight .content header.major h2:after {
        margin-left: auto;
        margin-right: auto;
    }

    .spotlight .content .actions {
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: calc(100% + 1em);
    }

    .spotlight .image {
        -moz-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 0;
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 736px) {
    .spotlight .image {
        padding: 0.35em;
    }

    .spotlight .image img {
        width: 10em;
    }
}

.spotlight .image {
    border-color: rgba(255, 255, 255, 0.35);
}

/* Header */

#header {
    padding: 5em 5em 1em 5em;
    text-align: center;
}

#header h1 {
    margin: 0 0 0.25em 0;
}

#header p {
    font-size: 1.25em;
    letter-spacing: -0.025em;
}

#header.alt {
    padding: 7em 5em 4em 5em;
}

#header.alt h1 {
    font-size: 3.25em;
}

#header.alt > * {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

#header.alt .logo {
    -moz-transition:
        opacity 1.25s ease,
        -moz-transform 0.5s ease;
    -webkit-transition:
        opacity 1.25s ease,
        -webkit-transform 0.5s ease;
    -ms-transition:
        opacity 1.25s ease,
        -ms-transform 0.5s ease;
    transition:
        opacity 1.25s ease,
        transform 0.5s ease;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
}

#header.alt .logo img {
    display: block;
    width: 40vh;
    margin: 0 auto;
    max-width: 27%;
}

@media screen and (max-width: 1280px) {
    #header {
        padding: 4em 4em 0.1em 4em;
    }

    #header.alt {
        padding: 6em 4em 3em 4em;
    }
}

@media screen and (max-width: 980px) {
    #header {
        padding: 4em 3em 0.1em 3em;
    }

    #header.alt {
        padding: 5em 3em 2em 3em;
    }
    #header.alt .logo img {
        max-width: 30%;
    }
}

@media screen and (max-width: 736px) {
    #header {
        padding: 3em 2em 0.1em 2em;
    }

    #header p {
        font-size: 1em;
        letter-spacing: 0;
    }

    #header p br {
        display: none;
    }

    #header.alt {
        padding: 4em 2em 1em 2em;
    }

    #header.alt h1 {
        font-size: 2.5em;
    }
    #header.alt .logo img {
        max-width: 40%;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding: 3em 1.5em 0.1em 1.5em;
    }

    #header.alt {
        padding: 4em 1.5em 1em 1.5em;
    }
    #header.alt .logo img {
        max-width: 40%;
    }
}

@media screen and (max-width: 360px) {
    #header {
        padding: 2.5em 1em 0.1em 1em;
    }

    #header.alt {
        padding: 3.5em 1em 0.5em 1em;
    }

    #header.alt .logo img {
        max-width: 40%;
    }
}

body.is-preload #header.alt > * {
    opacity: 0;
}

body.is-preload #header.alt .logo {
    -moz-transform: scale(0.8) rotate(-30deg);
    -webkit-transform: scale(0.8) rotate(-30deg);
    -ms-transform: scale(0.8) rotate(-30deg);
    transform: scale(0.8) rotate(-30deg);
}

/* Nav */

#nav {
    -moz-transition:
        background-color 0.2s ease,
        border-top-left-radius 0.2s ease,
        border-top-right-radius 0.2s ease,
        padding 0.2s ease;
    -webkit-transition:
        background-color 0.2s ease,
        border-top-left-radius 0.2s ease,
        border-top-right-radius 0.2s ease,
        padding 0.2s ease;
    -ms-transition:
        background-color 0.2s ease,
        border-top-left-radius 0.2s ease,
        border-top-right-radius 0.2s ease,
        padding 0.2s ease;
    transition:
        background-color 0.2s ease,
        border-top-left-radius 0.2s ease,
        border-top-right-radius 0.2s ease,
        padding 0.2s ease;
    background-color: #ffffff;
    color: var(--text-muted);
    position: absolute;
    width: 64em;
    max-width: calc(100% - 4em);
    padding: 1em;
    background-color: #f7f7f7;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    cursor: default;
    text-align: center;
}

#nav input,
#nav select,
#nav textarea {
    color: var(--text-muted);
}

#nav a:hover {
    color: var(--text-muted);
}

#nav strong,
#nav b {
    color: var(--text-muted);
}

#nav h1,
#nav h2,
#nav h3,
#nav h4,
#nav h5,
#nav h6 {
    color: var(--text-muted);
}

#nav blockquote {
    border-left-color: var(--border);
}

#nav code {
    background: color-mix(in srgb, var(--bg-panel) 25%, transparent);
    border-color: var(--border);
}

#nav hr {
    border-bottom-color: var(--border);
}

#nav + #main {
    padding-top: 4.25em;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    -moz-transition: margin 0.2s ease;
    -webkit-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    display: inline-block;
    margin: 0 0.35em;
    padding: 0;
    vertical-align: middle;
}

#nav ul li a {
    -moz-transition: font-size 0.2s ease;
    -webkit-transition: font-size 0.2s ease;
    -ms-transition: font-size 0.2s ease;
    transition: font-size 0.2s ease;
    display: inline-block;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.25em;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px transparent;
}

#nav ul li a:hover {
    background-color: color-mix(in srgb, var(--bg-panel) 25%, transparent);
}

#nav ul li a.active {
    background-color: #ffffff;
    box-shadow: none;
}

#nav.alt {
    position: fixed;
    top: 0;
    padding: 0.5em 1em;
    background-color: rgba(247, 247, 247, 0.95);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000;
}

#nav.alt ul li {
    margin: 0 0.175em;
}

#nav.alt ul li a {
    font-size: 0.9em;
}

@media screen and (max-width: 736px) {
    #nav {
        display: none;
    }

    #nav + #main {
        padding-top: 0;
    }
}

/* Main */

#main {
    background-color: #ffffff;
    color: var(--text-muted);
    border-radius: 0.25em;
}

#main input,
#main select,
#main textarea {
    color: var(--text-muted);
}

#main a:hover {
    color: var(--text-muted);
}

#main strong,
#main b {
    color: var(--text-muted);
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    color: var(--text-muted);
}

#main blockquote {
    border-left-color: var(--border);
}

#main code {
    background: color-mix(in srgb, var(--bg-panel) 25%, transparent);
    border-color: var(--border);
}

#main hr {
    border-bottom-color: var(--border);
}

#main .box {
    border-color: var(--border);
}

#main input[type="submit"],
#main input[type="reset"],
#main input[type="button"],
#main button,
#main .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--border);
    color: var(--text-muted) !important;
    margin-top: 15px;
}

#main input[type="submit"]:hover,
#main input[type="reset"]:hover,
#main input[type="button"]:hover,
#main button:hover,
#main .button:hover {
    background-color: color-mix(in srgb, var(--bg-panel) 25%, transparent);
}

#main input[type="submit"]:active,
#main input[type="reset"]:active,
#main input[type="button"]:active,
#main button:active,
#main .button:active {
    background-color: color-mix(in srgb, var(--bg-panel) 50%, transparent);
}

#main input[type="submit"].icon:before,
#main input[type="reset"].icon:before,
#main input[type="button"].icon:before,
#main button.icon:before,
#main .button.icon:before {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent);
}

#main input[type="submit"].primary,
#main input[type="reset"].primary,
#main input[type="button"].primary,
#main button.primary,
#main .button.primary {
    background-color: var(--green);
    color: #ffffff !important;
    box-shadow: none;
}

#main input[type="submit"].primary:hover,
#main input[type="reset"].primary:hover,
#main input[type="button"].primary:hover,
#main button.primary:hover,
#main .button.primary:hover {
    background-color: color-mix(in srgb, var(--green) 70%, white);
}

#main input[type="submit"].primary:active,
#main input[type="reset"].primary:active,
#main input[type="button"].primary:active,
#main button.primary:active,
#main .button.primary:active {
    background-color: color-mix(in srgb, var(--green) 85%, black);
}

#main input[type="submit"].primary.icon:before,
#main input[type="reset"].primary.icon:before,
#main input[type="button"].primary.icon:before,
#main button.primary.icon:before,
#main .button.primary.icon:before {
    color: #ffffff !important;
}

#main label {
    color: var(--text-muted);
}

#main input[type="text"],
#main input[type="password"],
#main input[type="email"],
#main select,
#main textarea {
    background-color: color-mix(in srgb, var(--bg-panel) 25%, transparent);
    border-color: var(--border);
}

#main input[type="text"]:focus,
#main input[type="password"]:focus,
#main input[type="email"]:focus,
#main select:focus,
#main textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 1px var(--green);
}

#main select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%2327352b' /%3E%3C/svg%3E");
}

#main select option {
    color: var(--text-muted);
    background: #ffffff;
}

#main input[type="checkbox"] + label,
#main input[type="radio"] + label {
    color: var(--text-muted);
}

#main input[type="checkbox"] + label:before,
#main input[type="radio"] + label:before {
    background: color-mix(in srgb, var(--bg-panel) 25%, transparent);
    border-color: var(--border);
}

#main input[type="checkbox"]:checked + label:before,
#main input[type="radio"]:checked + label:before {
    background-color: var(--text-muted);
    border-color: var(--text-muted);
    color: #ffffff;
}

#main input[type="checkbox"]:focus + label:before,
#main input[type="radio"]:focus + label:before {
    border-color: var(--green);
    box-shadow: 0 0 0 1px var(--green);
}

#main ::-webkit-input-placeholder {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent) !important;
}

#main :-moz-placeholder {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent) !important;
}

#main ::-moz-placeholder {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent) !important;
}

#main :-ms-input-placeholder {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent) !important;
}

#main .formerize-placeholder {
    color: color-mix(in srgb, var(--text-muted) 25%, transparent) !important;
}

#main .icon.major {
    border-color: var(--border);
}

#main .icon.major:before {
    border-color: var(--border);
}

#main .icon.alt {
    border-color: var(--border);
    color: var(--text-muted);
}

#main .icon.alt:hover {
    background-color: color-mix(in srgb, var(--bg-panel) 25%, transparent);
}

#main .icon.alt:active {
    background-color: color-mix(in srgb, var(--bg-panel) 50%, transparent);
}

#main ul.alt li {
    border-top-color: var(--border);
}

#main dl dt {
    color: var(--text-muted);
}

#main header.major h2:after {
    background-color: var(--border);
    background-image: -moz-linear-gradient(
        90deg,
        var(--orange),
        var(--brass),
        var(--green)
    );
    background-image: -webkit-linear-gradient(
        90deg,
        var(--orange),
        var(--brass),
        var(--green)
    );
    background-image: -ms-linear-gradient(
        90deg,
        var(--orange),
        var(--brass),
        var(--green)
    );
    background-image: linear-gradient(
        90deg,
        var(--orange),
        var(--brass),
        var(--green)
    );
}

#main table tbody tr {
    border-color: var(--border);
}

#main table tbody tr:nth-child(2n + 1) {
    background-color: color-mix(in srgb, var(--bg-panel) 25%, transparent);
}

#main table th {
    color: var(--text-muted);
}

#main table thead {
    border-bottom-color: var(--border);
}

#main table tfoot {
    border-top-color: var(--border);
}

#main table.alt tbody tr td {
    border-color: var(--border);
}

#main .spotlight .image {
    border-color: var(--border);
}

#main > .main {
    padding: 5em 5em 3em 5em;
    border-top: solid 1px var(--border);
}

#main > .main:first-child {
    border-top: 0;
}

#main > .main > .image.main:first-child {
    margin: -5em 0 5em -5em;
    width: calc(100% + 10em);
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#main > .main > .image.main:first-child img {
    border-top-right-radius: 0.25em;
    border-top-left-radius: 0.25em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 1280px) {
    #main > .main {
        padding: 4em 4em 2em 4em;
    }

    #main > .main > .image.main:first-child {
        margin: -4em 0 4em -4em;
        width: calc(100% + 8em);
    }
}

@media screen and (max-width: 980px) {
    #main > .main {
        padding: 4em 3em 2em 3em;
    }

    #main > .main > .image.main:first-child {
        margin: -4em 0 4em -3em;
        width: calc(100% + 6em);
    }
}

@media screen and (max-width: 736px) {
    #main > .main {
        padding: 3em 2em 1em 2em;
    }

    #main > .main > .image.main:first-child {
        margin: -3em 0 2em -2em;
        width: calc(100% + 4em);
    }
}

@media screen and (max-width: 480px) {
    #main > .main {
        padding: 3em 1.5em 1em 1.5em;
    }

    #main > .main > .image.main:first-child {
        margin: -3em 0 1.5em -1.5em;
        width: calc(100% + 3em);
    }
}

@media screen and (max-width: 360px) {
    #main {
        border-radius: 0;
    }

    #main > .main {
        padding: 2.5em 1em 0.5em 1em;
    }

    #main > .main > .image.main:first-child {
        margin: -2.5em 0 1.5em -1em;
        width: calc(100% + 2em);
        border-radius: 0;
    }

    #main > .main > .image.main:first-child img {
        border-radius: 0;
    }
}

/* Footer */

#footer {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5em 5em 3em 5em;
    width: calc(100% + 2em);
    margin: 0 0 3em -2em;
}

#footer > * {
    width: calc(50% - 2em);
    margin-left: 2em;
}

#footer .copyright {
    width: 100%;
    margin: 2.5em 0 2em 0;
    font-size: 0.8em;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    #footer {
        padding: 4em 4em 2em 4em;
    }
}

@media screen and (max-width: 980px) {
    #footer {
        padding: 4em 3em 2em 3em;
        display: block;
        margin: 0 0 3em 0;
        width: 100%;
    }

    #footer > * {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3em;
    }

    #footer .copyright {
        text-align: left;
    }
}

@media screen and (max-width: 736px) {
    #footer {
        padding: 3em 2em 1em 2em;
    }
}

@media screen and (max-width: 480px) {
    #footer {
        padding: 3em 1.5em 1em 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #footer {
        padding: 2.5em 1em 0.5em 1em;
    }
}

/* Wrapper */

#wrapper {
    width: 64em;
    max-width: calc(100% - 4em);
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    #wrapper {
        max-width: calc(100% - 2em);
    }
}

@media screen and (max-width: 360px) {
    #wrapper {
        max-width: 100%;
    }
}

/* Body */

body {
    background: var(--bg-main);
    color: var(--text);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 100px;
    gap: 6px;
    font-family: "Courier New", monospace;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    background: color-mix(in srgb, var(--green) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--green) 35%, transparent);
    border-radius: 3px;
    padding: 0.3em 0.75em;
    margin-bottom: 1.25em;
}

.tent-intro {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
}

.tent-intro-container {
    background-image: url("../images/tent.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 2rem;
    border-radius: 6px;
}
.hero-badge .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

/* NAV */

#nav,
#nav.alt {
    background: var(--bg-panel) !important;
    color: var(--text) !important;
}

#nav ul li a {
    color: var(--text-muted);
}

#nav ul li a:hover {
    background: color-mix(in srgb, var(--green) 15%, transparent);
}

#nav ul li a.active {
    background: var(--green);
    color: var(--bg-main) !important;
}

/* MAIN */

#main {
    background: var(--bg-section);
    color: var(--text);

    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main strong,
#main b {
    color: #ffffff;
}

#main > .main {
    border-top: 1px solid var(--border);
    /*padding: 5em 5em 2em 7em;*/
}

/* RUBRIK-LINJE */

header.major h2:after,
#main header.major h2:after {
    background: var(--green) !important;
    background-image: none !important;
}

/* BOXAR */

.box,
#main .box {
    border-color: var(--border);
    background: color-mix(in srgb, var(--bg-section) 50%, transparent);
}

/* FEATURES */

.features li {
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2rem;
    transition: 0.2s;
}

.features li:hover {
    border-color: var(--green);
    transform: translateY(-2px);
}

/* BUTTONS */

.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    box-shadow: inset 0 0 0 1px var(--border);
    color: var(--text) !important;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: color-mix(in srgb, var(--green) 10%, transparent);
}

.button.primary,
button.primary,
input[type="submit"].primary,
input[type="button"].primary,
input[type="reset"].primary {
    background: var(--green) !important;
    color: var(--bg-main) !important;
}

.button.primary:hover,
button.primary:hover,
input[type="submit"].primary:hover,
input[type="button"].primary:hover,
input[type="reset"].primary:hover {
    background: color-mix(in srgb, var(--green) 75%, white) !important;
}

/* FORMULÄR */

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: color-mix(in srgb, var(--bg-section) 75%, transparent);
    border-color: var(--border);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 1px var(--green);
}

/* TABELLER */

table tbody tr {
    border-color: var(--border);
}

table tbody tr:nth-child(2n + 1) {
    background: color-mix(in srgb, var(--green) 5%, transparent);
}

table th {
    color: #fff;
}

/* FOOTER */

#footer {
    color: var(--text-muted);
}

#footer a {
    color: var(--green);
}

/* ── SYMBOL TICKER ── */
.ticker-wrap {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg-main);
    padding: 0;
    position: relative;
}
.ticker-wrap::before,
.ticker-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.ticker-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-deep), transparent);
}
.ticker-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-deep), transparent);
}
.ticker-track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: ticker 65s linear infinite;
}
@keyframes ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.ticker-track:hover {
    animation-play-state: paused;
}
.ticker-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-right: 1px solid var(--border);
    min-width: 110px;
    gap: 6px;
    cursor: default;
    transition: background 0.1s;
}
.ticker-item:hover {
    background: rgba(74, 158, 107, 0.07);
}
.ticker-item svg {
    width: 48px;
    height: 48px;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
    opacity: 0.6;
}
.ticker-item:hover svg {
    transform: scale(1.25);
    opacity: 1;
}
.ticker-item span {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--green);
    text-transform: uppercase;
    opacity: 0.7;
}

/* THEME CARD — generell bildkomponent, används i flera sektioner */
.theme-card {
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.25rem;
    margin: 0 auto;
    max-width: 320px;
    transition:
        border-color 0.2s,
        transform 0.2s;
}

.theme-card-frame {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
}

.theme-card img {
    display: block;
    width: 100%;
    height: auto;
    background: var(--bg-section);
}

.theme-card figcaption {
    margin-top: 0.75rem;
    text-align: center;
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    opacity: 0.8;
}

.theme-card--large {
    max-width: 100%;
}

.sync-methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
    margin-bottom: 2em;
    text-align: left;
}

.sync-method {
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75em 1.5em;
}

.sync-method__badge {
    display: inline-block;
    font-family: var(--mono);
    font-size: 0.65em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
    background: color-mix(in srgb, var(--green) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--green) 30%, transparent);
    border-radius: 3px;
    padding: 0.3em 0.7em;
    margin-bottom: 1em;
}

.sync-method__icon {
    display: block;
    font-size: 45px;
    color: var(--brass);
}

.sync-method h3 {
    margin-bottom: 0.5em;
}

.sync-method p {
    font-size: 0.85em;
    color: var(--text-muted);
    margin-bottom: 0;
}

.sync-note {
    max-width: 40em;
    margin: 0 auto;
    padding: 1em 1.5em;
    background: color-mix(in srgb, var(--green) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--green) 25%, transparent);
    border-radius: 6px;
    color: var(--text);
    font-size: 0.9em;
    text-align: center;
}

/* Mobil: stapla kolumnerna */
@media screen and (max-width: 736px) {
    .sync-methods {
        grid-template-columns: 1fr;
    }
}

.hardware-steps {
    list-style: none;
    counter-reset: step;
    margin: 0;
    padding: 0;
}

.hardware-steps li {
    counter-increment: step;
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 0.25rem 1rem;
    padding: 0.85em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

.hardware-steps li::before {
    content: counter(step, decimal-leading-zero);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--green);
}

.hardware-steps strong {
    grid-column: 2;
    display: block;
}

.hardware-steps span {
    grid-column: 2;
    opacity: 0.75;
    font-size: 0.9em;
}

.kris-quote {
    max-width: 42em;
    margin: 2.5em auto 0;
    padding: 1.1em 1.6em;
    background: color-mix(in srgb, var(--green) 8%, transparent);
    border: 1px solid color-mix(in srgb, var(--green) 25%, transparent);
    border-left: 3px solid var(--green);
    border-radius: 6px;
    color: var(--text);
    font-size: 1em;
    font-style: italic;
}

.scenario-list {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9em;
}

.scenario-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8em;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 0.9em 1.1em;
    font-size: 0.92em;
}

.scenario-list li i {
    color: var(--brass);
    font-size: 1.4em;
    flex-shrink: 0;
    margin-top: 0.05em;
}

.scenario-list li strong {
    color: #ffffff;
    display: block;
    font-size: 0.95em;
}

.scenario-list li span {
    color: var(--text-muted);
    font-size: 0.9em;
}

.scenario-list--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
}
@media screen and (max-width: 980px) {
    .scenario-list--row {
        grid-template-columns: 1fr;
    }
}

.krisgis-diagram {
    margin: 2.5em auto 0;
    max-width: 960px;
}
.krisgis-diagram img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 736px) {
    .krisgis-diagram {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .krisgis-diagram img {
        width: 720px; /* eller min-width: 720px; width: 100%; */
        max-width: none;
        height: auto;
    }
}

/* ═══════════════════════════════════════════
   NYTT — varierad sektionsrytm
   ═══════════════════════════════════════════ */

.main.tone-deep {
    background: color-mix(in srgb, var(--bg-section) 55%, var(--bg-deep) 45%);
}

.group-label {
    font-family: var(--mono);
    font-size: 0.8em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brass);
    text-align: left;
    margin: 0 0 1.2em 0;
}
.group-label:not(:first-of-type) {
    margin-top: 3em;
}

/* Underavsnitt inom en sektion (t.ex. LoRa-enheten som en utökning
   av hårdvarublocket, istället för en egen sektion med egen header). */
.subsection-divider {
    border-top: 1px dashed var(--border);
    margin-top: 3em;
    padding-top: 2.5em;
}
.subsection-label {
    font-family: var(--mono);
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.2em;
}

/* Andningspaus mellan tunga sektioner — ett kort centrerat påstående,
   ingen kortgrid, ingen rubrik. Bryter rytmen medvetet. */
.pause-quote {
    max-width: 38em;
    margin: 0 auto;
    padding: 3em 2em;
    text-align: center;
    font-style: italic;
    font-size: 1.1em;
    color: var(--text-muted);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
@media screen and (max-width: 736px) {
    .pause-quote {
        padding: 2em 1.5em;
        font-size: 1em;
    }
}

/* Sektionen som ska väga tyngst på sidan (KrisGIS) får mer luft
   och sticker ut lite extra jämfört med de andra sektionerna. */
.main.section-hero {
    padding-top: 7em;
    padding-bottom: 5em;
}
@media screen and (max-width: 1280px) {
    .main.section-hero {
        padding-top: 5.5em;
        padding-bottom: 3.5em;
    }
}
@media screen and (max-width: 736px) {
    .main.section-hero {
        padding-top: 4em;
        padding-bottom: 2em;
    }
}

/* ── DETALJERAD FUNKTIONSLISTA ── */

/* Detaljerad funktionslista — vänsterställd, */
.feature-detail {
    display: flex;
    gap: 1.5em;
    align-items: flex-start;
    text-align: left;
    padding: 1.9em 0;
    border-top: 1px solid var(--border);
}
.feature-detail:first-of-type {
    border-top: 0;
    padding-top: 0.5em;
}
.feature-detail__icon {
    flex-shrink: 0;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 1.4em;
    color: var(--brass);
}
.feature-detail__body {
    flex: 1;
    min-width: 0;
}
.feature-detail__body h3 {
    margin-bottom: 0.5em;
}
.feature-detail__body p {
    font-size: 0.95em;
    color: var(--text-muted);
    margin-bottom: 1em;
}
.feature-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}
.feature-detail__tags span {
    font-family: var(--mono);
    font-size: 0.65em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--green);
    background: color-mix(in srgb, var(--green) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--green) 25%, transparent);
    border-radius: 3px;
    padding: 0.35em 0.65em;
}
@media screen and (max-width: 600px) {
    .feature-detail {
        flex-direction: column;
        gap: 0.9em;
    }
}

.sync-method {
    perspective: 1000px;
    background: transparent; /* flytta panel-stil till faces */
    border: 0;
    padding: 0;
    /* ta bort hover translateY här — den krockar med flip */
}

.sync-method:hover {
    transform: none;
}

.sync-method__face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75em 1.5em;
    display: flex;
    flex-direction: column;
}

.sync-method__face--back {
    transform: rotateY(180deg);
}

.sync-method.is-flipped,
.sync-method:hover .sync-method__face {
    border-color: var(--green);
}

/* nolla mallens button-stilar */
.sync-method__more {
    margin-top: auto;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    height: auto;
    padding: 0.5em 1em;
    line-height: 1.4;
    white-space: normal;
    text-align: left;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--green) !important;
    font-family: var(--mono);
    font-size: 0.7em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.sync-card {
    perspective: 1200px;
    height: 400px;
    cursor: pointer;
}

.sync-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s;
    transform-style: preserve-3d;
}

.sync-card.flipped .sync-card__inner {
    transform: rotateY(180deg);
}

.sync-card__front,
.sync-card__back {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: left;

    padding: 2rem;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 10px;
    backface-visibility: hidden;
}

.sync-card__back {
    transform: rotateY(180deg);
    background: color-mix(in srgb, var(--green) 12%, var(--bg-panel));
    padding: 1.5em;
}
.sync-card__back .sync-card__copy {
    display: flex;
    flex-direction: column;
    gap: 0.85em; /* luft mellan stycken */
}
.sync-card__back p {
    font-size: 0.85em;
    line-height: 1.65; /* luftigare än default ~1.4 */
    color: var(--text-muted);
    margin: 0;
}
.sync-card__back strong {
    color: var(--green); /* eller var(--brass) för mjukare betoning */
    font-weight: 600;
}
