/* Reset and Base Styles */*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#1f2937;background-color:#ffffff;}.container{max-width:1200px;margin:0 auto;padding:0 24px;}/* Typography */h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:16px;}h1{font-size:3.5rem;font-weight:700;}h2{font-size:2.5rem;}h3{font-size:1.5rem;}p{margin-bottom:16px;color:#6b7280;font-size:1.1rem;}/* Buttons */.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:12px;font-weight:500;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all 0.3s ease;min-width:140px;}.btn-primary{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);color:white;box-shadow:0 4px 14px 0 rgba(30,64,175,0.3);}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);box-shadow:0 6px 20px 0 rgba(30,64,175,0.4);transform:translateY(-2px);}.btn-secondary{background:transparent;color:#1e40af;border:2px solid #1e40af;}.btn-secondary:hover{background:#1e40af;color:white;}/* Navigation */.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(229,231,235,0.5);z-index:1000;padding:12px 0;}.navbar .container{display:flex;align-items:center;justify-content:space-between;}.logo{height:40px;width:auto;}.nav-links{display:flex;gap:32px;}.nav-link{color:#4b5563;text-decoration:none;font-weight:500;font-size:0.95rem;transition:color 0.3s ease;}.nav-link:hover{color:#1e40af;}.nav-toggle{display:none;flex-direction:column;cursor:pointer;}.nav-toggle span{width:24px;height:2px;background:#1f2937;margin:3px 0;transition:0.3s;border-radius:2px;}/* Hero Section */.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);min-height:100vh;display:flex;align-items:center;}.hero-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center;}.hero-title{color:#1e40af;margin-bottom:24px;font-size:4rem;}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;color:#4b5563;max-width:600px;}.hero-stats{display:flex;gap:40px;margin-bottom:40px;}.stat{text-align:center;}.stat-number{display:block;font-size:2rem;font-weight:700;color:#1e40af;margin-bottom:4px;}.stat-label{font-size:0.9rem;color:#6b7280;font-weight:500;}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;}.trust-badge{background:white;padding:24px;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,0.1);display:flex;align-items:center;gap:16px;border:2px solid #10b981;max-width:300px;}.badge-icon{font-size:2rem;}.badge-text strong{display:block;color:#10b981;font-weight:600;margin-bottom:4px;}.badge-text span{color:#6b7280;font-size:0.9rem;}/* Sections */section{padding:80px 0;}.section-header{text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;}.section-title{color:#1e40af;margin-bottom:16px;}.section-subtitle{font-size:1.2rem;color:#6b7280;}/* Products Section */.products{background:#f9fafb;}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;}.product-card{background:white;padding:32px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,0.06);border:1px solid #e5e7eb;position:relative;transition:transform 0.3s ease,box-shadow 0.3s ease;}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.12);}.product-badge{position:absolute;top:16px;right:16px;background:#10b981;color:white;padding:6px 12px;border-radius:20px;font-size:0.8rem;font-weight:600;}.product-icon{font-size:3rem;margin-bottom:24px;}.product-title{color:#1e40af;margin-bottom:16px;font-size:1.5rem;}.product-description{margin-bottom:24px;color:#4b5563;}.product-features{list-style:none;margin-bottom:24px;}.product-features li{padding:8px 0;color:#4b5563;position:relative;padding-left:24px;}.product-features li:before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:bold;}.product-targets{display:flex;gap:8px;flex-wrap:wrap;}.target{background:#e0e7ff;color:#3730a3;padding:4px 12px;border-radius:20px;font-size:0.8rem;font-weight:500;}/* Services Section */.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;}.service-card{background:white;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.06);border:1px solid #e5e7eb;transition:transform 0.3s ease;}.service-card:hover{transform:translateY(-4px);}.service-icon{font-size:3rem;margin-bottom:24px;}.service-card h3{color:#1e40af;margin-bottom:16px;}.service-card p{color:#6b7280;}/* About Section */.about{background:#f9fafb;}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start;}.about-description{font-size:1.2rem;margin-bottom:32px;color:#4b5563;}.company-info{background:white;padding:24px;border-radius:12px;margin-bottom:32px;border-left:4px solid #1e40af;}.info-item{margin-bottom:12px;color:#4b5563;}.info-item strong{color:#1e40af;margin-right:8px;}.values h3{color:#1e40af;margin-bottom:24px;}.values-grid{display:grid;gap:16px;}.value{display:flex;align-items:start;gap:16px;padding:16px;background:white;border-radius:12px;}.value-icon{font-size:1.5rem;margin-top:4px;}.value-text strong{display:block;color:#1e40af;margin-bottom:4px;}.value-text span{color:#6b7280;font-size:0.9rem;}.trust-indicators{display:grid;gap:24px;}.indicator{background:white;padding:24px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.06);border:1px solid #e5e7eb;}.indicator-value{font-size:2rem;font-weight:700;color:#1e40af;margin-bottom:8px;}.indicator-label{color:#6b7280;font-size:0.9rem;font-weight:500;}/* Contact Section */.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:60px;}.contact-item{display:flex;gap:16px;margin-bottom:32px;}.contact-icon{font-size:1.5rem;margin-top:4px;}.contact-details strong{display:block;color:#1e40af;margin-bottom:4px;}.contact-details span{color:#6b7280;line-height:1.5;}/* Form */.form{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.06);border:1px solid #e5e7eb;}.form-group{margin-bottom:24px;}.form-group label{display:block;margin-bottom:8px;color:#374151;font-weight:500;}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease;font-family:inherit;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.1);}.form-group textarea{resize:vertical;min-height:100px;}/* Footer */.footer{background:#1f2937;color:white;padding:60px 0 20px;}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;}.footer-logo{height:40px;width:auto;margin-bottom:16px;filter:brightness(0) invert(1);}.footer-brand p{color:#9ca3af;margin-bottom:0;}.footer-section h4{color:white;margin-bottom:16px;font-size:1.1rem;}.footer-section ul{list-style:none;}.footer-section ul li{margin-bottom:8px;}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color 0.3s ease;}.footer-section ul li a:hover{color:#3b82f6;}.footer-bottom{border-top:1px solid #374151;padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}.footer-bottom p{color:#9ca3af;margin:0;}.footer-compliance{display:flex;gap:8px;}.compliance-badge{background:#374151;color:#10b981;padding:4px 12px;border-radius:20px;font-size:0.8rem;font-weight:600;border:1px solid #10b981;}/* Responsive Design */@media (max-width:1024px){.hero-content,.about-content,.contact-content{grid-template-columns:1fr;gap:40px;}.hero-title{font-size:3rem;}.footer-content{grid-template-columns:1fr 1fr;gap:32px;}}@media (max-width:768px){.container{padding:0 16px;}.nav-links{display:none;}.nav-toggle{display:flex;}.hero{padding:100px 0 60px;text-align:center;}.hero-title{font-size:2.5rem;}.hero-stats{justify-content:center;gap:24px;}.hero-cta{justify-content:center;}section{padding:60px 0;}h2{font-size:2rem;}.products-grid,.services-grid{grid-template-columns:1fr;}.footer-content{grid-template-columns:1fr;text-align:center;}.footer-bottom{flex-direction:column;text-align:center;}/* Mobile image adjustments */ .hero-image{max-width:300px;height:200px;}.professional-image{max-width:280px;height:180px;}.product-visual{height:150px;}.service-image{width:60px;height:60px;}.certification-grid{grid-template-columns:repeat(3,1fr);gap:15px;}}@media (max-width:480px){.hero-title{font-size:2rem;}.hero-subtitle{font-size:1.1rem;}.hero-stats{flex-direction:column;gap:16px;}.btn{width:100%;text-align:center;}.hero-cta{flex-direction:column;}.trust-badge{max-width:100%;}/* Extra small screen image adjustments */ .hero-image{max-width:250px;height:150px;}.professional-image{max-width:250px;height:150px;}.product-visual{height:120px;}.service-image{width:50px;height:50px;}.certification-grid{grid-template-columns:1fr;gap:10px;}}/* Professional Images */.professional-image{width:100%;max-width:350px;height:250px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,0.1);transition:transform 0.3s ease;}.professional-image:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,0.15);}.hero-image{width:100%;max-width:450px;height:300px;object-fit:cover;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.1);}/* Image containers */.image-container{width:100%;max-width:350px;margin:0 auto;text-align:center;}.service-image{width:80px;height:80px;object-fit:cover;border-radius:50%;margin:0 auto 20px;display:block;box-shadow:0 4px 15px rgba(0,0,0,0.1);}/* Trust badges - Enhanced styling */.trust-badges{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));border:1px solid rgba(255,255,255,0.1);border-radius:20px;backdrop-filter:blur(15px);box-shadow:0 8px 32px rgba(0,0,0,0.1);}.trust-badge.partnership-badge{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1.5rem;background:linear-gradient(135deg,rgba(255,255,255,0.15),rgba(255,255,255,0.08));border:1px solid rgba(255,255,255,0.2);border-radius:15px;color:white;font-size:0.95rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,0.3);transition:all 0.3s ease;max-width:none;}.trust-badge.partnership-badge:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(255,255,255,0.1);}.trust-badge.partnership-badge .icon{width:20px;height:20px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;color:#1e40af;}/* Product cards with images */.product-visual{width:100%;height:180px;overflow:hidden;border-radius:12px;margin-bottom:20px;background:#f8fafc;display:flex;align-items:center;justify-content:center;}.product-image{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease;}.product-image:hover{transform:scale(1.05);}/* Enhanced enterprise styling */.enterprise-badge{background:linear-gradient(135deg,#1e40af,#3b82f6);color:white;padding:12px 24px;border-radius:30px;font-size:0.85rem;font-weight:700;display:inline-block;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(30,64,175,0.3);border:2px solid rgba(255,255,255,0.2);}.certification-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:30px;}.certification-item{background:rgba(255,255,255,0.1);padding:15px;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(10px);}.certification-icon{font-size:2rem;margin-bottom:8px;color:#10b981;}.certification-text{font-size:0.8rem;font-weight:600;color:white;text-shadow:0 1px 3px rgba(0,0,0,0.5);}/* Partnership styling */.partnership-highlight{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #1e40af;border-radius:15px;padding:20px;margin:20px 0;}.partnership-content{display:flex;align-items:center;gap:15px;}.kunnskapsbyen-logo{height:40px;width:auto;object-fit:contain;}.partnership-text{flex:1;}.partnership-text strong{display:block;color:#1e40af;font-size:1rem;margin-bottom:5px;}.partnership-text span{color:#6b7280;font-size:0.9rem;}/* Redesigned trust indicators */.professional-image-container{margin-bottom:30px;text-align:center;}.trust-indicators-redesigned{display:flex;flex-direction:column;gap:15px;}.indicator-item{display:flex;align-items:center;gap:12px;padding:15px;background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05);border:1px solid #e5e7eb;}.indicator-icon{font-size:1.8rem;min-width:35px;text-align:center;}.indicator-logo{height:25px;width:auto;object-fit:contain;}.indicator-content{flex:1;}.indicator-content strong{display:block;color:#1e40af;font-size:0.95rem;margin-bottom:2px;}.indicator-content span{color:#6b7280;font-size:0.85rem;}/* Values styling improvements */.values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:20px;max-width:100%;height:auto;}.value{display:flex;align-items:start;gap:12px;padding:20px;background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05);min-height:120px;}.value-text{flex:1;}.value-text strong{display:block;color:#1e40af;margin-bottom:6px;font-size:0.95rem;}.value-text span{color:#6b7280;font-size:0.85rem;line-height:1.4;}/* Certifications Section */.certifications{background:#f8fafc;padding:60px 0;}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:50px;}.certification-card{background:white;border-radius:15px;padding:25px;box-shadow:0 3px 15px rgba(0,0,0,0.06);border:1px solid #e5e7eb;transition:all 0.3s ease;position:relative;}.certification-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12);}.certification-card.featured{border:2px solid #10b981;background:linear-gradient(135deg,#ffffff 0%,#f0fdf4 100%);}.certification-card.featured::before{content:"POPULÆRT";position:absolute;top:-10px;right:20px;background:#10b981;color:white;padding:6px 15px;border-radius:20px;font-size:0.75rem;font-weight:700;letter-spacing:0.5px;}.certification-header{text-align:center;margin-bottom:20px;}.certification-image{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-bottom:12px;}.certification-icon-large{width:80px;height:80px;font-size:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px auto;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%);border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,0.1);}.certification-header h3{color:#1e40af;margin-bottom:8px;font-size:1.2rem;}.certification-badge{display:inline-block;background:#e0e7ff;color:#3730a3;padding:6px 15px;border-radius:20px;font-size:0.85rem;font-weight:600;}.certification-badge.enterprise{background:#10b981;color:white;}.certification-description{margin-bottom:15px;color:#4b5563;font-size:0.95rem;line-height:1.5;}.certification-features{list-style:none;margin-bottom:20px;}.certification-features li{padding:6px 0;color:#374151;position:relative;padding-left:20px;font-size:0.85rem;}.certification-features li:before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:bold;font-size:1.1rem;}.certification-details{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:15px;}.certification-details span{background:#f1f5f9;padding:6px 10px;border-radius:8px;font-size:0.75rem;color:#475569;font-weight:500;}.certification-highlight{background:linear-gradient(135deg,#10b981,#059669);color:white;padding:12px;border-radius:8px;text-align:center;}.certification-highlight strong{display:block;margin-bottom:3px;font-size:0.85rem;}.certification-highlight span{font-size:0.75rem;opacity:0.9;}/* Certification Benefits */.certification-benefits{text-align:center;margin-top:40px;}.certification-benefits h3{color:#1e40af;font-size:1.5rem;margin-bottom:30px;}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;}.benefit-item{display:flex;align-items:center;gap:12px;padding:20px;background:white;border-radius:12px;box-shadow:0 3px 12px rgba(0,0,0,0.05);transition:transform 0.3s ease;}.benefit-item:hover{transform:translateY(-2px);}.benefit-icon{font-size:2rem;min-width:50px;text-align:center;}.benefit-text{flex:1;text-align:left;}.benefit-text strong{display:block;color:#1e40af;font-size:0.95rem;margin-bottom:3px;}.benefit-text span{color:#6b7280;font-size:0.8rem;line-height:1.3;}/* Animation Classes */@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.fade-in-up{animation:fadeInUp 0.6s ease-out forwards;}@keyframes pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.05);}}.pulse{animation:pulse 2s infinite;}/* Utility Classes */.text-center{text-align:center;}.mb-0{margin-bottom:0;}.mt-0{margin-top:0;}