

@font-face {
  font-family: "SST";
  src: url("https://www.sony.pl/etc.clientlibs/sony/global/clientlibs/clientlib-shffonts-latinextended/resources/fonts/sst/latinextended/SSTW02Roman.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
 
@font-face {
  font-family: "SST";
  src: url("https://www.sony.pl/etc.clientlibs/sony/global/clientlibs/clientlib-shffonts-latinextended/resources/fonts/sst/latinextended/SSTW02Light.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 300;
}
 
@font-face {
  font-family: "SST";
  src: url("https://www.sony.pl/etc.clientlibs/sony/global/clientlibs/clientlib-shffonts-latinextended/resources/fonts/sst/latinextended/SSTW02Bold.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 700;
}

:root {
  --blue: #7782f5;
  --white: #ffffff;
}

.blue{
  color: var(--blue);
}
 
html,
body {
  background-color: rgba(27, 28, 32, 1);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  box-sizing:border-box;
}

.invalid-feedback{
  margin: 6px 0;
  color:#ff0000;
  display: block;
}
.link_white{
  color: #fff;
  text-decoration: underline;
}
.link_white:hover{
  color: var(--blue);
}

.link_blue{
  color: var(--blue);
  text-decoration: underline;
}
.link_blue:hover{
  color: #c7caf3;
}


.bravia-6-thatre-site {
  background-color: rgba(27, 28, 32, 1);
  overflow: hidden;
  font-family:
    SST,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.hero_section{
  aspect-ratio: 2.49;
  width: 100%; 
  display: block;
  /* background-image: url('images/hero/background-image.png'); */
  background-size: cover;
  background-color: rgba(27, 28, 32, 1);
}
.row-logos{
  display: flex;
  box-sizing: border-box;
  padding: 42px 42px;
  justify-content: space-between;
}

.row-elems{
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.logo{
  height: clamp(15px, 3vw, 30px);
}
.konkurs_txt, .bar_img{
  width: 50%;
}


.steps-container {
  box-sizing: border-box;
  background-color: rgba(27, 28, 32, 1);
  display: flex;
  min-height: 355px;
  width: 100%;
  padding: 60px 20px 10px;
  align-items: start;
  gap: 40px 46px;
  justify-content: start;
  flex-wrap: wrap;
}

.step-1,
.step-2,
.step-3,
.step-4 {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
}

.div,
.div-2,
.div-3,
.div-4 {
  align-self: center;
  display: flex;
  min-height: 80px;
  width: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-2,
.img-3 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.step-1-description,
.step-2-description,
.step-3-description,
.step-4-description {
  color: rgba(254, 254, 254, 1);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 44px;
  line-height: 1.4;
}

.contest-dates-container {
  box-sizing: border-box;
  background-color: rgba(27, 28, 32, 1);
  display: flex;
  width: 100%;
  padding: 48px;
  align-items: center;
  gap: 40px 46px;
  justify-content: center;
  font-family:
    SST,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 13px;
  color: rgba(254, 254, 254, 1);
  text-align: center;
}

.row {
  align-self: stretch;
  min-width: 240px;
  margin: auto;
  width: 100%;
  flex: 1;
  flex-basis: 0%;
}

.div-5_row{
  display: flex;
  min-height: 355px;
  width: 100%;
  align-items: start;
  gap: 40px 46px;
  justify-content: start;
  flex-wrap: wrap;
}

.div-5 {
  background-image: url('images/bg_section_2.png');
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 500px;
  padding: 60px 140px;
  align-items: flex-start;
  gap: 40px 46px;
  justify-content: flex-end;
}

.img-4 {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.col {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 240px;
  margin: auto;
  flex-direction: column;
  align-items: stretch; 
  color: rgba(27, 28, 32, 1);
  justify-content: center;
  flex: 1;
  gap:12px;
  flex-basis: 0%;
}

.col-2 {
  position: relative;
  z-index: 1;
  display: flex;
  margin: auto;
  gap: 20px;
  width: 100%;
  min-width: 240px;
  gap: 20px;
  justify-content: start;
  flex-wrap: nowrap;
  flex: 1;
  flex-basis: 0%;
}

.img-5,
.img-6 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  max-width: 260px;
  width: 100%;
  align-self: stretch;
  margin: auto;
  flex-grow: 1;
  flex-shrink: 1;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
.img-5:hover,
.img-6:hover {
  transform: scale(1.03);
}

.product-names{
  font-family:
  SST,
  -apple-system,
  Roboto,
  Helvetica,
  sans-serif;
  font-size: clamp(34px, 4vw, 44px);  
  font-weight: 400;
  letter-spacing: -1.32px;
}

.nowrap{
 text-wrap: nowrap;
}

.product-names-mini{
  color: rgba(27, 28, 32, 1);
  display: flex;
  justify-content: center;
  padding: 12px;
  font-size: 17px;
  font-family:
    SST,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 700;
  letter-spacing: -0.51px;
  z-index: 1;
}

.product-names-2 {
  right: 204px;
  bottom: 40px;
  width: 130px;
}

.product-names-3 {
  right: 534px;
  bottom: 40px;
  width: 54px;
}

.registration-form-container {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 60px 55px;
  align-items: center;
  gap: 40px 46px;
  justify-content: center;
  flex-direction: column;
}

.registration-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registration-form-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  text-align: center;
  color: rgba(27, 28, 32, 1);
}

.contact-info-note {
  font-size: 18px;
  margin-top: 7px;
  color: rgba(27, 28, 32, 1);
  text-align: center;
}

.registration-form-fields {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 0 55px 60px;
  flex-direction: column;
  align-items: center;
  color: rgba(27, 28, 32, 1);
  justify-content: center;
}

.row-3 {
  max-width: 500px;
  width: 100%;
}
.name-label{
  font-weight: 600;
}

.input-group,
.input-group-2,
.input-group-3,
.input-group-4,
.input-group-5,
.input-group-6,
.input-group-7,
.input-group-8 {
  margin-bottom: 20px;
  width: 100%;
}

.input,
.input-2,
.input-3,
.input-4,
.input-5 {
  box-sizing: border-box;
  background-color: rgba(245, 245, 245, 1);
  border: 2px solid rgba(38, 38, 38, 1);
  height: 46px;
  width: 100%;
  padding:0 12px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
.input-4{
  color:#021308;
  box-sizing: border-box;
  width: 100%;
  appearance: none; /* usuwa domyślną strzałkę */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='%23000' stroke-width='15'/%3E%3C/svg%3E")
    no-repeat right 1rem center rgba(245, 245, 245, 1);
  background-size: 1rem;
  padding-right: 3rem; /* zwiększa przestrzeń na strzałkę */
  font-size: 16px;
  line-height: 1;
}

.input-5 {
  min-height: 174px;
}

.phoneand-email-container {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: start;
  flex-wrap: nowrap;
}

.input-4 {
  display: flex;
  padding: 13px 14px;
  align-items: center;
  gap: 10px;
}

.store-name {
  flex: 1;
  flex-basis: 0%;
}

.img-7 {
  width: 16px;
  flex-shrink: 0;
}

.min-100-znakw {
  font-size: 12px;
  margin-top: 8px;
}

.agreement-checkbox-container {
  display: flex;
  margin: 25px 0;
  width: 100%;
  align-items: start;
  gap: 17px;
  font-size: 14px;
  justify-content: start;
}

.alerts-info{
  color:#671010;
  background-color: #ebd5d5;
  padding: 16px;
  margin: 26px 0;
}

.alerts-success{
  color:#021308;
  background-color: #c4e6d1;
  padding: 16px;
  margin: 26px 0;
}

.check {
  background-color: rgba(245, 245, 245, 1);
  border: 2px solid rgba(38, 38, 38, 1);
  width: 19px;
  height: 18px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: inline-block;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 18px;  
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 0;
}

.check:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

.submit-button {
  cursor: pointer;
  background-color: rgba(88, 101, 245, 1);
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  padding: 18px 29px;
  width: 100%;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  background-color: rgb(54, 64, 175);
}

.submit-button.animate-bg::after {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(54, 64, 175);
  animation: fill-bg 1.5s forwards;
}

.submit-button.submit-success {
  background-color: #a0a0a0;
}


@keyframes fill-bg {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.results-announcement-container {
  box-sizing: border-box;
  background-color: rgba(27, 28, 32, 1);
  display: flex;
  width: 100%;
  padding: 60px 55px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 300;
  line-height:1.4;
  color: rgba(254, 254, 254, 1);
  text-align: center;
}

.row-4 {
  align-self: stretch;
  min-width: 240px;
  margin: auto;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.sony-logo {
  margin-top: 60px;
}

.sony-logo  img{
  height: 20px;
}

@media (max-width: 600px) {
  .row-elems{
    flex-direction: column;
  }  
  .konkurs_txt, .bar_img{
    width: 100%;
  }
  .row-logos{
    padding: 22px;
  }  
}

@media (max-width: 991px) {

  .img_hero{
    max-width: 100%;
  }

  .steps-container,
  .contest-dates-container,
  .div-5,
  .registration-form-container,
  .registration-form-fields,
  .results-announcement-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-5 {
    padding-top: 100px;
  }

  .step-1-description,
  .step-2-description,
  .step-3-description,
  .step-4-description {
    margin-top: 40px;
  }

  .sony-logo {
    margin-top: 40px;
  }

  .row,
  .row-4,
  .registration-form,
  .registration-form-title,
  .results-announcement-text {
    max-width: 100%;
  }
}

.g-recaptcha {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.g-recaptcha > div {
  transform: scale(1);
  transform-origin: 0 0;
}


/* Tooltip */
.tooltip-trigger {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: var(--blue);
}

.tooltip-text {
  position: absolute;
  bottom: 125%;
  width:240px;
  transform: translateX(-85%);
  background-color: #ededed;
  color: #202020;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.tooltip-trigger:hover .tooltip-text,
.tooltip-trigger:focus .tooltip-text {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: none) {
  .tooltip-trigger:focus .tooltip-text {
    opacity: 1;
    pointer-events: auto;
  }
}




/* results */
.winner-name{
  font-weight: 600;
}

.winner-entry {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.winner-entry {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.winner-entry {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.winner-comment {
  font-size: 16px;
  color: #333;
  font-style: italic;
  line-height: 1.5;
}