.secxanh-embed {
  --g-deep:    #0a4d32;
  --g-mid:     #1a7a4e;
  --g-bright:  #26b86e;
  --g-light:   #d2f5e3;
  --g-pale:    #f0fbf5;
  --gold:      #c9a84c;
  --gold-lt:   #f0d98a;
  --cream:     #faf8f2;
  --white:     #ffffff;
  --ink:       #0d1f15;
  --text:      #1c2e23;
  --muted:     #5a7568;
  --border:    #d0e8da;
  --shadow-sm: 0 4px 16px rgba(10,77,50,.10);
  --shadow-md: 0 12px 40px rgba(10,77,50,.14);
  --shadow-lg: 0 24px 64px rgba(10,77,50,.20);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 32px;
  font-family: Arial, tahoma;
  color: var(--text);
  overflow-x: hidden;
}

.secxanh-embed *, .secxanh-embed *::before, .secxanh-embed *::after {
  box-sizing: border-box;
}
.secxanh-embed img { display: block; max-width: 100%; }
.secxanh-embed button { cursor: pointer; font-family: inherit; }
.secxanh-embed a { text-decoration: none; color: inherit; }

/* ============================================================
   PAGE SYSTEM
============================================================ */
.secxanh-embed .sx-page { display: none; animation: sx-fadeUp .35s ease; }
.secxanh-embed .sx-page.active { display: block; }
@keyframes sx-fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   INLINE TAB NAV (thay thế nav/topbar)
============================================================ */
.sx-tabnav {
  background: var(--g-deep);
  border-radius: var(--r-md) var(--r-md) 0 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.sx-tabnav::-webkit-scrollbar { display: none; }
.sx-tabnav-link {
  padding: 16px 20px;
  font-size: 13.5px; font-weight: 600;
  color: rgba(255,255,255,.55);
  border-bottom: 3px solid transparent;
  transition: all .2s; white-space: nowrap;
  background: none; border-top: none; border-left: none; border-right: none;
  border-bottom: 3px solid transparent;
}
.sx-tabnav-link:hover { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.3); }
.sx-tabnav-link.active { color: var(--gold-lt); border-color: var(--gold); font-weight: 700; }
.sx-tabnav-cta {
  margin-left: auto;
  background: var(--gold); color: var(--ink);
  border: none; border-radius: var(--r-sm);
  padding: 8px 20px; font-size: 13px; font-weight: 700;
  transition: background .2s; white-space: nowrap; flex-shrink: 0;
}
.sx-tabnav-cta:hover { background: var(--gold-lt); }

/* ============================================================
   BUTTONS
============================================================ */
.secxanh-embed .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; border-radius: var(--r-sm);
  font-weight: 700; font-size: 15px;
  padding: 14px 28px; transition: all .2s;
}
.secxanh-embed .btn-green { background: var(--g-deep); color: #fff; box-shadow: 0 8px 24px rgba(10,77,50,.25); }
.secxanh-embed .btn-green:hover { background: var(--g-mid); transform: translateY(-1px); }
.secxanh-embed .btn-gold { background: var(--gold); color: var(--ink); }
.secxanh-embed .btn-gold:hover { background: var(--gold-lt); transform: translateY(-1px); }
.secxanh-embed .btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,.35); color: rgba(255,255,255,.85); }
.secxanh-embed .btn-outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.secxanh-embed .btn-border { background: #fff; border: 1.5px solid var(--border); color: var(--text); }
.secxanh-embed .btn-border:hover { border-color: var(--g-mid); color: var(--g-mid); }

/* ============================================================
   SECTION WRAPPER
============================================================ */
.secxanh-embed .wrap { max-width: 1200px; margin: 0 auto; padding: 0 36px; }
.secxanh-embed .section {padding: 30px 0;}
.secxanh-embed .section-label {
  font-size: 11px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--g-bright); margin-bottom: 10px;
}
.secxanh-embed .section-title {
  font-family: Arial, tahoma;
  font-size: clamp(26px,4vw,38px);
  font-weight: 700;
  color: var(--g-deep);
  line-height: 1.15;
  margin-bottom: 14px;
}
.secxanh-embed .section-sub { font-size: 16px; color: var(--muted); line-height: 1.7; max-width: 560px; }

/* ============================================================
   HERO
============================================================ */
.secxanh-embed .hero {
  background: url(/static-assets/secxanh/bg-header.png);
  padding: 30px 40px 30px;
  position: relative;
  overflow: hidden;
}
.secxanh-embed .hero::after {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 480px; height: 480px; border-radius: 50%;
  background: rgba(255,255,255,.03);
}
.secxanh-embed .hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
}
.secxanh-embed .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
  border-radius: 100px; padding: 7px 18px;
  font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--gold-lt); margin-bottom: 22px;
}
.secxanh-embed .hero-badge::before { content: '●'; font-size: 7px; color: var(--gold); }
.secxanh-embed .hero-title {
  font-family: Arial, tahoma;
  font-size: clamp(40px,6vw,64px); font-weight: 900;
  color: #fff; line-height: 1.08; margin-bottom: 22px;
}
.secxanh-embed .hero-title .accent { color: var(--gold-lt); font-style: italic; }
.secxanh-embed .hero-desc {font-size: 17px;color: rgba(255,255,255,.75);line-height: 1.75;font-weight: 300;margin-bottom: 15px;/* max-width: 520px; */padding: 0px 13%;text-align: center;}
.secxanh-embed .hero-stats {display: flex;gap: 40px;align-items: center;margin-bottom: 0;}
.secxanh-embed .hero-divider { width: 1px; height: 40px; background: rgba(255,255,255,.15); }
.secxanh-embed .stat-num { font-family: Arial, tahoma; font-size: 30px; font-weight: 700; color: #fff; }
.secxanh-embed .stat-label { font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; }
.secxanh-embed .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Cheque card in hero */
.secxanh-embed .cheque-card {
  /* background: linear-gradient(145deg, #1a7a4e, #0b4a2c); */
  /* border-radius: var(--r-lg); */
  padding: 0;
  /* box-shadow: var(--shadow-lg); */
  /* border: 1px solid rgba(255,255,255,.08); */
  position: relative;
  /* overflow: hidden; */
  height: 410px;
}
.secxanh-embed .cheque-card::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M26 0L52 26L26 52L0 26z'/%3E%3C/g%3E%3C/svg%3E") repeat;
}
.secxanh-embed .cc-brand { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 26px; }
.secxanh-embed .cc-label { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 5px; }
.secxanh-embed .cc-amount { font-family: Arial, tahoma; font-size: 44px; font-weight: 900; color: var(--gold-lt); line-height: 1; }
.secxanh-embed .cc-unit { font-size: 13px; color: rgba(255,255,255,.38); margin: 5px 0 24px; }
.secxanh-embed .cc-meta {
  display: flex; gap: 16px;
  background: rgba(255,255,255,.07); border-radius: 10px;
  padding: 14px 16px; margin-bottom: 22px;
  font-size: 12px;
}
.secxanh-embed .cc-meta-item label { display: block; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3px; }
.secxanh-embed .cc-meta-item span { color: rgba(255,255,255,.75); font-weight: 600; }
.secxanh-embed .cc-footer { display: flex; justify-content: space-between; align-items: flex-end; }
.secxanh-embed .cc-chip { width: 38px; height: 28px; background: linear-gradient(135deg, var(--gold), var(--gold-lt)); border-radius: 5px; opacity: .8; }
.secxanh-embed .cc-name { font-family: Arial, tahoma; font-size: 17px; font-weight: 700; color: rgba(255,255,255,.35); text-align: right; line-height: 1.25; }

/* Feature strip */
.secxanh-embed .feature-strip {
  background: var(--g-deep);
  border-top: 1px solid rgba(255,255,255,.07);
}
.secxanh-embed .feature-strip-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 36px;
  display: flex; justify-content: center; flex-wrap: wrap;
}
.secxanh-embed .feat-pill {
  display: flex; align-items: center; gap: 9px;
  padding: 15px 28px;
  color: rgba(255,255,255,.55); font-size: 13px; font-weight: 500;
  border-right: 1px solid rgba(255,255,255,.08);
  transition: color .2s;
}
.secxanh-embed .feat-pill:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.secxanh-embed .feat-pill:hover { color: rgba(255,255,255,.85); }
.secxanh-embed .feat-pill .fi { color: var(--g-bright); font-size: 15px; }

/* Ecosystem grid */
.secxanh-embed .eco-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.secxanh-embed .eco-card {
  background: var(--white); border-radius: var(--r-md); padding: 30px 26px;
  border: 1px solid var(--border); transition: all .25s; position: relative; overflow: hidden;
}
.secxanh-embed .eco-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--g-mid), var(--g-bright));
  transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.secxanh-embed .eco-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.secxanh-embed .eco-card:hover::after { transform: scaleX(1); }
.secxanh-embed .eco-icon { font-size: 32px; margin-bottom: 16px; }
.secxanh-embed .eco-title { font-size: 16px; font-weight: 700; color: var(--g-deep); margin-bottom: 9px; }
.secxanh-embed .eco-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Steps */
.secxanh-embed .steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 40px; }
.secxanh-embed .step-card {
  background: var(--white); border-radius: var(--r-md); padding: 26px 22px;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.secxanh-embed .step-num {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--g-mid), var(--g-bright));
  color: #fff; font-size: 18px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; box-shadow: 0 6px 16px rgba(26,122,78,.3);
}
.secxanh-embed .step-title { font-size: 15px; font-weight: 700; color: var(--g-deep); margin-bottom: 8px; }
.secxanh-embed .step-desc { font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* Tabs */
.secxanh-embed .tabs-wrap { margin-top: 0; }
.secxanh-embed .tabs-nav { display: flex; gap: 0; border-bottom: 2px solid #e4ede8; margin-bottom: 40px; }
.secxanh-embed .tab-btn {
  position: relative; /*display: flex; */align-items: center; gap: 10px;
  padding: 12px 36px; background: none; border: none;
  font-size: 15px; font-weight: 600; color: var(--muted);
  transition: color .3s; white-space: nowrap;
}
.secxanh-embed .tab-btn::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 3px; background: var(--g-bright);
  transform: scaleX(0); transition: transform .3s ease;
}
.secxanh-embed .tab-btn.active { color: var(--g-deep); }
.secxanh-embed .tab-btn.active::after { transform: scaleX(1); }
.secxanh-embed .tab-badge {
  background: var(--g-light); color: var(--g-mid);
  font-size: 11px; font-weight: 700; padding: 3px 9px;
  border-radius: 100px; letter-spacing: .4px;
}
.secxanh-embed .tab-btn.active .tab-badge { background: var(--g-deep); color: #fff; }
.secxanh-embed .tab-panel { display: none; animation: sx-fadeUp .4s ease; }
.secxanh-embed .tab-panel.active { display: block; }

/* Panel intro */
.secxanh-embed .panel-intro { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 20px; flex-wrap: wrap; }
.secxanh-embed .panel-intro h2 { font-family: Arial, tahoma; font-size: 26px; color: var(--g-deep); margin-bottom: 6px; }
.secxanh-embed .panel-intro p { font-size: 14px; color: var(--muted); line-height: 1.7; max-width: 480px; }
.secxanh-embed .free-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--g-bright), var(--g-mid));
  color: #fff; padding: 10px 20px; border-radius: 100px;
  font-size: 13px; font-weight: 700; white-space: nowrap;
  box-shadow: 0 4px 16px rgba(38,184,110,.35);
}

/* Voucher card — horizontal single layout */
.secxanh-embed .voucher-card-single {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-md);
  display: grid; grid-template-columns: 340px 1fr;
  border: 1px solid var(--border);
  transition: box-shadow .3s;
}
.secxanh-embed .voucher-card-single:hover { box-shadow: var(--shadow-lg); }

/* Left — coloured face */
.secxanh-embed .v-face {
  /* background: linear-gradient(145deg, var(--g-deep) 0%, #1a6040 60%, var(--g-mid) 100%); */
  /* padding: 36px 32px; */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.secxanh-embed .v-face::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.secxanh-embed .v-face::after {
  content: ''; position: absolute; bottom: -30px; left: -30px;
  width: 130px; height: 130px; border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.secxanh-embed .v-face-logo {
  font-family: Arial, tahoma; font-size: 12px;
  color: rgba(255,255,255,.5); letter-spacing: 2px; text-transform: uppercase;
  display: flex; align-items: center; gap: 7px;
}
.secxanh-embed .v-face-logo::before { content: '◆'; color: var(--gold); font-size: 9px; }
.secxanh-embed .v-face-amount {
  font-family: Arial, tahoma; font-size: 64px; color: #fff;
  font-weight: 900; line-height: 1; margin: 16px 0 4px;
}
.secxanh-embed .v-face-amount sub {
  font-size: 22px; font-weight: 400; color: var(--g-bright);
  vertical-align: baseline; font-family: Arial, tahoma;
}
.secxanh-embed .v-face-label {
  font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 20px;
}
.secxanh-embed .v-face-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,168,76,.2); border: 1px solid rgba(201,168,76,.4);
  border-radius: 100px; padding: 6px 16px;
  font-size: 11.5px; color: var(--gold-lt); font-weight: 600; letter-spacing: .5px;
  width: fit-content;
}
.secxanh-embed .v-face-meta {
  display: flex; gap: 0; margin-top: 24px;
  background: rgba(255,255,255,.08); border-radius: 10px; overflow: hidden;
}
.secxanh-embed .v-face-meta-item {
  flex: 1; padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.08);
}
.secxanh-embed .v-face-meta-item:last-child { border-right: none; }
.secxanh-embed .v-face-meta-item label {
  display: block; font-size: 9px; color: rgba(255,255,255,.35);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px;
}
.secxanh-embed .v-face-meta-item span { font-size: 12px; color: rgba(255,255,255,.75); font-weight: 600; }

/* Right — info & actions */
.secxanh-embed .v-body {
  padding: 36px 40px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 24px;
}
.secxanh-embed .v-body-top { flex: 1; }
.secxanh-embed .v-body-title {
  font-family: Arial, tahoma; font-size: 22px; font-weight: 700;
  color: var(--g-deep); margin-bottom: 8px;
}
.secxanh-embed .v-body-desc {
  font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 22px;
}
.secxanh-embed .v-perks {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 0;
}
.secxanh-embed .v-perk {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; color: var(--text); font-weight: 500;
}
.secxanh-embed .v-perk::before { content: '✓'; color: var(--g-bright); font-weight: 800; font-size: 12px; flex-shrink: 0; }
.secxanh-embed .v-body-bottom { display: flex; flex-direction: column; gap: 14px; }
.secxanh-embed .v-code-box {
  background: var(--g-pale); border: 1.5px dashed var(--g-bright); border-radius: 12px;
  padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.secxanh-embed .v-code-label { font-size: 10px; color: var(--g-mid); letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.secxanh-embed .v-code { font-family: Arial, tahoma, monospace; font-size: 20px; font-weight: 700; color: var(--g-deep); letter-spacing: 3px; }
.secxanh-embed .copy-btn {
  background: var(--g-bright); color: #fff; border: none; border-radius: 8px;
  padding: 9px 16px; font-size: 12px; font-weight: 600;
  transition: all .2s; white-space: nowrap; display: flex; align-items: center; gap: 4px;
}
.secxanh-embed .copy-btn:hover { background: var(--g-deep); }
.secxanh-embed .copy-btn.copied { background: var(--gold); }
.secxanh-embed .v-actions { display: flex; gap: 12px; }
.secxanh-embed .v-btn-buy {
  flex: 1; padding: 14px;
  background: var(--g-deep); color: #fff;
  border: none; border-radius: var(--r-sm); font-size: 15px; font-weight: 700;
  transition: all .2s;
}
.secxanh-embed .v-btn-buy:hover { background: var(--g-mid); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(10,77,50,.25); }
.secxanh-embed .v-btn-detail {
  padding: 14px 22px;
  background: #fff; color: var(--g-mid);
  border: 1.5px solid var(--g-mid); border-radius: var(--r-sm); font-size: 15px; font-weight: 700;
  transition: all .2s; white-space: nowrap;
}
.secxanh-embed .v-btn-detail:hover { background: var(--g-pale); }

/* How-to box */
.secxanh-embed .how-box { background: var(--g-pale); border-radius: var(--r-md); padding: 36px 40px; margin-top: 40px; border: 1px solid var(--border); }
.secxanh-embed .how-title { font-size: 17px; font-weight: 700; color: var(--g-deep); margin-bottom: 24px; }
.secxanh-embed .how-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.secxanh-embed .how-step { display: flex; align-items: flex-start; gap: 12px; }
.secxanh-embed .how-step-num {
  width: 30px; height: 30px; flex-shrink: 0;
  background: var(--g-deep); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
}
.secxanh-embed .how-step-text { font-size: 13.5px; color: var(--muted); line-height: 1.6; padding-top: 4px; }

/* Cash cards */
.secxanh-embed .cash-intro-box {
  background: linear-gradient(135deg, var(--g-deep), #0d5c38);
  border-radius: var(--r-md); padding: 40px 44px; color: #fff;
  display: flex; gap: 48px; align-items: center;
  margin-bottom: 36px; overflow: hidden; position: relative;
}
.secxanh-embed .cash-intro-box::before {
  content: '₫'; position: absolute; right: 40px;
  font-size: 200px; color: rgba(255,255,255,.04);
  font-family: Arial, tahoma; line-height: 1;
  top: 50%; transform: translateY(-50%);
}
.secxanh-embed .cash-intro-text { flex: 1; }
.secxanh-embed .cash-intro-text h2 { font-family: Arial, tahoma; font-size: 28px; margin-bottom: 10px; line-height: 1.3; }
.secxanh-embed .cash-intro-text p { font-size: 14px; color: rgba(255,255,255,.62); line-height: 1.8; max-width: 420px; }
.secxanh-embed .cash-price-display { text-align: center; flex-shrink: 0; }
.secxanh-embed .cash-price-display .cpd-from { font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 3px; }
.secxanh-embed .cash-price-display .cpd-val { font-family: Arial, tahoma; font-size: 46px; color: var(--gold-lt); font-weight: 700; line-height: 1; }
.secxanh-embed .cash-price-display .cpd-unit { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 4px; }
.secxanh-embed .cash-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(290px,1fr)); gap: 20px; }
.secxanh-embed .cash-card { background: var(--white); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: all .25s; }
.secxanh-embed .cash-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.secxanh-embed .cash-card-head { background: linear-gradient(155deg, var(--g-deep) 0%, #1a6040 100%); padding: 26px 24px; }
.secxanh-embed .cash-card-type { font-size: 10px; color: rgba(255,255,255,.45); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.secxanh-embed .cash-card-val { font-family: Arial, tahoma; font-size: 44px; font-weight: 700; color: var(--gold-lt); line-height: 1; }
.secxanh-embed .cash-card-val small { font-size: 18px; font-weight: 400; color: rgba(255,255,255,.5); font-family: Arial, tahoma; }
.secxanh-embed .cash-card-body { padding: 22px 24px; }
.secxanh-embed .cash-features { list-style: none; margin-bottom: 20px; display: flex; flex-direction: column; gap: 9px; }
.secxanh-embed .cash-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--muted); }
.secxanh-embed .cash-features li::before { content: '✓'; color: var(--g-bright); font-weight: 700; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.secxanh-embed .cash-price-row { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--border); }
.secxanh-embed .cash-price-tag { font-size: 12px; color: var(--muted); }
.secxanh-embed .cash-price-tag strong { display: block; font-size: 17px; color: var(--g-deep); font-weight: 800; }
.secxanh-embed .buy-btn {
  background: linear-gradient(135deg, var(--g-mid), var(--g-bright));
  color: #fff; border: none; border-radius: 10px;
  padding: 10px 20px; font-size: 14px; font-weight: 700; transition: all .2s;
  box-shadow: 0 4px 14px rgba(26,122,78,.28);
}
.secxanh-embed .buy-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(26,122,78,.35); }

/* ============================================================
   PAGE 2 — DETAIL
============================================================ */
.secxanh-embed .detail-hero-bg {
  background: var(--g-pale); border-bottom: 1px solid var(--border);
  padding: 44px 36px 0;
}
.secxanh-embed .breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.secxanh-embed .breadcrumb a { color: var(--g-mid); font-weight: 600; }
.secxanh-embed .breadcrumb a:hover { text-decoration: underline; }
.secxanh-embed .breadcrumb span { margin: 0 8px; color: var(--border); }
.secxanh-embed .detail-layout { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: start; max-width: 1200px; margin: 0 auto; }
.secxanh-embed .detail-left { padding-bottom: 52px; }
.secxanh-embed .detail-cat {
  display: inline-block; background: var(--g-deep); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 100px;
  letter-spacing: .09em; text-transform: uppercase; margin-bottom: 14px;
}
.secxanh-embed .detail-title { font-family: Arial, tahoma; font-size: 36px; font-weight: 700; color: var(--g-deep); line-height: 1.15; margin-bottom: 16px; }
.secxanh-embed .detail-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.secxanh-embed .stars { color: var(--gold); font-size: 16px; letter-spacing: 1px; }
.secxanh-embed .rating-text { font-size: 14px; color: var(--muted); }
.secxanh-embed .detail-tags { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 32px; }
.secxanh-embed .detail-tag { background: #fff; border: 1.5px solid var(--border); color: var(--g-mid); font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.secxanh-embed .cheque-showcase {
  background: linear-gradient(145deg, var(--g-deep), #0b4530);
  border-radius: var(--r-lg); padding: 34px; margin-bottom: 40px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.07);
  position: relative; overflow: hidden;
}
.secxanh-embed .cheque-showcase::after { content: '✦'; position: absolute; font-size: 180px; color: rgba(255,255,255,.025); right: -20px; bottom: -50px; }
.secxanh-embed .cs-watermark { font-size: 10px; color: rgba(255,255,255,.28); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.secxanh-embed .cs-label { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 5px; }
.secxanh-embed .cs-amount { font-family: Arial, tahoma; font-size: 52px; font-weight: 900; color: var(--gold-lt); }
.secxanh-embed .cs-currency { font-size: 13px; color: rgba(255,255,255,.35); margin: 4px 0 26px; }
.secxanh-embed .cs-divider { border: none; border-top: 1px dashed rgba(255,255,255,.12); margin-bottom: 22px; }
.secxanh-embed .cs-meta { display: flex; justify-content: space-between; }
.secxanh-embed .cs-meta-item label { font-size: 10px; color: rgba(255,255,255,.32); letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.secxanh-embed .cs-meta-item span { font-size: 13px; color: rgba(255,255,255,.72); font-weight: 600; }
.secxanh-embed .desc-block { margin-bottom: 32px; }
.secxanh-embed .desc-block-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 13px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.secxanh-embed .desc-text { font-size: 15px; color: var(--muted); line-height: 1.75; }
.secxanh-embed .usage-list { list-style: none; display: grid; gap: 10px; }
.secxanh-embed .usage-list li { display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px; background: #fff; border-radius: 10px; border: 1px solid var(--border); font-size: 14px; color: var(--text); }
.secxanh-embed .usage-list li::before { content: '✓'; color: var(--g-bright); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.secxanh-embed .purchase-panel {
  background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border);
  padding: 28px; position: sticky; top: 90px; box-shadow: var(--shadow-md);
}
.secxanh-embed .pp-label { font-size: 12px; color: var(--muted); font-weight: 500; margin-bottom: 5px; }
.secxanh-embed .pp-price { font-family: Arial, tahoma; font-size: 36px; font-weight: 700; color: var(--g-deep); margin-bottom: 4px; }
.secxanh-embed .pp-sub { font-size: 13px; color: var(--muted); margin-bottom: 22px; line-height: 1.5; }
.secxanh-embed .pp-denom-label { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 11px; }
.secxanh-embed .pp-denoms { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; }
.secxanh-embed .denom-btn {
  padding: 12px 8px; border: 2px solid var(--border); border-radius: 10px;
  background: #fff; font-size: 13px; font-weight: 600; color: var(--muted);
  text-align: center; transition: all .2s;
}
.secxanh-embed .denom-btn:hover { border-color: var(--g-mid); color: var(--g-mid); }
.secxanh-embed .denom-btn.active { border-color: var(--g-deep); background: var(--g-pale); color: var(--g-deep); }
.secxanh-embed .denom-btn .pop { display: block; font-size: 10px; color: var(--gold); font-weight: 700; margin-top: 2px; }
.secxanh-embed .pp-qty-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.secxanh-embed .pp-qty-label { font-size: 13px; font-weight: 700; color: var(--text); }
.secxanh-embed .qty-ctrl { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; }
.secxanh-embed .qty-btn { width: 38px; height: 38px; border: none; background: var(--g-pale); color: var(--g-deep); font-size: 18px; font-weight: 700; transition: background .2s; }
.secxanh-embed .qty-btn:hover { background: var(--g-light); }
.secxanh-embed .qty-val { width: 44px; text-align: center; font-weight: 700; font-size: 16px; background: #fff; border: none; outline: none; }
.secxanh-embed .pp-total-row { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--border); margin-bottom: 18px; }
.secxanh-embed .pp-total-label { font-size: 14px; color: var(--muted); }
.secxanh-embed .pp-total-amount { font-family: Arial, tahoma; font-size: 22px; font-weight: 700; color: var(--g-deep); }
.secxanh-embed .btn-buy { width: 100%; padding: 16px; background: var(--g-deep); color: #fff; border: none; border-radius: var(--r-sm); font-size: 16px; font-weight: 700; transition: all .2s; margin-bottom: 10px; }
.secxanh-embed .btn-buy:hover { background: var(--g-mid); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(10,77,50,.25); }
.secxanh-embed .btn-gift-pp { width: 100%; padding: 13px; background: #fff; color: var(--g-deep); border: 1.5px solid var(--g-mid); border-radius: var(--r-sm); font-size: 15px; font-weight: 700; transition: all .2s; margin-bottom: 20px; }
.secxanh-embed .btn-gift-pp:hover { background: var(--g-pale); }
.secxanh-embed .pp-trust { display: flex; gap: 20px; justify-content: center; }
.secxanh-embed .pp-trust-item { text-align: center; font-size: 11px; color: var(--muted); }
.secxanh-embed .pp-trust-icon { font-size: 17px; margin-bottom: 3px; }

/* ============================================================
   PAGE 3 — CHECKOUT
============================================================ */
.secxanh-embed .order-wrap { max-width: 1100px; margin: 0 auto; padding: 52px 36px; }
.secxanh-embed .order-title { font-family: Arial, tahoma; font-size: 32px; font-weight: 700; color: var(--g-deep); margin-bottom: 6px; }
.secxanh-embed .order-sub { font-size: 15px; color: var(--muted); margin-bottom: 40px; }
.secxanh-embed .order-layout { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start; }
.secxanh-embed .order-section { background: #fff; border-radius: var(--r-md); border: 1px solid var(--border); padding: 28px; margin-bottom: 18px; }
.secxanh-embed .order-section-head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.secxanh-embed .o-step-num { width: 32px; height: 32px; background: var(--g-deep); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.secxanh-embed .o-section-title { font-size: 16px; font-weight: 700; color: var(--text); }
.secxanh-embed .type-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.secxanh-embed .type-opt { border: 2px solid var(--border); border-radius: var(--r-sm); padding: 16px; transition: all .2s; position: relative; cursor: pointer; }
.secxanh-embed .type-opt.sel { border-color: var(--g-deep); background: var(--g-pale); }
.secxanh-embed .type-opt-icon { font-size: 22px; margin-bottom: 7px; }
.secxanh-embed .type-opt-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.secxanh-embed .type-opt-desc { font-size: 12px; color: var(--muted); line-height: 1.4; }
.secxanh-embed .type-opt-badge { position: absolute; top: 10px; right: 10px; background: var(--g-bright); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 100px; }
.secxanh-embed .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.secxanh-embed .form-group { margin-bottom: 16px; }
.secxanh-embed .form-label { display: block; font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.secxanh-embed .form-input,
.secxanh-embed .form-select,
.secxanh-embed .form-textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-family: Arial, tahoma; font-size: 14px; color: var(--text);
  transition: border .2s; outline: none; background: #fff;
}
.secxanh-embed .form-input:focus,
.secxanh-embed .form-select:focus,
.secxanh-embed .form-textarea:focus { border-color: var(--g-mid); box-shadow: 0 0 0 3px rgba(38,184,110,.1); }
.secxanh-embed .form-input::placeholder { color: #b5c8be; }
.secxanh-embed .form-textarea { resize: vertical; min-height: 80px; }
.secxanh-embed .order-summary { background: #fff; border-radius: var(--r-md); border: 1px solid var(--border); padding: 28px; position: sticky; top: 90px; box-shadow: var(--shadow-md); }
.secxanh-embed .os-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.secxanh-embed .os-cheque { background: linear-gradient(135deg, var(--g-deep), var(--g-mid)); border-radius: var(--r-sm); padding: 20px 22px; margin-bottom: 22px; }
.secxanh-embed .os-cheque-type { font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.secxanh-embed .os-cheque-name { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.8); margin-bottom: 10px; }
.secxanh-embed .os-cheque-row { display: flex; justify-content: space-between; align-items: flex-end; }
.secxanh-embed .os-cheque-amount { font-family: Arial, tahoma; font-size: 28px; font-weight: 700; color: var(--gold-lt); }
.secxanh-embed .os-cheque-qty { font-size: 12px; color: rgba(255,255,255,.38); }
.secxanh-embed .os-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; }
.secxanh-embed .os-row .lb { color: var(--muted); }
.secxanh-embed .os-row .vl { font-weight: 700; color: var(--text); }
.secxanh-embed .os-row .vl.free { color: var(--g-bright); }
.secxanh-embed .os-total { display: flex; justify-content: space-between; padding-top: 14px; border-top: 2px solid var(--border); margin: 14px 0 22px; }
.secxanh-embed .os-total-label { font-size: 15px; font-weight: 700; color: var(--text); }
.secxanh-embed .os-total-amount { font-family: Arial, tahoma; font-size: 24px; font-weight: 700; color: var(--g-deep); }
.secxanh-embed .os-trust-list { margin-bottom: 20px; display: flex; flex-direction: column; gap: 7px; }
.secxanh-embed .os-trust-item { display: flex; gap: 9px; align-items: center; font-size: 13px; color: var(--muted); }
.secxanh-embed .os-trust-item::before { content: '✓'; color: var(--g-bright); font-weight: 700; flex-shrink: 0; }
.secxanh-embed .btn-confirm { width: 100%; padding: 16px; background: var(--g-deep); color: #fff; border: none; border-radius: var(--r-sm); font-size: 16px; font-weight: 700; transition: all .2s; }
.secxanh-embed .btn-confirm:hover { background: var(--g-mid); }

/* ============================================================
   POPUP
============================================================ */
.sx-popup-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(15,26,20,.65); backdrop-filter: blur(5px);
  z-index: 9999; align-items: center; justify-content: center;
}
.sx-popup-overlay.open { display: flex; }
.sx-popup {
  background: #fff;
  border-radius: 32px;
  width: 740px;
  max-width: calc(100vw - 40px);
  max-height: 90vh;
  /* overflow-y: auto; */
  box-shadow: 0 40px 100px rgba(0,0,0,.3);
  animation: sx-fadeUp .3s ease;
  font-family: Arial, tahoma;
  color: #1c2e23;
}
.sx-popup-hdr {
  background: linear-gradient(135deg, #0a4d32, #1a7a4e);
  padding: 15px 34px 15px;
  border-radius: 32px 32px 0 0;
  position: relative;
}
.sx-popup-close {
  position: absolute; top: 14px; right: 18px;
  width: 34px; height: 34px; background: rgba(255,255,255,.15); border: none;
  border-radius: 50%; color: #fff; font-size: 17px; display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.sx-popup-close:hover { background: rgba(255,255,255,.25); }
.sx-popup-hdr-type { font-size: 11px; color: rgba(255,255,255,.55); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.sx-popup-hdr-title { font-family: Arial, tahoma; font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sx-popup-hdr-sub { font-size: 13.5px; color: rgba(255,255,255,.65); }
.sx-popup-float {
  background: linear-gradient(145deg, #1a7a4e, #0b4a2c);
  border-radius: 18px;
  padding: 15px 20px;
  margin: 0px 0px 15px;
  box-shadow: 0 24px 64px rgba(10,77,50,.20);
  border: 1px solid rgba(255,255,255,.07);
  display: flex;
  gap: 22px;
  align-items: center;
}
.sx-popup-amount { font-family: Arial, tahoma; font-size: 36px; font-weight: 900; color: #f0d98a; flex-shrink: 0; }
.sx-popup-meta p { font-size: 12.5px; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.sx-popup-meta strong { font-size: 13.5px; color: rgba(255,255,255,.82); font-weight: 500; }
.sx-popup-action-btn { background: #c9a84c; color: #0d1f15; border: none; border-radius: 10px; padding: 12px 22px; font-weight: 700; font-size: 14px; flex-shrink: 0; transition: all .2s; cursor: pointer; }
.sx-popup-action-btn:hover { background: #f0d98a; }
.sx-popup-body {padding: 30px;height: 445px;overflow-y: auto;margin-bottom: 26px;}
.sx-popup-section-title { font-size: 15px; font-weight: 700; color: #0a4d32; margin-bottom: 14px; padding-bottom: 9px; border-bottom: 1px solid #d0e8da; }
.sx-popup-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.sx-popup-feat { display: flex; gap: 11px; padding: 13px 15px; background: #f0fbf5; border-radius: 10px; border: 1px solid #d0e8da; }
.sx-popup-feat-icon { font-size: 19px; flex-shrink: 0; }
.sx-popup-feat-title { font-size: 13px; font-weight: 700; color: #1c2e23; margin-bottom: 3px; }
.sx-popup-feat-desc { font-size: 12px; color: #5a7568; line-height: 1.5; }
.sx-popup-usage-list { list-style: none; display: grid; gap: 10px; }
.sx-popup-usage-list li { display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px; background: #fff; border-radius: 10px; border: 1px solid #d0e8da; font-size: 14px; color: #1c2e23; }
.sx-popup-usage-list li::before { content: '✓'; color: #26b86e; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

.group-hero-start {
    width: 100%;
    display: inline-block;
    padding: 0px 18%;
}

.name-sub-title:before {
    content: "";
    width: 74%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 13%;
}

.name-sub-title {
    position: relative;
}

.title-secxanh img {
    max-width: 501px;
    margin: auto;
}

.name-sub-title img {
    max-width: 490px;
    margin: auto;
}

.cc-rua img {
    width: 500px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .secxanh-embed .hero-inner { grid-template-columns: 1fr; }
  .secxanh-embed .cheque-card { display: none; }
  .secxanh-embed .eco-grid { grid-template-columns: 1fr 1fr; }
  .secxanh-embed .steps-grid { grid-template-columns: 1fr 1fr; }
  .secxanh-embed .how-steps { grid-template-columns: 1fr 1fr; }
  .secxanh-embed .detail-layout { grid-template-columns: 1fr; }
  .secxanh-embed .order-layout { grid-template-columns: 1fr; }
  .secxanh-embed .cash-intro-box { flex-direction: column; gap: 24px; }
  .secxanh-embed .voucher-card-single { grid-template-columns: 280px 1fr; }
}
@media (max-width: 700px) {
  .secxanh-embed .voucher-card-single { grid-template-columns: 1fr; }
  .secxanh-embed .v-body { padding: 28px 24px; }
  .secxanh-embed .v-perks { grid-template-columns: 1fr; }
  .secxanh-embed .v-actions { flex-direction: column; }
}
@media (max-width: 600px) {
  .secxanh-embed .hero { padding: 40px 20px 56px; }
  .secxanh-embed .wrap { padding: 0 20px; }
  .secxanh-embed .section { padding: 48px 0; }
  .secxanh-embed .eco-grid { grid-template-columns: 1fr; }
  .secxanh-embed .steps-grid { grid-template-columns: 1fr; }
  .secxanh-embed .how-steps { grid-template-columns: 1fr; }
  .secxanh-embed .tabs-nav .tab-btn { padding: 14px 20px; font-size: 13px; }
  .secxanh-embed .form-row { grid-template-columns: 1fr; }
  .secxanh-embed .order-wrap { padding: 32px 20px; }
  .secxanh-embed .detail-hero-bg { padding: 28px 20px 0; }
  .sx-popup-features { grid-template-columns: 1fr; }
  .sx-popup-float { flex-direction: column; align-items: flex-start; gap: 14px; }
  .sx-tabnav { padding: 0 12px; }
  .sx-tabnav-link { padding: 13px 14px; font-size: 12.5px; }
}

@media (max-width: 700px) {
  .title-secxanh img {
    max-width: 100%;
}

.name-sub-title img {
    max-width: 100%;
}

.secxanh-embed .hero-desc {
    padding: 0;
}

.group-hero-start {
    display: none;
}

.secxanh-embed .cheque-card {
    display: block;
    height: 180px;
}

.cc-logo {
    display: none;
}

.cc-rua img {
    right: -22px;
    z-index: 5;
}

.secxanh-embed .hero {
    padding-bottom: 30px;
    position: relative;
    z-index: 8;
}
}