#how-it-works{width:100%;padding:100px 20px;background:var(--background);display:flex;justify-content:center;position:relative;overflow:hidden}#how-it-works:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 0,rgba(79,70,229,.22) 0,rgba(79,70,229,0) 65%),radial-gradient(80% 90% at 50% 110%,rgba(56,189,248,.18) 0,rgba(56,189,248,0) 70%);opacity:.7;pointer-events:none}.hiw-wrapper{max-width:1200px;gap:60px;position:relative;z-index:1}.hiw-search-section,.hiw-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.hiw-search-section{max-width:600px;gap:20px}.hiw-search-form{width:100%;display:flex;align-items:center;background:var(--card-background,hsla(0,0%,50%,.1));border:1px solid var(--border-color,hsla(0,0%,50%,.2));border-radius:50px;padding:8px 12px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hiw-search-form:focus-within{border-color:var(--blue-font);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.hiw-search-input{flex:1 1;background:transparent;border:none;outline:none;padding:12px 16px;font-size:16px;color:var(--font-color);-webkit-text-fill-color:var(--font-color)}.hiw-search-input::placeholder{color:var(--font-color-secondary,hsla(0,0%,50%,.6));opacity:.7}.hiw-search-button{background:linear-gradient(135deg,var(--blue-font) 0,var(--purple-font) 100%);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.hiw-search-button:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(79,70,229,.4)}.hiw-search-button img{width:20px;height:20px}.hiw-platform-logos{gap:16px}.hiw-logo,.hiw-platform-logos{display:flex;align-items:center}.hiw-logo{gap:8px;padding:10px 20px;border-radius:30px;background:var(--card-background,hsla(0,0%,100%,.03));border:1px solid var(--border-color,hsla(0,0%,100%,.1));cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:var(--font-color)}.hiw-logo:hover{transform:translateY(-2px);border-color:var(--blue-font);box-shadow:0 4px 12px rgba(79,70,229,.2)}.hiw-logo svg{width:20px;height:20px}.spotify-logo svg{color:#1db954}.apple-logo svg{color:var(--font-color)}.hiw-podcasts-list{width:100%;max-width:800px;display:flex;flex-direction:column;gap:12px;margin-top:20px}.hiw-empty-result{text-align:center;color:var(--font-color-secondary);margin-top:20px}.hiw-title{margin:0 0 20px}.hiw-title,.hiw-wrapper>h1{font-size:48px;font-weight:700;text-align:center;line-height:1.2;letter-spacing:-.02em;color:var(--font-color)}.hiw-wrapper>h1{margin:0}blue{background:linear-gradient(135deg,var(--blue-font) 0,var(--purple-font) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-container{display:flex;flex-direction:column;gap:36px;width:100%;position:relative;max-width:980px;margin:0 auto}@media screen and (max-width:900px){.hiw-title,.hiw-wrapper>h1{font-size:40px}#how-it-works{padding:80px 20px}.hiw-search-section{max-width:90%}}@media screen and (max-width:550px){.hiw-title,.hiw-wrapper>h1{font-size:32px}#how-it-works{padding:60px 16px}.hiw-wrapper{gap:40px}.hiw-search-section{max-width:100%}.hiw-search-form{padding:6px 10px}.hiw-search-input{font-size:14px;padding:10px 12px}.hiw-search-button{width:38px;height:38px}.hiw-platform-logos{flex-direction:column;gap:12px;width:100%}.hiw-logo{width:100%;justify-content:center;padding:12px 24px}.hiw-podcasts-list{max-width:100%}}.hiw-card{position:relative;display:flex;flex-direction:column;gap:18px;padding:32px 32px 32px 112px;background:linear-gradient(135deg,rgba(79,70,229,.18),rgba(56,189,248,.1) 45%,rgba(129,140,248,.08));border:1px solid rgba(79,70,229,.32);border-radius:28px;box-shadow:0 30px 50px -40px rgba(15,23,42,.6);overflow:visible;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.hiw-card:after{content:"";position:absolute;inset:0;background:radial-gradient(140% 140% at 10% 10%,hsla(0,0%,100%,.16) 0,hsla(0,0%,100%,0) 55%);opacity:0;transition:opacity .25s ease;pointer-events:none}.hiw-card:hover{transform:translateY(-6px);border-color:rgba(79,70,229,.5);box-shadow:0 24px 48px -24px rgba(37,99,235,.4)}.hiw-card:hover:after{opacity:1}.hiw-step-badge{position:absolute;left:24px;top:28px;width:68px;height:68px;border-radius:22px;background:linear-gradient(135deg,var(--blue-font) 0,var(--purple-font) 100%);color:#fff;font-weight:700;font-size:18px;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px -12px rgba(79,70,229,.55);text-transform:uppercase}.hiw-step-badge:after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);width:2px;height:calc(100% + 36px);background:linear-gradient(180deg,rgba(79,70,229,.5),rgba(56,189,248,0));opacity:.5}.hiw-card:last-child .hiw-step-badge:after{display:none}.hiw-card-body{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.hiw-card-body>h3{color:var(--font-color);font-size:24px;font-weight:600;line-height:1.4;margin:0}.hiw-card-body>p{color:var(--font-secondary);font-size:17px;font-weight:400;line-height:1.7;margin:0;max-width:620px}@media screen and (max-width:900px){.hiw-card{padding:28px 24px 28px 88px}.hiw-step-badge{left:16px;top:22px;width:60px;height:60px;border-radius:18px}.hiw-step-badge:after{height:calc(100% + 24px)}}@media screen and (max-width:600px){.hiw-card{padding:84px 28px 28px;gap:16px}.hiw-step-badge{left:24px;top:16px;width:56px;height:56px;border-radius:16px;font-size:16px}.hiw-step-badge:after{top:calc(100% + 20px);height:calc(100% + 36px)}}