:root{--ib-red:#d5322e;--ib-dark:#101214;--ib-text:#17191b;--ib-muted:#6c7279;--ib-line:#e6e8eb;--ib-bg:#f5f6f7;--ib-card:#fff;--ib-radius:14px}
*{box-sizing:border-box}.ib-modern-shell{margin:0;background:var(--ib-bg);color:var(--ib-text);font-family:Arial,Helvetica,sans-serif;min-height:100vh}.ib-modern-shell a{color:inherit;text-decoration:none}.ib-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.ib-topbar{background:var(--ib-dark);border-bottom:4px solid var(--ib-red);position:sticky;top:0;z-index:100}.ib-topbar-inner{min-height:74px;display:flex;align-items:center;gap:28px}.ib-logo{font-size:30px;font-weight:900;letter-spacing:-1.5px;white-space:nowrap}.ib-logo-info{color:#fff}.ib-logo-bike{color:var(--ib-red)}.ib-nav{display:flex;gap:22px;margin-left:auto}.ib-nav a{color:#fff;font-weight:700;font-size:15px}.ib-nav a:hover{color:#f06b66}.ib-search{display:flex;background:#fff;border-radius:999px;overflow:hidden;width:220px}.ib-search input{border:0;outline:0;padding:10px 12px;width:100%;font-size:14px}.ib-search button{border:0;background:#fff;padding:0 12px;font-size:22px;cursor:pointer}.ib-menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}.ib-main{padding:34px 0 60px}.ib-hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:28px;margin-bottom:44px}.ib-hero,.ib-hero-side,.ib-card,.ib-section{background:var(--ib-card);border-radius:var(--ib-radius);box-shadow:0 8px 30px rgba(0,0,0,.045)}.ib-hero{overflow:hidden}.ib-hero-image{display:block;aspect-ratio:16/9;background:#ddd;overflow:hidden}.ib-hero-image img,.ib-card-image img,.ib-mini-image img,.ib-list-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.ib-hero-image:hover img,.ib-card-image:hover img{transform:scale(1.02)}.ib-hero-copy{padding:24px 26px 28px}.ib-hero h1{font-size:clamp(29px,4vw,48px);line-height:1.02;letter-spacing:-1.5px;margin:8px 0 14px}.ib-hero p{font-size:17px;line-height:1.55;color:#454b51;margin:0 0 16px}.ib-kicker{text-transform:uppercase;color:var(--ib-red);font-size:12px;font-weight:800;letter-spacing:.08em}.ib-meta{font-size:12px;color:var(--ib-muted)}.ib-hero-side{padding:20px}.ib-section-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ib-line);padding-bottom:12px;margin-bottom:20px}.ib-section-head h2{font-size:28px;margin:0;letter-spacing:-.7px}.ib-section-head a{font-weight:700;color:var(--ib-red);font-size:14px}.ib-section-head.compact h2{font-size:22px}.ib-mini{display:grid;grid-template-columns:112px 1fr;gap:13px;padding:13px 0;border-bottom:1px solid var(--ib-line)}.ib-mini:last-child{border-bottom:0}.ib-mini-image{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:9px;background:#ddd}.ib-mini h3{font-size:16px;line-height:1.25;margin:2px 0 8px}.ib-section{padding:24px;margin-bottom:34px}.ib-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ib-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ib-card{overflow:hidden;border:1px solid var(--ib-line);box-shadow:none}.ib-card-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#ddd}.ib-card-body{padding:17px}.ib-card h3{font-size:21px;line-height:1.15;margin:6px 0 9px}.ib-card p{font-size:14px;line-height:1.45;color:#555c62;margin:0 0 12px}.ib-split{display:grid;grid-template-columns:1fr 1fr;gap:28px}.ib-list-item{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--ib-line)}.ib-list-item:last-child{border-bottom:0}.ib-list-image{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:9px;background:#ddd}.ib-list-item h3{font-size:18px;line-height:1.2;margin:4px 0 9px}.ib-footer{background:var(--ib-dark);color:#fff;padding:34px 0}.ib-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.ib-footer strong{font-size:23px}.ib-footer strong span{color:var(--ib-red)}.ib-footer p{color:#aeb3b8;margin:6px 0 0;font-size:13px}.ib-footer-links{display:flex;gap:22px;color:#dfe2e4;font-size:14px}
@media(max-width:900px){.ib-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#15181b;padding:12px 16px 20px;flex-direction:column;gap:0}.ib-nav.is-open{display:flex}.ib-nav a{padding:12px 0;border-bottom:1px solid #2a2d30}.ib-menu-toggle{display:block;margin-left:auto}.ib-search{width:170px}.ib-hero-grid{grid-template-columns:1fr}.ib-hero-side{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.ib-hero-side .ib-section-head{grid-column:1/-1}.ib-card-grid,.ib-card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.ib-split{grid-template-columns:1fr}}
@media(max-width:620px){.ib-wrap{width:min(100% - 22px,1180px)}.ib-topbar-inner{min-height:64px;gap:12px}.ib-logo{font-size:25px}.ib-search{display:none}.ib-nav{top:64px}.ib-main{padding-top:18px}.ib-hero-grid{gap:18px;margin-bottom:24px}.ib-hero,.ib-hero-side,.ib-section{border-radius:11px}.ib-hero-copy{padding:18px}.ib-hero h1{font-size:31px;letter-spacing:-.9px}.ib-hero p{font-size:15px}.ib-hero-side{display:block;padding:15px}.ib-section{padding:17px;margin-bottom:20px}.ib-section-head{margin-bottom:14px}.ib-section-head h2{font-size:23px}.ib-card-grid,.ib-card-grid-4{grid-template-columns:1fr;gap:14px}.ib-card{display:grid;grid-template-columns:42% 1fr}.ib-card-image{height:100%;aspect-ratio:auto}.ib-card-body{padding:13px}.ib-card h3{font-size:17px}.ib-card p{display:none}.ib-list-item{grid-template-columns:118px 1fr;gap:12px}.ib-list-item h3{font-size:16px}.ib-footer-inner{align-items:flex-start;flex-direction:column}.ib-footer-links{flex-wrap:wrap}}

/* V5.1: image logo + category/article pages */
.ib-logo-image{display:flex;align-items:center;flex:0 0 auto;height:64px}.ib-logo-image img{display:block;width:auto;height:54px;max-width:210px;object-fit:contain}.ib-footer-brand img{display:block;width:auto;height:54px;max-width:210px;object-fit:contain}.ib-footer-brand p{color:#aeb3b8;margin:6px 0 0;font-size:13px}
.ib-category-head{background:#fff;border-radius:var(--ib-radius);padding:28px;margin-bottom:28px;box-shadow:0 8px 30px rgba(0,0,0,.045)}.ib-category-head h1{font-size:clamp(32px,4vw,48px);line-height:1.05;margin:7px 0 0;letter-spacing:-1.2px}.ib-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.ib-filter{padding:8px 12px;border-radius:999px;background:#f1f3f5;border:1px solid var(--ib-line);font-size:12px;font-weight:700}.ib-filter:hover{border-color:var(--ib-red);color:var(--ib-red)}
.ib-featured-cat{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:28px;margin-bottom:34px}.ib-featured-main,.ib-list-stack{background:#fff;border-radius:var(--ib-radius);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.045)}.ib-featured-main>img{display:block;width:100%;height:420px;object-fit:cover}.ib-featured-copy{padding:24px}.ib-featured-copy h2{font-size:32px;line-height:1.1;margin:7px 0 12px}.ib-featured-copy p{color:#555c62;line-height:1.5}.ib-list-stack{padding:8px 20px}.ib-list-row{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--ib-line)}.ib-list-row:last-child{border-bottom:0}.ib-list-row img{width:120px;height:84px;object-fit:cover;border-radius:8px}.ib-list-row h3{font-size:17px;line-height:1.2;margin:4px 0 8px}.ib-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ib-pager{display:flex;justify-content:flex-end;margin-top:24px}.ib-pager a{background:var(--ib-dark);color:#fff;padding:11px 16px;border-radius:8px;font-size:13px;font-weight:800}
.ib-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px;align-items:start}.ib-article{background:#fff;border-radius:var(--ib-radius);padding:42px 48px;box-shadow:0 8px 30px rgba(0,0,0,.045);min-width:0}.ib-article-kicker{text-transform:uppercase;color:var(--ib-red);font-size:12px;font-weight:800;letter-spacing:.08em}.ib-article h1{font-size:clamp(34px,5vw,52px);line-height:1.04;letter-spacing:-1.5px;margin:8px 0 14px}.ib-subtitle{font-size:21px;line-height:1.45;color:#4d5358;margin:0 0 14px}.ib-article-meta{font-size:13px;color:var(--ib-muted);padding-bottom:20px;border-bottom:1px solid var(--ib-line)}.ib-article-hero{display:block;width:100%;max-height:650px;object-fit:cover;margin:28px 0 22px;border-radius:10px}.ib-lead{font-size:20px;font-weight:700;line-height:1.55;margin:18px 0 34px}.ib-body{font-size:18px;line-height:1.72;overflow-wrap:anywhere}.ib-body p{margin:0 0 22px}.ib-body h2{font-size:30px;line-height:1.2;margin:42px 0 15px}.ib-body h3{font-size:24px;line-height:1.25;margin:32px 0 12px}.ib-body img{display:block;max-width:100%!important;height:auto!important;margin:28px auto;border-radius:10px}.ib-body figure{margin:30px 0}.ib-body figure img{margin:0 auto}.ib-body figcaption{font-size:13px;color:var(--ib-muted);text-align:center;margin-top:8px}.ib-body iframe,.ib-body video{max-width:100%!important}.ib-body table{max-width:100%;display:block;overflow-x:auto}.ib-sidebar{display:flex;flex-direction:column;gap:18px}.ib-side-card{background:#fff;border-radius:var(--ib-radius);padding:20px;box-shadow:0 8px 30px rgba(0,0,0,.045)}.ib-side-card h2{font-size:20px;margin:0 0 14px}.ib-specs{width:100%;border-collapse:collapse;font-size:14px}.ib-specs td{padding:9px 0;border-bottom:1px solid var(--ib-line);vertical-align:top}.ib-specs td:last-child{text-align:right;font-weight:700;padding-left:10px}.ib-story-link{display:block;padding:11px 0;border-bottom:1px solid var(--ib-line);font-weight:700;line-height:1.35}.ib-story-link:last-child{border-bottom:0}
@media(max-width:900px){.ib-logo-image{height:56px}.ib-logo-image img{height:48px}.ib-featured-cat,.ib-article-layout{grid-template-columns:1fr}.ib-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ib-sidebar{display:grid;grid-template-columns:1fr 1fr}.ib-article{padding:34px}}
@media(max-width:620px){.ib-logo-image{height:50px}.ib-logo-image img{height:43px;max-width:150px}.ib-category-head{padding:20px 17px;border-radius:11px;margin-bottom:18px}.ib-featured-cat{gap:16px;margin-bottom:20px}.ib-featured-main>img{height:250px}.ib-featured-copy{padding:18px}.ib-featured-copy h2{font-size:26px}.ib-list-stack{padding:5px 14px}.ib-list-row{grid-template-columns:92px 1fr}.ib-list-row img{width:92px;height:68px}.ib-archive-grid{grid-template-columns:1fr;gap:14px}.ib-article-layout{margin-left:-11px;margin-right:-11px}.ib-article{padding:24px 18px;border-radius:0;box-shadow:none}.ib-article h1{font-size:34px}.ib-subtitle{font-size:18px}.ib-article-hero{width:calc(100% + 36px);max-width:none;margin-left:-18px;border-radius:0}.ib-lead{font-size:18px}.ib-body{font-size:17px}.ib-body h2{font-size:26px}.ib-sidebar{display:block;padding:14px 16px}.ib-side-card{margin-bottom:14px}.ib-footer-brand img{height:45px}}


/* V5.4 article/header polish */
.ib-modern-shell{background:#f2f3f5!important}.ib-topbar{box-shadow:0 1px 0 rgba(255,255,255,.06)}.ib-topbar-inner{height:82px;min-height:82px}.ib-logo-image{height:72px}.ib-logo-image img{height:62px;max-width:220px}.ib-nav{align-self:stretch;align-items:center}.ib-nav a{display:flex;align-items:center;height:100%;padding:0 3px;position:relative;font-size:16px}.ib-nav a:after{content:"";position:absolute;left:3px;right:3px;bottom:0;height:3px;background:transparent}.ib-nav a:hover:after{background:var(--ib-red)}.ib-menu-toggle{order:4}.ib-search{margin-left:12px}.ib-article-layout{grid-template-columns:minmax(0,820px) 320px;justify-content:space-between;gap:34px}.ib-article{border:1px solid #e4e6e8;padding:40px 46px}.ib-article h1{font-size:clamp(36px,4.2vw,50px)}.ib-article-hero{max-height:none;aspect-ratio:auto;object-fit:contain;background:#f1f1f1}.ib-lead{background:#f6f7f8;border-left:4px solid var(--ib-red);padding:18px 20px;margin:22px 0 34px;font-size:19px}.ib-body{font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.72;color:#202326}.ib-body h2,.ib-body h3{font-family:Arial,Helvetica,sans-serif}.ib-body h2{border-top:1px solid var(--ib-line);padding-top:26px}.ib-sidebar{position:sticky;top:102px}.ib-side-card{border:1px solid #e1e4e7;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.04)}.ib-side-card-accent{border-top:4px solid var(--ib-red)}.ib-side-title{font-weight:900;font-size:18px;padding:16px 18px;border-bottom:1px solid var(--ib-line);background:#fafafa}.ib-side-story{display:grid;grid-template-columns:82px 1fr;gap:11px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--ib-line);font-size:14px;font-weight:800;line-height:1.28}.ib-side-story:last-child{border-bottom:0}.ib-side-story img{width:82px;height:62px;object-fit:cover;border-radius:6px}.ib-story-link{padding:12px 18px}.ib-specs{padding:6px 16px 14px;display:table}.ib-specs td:first-child{padding-left:16px}.ib-specs td:last-child{padding-right:16px}.ib-tags{margin-top:36px;padding-top:20px;border-top:1px solid var(--ib-line);font-size:14px;color:var(--ib-muted)}.ib-tags a{color:var(--ib-red)}
@media(max-width:900px){.ib-topbar-inner{height:70px;min-height:70px}.ib-logo-image{height:62px}.ib-logo-image img{height:52px}.ib-menu-toggle{display:block!important;margin-left:auto}.ib-search{display:none}.ib-nav{display:none;position:absolute;top:70px;left:0;right:0;height:auto;background:#101214;padding:8px 20px 18px;flex-direction:column;align-items:stretch}.ib-nav.is-open{display:flex}.ib-nav a{height:auto;padding:13px 0;border-bottom:1px solid #282b2e}.ib-nav a:after{display:none}.ib-article-layout{grid-template-columns:1fr}.ib-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.ib-article{padding:34px}}
@media(min-width:901px){.ib-menu-toggle{display:none!important}.ib-nav{display:flex!important}}
@media(max-width:620px){.ib-sidebar{display:block;padding:0}.ib-side-card{margin-bottom:16px}.ib-article{padding:23px 18px}.ib-article h1{font-size:32px}.ib-lead{font-size:17px;padding:15px 16px}.ib-body{font-size:17px}.ib-side-story{grid-template-columns:92px 1fr}.ib-side-story img{width:92px;height:68px}}

/* V7: compact + expandable full motorcycle specifications */
.ib-tech-card .ib-specs-summary{padding-bottom:4px}.ib-spec-details{border-top:1px solid var(--ib-line);background:#fff}.ib-spec-details summary{list-style:none;cursor:pointer;padding:14px 17px;font-size:14px;font-weight:900;color:var(--ib-red);display:flex;align-items:center;justify-content:space-between;gap:10px}.ib-spec-details summary::-webkit-details-marker{display:none}.ib-spec-details summary:after{content:'+';width:24px;height:24px;border-radius:50%;background:#f1f2f4;color:#202326;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.ib-spec-details[open] summary:after{content:'−'}.ib-spec-details summary span{margin-left:auto;color:var(--ib-muted);font-size:12px;font-weight:700}.ib-spec-details-body{max-height:520px;overflow:auto;border-top:1px solid var(--ib-line);background:#fafbfc}.ib-specs-full{font-size:13px}.ib-specs-full td{padding-top:8px;padding-bottom:8px}.ib-specs-full td:first-child{width:54%;color:#50565c}.ib-specs-full td:last-child{width:46%;text-align:right}.ib-tech-card:has(.ib-spec-details[open]){overflow:visible}.ib-spec-details-body::-webkit-scrollbar{width:8px}.ib-spec-details-body::-webkit-scrollbar-thumb{background:#c8ccd0;border-radius:8px}
@media(max-width:900px){.ib-spec-details-body{max-height:none}}

/* V7.5 AdSense: kulturalt, fix 300x250-es kezi hirdetesi helyek */
.ib-ad-card{min-height:0}.ib-ad-inner{padding:14px 9px 18px;text-align:center;overflow:hidden}.ib-ad-inner .ib-adsense-300x250{display:inline-block!important;width:300px!important;height:250px!important;max-width:300px!important}
.ib-home-ad-block{margin-top:18px;padding-top:16px;border-top:1px solid var(--ib-line)}.ib-home-ad-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ib-muted);margin:0 0 8px}.ib-home-ad-inner{text-align:center;min-height:250px;overflow:hidden}.ib-home-ad-inner .ib-adsense-300x250{display:inline-block!important;width:300px!important;height:250px!important;max-width:300px!important}
@media(max-width:620px){.ib-ad-card,.ib-home-ad-block{display:none!important}}


/* V7.7 - high resolution InfoBike branding */
.ib-logo-image picture,.ib-footer-brand picture{display:block;line-height:0}
.ib-logo-image img{display:block;width:220px;height:auto;max-width:220px;object-fit:contain}
.ib-footer-brand img{display:block;width:220px;height:auto;max-width:220px;object-fit:contain}
@media(max-width:900px){.ib-logo-image img{width:190px;max-width:190px;height:auto}}
@media(max-width:620px){.ib-logo-image img{width:155px;max-width:155px;height:auto}.ib-footer-brand img{width:170px;max-width:170px;height:auto}}


/* V7.8 brand: larger full emblem logo + compact readable favicon assets */
.ib-logo-image img{width:255px!important;max-width:255px!important;height:auto!important;max-height:68px!important;object-fit:contain}
.ib-footer-brand img{width:235px!important;max-width:235px!important;height:auto!important}
@media(max-width:900px){.ib-logo-image img{width:220px!important;max-width:220px!important;max-height:58px!important}}
@media(max-width:620px){.ib-logo-image img{width:178px!important;max-width:178px!important;max-height:50px!important}.ib-footer-brand img{width:190px!important;max-width:190px!important}}
