/* Hyrbilar.se - Optimerad CSS v2025122807 - loggor 30% större, centrerad */
*{margin:0;padding:0;box-sizing:border-box}
html{max-width:100%}
:root{--yellow:#fcd34d;--dark:#000;--gray:#666;--light-bg:#f8f9fa;--white:#fff;--blue:#007AC2}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.6;color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100vw;position:relative}
h1,h2,h3,h4{font-weight:700;line-height:1.2}
img{max-width:100%;height:auto}
.container{max-width:1400px;margin:0 auto;padding:0 30px}

/* HEADER */
header{background:#fff;padding:.5rem 0;border-top:4px solid var(--yellow);border-bottom:1px solid #e9ecef;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.header-content{display:flex;justify-content:space-between;align-items:center}
.logo a{display:flex;align-items:center}
.logo img{max-height:35px;width:auto}
.logo span{font-size:2.5rem!important;font-weight:700}
nav ul{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0;align-items:center}
nav a{color:var(--dark);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s;white-space:nowrap}
nav a:hover{color:var(--yellow)}
.manage-booking{background:var(--yellow);color:var(--dark);padding:.5rem 1.2rem;border-radius:25px;font-weight:700;transition:all .3s}
.manage-booking:hover{background:#ffd96b;color:var(--white);transform:translateY(-2px)}

/* DROPDOWN */
.dropdown{position:relative;display:inline-flex;align-items:center;height:100%}
.dropdown-btn{background:transparent!important;border:none!important;color:#000!important;padding:0!important;margin:0!important;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-family:inherit;font-size:.95rem!important;font-weight:600!important;transition:color .3s;white-space:nowrap}
.dropdown-btn:hover{color:#fcd34d!important}
.dropdown-btn .flag{width:24px;height:16px;border-radius:2px;vertical-align:middle}
.dropdown-btn::after{display:none!important}
nav ul li{display:inline-flex;align-items:center}
.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 15px 50px rgba(0,0,0,.2);display:none;z-index:1001;margin-top:12px;border:1px solid #e9ecef;padding:1rem;min-width:480px}
.dropdown-menu.active{display:block}
.dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.2rem 1rem}
.dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;color:#333;text-decoration:none;border-radius:6px;transition:background .15s;font-size:.85rem;white-space:nowrap}
.dropdown-item:hover{background:#e8e8e8}
.dropdown-item .flag{width:20px;height:14px;border-radius:2px}
.dropdown-item.disabled{opacity:.4;pointer-events:none}
.dropdown-item.active{background:var(--yellow);font-weight:600}
.dropdown-item.active:hover{background:#d4a800;color:#fff}
.currency-code{font-weight:600;color:#000;min-width:32px}
.dropdown-item.disabled .currency-code{color:#999}
.dropdown-item.active .currency-code{color:#000}
@media(min-width:901px){.mobile-dropdown-label{display:none}}
@media(max-width:1100px) and (min-width:901px){.dropdown-menu{min-width:320px}.dropdown-grid{grid-template-columns:repeat(2,1fr)}}

/* HAMBURGER */
.hamburger,.close-menu{display:none!important;visibility:hidden!important;opacity:0!important}
.menu-overlay{display:none!important;visibility:hidden!important}

/* HERO */
.hero-banner{position:relative;min-height:450px;overflow:hidden}
.hero-bg-picture{position:absolute;inset:0;width:100%;height:100%;z-index:0}
.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:relative;z-index:1;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(252,211,77,.05) 100%);min-height:450px;padding:2rem 0 3rem;display:flex;align-items:flex-start}
.hero-banner .hero-content{text-align:center;max-width:1200px;margin:0 auto;color:var(--dark);padding:0 20px}
.hero-banner h1{font-size:2.6rem;color:var(--white);margin-bottom:2rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2;font-weight:800;white-space:nowrap}
.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}
.hero-features p{color:var(--dark);font-size:1.1rem;font-weight:600;text-shadow:1px 1px 2px rgba(255,255,255,.8)}
.search-widget{background:transparent;padding:0;margin-top:.5rem;max-width:800px;margin-left:auto;margin-right:auto}
.widget-inner{background:transparent;padding:0;text-align:center}
#dchwidget{width:100%;max-width:800px;margin:0 auto}

/* FÖRETAGSLOGGOR */
.companies-section{padding:2rem 0;background:var(--white);border-bottom:1px solid #e9ecef}
.companies-section h2{text-align:center;font-size:1.5rem;color:var(--dark);margin-bottom:1.5rem;font-weight:700}
.companies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem 1.5rem;align-items:center;justify-items:center;max-width:600px;margin:0 auto}
.company-logo{width:100px!important;height:auto!important;max-height:50px!important;opacity:1;transition:all .3s;object-fit:contain!important}
.company-logo[alt="Alamo"]{width:80px!important;max-height:40px!important}
.company-logo[alt="Green Motion"]{width:120px!important;max-height:60px!important}
.company-logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(252,211,77,.4))}

/* REVIEWS */
.reviews-section{padding:3rem 0;background:var(--yellow);text-align:left}
.reviews-section .container{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.reviews-text{padding-right:2rem;text-align:center}
.reviews-section h2{font-size:2.5rem;color:var(--dark);margin-bottom:1.2rem;font-weight:700;line-height:1.2;text-align:center}
.reviews-section p{font-size:1.05rem;color:var(--dark);line-height:1.7;text-align:center}
.review-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.review-item{background:var(--white);padding:2rem 1.5rem;border-radius:15px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 3px 12px rgba(0,0,0,.12);transition:transform .3s}
.review-item:hover{transform:translateY(-3px)}
.review-logo{max-width:160px;height:60px;opacity:1;transition:all .3s;object-fit:contain;margin-bottom:1.2rem}
.review-logo[alt="Review Centre recensioner"]{max-width:192px}
.review-logo[alt="Trustpilot recensioner"]{max-width:320px}
.review-logo[alt="Google recensioner"]{max-width:352px}
.review-rating{display:flex;align-items:baseline;justify-content:center;gap:0;margin-bottom:.3rem}
.stars{display:none}
.rating-number{font-size:3.5rem;font-weight:700;color:var(--dark);line-height:1}
.platform-name{display:none}

/* STATS */
.stats-section{padding:3rem 0;background:var(--yellow);text-align:center}
.stats-section h2{font-size:2rem;color:var(--dark);margin-bottom:2.5rem;font-weight:700}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1000px;margin:0 auto}
.stat-item{text-align:center}
.stat-number{white-space:nowrap;font-size:3rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}
.stat-label{font-size:1rem;color:var(--dark);font-weight:500}

/* CTA BANNER */
.cta-banner{padding:4rem 0;background:var(--dark)}
.cta-banner-header{text-align:center;max-width:800px;margin:0 auto 2.5rem}
.cta-banner-header h2{font-size:2.2rem;color:var(--white);margin-bottom:1rem;line-height:1.3}
.cta-banner-header p{font-size:1.1rem;color:rgba(255,255,255,.8);line-height:1.7}
.cta-banner-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;flex-wrap:nowrap}
.cta-banner-image{flex-shrink:0}
.cta-banner-image img{width:300px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.4)}
.cta-features{display:flex;flex-direction:column;gap:.6rem;flex-shrink:0}
.cta-feature{display:flex;align-items:center;gap:.5rem;color:var(--white);font-size:.95rem}
.cta-icon{color:var(--yellow);font-weight:bold;font-size:1.1rem}
.cta-banner-button{flex-shrink:0}
.btn-cta{display:inline-block;background:var(--yellow);color:var(--dark);padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px rgba(252,211,77,.4);white-space:nowrap}
.btn-cta:hover{background:#e6c200;transform:translateY(-2px);box-shadow:0 6px 20px rgba(252,211,77,.5)}

/* CONTENT SECTIONS */
.content-section{padding:2.5rem 0;background:var(--white)}
.savings-bg{background:linear-gradient(135deg,#fffaeb 0%,#fff5e6 100%)}
.content-grid{max-width:1000px;margin:0 auto}
.content-text h2{font-size:2.3rem;color:var(--dark);margin-bottom:1.2rem;text-align:center}
.content-text p{font-size:1.1rem;line-height:1.9;color:var(--dark);margin-bottom:1.5rem;text-align:center}

/* BENEFITS BOX */
.benefits-box{background:linear-gradient(135deg,#fef9e7 0%,#fffbf0 100%);border-radius:20px;padding:2.5rem 2rem;margin:1.5rem auto;max-width:900px;border-left:6px solid var(--yellow);box-shadow:0 5px 25px rgba(252,211,77,.15)}
.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}
.benefit-item{display:flex;align-items:flex-start;gap:1rem}
.benefit-icon{font-size:2.5rem;flex-shrink:0}
.benefit-content h3{font-size:1.2rem;color:var(--dark);margin-bottom:.5rem}
.benefit-content p{color:var(--gray);font-size:1rem;line-height:1.7;margin:0;text-align:left}

/* USP SECTION */
.usp-section{padding:2.5rem 0;background:linear-gradient(135deg,#fef9e7 0%,#fffaeb 100%)}
.usp-section h2{text-align:center;font-size:2.3rem;color:var(--dark);margin-bottom:2rem}
.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}
.usp-card{background:var(--white);padding:2.5rem 2rem;border-radius:15px;text-align:center;border-top:5px solid var(--yellow);transition:transform .3s,box-shadow .3s;box-shadow:0 3px 12px rgba(0,0,0,.06)}
.usp-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(252,211,77,.25)}
.usp-icon{font-size:3.5rem;margin-bottom:1.2rem}
.usp-card h3{font-size:1.3rem;color:var(--dark);margin-bottom:1rem}
.usp-card p{color:var(--gray);font-size:1rem;line-height:1.7}

/* WHY US SECTION */
.why-us-section{padding:2.5rem 0;background:var(--white)}
.why-us-section h2{text-align:center;font-size:2.3rem;color:var(--dark);margin-bottom:2rem}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.why-item{text-align:center}
.why-icon{font-size:3rem;margin-bottom:1rem}
.why-item h3{font-size:1.2rem;color:var(--dark);margin-bottom:.8rem}
.why-item p{color:var(--gray);font-size:.95rem;line-height:1.7}

/* DESTINATIONS */
.destinations-section{padding:2.5rem 0;background:var(--white)}
.destinations-section h2{font-size:2.3rem;color:var(--dark);margin-bottom:.8rem;text-align:center}
.section-subtitle{font-size:1.1rem;color:var(--gray);margin-bottom:1.8rem;text-align:center}
.dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}
.dest-category{background:var(--white);padding:2rem 1.5rem;border-radius:12px;border:1px solid #e9ecef;transition:all .3s}
.dest-category:hover{box-shadow:0 5px 20px rgba(0,0,0,.08);transform:translateY(-3px)}
.category-icon{font-size:2.5rem;margin-bottom:1rem}
.dest-category h3{font-size:1.3rem;color:var(--dark);margin-bottom:1rem}
.dest-list{list-style:none}
.dest-list li{margin-bottom:.6rem}
.dest-list a{color:var(--dark);text-decoration:none;font-size:.95rem;transition:color .3s}
.dest-list a:hover{color:var(--blue)}
.airport-name{font-size:.75rem;color:#555;font-weight:400}

/* CTA SECTION */
.cta-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);text-align:center}
.cta-section .container{max-width:800px}
.cta-section h2{font-size:2.5rem;color:var(--dark);margin-bottom:1rem;font-weight:800}
.cta-section p{font-size:1.2rem;color:var(--gray);margin-bottom:2rem;font-weight:400}
.cta-section .btn-primary{background:var(--yellow);color:var(--dark);padding:1.2rem 3.5rem;border-radius:50px;font-size:1.2rem;font-weight:700;box-shadow:0 8px 25px rgba(255,183,0,.3);border:3px solid var(--yellow)}
.cta-section .btn-primary:hover{background:var(--dark);color:var(--yellow);border-color:var(--dark);transform:translateY(-3px);box-shadow:0 12px 30px rgba(38,38,38,.3)}
.btn-primary{display:inline-block;background:var(--blue);color:var(--white);padding:1rem 3rem;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s}
.btn-primary:hover{background:#006399;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,122,194,.3)}
.btn-secondary{display:inline-block;background:transparent;color:var(--dark);padding:.9rem 2.5rem;border:2px solid var(--dark);border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s}
.btn-secondary:hover{background:var(--dark);color:var(--white);transform:translateY(-2px)}
.cta-center{text-align:center;margin-top:2rem}

/* TIPS SECTION */
.tips-section{padding:2.5rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.tips-section h2{text-align:center;font-size:2.3rem;color:var(--dark);margin-bottom:2rem}
.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}
.tip-card{background:var(--white);padding:2.5rem;border-radius:15px;border-left:5px solid var(--yellow);box-shadow:0 3px 15px rgba(0,0,0,.06);transition:all .3s}
.tip-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(252,211,77,.2)}
.tip-icon{font-size:3rem;margin-bottom:1rem}
.tip-card h3{font-size:1.4rem;color:var(--dark);margin-bottom:1rem}
.tip-card p{color:var(--gray);font-size:1rem;line-height:1.7}

/* FAQ SECTION */
.faq-section{padding:2.5rem 0;background:var(--white)}
.faq-section h2{text-align:center;font-size:2.3rem;color:var(--dark);margin-bottom:2rem}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}
.faq-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2rem;border-radius:12px;border-left:4px solid var(--yellow);transition:all .3s}
.faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,.08);transform:translateY(-3px)}
.faq-item h3{font-size:1.2rem;color:var(--dark);margin-bottom:1rem}
.faq-item p{color:var(--gray);font-size:1rem;line-height:1.7;margin:0}

/* FOOTER */
footer{background:#fcd34d;color:#1a1a1a;padding:3rem 0 1.5rem}
footer p{line-height:1.4;margin-bottom:.4rem;color:#1a1a1a}
footer ul{list-style:none;padding:0;margin:0}
footer li{margin-bottom:.15rem;line-height:1.3}
footer a{color:#1a1a1a;text-decoration:none;transition:color .2s}
footer a:hover{color:#007AC2;text-decoration:underline}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:2rem}
.footer-col:first-child p{font-size:.9rem;line-height:1.5;margin-bottom:.5rem}
.footer-heading{color:#1a1a1a;font-weight:700;font-size:.95rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}
.footer-logo{max-width:150px;margin-bottom:1rem}
.footer-payment-section{margin-top:1rem;padding-top:1rem;text-align:center}
.footer-payment-logos{display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem}
.footer-payment-logo{max-width:55px;height:35px;opacity:1;border:2px solid rgba(0,0,0,.1);border-radius:8px;padding:5px 10px;background:#fff;object-fit:contain;box-shadow:0 2px 6px rgba(0,0,0,.15)}
.footer-bottom{margin-top:.75rem;padding-top:.5rem;text-align:center;font-size:.85rem}

/* CTA SECTION INLINE */
.cta-section-inline{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}
.cta-section-inline h3{color:#1a1a1a;margin-bottom:.4rem;font-size:1.2rem}
.cta-section-inline p{color:#666;margin-bottom:.75rem;font-size:.9rem}
.cta-section-inline .btn-blue,.btn-blue{background:var(--blue);color:#fff;padding:.6rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-block;transition:all .3s}
.cta-section-inline .btn-blue:hover,.btn-blue:hover{background:#005a8c;transform:translateY(-2px)}

/* RESPONSIVE - 992px */
@media(max-width:992px){
.container{padding:0 20px}
.usp-grid{grid-template-columns:repeat(2,1fr)}
.tips-grid,.faq-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:repeat(2,1fr)}
.benefits-grid{grid-template-columns:1fr}
.dest-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
.cta-banner-row{gap:2rem}
.cta-banner-image img{width:250px}
.btn-cta{padding:.8rem 1.5rem;font-size:1rem}
}

/* RESPONSIVE - 900px MOBILE MENU */
@media(max-width:900px){
nav#mainNav{position:fixed!important;top:0!important;right:-100%!important;width:85vw!important;max-width:320px!important;height:100vh!important;height:100dvh!important;background:#fff!important;padding:4rem 1.25rem 2rem!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;z-index:999!important;box-shadow:-5px 0 20px rgba(0,0,0,.3)!important;transition:right .3s ease!important}
nav#mainNav.active{right:0!important}
nav#mainNav ul{flex-direction:column!important;align-items:stretch!important;gap:.5rem!important;width:100%!important;overflow:visible!important}
nav#mainNav ul li{display:block!important;width:100%!important}
nav#mainNav ul li a{display:block!important;padding:.75rem 0!important;font-size:1.1rem!important;border-bottom:1px solid #eee!important}
nav#mainNav .dropdown{display:block!important;width:100%!important}
nav#mainNav .dropdown-btn{display:flex!important;width:100%!important;padding:.75rem 0!important;font-size:1.1rem!important;border-bottom:1px solid #eee!important}
.mobile-dropdown-label{display:inline!important;font-size:1.1rem!important;font-weight:600!important;color:#000!important;margin-right:.5rem!important}
nav#mainNav .dropdown-menu,nav#mainNav #lang-menu,nav#mainNav #currency-menu{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;min-width:0!important;max-height:200px!important;overflow-y:scroll!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;margin:.5rem 0 1rem!important;padding:.5rem!important;background:#f5f5f5!important;border:1px solid #ddd!important;border-radius:8px!important;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)!important;touch-action:pan-y!important}
nav#mainNav .dropdown-grid{display:flex!important;flex-direction:column!important;gap:2px!important;width:100%!important}
nav#mainNav .dropdown-item{display:flex!important;align-items:center!important;gap:.5rem!important;padding:10px 8px!important;font-size:.95rem!important;background:#fff!important;border-radius:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;box-sizing:border-box!important}
nav#mainNav .dropdown-item.disabled{opacity:.35!important;pointer-events:none!important;background:#eee!important}
nav#mainNav .dropdown-item.active{background:#fcd34d!important;font-weight:700!important}
nav#mainNav ul li a.manage-booking{padding-left:.75rem!important;margin-left:0!important}
.hamburger{display:block!important;visibility:visible!important;opacity:1!important;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}
.hamburger span{display:block!important;width:25px;height:3px;background:var(--dark);margin:5px 0;transition:.3s}
.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}
.menu-overlay.active{display:block!important;visibility:visible!important}
}

/* RESPONSIVE - 768px */
@media(max-width:768px){
.hero-banner{min-height:400px}
.hero-banner h1{font-size:1.4rem;white-space:normal;padding:0 15px;line-height:1.3}
.hero-banner .hero-content{max-width:100%;padding:0 15px}
.hero-overlay{min-height:400px;padding:2rem 0 2.5rem}
.search-widget{margin-top:1rem;max-width:100%;padding:0 5px}
.hero-features{grid-template-columns:1fr;gap:.7rem}
.hero-features p{font-size:1rem}
.destinations-section,.faq-section{padding:1.5rem 0}
.dest-grid{gap:1rem}
.dest-category{padding:1rem}
.category-icon{font-size:2rem;margin-bottom:.5rem}
.faq-section h2{margin-bottom:1rem}
.dest-category:nth-child(3) .airport-name{display:inline!important}
.logo span{font-size:1.8rem!important}
.companies-grid{grid-template-columns:repeat(4,1fr);gap:.8rem 1rem;max-width:400px}
.company-logo{width:80px!important;max-height:40px!important}
.company-logo[alt="Alamo"]{width:60px!important;max-height:30px!important}
.company-logo[alt="Green Motion"]{width:95px!important;max-height:48px!important}
.usp-grid,.dest-grid,.why-grid{grid-template-columns:1fr}
.content-text h2{font-size:1.8rem}
.content-text p{font-size:1rem}
.content-header h1{font-size:2rem}
.content-body h2{font-size:1.6rem}
.footer-payment-logos{gap:1.5rem;flex-wrap:nowrap!important;justify-content:center!important}
.footer-payment-logo{max-width:50px;width:45px!important;height:auto!important}
.cta-banner-row{flex-direction:column;gap:1.5rem}
.cta-banner-image img{width:350px;max-width:90%}
.cta-features{align-items:flex-start}
.footer-grid{display:flex;flex-wrap:wrap;gap:1.5rem 1rem}
.footer-col-logo{width:100%}
.footer-col-left,.footer-col-right{width:calc(50% - .5rem)}
.footer-col-left .footer-col,.footer-col-right .footer-col{margin-bottom:1.5rem}
.footer-col-left .footer-col:last-child,.footer-col-right .footer-col:last-child{margin-bottom:0}
.footer-heading{margin-top:0}
footer ul a{display:block;padding:.25rem 0}
.desktop-only{display:none!important}
.mobile-only{display:inline}
.airport-name{display:none}
.dest-category:nth-child(3) .airport-name{display:inline!important}
.footer-bottom{text-align:center}
.footer-bottom p{line-height:1.6}
.reviews-section .container{grid-template-columns:1fr;gap:2rem}
.reviews-text{padding-right:0}
.reviews-section{padding:2rem 0}
.review-item{padding:1.5rem 1rem}
.review-logos{gap:1rem}
.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
.stat-number{font-size:2rem}
}

/* Desktop footer */
@media(min-width:769px){
.footer-col-left,.footer-col-right{display:contents}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:2rem}
.mobile-only{display:none}
}

/* RESPONSIVE - 480px */
@media(max-width:480px){
.hero-banner h1{font-size:1.6rem}
.logo span{font-size:1.5rem!important}
.companies-grid{grid-template-columns:repeat(4,1fr);gap:.5rem .8rem;max-width:320px}
.company-logo{width:65px!important;max-height:33px!important}
.company-logo[alt="Alamo"]{width:50px!important;max-height:25px!important}
.company-logo[alt="Green Motion"]{width:80px!important;max-height:40px!important}
.footer-payment-logos{gap:1rem}
.footer-payment-logo{max-width:45px}
.reviews-section{overflow:hidden}
.reviews-section .container{padding:0 15px}
.review-logos{grid-template-columns:repeat(2,1fr);gap:.8rem}
.review-item{padding:1rem .8rem}
.review-logo{max-width:80px!important;height:40px}
.rating-number{font-size:2.5rem}
.footer-col a{font-size:.8rem}
.footer-heading{font-size:.85rem}
}

/* Breadcrumb Pills */
.breadcrumb-pills{background:var(--light-bg);padding:.4rem 0;overflow:hidden}
.breadcrumb-pills .container{display:flex;align-items:center;gap:.35rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior:contain;overscroll-behavior-y:none;scrollbar-width:none;-ms-overflow-style:none}
.breadcrumb-pills .container::-webkit-scrollbar{display:none}
.breadcrumb-pills a,.breadcrumb-pills span{background:#fff;padding:.25rem .6rem;border-radius:15px;font-size:.65rem;font-weight:600;text-decoration:none;color:var(--dark);letter-spacing:.2px;box-shadow:0 1px 3px rgba(0,0,0,.08);white-space:nowrap}
.breadcrumb-pills a:hover{background:var(--yellow);color:var(--dark)}
.breadcrumb-pills .current{background:var(--yellow);color:var(--dark)}
.breadcrumb-pills a::after{content:"→";margin-left:.3rem;opacity:.5}
@media(max-width:768px){
.breadcrumb-pills{padding:.5rem 0}
.breadcrumb-pills a,.breadcrumb-pills span{font-size:.8rem;padding:.4rem .75rem;border-radius:18px}
.breadcrumb-pills a::after{margin-left:.25rem}
.breadcrumb-pills .container{gap:.4rem}
}

/* Vendor Loggor - centrerade */
.vendor-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;max-width:1000px;margin:0 auto}
.vendor-item{background:#fff;padding:12px 20px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;min-width:110px;min-height:55px}
.vendor-item img{max-height:36px;max-width:110px;object-fit:contain}
.vendor-item .vendor-name{font-size:.9rem;font-weight:500;color:var(--dark)}

/* Location Hero - full bakgrund */
.location-hero{position:relative;min-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}
.location-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.05) 0%,rgba(0,0,0,.25) 70%,rgba(0,0,0,.4) 100%);z-index:1}
.location-hero .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.location-hero .container{position:relative;z-index:2;max-width:800px;padding:2rem}
.location-hero h1{font-size:2.8rem;margin:0 0 1rem 0;text-shadow:0 2px 15px rgba(0,0,0,.5);font-weight:800}
.location-hero .hero-cta{display:inline-block;background:var(--yellow);color:var(--dark);padding:.7rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}
.location-hero .hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}
@media(max-width:768px){.location-hero{min-height:350px}.location-hero h1{font-size:1.8rem}.location-hero .hero-cta{padding:.5rem 1rem;font-size:.85rem}}

/* SEO Sections */
.seo-section{padding:3rem 0;background:#fff}
.seo-section h2{color:var(--dark);margin-bottom:1.5rem;font-size:1.8rem}
.seo-section .seo-text{color:#444;line-height:1.8;font-size:1rem}
.seo-section .seo-text h3{color:var(--dark);margin:1.5rem 0 1rem;font-size:1.3rem}
.seo-section .seo-text ul{margin:1rem 0;padding-left:1.5rem}
.seo-section .seo-text li{margin-bottom:.8rem}
.seo-section .seo-text strong{color:var(--dark)}
.seo-section .seo-text a{color:#0066cc;text-decoration:underline}
.seo-section .seo-text a:hover{color:#004499}

/* Guide Hero */
.guide-hero{background:var(--yellow);padding:2rem 0;text-align:center}
.guide-hero h1{color:var(--dark);margin-bottom:.5rem}
.guide-hero p,.guide-hero .subtitle{color:var(--dark);opacity:.85;font-size:1.1rem}
.guide-meta-box{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;font-size:.9rem;color:var(--dark);opacity:.75}

/* Widget Section */
.widget-section{padding:2.5rem 0;background:var(--light-bg);text-align:center}
.widget-section h2{color:var(--dark);margin-bottom:.5rem}
.widget-section p{color:var(--dark);opacity:.85;margin-bottom:1.5rem}/* ========================================
   LOCATION PAGE STYLES
   Lägg till i slutet av main.css
   ======================================== */

/* Location Hero */
.location-hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.location-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.05) 0%, rgba(0,0,0,.25) 70%, rgba(0,0,0,.4) 100%);
}
.location-hero .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.location-hero .container { 
    position: relative; 
    z-index: 1; 
    max-width: 800px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.location-hero h1 { 
    font-size: 3.2rem; 
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 15px rgba(0,0,0,.5);
    font-weight: 800;
}
.location-hero .hero-cta {
    display: inline-block;
    background: var(--yellow);
    color: var(--dark);
    padding: .8rem 1.8rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.location-hero .hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

/* Vendors Section */
.vendors-section { padding: 3rem 0; background: #f8f9fa; }
.vendors-section h2 { text-align: center; margin-bottom: .5rem; color: var(--dark); }
.vendors-section .section-subtitle { text-align: center; color: #666; margin-bottom: 2rem; }
.vendors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}
.vendor-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.2rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .2s, box-shadow .2s;
}
.vendor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
}
.vendor-card img {
    max-width: 100%;
    height: 35px;
    object-fit: contain;
    margin-bottom: .5rem;
}
.vendor-card span {
    display: block;
    font-size: .8rem;
    color: #666;
}

/* Weather Widget */
.weather-widget { padding: 2rem 0; background: #fff; }
.weather-widget h2 { text-align: center; margin-bottom: 1.5rem; color: var(--dark); }
.weather-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}
.weather-day {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}
.weather-day .day { font-weight: 600; color: var(--dark); margin-bottom: .5rem; }
.weather-day .icon { font-size: 2rem; margin-bottom: .5rem; }
.weather-day .temp { font-size: 1.2rem; font-weight: 700; color: var(--dark); }

/* Info Section */
.info-section { padding: 3rem 0; background: #fff; }
.info-section h2 { text-align: center; margin-bottom: 2rem; color: var(--dark); }
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border-left: 4px solid var(--yellow);
}
.info-card h3 { color: var(--dark); margin-bottom: 1rem; font-size: 1.1rem; }
.info-card p, .info-card ul { color: #555; font-size: .95rem; line-height: 1.6; }
.info-card ul { margin: 0; padding-left: 1.2rem; }
.info-card li { margin-bottom: .5rem; }

/* Map Section */
.map-section { padding: 2rem 0; background: #f8f9fa; }
.map-section h2 { text-align: center; margin-bottom: 1.5rem; color: var(--dark); }
.map-container {
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

/* Nearby Section */
.nearby-section { padding: 3rem 0; background: #fff; }
.nearby-section h2 { text-align: center; margin-bottom: 2rem; color: var(--dark); }
.nearby-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.nearby-card {
    background: #f8f9fa;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
.nearby-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}
.nearby-image {
    height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.nearby-distance {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--dark);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 600;
}
.nearby-content {
    padding: 1rem;
}
.nearby-content h4 {
    color: var(--dark);
    font-size: 1rem;
    margin-bottom: .3rem;
}
.nearby-content p {
    color: #666;
    font-size: .85rem;
}

/* Guides Section */
.guides-section { padding: 3rem 0; background: #f8f9fa; }
.guides-section h2 { text-align: center; margin-bottom: 2rem; color: var(--dark); }
.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.guide-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: transform .2s, box-shadow .2s;
}
.guide-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
}
.guide-link .icon { font-size: 1.5rem; }
.guide-link span { color: var(--dark); font-weight: 500; }

/* CTA Section */
.cta-section { padding: 3rem 0; background: var(--dark); text-align: center; }
.cta-section h2 { color: #fff; margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,.8); margin-bottom: 1.5rem; }
.cta-section .btn {
    display: inline-block;
    background: var(--yellow);
    color: var(--dark);
    padding: .8rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s;
}
.cta-section .btn:hover { transform: translateY(-3px); }

/* Location Page Responsive */
@media(max-width:768px) {
    .location-hero { height: 450px; }
    .location-hero h1 { font-size: 2rem; }
    .location-hero .hero-cta { padding: .6rem 1.2rem; font-size: .9rem; }
    .nearby-grid { grid-template-columns: repeat(2, 1fr); }
    .vendors-grid { grid-template-columns: repeat(3, 1fr); }
    .weather-grid { grid-template-columns: repeat(4, 1fr); }
}
@media(max-width:480px) {
    .nearby-grid { grid-template-columns: 1fr; }
    .vendors-grid { grid-template-columns: repeat(2, 1fr); }
    .weather-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================
   GUIDE STYLES
   Alla CSS-regler för guider
   ============================================ */

/* Guide Index Page - Featured Guide */
.featured-guide{margin-bottom:2rem}
.featured-guide a{text-decoration:none;color:inherit;display:block}
.featured-guide-inner{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}
.featured-guide-inner:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.15)}
.featured-guide-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}
.featured-badge{display:inline-block;background:var(--yellow);color:var(--dark);padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem;width:fit-content}
.featured-guide-content h2{color:var(--dark);font-size:1.6rem;margin-bottom:1rem;line-height:1.3}
.featured-guide-content p{color:#555;line-height:1.7;margin-bottom:1.5rem}
.featured-guide-image{height:300px;background:#e0e0e0}
.featured-guide-image img{width:100%;height:100%;object-fit:cover}

/* Guide Index Page - Category Filter */
.category-filter{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}
.category-btn{background:#fff;border:2px solid #e0e0e0;padding:.6rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:500;color:var(--dark);cursor:pointer;transition:all .2s}
.category-btn:hover{border-color:var(--yellow);background:#fffef5}
.category-btn.active{background:var(--yellow);border-color:var(--yellow);color:var(--dark)}

/* Guide Index Page - Guide Cards Grid */
.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.guide-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}
.guide-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}
.guide-card.hidden{display:none}
.guide-card a{text-decoration:none;color:inherit;display:block}
.guide-image-placeholder{height:160px;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#e0e0e0}
.guide-image-placeholder img.guide-image{width:100%;height:100%;object-fit:cover}
.guide-content{padding:1.25rem}
.guide-category{display:inline-block;background:var(--light-bg);color:var(--dark);padding:.3rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.3px}
.guide-content h3{color:var(--dark);font-size:1.1rem;margin-bottom:.5rem;line-height:1.4}
.guide-content p{color:#444;font-size:.9rem;line-height:1.6;margin-bottom:.75rem}
.guide-meta{color:#555;font-size:.8rem}

/* Guide Index Page - Mobile */
@media(max-width:768px){
.featured-guide-inner{grid-template-columns:1fr}
.featured-guide-content{padding:1.5rem;order:2}
.featured-guide-content h2{font-size:1.3rem}
.featured-guide-image{height:200px;order:1}
.category-filter{gap:.5rem}
.category-btn{padding:.5rem 1rem;font-size:.8rem}
.guides-grid{grid-template-columns:1fr}
.guide-image-placeholder{height:180px}
.guide-content{padding:1rem}
.guide-content h3{font-size:1rem}
}

/* Guide Article - Grundstruktur */
.guide-article {
    max-width: 800px;
    margin: 0 auto;
}
.guide-article h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
    font-size: 1.6rem;
}
.guide-article h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}
.guide-article h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.guide-article p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}
.guide-article ul, .guide-article ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}
.guide-article li {
    line-height: 1.7;
    color: #444;
    margin-bottom: 0.5rem;
}

/* Guide Hero Image */
.guide-hero-image-wrapper {
    max-width: 800px;
    margin: -1rem auto 0;
    padding: 0 1rem;
}
.guide-hero-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Content Image */
.content-image {
    width: 100%;
    border-radius: 15px;
    margin: 1.5rem 0;
}
.image-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

/* Intro Box */
.intro-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}
.intro-box p {
    color: white;
    margin: 0;
}

/* Table of Contents */
.toc-box {
    background: var(--light-bg);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.toc-box h4 {
    margin: 0 0 1rem 0;
}
.toc-box ol {
    margin: 0;
    padding-left: 1.25rem;
}
.toc-box li {
    margin-bottom: 0.5rem;
}
.toc-box a {
    color: var(--dark);
    text-decoration: none;
}
.toc-box a:hover {
    color: var(--primary);
}

/* Info/Tip/Warning Boxes */
.tip-box {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 1rem 1.5rem;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0;
}
.tip-box h4 {
    color: #2e7d32;
    margin: 0 0 0.5rem 0;
}
.tip-box p {
    margin: 0;
    color: #2e7d32;
}
.info-box {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 1rem 1.5rem;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0;
}
.info-box h4 {
    color: #1565c0;
    margin: 0 0 0.5rem 0;
}
.info-box p {
    margin: 0;
    color: #1565c0;
}
.warning-box {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 1rem 1.5rem;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0;
}
.warning-box h4 {
    color: #e65100;
    margin: 0 0 0.5rem 0;
}
.warning-box p {
    margin: 0;
    color: #e65100;
}
.danger-box {
    background: #ffebee;
    border-left: 4px solid #f44336;
    padding: 1rem 1.5rem;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0;
}
.danger-box h4 {
    color: #c62828;
    margin: 0 0 0.5rem 0;
}
.danger-box p {
    margin: 0;
    color: #c62828;
}
.emergency-box {
    background: #ffebee;
    border: 2px solid #f44336;
    padding: 1.5rem;
    border-radius: 15px;
    margin: 1.5rem 0;
}
.emergency-box h4 {
    color: #c62828;
    margin: 0 0 0.75rem 0;
}

/* Example Box */
.example-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.example-box h4 {
    margin: 0 0 0.75rem 0;
    color: var(--dark);
}

/* Step Box */
.step-box {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.step-number {
    background: var(--primary);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

/* Tables */
.comparison-table, .country-table, .country-fines-table, .speed-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.comparison-table th, .country-table th, .country-fines-table th, .speed-table th {
    background: var(--dark);
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}
.comparison-table td, .country-table td, .country-fines-table td, .speed-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
}
.comparison-table tr:last-child td, .country-table tr:last-child td {
    border-bottom: none;
}
.comparison-table tr:nth-child(even), .country-table tr:nth-child(even) {
    background: #f9f9f9;
}
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
    border-radius: 15px;
}
.table-wrapper .comparison-table {
    margin: 0;
}
@media (max-width: 600px) {
    .comparison-table th, .comparison-table td,
    .country-table th, .country-table td {
        padding: 0.6rem 0.4rem;
        font-size: 0.85rem;
    }
}
.comparison-mini {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

/* Status Badges */
.status-required {
    background: #ffebee;
    color: #c62828;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85rem;
}
.status-recommended {
    background: #fff3e0;
    color: #e65100;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85rem;
}
.status-not-needed {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Badge Variants */
.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}
.badge-yes, .badge-recommended, .good {
    background: #e8f5e9;
    color: #2e7d32;
}
.badge-no, .bad {
    background: #ffebee;
    color: #c62828;
}
.badge-maybe {
    background: #fff3e0;
    color: #e65100;
}

/* Fine Tags */
.fine-tag {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}
.fine-tag.warning {
    background: #fff3e0;
    color: #e65100;
}
.fine-tag.danger {
    background: #ffebee;
    color: #c62828;
}

/* Related Guides */
.related-guides {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.related-guide-card {
    background: white;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}
.related-guide-card:hover {
    transform: translateY(-3px);
}
.related-guide-card h5 {
    margin: 0 0 0.5rem 0;
    color: var(--dark);
}
.related-guide-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

/* Insurance Cards */
.insurance-card {
    background: white;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1rem 0;
}
.insurance-card.recommended {
    border-color: #4caf50;
    background: linear-gradient(to bottom, #e8f5e9 0%, white 30%);
}
.insurance-card h4 {
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.insurance-card p {
    margin: 0;
}

/* Mistake Cards */
.mistake-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-left: 5px solid #ef4444;
}
.mistake-card.solved {
    border-left-color: #10b981;
}
.mistake-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ef4444;
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 0.75rem;
}
.mistake-card h3 {
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
}
.mistake-tag {
    background: #fee2e2;
    color: #dc2626;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
.solution-box {
    background: #ecfdf5;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
}
.solution-box h4 {
    color: #059669;
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}
.solution-box p, .solution-box ul {
    color: #065f46;
    margin: 0;
}

/* Savings Cards */
.savings-card {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
}
.savings-amount {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* Cost Tags */
.cost-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}
.cost-example {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;
}

/* Country Tags */
.country-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 0.25rem;
}
.country-section {
    margin: 2rem 0;
}

/* Card Type Box (Debit/Credit) */
.card-type-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.credit, .debit, .prepaid {
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
}
.credit {
    background: #e8f5e9;
    border: 2px solid #4caf50;
}
.debit {
    background: #fff3e0;
    border: 2px solid #ff9800;
}
.prepaid {
    background: #ffebee;
    border: 2px solid #f44336;
}

/* Checklist */
.checklist, .quick-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.checklist li, .quick-checklist li {
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    border-bottom: 1px solid #eee;
}
.checklist li:before, .quick-checklist li:before {
    content: "☐";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 1.2rem;
}

/* Inspection Grid */
.inspection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.inspection-item {
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.inspection-item .icon {
    font-size: 1.5rem;
}

/* State Grid (USA) */
.state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}
.state-card {
    background: white;
    border-radius: 15px;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.state-card h4 {
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Rule Cards */
.rule-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.rule-card h4 {
    margin: 0 0 0.75rem 0;
}

/* Speed Limits */
.speed-limit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 3px solid #c62828;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--dark);
    background: white;
}

/* Left Traffic Notice */
.left-traffic {
    background: #fff3e0;
    border: 2px solid #ff9800;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
}

/* Roundabout Box */
.roundabout-box {
    background: #e3f2fd;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

/* Flag Icon */
.flag-icon, .flag-img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Mid Section Band */
.mid-section-band {
    background: var(--yellow);
    padding: 2rem 0;
    margin: 2rem 0;
}
.band-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


/* ============================================
   GUIDE FIXES - 2025-12-29
   ============================================ */

/* Hero Image - flytta ner */
.guide-hero-image-wrapper {
    max-width: 800px;
    margin: 1rem auto 2rem;  /* Ändrat från -1rem */
    padding: 0 1rem;
}

/* Content Images - mer marginal */
.content-image {
    width: 100%;
    border-radius: 15px;
    margin: 2rem 0;  /* Ökad från 1.5rem */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Intro Box - VIT TEXT */
.intro-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}
.intro-box p {
    color: white !important;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Varningstexter - STÖRRE */
.warning-box h4, .danger-box h4, .tip-box h4, .info-box h4 {
    font-size: 1.1rem;
}
.warning-box p, .danger-box p, .tip-box p, .info-box p {
    font-size: 1rem;
}

/* Nolltolerans etc - större text */
.danger-box, .warning-box {
    padding: 1.25rem 1.5rem;
}

/* Status badges - lite större */
.status-required, .status-recommended, .status-not-needed {
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
}

/* Related Guides - med plats för bild */
.related-guide-card {
    background: white;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.related-guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.related-guide-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.related-guide-card .card-content {
    padding: 1.25rem;
}
.related-guide-card h5 {
    margin: 0 0 0.5rem 0;
    color: var(--dark);
    font-size: 1.05rem;
}
.related-guide-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}
/* Fallback om inga bilder */
.related-guide-card:not(:has(img)) {
    padding: 1.25rem;
}

/* Mid section band - bättre kontrast */
.mid-section-band {
    background: var(--yellow);
    padding: 2.5rem 0;
    margin: 2.5rem 0;
}
.mid-section-band h2, .mid-section-band h3 {
    color: var(--dark);
}
.mid-section-band p {
    color: #333;
}

/* Tabeller - bättre läsbarhet */
.comparison-table td, .country-table td, .country-fines-table td {
    padding: 1rem;
    font-size: 0.95rem;
}

/* Fine tags - större */
.fine-tag {
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
}

/* FIX: Innehållsbilder - mer marginal ovanför */
.guide-article .content-image,
.mid-section-band + .content-image,
h2 + .content-image,
h3 + .content-image,
p + .content-image {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
/* =====================================================
   FOOTER LOGO-KOLUMN - Tillagt 2025-12-31
   ===================================================== */
.footer-col-logo{padding-right:20px}
.footer-col-logo .footer-logo{display:block;margin-bottom:16px;max-width:180px;height:auto}
.footer-col-logo p{font-size:.9rem;line-height:1.6;color:rgba(26,26,26,0.9);margin:0 0 12px 0}
.footer-col-logo p:last-child{margin-bottom:0}

/* Responsive footer med logo-kolumn */
@media(max-width:1100px){
.footer-col-logo{grid-column:1/-1;max-width:400px;margin-bottom:10px}
}
@media(max-width:768px){
.footer-col-logo{max-width:100%;padding-right:0;text-align:center}
.footer-col-logo .footer-logo{margin:0 auto 16px}
}
/* ============================================
   STICKY MOBILE CTA - v28.1
   ============================================ */
.sticky-mobile-cta {
    display: none !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    padding: .75rem 1rem !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,.15) !important;
    z-index: 9999 !important;
    text-align: center !important;
    transform: none !important;
}
.sticky-mobile-cta a {
    display: block;
    background: var(--yellow);
    color: var(--dark);
    padding: .9rem 1.5rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}
.sticky-mobile-cta a:hover {
    background: #e6c200;
}
@media (max-width: 768px) {
    .sticky-mobile-cta {
        display: block !important;
    }
    body {
        padding-bottom: 80px !important;
    }
}

/* ============================================
   FOOTER MOBILE 2-KOLUMN LAYOUT - v28.1
   ============================================ */
@media (max-width: 768px) {
    .footer-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 1.5rem 1rem !important;
    }
    .footer-col-logo {
        display: none !important;
    }
    /* Rad 1: Destinationer | Länder */
    .footer-col:nth-child(2) { order: 1; } /* Populära destinationer */
    .footer-col:nth-child(3) { order: 2; } /* Populära länder */
    /* Rad 2: Världsdelar | Guider */
    .footer-col:nth-child(4) { order: 4; } /* Läs våra guider (höger) */
    .footer-col:nth-child(5) { order: 3; } /* Världsdelar (vänster) */
    /* Rad 3: Företag full bredd */
    .footer-col:nth-child(6) { order: 5; grid-column: 1 / -1; }
    
    .footer-heading {
        font-size: .9rem !important;
        margin-bottom: .6rem !important;
    }
    footer ul li {
        margin-bottom: .3rem !important;
    }
    footer ul a {
        font-size: .85rem !important;
    }
}
