:root{--primary:#1e293b;--primary-dark:#0f172a;--accent:#f97316;--accent-dark:#ea580c;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-width:1200px;--radius:8px;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--gray-800);background:#fff;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark);text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}.header{border-bottom:1px solid var(--gray-200);z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--gray-900);font-size:1.25rem;font-weight:700}.logo:hover{color:var(--primary);text-decoration:none}.nav{align-items:center;gap:1.5rem;display:flex}.nav a{color:var(--gray-600);font-size:.95rem;font-weight:500}.nav a:hover{color:var(--primary);text-decoration:none}.footer{background:var(--gray-900);color:var(--gray-300);margin-top:4rem;padding:3rem 0 2rem}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.footer a{color:var(--gray-300)}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-700);text-align:center;color:var(--gray-500);margin-top:2rem;padding-top:1.5rem;font-size:.85rem}.hero{color:#fff;text-align:center;background-image:linear-gradient(#0f172ab8,#0f172ab8),url(/hero-tires.jpg);background-position:50%;background-size:cover;padding:6rem 0 5rem;position:relative}.hero h1{text-shadow:0 2px 8px #0000004d;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.15}.hero p{text-shadow:0 1px 4px #0000004d;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero .btn-white{background:var(--accent);color:#fff;font-weight:700;box-shadow:0 4px 14px #f9731666}.hero .btn-white:hover{background:var(--accent-dark);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #f9731680}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#fdba74;background:#0003;border:1px solid #fdba7466;border-radius:999px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.hero-stat{text-align:center}.hero-stat-num{color:#fdba74;font-size:1.75rem;font-weight:800;display:block}.hero-stat-label{opacity:.8;font-size:.85rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-white{color:var(--primary);background:#fff}.btn-white:hover{background:var(--gray-100);color:var(--primary-dark)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.section-title{text-align:center;color:var(--gray-900);margin-bottom:.5rem;font-size:1.75rem}.section-subtitle{text-align:center;color:var(--gray-500);margin-bottom:2.5rem;font-size:1.05rem}.card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-lg)}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.firm-card{flex-direction:column;gap:.75rem;display:flex}.firm-card h3{color:var(--gray-900);margin:0;font-size:1.2rem}.firm-meta{color:var(--gray-500);flex-wrap:wrap;gap:1rem;font-size:.85rem;display:flex}.firm-desc{color:var(--gray-600);font-size:.95rem}.firm-services{flex-wrap:wrap;gap:.5rem;display:flex}.service-badge{color:var(--primary-dark);background:#fed7aa;border-radius:99px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.firm-actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.steps{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step h3{margin-bottom:.5rem}.step p{color:var(--gray-500);font-size:.95rem}.city-card{text-align:center;flex-direction:column;align-items:center;padding:1.25rem;display:flex}.city-card h3{color:var(--gray-900);margin-bottom:.25rem;font-size:1rem}.city-card p{color:var(--gray-500);font-size:.85rem}.city-card:hover h3{color:var(--primary)}.trust{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.trust-item h4{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem}.trust-item p{color:var(--gray-500);font-size:.9rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200);padding:1.25rem 0}.faq-item h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.05rem}.faq-item p{color:var(--gray-600);font-size:.95rem}.breadcrumbs{color:var(--gray-500);padding:1rem 0;font-size:.85rem}.breadcrumbs a{color:var(--gray-500)}.breadcrumbs span{margin:0 .5rem}.bydel-grid{flex-wrap:wrap;gap:.5rem;display:flex}.bydel-link{background:var(--gray-100);border-radius:var(--radius);color:var(--gray-700);padding:.5rem 1rem;font-size:.9rem}.bydel-link:hover{color:var(--primary-dark);background:#fed7aa;text-decoration:none}.nearby-grid{flex-wrap:wrap;gap:.75rem;display:flex}.cta-box{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius);text-align:center;margin-top:3rem;padding:3rem}.cta-box h2{margin-bottom:.75rem}.cta-box p{opacity:.9;margin-bottom:1.5rem}.page-header{padding:2rem 0 1rem}.page-header h1{color:var(--gray-900);margin-bottom:.75rem;font-size:2rem}.page-intro{color:var(--gray-600);max-width:800px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}@media (max-width:768px){.hero h1{font-size:1.75rem}.hero{padding:3rem 0 2.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:1.5rem}.trust{grid-template-columns:repeat(2,1fr);gap:1rem}.nav{gap:1rem}.nav a{font-size:.85rem}.cta-box{padding:2rem 1rem}.footer-grid{flex-direction:column}}.tilbud-form{border:2px solid var(--primary);background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border-radius:1rem;margin:2rem 0;padding:2rem}.tilbud-form h3{color:var(--gray-900);margin:0 0 .25rem;font-size:1.4rem}.tilbud-sub{color:var(--gray-500);margin:0 0 1.5rem;font-size:.95rem}.tilbud-label{color:var(--gray-700);margin:0 0 .75rem;font-weight:600}.tilbud-types{flex-wrap:wrap;gap:.5rem;display:flex}.tilbud-type{border:2px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:.5rem;padding:.6rem 1.2rem;font-size:.95rem;transition:all .15s}.tilbud-type:hover{border-color:var(--primary)}.tilbud-type.active{border-color:var(--primary);background:var(--primary);color:#fff}.tilbud-textarea{border:2px solid var(--gray-200);resize:vertical;border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem}.tilbud-textarea:focus{border-color:var(--primary);outline:none}.tilbud-input{border:2px solid var(--gray-200);border-radius:.5rem;width:100%;margin-bottom:.5rem;padding:.75rem;font-family:inherit;font-size:.95rem}.tilbud-input:focus{border-color:var(--primary);outline:none}.tilbud-disclaimer{color:var(--gray-400);margin-top:1rem;font-size:.8rem}.tilbud-done{text-align:center;padding:3rem 2rem}.tilbud-done h3{color:var(--primary);font-size:1.5rem}@media (max-width:640px){.tilbud-form{padding:1.25rem}.tilbud-types{flex-direction:column}}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger-line{background:var(--gray-700);border-radius:2px;width:24px;height:2.5px;transition:all .2s;display:block}.hamburger-line.open:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu{z-index:100;background:#fff;flex-direction:column;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0000001a}.mobile-menu a{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.75rem 1rem;font-weight:500;text-decoration:none}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--primary)}@media (max-width:768px){.hamburger{display:flex}.nav-links{display:none!important}}.trust-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:1.75rem 0}.trust-bar-grid{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.trust-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.trust-num{color:var(--primary);font-size:1.65rem;font-weight:800}.trust-label{color:var(--gray-600);font-size:.85rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.benefit-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem;transition:all .2s}.benefit-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #f973161f}.benefit-icon{width:44px;height:44px;color:var(--accent);background:#fff7ed;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.4rem;display:flex}.benefit-card h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.05rem}.benefit-card p{color:var(--gray-600);margin:0;font-size:.94rem;line-height:1.55}.city-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;display:grid}.city-card{border:1px solid var(--gray-200);color:var(--gray-900);background:#fff;border-radius:10px;flex-direction:column;gap:.15rem;padding:1rem 1.25rem;text-decoration:none;transition:all .15s;display:flex}.city-card:hover{border-color:var(--accent);color:var(--gray-900);text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.city-card h3{margin:0;font-size:1rem;font-weight:600}.city-card p{color:var(--gray-500);margin:0;font-size:.82rem}.steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem;display:grid}.step{text-align:center;padding:1rem}.step-number{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:inline-flex}.step h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem}.step p{color:var(--gray-600);font-size:.95rem;line-height:1.55}.section-title{color:var(--gray-900);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800}.section-subtitle{color:var(--gray-600);text-align:center;margin-bottom:2rem;font-size:1.05rem}.firm-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem;transition:border-color .15s,box-shadow .15s}.firm-card:hover{border-color:var(--accent);box-shadow:0 4px 14px #0000000f}.firm-card-head{align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.firm-card-logo{border:1px solid var(--gray-200);background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:4px;display:flex;overflow:hidden}.firm-card-logo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.firm-card-title{flex:1;min-width:0}.firm-card-title h3{color:var(--gray-900);margin:0;font-size:1.1rem}.firm-card-title h3 a{color:inherit;text-decoration:none}.firm-card-title h3 a:hover{color:var(--accent)}.firm-card-rating{color:var(--accent);align-items:center;gap:.35rem;margin-top:.2rem;font-size:.92rem;font-weight:700;display:inline-flex}.firm-card-rating-meta{color:var(--gray-500);font-size:.85rem;font-weight:400}.firmaer-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.firmaer-item{border:1px solid var(--gray-200);color:var(--gray-900);background:#fff;border-radius:10px;align-items:center;gap:.85rem;padding:.85rem;text-decoration:none;transition:all .15s;display:flex}.firmaer-item:hover{border-color:var(--accent);color:var(--gray-900);text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 10px #0000000d}.firmaer-item-logo{border:1px solid var(--gray-200);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:3px;display:flex;overflow:hidden}.firmaer-item-logo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.firmaer-item-body{flex:1;min-width:0}.firmaer-item-name{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.firmaer-item-city{color:var(--gray-500);font-size:.82rem}.firmaer-letter{color:var(--accent);border-bottom:2px solid var(--accent);margin:2rem 0 .75rem;padding-bottom:.4rem;font-size:1.3rem;font-weight:800}.firmaer-letter-nav{flex-wrap:wrap;gap:.3rem;margin-bottom:1.5rem;display:flex}.firmaer-letter-nav a{border:1px solid var(--gray-200);color:var(--gray-700);border-radius:6px;padding:.35rem .7rem;font-size:.85rem;font-weight:600;text-decoration:none}.firmaer-letter-nav a:hover{background:var(--accent);color:#fff;border-color:var(--accent);text-decoration:none}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;text-align:center;padding:4rem 0}.cta-section h2{color:#fff;margin-bottom:.75rem;font-size:2rem}.cta-section p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.1rem}.cta-section .btn-white{background:var(--accent);color:#fff}.cta-section .btn-white:hover{background:var(--accent-dark);color:#fff}.section-gray{background:var(--gray-50)}.section{padding:3.5rem 0}
