/* FerryEU master QA — light hero mask matching france.ferryeu.com/index.html */
:root{
  --feu-hero-light-desktop:linear-gradient(90deg,rgba(240,248,254,.91) 0%,rgba(237,247,253,.73) 31%,rgba(236,247,253,.16) 55%,rgba(0,34,69,.02) 100%);
  --feu-hero-light-mobile:linear-gradient(90deg,rgba(240,248,254,.96) 0%,rgba(240,248,254,.78) 62%,rgba(240,248,254,.34) 100%);
  --feu-hero-title:#082e5b;
  --feu-hero-copy:#183b5d;
}
.hero .hero-overlay,.hero-overlay-clean,.destinations-hero-overlay,.routes-index-hero-overlay,.route-hero-overlay,.destination-page-hero-overlay,.operator-hero-overlay{background:var(--feu-hero-light-desktop)!important}
.home-page .hero-content-clean,.destinations-hero .hero-content-clean,.hero-clean .hero-content-clean,.routes-index-hero,.route-hero-content,.destination-page-hero-content,.operator-hero-content,.ferries-hero-copy,.hotel-hero-heading,.trains-hero-heading{color:var(--feu-hero-title)!important}
.home-page .hero-content-clean h1,.destinations-hero .hero-content-clean h1,.hero-clean .hero-content-clean h1,.routes-index-hero h1,.route-hero h1,.destination-page-hero-content h1,.operator-hero-content h1,.ferries-hero-copy h1,.hotel-hero-heading h1,.trains-hero-heading h1{color:var(--feu-hero-title)!important;text-shadow:0 1px 0 rgba(255,255,255,.45)!important}
.home-page .hero-content-clean .hero-lead,.destinations-hero .hero-lead,.hero-clean .hero-content-clean .hero-lead,.routes-index-hero p,.route-hero-lead,.destination-page-hero-content>p,.operator-hero-lead,.ferries-hero-lead,.hotel-hero-heading>p,.trains-hero-heading>p{color:var(--feu-hero-copy)!important}
.hero .section-kicker.gold,.routes-index-hero .section-kicker,.route-hero .section-kicker,.destination-page-hero .section-kicker,.operator-hero .section-kicker{color:#0870b7!important;text-shadow:none!important}
@media(max-width:760px){.hero .hero-overlay,.hero-overlay-clean,.destinations-hero-overlay,.routes-index-hero-overlay,.route-hero-overlay,.destination-page-hero-overlay,.operator-hero-overlay{background:var(--feu-hero-light-mobile)!important}}
