* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Arial", sans-serif;
  background-color: #000000;
  color: #ffffff;
  font-size: 1vw;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #ffd24d #122c3a;
}
::-webkit-scrollbar {
  width: 0.6vw;
}
::-webkit-scrollbar-track {
  background: #122c3a;
}
::-webkit-scrollbar-thumb {
  background: #ffd24d;
  border-radius: 1vw;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffbf00;
}
.sam-league-header {
  background-color: #223b4a;
  width: 100%;
}
.sam-league-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
}
.sam-league-left {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.sam-league-logo {
  width: 5vw;
  height: auto;
}
.sam-league-icons {
  display: flex;
  align-items: center;
  gap: 2vw;
}
.sam-league-icon img {
  width: 2vw;
  height: auto;
  filter: invert(1);
}
.sam-league-logo-link {
  display: inline-block;
}
.sam-league-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.6vw;
  height: 1.8vw;
  cursor: pointer;
}
.sam-league-burger span,
.sam-league-burger::before,
.sam-league-burger::after {
  content: "";
  display: block;
  height: 0.26vw;
  width: 100%;
  background-color: white;
  border-radius: 0.2vw;
}
.sam-league-burger span {
  margin: 0.4vw 0;
}
.sam-league-nav {
  position: relative;
}
.sam-league-menu {
  display: none;
  flex-direction: column;
  list-style: none;
  background-color: #223b4a;
  width: 100%;
  padding: 2vw;
  gap: 1.5vw;
}
.sam-league-menu.sam-league-show {
  display: flex;
}
.sam-league-menu li {
  position: relative;
}
.sam-league-menu a {
  color: white;
  text-decoration: none;
  font-size: 1.2vw;
}
.sam-league-dropdown > a::after {
  content: " ▼";
  font-size: 0.9vw;
}
.sam-league-submenu {
  display: none;
  flex-direction: column;
  background-color: #2c4c5d;
  margin-top: 1vw;
  padding: 1vw;
  border-radius: 0.5vw;
}
.sam-league-dropdown:hover .sam-league-submenu {
  display: flex;
}
.sam-league-submenu a {
  font-size: 1vw;
}
.sam-league-hero {
  position: relative;
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
.sam-league-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sam-league-hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5vw 3vw;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}
.sam-league-hero-title {
  font-size: 3.8vw;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0.15vw 0.15vw 0.3vw #000, 0.1vw 0.1vw 0 #ffd24d;
  margin-bottom: 2vw;
}
.sam-league-hero-text {
  font-size: 1.4vw;
  color: #ffffff;
  max-width: 70vw;
  margin-bottom: 3vw;
  line-height: 1.6;
}
.sam-league-hero-btn {
  background-color: #ffd24d;
  color: #222;
  padding: 1vw 2.5vw;
  font-size: 1.2vw;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.6vw;
  transition: background-color 0.3s ease;
}
.sam-league-hero-btn:hover {
  background-color: #ffc733;
}
.sam-league-services {
  text-align: center;
  padding: 5vw 3vw;
  background-color: #f5f8fa;
}
.sam-league-services-title {
  font-size: 2.8vw;
  font-weight: bold;
  color: #223b4a;
  margin-bottom: 2vw;
}
.sam-league-services-subtitle {
  font-size: 1.2vw;
  color: #333;
  max-width: 70vw;
  margin: 0 auto 4vw;
  line-height: 1.6;
}
.sam-league-services-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}
.sam-league-service-card {
  background: linear-gradient(135deg, #0e2734 0%, #2f4f60 100%);
  border-radius: 1vw;
  padding: 2vw;
  width: 22vw;
  text-align: center;
  color: #ffffff;
}
.sam-league-service-icon {
  width: 4vw;
  height: auto;
  margin-bottom: 1.2vw;
  filter: brightness(1.2);
}
.sam-league-service-title {
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.sam-league-service-text {
  font-size: 1vw;
  line-height: 1.5;
  margin-bottom: 2vw;
}
.sam-league-service-btn {
  background-color: #ffd24d;
  color: #222;
  padding: 0.8vw 2vw;
  font-size: 1vw;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.4vw;
  display: inline-block;
  transition: background-color 0.3s;
}
.sam-league-service-btn:hover {
  background-color: #ffc733;
}
.sam-league-services-footer {
  margin-top: 4vw;
}
.sam-league-main-btn {
  background-color: #223b4a;
  color: #fff;
  padding: 1vw 3vw;
  font-size: 1.1vw;
  border-radius: 0.5vw;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.sam-league-main-btn:hover {
  background-color: #1a2f3a;
}
.sam-league-about-section {
  padding: 5vw 5vw;
  background-color: #ffffff;
}
.sam-league-about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  margin-bottom: 6vw;
}
.sam-league-about-row-reverse {
  flex-direction: row-reverse;
}
.sam-league-about-image-wrapper {
  flex: 1;
}
.sam-league-about-image {
  width: 90%;
  object-fit: cover;
}
.sam-league-about-content {
  flex: 1;
}
.sam-league-about-title {
  font-size: 2vw;
  font-weight: bold;
  color: #223b4a;
  margin-bottom: 1.5vw;
}
.sam-league-about-text {
  font-size: 1.1vw;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2vw;
}
.sam-league-about-button {
  display: inline-block;
  padding: 1vw 2.5vw;
  font-size: 1vw;
  background-color: #223b4a;
  color: #ffffff;
  border-radius: 0.5vw;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.sam-league-about-button:hover {
  background-color: #1a2f3a;
}
.sam-league-second-hand-section {
  background-color: #f5f8fa;
  padding: 5vw 3vw;
  text-align: center;
}
.sam-league-second-hand-title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #223b4a;
  margin-bottom: 1.5vw;
}
.sam-league-second-hand-subtitle {
  font-size: 1.2vw;
  color: #333;
  max-width: 75vw;
  margin: 0 auto 4vw;
  line-height: 1.6;
}
.sam-league-second-hand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
  gap: 2vw;
  justify-items: center;
}
.sam-league-second-hand-card {
  background: linear-gradient(135deg, #0e2734, #2f4f60);
  color: #ffffff;
  border-radius: 1vw;
  padding: 2vw;
  width: 100%;
  max-width: 22vw;
  text-align: center;
}
.sam-league-second-hand-card h3 {
  font-size: 1.3vw;
  margin-bottom: 1vw;
}
.sam-league-second-hand-card p {
  font-size: 1vw;
  margin-bottom: 1.5vw;
  line-height: 1.5;
}
.sam-league-second-hand-card a {
  color: #ffd24d;
  font-size: 1vw;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5vw;
  transition: color 0.3s;
}
.sam-league-second-hand-card a:hover {
  color: #ffc733;
}
.sam-league-benefits-section {
  background-color: #ffffff;
  padding: 5vw 3vw;
}
.sam-league-benefits-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  flex-wrap: wrap;
}
.sam-league-benefits-content {
  flex: 1;
  min-width: 40vw;
}
.sam-league-benefits-title {
  font-size: 2vw;
  font-weight: bold;
  color: #223b4a;
  margin-bottom: 2vw;
}
.sam-league-benefits-list {
  list-style: none;
  font-size: 1.1vw;
  color: #333;
  line-height: 1.7;
}
.sam-league-benefits-list li {
  margin-bottom: 1.2vw;
  position: relative;
  padding-left: 2vw;
}
.sam-league-benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00b894;
  font-size: 1.1vw;
}
.sam-league-benefits-image-wrapper {
  flex: 1;
  min-width: 30vw;
}
.sam-league-benefits-image {
  width: 100%;
  border-radius: 1vw;
  object-fit: cover;
}
.sam-league-faq-section {
  padding: 5vw 3vw;
  background-color: #ffffff;
  text-align: center;
}
.sam-league-faq-title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #223b4a;
  margin-bottom: 1.5vw;
}
.sam-league-faq-subtitle {
  font-size: 1.2vw;
  color: #333;
  max-width: 70vw;
  margin: 0 auto 4vw;
  line-height: 1.6;
}
.sam-league-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55vw, 1fr));
  gap: 2vw;
  text-align: left;
}
.sam-league-faq-item {
  background-color: #f5f8fa;
  padding: 1.5vw;
  border-radius: 1vw;
  border: 0.1vw solid #dce1e5;
  cursor: pointer;
  transition: background-color 0.3s;
}
.sam-league-faq-item summary {
  font-size: 1.2vw;
  font-weight: bold;
  list-style: none;
  position: relative;
  color: #000;
  padding-right: 2vw;
}
.sam-league-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2vw;
  color: #223b4a;
  transition: transform 0.3s ease;
}
.sam-league-faq-item[open] summary::after {
  content: "–";
}
.sam-league-faq-item p {
  font-size: 1vw;
  margin-top: 1vw;
  color: #333;
  line-height: 1.6;
}
.sam-league-faq-button-wrapper {
  margin-top: 4vw;
}
.sam-league-faq-button {
  display: inline-block;
  background-color: #223b4a;
  color: #fff;
  padding: 1vw 3vw;
  border-radius: 0.5vw;
  font-size: 1.1vw;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.sam-league-faq-button:hover {
  background-color: #1a2f3a;
}
.sam-league-contact-compact {
  background-color: #1e3a4c;
  padding: 4vw 2vw;
  color: #fff;
}
.sam-league-contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 80vw;
  margin: 0 auto;
  gap: 3vw;
}
.sam-league-contact-form {
  flex: 1;
  min-width: 38vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.sam-league-contact-heading {
  font-size: 2vw;
  margin-bottom: 1vw;
  font-weight: bold;
}
.sam-league-contact-form input,
.sam-league-contact-form select,
.sam-league-contact-form textarea {
  padding: 0.8vw;
  font-size: 1vw;
  border: none;
  border-radius: 0.5vw;
  width: 100%;
}
.sam-league-contact-form textarea {
  resize: vertical;
}
.sam-league-contact-count {
  text-align: right;
  font-size: 0.9vw;
  color: #ccc;
}
.sam-league-contact-checkbox {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  font-size: 1vw;
  line-height: 1.4;
  margin: 1vw 0;
  flex-wrap: wrap;
}
.sam-league-contact-checkbox input[type="checkbox"] {
  width: 1vw;
  height: 1vw;
  min-width: 1vw;
  min-height: 1vw;
  margin: 0;
  accent-color: #ffd24d;
  transform: translateY(0.1vw);
}
.sam-league-contact-checkbox label {
  color: #fff;
}
.sam-league-contact-checkbox a {
  color: #ffd24d;
  text-decoration: underline;
}
.sam-league-contact-submit {
  background-color: #ffffff;
  color: #1e3a4c;
  padding: 1vw 2vw;
  font-size: 1vw;
  border: none;
  border-radius: 0.5vw;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.3s ease;
}
.sam-league-contact-submit:hover {
  background-color: #eee;
}
.sam-league-contact-map {
  flex: 1;
  min-width: 35vw;
  height: 50vw;
  border-radius: 0.8vw;
  overflow: hidden;
}
.sam-league-footer {
  background-color: #1e3a4c;
  color: #ffffff;
  font-family: "Arial", sans-serif;
}
.sam-league-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3vw;
  padding: 4vw 2vw 0 2vw;
  max-width: 90vw;
  margin: 0 auto;
}
.sam-league-footer-col {
  flex: 1 1 22vw;
  min-width: 35vw;
}
.sam-league-footer-logo {
  width: 9vw;
  margin-bottom: 1vw;
}
.sam-league-footer-col h3 {
  font-size: 1.4vw;
  margin-bottom: 1.2vw;
  color: #ffd24d;
}
.sam-league-footer-col p,
.sam-league-footer-col a,
.sam-league-footer-col li {
  font-size: 1vw;
  line-height: 1.6;
  color: #dddddd;
}
.sam-league-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sam-league-footer-col li {
  margin-bottom: 0.6vw;
}
.sam-league-footer-col a {
  color: #f9cc3d;
  text-decoration: underline;
  transition: color 0.3s;
}
.sam-league-footer-col a:hover {
  color: #ffffff;
}
.sam-league-social {
  display: flex;
  gap: 1vw;
  align-items: center;
  margin-top: 1vw;
}
.sam-league-social-icon {
  width: 2vw;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.sam-league-social-icon:hover {
  transform: scale(1.1);
  filter: brightness(0) invert(0.8) sepia(1) hue-rotate(20deg);
}
.sam-league-social {
  display: flex;
  gap: 1.2vw;
  margin-bottom: 1.5vw;
}
.sam-league-social a {
  font-size: 1.6vw;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.sam-league-social a:hover {
  transform: scale(1.1);
  color: #f9cc3d;
}
.sam-league-footer-bottom {
  background-color: #ffd24d;
  text-align: center;
  padding: 1.2vw 0;
  margin-top: 3vw;
  font-size: 1vw;
  color: #000000;
}
.sam-league-info-section {
  margin: 0 auto;
  background-color: #fff;
  padding: 4vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}

.sam-league-info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
}

.sam-league-info-row.reverse {
  flex-direction: row-reverse;
}

.sam-league-info-text {
  flex: 1;
  min-width: 40vw;
}

.sam-league-info-text span {
  text-transform: uppercase;
  letter-spacing: 0.2vw;
  font-weight: bold;
  font-size: 1vw;
  color: #19354a;
  display: block;
  margin-bottom: 1vw;
}

.sam-league-info-text h2 {
  font-size: 2vw;
  color: #0f2a3a;
  margin-bottom: 1.2vw;
}

.sam-league-info-text p {
  font-size: 1.05vw;
  line-height: 1.8;
  margin-bottom: 1vw;
  color: #1c1c1c;
}

.sam-league-info-link {
  font-weight: bold;
  color: #0a304d;
  text-decoration: underline;
  font-size: 1vw;
  display: inline-block;
  margin-top: 1vw;
}

.sam-league-info-image {
  flex: 1;
  min-width: 40vw;
}

.sam-league-info-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5vw;
  display: block;
}
.sam-league-used-section {
  background-color: #fff;
  margin: 0 auto;
  padding: 4vw;
}

.sam-league-used-header h2 {
  font-size: 2.5vw;
  color: #222;
  margin-bottom: 1vw;
}

.sam-league-used-header p {
  font-size: 1.1vw;
  color: #333;
  margin-bottom: 2vw;
  max-width: 70vw;
}

.sam-league-used-button {
  display: inline-block;
  background-color: #ffcc00;
  color: #1a1a1a;
  padding: 0.8vw 1.6vw;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.5vw;
  font-size: 1vw;
  margin-bottom: 3vw;
}

.sam-league-used-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18vw, 1fr));
  gap: 2vw;
}

.sam-league-used-card {
  background-color: #fff;
  border-radius: 0.5vw;
  box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.2vw;
}

.sam-league-used-card img {
  width: 100%;
  height: auto;
  border-radius: 0.5vw;
  margin-bottom: 1vw;
}

.sam-league-used-card h3 {
  font-size: 1.3vw;
  color: #1c1c1c;
  margin-bottom: 0.6vw;
}

.sam-league-used-card .price {
  font-weight: bold;
  font-size: 1.2vw;
  color: #000;
  margin-bottom: 1vw;
}

.sam-league-used-cta {
  display: inline-block;
  padding: 0.6vw 1.4vw;
  font-size: 1vw;
  text-decoration: none;
  border-radius: 0.4vw;
  font-weight: bold;
}

.sam-league-used-cta {
  background-color: #ffcc00;
  color: #000;
}
.sam-league-billiard-section {
  background-color: #fff;
  margin: 0 auto;
  padding: 4vw;
}

.sam-league-billiard-header {
  text-align: center;
  margin-bottom: 4vw;
}

.sam-league-billiard-header h2 {
  font-size: 3vw;
  color: #1a1a1a;
  font-weight: bold;
  text-shadow: 0.1vw 0.1vw #ffc107;
}

.sam-league-billiard-header p {
  font-size: 1.1vw;
  color: #333;
  max-width: 65vw;
  margin: 1vw auto 2vw;
}

.sam-league-billiard-button {
  display: inline-block;
  background-color: #ffc107;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
  font-size: 1vw;
  padding: 0.8vw 1.6vw;
  border-radius: 0.5vw;
}

.sam-league-billiard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22vw, 1fr));
  gap: 2vw;
}

.sam-league-billiard-card {
  background-color: #fff;
  border-radius: 0.6vw;
  box-shadow: 0 0.3vw 0.8vw rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2vw 1.5vw;
}

.sam-league-billiard-card img {
  width: 100%;
  height: auto;
  border-radius: 0.4vw;
  margin-bottom: 1vw;
}

.sam-league-billiard-card h3 {
  font-size: 1.3vw;
  color: #1a1a1a;
  margin-bottom: 1vw;
}

.sam-league-billiard-card ul {
  text-align: left;
  font-size: 1vw;
  padding-left: 1.2vw;
  margin-bottom: 1.5vw;
  color: #444;
}

.sam-league-billiard-cta {
  display: inline-block;
  background-color: #1f2c39;
  color: #fff;
  text-decoration: none;
  padding: 0.7vw 1.4vw;
  border-radius: 0.4vw;
  font-size: 1vw;
  font-weight: bold;
}
.sam-league-dart-section {
  background-color: #fff;
  margin: 0 auto;
  padding: 4vw;
  text-align: center;
}

.sam-league-dart-header h2 {
  font-size: 2.8vw;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 1.5vw;
  text-shadow: 0.1vw 0.1vw #ffc107;
}

.sam-league-dart-header p {
  font-size: 1.1vw;
  max-width: 68vw;
  margin: 0 auto 3vw;
  color: #333;
  line-height: 1.6;
}

.sam-league-dart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20vw, 1fr));
  gap: 2vw;
  justify-content: center;
}

.sam-league-dart-card {
  background-color: #ffffff;
  border-radius: 0.6vw;
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.1);
  padding: 2vw 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sam-league-dart-card img {
  width: 100%;
  height: auto;
  border-radius: 0.4vw;
  margin-bottom: 1vw;
}

.sam-league-dart-card h3 {
  font-size: 1.3vw;
  color: #1a1a1a;
  margin: 1vw 0 0.5vw;
}

.sam-league-dart-price {
  font-weight: bold;
  color: #111;
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.sam-league-dart-btn {
  background-color: #ffc107;
  color: #000;
  padding: 0.6vw 1.4vw;
  border-radius: 0.4vw;
  text-decoration: none;
  font-weight: bold;
  font-size: 1vw;
}
.sam-league-wifi-dart-section {
  background: radial-gradient(circle at top left, #1c2b38 0%, #203a4c 100%);
  padding: 6vw 4vw;
  color: #ffffff;
}

.sam-league-wifi-dart-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  max-width: 88vw;
  margin: 0 auto;
}

.sam-league-wifi-dart-text {
  flex: 1 1 42vw;
}

.sam-league-wifi-dart-text h2 {
  font-size: 2.8vw;
  color: #fff76a;
  text-shadow: 0.1vw 0.1vw 0.3vw rgba(255, 255, 255, 0.5);
  margin-bottom: 1.2vw;
}

.sam-league-wifi-dart-text p {
  font-size: 1.15vw;
  line-height: 1.7;
  margin-bottom: 2vw;
  color: #f0f0f0;
}

.sam-league-wifi-dart-btn {
  background-color: #ffc107;
  color: #1a1a1a;
  font-size: 1.05vw;
  font-weight: bold;
  padding: 0.8vw 1.6vw;
  border-radius: 0.4vw;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.sam-league-wifi-dart-btn:hover {
  background-color: #ffb300;
}

.sam-league-wifi-dart-img {
  flex: 1 1 30vw;
  text-align: center;
}

.sam-league-wifi-dart-img img {
  width: 100%;
  max-width: 28vw;
  height: auto;
  border-radius: 0.6vw;
  filter: drop-shadow(0 0.3vw 0.6vw rgba(255, 255, 255, 0.2));
}
.sam-league-diana-duo {
  padding: 6vw 4vw;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin: 0 auto;
}

.sam-league-diana-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4vw;
}

.sam-league-diana-block.reverse {
  flex-direction: row-reverse;
}

.sam-league-diana-img {
  flex: 1 1 36vw;
  text-align: center;
}

.sam-league-diana-img img {
  width: 100%;
  max-width: 28vw;
  height: auto;
  filter: drop-shadow(0 0.4vw 0.8vw rgba(0, 0, 0, 0.2));
}

.sam-league-diana-text {
  flex: 1 1 50vw;
  color: #001f3f;
}

.sam-league-diana-text h4 {
  text-transform: uppercase;
  font-size: 1vw;
  letter-spacing: 0.15vw;
  margin-bottom: 0.6vw;
  color: #445;
}

.sam-league-diana-text h2 {
  font-size: 2.2vw;
  font-weight: 800;
  color: #003366;
  margin-bottom: 1.2vw;
}

.sam-league-diana-text p {
  font-size: 1.15vw;
  line-height: 1.7;
  margin-bottom: 1.2vw;
  color: #333;
}

.sam-league-diana-link {
  display: inline-block;
  font-size: 1vw;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
  border-bottom: 0.1vw solid #003366;
  padding-bottom: 0.2vw;
  transition: color 0.3s, border-color 0.3s;
}

.sam-league-diana-link:hover {
  color: #005599;
  border-color: #005599;
}
.sam-league-slotbar-section {
  padding: 4vw 6vw;
  background-color: #ffffff;
  margin: 0 auto;
}

.sam-league-slotbar-header {
  text-align: center;
  margin-bottom: 3vw;
}

.sam-league-slotbar-header h2 {
  font-size: 2.4vw;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1vw;
}

.sam-league-slotbar-header p {
  font-size: 1.1vw;
  color: #333;
  max-width: 60vw;
  margin: 0 auto 2vw;
  line-height: 1.6;
}

.sam-league-slotbar-btn {
  display: inline-block;
  background-color: #f7c948;
  color: #000;
  font-weight: 600;
  font-size: 1vw;
  padding: 0.6vw 1.8vw;
  border-radius: 0.3vw;
  text-decoration: none;
  transition: background-color 0.3s;
}

.sam-league-slotbar-btn:hover {
  background-color: #ffdb70;
}

.sam-league-slotbar-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
}

.sam-league-slotbar-item {
  background: #fafafa;
  border: 0.1vw solid #ddd;
  border-radius: 1vw;
  padding: 2vw;
  text-align: center;
  width: 20vw;
  box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
}

.sam-league-slotbar-item img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}

.sam-league-slotbar-item h3 {
  font-size: 1.1vw;
  margin-bottom: 0.6vw;
  color: #222;
}

.sam-league-slotbar-price {
  display: block;
  font-size: 1vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 1vw;
}

.sam-league-slotbar-view {
  display: inline-block;
  font-size: 0.95vw;
  padding: 0.6vw 1.6vw;
  background-color: #f7c948;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.3vw;
  transition: background-color 0.3s;
}

.sam-league-slotbar-view:hover {
  background-color: #ffe28a;
}
.samleague-cart-main {
  padding: 2vw;
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #000;
}

.samleague-cart-title {
  font-size: 3vw;
  margin-bottom: 2vh;
  color: #1a1a1a;
}

.samleague-cart-items {
  margin-bottom: 2vh;
}

.samleague-cart-item {
  display: flex;
  justify-content: space-between;
  padding: 1vh 0;
  border-bottom: 0.1vw solid #ccc;
  font-size: 1.2vw;
}

.samleague-cart-summary {
  font-size: 1.4vw;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#checkout-btn {
  padding: 1vh 2vw;
  background-color: #ffc107;
  border: none;
  font-size: 1.2vw;
  cursor: pointer;
}

.samleague-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.samleague-popup-content {
  background-color: #fff;
  padding: 3vw;
  border-radius: 1vw;
  text-align: center;
  font-size: 1.2vw;
}
.samleague-style-order-btn {
  display: inline-block;
  background-color: #ffc107;
  color: #1a1a1a;
  padding: 1vh 2.5vw;
  font-size: 1.05vw;
  font-weight: 600;
  border: none;
  border-radius: 0.5vw;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
  width: auto;
  min-width: 10vw;
  max-width: 100%;
}

.samleague-style-order-btn:hover {
  background-color: #e0a800;
  box-shadow: 0 0.3vh 1vh rgba(0, 0, 0, 0.3);
}
.samleague-remove-btn {
  background-color: transparent;
  border: none;
  color: #c0392b;
  font-size: 1.2vw;
  font-weight: bold;
  cursor: pointer;
  margin-left: 1vw;
  transition: color 0.3s ease;
}

.samleague-remove-btn:hover {
  color: #e74c3c;
}
.samleague-legal-section {
  background-color: #f9f9f9;
  padding: 4vw 6vw;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}

.samleague-legal-container {
  max-width: 60vw;
  margin: 0 auto;
}

.samleague-legal-title {
  font-size: 2.6vw;
  margin-bottom: 2vw;
  color: #002244;
  font-weight: bold;
  border-bottom: 0.3vw solid #ffcc00;
  padding-bottom: 0.5vw;
}

.samleague-legal-section h2 {
  font-size: 1.8vw;
  margin-top: 2vw;
  margin-bottom: 1vw;
  color: #003366;
}

.samleague-legal-section p,
.samleague-legal-section li {
  font-size: 1.1vw;
  margin-bottom: 1vw;
}

.samleague-legal-section ul {
  padding-left: 2vw;
  margin-bottom: 2vw;
}

.samleague-legal-section a {
  color: #0066cc;
  text-decoration: underline;
}

.samleague-legal-section a:hover {
  color: #003399;
}
.samleague-thanks-section {
  background-color: #f3f3f3;
  padding: 4vw 6vw;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}

.samleague-thanks-container {
  max-width: 60vw;
  margin: 0 auto;
  text-align: center;
}

.samleague-thanks-title {
  font-size: 2.6vw;
  margin-bottom: 2vw;
  color: #002244;
  font-weight: bold;
  border-bottom: 0.3vw solid #ffcc00;
  display: inline-block;
  padding-bottom: 0.5vw;
}

.samleague-thanks-text {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}

.samleague-thanks-link {
  display: inline-block;
  margin-top: 2vw;
  padding: 0.8vw 2vw;
  font-size: 1.1vw;
  color: #ffffff;
  background-color: #0066cc;
  border: none;
  border-radius: 0.4vw;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.samleague-thanks-link:hover {
  background-color: #003399;
}

.samleague-register-section {
  background-color: #f7f7f7;
  padding: 0vw 6vw;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
}

.samleague-register-container {
  max-width: 40vw;
  margin: 0 auto;
  padding: 3vw;
}

.samleague-register-title {
  font-size: 2.4vw;
  text-align: center;
  margin-bottom: 2vw;
  color: #002244;
}

.samleague-register-form {
  display: flex;
  flex-direction: column;
}

.samleague-register-form label {
  font-size: 1.1vw;
  margin-bottom: 0.5vw;
  margin-top: 1vw;
}

.samleague-register-form input {
  padding: 0.8vw;
  font-size: 1vw;
  border: 1px solid #ccc;
  border-radius: 0.5vw;
}

.samleague-register-error {
  color: red;
  font-size: 1vw;
  margin-top: 1vw;
  text-align: center;
}

.samleague-register-button {
  margin-top: 2vw;
  padding: 1vw;
  font-size: 1.1vw;
  background-color: #003366;
  color: #fff;
  border: none;
  border-radius: 0.5vw;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.samleague-register-button:hover {
  background-color: #001f4d;
}
.samleague-thankreg-section {
  background-color: #f4f9ff;
  padding: 6vw 4vw;
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.samleague-thankreg-container {
  background-color: #ffffff;
  padding: 3vw;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
  max-width: 50vw;
  text-align: center;
}

.samleague-thankreg-title {
  font-size: 2.5vw;
  color: #002244;
  margin-bottom: 1.5vw;
}

.samleague-thankreg-text {
  font-size: 1.3vw;
  margin-bottom: 2vw;
  line-height: 1.6;
}

.samleague-thankreg-home {
  display: inline-block;
  padding: 1vw 2vw;
  font-size: 1.2vw;
  color: #ffffff;
  background-color: #003366;
  border-radius: 0.5vw;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.samleague-thankreg-home:hover {
  background-color: #001f4d;
}
.samleague-blog-section {
  padding: 4vw 6vw;
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
}

.samleague-blog-header {
  text-align: center;
  margin-bottom: 3vw;
}

.samleague-blog-title {
  font-size: 2.6vw;
  color: #003366;
  margin-bottom: 1vw;
}

.samleague-blog-subtitle {
  font-size: 1.2vw;
  color: #555;
}

.samleague-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22vw, 1fr));
  gap: 2vw;
}

.samleague-blog-card {
  background-color: #ffffff;
  border: 0.1vw solid #ddd;
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.samleague-blog-card:hover {
  transform: translateY(-0.5vw);
  box-shadow: 0 0.4vw 1.2vw rgba(0, 0, 0, 0.15);
}

.samleague-blog-image {
  height: 12vw;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.samleague-blog-heading {
  font-size: 1.3vw;
  color: #002244;
  padding: 1vw 1.2vw 0 1.2vw;
  min-height: 6vw;
}

.samleague-blog-readmore {
  font-size: 1vw;
  color: #0066cc;
  padding: 0.5vw 1.2vw 1.2vw 1.2vw;
  display: block;
  font-weight: bold;
}
.samleague-blog-article {
  margin: 0 auto;
  padding: 2vw 3vw;
  background-color: #ffffff;
  color: #222222;
  font-family: "Arial", sans-serif;
  line-height: 1.7;
  box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.05);
}

.samleague-blog-article h1.samleague-blog-title {
  font-size: 2.6vw;
  margin-bottom: 1.5vw;
  color: #003366;
}

.samleague-blog-subheading {
  font-size: 1.7vw;
  margin-top: 2.2vw;
  margin-bottom: 1vw;
  color: #005599;
}

.samleague-blog-article p {
  font-size: 1.1vw;
  margin-bottom: 1.5vw;
}

.samleague-blog-article ul {
  margin-left: 2vw;
  margin-bottom: 2vw;
}

.samleague-blog-article ul li {
  margin-bottom: 1vw;
  font-size: 1.1vw;
}

@media (max-width: 768px) {
  .sam-league-menu a {
    font-size: 6vw;
  }
  .sam-league-submenu a {
    font-size: 5.5vw;
  }
  .sam-league-dropdown > a::after {
    content: " ▼";
    font-size: 4.9vw;
  }
  .sam-league-logo {
    width: 16vw;
  }
  .sam-league-burger {
    width: 5vw;
    height: 3vw;
  }
  .sam-league-icon img {
    width: 6vw;
    height: auto;
    filter: invert(1);
  }
  .sam-league-burger span,
  .sam-league-burger::before,
  .sam-league-burger::after {
    content: "";
    display: block;
    height: 0.76vw;
    width: 100%;
    background-color: white;
    border-radius: 0.2vw;
  }
  .sam-league-burger {
    width: 5vw;
    height: 5vw;
  }
  .sam-league-hero-title {
    font-size: 5.8vw;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0.15vw 0.15vw 0.3vw #000, 0.1vw 0.1vw 0 #ffd24d;
    margin-bottom: 2vw;
  }
  .sam-league-hero-text {
    font-size: 3.4vw;
    color: #ffffff;
    max-width: 70vw;
    margin-bottom: 3vw;
    line-height: 1.6;
  }
  .sam-league-hero-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5vw 3vw;
    background: rgba(0, 0, 0, 0.4);
    height: 100vw;
  }
  .sam-league-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    object-fit: cover;
    z-index: 0;
  }
  .sam-league-hero {
    position: relative;
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
  .sam-league-hero-text {
    font-size: 3.4vw;
    color: #ffffff;
    max-width: 83vw;
    margin-bottom: 3vw;
    line-height: 1.6;
  }
  .sam-league-hero-btn {
    background-color: #ffd24d;
    color: #222;
    padding: 1vw 2.5vw;
    font-size: 3.2vw;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.6vw;
    transition: background-color 0.3s ease;
  }
  .sam-league-services-title {
    font-size: 7.8vw;
    font-weight: bold;
    color: #223b4a;
    margin-bottom: 2vw;
  }
  .sam-league-services-subtitle {
    font-size: 3.2vw;
    color: #333;
    max-width: 95vw;
    margin: 0 auto 4vw;
    line-height: 1.6;
  }
  .sam-league-service-card {
    background: linear-gradient(135deg, #0e2734 0%, #2f4f60 100%);
    border-radius: 1vw;
    padding: 2vw;
    width: 85vw;
    text-align: center;
    color: #ffffff;
  }
  .sam-league-service-icon {
    width: 10vw;
    height: auto;
    margin-bottom: 1.2vw;
    filter: brightness(1.2);
  }
  .sam-league-service-title {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
  .sam-league-service-text {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .sam-league-service-btn {
    background-color: #ffd24d;
    color: #222;
    padding: 0.8vw 2vw;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.4vw;
    display: inline-block;
    transition: background-color 0.3s;
  }
  .sam-league-main-btn {
    background-color: #223b4a;
    color: #fff;
    padding: 1vw 3vw;
    font-size: 4.1vw;
    border-radius: 0.5vw;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .sam-league-about-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vw;
    margin-bottom: 6vw;
  }
  .sam-league-about-image {
    width: 100%;
    object-fit: cover;
  }
  .sam-league-about-title {
    font-size: 5vw;
    font-weight: bold;
    color: #223b4a;
    margin-bottom: 1.5vw;
  }
  .sam-league-about-text {
    font-size: 4.1vw;
    color: #333;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
  .sam-league-about-button {
    display: inline-block;
    padding: 1vw 12.5vw;
    font-size: 4vw;
    background-color: #223b4a;
    color: #ffffff;
    border-radius: 0.5vw;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .sam-league-second-hand-title {
    font-size: 5.9vw;
    font-weight: bold;
    color: #223b4a;
    margin-bottom: 1.5vw;
  }
  .sam-league-second-hand-subtitle {
    font-size: 4.2vw;
    color: #333;
    max-width: 95vw;
    margin: 0 auto 4vw;
    line-height: 1.6;
  }
  .sam-league-second-hand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
    gap: 2vw;
    justify-items: center;
  }
  .sam-league-second-hand-card {
    background: linear-gradient(135deg, #0e2734, #2f4f60);
    color: #ffffff;
    border-radius: 1vw;
    padding: 2vw;
    width: 100%;
    max-width: 80vw;
    text-align: center;
  }
  .sam-league-second-hand-card h3 {
    font-size: 4.3vw;
    margin-bottom: 1vw;
  }
  .sam-league-second-hand-card p {
    font-size: 4vw;
    margin-bottom: 1.5vw;
    line-height: 1.5;
  }
  .sam-league-second-hand-card a {
    color: #ffd24d;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5vw;
    transition: color 0.3s;
  }
  .sam-league-benefits-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .sam-league-benefits-content {
    flex: 1;
    min-width: 90vw;
  }
  .sam-league-benefits-title {
    font-size: 6vw;
    font-weight: bold;
    color: #223b4a;
    margin-bottom: 2vw;
  }
  .sam-league-benefits-list {
    list-style: none;
    font-size: 4.1vw;
    color: #333;
    line-height: 1.7;
  }
  .sam-league-benefits-list li::before {
    content: "✔";
    position: absolute;
    left: -2vw;
    color: #00b894;
    font-size: 4.1vw;
  }
  .sam-league-faq-title {
    font-size: 6.5vw;
    font-weight: bold;
    color: #223b4a;
    margin-bottom: 1.5vw;
  }
  .sam-league-faq-subtitle {
    font-size: 4.2vw;
    color: #333;
    max-width: 90vw;
    margin: 0 auto 4vw;
    line-height: 1.6;
  }
  .sam-league-faq-item summary {
    font-size: 5.2vw;
    font-weight: bold;
    list-style: none;
    position: relative;
    color: #000;
    padding-right: 2vw;
  }
  .sam-league-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -2vw;
    font-size: 4.2vw;
    color: #223b4a;
    transition: transform 0.3s ease;
  }
  .sam-league-faq-item p {
    font-size: 4vw;
    margin-top: 1vw;
    color: #333;
    line-height: 1.6;
  }
  .sam-league-faq-button {
    display: inline-block;
    background-color: #223b4a;
    color: #fff;
    padding: 1vw 3vw;
    border-radius: 0.5vw;
    font-size: 4.1vw;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .sam-league-contact-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100vw;
    margin: 0 auto;
    flex-direction: column;
    gap: 3vw;
  }
  .sam-league-contact-form {
    flex: 1;
    min-width: 95vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .sam-league-contact-heading {
    font-size: 5vw;
    margin-bottom: 1vw;
    font-weight: bold;
  }
  .sam-league-contact-compact {
    background-color: #1e3a4c;
    padding: 4vw 2vw;
    font-size: 4vw;
    color: #fff;
  }
  .sam-league-contact-form input,
  .sam-league-contact-form select,
  .sam-league-contact-form textarea {
    padding: 2.8vw;
    font-size: 5vw;
    border: none;
    border-radius: 0.5vw;
    width: 100%;
  }
  .sam-league-contact-checkbox input[type="checkbox"] {
    width: 7vw;
    height: 7vw;
    min-width: 1vw;
    min-height: 1vw;
    margin: 0;
    accent-color: #ffd24d;
    transform: translateY(0.1vw);
  }
  .sam-league-contact-checkbox {
    display: flex;
    align-items: center;
    gap: 0.6vw;
    font-size: 5vw;
    line-height: 1.4;
    margin: 1vw 0;
    flex-wrap: wrap;
  }
  .sam-league-contact-count {
    text-align: right;
    font-size: 4.9vw;
    color: #ccc;
  }
  .sam-league-contact-submit {
    background-color: #ffffff;
    color: #1e3a4c;
    padding: 1vw 2vw;
    font-size: 5vw;
    border: none;
    border-radius: 0.5vw;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    transition: background-color 0.3s ease;
  }
  .sam-league-footer-logo {
    width: 20vw;
    margin-bottom: 1vw;
  }
  .sam-league-footer-col h3 {
    font-size: 7.4vw;
    margin-bottom: 1.2vw;
    color: #ffd24d;
  }
  .sam-league-footer-col a {
    color: #f9cc3d;
    text-decoration: underline;
    transition: color 0.3s;
  }
  .sam-league-social-icon {
    width: 10vw;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
  }
  .sam-league-footer-bottom {
    background-color: #ffd24d;
    text-align: center;
    padding: 1.2vw 0;
    margin-top: 3vw;
    font-size: 4vw;
    color: #000000;
  }
  .samleague-cart-title {
    font-size: 6vw;
    margin-bottom: 2vh;
    color: #1a1a1a;
  }
  .samleague-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 1vh 0;
    border-bottom: 0.1vw solid #ccc;
    font-size: 5.2vw;
  }
  .samleague-remove-btn {
    background-color: transparent;
    border: none;
    color: #c0392b;
    font-size: 6.2vw;
    font-weight: bold;
    cursor: pointer;
    margin-left: 1vw;
    transition: color 0.3s ease;
  }
  .samleague-cart-summary {
    font-size: 4.4vw;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #checkout-btn {
    padding: 1vh 2vw;
    background-color: #ffc107;
    border: none;
    font-size: 4.2vw;
    cursor: pointer;
  }
  .sam-league-footer-col p,
  .sam-league-footer-col a,
  .sam-league-footer-col li {
    font-size: 4vw;
    line-height: 1.6;
    color: #dddddd;
  }
  .samleague-thanks-container {
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
  }
  .samleague-thanks-title {
    font-size: 6.6vw;
    margin-bottom: 2vw;
    color: #002244;
    font-weight: bold;
    border-bottom: 0.3vw solid #ffcc00;
    display: inline-block;
    padding-bottom: 0.5vw;
  }
  .samleague-thanks-text {
    font-size: 4.2vw;
    margin-bottom: 1.5vw;
  }
  .samleague-thanks-link {
    display: inline-block;
    margin-top: 2vw;
    padding: 0.8vw 2vw;
    font-size: 4.1vw;
    color: #ffffff;
    background-color: #0066cc;
    border: none;
    border-radius: 0.4vw;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .samleague-register-container {
    max-width: 60vw;
    margin: 0 auto;
    padding: 3vw;
  }
  .samleague-register-title {
    font-size: 5.4vw;
    text-align: center;
    margin-bottom: 2vw;
    color: #002244;
  }
  .samleague-register-form label {
    font-size: 4.1vw;
    margin-bottom: 0.5vw;
    margin-top: 1vw;
  }
  .samleague-register-form input {
    padding: 0.8vw;
    font-size: 4vw;
    border: 1px solid #ccc;
    border-radius: 0.5vw;
  }
  .samleague-register-button {
    margin-top: 2vw;
    padding: 1vw;
    font-size: 4.1vw;
    background-color: #003366;
    color: #fff;
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .samleague-register-error {
    color: red;
    font-size: 4vw;
    margin-top: 1vw;
    text-align: center;
  }
  .samleague-thankreg-container {
    background-color: #ffffff;
    padding: 3vw;
    border-radius: 1vw;
    box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.1);
    max-width: 80vw;
    text-align: center;
  }
  .samleague-thankreg-title {
    font-size: 6.5vw;
    color: #002244;
    margin-bottom: 1.5vw;
  }
  .samleague-thankreg-text {
    font-size: 5.3vw;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
  .samleague-thankreg-home {
    display: inline-block;
    padding: 1vw 2vw;
    font-size: 4.2vw;
    color: #ffffff;
    background-color: #003366;
    border-radius: 0.5vw;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .samleague-legal-container {
    max-width: 90vw;
    margin: 0 auto;
  }
  .samleague-legal-title {
    font-size: 7.6vw;
    margin-bottom: 2vw;
    color: #002244;
    font-weight: bold;
    border-bottom: 0.3vw solid #ffcc00;
    padding-bottom: 0.5vw;
  }
  .samleague-legal-section p,
  .samleague-legal-section li {
    font-size: 5.1vw;
    margin-bottom: 1vw;
  }
  .samleague-legal-section h2 {
    font-size: 6.8vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    color: #003366;
  }
  .sam-league-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    flex-direction: column;
  }
  .sam-league-info-row.reverse {
    flex-direction: column-reverse;
  }
  .sam-league-info-text span {
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    font-weight: bold;
    font-size: 7vw;
    color: #19354a;
    display: block;
    margin-bottom: 1vw;
  }
  .sam-league-info-text h2 {
    font-size: 5vw;
    color: #0f2a3a;
    margin-bottom: 1.2vw;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  таблица стилей агента пользователя p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
  }
  body {
    font-family: "Arial", sans-serif;
    background-color: #000000;
    color: #ffffff;
    font-size: 1vw;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #ffd24d #122c3a;
  }
  ::-webkit-scrollbar {
    width: 0.6vw;
  }
  ::-webkit-scrollbar-thumb {
    background: #ffd24d;
    border-radius: 1vw;
  }
  ::-webkit-scrollbar-track {
    background: #122c3a;
  }
  .sam-league-info-link {
    font-weight: bold;
    color: #0a304d;
    text-decoration: underline;
    font-size: 4vw;
    display: inline-block;
    margin-top: 1vw;
  }
  .sam-league-used-header h2 {
    font-size: 6.5vw;
    color: #222;
    margin-bottom: 1vw;
  }
  .sam-league-used-header p {
    font-size: 5.1vw;
    color: #333;
    margin-bottom: 2vw;
    max-width: 100vw;
  }
  .sam-league-used-button {
    display: inline-block;
    background-color: #ffcc00;
    color: #1a1a1a;
    padding: 0.8vw 8.6vw;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.5vw;
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .sam-league-used-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45vw, 1fr));
    gap: 2vw;
  }
  .sam-league-used-card h3 {
    font-size: 4.3vw;
    color: #1c1c1c;
    margin-bottom: 0.6vw;
  }
  .sam-league-used-card .price {
    font-weight: bold;
    font-size: 4.2vw;
    color: #000;
    margin-bottom: 1vw;
  }
  .samleague-style-order-btn {
    display: inline-block;
    background-color: #ffc107;
    color: #1a1a1a;
    padding: 1vh 2.5vw;
    font-size: 4.05vw;
    font-weight: 600;
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    width: auto;
    min-width: 10vw;
    max-width: 100%;
  }
  .sam-league-billiard-header p {
    font-size: 4.6vw;
    color: #333;
    max-width: 90vw;
    margin: 1vw auto 2vw;
  }
  .sam-league-billiard-header h2 {
    font-size: 8vw;
    color: #1a1a1a;
    font-weight: bold;
    text-shadow: 0.1vw 0.1vw #ffc107;
  }
  .sam-league-billiard-button {
    display: inline-block;
    background-color: #ffc107;
    color: #1a1a1a;
    font-weight: bold;
    text-decoration: none;
    font-size: 4vw;
    padding: 0.8vw 1.6vw;
    border-radius: 0.5vw;
  }
  .sam-league-billiard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60vw, 1fr));
    gap: 2vw;
  }
  .sam-league-billiard-card h3 {
    font-size: 5.3vw;
    color: #1a1a1a;
    margin-bottom: 1vw;
  }
  .sam-league-billiard-card ul {
    text-align: left;
    font-size: 5vw;
    padding-left: 5.2vw;
    margin-bottom: 1.5vw;
    color: #444;
  }
  .sam-league-wifi-dart-section {
    background: radial-gradient(circle at top left, #1c2b38 0%, #203a4c 100%);
    padding: 6vw 0vw;
    color: #ffffff;
  }
  .sam-league-wifi-dart-text {
    flex: 1 1 54vw;
  }
  .sam-league-wifi-dart-text p {
    font-size: 4.15vw;
    line-height: 1.7;
    margin-bottom: 2vw;
    color: #f0f0f0;
  }
  .sam-league-wifi-dart-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    max-width: 97vw;
    flex-direction: column;
    margin: 0 auto;
  }
  .sam-league-wifi-dart-text h2 {
    font-size: 6.8vw;
    color: #fff76a;
    text-shadow: 0.1vw 0.1vw 0.3vw rgba(255, 255, 255, 0.5);
    margin-bottom: 1.2vw;
  }
  .sam-league-wifi-dart-btn {
    background-color: #ffc107;
    color: #1a1a1a;
    font-size: 4.05vw;
    font-weight: bold;
    padding: 0.8vw 1.6vw;
    border-radius: 0.4vw;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
  }
  .sam-league-wifi-dart-img img {
    width: 100%;
    max-width: 77vw;
    height: auto;
    border-radius: 0.6vw;
    filter: drop-shadow(0 0.3vw 0.6vw rgba(255, 255, 255, 0.2));
  }
  .sam-league-diana-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  .sam-league-diana-text h4 {
    text-transform: uppercase;
    font-size: 6vw;
    letter-spacing: 0.15vw;
    margin-bottom: 0.6vw;
    color: #445;
  }
  .sam-league-diana-text h2 {
    font-size: 5.2vw;
    font-weight: 800;
    color: #003366;
    margin-bottom: 1.2vw;
  }
  .sam-league-diana-text p {
    font-size: 4.15vw;
    line-height: 1.7;
    margin-bottom: 1.2vw;
    color: #333;
  }
  .sam-league-diana-link {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    border-bottom: 0.1vw solid #003366;
    padding-bottom: 0.2vw;
    transition: color 0.3s, border-color 0.3s;
  }
  .sam-league-diana-img img {
    width: 100%;
    max-width: 90vw;
    height: auto;
    filter: drop-shadow(0 0.4vw 0.8vw rgba(0, 0, 0, 0.2));
  }
  .sam-league-diana-block.reverse {
    flex-direction: column;
  }
  .sam-league-dart-header h2 {
    font-size: 5.8vw;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 1.5vw;
    text-shadow: 0.1vw 0.1vw #ffc107;
  }
  .sam-league-dart-header p {
    font-size: 4.1vw;
    max-width: 95vw;
    margin: 0 auto 3vw;
    color: #333;
    line-height: 1.6;
  }
  .sam-league-dart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35vw, 1fr));
    gap: 2vw;
    justify-content: center;
  }
  .sam-league-dart-card h3 {
    font-size: 5.3vw;
    color: #1a1a1a;
    margin: 1vw 0 0.5vw;
  }
  .sam-league-dart-price {
    font-weight: bold;
    color: #111;
    font-size: 4.2vw;
    margin-bottom: 1vw;
  }

  .sam-league-slotbar-header h2 {
    font-size: 7.4vw;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1vw;
  }
  .sam-league-slotbar-header p {
    font-size: 3.1vw;
    color: #333;
    max-width: 90vw;
    margin: 0 auto 2vw;
    line-height: 1.6;
  }
  .sam-league-slotbar-btn {
    display: inline-block;
    background-color: #f7c948;
    color: #000;
    font-weight: 600;
    font-size: 4vw;
    padding: 0.6vw 1.8vw;
    border-radius: 0.3vw;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  .sam-league-slotbar-item {
    background: #fafafa;
    border: 0.1vw solid #ddd;
    border-radius: 1vw;
    padding: 2vw;
    text-align: center;
    width: 43vw;
    box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
  }
  .sam-league-slotbar-item h3 {
    font-size: 3.6vw;
    margin-bottom: 0.6vw;
    color: #222;
  }
  .sam-league-slotbar-price {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 1vw;
  }
  .sam-league-info-text p {
    font-size: 4.05vw;
    line-height: 1.8;
    margin-bottom: 1vw;
    color: #1c1c1c;
  }
  .samleague-blog-title {
    font-size: 6.6vw;
    color: #003366;
    margin-bottom: 1vw;
  }
  .samleague-blog-subtitle {
    font-size: 4.2vw;
    color: #555;
  }
  .samleague-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35vw, 1fr));
    gap: 2vw;
  }
  .samleague-blog-image {
    height: 30vw;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
  }
  .samleague-blog-heading {
    font-size: 3.3vw;
    color: #002244;
    padding: 1vw 1.2vw 0 1.2vw;
    min-height: 6vw;
  }
  .samleague-blog-readmore {
    font-size: 5vw;
    color: #0066cc;
    padding: 0.5vw 1.2vw 1.2vw 1.2vw;
    display: block;
    font-weight: bold;
  }
  .samleague-blog-article p {
    font-size: 4.1vw;
    margin-bottom: 1.5vw;
  }
  .samleague-blog-subheading {
    font-size: 5.7vw;
    margin-top: 2.2vw;
    margin-bottom: 1vw;
    color: #005599;
  }
  .samleague-blog-article ul li {
    margin-bottom: 1vw;
    font-size: 4.1vw;
  }
}
