/* Keep the published first-view artwork intact; do not crop or overlay copy. */
.hero.hero-public{display:block;min-height:0;height:auto;padding:0;margin:0;background:#3c4775;overflow:hidden}
.hero-public picture{display:block;width:100%}
.hero-public picture img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:0}
.hero-trial{display:flex;justify-content:center;padding:28px 24px 36px;background:#fff}
.hero-trial .button{min-height:64px;width:420px;max-width:100%;font-size:clamp(18px,2vw,23px)}
@media(max-width:720px){.hero-trial{padding:24px 24px 32px}}
