.hero{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center}.hero__media{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hero__overlay{position:absolute;inset:0;background:linear-gradient(95deg, rgba(11, 37, 69, 0.97) 0%, rgba(11, 37, 69, 0.82) 42%, rgba(11, 37, 69, 0.35) 72%, transparent 100%)}.hero__inner{position:relative;max-width:1440px;margin:0 auto;padding:4rem 2rem;width:100%}.hero__label{display:inline-flex;align-items:center;gap:.5rem;font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#ff5a1f;background:rgba(255,90,31,.14);padding:.4rem .8rem;border-radius:999px;margin-bottom:1rem}.hero__label::before{content:"";width:6px;height:6px;border-radius:50%;background:#ff5a1f}.hero__text{max-width:560px}.hero__text h1{font-size:2.6rem;line-height:1.12;color:#fff;letter-spacing:-0.02em;margin-bottom:.75rem}.hero__text h1 span{color:#ff5a1f}.hero__sub{color:#8fa8bc;font-size:1rem;line-height:1.5;margin-bottom:2rem;max-width:46ch}.hero__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hero__actions .hero__cta{padding:.9rem 1.5rem}.hero__actions .btn--ghost{color:#fff;border-color:hsla(0,0%,100%,.3)}.hero__actions .btn--ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.45);color:#fff}.stats-bar{background:linear-gradient(100deg, #0b2545 0%, #163d6a 60%, #1a4d82 100%);border-bottom:3px solid #ff5a1f}.stats-bar__inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(4, 1fr);gap:0;padding:2rem}.stats-bar__item{display:flex;flex-direction:column;gap:.2rem;padding:0 1rem}.stats-bar__item:not(:first-child){border-left:1px solid hsla(0,0%,100%,.1)}.stats-bar__value{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:800;font-size:2rem;color:#fff;letter-spacing:-0.02em}.stats-bar__value small{font-size:1rem;font-weight:700;color:#ff5a1f;margin-left:.2rem}.stats-bar__label{font-weight:600;font-size:.85rem;color:#fff}.stats-bar__sub{color:#7aaddc;font-size:.78rem}.trust-bar{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(5, 1fr);gap:1rem;padding:2rem}.trust-bar__item{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:16px;border:1px solid #dde2ea;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.trust-bar__item:hover{border-color:rgba(0,0,0,0);box-shadow:0 4px 16px rgba(11,37,69,.1),0 1px 4px rgba(11,37,69,.06);transform:translateY(-3px)}.trust-bar__item:hover .trust-bar__icon{background:#ff5a1f;color:#fff}.trust-bar__item--stat{background:rgba(255,90,31,.06);border-color:rgba(255,90,31,.3)}.trust-bar__item--stat .trust-bar__icon{background:#ff5a1f;color:#fff}.trust-bar__item--stat:hover{border-color:rgba(255,90,31,.5)}.trust-bar__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(255,90,31,.12);color:#ff5a1f;transition:background-color .2s ease,color .2s ease}.trust-bar__text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.trust-bar__text strong{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:700;font-size:.85rem;color:#10161f}.trust-bar__text small{font-size:.75rem;color:#5b7891;line-height:1.3}.popular-categories{max-width:1440px;margin:0 auto;padding:4rem 2rem}.popular-categories__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.popular-categories__head h2{font-size:2rem;font-weight:800;letter-spacing:-0.02em;color:#0b2545}.popular-categories__head a{font-weight:700;font-size:.85rem;color:#0b2545}.popular-categories__head a:hover{color:#ff5a1f}.popular-categories__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:220px 220px;gap:.75rem}.cat-tile--tall{grid-row:1/3}.hits{max-width:1440px;margin:0 auto;padding:4rem 2rem}.hits__head{margin-bottom:2rem}.hits__head h2{font-size:2rem;font-weight:800;letter-spacing:-0.02em;color:#0b2545}.hits__head p{color:#4b5563;font-size:.9rem;margin-top:.3rem}.hits__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.blog-teaser{max-width:1440px;margin:0 auto;padding:4rem 2rem}.blog-teaser__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.blog-teaser__head h2{font-size:2rem;font-weight:800;letter-spacing:-0.02em;color:#0b2545}.blog-teaser__head a{font-weight:700;font-size:.85rem;color:#0b2545}.blog-teaser__head a:hover{color:#ff5a1f}.blog-teaser__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}.blog-teaser__card{display:flex;flex-direction:column;background:#fff;border:1px solid #dde2ea;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.blog-teaser__card:hover{border-color:#ff5a1f;box-shadow:0 1px 4px rgba(11,37,69,.08),0 0 0 1px rgba(11,37,69,.04)}.blog-teaser__card:hover .blog-teaser__more{color:#ff5a1f}.blog-teaser__category{font-size:.78rem;font-weight:700;color:#ff5a1f;margin-bottom:.5rem}.blog-teaser__title{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:700;font-size:1.1rem;line-height:1.35;color:#0b2545;flex:1}.blog-teaser__more{margin-top:.75rem;font-size:.86rem;font-weight:600;color:#4b5563}.pump-selector-cta{max-width:1440px;margin:0 auto 6rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 4rem;background:#0b2545;border-radius:24px;color:#fff}.pump-selector-cta__title{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:800;font-size:1.2rem}.pump-selector-cta__desc{color:hsla(0,0%,100%,.7);margin-top:.2rem}@media(max-width: 1024px){.stats-bar__inner{grid-template-columns:repeat(2, 1fr)}.trust-bar{grid-template-columns:repeat(2, 1fr)}.popular-categories__grid{grid-template-columns:repeat(2, 1fr);grid-template-rows:auto}.cat-tile,.cat-tile--tall{min-height:220px;grid-row:auto}.hits__grid{grid-template-columns:repeat(2, 1fr)}.blog-teaser__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.hero__actions{flex-direction:column;align-items:stretch}.stats-bar__inner,.trust-bar,.popular-categories__grid,.hits__grid,.blog-teaser__grid{grid-template-columns:1fr}.pump-selector-cta{flex-direction:column;align-items:flex-start}}
