*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background: url("images/02.jpg") center/cover fixed no-repeat;
  padding-bottom: clamp(32px, 8vw, 120px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
svg,
iframe,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-illustration {
  display: none;
}

.player-wrapper {
  width: min(100%, 500px);
  max-width: 500px;
  margin: 20px auto 0;
  padding: 0 12px;
}

.player-wrapper iframe {
  width: 100%;
  max-width: 500px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border: 0;
}

.header-logo {
  max-width: 300px;
  width: min(100%, 300px);
  height: auto;
  display: block;
  margin: 0 auto 0;
}

.audio-visualizer {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: min(100%, 500px);
  max-width: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding: 0 0 8px;
  margin: 8px auto 0;
  pointer-events: none;
  z-index: 8;
}

.audio-visualizer::before {
  content: "";
  position: absolute;
  inset: 0 6px 0 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.03));
  box-shadow: 0 0 26px rgba(255,255,255,0.14);
  z-index: 0;
}

.audio-visualizer .bar {
  position: relative;
  z-index: 1;
  width: 4px;
  height: var(--bar-height, 22px);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.76) 100%);
  box-shadow: 0 0 6px rgba(255,255,255,0.9), 0 0 14px rgba(255,255,255,0.45);
  opacity: 0.75;
  animation: visualizerPulse 1.1s ease-in-out infinite alternate;
  transition: height 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}

.audio-visualizer .bar:nth-child(odd) {
  animation-duration: 0.92s;
}

.audio-visualizer .bar:nth-child(3n) {
  animation-duration: 1.18s;
}

@keyframes visualizerPulse {
  0% {
    transform: scaleY(0.32);
    opacity: 0.45;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .player-wrapper {
    padding: 0 8px;
  }

  .audio-visualizer {
    width: 100%;
    gap: 4px;
    padding: 0 0 6px;
  }

  .audio-visualizer .bar {
    width: 3px;
  }

  .programcilar-section {
    margin-top: 0;
    padding: 0 12px 12px;
  }

  .programcilar-content {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .programcilar-image {
    width: min(100%, 160px);
    margin-bottom: 12px;
  }

  .programcilar-content h2 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 6px;
  }

  .programcilar-content p {
    font-size: 0.72rem;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 0.5rem;
  }

  .programcilar-content p strong {
    display: block;
    font-size: 0.82rem;
    margin-bottom: 0.4rem;
  }

  .u-section-1 .u-sheet-1 {
    min-height: auto;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
  }

  .u-section-1 .u-container-layout-1 {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }
}

.programcilar-section {
  margin: 24px auto 0;
  padding: 0 24px 48px;
}

.programcilar-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 100%);
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.programcilar-image {
  display: block;
  width: min(100%, 220px);
  height: auto;
  margin: 0 auto 16px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.programcilar-content h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #ffffff;
}

.programcilar-content p {
  margin: 0;
  font-size: 0.72rem;
  color: #ffffff;
  line-height: 1.35;
}

.u-section-1 .u-sheet-1 {
  min-height: 720px;
  border-radius: 0 0 32px 32px;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86) 0%, rgba(232, 244, 255, 0.84) 50%, rgba(255, 238, 214, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 12px 30px rgba(0,0,0,0.10);
}

.u-section-1 .u-container-layout-1 {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.u-section-1 .u-layout-wrap-1 {
  margin: 12px 0 12px auto;
}

..header-logo {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 620px;
}

.u-section-1 .u-container-layout-1 {
  padding: 20px 40px 20px 30px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  backdrop-filter: blur(8px);
}

.u-section-1 .u-text-1 {
  text-transform: none;
  letter-spacing: 3px;
  margin: 0;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 3.75rem;
  margin: 26px 0 0;
}

.u-section-1 .u-text-3 {
  margin: 52px 0 0;
}

.u-section-1 .u-text-4 {
  margin: 20px 0 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  padding: 0;
}

.u-section-1 .u-btn-2 {
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  background-image: none;
  margin: 52px auto 0 0;
  padding: 20px 55px 21px 54px;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 620px;
}

.u-section-1 .u-container-layout-2 {
  padding-top: 30px;
  padding-bottom: 0;
}

.u-section-1 .u-shape-1 {
  width: 246px;
  height: 246px;
  margin: 9px auto 0 0;
}

.u-section-1 .u-image-1 {
  width: 510px;
  height: 510px;
  background-image: url("images/4971d976-00ae-cd05-8996-a449c15a65c0.jpg");
  background-position: 50% 50%;
  margin: -128px 0 0 auto;
}

.u-section-1 .u-image-2 {
  width: 279px;
  height: 279px;
  box-shadow: 5px 5px 18px 1px rgba(0,0,0,0.4);
  background-image: url("images/radio-concept-with-microphone_23-2148681169.jpg");
  background-position: 50% 50%;
  margin: -139px auto 0 0;
}

.u-section-1 .u-shape-2 {
  width: 114px;
  height: 114px;
  margin: -58px 134px 0 auto;
  background-color: #002b55;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 945px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: -16px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 865px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-right: 45px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3.125rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 865px;
  }

  .u-section-1 .u-shape-1 {
    width: 216px;
    height: 216px;
  }

  .u-section-1 .u-image-1 {
    width: 470px;
    height: 470px;
    margin-top: -98px;
    margin-right: auto;
    margin-left: 0;
  }

  .u-section-1 .u-image-2 {
    width: 261px;
    height: 261px;
    margin-top: -135px;
    margin-left: 9px;
  }

  .u-section-1 .u-shape-2 {
    margin-top: -11px;
    margin-right: 77px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 850px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: 40px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 770px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 30px;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.5rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 770px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 30px;
  }

  .u-section-1 .u-shape-1 {
    width: 174px;
    height: 174px;
    margin-top: 0;
  }

  .u-section-1 .u-image-1 {
    width: 360px;
    height: 360px;
  }

  .u-section-1 .u-image-2 {
    width: 246px;
    height: 246px;
    margin-top: -74px;
  }

  .u-section-1 .u-shape-2 {
    width: 87px;
    height: 87px;
    margin-top: -6px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 991px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3.125rem;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 745px;
  }

  .u-section-1 .u-shape-1 {
    width: 211px;
    height: 211px;
    margin-top: 14px;
  }

  .u-section-1 .u-image-1 {
    width: 464px;
    height: 464px;
    margin-top: -170px;
    margin-right: 0;
    margin-left: auto;
  }

  .u-section-1 .u-image-2 {
    width: 272px;
    height: 272px;
    margin-top: -162px;
  }

  .u-section-1 .u-shape-2 {
    width: 115px;
    height: 115px;
    margin-top: -66px;
    margin-right: 86px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-container-layout-1 {
    padding-top: 30px;
  }

  .u-section-1 .u-text-2 {
    font-size: 3rem;
  }
}
body {
  position: relative;
  min-height: 100vh;
  background: url("images/sunset.jpg") center/cover fixed no-repeat;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: -1;
}
.u-section-1 .u-sheet-1 {
  min-height: auto !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.u-section-1 .u-layout-wrap-1 {
  margin: 0 0 12px auto;
}

.u-section-1 .u-container-layout-1 {
  padding-top: 8px;
  padding-bottom: 12px;
}

.u-section-1 .u-container-layout-2 {
  padding-top: 6px;
}
  .u-section-1 .u-layout-cell-2 {
    min-height: 721px;
  }

  .u-section-1 .u-shape-1 {
    width: 170px;
    height: 170px;
    margin-left: 31px;
  }

  .u-section-1 .u-image-1 {
    width: 330px;
    height: 330px;
    margin-top: -84px;
    margin-right: auto;
    margin-left: 10px;
  }

  .u-section-1 .u-image-2 {
    width: 197px;
    height: 197px;
    margin-top: -61px;
    margin-left: 25px;
  }

  .u-section-1 .u-shape-2 {
    margin-top: -20px;
    margin-right: 40px;
  }
}

.contact-footer {
  background: linear-gradient(135deg, #0d2a4a 0%, #123b63 100%);
  color: #0f2742;
  padding: 24px 20px;
  backdrop-filter: blur(8px);
}

.contact-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f2742;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.contact-link .contact-icon {
  color: #0f2742;
}

.contact-link:hover {
  color: #f0aa1d;
}

.contact-icon {
  min-width: 20px;
  min-height: 20px;
}

@media (max-width: 991px) {
  .u-layout-row {
    flex-wrap: wrap;
  }

  .u-layout-cell {
    width: 100% !important;
    min-height: auto !important;
  }

  .u-section-1 .u-sheet-1 {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-1 .u-container-layout-1,
  .u-section-1 .u-container-layout-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .u-section-1 .u-image-1,
  .u-section-1 .u-image-2,
  .u-section-1 .u-shape-1 {
    display: none;
  }

  .u-section-1 .u-shape-2 {
    display: block !important;
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 92px;
    height: 92px;
    margin: 0;
  }

  .player-wrapper {
    width: 100% !important;
    margin: 20px 0 0;
  }

  .player-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.4rem;
  }

  .u-section-1 .u-text-3 {
    margin-top: 24px;
  }

  .contact-footer-inner {
    flex-direction: column;
    align-items: center;
  }
}

.u-section-1 .u-container-layout-2 {
  position: relative;
}

.u-section-1 .u-image-2 {
  position: relative;
  z-index: 1;
}

.u-section-1 .u-shape-2 {
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 114px;
  height: 114px;
  margin: 0;
  z-index: 2;
}

@media (max-width: 1199px) {
  .u-section-1 .u-shape-2 {
    width: 94px;
    height: 94px;
    right: 22px;
    bottom: 14px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-shape-2 {
    width: 84px;
    height: 84px;
    right: 18px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-shape-2 {
    width: 96px;
    height: 96px;
    right: 24px;
    bottom: 12px;
  }

  .header-logo {
    max-width: 260px;
    margin-top: 16px;
  }

  .u-section-1 .u-sheet-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .u-section-1 .u-container-layout-1,
  .u-section-1 .u-container-layout-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .player-wrapper {
    width: 100% !important;
    margin-top: 18px;
  }

  .contact-footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-link {
    justify-content: flex-start;
    width: 100%;
  }
}
