* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #0f172a;
    color: #f8fafc;
    line-height: 1.6;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    background: rgba(15,23,42,.95);
    border-bottom: 1px solid #1e293b;
    backdrop-filter: blur(10px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.logo {
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.main-nav {
    display: flex;
    gap: 24px;
}

.main-nav a {
    color: #cbd5e1;
    text-decoration: none;
}

.main-nav a:hover {
    color: white;
}

.cart-button {
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    cursor: pointer;
}

.hero {
    padding: 100px 0 70px;
}

.eyebrow {
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .85rem;
    margin-bottom: 15px;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.hero h1 span {
    display: block;
    color: #60a5fa;
}

.hero-text {
    color: #cbd5e1;
    max-width: 700px;
    margin-bottom: 35px;
}

.hero-actions {
    display: flex;
    gap: 16px;
}

.primary-button,
.secondary-button {
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 10px;
}

.primary-button {
    background: #2563eb;
    color: white;
}

.secondary-button {
    border: 1px solid #334155;
    color: white;
}

.products-section,
.trust-section,
.promise-section {
    padding: 70px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 24px;
}

.loading-card,
.product-card {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 16px;
    padding: 24px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
}

.trust-card {
    background: #1e293b;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #334155;
}

.promise-card {
    background: #1e293b;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
}

.promise-statement {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #60a5fa;
}

.site-footer {
    padding: 40px 0;
    border-top: 1px solid #1e293b;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-links a:hover {
    color: white;
}
.price{
    font-size:28px;
    font-weight:bold;
    margin:20px 0;
    color:#60a5fa;
}

.product-actions{
    display:flex;
    gap:12px;
}

.buy-button,
.details-button{
    flex:1;
    padding:12px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-weight:bold;
}

.buy-button{
    background:#2563eb;
    color:white;
}

.details-button{
    background:#334155;
    color:white;
}

.buy-button:hover{
    background:#1d4ed8;
}

.details-button:hover{
    background:#475569;
}

.product-card h3{
    margin-bottom:10px;
}
/* RISCAN hero delivery map */

.hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    align-items: center;
    gap: 60px;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero h1 {
    line-height: 1.08;
}

.hero-map {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(96, 165, 250, .18);
    border-radius: 32px;
    background:
        radial-gradient(circle at 70% 20%, rgba(37, 99, 235, .18), transparent 35%),
        linear-gradient(145deg, rgba(30, 41, 59, .82), rgba(15, 23, 42, .96));
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .04);
}

.hero-map::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(148, 163, 184, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .16) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.map-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .2);
    filter: blur(70px);
}

.europe-map {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 610px;
    height: auto;
    padding: 16px;
}

.map-land,
.norway-land {
    fill: url(#mapGradient);
    stroke: #64748b;
    stroke-width: 2;
    stroke-linejoin: round;
}

.norway-land {
    fill: rgba(37, 99, 235, .35);
    stroke: #60a5fa;
}

.delivery-route {
    fill: none;
    stroke: url(#routeGradient);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 12 10;
    filter: url(#routeGlow);
    animation: route-flow 2.4s linear infinite;
}

.origin-ring,
.destination-ring {
    fill: rgba(96, 165, 250, .12);
    stroke: #60a5fa;
    stroke-width: 2;
}

.origin-dot,
.destination-dot {
    fill: #bfdbfe;
}

.map-label {
    fill: #cbd5e1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
}

.norway-label {
    fill: #93c5fd;
    font-size: 15px;
}

.route-caption {
    fill: #94a3b8;
    font-size: 13px;
    letter-spacing: 1px;
}

.map-message {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #cbd5e1;
    font-size: .85rem;
    letter-spacing: .5px;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 999px;
    background: rgba(15, 23, 42, .82);
    backdrop-filter: blur(12px);
}

.map-message-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 14px #60a5fa;
}

@keyframes route-flow {
    to {
        stroke-dashoffset: -44;
    }
}

@media (max-width: 960px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-map {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    .main-nav {
        display: none;
    }

    .hero {
        padding: 70px 0 55px;
    }

    .hero h1 {
        font-size: 2.6rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .primary-button,
    .secondary-button {
        text-align: center;
    }

    .hero-map {
        min-height: 340px;
        border-radius: 22px;
    }

    .map-message {
        left: 18px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .delivery-route {
        animation: none;
    }
}
`´