:root{--color-black:#000;--color-petrol:#18535e;--color-white:#fff;--color-grey:#e8e8e9;--color-turquoise:#5aae9f;--color-orange:#f17e60;--gradient-petrol:linear-gradient(135deg,#5aae9f,#18535e)}@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;700&display=swap");.podcast-hero{background:var(--gradient-petrol);overflow:hidden;padding:3rem 1rem;position:relative}.podcast-hero-arcs{height:400px;opacity:.15;pointer-events:none;position:absolute;right:-100px;top:-100px;width:400px}.podcast-hero-inner{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:900px;position:relative;z-index:1}.podcast-hero-cover{flex-shrink:0;width:220px}.podcast-hero-cover img{border-radius:16px;display:block;height:auto;width:100%}.podcast-hero-content{text-align:center}.podcast-hero-headline{color:var(--color-white);font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.03em;margin:0 0 .5rem}.podcast-hero-subline{color:var(--color-grey);font-family:Outfit,sans-serif;font-size:1.125rem;font-weight:300;line-height:1.5;margin:0 0 1.5rem}.podcast-hero-stats{margin-bottom:1.5rem}.podcast-hero-badge{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;color:var(--color-white);display:inline-block;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:300;padding:.5rem 1.25rem}.podcast-hero-badge strong{font-weight:700}.podcast-hero-platforms{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.podcast-hero-platform{align-items:center;border-radius:50px;color:var(--color-white);display:inline-flex;font-family:Outfit,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.625rem 1.5rem;text-decoration:none;transition:opacity .2s ease}.podcast-hero-platform:hover{opacity:.85}.podcast-hero-platform--spotify{background-color:#1db954}.podcast-hero-platform--apple{background-color:#fc3c44}@media (min-width:768px){.podcast-hero{padding:4rem 2rem}.podcast-hero-inner{align-items:center;flex-direction:row;text-align:left}.podcast-hero-cover{width:280px}.podcast-hero-content{text-align:left}.podcast-hero-headline{font-size:2.5rem}.podcast-hero-platforms{justify-content:flex-start}}