:root {
  --navy: #09111f;
  --white: #f7f9fc;
  --muted: #aab5c7;
  --line: rgba(255, 255, 255, .13);
  --red: #c9202b;
  --red2: #ee3d46;
  --blue: #5c8ce8;
  --gold: #d4ad5b
}
* {
  box-sizing: border-box
}
body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 16%, rgba(92, 140, 232, .13), transparent 27%), radial-gradient(circle at 88% 10%, rgba(201, 32, 43, .14), transparent 25%), var(--navy);
  color: var(--white);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(#000, transparent 90%)
}
a {
  color: inherit;
  text-decoration: none
}
.shell {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
  position: relative;
  z-index: 1
}
header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid var(--line)
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0
}
.brand img {
  width: 120px;
  height: 82px;
  object-fit: contain;
  display: block
}
.brand-name {
  font: 800 14px/1.15 Montserrat, Arial;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap
}
.brand-name span {
  display: block;
  color: #91b3f3
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px
}
.language {
  display: flex;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 3px
}
.language button {
  border: 0;
  color: var(--muted);
  background: transparent;
  padding: 7px 11px;
  cursor: pointer;
  font: 600 11px Montserrat, Arial
}
.language button.active {
  background: var(--white);
  color: var(--navy);
  border-radius: 3px
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  min-height: calc(100vh - 178px);
  padding: clamp(50px, 8vw, 90px) 0
}
.copy {
  max-width: 610px
}
.overline {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--blue);
  font: 700 11px Montserrat, Arial;
  letter-spacing: .19em;
  text-transform: uppercase
}
.overline:before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--red2);
  flex: none
}
h1 {
  margin: 21px 0 22px;
  font: 700 clamp(42px, 5.6vw, 75px)/1.08 Montserrat, Arial;
  letter-spacing: -.045em
}
h1 em {
  font-style: normal;
  color: #b7c9ed
}
.lead {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.75
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 4px;
  font: 700 11px Montserrat, Arial;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: .2s
}
.button:hover {
  transform: translateY(-2px)
}
.button-primary {
  background: var(--red);
  color: #fff
}
.button-primary:hover {
  background: var(--red2)
}
.button-outline {
  border: 1px solid var(--line)
}
.button-outline:hover {
  border-color: var(--blue);
  color: #b7c9ed
}
.contact {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 36px);
  margin-top: 28px;
  padding-top: 21px;
  border-top: 1px solid var(--line)
}
.contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--muted);
  font-size: 14px
}
.contact-item small {
  color: #8090aa;
  font: 700 9px Montserrat, Arial;
  letter-spacing: .15em;
  text-transform: uppercase
}
.contact-item a {
  color: var(--white)
}
.socials {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px
}
.social-label {
  color: #8090aa;
  font: 600 10px Montserrat, Arial;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-right: 5px
}
.social {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #c6d3ec;
  transition: .2s
}
.social:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px)
}
.social svg {
  width: 16px;
  height: 16px;
  fill: currentColor
}
.visual {
  position: relative;
  min-height: clamp(350px, 45vw, 470px);
  display: grid;
  place-items: center
}
.panel {
  position: absolute;
  width: min(480px, 100%);
  aspect-ratio: 1/1.08;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3)
}
.panel:before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(255, 255, 255, .07)
}
.court {
  position: relative;
  z-index: 1;
  width: min(335px, 70%);
  aspect-ratio: 1/1.18;
  border: 1px solid rgba(255, 255, 255, .25);
  background: linear-gradient(160deg, #111f38, #0b1425);
  box-shadow: 0 22px 65px rgba(0, 0, 0, .45);
  transform: perspective(800px) rotateY(-10deg) rotateZ(-2deg)
}
.court:before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .22)
}
.court:after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 58%;
  height: 1px;
  background: rgba(255, 255, 255, .28);
  box-shadow: 0 -105px 0 rgba(255, 255, 255, .18)
}
.court-line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, .22)
}
.ball {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 12%;
  width: clamp(48px, 6vw, 66px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1f2026;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .05), 0 15px 35px rgba(0, 0, 0, .4)
}
.ball:after {
  content: "";
  position: absolute;
  top: 22%;
  left: 22%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold)
}
.visual-copy {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  left: 0;
  max-width: 82%;
  padding: 14px 18px;
  background: var(--navy);
  border-left: 3px solid var(--red);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28)
}
.visual-copy strong {
  display: block;
  font: 700 13px Montserrat, Arial;
  letter-spacing: .12em;
  text-transform: uppercase
}
.visual-copy span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 0 24px;
  border-top: 1px solid var(--line);
  color: #8090aa;
  font-size: 12px
}
footer strong {
  color: #b7c9ed
}
html[dir=rtl] body {
  font-family: Cairo, "Segoe UI", Tahoma, Arial, sans-serif
}
html[dir=rtl] .hero {
  direction: rtl
}
html[dir=rtl] .lead {
  text-align: right
}
html[dir=rtl] h1 {
  font-family: Cairo, "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.25
}
html[dir=rtl] .brand-name, html[dir=rtl] .language button, html[dir=rtl] .overline, html[dir=rtl] .contact-item small, html[dir=rtl] .social-label, html[dir=rtl] .button, html[dir=rtl] .visual-copy strong {
  font-family: Cairo, "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0
}
html[dir=rtl] .visual-copy {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 3px solid var(--red)
}
@media(max-width:850px) {
  .shell {
    width: min(100% - 32px, 620px)
  }
  header {
    min-height: 0;
    padding: 18px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px
  }
  .brand {
    flex: 1
  }
  .brand img {
    width: 100px;
    height: 72px
  }
  .header-right {
    width: auto;
    flex: none
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 52px 0 64px;
    gap: 44px
  }
  .copy {
    max-width: none
  }
  h1 {
    font-size: clamp(40px, 11vw, 65px)
  }
  .lead {
    font-size: 18px
  }
  .visual {
    min-height: 365px
  }
  .court {
    width: min(285px, 70%)
  }
  .panel {
    width: 92%
  }
  .visual-copy {
    left: 1%
  }
  .contact {
    gap: 16px
  }
  html[dir=rtl] .visual-copy {
    left: auto;
    right: 1%
  }
}
@media(max-width:430px) {
  .shell {
    width: calc(100% - 28px)
  }
  header {
    padding: 12px 0;
    gap: 8px
  }
  .brand {
    gap: 9px
  }
  .brand img {
    width: 92px;
    height: 74px
  }
  .brand-name {
    font-size: 10px
  }
  .language button {
    padding: 7px 8px;
    font-size: 10px
  }
  .actions {
    flex-direction: column;
    align-items: stretch
  }
  .button {
    width: 100%
  }
  .contact {
    display: grid;
    grid-template-columns: 1fr;
  }
  .visual {
    min-height: 320px
  }
  .court {
    width: 68%
  }
  .visual-copy {
    font-size: 11px
  }
  .visual-copy strong {
    font-size: 10px
  }
  .visual-copy span {
    font-size: 11px
  }
}