@font-face {
  font-family: "TeleNeoRegular";
  src: url("../fonts/TeleNeo-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoMedium";
  src: url("../fonts/TeleNeo-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoBold";
  src: url("../fonts/TeleNeo-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoExtraBold";
  src: url("../fonts/TeleNeo-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body.wcs-locked {
  overflow: hidden;
}

.wcs-custom-page {
  position: relative;
  font-size: 15px;
  color: #000;
  font-family: "TeleNeoRegular";
  text-align: center;
  overflow: hidden;
}

.wcs-network * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.48px;
}

.wcs-custom-page strong {
  font-weight: normal;
  font-family: "TeleNeoBold";
}

.wcs-custom-page a {
  color: inherit;
}

.wcs-clear {
  clear: both;
}

.wcs-custom-page img {
  width: auto;
  max-width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////// */
/*
.wcs-custom-page ul,
.wcs-custom-page li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.wcs-custom-page li{
    padding: 3px 0 3px 15px;
    position: relative;
}

.wcs-custom-page li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #47B149;
}
*/

/* ///////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-pdp-pack {
  max-width: 1130px;
  margin: 0 auto 16px auto;
  padding: 60px 0px 44px 0px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 16px;
}

.wcs-pdp-pack .wcs-title {
  color: #fff;
  text-align: center;
  font-size: 31px;
  font-family: "TeleNeoBold";
  line-height: 110%;
  letter-spacing: -0.74px;
  padding: 0px 0 46px 0;
}

.wcs-pdp-pack .wcs-text {
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.34px;
  padding: 0 0 37px 0;
  max-width: 820px;
  margin: 0 auto;
}

.wcs-pdp-pack .wcs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.wcs-pdp-pack .wcs-row .wcs-content {
  padding: 0 0 0 65px;
  text-align: left;
  flex: 0 1 40%; /* cap the text column so the poster can take the rest */
}

/* give the poster the majority of the row and push it to the right edge */
.wcs-pdp-pack .wcs-row .wcs-photo {
  flex: 1 1 60%;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.wcs-pdp-pack .wcs-row .wcs-photo img {
  max-width: 530px !important; /* larger poster; !important beats the remote wcs_static sheet */
  width: 100% !important;
  display: block;
}

.wcs-pdp-pack .wcs-tab-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.wcs-pdp-pack .wcs-tab-menu .wcs-item {
  font-size: 17px;
  cursor: pointer;
}

/* circular icon buttons: dark-grey filled, white icon */
.wcs-pdp-pack .wcs-tab-menu .wcs-item .wcs-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms;
}

/* active button: white fill, dark icon, magenta ring with a thin black gap */
.wcs-pdp-pack .wcs-tab-menu .wcs-item.wcs-active .wcs-icon {
  background: #fff;
  box-shadow:
    0 0 0 3px #000,
    0 0 0 5px #e20074;
}

.wcs-pdp-pack .wcs-tab-menu .wcs-item .wcs-icon img {
  display: block;
  width: 30px;
  height: 30px;
}

.wcs-pdp-pack .wcs-tab-menu .wcs-item:not(.wcs-active) .wcs-icon img {
  filter: brightness(0) invert(1);
}

/* active icon on the white circle: force it black (the source SVGs are green) */
.wcs-pdp-pack .wcs-tab-menu .wcs-item.wcs-active .wcs-icon img {
  filter: brightness(0);
}

.wcs-pdp-pack .wcs-tab-contents {
  padding: 32px 10px 0 10px;
  width: 60%;
  display: grid; /* stack every category block in one cell so the box is always as
                    tall as the tallest — switching category no longer resizes the pack */
  grid-template-columns: minmax(0, 1fr); /* keep text wrapping to the column width
                    instead of expanding to max-content (which shrank the poster) */
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content {
  grid-area: 1 / 1;
  visibility: hidden;
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content.wcs-active {
  visibility: visible;
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content .wcs-content-title {
  color: #f2f2f3;
  font-size: 24px;
  line-height: 120%;
  font-family: "TeleNeoExtraBold";
  letter-spacing: -0.24px;
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content .wcs-content-text {
  padding: 12px 0 0 0;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.15px;
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content .wcs-content-logo {
  padding: 20px 0 0 0;
}

.wcs-pdp-pack .wcs-tab-contents .wcs-tab-content .wcs-content-logo img {
  height: 44px;
  width: auto;
  display: block;
}

.wcs-pdp-pack .wcs-copy {
  padding: 40px 0 0px 0;
  font-size: 17px;
  max-width: 1070px;
  margin: 0 auto;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab {
  display: none;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab.wcs-active {
  display: block;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items {
  max-width: 1040px;
  margin: 45px auto 0 auto;
  padding: 0 45px;
  border-radius: 20px;
  display: block;
  white-space: nowrap;
  overflow-x: auto;       /* scroll the row instead of clipping the logos past the width */
  text-align: left;       /* start from the left so the first logos are flush, not centred */
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item {
  /* uniform 60px slot (overrides the inline height:50px on each item) so the
     taller cinema logos and the 80x50 ones share one centre line; the
     flex centres each logo inside its slot both ways */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px !important;
  margin: 0 24px 0 0;
  vertical-align: middle;
  text-align: center;
}

/* slick floats its slides (top-aligned), so make the track a centred flex row —
   keeps every logo on the same centre line even though the 3 cinema tiles
   are a touch taller than the rest (80x50) */
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .slick-track {
  display: flex;
  align-items: center;
}

/* uniform 80x50 logo slot; contain = no distortion.
   !important beats the remote cosmote wcs_static stylesheet loaded in the head. */
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img {
  width: 80px !important;
  height: 50px !important;
  object-fit: contain !important;
}

/* the 3 magenta CINEMA wordmarks read a touch small in the plain 80x50 box, so
   give just these a larger 88x60 slot (series/history stay at 80x50) */
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img[src*="/cinema1.png"],
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img[src*="/cinema2.png"],
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img[src*="/cinema3.png"] {
  width: 88px !important;
  height: 60px !important;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img[src*="/sports-pack/sports"] {
  width: 80px !important;
  height: 50px !important;
}
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item {
  width: auto !important;
  vertical-align: middle;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .slick-prev {
  width: 32px;
  height: 32px;
  background: url("../images/wcs/icon-prev3.svg") no-repeat center center;
  transform: translate(-100%, 0%);
  top: 10px;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .slick-next {
  width: 32px;
  height: 32px;
  background: url("../images/wcs/icon-next3.svg") no-repeat center center;
  transform: translate(100%, 0%);
  top: 10px;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .slick-prev::before,
.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .slick-next::before {
  display: none;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item {
  display: inline-flex;
  margin: 0 24px 0 0;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items::-webkit-scrollbar {
  display: none;
}

.wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.wcs-lightbox .wcs-back-close {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wcs-lightbox .wcs-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 720px;
  max-height: 420px;
  height: 45vh;
  background: #000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  z-index: 10;
}

.wcs-lightbox .wcs-content iframe {
  display: block;
}

.wcs-lightbox .wcs-content .wcs-close::before {
  content: "✕";
}

.wcs-lightbox .wcs-content .wcs-close {
  position: absolute;
  right: 0px;
  top: -30px;
  color: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-intro {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: left;
  padding: 80px 0 56px 0;
}

.wcs-intro .wcs-title {
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 31px;
  line-height: 120%;
  letter-spacing: -0.31px;
}

.wcs-intro .wcs-text {
  color: #212121;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-gift {
  max-width: 1130px;
  border-radius: 16px;
  border: 1px solid #808080;
  background: url("../images/wcs/bg-gift.png") no-repeat right center;
  background-size: cover;
  margin: 0 auto 16px auto;
  padding: 56px 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.wcs-gift .wcs-content {
  text-align: left;
}

.wcs-gift .wcs-content .wcs-offer {
  border-radius: 50px;
  background: #fff;
  padding: 7px 15px 9px 15px;
  color: #e20074;
  text-align: right;
  font-family: "TeleNeoBold";
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: inline-block;
}

.wcs-gift .wcs-content .wcs-title {
  color: #fff;
  font-family: "TeleNeoExtraBold";
  font-size: 46px;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding: 26px 0 0 0;
}

.wcs-product .wcs-photo img {
  max-width: 100%;
  width: auto;
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-product {
  max-width: 1130px;
  border-radius: 16px;
  border: 1px solid #808080;
  background: #fff;
  margin: 0 auto 16px auto;
  padding: 34px 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.wcs-product .wcs-content {
  text-align: left;
}

.wcs-product .wcs-content .wcs-inclusive {
  border-radius: 50px;
  background: #e20074;
  padding: 5px 15px 7px 15px;
  color: #f2f2f3;
  text-align: right;
  font-family: "TeleNeoBold";
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.15px;
  display: inline-block;
}

.wcs-product .wcs-content .wcs-title {
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding: 26px 0;
}

.wcs-product .wcs-content .wcs-text {
  color: #212121;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -0.34px;
  max-width: 390px;
}

.wcs-product .wcs-content .wcs-text ul,
.wcs-product .wcs-content .wcs-text li {
  margin: 0px;
  padding: 0px;
}

.wcs-product .wcs-content .wcs-text li {
  margin: 0 0 0 15px;
  padding: 6px 0;
}

.wcs-product .wcs-content .wcs-text li::marker {
  color: #e20074;
}

.wcs-product .wcs-photo img {
  max-width: 100%;
  width: auto;
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-plans {
  background: #000;
  padding: 80px 20px;
}

.wcs-plans .wcs-title {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 0 54px 0;
  color: #fff;
  font-family: "TeleNeoExtraBold";
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-align: left;
}

.wcs-net-items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.wcs-net-items .wcs-item {
  width: 366px;
  padding: 16px 16px 24px 16px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  text-align: left;
  color: #fff;
}

.wcs-net-items .wcs-item .wcs-item-title-row {
  padding: 12px 0 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wcs-net-items .wcs-item .wcs-item-title {
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.21px;
  font-family: "TeleNeoExtraBold";
}

.wcs-net-items .wcs-item .wcs-item-price {
  font-size: 13px;
  line-height: 100%;
  text-align: right;
}

.wcs-net-items .wcs-item .wcs-item-price strong {
  font-family: "TeleNeoExtraBold";
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.24px;
  font-weight: normal;
}

.wcs-net-items .wcs-item .wcs-item-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #dcdcdc;
}

.wcs-net-items .wcs-item .wcs-item-option {
  background: url("../images/wcs/icon-option2-1.svg") no-repeat left center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.28px;
  padding: 8px 0 8px 40px;
}

.wcs-net-items .wcs-item .wcs-item-option.wcs-o2 {
  background-image: url("../images/wcs/icon-option2-2.svg");
}

.wcs-net-items .wcs-item .wcs-item-option.wcs-o3 {
  background-image: url("../images/wcs/icon-option2-3.svg");
}

.wcs-net-items .wcs-item .wcs-item-more {
  padding: 13px 16px;
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "TeleNeoExtraBold";
  font-size: 13px;
  line-height: 100%;
  transition: all 300ms;
}

.wcs-net-items .wcs-item .wcs-item-more:hover {
  background: #fff;
  color: #000;
}

.wcs-plans .wcs-disclaimer {
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.13px;
  padding: 32px 0 0 0;
  max-width: 984px;
  margin: 0 auto;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-netflix {
  max-width: 1130px;
  margin: 0 auto 16px auto;
  position: relative;
}

.wcs-netflix .wcs-bg img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.wcs-netflix .wcs-bg img.wcs-img-mob {
  display: none;
}

.wcs-netflix .wcs-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fff;
  text-align: left;
  gap: 18px;
}

.wcs-netflix .wcs-content .wcs-title {
  font-family: "TeleNeoExtraBold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.wcs-netflix .wcs-content .wcs-text {
  font-size: 18px;
  letter-spacing: -0.18px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-android-tv {
  max-width: 1130px;
  margin: 0 auto;
  padding: 60px 70px 70px 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  background: #000;
}

.wcs-android-tv .wcs-content {
  text-align: left;
}

.wcs-android-tv .wcs-content .wcs-title {
  color: #fff;
  font-family: "TeleNeoExtraBold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding: 0 0 26px 0;
}

.wcs-android-tv .wcs-content .wcs-text {
  color: #fff;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -0.34px;
  max-width: 390px;
}

.wcs-android-tv .wcs-content .wcs-text ul,
.wcs-android-tv .wcs-content .wcs-text li {
  margin: 0px;
  padding: 0px;
}

.wcs-android-tv .wcs-content .wcs-text li {
  margin: 0 0 0 15px;
  padding: 6px 0;
}

.wcs-android-tv .wcs-content .wcs-text li::marker {
  color: #e20074;
}

/* take the remaining width and push the image to the right edge, so shrinking
   it keeps it hugging the right instead of drifting left */
.wcs-android-tv .wcs-photo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.wcs-android-tv .wcs-photo img {
  max-width: 320px; /* smaller than before — tweak this number for size */
  width: 100%;
  display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-streaming {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 60px 0;
}

.wcs-streaming .wcs-title {
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.4px;
  padding: 0 0 64px 0;
}

.wcs-streaming .wcs-items {
  font-size: 0px;
}

/* the cards carry large cover photos, so dragging the slick track repaints
   those images every frame and stutters. Promote the track + each slide to
   their own GPU layer so the drag just moves composited layers instead. */
.wcs-streaming .wcs-items .slick-track {
  will-change: transform;
}
.wcs-streaming .wcs-items .wcs-item {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* keep the carousel clipped inside the column instead of letting the
   405px cards bleed out to the viewport edge — drag to reveal the rest */
.wcs-streaming .slick-list {
  overflow: hidden;
}

.wcs-streaming .wcs-items .wcs-item {
  display: inline-block;
  vertical-align: top;
  width: 405px;
  height: 740px;
  font-size: 15px;
  margin: 0 15px 0 0;
  /* light-grey card by default; photo cards (i3+) set their own image below */
  background: #f1f1f1 no-repeat center bottom;
  background-size: cover;
  border-radius: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  gap: 24px;
  padding: 40px 32px;
  text-align: left;
}

/* card 1: devices illustration sitting along the bottom of the grey card */
.wcs-streaming .wcs-items .wcs-item.wcs-i1 {
  background-image: url("../images/img-services1-1.png");
  background-size: contain;
}
/* card 2: TV + clock line icon, centered lower on the grey card */
.wcs-streaming .wcs-items .wcs-item.wcs-i2 {
  background-image: url("../images/tvicon.png");
  background-position: center 62%;
  background-size: 200px auto;
}
.wcs-streaming .wcs-items .wcs-item.wcs-i3 {
  background-image: url("../images/wcs/img-services3.jpg");
}
.wcs-streaming .wcs-items .wcs-item.wcs-i4 {
  background-image: url("../images/wcs/img-services4.png");
  background-position: center bottom;
  background-size: contain;
}
/* decoder card: grey with the set-top-box image sitting at the bottom */
.wcs-streaming .wcs-items .wcs-item.wcs-i5 {
  background: #f1f1f1 url("../images/apokodikopoitis.png") no-repeat center bottom;
  background-size: contain;
}
.wcs-streaming .wcs-items .wcs-item.wcs-i6 {
  background-image: url("../images/wcs/img-services6.jpg");
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-title {
  color: #f2f2f3;
  font-family: "TeleNeoExtraBold";
  font-size: 31px;
  line-height: 120%;
  letter-spacing: -0.31px;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-text {
  font-size: 15px;
  color: #f2f2f3;
  line-height: 140%;
  letter-spacing: -0.15px;
}

/* the light-grey cards use dark copy (photo cards keep the white above) */
.wcs-streaming .wcs-items .wcs-item.wcs-i1 .wcs-item-title,
.wcs-streaming .wcs-items .wcs-item.wcs-i2 .wcs-item-title,
.wcs-streaming .wcs-items .wcs-item.wcs-i5 .wcs-item-title {
  color: #212121;
}

.wcs-streaming .wcs-items .wcs-item.wcs-i1 .wcs-item-text,
.wcs-streaming .wcs-items .wcs-item.wcs-i2 .wcs-item-text,
.wcs-streaming .wcs-items .wcs-item.wcs-i5 .wcs-item-text {
  color: #616161;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-text ul,
.wcs-streaming .wcs-items .wcs-item .wcs-item-text li {
  margin: 0px;
  padding: 0px;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-more {
  padding: 12px 16px;
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  color: #fff;
  font-family: "TeleNeoExtraBold";
  font-size: 13px;
  line-height: 100%;
  transition: all 300ms;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-more:hover {
  background: #fff;
  color: #000;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-tips {
  background: #fff;
  padding: 80px 20px;
}

.wcs-tips .wcs-title {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 0 54px 0;
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-align: left;
}

.wcs-tips .wcs-items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  max-width: 1130px;
  max-width: 1268px;
  margin: 0 auto;
}

/* step cards: light grey per the design, Βήμα 1 (wcs-i1) magenta, no tip icons */
.wcs-tips .wcs-items .wcs-item {
  width: calc(25% - 12px);
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  background: #f1f1f1;
  text-align: left;
}

.wcs-tips .wcs-items .wcs-item.wcs-i1 {
  background: #e20074;
  border-color: #e20074;
}

.wcs-tips .wcs-items .wcs-item .wcs-item-title {
  padding: 0 0 16px 0;
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.21px;
}

.wcs-tips .wcs-items .wcs-item .wcs-item-text {
  color: #616161;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.15px;
}

/* Βήμα 1 sits on magenta — its text is white */
.wcs-tips .wcs-items .wcs-item.wcs-i1 .wcs-item-title,
.wcs-tips .wcs-items .wcs-item.wcs-i1 .wcs-item-text {
  color: #fff;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-gen-text {
  padding: 80px 20px;
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
}

.wcs-gen-text .wcs-title {
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 31px;
  line-height: 120%;
  letter-spacing: -0.31px;
  padding: 0 0 30px 0;
}

.wcs-gen-text .wcs-text {
  color: #212121;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.18px;
}

.wcs-gen-text .wcs-text p {
  line-height: 140%;
  margin: 0px;
  padding: 0px 0 20px 0;
}

.wcs-gen-text .wcs-text p:last-child {
  padding: 0px;
}

.wcs-gen-text .wcs-text p a {
  text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

.wcs-faq {
  padding: 0px 20px 58px 20px;
}

.wcs-faq .wcs-title {
  color: #212121;
  font-family: "TeleNeoExtraBold";
  font-size: 31px;
  line-height: 120%;
  letter-spacing: -0.31px;
  padding: 0 0 32px 0;
}

.wcs-faq .wcs-tab-menu {
  padding: 0 0 48px 0;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 16px;
}

.wcs-faq .wcs-tab-menu a {
  display: block;
  padding: 15px 30px;
  border-radius: 45px;
  background: #fff;
  border: 1px solid #dcdcdc;

  color: #000;
  text-align: center;
  font-family: "TeleNeoExtraBold";
  font-size: 17px;
  line-height: 100%;
  letter-spacing: -0.34px;
  transition: all 200ms;
}

.wcs-faq .wcs-tab-menu a.wcs-active {
  background: #e20074;
  border-color: #e20074;
  color: #fff;
}

.wcs-faq .wcs-tab {
  display: none;
  max-width: 1130px;
  margin: 0 auto;
  text-align: left;
}

.wcs-faq .wcs-tab.wcs-active {
  display: block;
}

.wcs-faq .wcs-tab .wcs-item-q {
  display: block;
  padding: 26px 60px 26px 0;
  color: #212121;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.16px;
  position: relative;
}

.wcs-faq .wcs-tab .wcs-item-q::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  background: url("../images/wcs/icon-faq.svg") no-repeat center center;
  transition: all 300ms;
}

.wcs-faq .wcs-tab .wcs-item-q.wcs-active::after {
  transform: translate(0, -50%) rotate(180deg);
}

.wcs-faq .wcs-tab .wcs-item-ans {
  color: #212121;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.16px;
  padding: 0 0 30px 0;
  display: none;
}

.wcs-faq .wcs-tab .wcs-item-ans a {
  text-decoration: underline;
}

.wcs-faq .wcs-tab .wcs-item-ans ul,
.wcs-faq .wcs-tab .wcs-item-ans li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.wcs-faq .wcs-tab .wcs-item-ans li {
  margin: 0 0 0 15px;
  list-style-type: disc;
}

.wcs-faq .wcs-tab .wcs-item-ans p {
  margin: 0px;
  padding: 0px;
}

.wcs-faq .wcs-tab .wcs-item-ans p:last-child {
  padding: 0px;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1159px) {
  .wcs-intro,
  .wcs-gift,
  .wcs-product,
  .wcs-pdp-pack,
  .wcs-netflix,
  .wcs-android-tv,
  .wcs-streaming,
  .wcs-gen-text,
  .wcs-faq {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1139px) {
  .wcs-gift {
    padding: 56px 50px;
  }
  .wcs-product {
    padding: 34px 50px;
  }

  .wcs-pdp-pack .wcs-row .wcs-content {
    padding: 0 20px 0 47px;
  }

  .wcs-android-tv {
    padding: 70px 40px 70px 48px;
  }

  .wcs-netflix .wcs-content {
    padding: 0 0 0 55px;
  }
}

@media screen and (max-width: 959px) {
  .wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items {
    max-width: 547px;
  }

  .wcs-tips .wcs-items {
    flex-wrap: wrap;
  }

  .wcs-tips .wcs-items .wcs-item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 767px) {
  .wcs-intro,
  .wcs-gift,
  .wcs-product,
  .wcs-pdp-pack,
  .wcs-netflix,
  .wcs-android-tv,
  .wcs-streaming,
  .wcs-gen-text,
  .wcs-faq {
    margin-left: 15px;
    margin-right: 15px;
  }

  .wcs-intro {
    padding: 30px 0px;
    flex-direction: column;
    gap: 24px;
  }

  .wcs-intro .wcs-text {
    font-size: 15px;
  }

  .wcs-gift {
    border-radius: 12px;
    flex-direction: column;
    gap: 24px;
    padding: 35px;
    text-align: center;
  }

  .wcs-gift .wcs-content {
    text-align: center;
  }

  .wcs-product {
    flex-direction: column;
    padding: 35px 20px;
  }

  .wcs-gift .wcs-content .wcs-title {
    font-size: 34px;
  }

  .wcs-pdp-pack {
    padding: 46px 20px;
  }

  .wcs-pdp-pack .wcs-title {
    font-size: 22px;
  }

  .wcs-pdp-pack .wcs-title br {
    display: none;
  }

  .wcs-pdp-pack .wcs-row .wcs-content {
    padding: 0px;
  }

  .wcs-pdp-pack .wcs-row {
    flex-direction: column-reverse;
  }

  .wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items {
    max-width: 58vw;
  }

  .wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item {
    display: inline-block;
    margin: 0 13px 0 0;
  }

  .wcs-pdp-pack .wcs-tabs .wcs-tab .wcs-items .wcs-item img {
    height: 45px;
    margin: 5px 0 0 0;
  }

  .wcs-android-tv {
    flex-direction: column;
    padding: 35px 20px;
  }

  .wcs-streaming .wcs-title {
    font-size: 29px;
    padding: 0 0 44px 0;
  }

  .wcs-streaming .wcs-items .wcs-item {
    width: 359px;
    height: 633px;
  }

  .wcs-streaming .wcs-items .wcs-item .wcs-item-title {
    font-size: 24px;
  }

  .wcs-streaming .wcs-items .wcs-item .wcs-item-text {
    font-size: 15px;
  }

  .wcs-tips .wcs-title {
    font-size: 28px;
  }

  .wcs-tips .wcs-title br {
    display: none;
  }

  .wcs-tips .wcs-items .wcs-item {
    width: 100%;
  }

  .wcs-net-items {
    display: block;
  }

  .wcs-net-items .wcs-item {
    width: auto;
    margin: 0 10px 0 0;
  }

  .wcs-faq .wcs-title {
    font-size: 20px;
  }

  .wcs-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wcs-netflix .wcs-bg img.wcs-img-mob {
    display: block;
    border-radius: 16px 16px 0 0;
  }

  .wcs-netflix .wcs-bg img.wcs-img-desk {
    display: none;
  }

  .wcs-netflix .wcs-content {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    background: #000;
    padding: 48px 32px;
    border-radius: 0 0 16px 16px;
  }

  .wcs-netflix .wcs-content .wcs-text br {
    display: none;
  }
}
