.elementor-934 .elementor-element.elementor-element-2c83e8c{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-934 .elementor-element.elementor-element-2c83e8c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-934 .elementor-element.elementor-element-128ed40.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-934 .elementor-element.elementor-element-2c83e8c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-128ed40 */:root {
  --green: #009f68;
  --deep-green: #05633d;
  --mint: #dff8e8;
  --yellow: #ffe56d;
  --gold: #ffc928;
  --ink: #173328;
  --muted: #5f766d;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(0, 84, 54, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  /*min-height: 100vh;*/
  /*margin: 0;*/
  /*color: var(--ink);*/
  background-color: #f6fff9;
  background-image: url("https://nhakhoasaigontamduc.com/wp-content/uploads/2026/08/background-desktop.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing {
  /*min-height: 100vh;*/
  width: 100% !important;
  /*padding: clamp(18px, 3vw, 34px);*/
}

.hero {
  width: min(1180px, 100%);
  min-height: calc(100vh - clamp(36px, 6vw, 68px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.brand-logo {
  width: min(520px, 86vw);
  height: auto;
  display: block;
}

.headline {
  width: min(780px, 100%);
  margin: clamp(12px, 2.2vw, 26px) auto clamp(16px, 2.6vw, 32px);
  text-align: center;
}

.title-art {
  width: min(720px, 100%);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0, 105, 63, 0.16));
}

.smile-art {
  width: min(520px, 82%);
  height: auto;
  display: block;
  margin: clamp(4px, 1vw, 10px) auto 0;
  filter: drop-shadow(0 8px 14px rgba(0, 105, 63, 0.14));
}

.subtitle {
  width: min(680px, 92%);
  margin: clamp(10px, 1.6vw, 16px) auto 0;
  color: var(--deep-green);
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.45;
  font-weight: 700;
}

.bag-grid {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  margin: 0 auto clamp(24px, 4vw, 44px);
  padding: clamp(8px, 1.6vw, 14px);
}

.bag-card {
  position: relative;
  min-height: 0;
  border: 2px solid rgba(0, 159, 104, 0.24);
  border-radius: 8px;
  padding: clamp(10px, 1.6vw, 18px);
  color: var(--deep-green);
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 10px 28px rgba(0, 89, 58, 0.12);
  display: grid;
  place-items: center;
  gap: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.bag-card::after {
  content: "Chọn";
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 56px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--deep-green);
  background: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(124, 90, 0, 0.14);
}

.bag-card:hover,
.bag-card:focus-visible {
  transform: translateY(-5px);
  border-color: var(--green);
  box-shadow: 0 18px 38px rgba(0, 89, 58, 0.2);
  outline: none;
}

.bag-card img {
  width: min(100%, 190px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.bag-card span {
  width: 100%;
  min-height: 24px;
  color: var(--deep-green);
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 800;
  text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 49, 34, 0.58);
  backdrop-filter: blur(4px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--deep-green);
  background: #eefaf2;
  font-size: 28px;
  line-height: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-close:focus-visible,
.submit-btn:focus-visible {
  outline: 3px solid rgba(255, 201, 40, 0.85);
  outline-offset: 3px;
}

.form-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
}

.selected-bag {
  min-height: 100%;
  padding: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--mint), #fff8d7);
}

.selected-bag img {
  width: min(100%, 270px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(5, 99, 61, 0.18));
}

.form-content {
  padding: clamp(24px, 4vw, 42px);
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.form-content h2,
.voucher-panel h2 {
  margin: 0;
  color: var(--deep-green);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.form-note,
.voucher-copy {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

form {
  display: grid;
  gap: 8px;
}

label {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(0, 117, 76, 0.22);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfffc;
  outline: none;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 159, 104, 0.12);
}

.error-message {
  min-height: 18px;
  color: #d52828;
  font-size: 13px;
  line-height: 1.35;
}

.submit-btn {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 13px 18px;
  color: var(--deep-green);
  background: linear-gradient(180deg, var(--yellow), var(--gold));
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(183, 135, 0, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(183, 135, 0, 0.28);
}

.voucher-panel {
  width: min(540px, 100%);
  padding: clamp(28px, 5vw, 46px);
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255, 229, 109, 0.4), transparent 42%),
    linear-gradient(180deg, #ffffff, #f1fff5);
}

.winner-name {
  min-height: 24px;
  margin: 12px 0 4px;
  color: var(--muted);
  font-weight: 700;
}

.voucher-value {
  width: min(340px, 92%);
  margin: 18px auto;
  border: 4px dashed var(--gold);
  border-radius: 8px;
  padding: 18px 22px;
  color: #e4332f;
  background: #fff8d4;
  font-size: clamp(52px, 11vw, 82px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  body {
    background-image: url("https://nhakhoasaigontamduc.com/wp-content/uploads/2026/08/background-mobile.png");
    background-position: center top;
    background-size: cover;
  }

  .landing {
    padding: 16px 12px 28px;
  }

  .hero {
    min-height: auto;
  }

  .brand-logo {
    width: min(430px, 90vw);
  }

  .headline {
    margin-top: 14px;
  }

  .bag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(640px, 100%);
  }

  .bag-card img {
    width: min(100%, 158px);
  }

  .form-panel {
    grid-template-columns: 1fr;
  }

  .selected-bag {
    min-height: 190px;
    padding: 22px 18px 12px;
  }

  .selected-bag img {
    width: min(46vw, 190px);
  }
}

@media (max-width: 560px) {
  .landing {
    padding-top: 12px;
  }

  .brand-logo {
    width: min(330px, 92vw);
  }

  .title-art {
    width: min(360px, 94vw);
  }

  .smile-art {
    width: min(285px, 76vw);
  }

  .subtitle {
    width: 96%;
    font-size: 15px;
  }

  .bag-grid {
    gap: 10px;
    padding: 4px;
  }

  .bag-card {
    padding: 10px 7px;
  }

  .bag-card::after {
    top: 7px;
    right: 7px;
    min-width: 46px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .bag-card img {
    width: min(100%, 128px);
  }

  .modal {
    padding: 12px;
    align-items: flex-start;
    overflow: auto;
  }

  .modal-panel {
    max-height: none;
    margin: auto 0;
  }

  .form-content,
  .voucher-panel {
    padding: 24px 18px;
  }

  .voucher-value {
    padding: 14px;
  }
}/* End custom CSS */