#design-udstilling {
    display: grid;
    gap: 48px;
}

.design-intro {
    max-width: 760px;
}

.design-eyebrow {
    margin: 0 0 8px;
    color: var(--red-text);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.design-intro h1 {
    margin: 0 0 12px;
    color: var(--text-light);
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1;
}

.design-intro p:last-child {
    margin: 0;
    color: var(--text-light);
    font-size: 1.05rem;
    line-height: 1.7;
}

.concept-showcase > header { max-width: 760px; margin-bottom: 24px; }
.concept-showcase > header h2, .free-draft-promise h2, .design-section-heading h2 { margin: 0 0 10px; color: var(--text-light); font-family: var(--font-heading); font-size: clamp(1.7rem, 4vw, 2.6rem); }
.concept-showcase > header > span { color: var(--text-muted); line-height: 1.6; }
.concept-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.concept-card { min-width: 0; overflow: hidden; display: block; color: var(--text-light); background: var(--bg-boxes); border: 1px solid color-mix(in srgb, var(--red-primary) 45%, transparent); border-radius: 14px; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.concept-card:hover, .concept-card:focus-visible { transform: translateY(-5px); box-shadow: var(--shadow-glow-large); }
.concept-card > div:last-child { padding: 20px; }
.concept-card small { color: var(--red-text); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.concept-card h3 { margin: 8px 0; color: var(--text-light); font-family: var(--font-heading); font-size: 1.3rem; }
.concept-card p { min-height: 68px; margin: 0 0 16px; color: var(--text-muted); line-height: 1.5; }
.concept-card b { color: var(--red-text); font-size: .85rem; }
.concept-window { position: relative; min-height: 230px; overflow: hidden; }
.concept-window > i { position: absolute; top: 12px; left: 14px; width: 7px; height: 7px; border-radius: 50%; box-shadow: 12px 0 currentColor, 24px 0 currentColor; opacity: .45; }
.concept-erp .concept-window { background: #eaf0ed; }
.concept-side { position: absolute; left: 0; top: 32px; bottom: 0; width: 24%; background: #173b35; }
.concept-stat { position: absolute; top: 55px; width: 28%; height: 48px; background: #fff; border-radius: 7px; box-shadow: 0 5px 15px rgba(23,59,53,.08); }
.concept-stat.a { left: 31%; }.concept-stat.b { left: 64%; }
.concept-list { position: absolute; left: 31%; right: 8%; top: 122px; height: 78px; background: repeating-linear-gradient(#fff 0 18px,#dce6e2 18px 19px); border-radius: 7px; }
.concept-shop .concept-window { background: #d9cfbf; }
.concept-shop-title { position: absolute; left: 50%; top: 42px; transform: translateX(-50%); color: #2c2d26; font: 800 1.25rem Georgia,serif; letter-spacing: .15em; }
.concept-product { position: absolute; bottom: 20px; width: 25%; height: 115px; background: #f3ede2; border-radius: 4px; }
.concept-product:after { content:''; position:absolute; left:25%; right:25%; bottom:15%; height:50%; background:#887564; border-radius:45% 45% 18% 18%; }
.concept-product.p1 { left: 8%; }.concept-product.p2 { left: 38%; }.concept-product.p3 { right: 8%; }
.concept-experience .concept-window { background: linear-gradient(145deg,#f2d1bf,#b8d7cc); }
.concept-experience strong { position:absolute; z-index:2; left:50%; top:45%; transform:translate(-50%,-50%); color:#24443e; font:italic 2rem Georgia,serif; }
.concept-orb { position:absolute; display:block; border-radius:50%; }.concept-orb.o1{width:120px;height:120px;left:-30px;top:50px;background:#e3a889}.concept-orb.o2{width:90px;height:90px;right:18px;top:30px;background:#efc49f}.concept-wave{position:absolute;left:-10%;right:-10%;bottom:-45px;height:115px;background:#f5eee5;border-radius:50% 50% 0 0}
.free-draft-promise { padding: clamp(24px,5vw,46px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 50px; background: var(--bg-boxes); border: 2px solid var(--red-primary); border-radius: 14px; box-shadow: var(--shadow-glow-large); }
.free-draft-promise ol { grid-row: span 2; margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.free-draft-promise li { padding-bottom: 14px; display: grid; grid-template-columns: 42px 1fr; gap: 10px; border-bottom: 1px solid color-mix(in srgb,var(--red-primary) 30%,transparent); }
.free-draft-promise li > b { color: var(--red-text); font-family: var(--font-heading); }
.free-draft-promise li span { display: grid; gap: 4px; color: var(--text-muted); }
.free-draft-promise li strong { color: var(--text-light); }
.free-draft-promise > a { width: fit-content; min-height: 44px; padding: 11px 15px; color: #fff; background: var(--red-button); border-radius: 6px; font-weight: 800; text-decoration: none; }
.design-section-heading { margin-bottom: -28px; }

.design-kort-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.design-kort {
    min-width: 0;
    overflow: hidden;
    background: var(--bg-boxes);
    border: 2px solid transparent;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.design-kort:hover {
    transform: translateY(-4px);
}

.design-kort.er-valgt {
    border-color: var(--red-primary);
    box-shadow: var(--shadow-glow-large);
}

.design-preview {
    min-height: 190px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    grid-template-rows: 28px 74px 42px;
    gap: 10px;
}

.preview-logo {
    align-self: center;
    font-weight: 800;
}

.preview-nav {
    align-self: center;
    height: 6px;
    border-radius: 10px;
}

.preview-hero {
    grid-column: 1 / -1;
    border-radius: 6px;
}

.preview-card {
    border-radius: 5px;
}

.design-kort-paile .design-preview {
    color: #ffb8b8;
    background: #333333;
}
.design-kort-paile .preview-nav,
.design-kort-paile .preview-card { background: #555555; border: 1px solid #ff8a8a; }
.design-kort-paile .preview-hero { background: #4a4a4a; border-left: 4px solid #ff8a8a; }

.design-kort-nordisk .design-preview {
    color: #17202a;
    background: #f7f9fb;
}
.design-kort-nordisk .preview-nav { background: #9c2746; }
.design-kort-nordisk .preview-hero { background: #e3e9ef; }
.design-kort-nordisk .preview-card { background: #ffffff; border: 1px solid #b9c4cf; }

.design-kort-kreativ .design-preview {
    color: #9ff5fc;
    background: linear-gradient(135deg, #171b36, #30204d);
}
.design-kort-kreativ .preview-nav { background: #6ee7f2; }
.design-kort-kreativ .preview-hero { background: linear-gradient(120deg, #6b21a8, #006d77); border-radius: 18px; }
.design-kort-kreativ .preview-card { background: #252a50; border: 1px solid #6ee7f2; border-radius: 14px; }

.design-kort-indhold {
    padding: 20px;
}

.design-nummer {
    margin: 0 0 6px;
    color: var(--red-text);
    font-family: var(--font-heading);
    font-weight: 700;
}

.design-kort h2 {
    margin: 0 0 10px;
    color: var(--text-light);
    font-family: var(--font-heading);
    font-size: 1.25rem;
}

.design-kort-indhold > p:not(.design-nummer) {
    min-height: 68px;
    margin: 0 0 18px;
    color: var(--text-light);
    font-size: 0.92rem;
    line-height: 1.55;
}

.design-vaelger {
    min-height: 44px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--red-button);
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}

.design-vaelger:hover,
.design-vaelger:focus-visible {
    background: var(--red-button-hover);
}

.design-vaelger[aria-pressed="true"] {
    color: var(--text-light);
    background: transparent;
    border-color: var(--red-primary);
}

.design-tip {
    padding: 18px 20px;
    color: var(--text-light);
    background: var(--bg-boxes);
    border-left: 4px solid var(--red-primary);
    border-radius: 6px;
    line-height: 1.6;
}

@media screen and (max-width: 850px) {
    .concept-grid { grid-template-columns: 1fr; }
    .concept-card { display: grid; grid-template-columns: minmax(240px,.8fr) 1fr; }
    .free-draft-promise { grid-template-columns: 1fr; }
    .free-draft-promise ol { grid-row: auto; }
    .design-kort-grid { grid-template-columns: 1fr; }
    .design-kort { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1fr; }
}

@media screen and (max-width: 600px) {
    .concept-card { display: block; }
    .concept-card p { min-height: 0; }
    .design-kort { display: block; }
    .design-preview { min-height: 165px; }
    .design-kort-indhold > p:not(.design-nummer) { min-height: 0; }
    .design-vaelger { width: 100%; }
}
.case-projekt {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
    background: var(--bg-boxes);
    border: 2px solid var(--red-primary);
    border-radius: 14px;
    box-shadow: var(--shadow-glow-large);
}
.case-projekt-visuelt { position: relative; min-height: 330px; overflow: hidden; background: linear-gradient(145deg, #fff0f7, #e5d3ff 55%, #c8f4ff); }
.case-browser-prikker { position: absolute; top: 18px; left: 20px; display: flex; gap: 7px; }
.case-browser-prikker i { width: 9px; height: 9px; display: block; background: #7209b7; border-radius: 50%; }
.case-logo { position: absolute; top: 62px; left: 28px; color: #5b137d; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; line-height: 0.88; transform: rotate(-3deg); }
.case-produkt { position: absolute; display: block; background: linear-gradient(135deg, #ff70a6, #7209b7); border: 6px solid rgba(255, 255, 255, 0.82); border-radius: 50%; box-shadow: 0 12px 25px rgba(91, 19, 125, 0.24); }
.case-produkt-et { right: 36px; bottom: 40px; width: 118px; height: 118px; }
.case-produkt-to { right: 122px; bottom: 118px; width: 78px; height: 78px; background: linear-gradient(135deg, #00b4d8, #4361ee); }
.case-produkt-tre { left: 68px; bottom: 36px; width: 64px; height: 64px; background: linear-gradient(135deg, #ffd166, #ff70a6); }
.case-projekt-indhold { padding: clamp(26px, 5vw, 52px); align-self: center; }
.case-projekt-indhold h2 { margin: 0 0 12px; color: var(--text-light); font-family: var(--font-heading); font-size: clamp(1.7rem, 4vw, 2.7rem); }
.case-projekt-indhold > p:not(.design-eyebrow) { margin: 0 0 20px; color: var(--text-light); line-height: 1.65; }
.case-funktioner { margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; color: var(--text-light); list-style: none; }
.case-funktioner li::before { margin-right: 8px; color: var(--red-text); content: '✓'; font-weight: 800; }
.case-projekt-link { min-height: 46px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; color: #ffffff; background: var(--red-button); border-radius: 5px; font-weight: 700; text-decoration: none; }
.case-projekt-link:hover,
.case-projekt-link:focus-visible { background: var(--red-button-hover); }

@media screen and (max-width: 760px) {
    .case-projekt { grid-template-columns: 1fr; }
    .case-projekt-visuelt { min-height: 260px; }
}
@media screen and (max-width: 430px) {
    .case-funktioner { grid-template-columns: 1fr; }
    .case-projekt-link { width: 100%; justify-content: center; }
}
.case-terminal {
    border-color: #73d2de;
}

.case-terminal-visuelt {
    min-height: 330px;
    padding: 24px;
    color: #eafcff;
    background: linear-gradient(145deg, #081b24, #103745);
}

.terminal-demo-top {
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(115, 210, 222, 0.45);
    font-family: Consolas, monospace;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.terminal-demo-top i {
    color: #73d2de;
    font-size: 0.65rem;
    font-style: normal;
}

.terminal-demo-menu {
    margin: 18px 0;
    display: flex;
    gap: 8px;
}

.terminal-demo-menu span {
    width: 54px;
    height: 8px;
    display: block;
    background: rgba(234, 252, 255, 0.32);
    border-radius: 10px;
}

.terminal-demo-menu span:first-child {
    background: #73d2de;
}

.terminal-demo-indhold {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.terminal-demo-stat,
.terminal-demo-liste {
    padding: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(115, 210, 222, 0.35);
    border-radius: 8px;
}

.terminal-demo-stat strong,
.terminal-demo-stat small {
    display: block;
}

.terminal-demo-stat strong {
    color: #73d2de;
    font-size: 1.8rem;
}

.terminal-demo-stat small {
    margin-top: 4px;
    color: #eafcff;
}

.terminal-demo-liste {
    grid-column: 1 / -1;
    display: grid;
    gap: 10px;
}

.terminal-demo-liste i {
    height: 12px;
    display: block;
    background: linear-gradient(90deg, #73d2de 18%, rgba(234, 252, 255, 0.2) 18%);
    border-radius: 4px;
}

.case-adgang {
    width: fit-content;
    margin: 0;
    padding: 10px 13px;
    color: var(--text-light);
    background: var(--bg-main);
    border: 1px solid var(--red-primary);
    border-radius: 5px;
    font-size: 0.86rem;
    font-weight: 700;
}

@media screen and (max-width: 760px) {
    .case-terminal-visuelt { min-height: 280px; }
}
