/*
Theme Name: IWIN VN Zone Child
Theme URI: https://iwinvnzone.com/
Description: Domain-specific Flatsome child theme for iwinvnzone.com.
Author: IWIN VN Zone
Template: flatsome
Version: 1.0.8
Text Domain: iwinvnzone
*/

:root {
  --ivz-red: #8f0d0d;
  --ivz-red-bright: #c8321e;
  --ivz-gold: #f7cd55;
  --ivz-gold-deep: #b56a12;
  --ivz-ink: #171414;
  --ivz-panel: #252525;
  --ivz-paper: #fff9eb;
  --ivz-muted: #cabfae;
  --ivz-container: 1050px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ivz-site {
  margin: 0;
  overflow-x: hidden;
  background: #160806;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.6;
}

body.ivz-site a {
  color: inherit;
  text-decoration: none;
}

.ivz-container {
  width: min(var(--ivz-container), calc(100% - 32px));
  margin-inline: auto;
}

.ivz-header {
  position: relative;
  z-index: 30;
  height: 90px;
  background: #b72e20 url("assets/images/iwin-red-pattern.jpg") center top / cover no-repeat;
}

.ivz-header::after {
  content: none;
}

.ivz-header-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  width: min(1080px, 100%);
  height: 90px;
  padding: 0 15px;
  gap: 30px;
}

.ivz-brand {
  display: block;
  width: 200px;
  height: 90px;
}

.ivz-brand img {
  display: block;
  width: 130px;
  height: 90px;
  object-fit: contain;
}

.ivz-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.ivz-desktop-nav a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 9.6px;
  border: 2px solid transparent;
  border-radius: 32px;
  color: rgba(255, 255, 255, .8);
  font-size: 12.8px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: .2s ease;
}

.ivz-desktop-nav a:hover,
.ivz-desktop-nav a[aria-current="page"] {
  border-color: #eeee22;
  color: #eeee22;
  background: transparent;
}

.ivz-desktop-nav a:nth-child(1) {
  width: 118.02px;
}

.ivz-desktop-nav a:nth-child(2) {
  width: 139.27px;
}

.ivz-desktop-nav a:nth-child(3) {
  width: 75.96px;
}

.ivz-desktop-nav a:nth-child(4) {
  width: 104.4px;
}

.ivz-desktop-nav a:nth-child(5) {
  width: 101.03px;
}

.ivz-nav-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.ivz-nav-icon svg {
  width: 16px;
  height: 16px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ivz-nav-icon svg path:first-child:not(:last-child),
.ivz-nav-icon svg rect,
.ivz-nav-icon svg circle {
  fill: none;
}

.ivz-header-actions {
  display: flex;
  align-items: center;
  gap: 7.5px;
}

.ivz-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 8.16px;
  border: 2px solid transparent;
  border-radius: 32px;
  background: #c9aa71;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  text-transform: uppercase;
}

.ivz-action-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, .2);
}

.ivz-header-actions .ivz-pill:first-child {
  width: auto;
}

.ivz-header-actions .ivz-pill:last-child {
  width: auto;
}

.ivz-mobile-nav {
  display: none;
}

.ivz-main {
  min-height: 70vh;
}

.ivz-hero-shell {
  position: relative;
  padding: 42px 0 76px;
  background:
    linear-gradient(to bottom, rgba(31, 3, 0, .05), rgba(34, 3, 0, .12) 45%, #160806 100%),
    url("assets/images/hero-stage.webp") center top / cover no-repeat;
}

.ivz-hero-shell::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 232, 141, .12), transparent 32%),
    linear-gradient(to bottom, transparent 58%, rgba(20, 7, 5, .78));
  content: "";
  pointer-events: none;
}

.ivz-hero {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ivz-hero-kicker {
  display: inline-block;
  margin-top: 8px;
  color: #7b120d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 900;
  line-height: .95;
  text-shadow: 0 2px 0 #ffe7a5, 0 4px 0 #a74015, 0 8px 20px rgba(61, 9, 0, .45);
  transform: rotate(-2deg);
}

.ivz-hero-kicker span {
  display: block;
  color: #b51c13;
  font-size: .72em;
  transform: rotate(2deg);
}

.ivz-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(320px, 90%);
  margin: 30px auto 24px;
  gap: 12px;
}

.ivz-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  border: 3px solid #ffda74;
  border-radius: 13px 13px 24px 24px;
  background: linear-gradient(#e5472f 0%, #9b140f 52%, #66100d 100%);
  color: #fff4cc;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #5a0b06;
  box-shadow: 0 5px 0 #6d1d07, 0 10px 20px rgba(59, 5, 0, .35), inset 0 1px 0 #fff2b5;
}

.ivz-cta.ivz-cta-teal {
  border-color: #ffd977;
  background: linear-gradient(#1aa29b 0%, #08706e 55%, #05494a 100%);
  box-shadow: 0 5px 0 #543105, 0 10px 20px rgba(59, 5, 0, .35), inset 0 1px 0 #d8fffa;
}

.ivz-title-frame {
  width: min(610px, 96%);
  margin: 31px auto 26px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 229, 149, .24);
  background: rgba(45, 13, 5, .22);
  box-shadow: 0 0 24px rgba(71, 7, 0, .12);
}

.ivz-title-frame h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(28, 0, 0, .65);
}

.ivz-announcement {
  width: min(760px, 96%);
  margin: 0 auto 32px;
  color: #fff7df;
}

.ivz-announcement h2,
.ivz-section-heading {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 9px rgba(42, 2, 0, .8);
}

.ivz-announcement p {
  margin: 7px 0;
  font-size: 16px;
}

.ivz-site-line {
  margin: 34px auto 24px;
  text-align: center;
}

.ivz-site-line strong {
  display: block;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
}

.ivz-site-line span {
  color: #ffe8b0;
}

.ivz-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 40px;
  margin: 12px auto 36px;
}

.ivz-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 2px solid #ffd164;
  border-radius: 10px;
  background: #4a0805;
  box-shadow: 0 12px 22px rgba(28, 0, 0, .46), 0 0 0 4px rgba(113, 19, 8, .34);
  transition: transform .22s ease;
}

.ivz-card:hover {
  transform: translateY(-7px);
}

.ivz-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ivz-card span {
  position: absolute;
  top: 11px;
  left: 50%;
  width: calc(100% - 18px);
  padding: 7px 6px;
  border: 1px solid rgba(255, 227, 137, .85);
  border-radius: 999px;
  background: rgba(51, 5, 2, .76);
  color: #ffe89c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #4c0702;
  transform: translateX(-50%);
}

.ivz-intro {
  position: relative;
  z-index: 1;
  padding: 28px 30px 34px;
  border-radius: 22px 22px 0 0;
  background: rgba(32, 32, 32, .97);
  color: #efefef;
  text-align: left;
  box-shadow: 0 -4px 24px rgba(22, 0, 0, .2);
}

.ivz-intro h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(22px, 3vw, 28px);
  text-align: center;
  text-transform: uppercase;
}

.ivz-intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 330px;
  gap: 34px;
}

.ivz-intro-copy p {
  margin: 0 0 13px;
}

.ivz-intro-visual {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px solid rgba(255, 217, 113, .18);
  border-radius: 15px;
  background:
    radial-gradient(circle, rgba(255, 202, 68, .22), transparent 47%),
    linear-gradient(135deg, #5a0d08, #1a1717 70%);
}

.ivz-intro-emblem {
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  border: 8px double #f2c455;
  border-radius: 50%;
  background: #9d1510;
  color: #ffe893;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 900;
  box-shadow: 0 0 35px rgba(240, 184, 50, .28);
}

.ivz-news {
  padding: 48px 0 64px;
  background: #fff;
  color: #3c3330;
}

.ivz-news h2 {
  color: #a01912;
  text-shadow: none;
}

.ivz-empty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 170px;
  gap: 18px;
}

.ivz-empty-card {
  border: 1px solid #eadfd5;
  border-radius: 8px;
  background:
    linear-gradient(110deg, #f5eee7 8%, #fffaf5 18%, #f5eee7 33%);
  background-size: 200% 100%;
}

.ivz-content-page {
  min-height: 620px;
  padding: 64px 0 90px;
  background:
    linear-gradient(rgba(27, 5, 3, .83), rgba(27, 5, 3, .94)),
    url("assets/images/hero-stage.webp") center / cover fixed;
}

.ivz-article-shell {
  padding: 34px;
  border: 1px solid rgba(255, 213, 94, .3);
  border-radius: 18px;
  background: rgba(29, 28, 28, .96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
}

.ivz-article-shell h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(27px, 5vw, 42px);
  text-align: center;
}

.ivz-article-body:empty {
  min-height: 360px;
}

.ivz-footer {
  position: relative;
  padding: 0;
  background: #9f241b;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 25.6px;
}

.ivz-footer-main {
  min-height: 573px;
  background: url("assets/images/iwin-red-pattern.jpg") center center / cover no-repeat;
}

.ivz-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1080px, 100%);
  min-height: 573px;
  padding: 5px 0 0;
  gap: 0;
}

.ivz-footer-grid > section {
  padding: 0 15px 30px;
}

.ivz-footer h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.ivz-footer p {
  margin: 0 0 20.8px;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 25.6px;
}

.ivz-footer ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: disc;
}

.ivz-footer li {
  margin: 0 0 9px;
}

.ivz-footer a {
  color: #f1f1f1;
  font-size: 16px;
}

.ivz-footer a:hover {
  color: #eeee22;
}

.ivz-footer-logo {
  display: block;
  width: 240px;
  height: 166px;
  margin: 0 0 20px;
}

.ivz-footer-logo img {
  display: block;
  width: 240px;
  height: 166px;
  object-fit: contain;
}

.ivz-footer-contact iframe {
  display: block;
  width: 240px;
  max-width: 100%;
  height: 200px;
}

.ivz-copyright {
  min-height: 48px;
  padding: 10px 0 15px;
  border: 0;
  background: #fff;
  color: rgba(0, 0, 0, .5);
  font-size: 14.4px;
  line-height: 23px;
  text-align: left;
}

.ivz-copyright a {
  color: rgba(0, 0, 0, .65);
  font-size: 14.4px;
}

.ivz-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 8px 12px;
  background: #fff;
  color: #111 !important;
  transform: translateY(-160%);
}

.ivz-skip:focus {
  transform: translateY(0);
}

@media (max-width: 960px) {
  .ivz-header-row {
    display: block;
    width: 100%;
    height: 125px;
    padding: 0;
  }

  .ivz-header {
    height: 125px;
  }

  .ivz-header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    height: 55px;
    background: rgba(226, 88, 40, .9);
    content: "";
  }

  .ivz-desktop-nav {
    display: none;
  }

  .ivz-brand {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 101px;
    height: 70px;
    transform: translateX(-50%);
  }

  .ivz-brand img {
    width: 101px;
    height: 70px;
  }

  .ivz-header-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 55px;
    gap: 30px;
  }

  .ivz-header-actions .ivz-pill:first-child {
    width: auto;
  }

  .ivz-header-actions .ivz-pill:last-child {
    width: auto;
  }

  .ivz-pill {
    height: 36px;
    padding: 10px 12px;
    line-height: 16px;
  }

  .ivz-action-divider {
    display: none;
  }

  .ivz-mobile-nav {
    position: absolute;
    top: 10.4px;
    left: 15px;
    z-index: 4;
    display: block;
  }

  .ivz-mobile-nav summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 24.32px;
    height: 49.18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-weight: 900;
    gap: 6px;
    list-style: none;
  }

  .ivz-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .ivz-mobile-nav summary span {
    display: block;
    width: 24.32px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .82);
  }

  .ivz-mobile-menu {
    position: absolute;
    top: 114.6px;
    left: -15px;
    z-index: 10;
    display: grid;
    width: 100vw;
    padding: 12px 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    background: #9d271e;
    box-shadow: 0 18px 40px rgba(31, 0, 0, .45);
  }

  .ivz-mobile-menu a {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 224, 137, .16);
    color: #fff;
    font-weight: 800;
  }

  .ivz-cards {
    gap: 18px;
  }

  .ivz-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .ivz-container {
    width: min(100% - 24px, var(--ivz-container));
  }

  .ivz-hero-shell {
    padding-top: 24px;
    background-position: 50% top;
  }

  .ivz-hero-kicker {
    font-size: 42px;
  }

  .ivz-hero-actions {
    width: min(285px, 92%);
  }

  .ivz-cta {
    min-height: 54px;
    font-size: 18px;
  }

  .ivz-announcement p {
    font-size: 14px;
  }

  .ivz-cards {
    grid-template-columns: 1fr 1fr;
    width: min(520px, 100%);
    gap: 14px;
  }

  .ivz-intro {
    padding: 23px 18px 28px;
  }

  .ivz-intro-content {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ivz-intro-visual {
    min-height: 220px;
  }

  .ivz-empty-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ivz-footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 0;
  }

  .ivz-footer-grid > section {
    padding: 0 15px 30px;
  }

  .ivz-footer-grid > .ivz-footer-contact {
    padding-bottom: 35px;
  }

  .ivz-footer-logo {
    width: 300px;
    height: 208px;
    margin: 0 0 20.8px;
  }

  .ivz-footer-logo img {
    width: 300px;
    height: 208px;
  }

  .ivz-footer h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 25.6px;
    text-align: center;
  }

  .ivz-footer p {
    margin-bottom: 20.8px;
  }

  .ivz-footer ul {
    margin: 0 0 20.8px;
  }

  .ivz-footer li {
    margin: 0 0 9.6px 20.8px;
  }

  .ivz-footer-contact iframe {
    display: inline;
    width: 100%;
    max-width: none;
    height: 200px;
    visibility: visible;
  }

  .ivz-copyright {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .ivz-article-shell {
    padding: 25px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
