*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:16px}body{color:#2c2c2c;background:#fff;flex-direction:column;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6;display:flex}.main{flex:1 0 auto}h1,h2,h3,h4,h5,h6{color:#1a3d6b;overflow-wrap:break-word;margin:0 0 .6em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.25}h1{font-size:1.5rem}@media (width>=768px){h1{font-size:2rem}}@media (width>=1024px){h1{font-size:2.25rem}}h2{font-size:1.25rem}@media (width>=768px){h2{font-size:1.5rem}}@media (width>=1024px){h2{font-size:1.625rem}}h3{font-size:1.1rem}@media (width>=768px){h3{font-size:1.25rem}}h4{font-size:1rem}@media (width>=768px){h4{font-size:1.1rem}}p{margin:0 0 1em}a{color:#d98c0f;text-decoration:none}a:hover,a:focus{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:24px}.site-header{background:#fff;border-bottom:1px solid #e2e6ec;min-height:60px;padding:7px 0;position:relative}@media (width>=768px){.site-header{z-index:50;min-height:0;padding:16px 0;position:sticky;top:0}}.site-header__inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:24px;display:flex}@media (width>=768px){.site-header__inner{flex-wrap:wrap}}.site-header__logo{color:#1a3d6b;letter-spacing:-.01em;font-size:1.1rem;font-weight:800;text-decoration:none}@media (width>=768px){.site-header__logo{font-size:1.25rem}}.site-header__logo:hover{color:#d98c0f;text-decoration:none}.site-header__toggle{cursor:pointer;color:#1a3d6b;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:inline-flex}@media (width>=768px){.site-header__toggle{display:none}}.site-header__bar{background:currentColor;border-radius:2px;width:24px;height:2px;transition:transform .2s,opacity .2s;display:block}.has-nav-open .site-header__toggle .has-nav-open .site-header__bar:first-child{transform:translateY(7px)rotate(45deg)}.has-nav-open .site-header__toggle .has-nav-open .site-header__bar:nth-child(2){opacity:0}.has-nav-open .site-header__toggle .has-nav-open .site-header__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{opacity:0;pointer-events:none;z-index:80;background:#00000073;transition:opacity .22s;position:fixed;inset:0}.nav-overlay.is-visible{opacity:1;pointer-events:auto}@media (width>=768px){.nav-overlay{display:none}}body.has-nav-open{overflow:hidden}@media (width>=768px){body.has-nav-open{overflow:auto}}@media (width<=767px){.site-nav{z-index:100;background:#fff;width:84vw;max-width:340px;padding:64px 24px 32px;transition:transform .26s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #0000002e}.site-nav.is-open{transform:translate(0)}}@media (width>=768px){.site-nav{width:auto;max-height:none;overflow:visible}}.site-nav__close{color:#1a3d6b;cursor:pointer;background:0 0;border:0;width:40px;height:40px;font-size:2rem;line-height:1;position:absolute;top:12px;right:12px}@media (width>=768px){.site-nav__close{display:none}}.site-nav__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}@media (width>=768px){.site-nav__list{flex-flow:wrap;align-items:center;gap:4px 18px}}.site-nav__list a,.site-nav__list .site-nav__trigger{color:#2c2c2c;font-family:inherit;font-weight:500;font-size:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:2px solid #0000;width:100%;padding:12px 4px;transition:color .12s,border-color .12s;display:block}@media (width>=768px){.site-nav__list a,.site-nav__list .site-nav__trigger{width:auto;padding:10px 4px}}.site-nav__list a:hover,.site-nav__list a:focus,.site-nav__list .site-nav__trigger:hover,.site-nav__list .site-nav__trigger:focus{color:#d98c0f;text-decoration:none}.site-nav__list a.is-active,.site-nav__list .site-nav__trigger.is-active{color:#d98c0f;border-bottom-color:#f5a623}.site-nav__item{position:relative}@media (width>=768px){.site-nav__item--has-children:hover .site-nav__sub,.site-nav__item--has-children:focus-within .site-nav__sub,.site-nav__item--has-children.is-open .site-nav__sub{display:block}}.site-nav__trigger{white-space:nowrap;align-items:center;gap:6px;display:inline-flex!important}.site-nav__caret{font-size:.75em;transition:transform .15s}@media (width>=768px){.site-nav__item--has-children.is-open .site-nav__caret,.site-nav__item--has-children:hover .site-nav__caret{transform:rotate(180deg)}}.site-nav__sub{margin:0;padding-left:16px;list-style:none;display:block}@media (width>=768px){.site-nav__sub{z-index:100;background:#fff;border:1px solid #e2e6ec;border-radius:8px;min-width:200px;padding:8px 0;display:none;position:absolute;top:calc(100% + 6px);left:-8px;box-shadow:0 4px 12px #00000014}}.site-nav__sub a{padding:10px 4px;font-weight:500;border-bottom:none!important}@media (width>=768px){.site-nav__sub a{border-radius:0;padding:8px 16px}.site-nav__sub a:hover,.site-nav__sub a.is-active{color:#d98c0f;background:#f6f8fb}}.site-footer{color:#fff;background:#1a3d6b;margin-top:80px;padding:48px 0 24px}.site-footer__inner{grid-template-columns:1fr;align-items:flex-start;gap:32px;display:grid}@media (width>=768px){.site-footer__inner{grid-template-columns:1.5fr 1fr 1fr}}.site-footer__brand{max-width:360px}.site-footer__name{margin:0 0 4px;font-size:1.1rem;font-weight:700}.site-footer__claim{color:#ffffffbf;margin:0}.site-footer__heading{text-transform:uppercase;letter-spacing:.04em;color:#ffffffb3;margin:0 0 12px;font-size:.875rem;font-weight:700}.site-footer__contact address{color:#ffffffe6;margin-bottom:12px;font-style:normal;line-height:1.6}.site-footer__contact a{color:#fff;opacity:.9;padding:6px 0;text-decoration:underline;display:inline-block}.site-footer__contact a:hover{opacity:1}.site-footer__nav ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav ul a{color:#fff;opacity:.85;padding:6px 0;display:inline-block}.site-footer__nav ul a:hover{opacity:1;text-decoration:none}.site-footer__legal{color:#fff9;border-top:1px solid #ffffff1a;grid-column:1/-1;margin-top:16px;padding-top:16px;font-size:.875rem}.section{padding-block:24px 56px}.lead{color:#6b6b6b;margin-bottom:1.5em;font-size:1.125rem}.bike-types{grid-template-columns:repeat(2,1fr);gap:12px;margin:32px 0 0;padding:0;list-style:none;display:grid}@media (width>=768px){.bike-types{grid-template-columns:repeat(4,1fr)}}.bike-types__link{text-align:center;color:#1a3d6b;background:#fff;border:1px solid #e2e6ec;border-radius:8px;padding:22px 16px;font-weight:600;transition:all .15s;display:block;box-shadow:0 1px 2px #0000000d}.bike-types__link:hover{color:#fff;background:#f5a623;border-color:#f5a623;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.insurer-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=768px){.insurer-grid{grid-template-columns:repeat(4,1fr)}}.hero{text-align:center;background:linear-gradient(#f6f8fb 0%,#fff 100%);padding:72px 0 56px}.hero h1{font-size:2.25rem}@media (width>=768px){.hero h1{font-size:3rem}}.hero h1{margin-bottom:.4em}.hero .lead{max-width:640px;margin-left:auto;margin-right:auto}.alert{border-radius:8px;margin-bottom:24px;padding:12px 16px}.alert--success{color:#1d8148;background:#2ecc711f;border:1px solid #2ecc714d}.breadcrumbs{margin:0 0 20px;font-size:.875rem}.breadcrumbs__list{flex-wrap:wrap;gap:4px 8px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{color:#6b6b6b}.breadcrumbs__item:not(:last-child):after{content:"›";color:#6b6b6b;margin-left:8px}.breadcrumbs__item a,.breadcrumbs__item span[aria-current]{vertical-align:middle;padding:6px 0;line-height:1.4;display:inline-block}.breadcrumbs__item a{color:#6b6b6b;text-decoration:none}.breadcrumbs__item a:hover{color:#d98c0f;text-decoration:underline}.breadcrumbs__item span[aria-current]{color:#1a3d6b;font-weight:600}.breadcrumbs__item:after{vertical-align:middle;display:inline-block}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,transform 80ms;display:inline-block}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn--primary{color:#fff;background:#f5a623}.btn--primary:hover{color:#fff;background:#d98c0f}.btn--ghost{color:#1a3d6b;background:0 0;border-color:#e2e6ec}.btn--ghost:hover{color:#d98c0f;border-color:#f5a623}.insurer-card{background:#fff;border:1px solid #e2e6ec;border-radius:8px;justify-content:center;align-items:center;min-height:100px;padding:24px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.insurer-card img{max-width:100%;max-height:56px}.insurer-card__name{color:#1a3d6b;font-weight:700}.insurer-card:hover{border-color:#f5a623;text-decoration:none;box-shadow:0 4px 12px #00000014}.compare-filter{background:#f6f8fb;border:1px solid #e2e6ec;border-radius:8px;grid-template-columns:1fr;gap:12px;margin-bottom:24px;padding:16px;display:grid}@media (width>=768px){.compare-filter{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.compare-filter{grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:16px}}.compare-filter__field{flex-direction:column;gap:4px;min-width:0;display:flex}.compare-filter__field--submit{justify-content:flex-end}.compare-filter__field--submit .btn{white-space:nowrap;width:100%}.compare-filter__label{color:#1a3d6b;font-size:.875rem;font-weight:600}.compare-filter__select{cursor:pointer;background:#fff;border:1px solid #e2e6ec;border-radius:4px;width:100%;min-width:0;padding:9px 12px;font-family:inherit;font-size:.95rem}.form{flex-direction:column;gap:18px;max-width:640px;display:flex}.form__row{flex-direction:column;gap:6px;display:flex}.form__label{color:#1a3d6b;font-size:.9rem;font-weight:600}.form__req{color:#e74c3c}.form__control{background:#fff;border:1px solid #e2e6ec;border-radius:4px;padding:10px 12px;font-family:inherit;font-size:1rem;transition:border-color .12s}.form__control:focus{border-color:#f5a623;outline:none;box-shadow:0 0 0 3px #f5a62326}.form__control.is-invalid{border-color:#e74c3c}.form__error{color:#e74c3c;margin:4px 0 0;font-size:.875rem}.form__row--honeypot{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.policy-table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;font-size:.95rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.policy-table thead{background:#f6f8fb}.policy-table thead th{text-align:left;color:#1a3d6b;white-space:nowrap;border-bottom:1px solid #e2e6ec;padding:12px 16px;font-weight:700}.policy-table tbody td{vertical-align:middle;border-bottom:1px solid #e2e6ec;padding:14px 16px}.policy-table tbody tr:last-child td{border-bottom:none}.policy-table__insurer{align-items:center;gap:10px;display:flex}.policy-table__insurer img{max-width:80px;max-height:28px}.policy-table__insurer span{color:#1a3d6b;font-weight:600}.policy-table__price{color:#1a3d6b;white-space:nowrap;font-weight:700}.policy-table__price-col,.policy-table__cta{text-align:right}.policy-table__empty{text-align:center;color:#6b6b6b;background:#f6f8fb;border-radius:8px;padding:24px}.policy-empty{text-align:center;color:#6b6b6b;background:#f6f8fb;border-radius:8px;padding:32px}.policy-cards{flex-direction:column;gap:16px;display:flex}.policy-disclaimer{color:#6b6b6b;background:#f6f8fb;border-left:3px solid #f5a623;border-radius:4px;margin:16px 0 0;padding:12px 16px;font-size:.85rem;line-height:1.5}.policy-disclaimer strong{color:#1a3d6b}.policy-card{background:#fff;border:1px solid #e2e6ec;border-radius:12px;grid-template-columns:1fr;gap:20px;padding:24px;transition:box-shadow .2s,transform .12s;display:grid;position:relative;box-shadow:0 1px 2px #0000000d}@media (width>=768px){.policy-card{grid-template-columns:180px 1fr 220px;align-items:center}}.policy-card:hover{box-shadow:0 4px 12px #00000014}.policy-card--top{border:2px solid #f5a623;padding-top:36px;box-shadow:0 4px 24px #f5a6232e}@media (width>=768px){.policy-card--top{grid-template-columns:200px 1fr 240px;padding:32px}}.policy-card--top .policy-card__price-value{color:#d98c0f;font-size:2rem}.policy-card--top .policy-card__title{font-size:1.25rem}.policy-card__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#f5a623;border-radius:999px;padding:4px 14px;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:24px;box-shadow:0 1px 2px #0000000d}.policy-card__brand{justify-content:center;align-items:center;display:flex}.policy-card__brand img{max-width:100%;max-height:64px}.policy-card__name{color:#1a3d6b;font-size:1.125rem;font-weight:700}.policy-card__title{color:#1a3d6b;margin:0 0 12px;font-size:1.05rem}.policy-card__price{text-align:center;flex-direction:column;gap:4px;display:flex}@media (width>=768px){.policy-card__price{border-left:1px solid #e2e6ec;padding-left:20px}}.policy-card__price-value{color:#1a3d6b;font-size:1.6rem;font-weight:800;line-height:1.1}.policy-card__price-period{color:#6b6b6b;font-size:.85rem}.policy-card__total{color:#6b6b6b;margin-bottom:8px;font-size:.8rem}.policy-card__cta{margin-top:8px}.policy-card__no-link{color:#6b6b6b;margin-top:8px;font-size:.85rem;font-style:italic}.policy-specs{grid-template-columns:1fr;gap:4px 16px;margin:0;font-size:.92rem;display:grid}@media (width>=480px){.policy-specs{grid-template-columns:1fr 1fr}}.policy-specs>div{border-bottom:1px dashed #e2e6ecb3;justify-content:space-between;gap:8px;padding:4px 0;display:flex}.policy-specs dt{color:#6b6b6b;margin:0}.policy-specs dd{color:#2c2c2c;margin:0;font-weight:600}.prose{max-width:760px;margin:0}.prose h1{margin:0 0 .5em}.prose h2{margin-top:1.8em;margin-bottom:.5em}.prose h2:first-of-type{margin-top:1.4em}.prose h3{margin-top:1.6em;margin-bottom:.4em}.prose p,.prose ul,.prose ol{color:#2c2c2c;line-height:1.7}.prose p{margin:0 0 1.1em}.prose ul,.prose ol{margin:0 0 1.2em;padding-left:1.4em}.prose ul li,.prose ol li{margin-bottom:.4em}.prose a{color:#d98c0f;text-underline-offset:3px;text-decoration:underline}.faq-section{max-width:760px;margin:48px 0 0}.faq-section h2{margin-bottom:24px;font-size:1.5rem}.faq-section__list{flex-direction:column;gap:8px;display:flex}.faq-item{background:#fff;border:1px solid #e2e6ec;border-radius:8px;transition:border-color .15s;overflow:hidden}.faq-item[open]{border-color:#f5a623}.faq-item__question{cursor:pointer;color:#1a3d6b;padding:16px 48px 16px 18px;font-weight:600;list-style:none;position:relative}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"";border-bottom:2px solid #f5a623;border-right:2px solid #f5a623;width:9px;height:9px;transition:transform .15s;position:absolute;top:50%;right:20px;transform:translateY(-65%)rotate(45deg)}.faq-item__question:hover{background:#f6f8fb}.faq-item[open] .faq-item__question:after{transform:translateY(-25%)rotate(-135deg)}.faq-item__answer{padding:0 18px 18px;line-height:1.7}.faq-item__answer p{margin:0}.page--home .hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a3d6b 0%,#26599c 100%);padding:72px 0 96px}.page--home .hero h1{color:#fff;margin-bottom:.4em;font-size:2.25rem}@media (width>=768px){.page--home .hero h1{font-size:2.75rem}}.page--home .hero .lead{color:#ffffffe6;font-size:1.125rem}.hero-form{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;grid-template-columns:1fr;gap:16px;margin-top:32px;padding:24px;display:grid}@media (width>=768px){.hero-form{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.hero-form{grid-template-columns:repeat(4,1fr) auto;align-items:end}}.hero-form__field{text-align:left;flex-direction:column;gap:6px;display:flex}.hero-form__label{color:#fff;font-size:.875rem;font-weight:600}.hero-form__select{color:#2c2c2c;cursor:pointer;background:#fff;border:1px solid #fff3;border-radius:4px;padding:11px 12px;font-family:inherit;font-size:1rem}.hero-form__submit{align-items:end;display:flex}.hero-form__submit .btn{width:100%;padding:13px 28px;font-size:1rem}@media (width>=1024px){.hero-form__submit .btn{width:auto}}.section--alt{background:#f6f8fb}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2{margin-bottom:8px}.section-heading p{color:#6b6b6b;max-width:640px;margin-inline:auto}.bike-cards{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=768px){.bike-cards{grid-template-columns:repeat(2,1fr)}}.bike-card{background:#fff;border:1px solid #e2e6ec;border-radius:8px;flex-direction:column;gap:16px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 2px #0000000d}@media (width>=480px){.bike-card{flex-direction:row;align-items:center}}.bike-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.bike-card__image{flex-shrink:0;width:140px;max-width:40%;height:auto;margin-inline:auto}@media (width>=480px){.bike-card__image{margin-inline:0}}.bike-card__body{flex:1}.bike-card__body h3{margin:0 0 8px}.bike-card__body p{color:#6b6b6b;margin:0 0 16px}.seo-content h2{margin-bottom:12px;font-size:1.5rem}.seo-content p{color:#2c2c2c;line-height:1.7}.seo-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=1024px){.seo-grid{grid-template-columns:1fr 1fr;gap:48px}}.steps{counter-reset:step;margin:0;padding:0;list-style:none}.steps li{counter-increment:step;background:#fff;border:1px solid #e2e6ec;border-radius:8px;margin-bottom:10px;padding:14px 16px 14px 56px;position:relative}.steps li:before{content:counter(step);color:#fff;background:#f5a623;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.usp-block{background:#fff;border:1px solid #e2e6ec;border-radius:8px;padding:28px;box-shadow:0 1px 2px #0000000d}.usp-list{margin:0;padding:0;list-style:none}.usp-list li{padding:8px 0 8px 32px;line-height:1.5;position:relative}.usp-list li:before{content:"";border-bottom:2px solid #f5a623;border-left:2px solid #f5a623;width:16px;height:8px;position:absolute;top:14px;left:4px;transform:rotate(-45deg)}.insurer-list{grid-template-columns:1fr;gap:12px;margin-top:24px;display:grid}@media (width>=768px){.insurer-list{grid-template-columns:repeat(2,1fr)}}.insurer-list__item{color:inherit;background:#fff;border:1px solid #e2e6ec;border-radius:8px;grid-template-columns:100px 1fr auto;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:border-color .15s,transform .12s,box-shadow .15s;display:grid;box-shadow:0 1px 2px #0000000d}.insurer-list__item:hover{border-color:#f5a623;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.insurer-list__logo{justify-content:center;align-items:center;height:56px;display:flex}.insurer-list__logo img{max-width:100%;max-height:100%}.insurer-list__logo span{color:#1a3d6b;font-weight:700}.insurer-list__name{color:#1a3d6b;margin:0 0 2px;font-size:1.1rem}.insurer-list__count{color:#6b6b6b;margin:0;font-size:.875rem}.insurer-list__arrow{color:#f5a623;font-size:1.5rem;font-weight:700}.faq__item{border:1px solid #e2e6ec;border-radius:4px;margin-bottom:8px;padding:12px 16px}.faq__item summary{cursor:pointer;color:#1a3d6b;font-weight:600}.contact-grid{grid-template-columns:1fr;gap:32px;margin-top:24px;display:grid}@media (width>=1024px){.contact-grid{grid-template-columns:1.4fr 1fr;gap:48px}}.contact-grid__form h2{margin-top:0;font-size:1.25rem}.contact-grid__info{flex-direction:column;gap:16px;display:flex}.contact-card{background:#fff;border:1px solid #e2e6ec;border-radius:8px;padding:20px 24px;box-shadow:0 1px 2px #0000000d}.contact-card h2{color:#1a3d6b;margin:0 0 8px;font-size:1.05rem}.contact-card p{margin:0 0 12px;line-height:1.6}.contact-card p:last-child{margin-bottom:0}.contact-card address{font-style:normal;line-height:1.6}.contact-card .btn{padding:8px 16px;font-size:.9rem}.contact-card--accent{background:linear-gradient(135deg,#f5a62314 0%,#f5a62305 100%);border-color:#f5a62359}.contact-card--accent h2{color:#d98c0f}
