:root{
    --blue:#0057b8;
    --blue-dark:#08316f;
    --red:#d70f1e;
    --gold:#f5bd2e;
    --ink:#172033;
    --muted:#667085;
    --line:#e9eef6;
    --soft:#f6f9fe;
    --white:#fff;
    --shadow:0 20px 55px rgba(20,40,80,.12);
    --shadow-soft:0 12px 34px rgba(20,40,80,.08);
    --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color:var(--ink);
    background:linear-gradient(180deg,#fff 0%,#f7faff 62%,#fff 100%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
svg{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn svg,.play-button svg{fill:currentColor;stroke:none}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.site-header{
    position:sticky;top:0;z-index:30;
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(0,87,184,.09);
}
.header-inner{height:86px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:13px;min-width:245px}
.brand img{width:66px;height:66px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,87,184,.13))}
.brand-text{display:grid;line-height:.9}
.brand-text strong{font-size:28px;letter-spacing:.07em;color:var(--red);font-weight:900}
.brand-text small{margin-top:8px;font-size:12px;letter-spacing:.55em;color:var(--blue);font-weight:900}
.main-nav{display:flex;align-items:center;justify-content:center;gap:27px;flex:1;font-size:15px;font-weight:750;color:#111827}
.main-nav a{position:relative;padding:31px 0;white-space:nowrap}
.main-nav a.active,.main-nav a:hover{color:var(--blue)}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:21px;height:3px;border-radius:999px;background:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:14px 22px;font-weight:850;border:1px solid transparent;transition:.2s ease;cursor:pointer;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-red{background:var(--red);color:#fff;box-shadow:0 15px 28px rgba(215,15,30,.22)}
.btn-outline{background:#fff;color:var(--blue);border-color:rgba(0,87,184,.35);box-shadow:0 10px 25px rgba(0,87,184,.06)}
.header-cta{padding:12px 19px;border-radius:14px}
.mobile-menu-button{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.mobile-menu-button span{width:20px;height:2px;background:var(--blue-dark);border-radius:20px}
.section-pad{padding:62px 0 38px}
.hero{position:relative;overflow:hidden}
.hero::before{
    content:"";position:absolute;inset:0;z-index:-2;
    background:
      radial-gradient(circle at 78% 8%, rgba(0,87,184,.10), transparent 28%),
      radial-gradient(circle at 8% 42%, rgba(215,15,30,.05), transparent 27%);
}
.hero::after{
    content:"";position:absolute;left:34%;bottom:16px;width:360px;height:300px;z-index:-1;opacity:.10;
    background:linear-gradient(to top,var(--blue),transparent 86%);
    clip-path:polygon(0 100%,0 56%,8% 56%,8% 44%,13% 44%,13% 16%,18% 16%,18% 44%,25% 44%,25% 66%,35% 66%,35% 36%,39% 36%,39% 23%,44% 23%,44% 36%,48% 36%,48% 66%,59% 66%,59% 50%,65% 50%,65% 28%,69% 28%,69% 16%,74% 16%,74% 28%,78% 28%,78% 50%,85% 50%,85% 67%,100% 67%,100% 100%);
}
.pattern{position:absolute;pointer-events:none;opacity:.45;background-image:linear-gradient(30deg,rgba(0,87,184,.08) 12%,transparent 12.5%,transparent 87%,rgba(0,87,184,.08) 87.5%,rgba(0,87,184,.08)),linear-gradient(150deg,rgba(0,87,184,.08) 12%,transparent 12.5%,transparent 87%,rgba(0,87,184,.08) 87.5%,rgba(0,87,184,.08));background-size:38px 66px}
.pattern-left{left:-70px;top:40px;width:330px;height:390px;border-radius:50%}
.hero-grid{display:grid;grid-template-columns:1fr .96fr;gap:64px;align-items:center}
.eyebrow{display:inline-flex;color:var(--blue);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.hero-copy h1{margin:0;font-size:clamp(44px,5vw,74px);line-height:.96;letter-spacing:-.06em;color:#111827}
.hero-copy h1 span{display:block;color:var(--red)}
.hero-copy p{font-size:18px;line-height:1.75;color:#5d6576;max-width:570px;margin:23px 0 30px}
.hero-actions{display:flex;gap:15px;flex-wrap:wrap}
.player-card{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(0,87,184,.11);border-radius:32px;padding:24px;box-shadow:var(--shadow)}
.player-card::before{content:"";position:absolute;inset:0 0 auto 0;height:118px;background:linear-gradient(135deg,var(--blue),#073a89);z-index:0}
.player-card>*{position:relative;z-index:1}
.player-topline{display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:28px}
.live-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;color:var(--red);font-size:13px;font-weight:900;padding:9px 13px;box-shadow:0 6px 15px rgba(0,0,0,.07)}
.live-badge i,.now-playing i{width:8px;height:8px;background:var(--red);border-radius:50%;display:inline-block}
.player-topline strong{font-size:30px;letter-spacing:.03em}
.player-main{display:grid;grid-template-columns:92px 82px 1fr;align-items:center;gap:24px;margin-top:8px}
.player-logo{width:92px;height:92px;object-fit:contain;background:#fff;border-radius:28px;padding:7px;box-shadow:0 14px 25px rgba(0,0,0,.11)}
.play-button{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;border:8px solid #eef4fd;background:#fff;color:var(--red);box-shadow:0 16px 38px rgba(0,87,184,.18);cursor:pointer;transition:.2s ease}
.play-button:hover{transform:scale(1.04)}
.play-button svg{width:30px;height:30px;margin-left:3px}
.play-button.is-playing{color:var(--blue)}
.now-playing small{display:block;color:var(--blue);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.now-playing b{display:block;font-size:20px;margin:6px 0;color:#111827}
.now-playing span{display:flex;align-items:center;gap:8px;color:var(--red);font-size:13px;font-weight:750}
.equalizer{display:flex;align-items:end;gap:5px;height:46px;margin:26px 0 12px;color:var(--blue)}
.equalizer span{width:7px;border-radius:999px;background:currentColor;opacity:.75;animation:pulse 1.4s ease-in-out infinite;animation-delay:calc(var(--i,1)*.04s)}
.equalizer span:nth-child(1){height:17px}.equalizer span:nth-child(2){height:26px}.equalizer span:nth-child(3){height:34px}.equalizer span:nth-child(4){height:22px}.equalizer span:nth-child(5){height:13px}.equalizer span:nth-child(6){height:31px}.equalizer span:nth-child(7){height:18px}.equalizer span:nth-child(8){height:39px}.equalizer span:nth-child(9){height:16px}.equalizer span:nth-child(10){height:23px}.equalizer span:nth-child(11){height:14px}.equalizer span:nth-child(12){height:36px}.equalizer span:nth-child(13){height:45px;background:var(--red)}.equalizer span:nth-child(14){height:22px}.equalizer span:nth-child(15){height:17px}.equalizer span:nth-child(16){height:30px}.equalizer span:nth-child(17){height:39px}.equalizer span:nth-child(18){height:24px}.equalizer span:nth-child(19){height:14px}.equalizer span:nth-child(20){height:28px}.equalizer span:nth-child(21){height:36px}.equalizer span:nth-child(22){height:19px}.equalizer span:nth-child(23){height:42px}.equalizer span:nth-child(24){height:27px}
@keyframes pulse{50%{opacity:.35;transform:scaleY(.72)}}
.player-progress{height:5px;background:#e8eef8;border-radius:999px;overflow:hidden}
.player-progress span{display:block;width:56%;height:100%;background:linear-gradient(90deg,var(--blue),var(--red));border-radius:inherit}
.player-note{font-size:12px;color:#7b8494;margin:12px 0 0}
.quick-strip{padding:8px 0 26px}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:24px;overflow:hidden}
.quick-item{display:flex;align-items:center;gap:14px;padding:20px 24px;border-right:1px solid var(--line)}
.quick-item:last-child{border-right:0}
.quick-item svg{width:34px;height:34px;color:var(--blue)}
.quick-item b{display:block;color:var(--blue-dark);font-size:18px}
.quick-item small{display:block;color:var(--muted);margin-top:3px}
.content-section{padding:22px 0 18px}
.content-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px}
.card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:var(--radius);padding:24px}
.compact-title{display:flex;align-items:center;gap:13px;margin-bottom:20px}
.compact-title>span{width:5px;height:34px;background:var(--red);border-radius:999px}
.compact-title small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-size:12px;font-weight:900;margin-bottom:4px}
.compact-title h2{margin:0;font-size:24px;color:var(--blue-dark)}
.program-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.program-item{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line);border-radius:22px;padding:18px;min-height:230px;display:flex;flex-direction:column;gap:15px;transition:.2s ease}
.program-item:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(0,87,184,.10)}
.program-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:var(--blue);color:#fff;box-shadow:0 12px 24px rgba(0,87,184,.18)}
.program-icon svg{width:28px;height:28px}
.program-item time{color:var(--red);font-weight:900;font-size:13px}
.program-item h3{margin:5px 0 8px;font-size:18px;color:#111827}
.program-item p{margin:0;color:var(--muted);line-height:1.62;font-size:14px}
.schedule-list{display:grid;gap:7px}
.schedule-row{display:grid;grid-template-columns:70px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #eff3f8;padding:10px 0}
.schedule-row:last-child{border-bottom:0}
.schedule-row time{font-weight:900;color:var(--blue)}
.schedule-row strong{font-size:14.5px;color:#273044}
.schedule-row em{font-style:normal;background:var(--red);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase}
.schedule-row.is-live{background:#fff4f5;margin-inline:-12px;padding-inline:12px;border-radius:14px;border-bottom:0}
.quote-section{padding:22px 0 26px}
.quote-card{position:relative;display:flex;align-items:center;justify-content:center;gap:24px;text-align:center;background:linear-gradient(90deg,#f7fbff,#fff,#f7fbff);border:1px solid rgba(0,87,184,.14);border-radius:24px;padding:25px 34px;overflow:hidden}
.quote-card::before,.quote-card::after{content:"";position:absolute;inset:0 auto 0 0;width:260px;opacity:.5;background-image:linear-gradient(30deg,rgba(0,87,184,.09) 12%,transparent 12.5%,transparent 87%,rgba(0,87,184,.09) 87.5%,rgba(0,87,184,.09));background-size:35px 60px}
.quote-card::after{left:auto;right:-30px;width:190px;background:linear-gradient(to top,rgba(0,87,184,.18),transparent 88%);clip-path:polygon(0 100%,0 55%,18% 55%,18% 38%,25% 38%,25% 13%,33% 13%,33% 38%,40% 38%,40% 62%,53% 62%,53% 36%,60% 36%,60% 22%,67% 22%,67% 36%,74% 36%,74% 62%,100% 62%,100% 100%)}
.quote-mark{position:relative;z-index:1;display:grid;place-items:center;width:52px;height:52px;background:var(--blue);color:#fff;border-radius:50%;font-size:52px;line-height:1;font-family:Georgia,serif;padding-top:10px}
.quote-card p{position:relative;z-index:1;margin:0;font-size:20px;font-weight:650;color:#20283a}
.quote-card strong{position:relative;z-index:1;color:var(--red);white-space:nowrap}
.mini-section{padding:14px 0 48px}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mini-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}
.mini-icon{width:52px;height:52px;border-radius:18px;background:#eef5ff;color:var(--blue);display:grid;place-items:center;margin-bottom:15px}
.mini-icon svg{width:26px;height:26px}
.mini-card h3{margin:0 0 10px;color:var(--blue-dark)}
.mini-card p{margin:0;color:var(--muted);line-height:1.65}
.site-footer{background:#fff;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr 1fr .75fr;gap:38px;padding:40px 0 30px}
.footer-brand img{width:72px;height:72px;object-fit:contain;margin-bottom:12px}
.footer-brand strong{display:block;color:var(--red);font-size:24px;letter-spacing:.05em}
.footer-brand p,.site-footer p{color:var(--muted);line-height:1.68;margin:10px 0 0}
.site-footer h4{margin:0 0 14px;color:var(--blue-dark);font-size:16px}
.site-footer a:not(.btn){display:block;color:#4e596d;margin:9px 0}
.site-footer svg{color:var(--blue);vertical-align:-.18em;margin-right:6px;width:1em;height:1em}
.footer-live b{display:block;color:var(--blue);font-size:34px;line-height:1}
.footer-live small{display:block;color:var(--muted);margin:7px 0 18px}
.footer-bottom{background:var(--blue);color:#fff;text-align:center;padding:14px;font-size:13px}
@media (max-width:980px){
    .header-inner{height:auto;min-height:78px;flex-wrap:wrap;padding-block:10px}.brand{min-width:0}.header-cta{display:none}.mobile-menu-button{display:flex;margin-left:auto}.main-nav{display:none;width:100%;order:5;flex-direction:column;align-items:flex-start;gap:0;border-top:1px solid var(--line);padding:8px 0 4px}.main-nav.is-open{display:flex}.main-nav a{padding:13px 0}.main-nav a.active::after{bottom:7px}.hero-grid,.content-grid{grid-template-columns:1fr;gap:28px}.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-item:nth-child(2){border-right:0}.program-list,.mini-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
    .container{width:min(100% - 28px,1180px)}.brand img{width:56px;height:56px}.brand-text strong{font-size:22px}.brand-text small{font-size:10px}.hero-copy h1{font-size:44px}.hero-copy p{font-size:16px}.player-main{grid-template-columns:68px 66px 1fr;gap:12px}.player-logo{width:68px;height:68px;border-radius:20px}.play-button{width:66px;height:66px;border-width:6px}.player-topline strong{font-size:23px}.now-playing b{font-size:16px}.quick-grid{grid-template-columns:1fr}.quick-item{border-right:0;border-bottom:1px solid var(--line)}.quick-item:last-child{border-bottom:0}.quote-card{flex-direction:column;padding:24px 18px}.quote-card p{font-size:18px}.schedule-row{grid-template-columns:58px 1fr auto}.footer-grid{grid-template-columns:1fr}.section-pad{padding-top:38px}.hero-actions .btn{width:100%}
}

/* v1.0.2 - istek/mesaj formu ve küçük SEO/UX dokunuşları */
.player-note a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.eyebrow.small{font-size:12px;margin-bottom:10px}
.request-section{padding:10px 0 46px}
.request-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:24px;align-items:stretch}
.request-copy,.request-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:28px}
.request-copy{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%)}
.request-copy::after{content:"";position:absolute;right:-70px;bottom:-64px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(0,87,184,.10),transparent 65%)}
.request-copy h2{position:relative;margin:0;font-size:32px;line-height:1.15;color:var(--blue-dark);letter-spacing:-.03em}
.request-copy p{position:relative;margin:16px 0 22px;color:var(--muted);line-height:1.7}
.whatsapp-link{position:relative;display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:900}
.whatsapp-link svg{width:22px;height:22px}
.request-form{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.request-form label{display:grid;gap:8px;color:#263247;font-weight:850;font-size:14px}
.request-form input,.request-form textarea{width:100%;border:1px solid #dde6f2;background:#fbfdff;border-radius:16px;padding:14px 15px;font:inherit;color:var(--ink);outline:none;transition:.18s ease;resize:vertical}
.request-form input:focus,.request-form textarea:focus{border-color:rgba(0,87,184,.55);box-shadow:0 0 0 4px rgba(0,87,184,.08);background:#fff}
.request-form textarea{min-height:120px}
.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}
.form-alert{border-radius:16px;padding:13px 15px;font-weight:850;font-size:14px}
.form-alert.success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
.form-alert.error{background:#fff4f4;color:#b42318;border:1px solid #fecdca}
.footer-socials{display:flex;gap:9px;margin-top:15px}
.footer-socials a{display:grid!important;place-items:center;width:34px;height:34px;border-radius:12px;background:#f1f6ff;color:var(--blue)!important;font-weight:900;margin:0!important}
.footer-socials a:hover{background:var(--blue);color:#fff!important}
@media (max-width:980px){.request-grid{grid-template-columns:1fr}}
@media (max-width:620px){.request-copy,.request-form{padding:22px}.request-copy h2{font-size:27px}.form-row{grid-template-columns:1fr}}

/* v1.0.3 - Barış Radyo Adana bilgileri, resmi sloganlar ve ses kontrolü */
.station-topline{
    background:linear-gradient(90deg,var(--blue-dark),var(--blue));
    color:#fff;
    font-size:13px;
    letter-spacing:.01em;
}
.station-topline .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-block:8px;
}
.station-topline strong{font-weight:900}
.station-topline span{font-weight:750;color:rgba(255,255,255,.86);font-style:italic}
.hero-slogan{
    display:inline-flex;
    width:auto;
    margin:0 0 8px!important;
    padding:10px 15px;
    border-radius:999px;
    background:#fff4f5;
    border:1px solid rgba(215,15,30,.16);
    color:var(--red)!important;
    font-weight:900;
    line-height:1.25!important;
    box-shadow:0 10px 22px rgba(215,15,30,.08);
}
.now-playing span{
    max-width:260px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.volume-control{
    display:grid;
    grid-template-columns:36px auto 1fr 36px 48px;
    align-items:center;
    gap:10px;
    margin-top:14px;
    padding:12px;
    border:1px solid #e4ecf7;
    border-radius:18px;
    background:linear-gradient(180deg,#fff,#f8fbff);
}
.volume-control label{
    font-size:13px;
    font-weight:900;
    color:var(--blue-dark);
}
.volume-control input[type="range"]{
    width:100%;
    accent-color:var(--blue);
    cursor:pointer;
}
.volume-control output{
    text-align:right;
    color:var(--muted);
    font-size:12px;
    font-weight:900;
}
.volume-step{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:12px;
    background:#eef5ff;
    color:var(--blue);
    font-size:19px;
    line-height:1;
    font-weight:950;
    cursor:pointer;
    transition:.18s ease;
}
.volume-step:hover{background:var(--blue);color:#fff;transform:translateY(-1px)}
.footer-brand p{font-size:14px}
@media (max-width:980px){
    .station-topline .container{flex-direction:column;align-items:flex-start;gap:4px}
}
@media (max-width:620px){
    .station-topline{font-size:12px}.volume-control{grid-template-columns:32px 1fr 32px 42px}.volume-control label{display:none}.now-playing span{max-width:160px}
}


/* v1.0.4 - ayet alanı: eski ayet + yenilemede farklı ayet */
.quote-card{
    justify-content:flex-start;
    text-align:left;
    min-height:92px;
}
.quote-body{
    position:relative;
    z-index:1;
    flex:1;
    min-width:0;
}
.quote-card .quote-body p{
    margin:0 0 7px;
    color:#1a2538;
    font-size:20px;
    font-weight:760;
    letter-spacing:-.01em;
}
.quote-card .quote-body strong{
    color:var(--red);
    font-size:14px;
    font-weight:950;
}
.quote-refresh{
    position:relative;
    z-index:1;
    margin-left:auto;
    border:1px solid rgba(0,87,184,.13);
    background:#fff;
    color:var(--muted);
    border-radius:999px;
    padding:8px 12px;
    font-size:12px;
    font-weight:850;
    white-space:nowrap;
}
@media (max-width:760px){
    .quote-card{align-items:flex-start;gap:14px}
    .quote-refresh{margin-left:0;white-space:normal}
}


/* v1.0.5 - aktif yayın akışı, sıradaki program ve sabit mini canlı yayın çubuğu */
.schedule-row.is-current{
    border-color:rgba(215,15,30,.18);
    background:linear-gradient(90deg,#fff4f5,#fff);
    box-shadow:0 8px 22px rgba(215,15,30,.06);
}
.schedule-row.is-current time{color:var(--red)}
.schedule-row.is-current strong{color:#111827}
.schedule-row.is-current em{
    background:var(--red);
    color:#fff;
    border-radius:999px;
    padding:4px 9px;
    font-size:11px;
    font-style:normal;
    font-weight:950;
}
.sticky-listen{
    position:fixed;
    left:50%;
    bottom:18px;
    z-index:45;
    width:min(860px,calc(100% - 30px));
    transform:translate(-50%, calc(100% + 36px));
    opacity:0;
    pointer-events:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 14px 12px 16px;
    border:1px solid rgba(0,87,184,.14);
    border-radius:24px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 55px rgba(20,40,80,.18);
    backdrop-filter:blur(18px);
    transition:.28s ease;
}
body.show-sticky-player .sticky-listen{
    transform:translate(-50%,0);
    opacity:1;
    pointer-events:auto;
}
.sticky-info{display:flex;align-items:center;gap:12px;min-width:0}
.sticky-dot{
    width:12px;height:12px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 7px rgba(215,15,30,.10);
    flex:0 0 auto;
}
.sticky-info strong{display:block;color:var(--blue-dark);font-size:15px;font-weight:950;white-space:nowrap}
.sticky-info small{display:block;color:var(--muted);font-size:12px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}
.sticky-controls{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.sticky-play{
    width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:16px;
    background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(215,15,30,.20);cursor:pointer;
}
.sticky-play svg{width:21px;height:21px;fill:currentColor;stroke:none}
.sticky-play.is-playing{background:var(--blue)}
.sticky-controls input[type="range"]{width:138px;accent-color:var(--blue);cursor:pointer}
.sticky-controls output{min-width:42px;text-align:right;font-size:12px;font-weight:900;color:var(--muted)}
body.is-audio-playing .player-card{box-shadow:0 28px 76px rgba(0,87,184,.22)}
@media (max-width:760px){
    .sticky-listen{align-items:flex-start;flex-direction:column;border-radius:20px;bottom:12px;width:calc(100% - 22px)}
    .sticky-controls{width:100%;display:grid;grid-template-columns:46px 1fr 44px}
    .sticky-controls input[type="range"]{width:100%}
    .sticky-info small{max-width:calc(100vw - 88px)}
}


/* v1.0.10 - premium hero başlığı, slogan düzeni ve ses alanı hizalama */
.hero-copy .hero-title{
    margin:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    max-width:640px;
    letter-spacing:-.065em;
    line-height:.93;
}
.hero-title-main{
    display:block;
    color:#0f172a;
    font-size:clamp(46px,5vw,78px);
    font-weight:950;
}
.hero-title-accent{
    display:block;
    color:var(--red);
    font-size:clamp(40px,4.3vw,68px);
    font-weight:950;
    line-height:.94;
    margin-top:-4px;
    text-shadow:0 14px 30px rgba(215,15,30,.14);
}
.hero-slogan{
    position:relative;
    margin:8px 0 10px!important;
    padding:12px 18px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff,#fff7f7);
    border:1px solid rgba(215,15,30,.22);
    box-shadow:0 18px 38px rgba(215,15,30,.10), inset 0 1px 0 rgba(255,255,255,.8);
}
.hero-slogan::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(90deg, rgba(215,15,30,.06), transparent 55%);
}
.player-card{
    border:1px solid rgba(0,87,184,.14);
    box-shadow:0 26px 65px rgba(8,49,111,.16);
}
.player-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:32px;
    pointer-events:none;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.player-topline strong{
    text-shadow:0 10px 24px rgba(0,0,0,.16);
}
.player-progress{
    margin-top:2px;
    height:6px;
    box-shadow:inset 0 1px 2px rgba(8,49,111,.08);
}
.volume-control{
    grid-template-columns:40px 44px 1fr 40px 52px;
    align-items:center;
    gap:12px;
    margin-top:16px;
    padding:14px 16px;
    border-radius:20px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 8px 18px rgba(0,87,184,.05);
}
.volume-control label{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    align-self:center;
    margin:0;
    min-height:40px;
    line-height:1;
    font-size:14px;
    letter-spacing:.01em;
}
.volume-control input[type="range"]{
    align-self:center;
}
.volume-control output{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    min-height:40px;
    font-size:13px;
}
.volume-step{
    width:40px;
    height:40px;
    border:1px solid rgba(0,87,184,.08);
    box-shadow:0 6px 14px rgba(0,87,184,.08);
}
@media (max-width:620px){
    .hero-copy .hero-title{gap:0;line-height:.95}
    .hero-title-main{font-size:44px}
    .hero-title-accent{font-size:38px;margin-top:0}
    .volume-control{grid-template-columns:36px 1fr 36px 46px;padding:12px}
    .volume-step{width:36px;height:36px}
}


/* v1.0.12 - tek satır hero başlığı + toparlanmış premium player */
.hero-copy .hero-title{
    margin:0;
    display:block;
    max-width:640px;
    font-size:clamp(44px,5vw,76px);
    font-weight:950;
    line-height:.96;
    letter-spacing:-.065em;
    color:#101828;
    white-space:nowrap;
    text-wrap:nowrap;
}
.hero-title-accent-inline{
    display:inline;
    color:var(--red);
    text-shadow:0 14px 28px rgba(215,15,30,.12);
}
.hero-slogan{
    position:relative;
    margin:12px 0 8px!important;
    padding:11px 16px;
    border-radius:999px;
    background:linear-gradient(180deg,#fff,#fff7f7);
    border:1px solid rgba(215,15,30,.18);
    box-shadow:0 12px 28px rgba(215,15,30,.08);
}
.player-card{
    background:linear-gradient(180deg,#ffffff 0%, #fbfdff 100%);
    border:1px solid rgba(0,87,184,.13);
    box-shadow:0 24px 58px rgba(8,49,111,.14);
}
.player-card::before{
    height:122px;
    background:linear-gradient(135deg,#0b58b5 0%, #09479b 55%, #083a86 100%);
}
.player-topline{margin-bottom:24px}
.player-topline strong{
    font-size:30px;
    letter-spacing:.02em;
    text-shadow:0 10px 22px rgba(0,0,0,.16);
}
.live-badge{box-shadow:0 8px 18px rgba(0,0,0,.08)}
.player-main{
    display:grid;
    grid-template-columns:92px 82px 1fr;
    gap:20px;
    align-items:center;
}
.player-logo{box-shadow:0 14px 26px rgba(8,49,111,.14)}
.play-button{box-shadow:0 16px 34px rgba(0,87,184,.15)}
.now-playing small{color:#1b5fc1}
.now-playing b{font-size:19px}
.equalizer{margin:24px 0 14px}
.player-progress{
    height:6px;
    background:#e8eef8;
    box-shadow:inset 0 1px 2px rgba(8,49,111,.07);
}
.player-progress span{background:linear-gradient(90deg,#1a62c7 0%, #2853b2 60%, #d70f1e 100%)}
.volume-control{
    display:grid;
    grid-template-columns:40px 34px minmax(0,1fr) 40px 48px;
    align-items:center;
    gap:12px;
    margin-top:16px;
    padding:12px 14px;
    min-height:56px;
    border:1px solid #e1e9f5;
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 8px 18px rgba(0,87,184,.05);
}
.volume-control label{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    min-height:40px;
    line-height:1;
    font-size:14px;
    font-weight:900;
    color:var(--blue-dark);
}
.volume-control input[type="range"]{
    width:100%;
    margin:0;
    align-self:center;
}
.volume-control output{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    min-height:40px;
    margin:0;
    line-height:1;
    font-size:13px;
    font-weight:900;
    color:#667085;
}
.volume-step{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border-radius:14px;
    border:1px solid rgba(0,87,184,.08);
    background:linear-gradient(180deg,#eef5ff 0%, #e5efff 100%);
    color:var(--blue);
    box-shadow:0 6px 14px rgba(0,87,184,.08);
    font-size:21px;
    line-height:1;
}
.volume-step:hover{box-shadow:0 10px 20px rgba(0,87,184,.12)}
.player-note{margin-top:12px;line-height:1.5}
@media (max-width:980px){
    .hero-copy .hero-title{white-space:normal;text-wrap:wrap}
}
@media (max-width:620px){
    .hero-copy .hero-title{font-size:42px;line-height:.98;white-space:normal}
    .player-main{grid-template-columns:68px 66px 1fr;gap:12px}
    .volume-control{grid-template-columns:36px 1fr 36px 46px;gap:10px;padding:12px}
    .volume-control label{display:none}
    .volume-step{width:36px;height:36px}
    .volume-control output{min-height:36px}
}


/* v1.0.13 - gerçek tek satır başlık + toparlanmış premium player */
.hero-grid{
    grid-template-columns:1.08fr .92fr;
    gap:48px;
}
.hero-copy .hero-title{
    max-width:none;
    width:auto;
    font-size:clamp(40px,4.4vw,66px);
    line-height:.94;
    letter-spacing:-.065em;
    white-space:nowrap;
    text-wrap:nowrap;
}
.hero-title-accent-inline{
    display:inline;
    color:var(--red);
    text-shadow:0 12px 26px rgba(215,15,30,.12);
}
.hero-slogan{
    margin-top:14px !important;
    box-shadow:0 12px 28px rgba(215,15,30,.08), inset 0 1px 0 rgba(255,255,255,.85);
}
.player-card{
    background:linear-gradient(180deg,#ffffff 0%, #fbfdff 100%);
    border:1px solid rgba(0,87,184,.14);
    box-shadow:0 26px 64px rgba(8,49,111,.15);
}
.player-card::before{
    height:120px;
    background:linear-gradient(135deg,#0b58b5 0%, #0a4b9e 58%, #083c88 100%);
}
.player-main{
    display:grid;
    grid-template-columns:88px 78px 1fr;
    gap:18px;
    align-items:center;
    margin-top:6px;
}
.now-playing{
    align-self:start;
    margin-top:14px;
    background:#fff;
    border:1px solid #e8eef8;
    border-radius:18px;
    padding:14px 16px 12px;
    box-shadow:0 10px 24px rgba(8,49,111,.08);
}
.now-playing small{
    display:block;
    color:#1d5fbe;
    font-weight:900;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:.09em;
    margin-bottom:6px;
}
.now-playing b{
    display:block;
    font-size:18px;
    line-height:1.2;
    margin:0 0 7px;
    color:#101828;
}
.now-playing span{
    display:flex;
    align-items:center;
    gap:7px;
    color:var(--red);
    font-size:13px;
    font-weight:800;
    white-space:normal;
    max-width:none;
    overflow:visible;
    text-overflow:clip;
}
.equalizer{
    margin:22px 0 14px;
}
.player-progress{
    height:6px;
}
.volume-control{
    grid-template-columns:40px 32px minmax(0,1fr) 40px 46px;
    align-items:center;
    gap:12px;
    margin-top:16px;
    padding:12px 14px;
    min-height:56px;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%);
    border:1px solid #e2eaf6;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 8px 16px rgba(0,87,184,.05);
}
.volume-control label{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    min-height:40px;
    font-size:14px;
    font-weight:900;
    line-height:1;
    color:var(--blue-dark);
}
.volume-control input[type="range"]{
    width:100%;
    margin:0;
    align-self:center;
}
.volume-control output{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    min-height:40px;
    margin:0;
    font-size:13px;
    font-weight:900;
    line-height:1;
}
.volume-step{
    width:40px;
    height:40px;
    border-radius:14px;
    font-size:20px;
    box-shadow:0 6px 14px rgba(0,87,184,.08);
}
.player-note{
    margin-top:12px;
    line-height:1.5;
}
@media (max-width:1100px){
    .hero-copy .hero-title{font-size:clamp(36px,4.2vw,56px)}
}
@media (max-width:980px){
    .hero-grid{grid-template-columns:1fr;gap:28px}
    .hero-copy .hero-title{white-space:normal;text-wrap:wrap}
}
@media (max-width:620px){
    .hero-copy .hero-title{font-size:42px;line-height:.98}
    .player-main{grid-template-columns:68px 66px 1fr;gap:12px}
    .now-playing{margin-top:8px;padding:12px 13px}
    .volume-control{grid-template-columns:36px 1fr 36px 46px;gap:10px;padding:12px}
    .volume-control label{display:none}
    .volume-step{width:36px;height:36px}
}


/* v1.0.15 - gerçek kök sebep fix: index markup + güçlü tek satır hero başlığı */
@media (min-width:981px){
  .hero-copy h1.hero-title.hero-title-row{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:flex-end !important;
    gap:.10em !important;
    width:max-content !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(36px,3.8vw,58px) !important;
    line-height:.95 !important;
    letter-spacing:-.055em !important;
    white-space:nowrap !important;
    text-wrap:nowrap !important;
    word-break:keep-all !important;
  }
  .hero-copy h1.hero-title.hero-title-row .hero-word-dark,
  .hero-copy h1.hero-title.hero-title-row .hero-word-red{
    display:inline-block !important;
    margin:0 !important;
    padding:0 !important;
    white-space:nowrap !important;
    line-height:1 !important;
    font-size:1em !important;
    font-weight:950 !important;
    letter-spacing:inherit !important;
  }
  .hero-copy h1.hero-title.hero-title-row .hero-word-dark{color:#101828 !important;}
  .hero-copy h1.hero-title.hero-title-row .hero-word-red{color:var(--red) !important;text-shadow:0 12px 22px rgba(215,15,30,.12) !important;}
}
@media (max-width:980px){
  .hero-copy h1.hero-title.hero-title-row{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:.08em !important;
    white-space:normal !important;
    width:auto !important;
    font-size:42px !important;
    line-height:.98 !important;
  }
  .hero-copy h1.hero-title.hero-title-row .hero-word-dark,
  .hero-copy h1.hero-title.hero-title-row .hero-word-red{
    font-size:1em !important;
    font-weight:950 !important;
  }
}
