/* === Merchant Dashboard Hero Gradient & Animation === */
.dashboard-hero-gradient {
    background: linear-gradient(120deg, #f6f9fc 60%, #e0e7ff 100%);
    position: relative;
    padding: 100px 80px 60px 80px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 480px;
    max-width: 1280px;
    margin: 0 auto;
    gap: 40px;
}
.dashboard-hero-title {
    font-size: 3.2rem;
    background: linear-gradient(90deg, #0A2540 0%, #3f50ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    margin-bottom: 18px;
}
.dashboard-hero-subtitle {
    font-size: 1.3rem;
    color: #425466;
    margin-bottom: 32px;
    max-width: 500px;
}
.cta-btn {
    display: inline-block;
    background: #3f50ba;
    color: #fff;
    padding: 14px 32px;
    border-radius: 32px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(63,80,186,0.10);
    transition: background 0.2s, transform 0.2s;
    margin-top: 10px;
}
.cta-btn:hover {
    background: #324095;
    transform: translateY(-2px) scale(1.04);
}
.dashboard-hero-img {
    max-width: 420px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(10,37,64,0.10);
    margin-left: 60px;
}
.dashboard-hero-img-animated {
    animation: dashboardFloat 4.5s ease-in-out infinite alternate;
}
@keyframes dashboardFloat {
    0% { transform: translateY(0px) scale(1); }
    100% { transform: translateY(-18px) scale(1.03); }
}

/* === Animated Statistics Bar === */
.stats-bar {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    background: linear-gradient(90deg, #e0e7ff 0%, #f6f9fc 100%);
    padding: 48px 0 32px 0;
    margin-bottom: 0;
    box-shadow: 0 2px 16px rgba(63,80,186,0.04);
    flex-wrap: wrap;
}
.stat-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(10,37,64,0.07);
    padding: 32px 36px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.stat-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 12px 32px rgba(63,80,186,0.10);
}
.stat-icon {
    font-size: 2.2rem;
    color: #3f50ba;
    margin-bottom: 10px;
}
.stat-number {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0A2540;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 1px;
    transition: color 0.2s;
}
.stat-label {
    font-size: 1.05rem;
    color: #425466;
    font-weight: 600;
    opacity: 0.85;
    text-align: center;
}

/* === Testimonial Section === */
.testimonial-section {
    background: linear-gradient(90deg, #f6f9fc 60%, #e0e7ff 100%);
    padding: 70px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(10,37,64,0.10);
    padding: 38px 44px;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.testimonial-quote {
    font-size: 1.25rem;
    color: #0A2540;
    font-style: italic;
    margin-bottom: 28px;
    font-weight: 500;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 18px;
}
.testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(63,80,186,0.10);
}
.testimonial-name {
    font-weight: 700;
    color: #3f50ba;
    font-size: 1.1rem;
}
.testimonial-role {
    color: #425466;
    font-size: 0.98rem;
    opacity: 0.8;
}

/* === Animated Feature Cards === */
.feature-card-animated {
    animation: featureFadeIn 1.2s cubic-bezier(.22,1,.36,1) both;
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card-animated:hover {
    transform: scale(1.04) rotate(-2deg);
    box-shadow: 0 12px 32px rgba(63,80,186,0.10);
}
@keyframes featureFadeIn {
    0% { opacity: 0; transform: translateY(40px) scale(0.98); }
    100% { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    .dashboard-hero-gradient { flex-direction: column; padding: 60px 0 30px 0; }
    .dashboard-hero-img { margin-left: 0; margin-top: 30px; }
    .stats-bar { flex-direction: column; gap: 20px; padding: 32px 0 18px 0; }
    .testimonial-section { padding: 40px 0 20px 0; }
    .testimonial-card { padding: 24px 12px; }
}
/* Egen effekt for dashboard-bildet på POS-siden */
.feature-img-dashboard {
    transition: transform 0.5s cubic-bezier(.22,1,.36,1), box-shadow 0.4s;
    box-shadow: 0 8px 32px rgba(10,37,64,0.10);
}
.feature-img-dashboard:hover {
    transform: scale(1.06) rotate(7deg);
    box-shadow: 0 16px 48px rgba(0,68,255,0.18);
    z-index: 2;
}
/* --- POS & GAVEKORT EFFEKTER --- */
.feature-img-animate {
    transition: transform 0.5s cubic-bezier(.22,1,.36,1), box-shadow 0.4s;
    box-shadow: 0 8px 32px rgba(10,37,64,0.10);
}
.feature-img-animate:hover {
    transform: scale(1.06) rotate(-2deg);
    box-shadow: 0 16px 48px rgba(0,68,255,0.18);
    z-index: 2;
}

.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(.22,1,.36,1), transform 0.8s cubic-bezier(.22,1,.36,1);
}
.fade-in-section.visible {
    opacity: 1;
    transform: none;
}

.bonus-badge-animate {
    background: #03ffa7;
    color: #0A2540;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    box-shadow: 0 2px 12px rgba(3,255,167,0.18);
    animation: bonusPulse 1.8s infinite alternate;
    display: inline-block;
}
@keyframes bonusPulse {
    0% { box-shadow: 0 2px 12px rgba(3,255,167,0.18); }
    100% { box-shadow: 0 6px 32px 4px rgba(3,255,167,0.32); filter: brightness(1.08); }
}
:root {
    --primary-blue: #0044FF;
    --dark-bg: #0A2540;
    --text-main: #425466;
    --text-dark: #0A2540;
    --bg-light: #F6F9FC;
    --font-stack: "Inter", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--font-stack); }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

body { color: var(--text-main); line-height: 1.6; background-color: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
h1, h2, h3 { color: var(--text-dark); font-weight: 700; }
h1 { 
    font-size: 4.5rem; 
    line-height: 1.1; 
    margin-bottom: 24px; 
    letter-spacing: -1px; 
    background: linear-gradient(135deg, var(--text-dark) 0%, #3f50ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2 { font-size: 2.5rem; margin-bottom: 40px; letter-spacing: -0.5px;}
.navbar { 
    padding: 20px 0; 
    background: rgba(255, 255, 255, 0.85); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.05); 
    z-index: 1000; 
    position: sticky;
    top: 0;
}
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { height: 35px; width: auto; display: block; object-fit: contain; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--text-main); font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--primary-blue); }

/* DROPDOWN MENU IN NAV */
.dropdown { position: relative; display: inline-block; }
.dropdown .dropbtn { cursor: pointer; }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 12px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    z-index: 10;
    border: 1px solid #e2e8f0;
}
.dropdown-content a {
    color: var(--text-dark);
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
}
.dropdown-content a:hover {
    background-color: #f8fafc;
    color: var(--primary-blue);
}
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { color: var(--primary-blue); }

.nav-cta { display: flex; align-items: center; gap: 20px; }
.btn-text { text-decoration: none; color: var(--text-main); font-weight: 600; }
.btn-primary { background: #3f50ba; color: white; padding: 10px 20px; text-decoration: none; border-radius: 28px; font-weight: 600; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 6px rgba(10,37,64,0.2); }
.btn-primary:hover { background: #324095; transform: translateY(-1px); }
.btn-outline { border: 1px solid #d9e2ec; color: var(--text-dark); padding: 10px 20px; text-decoration: none; border-radius: 28px; font-weight: 600; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--text-dark); }
.btn-large { padding: 14px 28px; font-size: 1.1rem; }
.hero { padding: 100px 0; background-color: var(--bg-light); clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); padding-bottom: 15rem;}
.hero-container { display: flex; align-items: center; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.hero-content { flex: 1; min-width: 300px; }
.hero-content p { font-size: 1.25rem; margin-bottom: 40px; color: var(--text-main); max-width: 480px; }
.hero-buttons { display: flex; gap: 15px; }
.hero-visual { flex: 1; display: flex; justify-content: flex-end; min-width: 300px;}
.mockup-window { background: white; border-radius: 24px; box-shadow: 0 30px 60px rgba(0,0,0,0.12); width: 100%; max-width: 500px; overflow: hidden; transform: perspective(1000px) rotateY(-10deg) rotateX(5deg); transition: transform 0.5s; position: relative;}
.mockup-window:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg); }
.mockup-header { background: #f6f9fc; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; display: flex; gap: 8px;}
.dot { width: 12px; height: 12px; border-radius: 50%; }
.red { background: #ff5f56; }
.yellow { background: #ffbd2e; }
.green { background: #27c93f; }
.mockup-body { padding: 30px; }
.skeleton-line { background: #e3e8ee; height: 16px; border-radius: 4px; margin-bottom: 12px; }
.skeleton-line.title { height: 24px; width: 60%; margin-bottom: 30px;}
.skeleton-line.short { width: 80%; }
.skeleton-chart { background: linear-gradient(135deg, #e3e8ee, #f6f9fc); height: 150px; border-radius: 12px; margin-bottom: 24px; }

/* Code Editor Styles */
.code-editor-body {
    background-color: #0A2540;
    padding: 20px;
    height: 380px;
    overflow-y: hidden;
    position: relative;
}
.code-editor {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    color: #f8f8f2;
    line-height: 1.5;
    white-space: pre-wrap;
    text-align: left;
}
.token.keyword { color: #ff7b72; }
.token.function { color: #d2a8ff; }
.token.string { color: #a5d6ff; }
.token.comment { color: #8b949e; font-style: italic; }
.token.punctuation { color: #c9d1d9; }
.token.property { color: #79c0ff; }
.blinking-cursor {
    font-weight: bold;
    color: #a5d6ff;
    animation: blink 1s step-end infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.features { padding: 100px 0; }
.features-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px; 
}
.feature-card { 
    padding: 40px; 
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 30px -5px rgba(10,37,64,0.04);
    transition: all 0.4s ease;
    border: 1px solid rgba(20, 20, 30, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(10, 37, 64, 0.12);
    border: 1px solid rgba(20, 20, 30, 0.08);
}
.icon-wrapper { 
    width: 64px; 
    height: 64px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1.8rem; 
    margin-bottom: 24px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Vibrante farger inspirert av Dashboard-grafikk under Alt du trenger-seksjonen */
.icon-bg-1 { background: #f4486f; color: #ffffff; }
.icon-bg-2 { background: #03ffa7; color: #ffffff; }
.icon-bg-3 { background: #5540f6; color: #ffffff; }
.icon-bg-4 { background: #f3f2ff; color: #333333; } /* Mørk tekst på lys bakgrunn for lesbarhet */

.feature-card h3 { 
    margin-bottom: 12px; 
    font-size: 1.4rem; 
    font-weight: 600;
}
.feature-card p {
    color: #67657e;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.feature-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.2s ease;
}
.feature-link span {
    margin-left: 6px;
    transition: transform 0.2s ease;
}
.feature-link:hover {
    opacity: 0.8;
}
.feature-link:hover span {
    transform: translateX(4px);
}

footer { padding: 40px 0; border-top: 1px solid #eaeaea; text-align: center; color: var(--text-main); }
@media (max-width: 768px) {
    .features-grid { grid-template-columns: 1fr; }
    .hero-container { flex-direction: column; text-align: center; }
    .hero-visual { justify-content: center; width: 100%; }
    h1 { font-size: 3.2rem; }
    .nav-links, .nav-cta .btn-text { display: none; }
}

/* DASHBOARD SECTION & FLOATING BOXES */
.dashboard-section {
    padding: 100px 0 120px;
    background: linear-gradient(180deg, var(--bg-light) 0%, #FFFFFF 100%);
    overflow: hidden;
}
.dashboard-intro {
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.dashboard-intro h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
    color: var(--text-dark);
    text-align: center;
}
.dashboard-intro p {
    font-size: 1.25rem;
    color: #a0aec0;
    line-height: 1.5;
    text-align: center;
}
.dashboard-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 10;
}
.dashboard-img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 40px 80px -20px rgba(10, 37, 64, 0.15), 0 0 40px rgba(0, 68, 255, 0.05);
    display: block;
}
.float-box {
    position: absolute;
    background: rgba(254, 254, 254, 0.90);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 18px 26px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 0 0 1px rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    animation: float-bounce 5s ease-in-out infinite;
    z-index: 20;
}
.fb-1 {
    top: -20px;
    right: -30px;
    animation-delay: 0s;
}
.fb-2 {
    bottom: 40px;
    left: -40px;
    animation-delay: 2.5s;
}
.fb-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #efecfb;
    color: #03ffa7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}
.fb-icon.primary {
    background: #efecfb;
    color: #ef4d70;
}
.fb-content {
    display: flex;
    flex-direction: column;
}
.fb-title {
    font-size: 0.85rem;
    color: #67657e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.fb-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.2;
}
@keyframes float-bounce {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-16px); }
    100% { transform: translateY(0px); }
}
@media (max-width: 900px) {
    .dashboard-wrapper { max-width: 90%; }
    .float-box { display: none; }
    .dashboard-intro h2 { font-size: 2.4rem; }
}

/* PRODUCTS SECTION (BENTO GRID) */
.products-section {
    padding: 100px 0;
    background-color: #F6F9FC;
}
.products-intro {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}
.products-intro h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--text-dark);
}
.products-intro p {
    font-size: 1.25rem;
    color: #a0aec0;
    line-height: 1.5;
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.bento-card {
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 30px -5px rgba(10,37,64,0.08); /* Skarpere, mørkere skygge for enterprise look */
    transition: transform 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
    border: 1px solid rgba(20, 20, 30, 0.08); /* Mørkere, mer definert ramme */
    display: flex;
    flex-direction: column;
}
.bento-card.bento-popular {
    border: 2px solid #3f50ba;
    box-shadow: 0 15px 40px rgba(63, 80, 186, 0.1);
}
.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #3f50ba;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(63, 80, 186, 0.3);
}
.bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -12px rgba(10,37,64,0.12);
}
.bento-card.bento-popular:hover {
    box-shadow: 0 25px 40px -12px rgba(63, 80, 186, 0.25);
}
.bento-img-container {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 40px;
}
/* Nøytrale grå boksfarger for Premium/Enterprise look på Løsninger */
.bento-img-container.bento-bg-1 { background: #f8f9fa; } /* Lys grå */
.bento-img-container.bento-bg-2 { background: #f1f3f5; } /* Kjølig grå */
.bento-img-container.bento-bg-3 { background: #eef2f5; padding: 10px; } /* Grå-blå pluss mindre padding for å gjøre telefonbildet større */
.bento-img-container.bento-bg-4 { background: #f4f6f8; padding: 10px; } /* Veldig lys skifer-grå pluss mindre padding */

.bento-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease;
}
.bento-card:hover .bento-img {
    transform: scale(1.05); /* Liten zoom effekt på hovedbildet ved hover */
}
.bento-content {
    padding: 40px;
    flex-grow: 1;
}
.bento-content h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}
.bento-content p {
    font-size: 1.15rem;
    color: #67657e;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }
    .products-intro h2 {
        font-size: 2.4rem;
    }
}

/* ================================== */
/*          PRIS-SIDE CSS             */
/* ================================== */

.pricing-hero {
    padding: 120px 0 60px;
    background-color: #fff;
    text-align: center;
}
.pricing-hero h1 {
    font-size: 4rem;
    margin-bottom: 24px;
    background: linear-gradient(135deg, var(--text-dark) 0%, #3f50ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-hero p {
    font-size: 1.25rem;
    color: #67657e;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.guarantee-section {
    padding: 20px 0 60px;
}
.guarantee-banner {
    background: linear-gradient(135deg, #fdf2f0 0%, #e0f4ff 100%);
    border-radius: 24px;
    padding: 40px 50px;
    border: 1px solid rgba(63, 80, 186, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.guarantee-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.guarantee-icon {
    font-size: 2.5rem;
    color: #3f50ba;
    background: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(63,80,186,0.1);
    flex-shrink: 0;
}
.guarantee-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: var(--text-dark);
}
.guarantee-content p {
    font-size: 1.1rem;
    color: #425466;
    line-height: 1.5;
}
.guarantee-action {
    flex-shrink: 0;
}

.pricing-tables-section {
    padding: 40px 0 120px;
    background: #F6F9FC;
}
/* ── Pricing Tab Switcher ── */
.pricing-tab-switcher {
    display: inline-flex;
    background: #f1f1f4;
    border-radius: 100px;
    padding: 5px;
    gap: 4px;
    margin-bottom: 30px;
}
.pricing-tab {
    padding: 10px 28px;
    border: none;
    border-radius: 100px;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
}
.pricing-tab:hover {
    color: #1a1a2e;
}
.pricing-tab.active {
    background: #4338ca;
    color: #fff;
    box-shadow: 0 2px 8px rgba(67, 56, 202, 0.3);
}

/* ── Plan Cards ── */
.pricing-cards-section {
    padding: 50px 0 30px;
}
.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.plan-card {
    background: #fff;
    border: 2px solid #e5e5ea;
    border-radius: 20px;
    padding: 32px 28px;
    display: none;
    flex-direction: column;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.plan-card--visible {
    display: flex;
}
.plan-card--active {
    border-color: #4338ca;
    box-shadow: 0 8px 30px rgba(67, 56, 202, 0.12);
}
.plan-card__label {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #4338ca;
    margin-bottom: 16px;
}
.plan-card__subtitle {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 4px;
}
.plan-card__price {
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.plan-card__price strong {
    font-size: 2rem;
    font-weight: 800;
}
.plan-card__desc {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 24px;
}
.plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.plan-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    font-size: 0.92rem;
    color: #333;
    line-height: 1.4;
}
.plan-card__features li i {
    color: #22c55e;
    margin-top: 3px;
    flex-shrink: 0;
}
.plan-card__btn {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    background: #4338ca;
    color: #fff;
    transition: background 0.2s;
}
.plan-card__btn:hover {
    background: #3730a3;
}
.plan-card__btn--outline {
    background: transparent;
    border: 2px solid #1a1a2e;
    color: #1a1a2e;
}
.plan-card__btn--outline:hover {
    background: #1a1a2e;
    color: #fff;
}
.plan-card__link {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4338ca;
    text-decoration: none;
}
.plan-card__link:hover {
    text-decoration: underline;
}

/* ── Pricing Detail Table ── */
.pricing-table-section {
    padding: 0 0 80px;
    text-align: center;
}
.pricing-table-section .container {
    text-align: center;
}
.pricing-table {
    display: none;
}
.pricing-table.active {
    display: block;
    text-align: left;
}
.pricing-table__head {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    background: #1a1a2e;
    color: #fff;
    padding: 18px 30px;
    border-radius: 14px 14px 0 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.pricing-table__row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    padding: 18px 30px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    font-size: 0.95rem;
}
.pricing-table__row:last-child {
    border-bottom: none;
}
.pricing-table__row--group {
    padding-bottom: 8px;
    border-bottom: none;
}
.pricing-table__row--sub {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.9rem;
    color: #555;
}
.pricing-table__row--sub:last-of-type {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 18px;
}
.pricing-table__indent {
    padding-left: 46px;
}
.pricing-table__col--method {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pricing-table__col--fee {
    text-align: right;
}
.pricing-table__col--fee strong {
    color: #1a1a2e;
}
.fee-sub {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 2px;
}

/* ── Custom / Billigst-Garanti panel ── */
.pricing-table__custom {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, #f8f7ff 0%, #ede9fe 100%);
    border-radius: 20px;
}
.guarantee-icon-big {
    font-size: 3rem;
    color: #4338ca;
    margin-bottom: 20px;
}
.pricing-table__custom h2 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.pricing-table__custom p {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .pricing-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .pricing-cards-grid {
        grid-template-columns: 1fr;
    }
    .pricing-tab-switcher {
        flex-wrap: wrap;
        border-radius: 16px;
        justify-content: center;
    }
    .pricing-tab {
        padding: 8px 18px;
        font-size: 0.85rem;
    }
    .pricing-table__head,
    .pricing-table__row {
        grid-template-columns: 1.5fr 1fr;
        padding: 14px 16px;
    }
    .pricing-table__col--region {
        display: none;
    }
}

@media (max-width: 900px) {
    .guarantee-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .guarantee-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .pricing-hero h1 {
        font-size: 3.2rem;
    }
}

/* =========================================================================
   WOW STATS BAR (Animert Gradient + Count Up) 
   ========================================================================= */
.wow-stats-bar {
    /* Starter blanding mellom ulike blåtoner og lilla, med et snev av rosa for varme */
    background: linear-gradient(270deg, #1A2980, #26D0CE, #3f50ba, #5540f6, #1A2980);
    background-size: 800% 800%;
    animation: gradientFlow 15s ease infinite;
    padding: 60px 0;
    color: #ffffff; /* Ren hvit for maksimal kontrast og lesbarhet */
    text-align: center;
    box-shadow: inset 0 4px 20px rgba(0,0,0,0.1); 
    display: flex;
    justify-content: center;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    padding: 0 5%;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-size: 4rem; /* Gigantiske tall for sterk effekt */
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.15); /* Liten skygge for å skyve teksten ut fra bakgrunnen */
    font-variant-numeric: tabular-nums; /* Sørger for at tallene ikke "hopper" horisontalt når de ruller */
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Animasjon på selve gradienten for "wow"-flyt */
@keyframes gradientFlow {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

/* Responsiv layout for mobil & nettbrett */
@media (max-width: 900px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px; /* Mer mellomrom vertikalt */
    }
    .stat-number {
        font-size: 3rem;
    }
}

@media (max-width: 500px) {
    .stats-container {
        grid-template-columns: 1fr;
    }
    .wow-stats-bar {
        padding: 40px 0;
    }
}

/* --- MØRK SYSTEMSEKSJON --- */
.dark-system-section {
    background-color: #030712;
    background-image: 
        radial-gradient(circle at 50% 30%, rgba(56, 189, 248, 0.15) 0%, transparent 60%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    color: #f1f5f9;
    padding: 100px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dark-system-container {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.dark-system-text {
    max-width: 500px;
}

.dark-tag {
    display: inline-block;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dark-system-text h2 {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 20px;
}

.dark-system-text p {
    color: #94a3b8;
    font-size: 1.15rem;
    margin-bottom: 30px;
}

.dark-features-list {
    list-style: none;
    margin-bottom: 40px;
}

.dark-features-list li {
    display: flex;
    align-items: center;
    color: #cbd5e1;
    margin-bottom: 12px;
    font-size: 1rem;
}

.dark-check {
    color: #10b981;
    margin-right: 12px;
    font-weight: bold;
}

.dark-btn {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, #3f50ba 0%, #26d0ce 100%);
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(38, 208, 206, 0.3);
}

.dark-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(38, 208, 206, 0.5);
}

.dark-system-visual {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-window {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 60px rgba(56, 189, 248, 0.15);
    backdrop-filter: blur(10px);
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.code-window-header {
    background: #0f172a;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    position: relative;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.dot.red { background-color: #ef4444; }
.dot.yellow { background-color: #f59e0b; }
.dot.green { background-color: #10b981; }

.code-window-title {
    color: #64748b;
    font-size: 0.85rem;
    font-family: monospace;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.code-content {
    padding: 24px;
    margin: 0;
    font-family: "Fira Code", monospace, sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #e2e8f0;
    overflow-x: auto;
}

.code-keyword { color: #c678dd; }
.code-operator { color: #56b6c2; }
.code-string { color: #98c379; }
.code-property { color: #e06c75; }
.code-number { color: #d19a66; }
.code-comment { color: #5c6370; font-style: italic; }
.code-built-in { color: #e5c07b; }

/* Animerte datalinjer */
.floating-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.f-line {
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #38bdf8, transparent);
    opacity: 0.6;
    animation: flow 4s infinite linear;
}

.f-line.line-1 { height: 100px; left: 10%; animation-duration: 3s; animation-delay: 0s; }
.f-line.line-2 { height: 150px; left: 50%; animation-duration: 5s; animation-delay: 1.5s; }
.f-line.line-3 { height: 120px; left: 90%; animation-duration: 4.5s; animation-delay: 2.5s; }

@keyframes flow {
    0% { transform: translateY(-200px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(600px); opacity: 0; }
}

/* BENTO GRID */
.dark-bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.dark-bento-card {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(56, 189, 248, 0.1);
    border-radius: 16px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dark-bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.1);
    border-color: rgba(56, 189, 248, 0.4);
}

.dark-bento-icon {
    width: 50px;
    height: 50px;
    background: rgba(56, 189, 248, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: #38bdf8;
    position: relative;
}

.dark-bento-icon svg {
    width: 24px;
    height: 24px;
}

.pulse-dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 10px;
    height: 10px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px #10b981;
    animation: bento-pulse 1.5s infinite;
}

@keyframes bento-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.dark-bento-card h3 {
    color: #f1f5f9;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.dark-bento-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .dark-system-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .dark-system-text h2 {
        font-size: 2.3rem;
    }
    .dark-bento-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* --- BRANSJER / TABS SEKSJON --- */
.industries-section {
    background-color: #ffffff;
    padding: 100px 5%;
    position: relative;
    border-top: 1px solid #f1f5f9;
}

.industries-container {
    max-width: 1100px;
    margin: 0 auto;
}

.industries-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.industries-header h2 {
    font-size: 2.8rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.industries-header p {
    font-size: 1.15rem;
    color: var(--text-main);
    line-height: 1.6;
}

.industries-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

.industries-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-btn {
    display: flex;
    align-items: center;
    text-align: left;
    background: transparent;
    border: none;
    padding: 16px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-main);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background-color: #f8fafc;
    color: var(--text-dark);
}

.tab-btn.active {
    background-color: #f1f5f9;
    color: var(--text-dark);
    font-weight: 600;
    box-shadow: inset 4px 0 0 var(--primary-blue);
}

.tab-icon {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    color: #64748b;
    transition: color 0.3s ease;
}

.tab-btn.active .tab-icon {
    color: var(--primary-blue);
}

.industries-content {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    min-height: 400px;
    display: flex;
}

.tab-panel {
    display: none;
    width: 100%;
    animation: fadeInTab 0.5s ease-out forwards;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeInTab {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.panel-info h3 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.panel-info p {
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 30px;
    line-height: 1.7;
}

.panel-features {
    list-style: none;
    margin-bottom: 35px;
}

.panel-features li {
    font-size: 1.05rem;
    color: var(--text-main);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.panel-features strong {
    color: var(--primary-blue);
    margin-right: 12px;
}

.panel-link {
    display: inline-block;
    color: var(--primary-blue);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s;
}

.panel-link:hover {
    color: #3f50ba;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .industries-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .industries-tabs {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    
    .tab-btn {
        white-space: nowrap;
        padding: 12px 16px;
    }
    
    .tab-btn.active {
        box-shadow: none;
        border-bottom: 3px solid var(--primary-blue);
        border-radius: 8px 8px 0 0;
        background-color: transparent;
    }
    
    .industries-content {
        padding: 30px 20px;
        min-height: auto;
    }
    
    .industries-header h2 {
        font-size: 2.2rem;
    }
}

/* =========================================
   CALL TO ACTION (CTA) SECTION
========================================= */
.cta-section {
    background-color: #ffffff;
    padding: 100px 0;
    color: var(--text-dark);
}

.cta-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.cta-left {
    flex: 1;
    max-width: 500px;
}

.cta-left h2 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-left p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #67657e;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.cta-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
}

.cta-feature-bar {
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 25px;
    gap: 15px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-feature-bar:hover {
    transform: translateX(-5px);
    background-color: #f1f5f9;
}

.cta-check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cta-feature-bar span {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-dark);
}

@media (max-width: 900px) {
    .cta-container {
        flex-direction: column;
    }
    .cta-left h2 {
        font-size: 2.5rem;
    }
    .cta-left {
        text-align: center;
        max-width: 100%;
    }
    .cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .cta-right {
        width: 100%;
    }
}

/* =========================================
   FOOTER SECTION
========================================= */
.site-footer {
    background-color: var(--dark-bg);
    color: #ffffff;
    padding: 80px 0 60px;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand {
    padding-right: 40px;
    text-align: left;
}

.footer-logo {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
    font-style: italic;
    letter-spacing: -1px;
}

.footer-brand p {
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.footer-contact p {
    color: #cbd5e1;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.footer-links h3 {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #ffffff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #94a3b8;
    font-size: 0.85rem;
}

.footer-bottom-brand {
    font-weight: 800;
    font-style: italic;
    color: #ffffff;
    font-size: 1.2rem;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }
    .footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   CALCULATOR SECTION
========================================= */
.calculator-section {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.calculator-header {
    text-align: left;
    margin-bottom: 30px;
}

.calculator-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.calculator-header p {
    font-size: 1.15rem;
    color: #67657e;
    line-height: 1.6;
}

.calculator-grid {
    display: grid;
    grid-template-columns: 1.4fr 1.2fr;
    gap: 40px;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

/* Venstre side (Skjema) */
.calc-controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 30px -5px rgba(10,37,64,0.08); /* Samme design som produktene */
    border: 1px solid rgba(20, 20, 30, 0.08);
}

.calc-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.calc-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-dark);
}

.calc-label span {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1.1rem;
    background: #eff6ff;
    padding: 6px 14px;
    border-radius: 20px;
}

/* Custom Range Slider (Mac/Dribbble stil) */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--primary-blue);
    cursor: grab;
    margin-top: -10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: transform 0.15s ease;
}

input[type=range]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

input[type=range]::-webkit-slider-thumb:active {
    cursor: grabbing;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #e2e8f0;
    border-radius: 4px;
}

input[type=range]:focus {
    outline: none;
}
input[type="range"] {
    accent-color: var(--primary-blue); /* Fallback */
}

/* Høyre side (Resultat) */
.calc-results {
    border-radius: 20px;
    padding: 40px;
    background-color: var(--dark-bg);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(10,37,64,0.3);
}

.result-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    font-size: 1.1rem;
    color: #94a3b8;
    z-index: 2;
}

.amount {
    font-weight: 700;
    font-size: 1.15rem;
    color: #ffffff;
    white-space: nowrap;
}

.bad-amount {
    color: #ef4d70; /* Saga dashboard rosa/rød */
}

.result-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 5px 0;
    z-index: 2;
}

.result-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    z-index: 2;
}

.result-total span:first-child {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
}

.total-saved {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 800;
    color: #03ffa7; /* Saga dashboard cyan/grønn */
    text-shadow: 0 0 30px rgba(3, 255, 167, 0.4);
}

.calc-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: auto;
    text-align: left;
    z-index: 2;
}

@media (max-width: 900px) {
    .calculator-grid {
        grid-template-columns: 1fr;
    }
}


/* Terminal Animation and Run Code Button */
.run-code-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    background: #00e5a0;
    color: #0d1b4b;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 229, 160, 0.3);
    z-index: 10;
}
.run-code-btn:hover {
    background: #00c488;
    transform: translateY(-2px);
}
.run-code-btn.pressed {
    transform: scale(0.92) !important;
    background: #00b37e !important;
    box-shadow: 0 2px 4px rgba(0, 229, 160, 0.2) !important;
}

.terminal-scene { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; transform: scale(0.85); }
.terminal-wrap { position: relative; }
.terminal { width: 180px; background: #e8e8ec; border-radius: 28px; padding: 14px 14px 18px; box-shadow: 0 8px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.6); position: relative; z-index: 1; }
.screen { background: #0d1b4b; border-radius: 14px; height: 110px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.brand-label { font-family: 'Arial Black', sans-serif; font-weight: 900; font-size: 22px; color: #2a4fd6; letter-spacing: 1px; text-align: center; margin-bottom: 10px; }
.keypad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.key { height: 32px; border-radius: 50%; background: #1a1a1a; display: flex; align-items: center; justify-content: center; font-size: 13px; color: white; font-weight: 600; }
.key.confirm { background: #00e5a0; color: #0d1b4b; }
.key.red-x { color: #ff4444; }

.screen-amount { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.amount-label { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 1px; text-transform: uppercase; }
.amount-value { font-size: 24px; font-weight: 700; color: white; letter-spacing: 1px; }

.screen-processing { display: none; flex-direction: column; align-items: center; gap: 10px; }
.spinner { width: 32px; height: 32px; border: 3px solid rgba(255,255,255,0.15); border-top-color: #00e5a0; border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.proc-text { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; }

.screen-success { display: none; flex-direction: column; align-items: center; gap: 6px; }
.check-badge { width: 52px; height: 52px; background: #00e5a0; border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: scale(0); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.check-badge.show { transform: scale(1); }
.checkmark-path { stroke-dasharray: 40; stroke-dashoffset: 40; transition: stroke-dashoffset 0.4s ease 0.25s; }
.checkmark-path.draw { stroke-dashoffset: 0; }
.success-text { font-size: 11px; color: rgba(255,255,255,0.5); }

.ripple { position: absolute; width: 100%; height: 100%; border-radius: 14px; background: rgba(0,229,160,0.12); transform: scale(0); opacity: 0; pointer-events: none; }
.ripple.go { animation: rippleAnim 0.6s ease-out forwards; }
@keyframes rippleAnim { 0% { transform: scale(0); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

.nfc-ring { position: absolute; border: 2px solid rgba(0,229,160,0.7); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); opacity: 0; pointer-events: none; }
.nfc-ring.pulse { animation: nfcPulse 0.55s ease-out forwards; }
@keyframes nfcPulse { 0% { transform: translate(-50%,-50%) scale(0); opacity: 0.9; } 100% { transform: translate(-50%,-50%) scale(3); opacity: 0; } }
.r1 { width: 16px; height: 16px; }
.r2 { width: 16px; height: 16px; }
.r3 { width: 16px; height: 16px; }

.card { width: 108px; height: 68px; background: linear-gradient(135deg, #0d1b4b 0%, #1a2f7a 60%, #2a4fd6 100%); border-radius: 9px; position: absolute; box-shadow: 0 6px 20px rgba(0,0,0,0.45); z-index: 10; top: -20px; left: 50%; transform: translateX(220px) rotate(10deg); opacity: 0; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s; }
.card::before { content: ''; position: absolute; top: 13px; left: 10px; width: 26px; height: 20px; background: #d4a843; border-radius: 3px; }
.saga-card-logo { position: absolute; bottom: 8px; right: 8px; font-family: 'Arial Black', sans-serif; font-weight: 900; font-size: 13px; color: white; letter-spacing: 0.5px; }
.card-chip-lines { position: absolute; top: 24px; left: 40px; right: 10px; }
.card-chip-lines div { height: 1px; background: rgba(255,255,255,0.15); margin-bottom: 4px; }

.card.fly-in { transform: translateX(55px) rotate(4deg); opacity: 1; }
.card.tap { transform: translateX(36px) translateY(8px) rotate(0deg); opacity: 1; transition: transform 0.18s ease-out, opacity 0.2s; }
.card.fly-out { transform: translateX(220px) rotate(-10deg); opacity: 0; transition: transform 0.45s ease-in, opacity 0.35s ease-in; }

/* --- LOGO TICKER --- */
.logo-ticker-section {
    width: 100%;
    background-color: var(--bg-light);
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eef2f5;
}
.ticker-wrap {
    display: flex;
    width: max-content;
    animation: scroll-ticker 30s linear infinite;
}
.ticker-slide {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
}

/* Merchant Ticker Specifics */
.merchant-slide {
    gap: 80px;
    padding-right: 80px;
}

.merchant-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchant-logo img {
    height: auto;
    max-height: 75px;
    max-width: 250px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: grayscale(100%) opacity(80%);
    transition: all 0.3s ease;
}

.merchant-logo:hover img {
    filter: grayscale(0%) opacity(100%);
    transform: scale(1.05);
}

.pay-badge {
    height: 48px;
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    font-weight: 700;
    font-size: 18px;
    color: #111;
    gap: 8px;
    white-space: nowrap;
}

.pay-badge img {
    height: 100%;
    max-height: 24px;
    width: auto;
    object-fit: contain;
    display: block;
}

.pay-badge i { font-size: 26px; }
.pay-badge.amex i { color: #016fd0; }

@keyframes scroll-ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- NETTBETALING HERO --- */
.nettbetaling-hero {
    background-color: var(--bg-light);
    padding: 100px 0 60px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eef2f5;
}
.nettbetaling-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.nettbetaling-hero-text {
    flex: 1;
    max-width: 550px;
}
.nettbetaling-hero-text h1 {
    font-size: 3.5rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 800;
}
.nettbetaling-hero-text p {
    font-size: 1.25rem;
    color: var(--text-main);
    line-height: 1.6;
    margin-bottom: 30px;
}
.nettbetaling-hero-img-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Phone Frame & 36s Timeline Animation */
.phone-frame {
    position: relative;
    width: 320px;
    height: 690px;
    background: #000;
    border: 14px solid #111;
    border-radius: 45px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2), inset 0 0 0 2px #333;
    transform-origin: center center;
    animation: cinematicJourney 36s linear infinite;
}

.phone-frame::before {
    /* Dynamic Island Fake / Notch for realism */
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 30px;
    background: #000;
    border-radius: 20px;
    z-index: 100;
}

.phone-frame video.nettbetaling-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #fff;
}

@keyframes cinematicJourney {
    0%, 5.5% { transform: scale(1) translateY(0); }             /* 0-2s: Normal oversikt */
    7%, 9.7% { transform: scale(1.3) translateY(-15%); }         /* 2.5s-3.5s: Zoom ned mot Pay knappen */
    11.1%, 18% { transform: scale(1) translateY(0); }           /* 4s-6.5s: Zoom ut for Redirecting popup */
    19.4%, 38.8% { transform: scale(1.3) translateY(10%); }      /* 7s-14s: Zoom inn mot midten/toppen for tlfnr inntasting i Vipps */
    39%, 77.7% { transform: scale(1.2) translateY(5%); }         /* 14s-28s: Zoom mot midt for snurrende vipps "processing" */
    83.3%, 100% { transform: scale(1) translateY(0); }          /* 30s-36s: Zoom helt ut for Success & "Takk for bestilling" */
}

@media(max-width: 768px) {
    .nettbetaling-hero .container {
        flex-direction: column;
        text-align: center;
    }
    .nettbetaling-hero-img-container {
        margin-top: 40px;
    }
}

/* Specific size boosts for text-heavy merchant logos */
.merchant-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px; 
    margin: 0 20px; 
}

/* Base-størrelsen før zoom - LEGGER TIL DE NYE FILNAVNENE */
.merchant-logo img[src*="merchant-2"],
.merchant-logo img[src*="logo-reisespill"],
.merchant-logo img[src*="logo-home-interior"],
.merchant-logo img[src*="merchant-5"] {
    width: auto !important;
    height: 70px !important; 
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
}

/* Lashly */
.merchant-logo img[src*="merchant-2"] {
    transform: scale(2.0) !important; 
}

/* Reisespill - NYE FILEN */
.merchant-logo img[src*="logo-reisespill"] { transform: scale(5.0) !important; 
margin-right: 60px !important;
}

/* Home & Interior - NYE FILEN (zoomet opp) */
.merchant-logo img[src*="logo-home-interior"] {
    transform: scale(5.5) !important; 
margin-left: 60px !important;
}

/* Delikate Matgaver */
.merchant-logo img[src*="merchant-5"] {
    transform: scale(1.0) !important; 
}

/* Hover effects */
.merchant-logo img[src*="merchant-2"]:hover { transform: scale(2.1) !important; }
.merchant-logo img[src*="logo-reisespill"]:hover { transform: scale(5.1) !important; }
.merchant-logo img[src*="logo-home-interior"]:hover { transform: scale(5.6) !important; }
.merchant-logo img[src*="merchant-5"]:hover { transform: scale(1.1) !important; }


/* =========================================================
   SDK DEMO SECTION
   ========================================================= */
.sdk-demo-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.sdk-demo-header {
    text-align: center;
    margin-bottom: 60px;
}
.sdk-demo-badge {
    display: inline-block;
    background: #e0e7ff;
    color: #4338ca;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
}
.sdk-demo-header h2 {
    font-size: 2.5rem;
    color: #0f172a;
    margin-bottom: 16px;
}
.sdk-demo-header p {
    color: #64748b;
    font-size: 1.15rem;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}
.sdk-demo-disclaimer {
    margin-top: 18px;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.5;
}
.sdk-demo-disclaimer i {
    margin-right: 4px;
    color: #a5b4fc;
}

.sdk-demo-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
}

/* --- Presets column --- */
.sdk-demo-presets {
    flex: 0 0 240px;
}
.sdk-demo-presets h3 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 18px;
    font-weight: 600;
}
.preset-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Locale selector */
.locale-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.locale-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--font-stack);
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
}
.locale-btn:hover {
    border-color: #3f50ba;
    background: #f8faff;
}
.locale-btn.active {
    border-color: #3f50ba;
    background: #eef2ff;
    color: #3f50ba;
    font-weight: 600;
    box-shadow: 0 0 0 3px rgba(63, 80, 186, 0.12);
}
.locale-flag {
    font-size: 1.3rem;
    line-height: 1;
}

.preset-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--font-stack);
    font-size: 0.95rem;
    font-weight: 500;
    color: #334155;
}
.preset-btn:hover {
    border-color: #3f50ba;
    background: #f8faff;
}
.preset-btn.active {
    border-color: #3f50ba;
    background: #eef2ff;
    color: #3f50ba;
    font-weight: 600;
    box-shadow: 0 0 0 3px rgba(63, 80, 186, 0.12);
}

/* Preset preview swatches */
.preset-preview {
    width: 44px;
    height: 32px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border: 1px solid #e2e8f0;
}
.preset-preview .preset-swatch {
    width: 100%;
    height: 100%;
}
.preset-preview--standard .preset-swatch { background: #ffffff; border-radius: 6px; box-shadow: inset 0 0 0 2px #e2e8f0; }
.preset-preview--dark .preset-swatch { background: #1e293b; border-radius: 6px; }
.preset-preview--edgy .preset-swatch { background: #fff; border-radius: 0; box-shadow: inset 0 0 0 2px #0f172a; }
.preset-preview--pill .preset-swatch { background: #f0fdf4; border-radius: 16px; box-shadow: inset 0 0 0 2px #22c55e; }
.preset-preview--minimal .preset-swatch { background: #fafafa; border-radius: 6px; border-bottom: 2px solid #3f50ba; }

/* --- Card form display column --- */
.sdk-demo-display {
    flex: 1;
    max-width: 520px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Browser chrome */
.sdk-demo-browser-chrome {
    background: #f1f5f9;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e2e8f0;
}
.browser-dots {
    display: flex;
    gap: 6px;
}
.browser-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.browser-dots span:nth-child(1) { background: #ef4444; }
.browser-dots span:nth-child(2) { background: #eab308; }
.browser-dots span:nth-child(3) { background: #22c55e; }
.browser-url {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 0.8rem;
    color: #64748b;
    font-family: monospace;
}

/* Card area */
.sdk-demo-card-area {
    background: #ffffff;
    padding: 36px 32px;
    min-height: 340px;
    transition: background 0.4s ease;
}
.sdk-demo-form-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}
.sdk-demo-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}
.sdk-demo-label {
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
}

/* SDK Card Widget Container */
#card-details {
    min-height: 120px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Pay button */
.sdk-demo-pay-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #3f50ba;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--font-stack);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.sdk-demo-pay-btn:hover:not(:disabled) {
    background: #324095;
    transform: translateY(-1px);
}
.sdk-demo-pay-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Wallet row */
.sdk-demo-wallet-row {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.sdk-demo-wallet-btn {
    flex: 1;
    min-height: 44px;
}
/* Force Google Pay button/iframe to fill its container */
#google-pay iframe,
#google-pay button,
#google-pay .gpay-button,
#google-pay > div {
    width: 100% !important;
    min-height: 44px !important;
}

/* Status message */
.sdk-demo-status {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    animation: sdkFadeIn 0.3s ease;
}
.sdk-demo-status.status-loading {
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
}
.sdk-demo-status.status-success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.sdk-demo-status.status-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.sdk-demo-status.status-refunded {
    background: #f0f9ff;
    color: #0c4a6e;
    border: 1px solid #bae6fd;
}

@keyframes sdkFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---- Design Presets: CSS overrides on SDK sb-* classes ---- */

/* STANDARD (default) – does nothing special */

/* DARK */
.sdk-demo-card-area[data-preset="dark"] {
    background: #1e293b;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-form-header {
    border-bottom-color: #334155;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-amount {
    color: #f1f5f9;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-label {
    color: #64748b;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-pay-btn {
    background: #6366f1;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-pay-btn:hover:not(:disabled) {
    background: #4f46e5;
}
.sdk-demo-card-area[data-preset="dark"] .sdk-demo-status.status-loading {
    background: #1e3a5f; color: #7dd3fc; border-color: #1e3a5f;
}
/* Dark: SDK input overrides */
.sdk-demo-card-area[data-preset="dark"] [class*="sb-bg-primary"] {
    background-color: #334155 !important;
}
.sdk-demo-card-area[data-preset="dark"] [class*="sb-border-primary"] {
    border-color: #475569 !important;
}
.sdk-demo-card-area[data-preset="dark"] [class*="sb-text"] {
    color: #e2e8f0 !important;
}
.sdk-demo-card-area[data-preset="dark"] label,
.sdk-demo-card-area[data-preset="dark"] [class*="sb-label"] {
    color: #94a3b8 !important;
}

/* EDGY – sharp corners */
.sdk-demo-card-area[data-preset="edgy"] {
    border-radius: 0;
}
.sdk-demo-card-area[data-preset="edgy"] .sdk-demo-pay-btn {
    border-radius: 0;
    background: #0f172a;
}
.sdk-demo-card-area[data-preset="edgy"] .sdk-demo-pay-btn:hover:not(:disabled) {
    background: #1e293b;
}
.sdk-demo-card-area[data-preset="edgy"] [class*="sb-rounded"] {
    border-radius: 0 !important;
}

/* PILL – super round */
.sdk-demo-card-area[data-preset="pill"] {
    background: #f0fdf4;
}
.sdk-demo-card-area[data-preset="pill"] .sdk-demo-form-header {
    border-bottom-color: #bbf7d0;
}
.sdk-demo-card-area[data-preset="pill"] .sdk-demo-pay-btn {
    border-radius: 50px;
    background: #16a34a;
}
.sdk-demo-card-area[data-preset="pill"] .sdk-demo-pay-btn:hover:not(:disabled) {
    background: #15803d;
}
.sdk-demo-card-area[data-preset="pill"] [class*="sb-rounded"] {
    border-radius: 50px !important;
}
.sdk-demo-card-area[data-preset="pill"] [class*="sb-border-primary"] {
    border-color: #86efac !important;
}

/* MINIMAL – underline only */
.sdk-demo-card-area[data-preset="minimal"] {
    background: #fafafa;
}
.sdk-demo-card-area[data-preset="minimal"] .sdk-demo-pay-btn {
    background: transparent;
    color: #3f50ba;
    border: 2px solid #3f50ba;
    border-radius: 10px;
}
.sdk-demo-card-area[data-preset="minimal"] .sdk-demo-pay-btn:hover:not(:disabled) {
    background: #3f50ba;
    color: #fff;
}
.sdk-demo-card-area[data-preset="minimal"] [class*="sb-rounded"] {
    border-radius: 0 !important;
}
.sdk-demo-card-area[data-preset="minimal"] [class*="sb-border"] {
    border: none !important;
    border-bottom: 2px solid #cbd5e1 !important;
}
.sdk-demo-card-area[data-preset="minimal"] [class*="sb-bg-primary"] {
    background-color: transparent !important;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .sdk-demo-layout {
        flex-direction: column;
        gap: 30px;
    }
    .sdk-demo-presets {
        flex: 1;
        width: 100%;
    }
    .preset-grid {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    .preset-btn {
        flex: 1 1 auto;
        min-width: 100px;
        flex-direction: column;
        text-align: center;
        gap: 6px;
        padding: 10px;
        font-size: 0.85rem;
    }
    .sdk-demo-display {
        max-width: 100%;
    }
    .sdk-demo-card-area {
        padding: 24px 18px;
    }
}

/* ====================================================
   PARTNER PAGE
   ==================================================== */

/* ── Hero ─────────────────────────────────────────── */
.partner-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #312e81 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}
.partner-hero .container {
    display: flex;
    align-items: center;
    gap: 60px;
}
.partner-hero-content {
    flex: 1;
    max-width: 560px;
}
.partner-badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.15);
    color: #a5b4fc;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 1px solid rgba(99, 102, 241, 0.25);
}
.partner-hero-content h1 {
    font-size: 3.5rem;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.15;
}
.partner-hero-content p {
    font-size: 1.2rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 30px;
}
.partner-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.partner-hero-btns .btn-outline {
    border-color: rgba(255,255,255,0.25);
    color: #fff;
}
.partner-hero-btns .btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.06);
}

/* Revenue card in hero */
.partner-hero-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}
.partner-revenue-card {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px;
    width: 380px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}
.revenue-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.revenue-label {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}
.revenue-period {
    color: #64748b;
    font-size: 0.75rem;
}
.revenue-amount {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.revenue-trend {
    color: #4ade80;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
}
.revenue-trend i { margin-right: 4px; }

.revenue-bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 80px;
    margin-bottom: 24px;
}
.rev-bar {
    flex: 1;
    background: #334155;
    border-radius: 4px 4px 0 0;
    min-height: 8px;
    transition: background 0.3s;
}
.rev-bar.active {
    background: linear-gradient(180deg, #818cf8, #6366f1);
}

.revenue-stats {
    display: flex;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.rev-stat {
    flex: 1;
    text-align: center;
}
.rev-stat-val {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}
.rev-stat-label {
    display: block;
    font-size: 0.7rem;
    color: #64748b;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── How it works ─────────────────────────────────── */
.partner-how {
    padding: 100px 0;
    background: #fff;
}
.section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-header .partner-badge,
.partner-pricing-text .partner-badge,
.partner-tools-text .partner-badge {
    background: #e0e7ff;
    color: #4338ca;
    border-color: #c7d2fe;
}
.section-header h2 {
    font-size: 2.5rem;
    color: #0f172a;
    margin-bottom: 12px;
}
.section-header p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

.partner-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.partner-step {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 30px;
    text-align: center;
    flex: 0 1 280px;
    position: relative;
}
.step-number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #c7d2fe;
    letter-spacing: 0.05em;
}
.step-icon {
    width: 56px;
    height: 56px;
    background: #e0e7ff;
    color: #4338ca;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 20px;
}
.partner-step h3 {
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 10px;
}
.partner-step p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}
.partner-step-arrow {
    color: #c7d2fe;
    font-size: 1.4rem;
}

/* ── Pricing section ──────────────────────────────── */
.partner-pricing {
    padding: 100px 0;
    background: #f8fafc;
}
.partner-pricing-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}
.partner-pricing-text {
    flex: 1;
}
.partner-pricing-text h2 {
    font-size: 2.8rem;
    color: #0f172a;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.15;
}
.pricing-sub {
    font-size: 1.8rem;
    font-weight: 600;
    color: #6366f1;
}
.partner-pricing-text > p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}
.partner-pricing-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.partner-pricing-list li {
    font-size: 1rem;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 12px;
}
.partner-pricing-list li i {
    color: #4ade80;
    font-size: 0.9rem;
}

.partner-pricing-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}
.pricing-example-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 32px;
    width: 380px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.pricing-example-header {
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}
.pricing-example-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 0.95rem;
    color: #334155;
}
.pricing-example-row.highlight {
    color: #6366f1;
    font-weight: 600;
}
.pricing-val { font-weight: 600; }
.pricing-val.bold { font-weight: 800; color: #0f172a; }
.pricing-example-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 8px 0;
}
.pricing-example-row.your-margin {
    background: #f0fdf4;
    margin: 0 -16px;
    padding: 12px 16px;
    border-radius: 10px;
    color: #166534;
}
.pricing-example-row.your-margin .pricing-val { color: #166534; }
.pricing-example-row.profit-row {
    font-size: 1.05rem;
    font-weight: 700;
}
.pricing-example-row.profit-row i { margin-right: 6px; }
.pricing-val.profit {
    color: #4ade80;
    font-size: 1.2rem;
    font-weight: 800;
}
.pricing-example-note {
    margin-top: 16px;
    font-size: 0.8rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.5;
}

/* ── Partner types ────────────────────────────────── */
.partner-types {
    padding: 100px 0;
    background: #fff;
}
.partner-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.partner-type-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.partner-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.partner-type-icon {
    width: 50px;
    height: 50px;
    background: #e0e7ff;
    color: #4338ca;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.partner-type-card h3 {
    font-size: 1.2rem;
    color: #0f172a;
    margin-bottom: 10px;
}
.partner-type-card p {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ── Tools section ────────────────────────────────── */
.partner-tools {
    padding: 100px 0;
    background: #f8fafc;
}
.partner-tools-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.partner-tools-text {
    text-align: center;
}
.partner-tools-text h2 {
    font-size: 2.5rem;
    color: #0f172a;
    margin-bottom: 12px;
}
.partner-tools-text p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}
.partner-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.partner-tool {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.partner-tool:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.partner-tool i {
    font-size: 1.6rem;
    color: #6366f1;
    margin-bottom: 16px;
    display: block;
}
.partner-tool h4 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 8px;
}
.partner-tool p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ── API code section ─────────────────────────────── */
.partner-api-section {
    padding: 100px 0;
    background: #0f172a;
}
.partner-api-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}
.partner-api-text {
    flex: 1;
}
.partner-api-text h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 16px;
}
.partner-api-text p {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.7;
}
.partner-api-text .partner-badge {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}
.partner-api-code {
    flex: 1;
}
.code-window {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.code-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.code-filename {
    margin-left: auto;
    font-size: 0.75rem;
    color: #64748b;
    font-family: 'Inter', sans-serif;
}
.code-body {
    padding: 20px;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #e2e8f0;
    overflow-x: auto;
    font-family: 'SF Mono', 'Fira Code', 'Menlo', monospace;
}
.code-comment { color: #64748b; }
.code-keyword { color: #7dd3fc; }
.code-string { color: #86efac; }

/* ── CTA section ──────────────────────────────────── */
.partner-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #312e81 0%, #4338ca 50%, #6366f1 100%);
}
.partner-cta-box {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.partner-cta-box h2 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 800;
}
.partner-cta-box p {
    color: rgba(255,255,255,0.7);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 36px;
}
.partner-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 900px) {
    .partner-hero .container {
        flex-direction: column;
        text-align: center;
    }
    .partner-hero-content { max-width: 100%; }
    .partner-hero-btns { justify-content: center; }
    .partner-hero-content h1 { font-size: 2.4rem; }
    .partner-revenue-card { width: 100%; max-width: 380px; }

    .partner-steps { flex-direction: column; }
    .partner-step-arrow { transform: rotate(90deg); }
    .partner-step { flex: none; width: 100%; max-width: 340px; }

    .partner-pricing-layout { flex-direction: column; }
    .partner-pricing-text h2 { font-size: 2.2rem; }
    .pricing-example-card { width: 100%; max-width: 380px; }

    .partner-types-grid { grid-template-columns: 1fr; }
    .partner-tools-grid { grid-template-columns: 1fr; }

    .partner-api-layout { flex-direction: column; }
    .partner-api-text { text-align: center; }

    .partner-cta-box h2 { font-size: 2rem; }
}

/* Override farger i wow-stats-bar slik at de er hvite over den mørke gradienten */
.wow-stats-bar .stat-number {
    color: #ffffff;
}

.wow-stats-bar .stat-label {
    color: #ffffff;
    opacity: 0.95;
}

/* Nye stiler for priskort-topp med tittel og badge i hvert sitt hjørne */
.plan-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.plan-card__top .plan-card__label {
    margin-bottom: 0; /* Fjerner original margin siden wrapper-diven har margin */
}

.plan-card__badge {
    background: #eef2ff;
    color: #4338ca;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px; /* Gjor boksen til en liten "pille" eller sirkulær boks */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* En subtil skygge for dybde */
}

/* ========================================================================= */
/* UNIVERSAL RESPONSIVE FIXES (MOBILE & TABLET)                              */
/* ========================================================================= */

@media (max-width: 900px) {
    /* 1. Global Typography Adjustments */
    h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
    h3 {
        font-size: 1.4rem !important;
    }
    p {
        font-size: 1rem !important;
    }
    
    /* 2. Container & Spacing Fixes */
    .container {
        padding: 0 20px !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    body {
        overflow-x: hidden !important;
        
    }
    section, .section {
        padding: 40px 0 !important;
    }
    
    /* 3. Hero Sections */
    .hero-container, .nettbetaling-hero .container, .partner-hero .container {
        flex-direction: column-reverse !important;
        text-align: center !important;
        padding-top: 40px !important;
    }
    .hero-visual, .nettbetaling-hero-img-container {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .hero-buttons {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    
    /* 4. Grids to single column */
    .bento-grid, .pricing-cards-grid, .features-grid, .footer-container, 
    .dark-system-container, .industries-layout, .calculator-grid, 
    .stats-container, .nettbetaling-hero-right {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* 5. Navigation / Hamburger Fixes */
    .nav-links, .nav-cta .btn-text {
        display: none; /* Hidden by default on mobile */
    }
    .nav-links.active {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        padding: 20px;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
        z-index: 1001;
    }
    .nav-links.active a {
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }
    .nav-links.active a:last-child {
        border-bottom: none;
    }
    .mobile-menu-btn {
        display: block !important;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--text-dark);
    }
    .nav-cta {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    /* 6. Pricing & Cards */
    .pricing-card {
        padding: 24px !important;
    }
    .testimonial-card, .industry-card {
        margin: 0 !important;
        width: 100% !important;
    }
}

/* Ensure mobile menu button is hidden on desktop by default */
.mobile-menu-btn {
    display: none;
}

/* ========================================================================= */
/* UNIVERSAL RESPONSIVE FIXES (MOBILE & TABLET)                              */
/* ========================================================================= */

@media (max-width: 900px) {
    /* 1. Global Typography Adjustments */
    h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
    h2 {
        font-size: 1.8rem !important;
    }
    h3 {
        font-size: 1.4rem !important;
    }
    p {
        font-size: 1rem !important;
    }
    
    /* 2. Container & Spacing Fixes */
    .container {
        padding: 0 20px !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    body {
        overflow-x: hidden !important;
        
    }
    section, .section {
        padding: 40px 0 !important;
    }
    
    /* 3. Hero Sections */
    .hero-container, .nettbetaling-hero .container, .partner-hero .container {
        flex-direction: column-reverse !important;
        text-align: center !important;
        padding-top: 40px !important;
    }
    .hero-visual, .nettbetaling-hero-img-container {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .hero-buttons {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    
    /* 4. Grids to single column */
    .bento-grid, .pricing-cards-grid, .features-grid, .footer-container, 
    .dark-system-container, .industries-layout, .calculator-grid, 
    .stats-container, .nettbetaling-hero-right {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    /* 5. Navigation / Hamburger Fixes */
    .nav-links, .nav-cta .btn-text {
        display: none; /* Hidden by default on mobile */
    }
    .nav-links.active {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        padding: 20px;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
        z-index: 1001;
    }
    .nav-links.active a {
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
    }
    .nav-links.active a:last-child {
        border-bottom: none;
    }
    .mobile-menu-btn {
        display: block !important;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--text-dark);
    }
    .nav-cta {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    /* 6. Pricing & Cards */
    .pricing-card {
        padding: 24px !important;
    }
    .testimonial-card, .industry-card {
        margin: 0 !important;
        width: 100% !important;
    }
}

/* Ensure mobile menu button is hidden on desktop by default */
.mobile-menu-btn {
    display: none;
}

/* ========================================================================= */
/* BUG FIXES 2.0 FOR MOBILE                                                  */
/* ========================================================================= */
@media (max-width: 900px) {

    /* FORSIDEN: Møt maskinvaren (Mørk bakgrunn inline styling) */
    .terminal-teaser .container > div {
        flex-direction: column-reverse !important;
        gap: 30px !important;
    }
    .terminal-teaser .container > div > div {
        width: 100% !important;
        text-align: center !important;
    }
    
    /* FORSIDEN: Grenseløs API (mørkt system) - Fix sentrering og rekkefølge */
    .dark-system-container {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
        text-align: center !important;
    }
    .dark-system-visual {
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    .code-window {
        width: 100% !important;
        margin: 0 !important;
        right: 0 !important;
        left: 0 !important;
        box-sizing: border-box !important;
    }
    .dark-features-list {
        display: inline-block !important;
        text-align: left !important;
    }

    /* NETTBETALING: "Bygget for økt konvertering" (inline minmax overstyring) */
    .features-section .container > div[style*="grid"] {
        grid-template-columns: 1fr !important;
    }

    /* POS-SIDEN & TAP-TO-PAY: Hero layout og innhold i midten */
    .pricing-hero, .guarantee-section {
        padding: 50px 0 !important;
    }
    .pricing-hero > .container, .guarantee-section > .container {
        flex-direction: column-reverse !important;
        text-align: center !important;
        padding-top: 30px !important;
    }
    /* Fixed the POS stats box right shift */
    .feature-img-animate {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .feature-img-animate + div {
        margin: -25px 20px 0 20px !important; /* Trekk inn kantene istedenfor max-width ! */
        width: auto !important;
        box-sizing: border-box !important;
        max-width: none !important;
    }

    /* PARTNER: Kode snippet avkuttet - Scrollbar istedenfor cutoff! */
    .guarantee-section pre, .guarantee-section code, .code-window pre, .code-window code {
        white-space: pre-wrap !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        overflow-x: hidden !important;
        max-width: 100% !important;
    }

    /* OM SAGA PAY: Hero boks-rekkefølge (Tekst øverst, 4 bokser under) */
    .nettbetaling-hero .container {
        flex-direction: column !important; /* Fjern reverse */
    }
    .nettbetaling-hero-text {
        text-align: center !important;
        margin-bottom: 30px !important;
    }
}



@media (max-width: 900px) {
    .pricing-hero h1, .guarantee-section h1 {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        color: transparent !important;
    }
    .bento-bg-3 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .bento-bg-3 .bento-img {
        margin: 0 auto !important;
        position: relative !important;
        right: 0 !important;
        max-width: 80% !important;
    }
    .terminal-teaser > .container > div {
        padding: 30px 20px !important;
        gap: 20px !important;
    }
    .terminal-teaser > .container > div > div {
        min-width: 0 !important;
    }
    .terminal-teaser img {
        max-width: 70% !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .logo-track {
        width: max-content !important;
    }
    .logo-track:hover, .logo-track:active {
        animation-play-state: running !important;
    }
    .features-grid > div {
        min-width: 0 !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .features-grid ul {
        text-align: left !important;
        padding: 0 10px !important;
    }
    html, body {
        overflow-x: hidden !important;
        width: 100%;
    }
    * {
        box-sizing: border-box !important;
    }
    .pricing-hero > .container > div, .guarantee-section > .container > div, .dashboard-hero-text, .dashboard-hero-visual {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pricing-hero > .container {
        flex-direction: column !important;
    }
    .dashboard-hero-text {
        text-align: center !important;
    }
    .dashboard-hero-img {
        margin: 20px auto !important;
        display: block !important;
        max-width: 100% !important;
    }
}
