/*
Theme Name: eSIM Việt Nam
Theme URI: https://esim.local
Author: eSIM Team
Description: Landing page eSIM du lịch cho người Việt — theme dựng theo bản thiết kế Claude Design (Be Vietnam Pro, nền kem, xanh dương chủ đạo).
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: esim
*/

:root {
  --blue: #2563EB;
  --blue-2: #2F6BE4;
  --blue-dark: #1B4FC4;
  --blue-soft: #EAF1FF;
  --blue-soft-hover: #DCE8FF;
  --green: #5BAE7F;
  --green-2: #4E9E70;
  --green-soft: #E7F5EE;
  --green-text: #3AA76D;
  --orange: #F4732A;
  --orange-soft: #FDF0E7;
  --cream: #FAF8F3;
  --ink: #12213D;
  --muted: #5A6472;
  --muted-2: #7A8496;
  --muted-3: #8792A6;
  --grad-blue: linear-gradient(135deg, #2F6BE4, #2563EB);
  --shadow-card: 0 4px 18px rgba(18, 33, 61, 0.06);
  --shadow-raised: 0 12px 30px rgba(18, 33, 61, 0.12);
  --shadow-brand: 0 6px 16px rgba(37, 99, 235, 0.3);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Be Vietnam Pro', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
::selection { background: #C8DBFF; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; }

svg.lucide { width: 1em; height: 1em; stroke-width: 2; display: inline-block; vertical-align: middle; flex-shrink: 0; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.page { max-width: 100%; overflow-x: hidden; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============ HEADER ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 243, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18, 33, 61, 0.06);
}
.site-header .wrap { padding-top: 16px; padding-bottom: 16px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 23px; letter-spacing: -0.4px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 11px;
  background: var(--grad-blue); color: #fff; font-size: 18px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}
.brand-name span { color: var(--blue); }
.brand-logo { height: 34px; width: auto; display: block; }
.footer-brand .brand-logo { width: 32px; height: 32px; border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: 26px; flex: 1; }
.main-nav a { color: #3C475C; font-weight: 500; font-size: 15px; white-space: nowrap; }
.main-nav a.is-active, .main-nav a:hover { color: var(--blue); }
.main-nav a.is-active { font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.hdr-switchers { display: inline-flex; align-items: center; gap: 12px; }
.header-search {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid rgba(18, 33, 61, 0.09);
  border-radius: 999px; padding: 9px 16px;
  box-shadow: 0 1px 3px rgba(18, 33, 61, 0.04);
}
.header-search .ico { color: var(--muted-3); font-size: 16px; display: inline-flex; }
.header-search input { border: none; outline: none; background: transparent; font-family: inherit; font-size: 14px; width: 96px; color: var(--ink); }
.cart-btn { position: relative; display: flex; align-items: center; gap: 7px; background: transparent; border: none; font-size: 14px; font-weight: 500; color: #3C475C; }
.cart-ico { position: relative; font-size: 20px; display: inline-flex; }
.cart-count {
  position: absolute; top: -6px; right: -8px;
  background: var(--orange); color: #fff; font-size: 10px; font-weight: 700;
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ============ HERO ============ */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; padding: 56px 0 40px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue-soft); color: var(--blue);
  font-weight: 600; font-size: 13px; padding: 8px 15px; border-radius: 999px;
}
.chip .lucide { width: 15px; height: 15px; }
.hero h1 { font-size: 46px; line-height: 1.15; font-weight: 800; letter-spacing: -1.2px; margin-top: 22px; color: var(--ink); }
.hero h1 span { color: var(--blue); }
.hero-sub { font-size: 17px; line-height: 1.6; color: var(--muted); margin-top: 20px; font-weight: 400; }
.hero-search {
  display: flex; gap: 10px; margin-top: 30px;
  background: #fff; padding: 8px; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(18, 33, 61, 0.08);
  border: 1px solid rgba(18, 33, 61, 0.05); max-width: 480px;
}
.hero-search label { display: flex; align-items: center; gap: 10px; flex: 1; padding: 0 14px; }
.hero-search .ico { color: var(--muted-3); font-size: 19px; display: inline-flex; }
.hero-search input { border: none; outline: none; background: transparent; font-family: inherit; font-size: 15px; width: 100%; color: var(--ink); }
.btn-primary {
  background: var(--grad-blue); color: #fff; border: none; border-radius: 11px;
  padding: 14px 26px; font-weight: 600; font-size: 15px; white-space: nowrap;
  box-shadow: var(--shadow-brand); transition: filter .18s, transform .18s;
}
.btn-primary:hover { filter: brightness(1.06); }
.trust-points { display: flex; gap: 34px; margin-top: 34px; flex-wrap: wrap; }
.trust-point { display: flex; align-items: flex-start; gap: 12px; }
.trust-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--blue-soft); color: var(--blue); font-size: 20px; flex-shrink: 0;
}
.trust-point b { display: block; font-weight: 700; font-size: 14px; color: var(--ink); }
.trust-point small { display: block; font-size: 12.5px; color: var(--muted-2); margin-top: 2px; }
.hero-visual { position: relative; }
.hero-visual .glow {
  position: absolute; inset: -6% -4%;
  background: radial-gradient(circle at 60% 40%, #EAF1FF 0%, rgba(234, 241, 255, 0) 70%);
  border-radius: 50%;
}
.hero-illustration {
  position: relative;
  background: linear-gradient(160deg, #DCE9FD 0%, #EAF1FF 55%, #F3F7FF 100%);
  border-radius: 24px; aspect-ratio: 1.02 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  animation: floaty 6s ease-in-out infinite;
  overflow: hidden;
}
.hero-illustration .big { font-size: 76px; line-height: 1.2; }
.hero-illustration .small { font-size: 34px; opacity: .85; }
.hero-illustration .hero-photo,
.st-hero-illustration .hero-photo,
.cp-hero-illustration .hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; border-radius: inherit; z-index: 1;
}

/* ============ SECTION BASICS ============ */
.section { padding: 44px 0 20px; }
.section-title { font-size: 30px; font-weight: 800; letter-spacing: -0.6px; color: var(--ink); }
.section-sub { color: var(--muted); font-size: 16px; margin-top: 8px; }
.t-center { text-align: center; }

/* ============ HOW IT WORKS ============ */
.how { margin: 34px 0; }
.how-panel {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #E9F1FE, #DCE9FD);
  border-radius: 28px; padding: 46px 40px;
}
.how-deco { position: absolute; font-size: 150px; opacity: 0.16; color: var(--blue); pointer-events: none; }
.how-deco.left { left: -24px; bottom: -28px; }
.how-deco.right { right: -24px; top: -28px; font-size: 140px; }
.how-panel h2 { position: relative; text-align: center; margin-bottom: 38px; }
.how-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.how-step { text-align: center; padding: 0 6px; }
.how-step .ball {
  width: 78px; height: 78px; margin: 0 auto 16px; border-radius: 50%;
  background: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: var(--blue);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.14);
}
.how-step b { font-weight: 700; font-size: 16px; color: var(--ink); }
.how-step p { font-size: 13.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; }

/* ============ TABS (destinations) ============ */
.tab-pills {
  display: inline-flex; gap: 6px; background: #F0EEE8;
  padding: 6px; border-radius: 999px; margin-top: 26px;
  flex-wrap: wrap; justify-content: center;
}
.tab-pill {
  border: none; font-weight: 600; font-size: 14px; padding: 9px 20px;
  border-radius: 999px; transition: all .18s; background: transparent; color: var(--muted);
}
.tab-pill.is-active { background: var(--grad-blue); color: #fff; box-shadow: 0 6px 14px rgba(37, 99, 235, 0.3); }

.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; text-align: left; }
.dest-card {
  background: #fff; border-radius: 18px; padding: 12px;
  box-shadow: var(--shadow-card); border: 1px solid rgba(18, 33, 61, 0.04);
  cursor: pointer; transition: transform .2s, box-shadow .2s;
}
.dest-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(18, 33, 61, 0.12); }
.dest-img {
  border-radius: 12px; aspect-ratio: 1.5 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  position: relative; overflow: hidden;
}
.dest-img .emoji { font-size: 44px; }
.dest-img .dest-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.dest-meta { padding: 14px 8px 8px; text-align: center; }
.dest-meta b { font-weight: 700; font-size: 16px; color: var(--ink); }
.dest-meta small { display: block; font-size: 13px; color: var(--muted-2); margin-top: 3px; }

/* Showcase "Khám phá thêm điểm đến" — lưới dày, card nhỏ hơn */
.dest-grid-more { grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 16px; }
.dest-grid-more .dest-card { padding: 10px; }
.dest-grid-more .dest-meta { padding: 10px 6px 4px; }
.dest-grid-more .dest-meta b { font-size: 14.5px; }
.dest-grid-more .dest-meta small { font-size: 12.5px; }
.dest-cta { display: inline-flex; align-items: center; gap: 4px; color: var(--blue); font-weight: 600; }
.dest-cta .lucide { width: 13px; height: 13px; transition: transform 0.15s; }
.dest-card:hover .dest-cta .lucide { transform: translateX(3px); }
.btn-outline {
  margin-top: 34px; background: #fff; color: var(--blue);
  border: 1.5px solid var(--blue); border-radius: 999px;
  padding: 12px 26px; font-weight: 600; font-size: 14px; transition: background .18s;
}
.btn-outline:hover { background: var(--blue-soft); }

/* ============ PLANS ============ */
.plans-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.plans-head .section-sub { margin-top: 6px; font-size: 15px; }
.plans-head a { font-weight: 600; font-size: 14px; }
.plans-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 28px; align-items: stretch; }
.plan-card {
  display: flex; flex-direction: column; background: #fff; border-radius: 20px;
  padding: 26px 22px; box-shadow: 0 6px 24px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05); position: relative; transition: transform .2s;
}
.plan-card.is-featured {
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.18);
  border: 2px solid var(--blue); transform: translateY(-6px);
}
.plan-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad-blue); color: #fff; font-size: 11px; font-weight: 700;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.3);
}
.plan-name { font-weight: 700; font-size: 17px; color: var(--ink); }
.plan-days { font-size: 13px; color: var(--blue); font-weight: 600; margin-top: 3px; }
.plan-data { font-size: 38px; font-weight: 800; letter-spacing: -1px; margin: 14px 0 4px; }
.plan-feats { display: flex; flex-direction: column; gap: 9px; margin: 16px 0; flex: 1; }
.plan-feat { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4A5568; }
.plan-feat .tick { color: var(--green-text); font-weight: 700; }
.plan-price { font-size: 24px; font-weight: 800; color: var(--ink); }
.plan-card .btn-buy {
  margin-top: 16px; border: none; border-radius: 11px; padding: 12px;
  font-weight: 600; font-size: 14px; width: 100%; transition: background .18s, filter .18s;
  background: var(--blue-soft); color: var(--blue);
}
.plan-card.is-featured .btn-buy { background: var(--grad-blue); color: #fff; box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28); }
.plan-card .btn-buy:hover { background: var(--blue-soft-hover); }
.plan-card.is-featured .btn-buy:hover { background: var(--grad-blue); filter: brightness(1.06); }

/* ============ GREEN FLAG SECTION ============ */
.green-section { max-width: 1240px; margin: 40px auto; padding: 0 28px; }
.green-panel {
  background: linear-gradient(160deg, var(--green), var(--green-2));
  border-radius: 32px; padding: 14px 40px 46px;
  box-shadow: 0 24px 60px rgba(78, 158, 112, 0.28);
  position: relative; overflow: hidden;
}
.green-tabs { display: flex; gap: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); padding-top: 8px; flex-wrap: wrap; }
.green-tab {
  border: none; font-weight: 600; font-size: 14.5px; padding: 14px 20px;
  background: transparent; transition: all .18s; position: relative;
  color: rgba(255, 255, 255, 0.72); border-bottom: 3px solid transparent;
}
.green-tab.is-active { color: #fff; border-bottom-color: #fff; }
.green-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 32px 0 26px; }
.green-head-text { max-width: 640px; }
.green-head h2 { font-size: 29px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.green-head p { color: rgba(255, 255, 255, 0.9); font-size: 15px; margin-top: 8px; line-height: 1.5; }
.btn-white {
  background: #fff; color: #3B8560; border: none; border-radius: 999px;
  padding: 13px 24px; font-weight: 700; font-size: 14px; white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); transition: transform .18s;
}
.btn-white:hover { transform: translateY(-1px); }
.flag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.flag-card {
  background: #fff; border-radius: 14px; padding: 14px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  cursor: pointer; transition: transform .18s, box-shadow .18s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.flag-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14); }
.flag-left { display: flex; align-items: center; gap: 13px; }
.flag-img { width: 42px; height: 42px; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(18, 33, 61, 0.1); }
.flag-code {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: #EEF1F6; color: #41506A; font-weight: 700; font-size: 13px;
  letter-spacing: 0.5px; flex-shrink: 0;
}
.flag-name { font-weight: 700; font-size: 15px; color: var(--ink); }
.flag-price { font-weight: 800; font-size: 16px; color: var(--ink); white-space: nowrap; }
.flag-price small { font-size: 11px; color: #9AA3B2; font-weight: 600; }

/* ============ INSTALL GUIDE ============ */
.install-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; text-align: left; }
.install-card {
  background: #fff; border-radius: 18px; padding: 26px 22px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.04); position: relative;
}
.install-num { position: absolute; top: 22px; right: 22px; font-size: 40px; font-weight: 800; color: #EEF3FB; line-height: 1; }
.install-ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--blue-soft); color: var(--blue);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.install-card b { display: block; font-weight: 700; font-size: 16px; margin-top: 18px; color: var(--ink); }
.install-card p { font-size: 13.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; }

/* ============ WHY CHOOSE US ============ */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; text-align: left; }
.why-card {
  background: #fff; border-radius: 18px; padding: 26px;
  display: flex; align-items: flex-start; gap: 16px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.04); transition: transform .18s;
}
.why-card:hover { transform: translateY(-3px); }
.why-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; font-size: 24px; flex-shrink: 0;
}
.why-ico.blue { background: var(--blue-soft); color: var(--blue); }
.why-ico.green { background: var(--green-soft); color: var(--green-text); }
.why-ico.orange { background: var(--orange-soft); color: var(--orange); }
.why-card b { display: block; font-weight: 700; font-size: 16px; color: var(--ink); }
.why-card p { font-size: 13.5px; color: var(--muted); margin-top: 5px; line-height: 1.5; }

/* ============ TESTIMONIALS ============ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; text-align: left; }
.testi-card {
  background: #fff; border-radius: 18px; padding: 28px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.04);
}
.stars { color: #F5A623; font-size: 16px; letter-spacing: 2px; }
.testi-card blockquote { font-size: 14.5px; color: #3C475C; line-height: 1.65; margin-top: 14px; }
.testi-who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 16px;
}
.testi-who b { display: block; font-weight: 700; font-size: 14px; color: var(--ink); }
.testi-who small { display: block; font-size: 12.5px; color: var(--muted-3); }

/* ============ FINAL CTA ============ */
.cta { padding: 44px 0; }
.cta-panel {
  background: linear-gradient(135deg, #E9F1FE, #D6E5FD);
  border-radius: 30px; padding: 56px 40px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-deco { position: absolute; font-size: 64px; opacity: 0.22; color: var(--blue); pointer-events: none; }
.cta-deco.left { left: 34px; top: 26px; }
.cta-deco.right { right: 44px; bottom: 26px; }
.cta-panel h2 { position: relative; font-size: 38px; font-weight: 800; letter-spacing: -1px; }
.cta-panel p { position: relative; font-size: 17px; color: #4A5568; margin-top: 14px; }
.btn-cta {
  display: inline-block; position: relative; margin-top: 28px;
  background: var(--grad-blue); color: #fff; border: none; border-radius: 999px;
  padding: 16px 38px; font-weight: 700; font-size: 16px;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.3); transition: transform .18s, filter .18s;
}
.btn-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }

/* ============ LANG SWITCH + SUGGEST (plugin esim-i18n) ============ */
/* Language switcher: nút globe + modal search (kiểu Airalo) */
.lang-switch { position: relative; }
.lang-trigger { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid rgba(18, 33, 61, 0.12); border-radius: 999px; padding: 7px 12px; font-weight: 600; font-size: 13.5px; color: var(--ink); cursor: pointer; }
.lang-trigger:hover { border-color: var(--blue); }
.lang-trigger .lucide { width: 16px; height: 16px; }
.lang-trigger .caret { width: 14px; height: 14px; color: var(--muted-2); }

.lang-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.lang-modal[hidden] { display: none; }
.lang-modal-backdrop { position: absolute; inset: 0; background: rgba(18, 33, 61, 0.45); backdrop-filter: blur(2px); }
.lang-modal-panel { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; max-width: 420px; max-height: 80vh; background: #fff; border-radius: 20px; box-shadow: var(--shadow-raised); overflow: hidden; }
.lang-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px 14px; }
.lang-modal-head b { font-size: 17px; font-weight: 800; color: var(--ink); }
.lang-modal-x { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--cream); color: var(--ink); cursor: pointer; }
.lang-modal-x:hover { background: var(--blue-soft); }
.lang-modal-x .lucide { width: 18px; height: 18px; }
.lang-search { display: flex; align-items: center; gap: 8px; margin: 0 22px 12px; padding: 10px 14px; border: 1px solid rgba(18, 33, 61, 0.14); border-radius: 12px; }
.lang-search .lucide { width: 18px; height: 18px; color: var(--muted-2); }
.lang-search input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font-size: 15px; color: var(--ink); }
.lang-list { display: flex; flex-direction: column; gap: 6px; overflow-y: auto; padding: 0 14px 16px; }
.lang-opt { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; border: 1.5px solid rgba(18, 33, 61, 0.08); border-radius: 12px; font-weight: 600; font-size: 15px; color: var(--ink); }
.lang-opt:hover { border-color: var(--blue); background: var(--blue-soft); }
.lang-opt.is-on { border-color: var(--blue); color: var(--blue-dark); }
.lang-opt .lucide { width: 18px; height: 18px; color: var(--blue); }

/* Currency switcher (WOOCS) trong header */
.hdr-currency { display: inline-flex; align-items: center; }
.hdr-currency .woocommerce-currency-switcher-form { margin: 0; }
.hdr-currency select,
.hdr-currency .woocommerce-currency-switcher { min-width: 74px; border: 1px solid rgba(18, 33, 61, 0.12); border-radius: 999px; padding: 7px 12px; font-weight: 600; font-size: 13.5px; color: var(--ink); background: #fff; cursor: pointer; }
.hdr-currency select:hover { border-color: var(--blue); }
.lang-suggest {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 22px; z-index: 60;
  display: flex; align-items: center; gap: 12px;
  background: var(--ink); color: #fff; border-radius: 999px;
  padding: 10px 12px 10px 18px; font-size: 14px;
  box-shadow: 0 12px 30px rgba(18, 33, 61, 0.3);
}
.lang-suggest .ls-go { background: var(--grad-blue); color: #fff; border-radius: 999px; padding: 7px 16px; font-weight: 600; font-size: 13px; white-space: nowrap; }
.lang-suggest .ls-x { background: none; border: none; color: var(--muted-3); font-size: 14px; cursor: pointer; padding: 4px; }

/* ============ FOOTER ============ */
.site-footer { background: #0F1B30; color: #C3CBDA; padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 22px; color: #fff; }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px; font-size: 17px; box-shadow: none; }
.footer-brand span.accent { color: #6FA0F5; }
.footer-desc { font-size: 13.5px; line-height: 1.7; margin-top: 16px; color: #9BA6BA; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: #C3CBDA; transition: background .18s, color .18s;
}
.footer-social a:hover { background: rgba(255, 255, 255, 0.16); color: #fff; }
.footer-col-title { font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 16px; }
.footer-links a { display: block; color: #9BA6BA; font-size: 13.5px; margin-bottom: 11px; }
.footer-links a:hover { color: #fff; }
.footer-news p { font-size: 13px; color: #9BA6BA; line-height: 1.6; margin-bottom: 14px; }
.footer-subscribe { display: flex; gap: 8px; background: rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 6px; }
.footer-subscribe input {
  flex: 1; border: none; outline: none; background: transparent;
  color: #fff; font-family: inherit; font-size: 13.5px; padding: 8px 10px;
}
.footer-subscribe button {
  background: var(--blue); color: #fff; border: none; border-radius: 9px;
  padding: 9px 16px; font-weight: 600; font-size: 13px; transition: filter .18s;
}
.footer-subscribe button:hover { filter: brightness(1.1); }
.footer-about-title { font-weight: 700; font-size: 13px; color: #fff; margin-top: 20px; }
.footer-about-links { display: flex; gap: 16px; margin-top: 10px; }
.footer-about-links a { color: #9BA6BA; font-size: 13px; }
.footer-about-links a:hover { color: #fff; }
.footer-bottom {
  max-width: 1240px; margin: 36px auto 0; padding: 22px 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 12.5px; color: #7C879B;
}
.footer-bottom a { color: #7C879B; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .legal { display: flex; gap: 20px; }

/* ============ STORE PAGE ============ */
.st-search-row { display: flex; align-items: center; gap: 14px; padding: 28px 0 8px; }
.st-line { flex: 1; height: 1px; max-width: 60px; }
.st-line.left { background: linear-gradient(90deg, transparent, rgba(18, 33, 61, 0.12)); }
.st-line.right { background: linear-gradient(270deg, transparent, rgba(18, 33, 61, 0.12)); }
.st-search {
  flex: 1; display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid rgba(18, 33, 61, 0.09);
  border-radius: 14px; padding: 16px 22px;
  box-shadow: 0 6px 20px rgba(18, 33, 61, 0.06);
}
.st-search .ico { color: var(--muted-3); font-size: 20px; display: inline-flex; }
.st-search input { border: none; outline: none; background: transparent; font-family: inherit; font-size: 16px; width: 100%; color: var(--ink); }
.st-search input::placeholder { color: #9AA3B2; }
.st-search-suffix {
  display: inline-flex; align-items: center; gap: 6px;
  color: #3C475C; font-weight: 600; font-size: 14px;
  padding-left: 16px; border-left: 1px solid rgba(18, 33, 61, 0.1);
  white-space: nowrap; cursor: pointer;
}
.st-search-suffix .lucide { width: 16px; height: 16px; }

.st-hero { position: relative; padding: 24px 0 8px; }
.st-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: center; }
.st-hero-visual { position: relative; }
.st-hero-visual .glow {
  position: absolute; inset: 2% 4% 10% 4%;
  background: radial-gradient(circle at 50% 60%, #FBE3C9 0%, rgba(251, 227, 201, 0) 68%);
  border-radius: 50%;
}
.st-hero-illustration {
  position: relative;
  background: linear-gradient(160deg, #DCE9FD 0%, #EAF1FF 55%, #F3F7FF 100%);
  border-radius: 24px; aspect-ratio: 1.25 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  animation: floaty 6s ease-in-out infinite; overflow: hidden;
}
.st-hero-illustration .big { font-size: 52px; }
.st-hero-copy h1 { font-size: 52px; line-height: 1.08; font-weight: 800; letter-spacing: -1.4px; color: var(--ink); }
.st-hero-copy > p { font-size: 17px; line-height: 1.6; color: var(--muted); margin-top: 22px; max-width: 520px; }
.st-hero-ctas { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; max-width: 480px; }
.st-btn-ghost {
  display: block; text-align: center; background: #fff; color: var(--ink);
  border: 1.5px solid rgba(18, 33, 61, 0.14); border-radius: 999px;
  padding: 15px; font-weight: 600; font-size: 15px; transition: all .18s;
}
.st-btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.st-btn-orange {
  display: block; text-align: center; background: var(--orange); color: #fff;
  border: none; border-radius: 999px; padding: 15px;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 8px 20px rgba(244, 115, 42, 0.28); transition: filter .18s;
}
.st-btn-orange:hover { filter: brightness(1.05); color: #fff; }
.st-hero-apps { display: flex; gap: 12px; }
.st-hero-apps button {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #fff; color: var(--ink);
  border: 1.5px solid rgba(18, 33, 61, 0.12); border-radius: 999px;
  padding: 12px; font-weight: 600; font-size: 14px; transition: border-color .18s;
}
.st-hero-apps button:hover { border-color: var(--blue); }
.st-hero-apps .lucide { width: 18px; height: 18px; }
.st-ratings { display: flex; gap: 40px; margin-top: 26px; }
.st-rating { text-align: center; }
.st-rating small { display: block; font-size: 12px; color: var(--muted-3); font-weight: 500; }
.st-rating b { display: block; font-size: 26px; font-weight: 800; color: var(--ink); line-height: 1.1; }
.st-rating .stars { color: #F5A623; font-size: 15px; letter-spacing: 1px; }

.st-carousel-nav { display: flex; align-items: center; gap: 14px; margin-top: 20px; justify-content: center; }
.st-carousel-nav > button {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; border: 1px solid rgba(18, 33, 61, 0.12); color: #3C475C;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 10px rgba(18, 33, 61, 0.06); transition: all .18s;
}
.st-carousel-nav > button:hover { border-color: var(--blue); color: var(--blue); }
.st-carousel-nav .lucide { width: 18px; height: 18px; }
.st-progress { display: flex; gap: 6px; align-items: center; width: min(560px, 60vw); }
.st-progress span { flex: 1; height: 5px; border-radius: 999px; background: rgba(18, 33, 61, 0.12); transition: all .3s; }
.st-progress span.is-active { flex: 2; background: var(--ink); }

.st-tabs {
  display: flex; gap: 6px; justify-content: center;
  border-bottom: 1px solid rgba(18, 33, 61, 0.1); margin-top: 34px;
  overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;
}
.st-tabs::-webkit-scrollbar { display: none; }
.st-tab {
  display: inline-flex; align-items: center; gap: 8px;
  border: none; font-weight: 600; font-size: 15px; padding: 14px 22px;
  background: transparent; white-space: nowrap; transition: all .18s;
  color: var(--muted-3); border-bottom: 3px solid transparent;
}
.st-tab .lucide { width: 17px; height: 17px; }
.st-tab.is-active { color: var(--ink); border-bottom-color: var(--ink); margin-bottom: -1px; }

.st-collection-head { padding: 34px 0 22px; }
.st-collection-head h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.7px; }
.st-collection-head p { color: var(--muted); font-size: 16px; margin-top: 8px; }

.st-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding-bottom: 16px; }
.st-card {
  background: #fff; border-radius: 16px; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 3px 12px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.04); color: var(--ink);
}
.st-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(18, 33, 61, 0.12); color: var(--ink); }
.st-card-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.st-flag { width: 44px; height: 44px; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(18, 33, 61, 0.08); }
.st-code {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--blue-soft); color: var(--blue);
  font-weight: 800; font-size: 13px; letter-spacing: 0.5px; flex-shrink: 0;
}
.st-name { font-weight: 700; font-size: 15.5px; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.st-price { font-weight: 800; font-size: 16px; color: var(--ink); white-space: nowrap; }
.st-price small { font-size: 11px; color: #9AA3B2; font-weight: 600; }
.st-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; }
.st-more-wrap { text-align: center; padding: 4px 0 40px; }

/* Header variant cho Store */
.hdr-currency { display: inline-flex; align-items: center; gap: 6px; color: #3C475C; font-size: 14px; font-weight: 500; cursor: pointer; }
.hdr-currency .lucide { width: 18px; height: 18px; }
.hdr-cart-icon { position: relative; display: inline-flex; align-items: center; color: #3C475C; background: transparent; border: none; font-size: 20px; padding: 4px; }
.hdr-login {
  background: #fff; color: var(--ink); border: 1.5px solid rgba(18, 33, 61, 0.12);
  border-radius: 999px; padding: 9px 20px; font-weight: 600; font-size: 14px; transition: all .18s;
}
.hdr-login:hover { border-color: var(--blue); color: var(--blue); }
.hdr-signup {
  display: inline-block; background: var(--orange); color: #fff; border: none;
  border-radius: 999px; padding: 10px 22px; font-weight: 700; font-size: 14px;
  box-shadow: 0 6px 14px rgba(244, 115, 42, 0.3); transition: filter .18s;
}
.hdr-signup:hover { filter: brightness(1.05); color: #fff; }

/* ---------- Hamburger + mobile menu (chỉ hiện ≤720px) ---------- */
.nav-toggle {
  display: none; position: relative; width: 42px; height: 42px; flex-shrink: 0;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  background: transparent; border: none; cursor: pointer; padding: 0; margin-left: 2px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 120; visibility: hidden; }
.mobile-menu::before { content: ""; position: absolute; inset: 0; background: rgba(18, 33, 61, 0.42); opacity: 0; transition: opacity .25s ease; }
.mobile-menu .mm-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(84vw, 340px);
  background: #fff; box-shadow: -10px 0 34px rgba(18, 33, 61, 0.16);
  transform: translateX(100%); transition: transform .28s cubic-bezier(.16, .84, .44, 1);
  display: flex; flex-direction: column; padding: 16px 20px 26px; overflow-y: auto;
}
.mobile-menu.is-open { visibility: visible; }
.mobile-menu.is-open::before { opacity: 1; }
.mobile-menu.is-open .mm-panel { transform: translateX(0); }
.mm-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(18, 33, 61, 0.08); }
.mm-title { font-weight: 800; font-size: 16px; color: var(--ink); letter-spacing: -0.2px; }
.mm-close { background: transparent; border: none; color: var(--muted); cursor: pointer; display: inline-flex; padding: 4px; }
.mm-close .lucide { width: 22px; height: 22px; }
.mm-nav { display: flex; flex-direction: column; padding: 8px 0; }
.mm-nav a { padding: 12px 4px; font-size: 16px; font-weight: 600; color: #3C475C; border-bottom: 1px solid rgba(18, 33, 61, 0.05); }
.mm-nav a.is-active { color: var(--blue); }
.mm-section { padding: 16px 0 4px; display: flex; flex-direction: column; gap: 12px; }
.mm-section .hdr-switchers { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.mm-section .hdr-currency,
.mm-section .esim-lang-switcher,
.mm-section .esim-lang { width: 100%; }
.mm-section .hdr-currency select,
.mm-section .woocommerce-currency-switcher { width: 100%; }
.mm-account { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(18, 33, 61, 0.08); display: flex; flex-direction: column; gap: 4px; }
.mm-account a { display: flex; align-items: center; gap: 10px; padding: 11px 4px; font-size: 15px; font-weight: 600; color: var(--ink); }
.mm-account a .lucide { width: 19px; height: 19px; color: var(--blue); }
body.mm-lock { overflow: hidden; }

@media (max-width: 1024px) {
  .st-hero-grid { grid-template-columns: 1fr; }
  .st-hero-copy h1 { font-size: 38px; }
  .st-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .st-grid { grid-template-columns: 1fr; }
  .st-hero-copy h1 { font-size: 31px; letter-spacing: -0.8px; }
  .st-search-suffix { display: none; }
  .st-hero-apps { flex-direction: column; }
}

/* ============ COUNTRY PAGE ============ */
.cp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted-3); padding: 22px 0 4px; }
.cp-breadcrumb a { color: var(--muted-3); }
.cp-breadcrumb a:hover { color: var(--blue); }
.cp-breadcrumb span { color: var(--ink); font-weight: 600; }
.cp-breadcrumb .lucide { width: 14px; height: 14px; }

.cp-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; padding: 26px 0 8px; }
.cp-hero-title { display: flex; align-items: center; gap: 16px; }
.cp-flag {
  width: 60px; height: 60px !important; aspect-ratio: 1 / 1;
  border-radius: 50%; object-fit: cover; flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(18, 33, 61, 0.08), 0 6px 16px rgba(18, 33, 61, 0.12);
}
.cp-kicker { font-size: 13px; font-weight: 600; color: var(--blue); letter-spacing: 0.3px; }
.cp-hero-title h1 { font-size: 40px; font-weight: 800; letter-spacing: -1px; line-height: 1.05; }
.cp-hero-desc { font-size: 16.5px; line-height: 1.65; color: var(--muted); margin-top: 20px; max-width: 560px; }
.cp-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.cp-badge {
  display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid rgba(18, 33, 61, 0.07);
  border-radius: 12px; padding: 11px 15px;
  box-shadow: 0 3px 10px rgba(18, 33, 61, 0.05);
}
.cp-badge .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px; font-size: 17px; flex-shrink: 0;
}
.cp-badge .ico.blue { background: var(--blue-soft); color: var(--blue); }
.cp-badge .ico.green { background: var(--green-soft); color: var(--green-text); }
.cp-badge .ico.orange { background: var(--orange-soft); color: var(--orange); }
.cp-badge b { display: block; font-weight: 700; font-size: 14px; color: var(--ink); line-height: 1.1; }
.cp-badge small { display: block; font-size: 12px; color: var(--muted-3); margin-top: 2px; }
.cp-hero-visual { position: relative; }
.cp-hero-visual .glow {
  position: absolute; inset: -4% -2% 6% -2%;
  background: radial-gradient(circle at 55% 45%, #FBE3C9 0%, rgba(251, 227, 201, 0) 68%);
  border-radius: 50%;
}
.cp-hero-illustration {
  position: relative;
  background: linear-gradient(160deg, #DCE9FD 0%, #EAF1FF 55%, #F3F7FF 100%);
  border-radius: 24px; aspect-ratio: 1.35 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  overflow: hidden;
}
.cp-hero-illustration .big { font-size: 50px; }

.cp-filter-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.cp-filter-row .tab-pills { margin-top: 0; }
.cp-guarantee { display: flex; align-items: center; gap: 8px; color: var(--muted-3); font-size: 13.5px; font-weight: 500; }
.cp-guarantee .lucide { width: 16px; height: 16px; color: var(--green-text); }

.cp-plans { padding: 24px 0 8px; }
.cp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.cp-card {
  display: flex; flex-direction: column;
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 6px 22px rgba(18, 33, 61, 0.07);
  border: 1px solid rgba(18, 33, 61, 0.05);
  transition: transform .2s, box-shadow .2s;
}
.cp-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(18, 33, 61, 0.14); }
.cp-card.is-hidden { display: none; }
.cp-card-img {
  position: relative; aspect-ratio: 1.7 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  overflow: hidden;
}
.cp-plan-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.cp-tag { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 999px; letter-spacing: 0.3px; z-index: 2; }
.cp-hot {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--orange); color: #fff;
  font-size: 11px; font-weight: 700; padding: 5px 11px; border-radius: 999px;
  display: flex; align-items: center; gap: 4px;
}
.cp-emoji { font-size: 40px; }
.cp-card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.cp-plan-name { font-weight: 700; font-size: 17px; color: var(--ink); }
.cp-rating { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.cp-rating .stars { color: #F5A623; font-size: 13px; letter-spacing: 1px; }
.cp-rating span:last-child { font-size: 12.5px; color: var(--muted-3); }
.cp-price-row { display: flex; align-items: baseline; gap: 10px; margin: 16px 0 4px; }
.cp-price { font-size: 34px; font-weight: 800; letter-spacing: -1px; color: var(--ink); }
.cp-price-note { font-size: 13px; color: var(--muted-3); font-weight: 600; }
.cp-specs { display: flex; gap: 16px; font-size: 13px; color: var(--blue); font-weight: 600; margin-bottom: 16px; }
.cp-specs span { display: inline-flex; align-items: center; gap: 5px; }
.cp-specs .lucide { width: 14px; height: 14px; }
.cp-days-label { font-size: 12.5px; font-weight: 600; color: var(--muted-3); margin-bottom: 8px; }
.cp-days { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.cp-day {
  border: 1.5px solid rgba(18, 33, 61, 0.12); background: #fff; color: #4A5568;
  border-radius: 999px; padding: 6px 13px; font-weight: 600; font-size: 12.5px;
  transition: all .15s; white-space: nowrap;
}
.cp-day:hover { border-color: var(--blue); color: var(--blue); }
.cp-day.is-active { background: var(--grad-blue); border-color: transparent; color: #fff; box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25); }
.cp-daycount-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.cp-daycount { display: flex; align-items: center; border: 1.5px solid rgba(18, 33, 61, 0.12); border-radius: 999px; overflow: hidden; }
.cp-dc-btn { width: 30px; height: 30px; background: #F7F6F2; border: none; font-size: 16px; font-weight: 700; color: #3C475C; line-height: 1; }
.cp-dc-btn:hover { background: var(--blue-soft); color: var(--blue); }
.cp-dc-num { width: 34px; text-align: center; font-weight: 700; font-size: 13.5px; }
.cp-dc-total { font-size: 13px; font-weight: 700; color: var(--blue); }

/* Gói khu vực (nhiều nước) trên trang quốc gia */
.cp-regional { margin: 60px 0 20px; }
.cp-regional-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 24px; }
.cp-regional-card {
  background: #fff; border: 1px solid rgba(18, 33, 61, 0.08); border-radius: 18px;
  padding: 20px; display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 2px 10px rgba(18, 33, 61, 0.04);
}
.cp-regional-card .head { display: flex; align-items: center; gap: 12px; }
.cp-regional-card .head .globe {
  width: 42px; height: 42px; border-radius: 12px; background: var(--blue-soft); color: var(--blue);
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.cp-regional-card .head .globe .lucide { width: 22px; height: 22px; }
.cp-regional-card .head b { display: block; font-size: 15px; line-height: 1.3; }
.cp-regional-card .head small { color: var(--muted-3); font-size: 12.5px; font-weight: 600; }
.cp-regional-card .rows { display: flex; flex-direction: column; }
.cp-regional-card .rows a {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 10px; font-size: 13.5px; color: #4A5568; font-weight: 600;
}
.cp-regional-card .rows a:hover { background: var(--blue-soft); color: var(--blue); }
.cp-regional-card .rows a b { font-weight: 800; color: var(--ink); }
.cp-regional-card .rows a b small { font-weight: 600; color: var(--muted-3); }
.cp-regional-card .more { color: var(--muted-3); font-size: 12px; font-weight: 600; padding-left: 10px; }
.cp-feats { display: flex; flex-direction: column; gap: 10px; flex: 1; border-top: 1px solid rgba(18, 33, 61, 0.07); padding-top: 16px; }
.cp-feat { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: #4A5568; }
.cp-feat .tick { display: inline-flex; color: var(--green-text); }
.cp-feat .lucide { width: 16px; height: 16px; stroke-width: 3; }
.cp-btn {
  display: block; text-align: center; margin-top: 18px;
  background: var(--blue-soft); color: var(--blue);
  border: none; border-radius: 11px; padding: 13px;
  font-weight: 700; font-size: 14.5px; transition: background .18s, filter .18s;
}
.cp-btn.is-fill { background: var(--grad-blue); color: #fff; box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28); }
.cp-btn:hover { background: var(--blue-soft-hover); }
.cp-btn.is-fill:hover { background: var(--grad-blue); filter: brightness(1.06); }
.cp-btn-row { display: flex; gap: 8px; margin-top: 18px; }
.cp-btn-row .cp-btn { flex: 1; margin-top: 0; padding: 13px 8px; white-space: nowrap; }
.cp-btn-cart.is-adding { opacity: 0.6; pointer-events: none; }
.cp-btn-cart.is-added, .cp-btn-cart.is-added:hover { background: linear-gradient(135deg, #5BAE7F, #3E9268); box-shadow: 0 6px 16px rgba(62, 146, 104, 0.3); }
/* Card điểm đến/cờ trên trang chủ giờ là thẻ <a> — giữ màu chữ như cũ */
a.dest-card, a.flag-card { color: inherit; }

.cp-compare { padding: 44px 0 8px; }
.cp-table {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 6px 24px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05); margin-top: 28px;
}
.cp-thead { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; background: var(--ink); color: #fff; font-weight: 700; font-size: 13.5px; }
.cp-thead > div { padding: 16px 20px; text-align: center; }
.cp-thead > div:first-child { text-align: left; }
.cp-thead .hl { background: rgba(37, 99, 235, 0.4); }
.cp-trow { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; border-top: 1px solid rgba(18, 33, 61, 0.06); }
.cp-trow > div { padding: 15px 20px; text-align: center; font-size: 13.5px; color: #4A5568; }
.cp-trow .f { text-align: left; font-weight: 600; color: var(--ink); }
.cp-trow .hl { background: rgba(37, 99, 235, 0.05); color: var(--ink); font-weight: 600; }

.cp-faq { padding: 44px 0 8px; }
.cp-faq-list { max-width: 760px; margin: 28px auto 0; display: flex; flex-direction: column; gap: 12px; }
.cp-faq-item {
  background: #fff; border-radius: 16px; padding: 20px 24px;
  box-shadow: 0 4px 16px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.05);
}
.cp-faq-item .q { display: flex; align-items: flex-start; gap: 12px; font-weight: 700; font-size: 15.5px; color: var(--ink); }
.cp-faq-item .q span { color: var(--blue); flex-shrink: 0; }
.cp-faq-item .q .lucide { width: 18px; height: 18px; }
.cp-faq-item p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-top: 10px; padding-left: 30px; }

.cp-nearby { padding: 44px 0 8px; }
.cp-nearby-head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.cp-nearby-head h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.5px; }
.cp-nearby-head a { font-weight: 600; font-size: 14px; }
.cp-nearby-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.cp-nearby-card {
  background: #fff; border-radius: 16px; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 3px 12px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.04);
}
.cp-nearby-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(18, 33, 61, 0.12); }
.cp-nearby-card .left { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cp-nearby-card img { width: 38px; height: 38px !important; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(18, 33, 61, 0.08); flex-shrink: 0; }
.cp-nearby-card b { font-weight: 700; font-size: 14.5px; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cp-nearby-card small { font-size: 12.5px; color: var(--muted-3); font-weight: 600; white-space: nowrap; }

@media (max-width: 1024px) {
  .cp-hero { grid-template-columns: 1fr; }
  .cp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .cp-hero-title h1 { font-size: 28px; }
  .cp-grid, .cp-nearby-grid { grid-template-columns: 1fr; }
  .cp-thead, .cp-trow { font-size: 12px; }
  .cp-thead > div, .cp-trow > div { padding: 12px 8px; }
}

/* ============ PRODUCT PAGE ============ */
.pd-promo {
  background: linear-gradient(90deg, #1B3A8A, #2563EB); color: #fff;
  text-align: center; padding: 9px 20px; font-size: 13.5px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.pd-promo-tag { background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 9px; border-radius: 6px; letter-spacing: 0.4px; }
.pd-promo .dot { opacity: 0.85; font-weight: 500; }
.pd-promo-code { background: rgba(255, 255, 255, 0.16); padding: 3px 10px; border-radius: 6px; font-family: ui-monospace, monospace; font-size: 12px; }

.pd-main { display: grid; grid-template-columns: 340px 1fr 300px; gap: 30px; padding: 18px 0 8px; align-items: start; }

.pd-gallery {
  position: relative; aspect-ratio: 1 / 1.05; border-radius: 20px;
  background: linear-gradient(135deg, #F7A072, #E76F51);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  overflow: hidden; box-shadow: 0 8px 26px rgba(18, 33, 61, 0.1);
}
.pd-gallery-photo { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.pd-gallery-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 27, 48, 0.05) 30%, rgba(15, 27, 48, 0.65)); }
.pd-gallery-hot { position: absolute; top: 14px; left: 14px; background: rgba(255, 255, 255, 0.92); color: #E76F51; font-weight: 800; font-size: 12px; padding: 5px 12px; border-radius: 999px; z-index: 2; }
.pd-gallery-flag { position: absolute; top: 14px; right: 14px; z-index: 3; width: 48px; height: auto; border-radius: 7px; border: 2px solid #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28); }
.pd-gallery-country { position: relative; z-index: 2; font-weight: 800; font-size: 22px; color: #fff; letter-spacing: -0.5px; margin-top: auto; text-shadow: 0 2px 8px rgba(0,0,0,0.35); }
.pd-gallery-vol { position: relative; z-index: 2; font-weight: 800; font-size: 30px; color: #fff; margin-bottom: 22px; text-shadow: 0 2px 8px rgba(0,0,0,0.35); }
.pd-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pd-thumb { flex: 1; aspect-ratio: 1 / 1; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; border: 2px solid transparent; cursor: pointer; overflow: hidden; }
.pd-thumb.is-active { border-color: var(--blue); }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }

.pd-title { font-size: 29px; font-weight: 800; letter-spacing: -0.7px; line-height: 1.15; }
.pd-meta { display: flex; align-items: center; gap: 14px; margin-top: 10px; flex-wrap: wrap; }
.pd-stars { display: flex; align-items: center; gap: 6px; }
.pd-stars .stars { color: #F5A623; font-size: 15px; letter-spacing: 1px; }
.pd-stars b { font-size: 13.5px; color: var(--ink); }
.pd-review-link { font-size: 13.5px; color: var(--muted-3); text-decoration: underline; }
.pd-network-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-soft); color: var(--green-text);
  font-weight: 700; font-size: 12.5px; padding: 5px 12px; border-radius: 999px;
}
.pd-network-badge .lucide { width: 14px; height: 14px; }

/* Trang sản phẩm: chip thời hạn (biến thể thật) + list "Gói khác" (chuyển trang) */
.pd-block-label { font-size: 12.5px; font-weight: 600; color: var(--muted-3); margin: 22px 0 8px; }
.pd-durations { margin-bottom: 4px; }
.pd-durations .cp-day { font-size: 13.5px; padding: 8px 15px; }
.pd-other-list { display: flex; flex-direction: column; gap: 8px; }
.pd-other {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 15px; border-radius: 12px; transition: all .15s;
  background: #fff; border: 1.5px solid rgba(18, 33, 61, 0.1);
}
.pd-other:hover { border-color: var(--blue); background: var(--blue-soft); }
.pd-other .left b { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.pd-other .left small { font-size: 12.5px; color: var(--muted-3); margin-left: 8px; }
.pd-other .right { display: flex; align-items: center; gap: 6px; }
.pd-other .right b { font-weight: 800; font-size: 14px; color: var(--ink); }
.pd-other .right .lucide { width: 16px; height: 16px; color: var(--muted-3); }
.pd-other-all { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; text-decoration: underline; }

.pd-alert {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--orange-soft); border: 1px solid #F8D5BD; border-radius: 12px;
  padding: 13px 18px; margin-top: 20px; flex-wrap: wrap;
}
.pd-alert span { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: #B45309; font-weight: 600; }
.pd-alert .lucide { width: 17px; height: 17px; }
.pd-alert a { font-size: 13.5px; font-weight: 700; color: var(--orange); text-decoration: underline; }

.pd-spec-wide { grid-column: 1 / 3; }
/* Buy box span 2 hàng để bảng specs kéo sát lên dưới gallery/info, không hở khoảng trống. */
.pd-buy-col { grid-column: 3; grid-row: 1 / 3; }
.pd-spec-tabs { display: flex; gap: 6px; margin-top: 26px; border-bottom: 1px solid rgba(18, 33, 61, 0.1); overflow-x: auto; scrollbar-width: none; }
.pd-spec-tabs::-webkit-scrollbar { display: none; }
.pd-spec-tab {
  border: none; font-weight: 600; font-size: 13.5px; padding: 12px 16px;
  background: transparent; white-space: nowrap; transition: all .16s;
  color: var(--muted-3); border-bottom: 3px solid transparent;
}
.pd-spec-tab.is-active { color: var(--ink); border-bottom-color: var(--blue); margin-bottom: -1px; }
.pd-spec-body { background: #fff; border-radius: 0 0 16px 16px; border: 1px solid rgba(18, 33, 61, 0.06); border-top: none; overflow: hidden; }
.pd-spec-panel { display: none; }
.pd-spec-panel.is-active { display: block; }
.pd-spec-row { display: flex; align-items: center; gap: 14px; padding: 14px 22px; background: #fff; }
.pd-spec-row.alt { background: #FAF9F5; }
.pd-spec-row + .pd-spec-row { border-top: 1px solid rgba(18, 33, 61, 0.05); }
.pd-spec-row .k { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 13.5px; color: #3C475C; width: 190px; flex-shrink: 0; }
.pd-spec-row .k span { color: var(--blue); display: inline-flex; }
.pd-spec-row .k .lucide { width: 17px; height: 17px; }
.pd-spec-row .v { font-size: 13.5px; color: var(--ink); font-weight: 500; }

.pd-buy-col { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 14px; }
.pd-buy-box {
  background: #fff; border-radius: 18px; padding: 22px;
  box-shadow: 0 8px 26px rgba(18, 33, 61, 0.08);
  border: 1px solid rgba(18, 33, 61, 0.05);
}
.pd-buy-price span { font-size: 30px; font-weight: 800; color: var(--blue); letter-spacing: -1px; }
.pd-buy-sub { font-size: 12.5px; color: var(--green-text); font-weight: 600; margin-top: 3px; }
.pd-qty-block { margin-top: 18px; }
.pd-qty-title { font-size: 13px; font-weight: 600; color: var(--ink); }
.pd-qty-sub { font-size: 12px; color: var(--muted-3); margin-bottom: 8px; }
.pd-qty { display: flex; align-items: center; border: 1px solid rgba(18, 33, 61, 0.12); border-radius: 10px; overflow: hidden; width: fit-content; }
.pd-qty button { width: 40px; height: 40px; background: #F7F6F2; border: none; font-size: 20px; color: #3C475C; }
.pd-qty span { width: 52px; text-align: center; font-weight: 700; font-size: 15px; }
.pd-buy-btn {
  width: 100%; margin-top: 18px; background: var(--orange); color: #fff;
  border: none; border-radius: 12px; padding: 15px;
  font-weight: 800; font-size: 16px;
  box-shadow: 0 8px 20px rgba(244, 115, 42, 0.3); transition: filter .18s;
}
.pd-buy-btn:hover { filter: brightness(1.05); }
.pd-cart-btn {
  width: 100%; margin-top: 10px; background: #fff; color: var(--orange);
  border: 2px solid var(--orange); border-radius: 12px; padding: 12px;
  font-weight: 700; font-size: 15px; transition: all .16s;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.pd-cart-btn:hover { background: var(--orange-soft); }
.pd-cart-btn .lucide { width: 17px; height: 17px; }
.pd-added-note {
  display: flex; align-items: center; gap: 7px; margin-top: 12px;
  background: #E7F5EE; border: 1px solid #BDE3CE; border-radius: 10px;
  padding: 10px 13px; font-size: 13px; font-weight: 600; color: #2E7D54;
}
.pd-added-note .lucide { width: 16px; height: 16px; flex: none; }
.pd-added-note a { text-decoration: underline; font-weight: 700; }
.pd-save-btn {
  width: 100%; margin-top: 10px; background: #fff; color: var(--ink);
  border: 1.5px solid rgba(18, 33, 61, 0.14); border-radius: 12px; padding: 12px;
  font-weight: 600; font-size: 14px;
  display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .18s;
}
.pd-save-btn:hover { border-color: var(--blue); color: var(--blue); }
.pd-save-btn .lucide { width: 16px; height: 16px; }
.pd-buy-note { display: flex; align-items: flex-start; gap: 8px; margin-top: 8px; font-size: 12px; color: var(--muted-3); }
.pd-buy-note.green { margin-top: 16px; font-size: 12.5px; color: var(--green-text); font-weight: 600; }
.pd-buy-note .lucide { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; }
.pd-mini-card {
  background: #fff; border-radius: 16px; padding: 18px;
  box-shadow: 0 6px 20px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05);
  display: flex; align-items: flex-start; gap: 11px;
}
.pd-mini-card .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
}
.pd-mini-card .ico.blue { background: var(--blue-soft); color: var(--blue); }
.pd-mini-card .ico.green { background: var(--green-soft); color: var(--green-text); }
.pd-mini-card .ico .lucide { width: 19px; height: 19px; }
.pd-mini-card b { display: block; font-weight: 700; font-size: 14px; color: var(--ink); }
.pd-mini-card p { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }
.pd-mini-card a { font-size: 12.5px; font-weight: 600; margin-top: 6px; display: inline-block; }

.pd-recent { padding: 40px 0 8px; }
.pd-recent-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.pd-review-card {
  background: #fff; border-radius: 16px; padding: 20px;
  box-shadow: 0 4px 16px rgba(18, 33, 61, 0.05);
  border: 1px solid rgba(18, 33, 61, 0.05);
}
.pd-review-card .stars { color: #F5A623; font-size: 14px; letter-spacing: 1px; }
.pd-review-card .who { display: flex; align-items: center; gap: 7px; margin-top: 10px; flex-wrap: wrap; }
.pd-review-card .who b { font-weight: 700; font-size: 13.5px; color: var(--ink); }
.pd-review-card .verified { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; color: var(--green-text); font-weight: 600; }
.pd-review-card .verified .lucide { width: 13px; height: 13px; }
.pd-review-card .ttl { font-weight: 700; font-size: 14px; color: var(--ink); margin-top: 10px; }
.pd-review-card p { font-size: 13px; color: var(--muted); line-height: 1.6; margin-top: 6px; }

.pd-compare { padding: 40px 0 8px; }
.pd-compare-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.pd-compare-card {
  display: block; background: #fff; border-radius: 18px; padding: 16px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05); color: var(--ink); transition: transform .18s;
}
.pd-compare-card:hover { transform: translateY(-3px); color: var(--ink); }
.pd-compare-card.is-hot { box-shadow: 0 16px 36px rgba(37, 99, 235, 0.16); border: 2px solid var(--blue); }
.pd-compare-card .img { aspect-ratio: 1.5 / 1; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 30px; position: relative; overflow: hidden; }
.pd-compare-card .hot { position: absolute; top: 8px; left: 8px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 999px; }
.pd-compare-card .name { font-weight: 700; font-size: 15px; margin-top: 14px; }
.pd-compare-card .rv { color: #F5A623; font-size: 12px; letter-spacing: 0.5px; margin-top: 5px; }
.pd-compare-card .rv span { color: var(--muted-3); }
.pd-compare-card .facts { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: 12.5px; }
.pd-compare-card .facts span { color: var(--muted-3); }
.pd-compare-card .facts b { display: block; font-weight: 700; color: var(--ink); }
.pd-compare-card .facts b.price { font-weight: 800; color: var(--blue); font-size: 16px; }
.pd-compare-card .feats { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; border-top: 1px solid rgba(18, 33, 61, 0.07); padding-top: 12px; }
.pd-compare-card .feats > div { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #4A5568; }
.pd-compare-card .tick { color: var(--green-text); display: inline-flex; }
.pd-compare-card .tick .lucide { width: 13px; height: 13px; stroke-width: 3; }

.pd-desc { padding: 40px 0 8px; max-width: 820px; margin: 0 auto; }
.pd-desc h2 { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; }
.pd-desc > p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-top: 14px; }
.pd-desc-sub { font-weight: 700; font-size: 15px; color: var(--ink); margin-top: 24px; }
.pd-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.pd-summary-item { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: #3C475C; line-height: 1.5; }
.pd-summary-item .tick { color: var(--green-text); flex-shrink: 0; margin-top: 2px; }
.pd-summary-item .lucide { width: 16px; height: 16px; }
.pd-summary-item b { color: var(--ink); }
.pd-note { background: var(--blue-soft); border-radius: 14px; padding: 16px 20px; margin-top: 22px; font-size: 13.5px; color: #2A3E63; line-height: 1.65; }

.pd-news { padding: 20px 0 8px; }
.pd-news-panel { background: #0F1B30; border-radius: 24px; padding: 44px 40px; text-align: center; position: relative; overflow: hidden; }
.pd-news-panel .deco { position: absolute; font-size: 60px; opacity: 0.14; color: #6FA0F5; pointer-events: none; }
.pd-news-panel .deco.left { left: 34px; top: 26px; }
.pd-news-panel .deco.right { right: 40px; bottom: 20px; }
.pd-news-panel .kicker { position: relative; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: #F4A672; text-transform: uppercase; }
.pd-news-panel h2 { position: relative; font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -0.6px; margin-top: 10px; }
.pd-news-panel p { position: relative; font-size: 14.5px; color: #9BA6BA; margin-top: 10px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.pd-news-form { position: relative; display: flex; gap: 8px; max-width: 440px; margin: 22px auto 0; background: rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 6px; }
.pd-news-form input { flex: 1; border: none; outline: none; background: transparent; color: #fff; font-family: inherit; font-size: 14px; padding: 10px 12px; }
.pd-news-form button { background: var(--orange); color: #fff; border: none; border-radius: 9px; padding: 10px 22px; font-weight: 700; font-size: 14px; transition: filter .18s; }
.pd-news-form button:hover { filter: brightness(1.05); }

.pd-guarantees { background: #F1EDE4; padding: 52px 0; margin-top: 40px; }
.pd-guarantees .inner { max-width: 1080px; margin: 0 auto; padding: 0 28px; text-align: center; }
.pd-guarantees h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.6px; }
.pd-guarantees .inner > p { font-size: 15px; color: var(--muted); margin-top: 8px; }
.pd-guarantees .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.pd-guarantees .card {
  background: #fff; border-radius: 18px; padding: 30px 24px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05);
}
.pd-guarantees .ico { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px; font-size: 26px; }
.pd-guarantees .ico.blue { background: var(--blue-soft); color: var(--blue); }
.pd-guarantees .ico.green { background: var(--green-soft); color: var(--green-text); }
.pd-guarantees .ico.orange { background: var(--orange-soft); color: var(--orange); }
.pd-guarantees .card b { display: block; font-weight: 700; font-size: 16px; color: var(--ink); margin-top: 16px; }
.pd-guarantees .card small { display: block; font-size: 13.5px; color: var(--muted); margin-top: 8px; line-height: 1.55; }

.pd-reviews { padding: 48px 0 8px; }
.pd-reviews-grid { display: grid; grid-template-columns: 280px 1fr; gap: 34px; margin-top: 24px; align-items: start; }
.pd-score-card {
  background: #fff; border-radius: 18px; padding: 26px;
  box-shadow: 0 4px 18px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05); text-align: center;
}
.pd-score-card .score { font-size: 52px; font-weight: 800; color: var(--ink); line-height: 1; }
.pd-score-card .score span { font-size: 20px; color: #B0B8C4; }
.pd-score-card .stars { color: #F5A623; font-size: 18px; letter-spacing: 2px; margin-top: 8px; }
.pd-score-card .based { font-size: 13px; color: var(--muted-3); margin-top: 8px; }
.pd-score-card .bars { display: flex; flex-direction: column; gap: 6px; margin-top: 20px; text-align: left; }
.pd-score-card .bar-row { display: flex; align-items: center; gap: 8px; }
.pd-score-card .bar-row .s { font-size: 12px; color: var(--muted-3); width: 26px; }
.pd-score-card .track { flex: 1; height: 7px; border-radius: 999px; background: #EEEBE3; overflow: hidden; }
.pd-score-card .track span { display: block; height: 100%; background: #F5A623; }
.pd-score-card .pct { font-size: 11.5px; color: var(--muted-3); width: 34px; text-align: right; }
.pd-photo-label { font-size: 13px; font-weight: 600; color: var(--muted-3); margin-bottom: 12px; }
.pd-photo-strip { display: flex; gap: 10px; margin-bottom: 22px; }
.pd-photo-strip > div { width: 78px; height: 78px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; overflow: hidden; }
.pd-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.pd-big-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pd-big-reviews .head { display: flex; align-items: center; justify-content: space-between; }
.pd-big-reviews .date { font-size: 11.5px; color: var(--muted-3); }
.pd-big-reviews .avatar { width: 30px; height: 30px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }

.pd-faq { padding: 48px 0 8px; }
.pd-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.pd-faq-item {
  background: #fff; border-radius: 14px;
  border: 1px solid rgba(18, 33, 61, 0.06); overflow: hidden;
  box-shadow: 0 3px 12px rgba(18, 33, 61, 0.04);
}
.pd-faq-item .q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: transparent; border: none; text-align: left;
  padding: 16px 20px; font-weight: 600; font-size: 14px; color: var(--ink); font-family: inherit;
}
.pd-faq-item .q span { color: var(--blue); flex-shrink: 0; display: inline-flex; }
.pd-faq-item .q .lucide { width: 18px; height: 18px; }
.pd-faq-item .a { display: none; font-size: 13.5px; color: var(--muted); line-height: 1.65; padding: 0 20px 18px; }
.pd-faq-item.is-open .a { display: block; }

.pd-stats { padding: 40px 0 8px; }
.pd-stats-panel {
  background: #fff; border-radius: 20px; padding: 30px;
  box-shadow: 0 6px 24px rgba(18, 33, 61, 0.06);
  border: 1px solid rgba(18, 33, 61, 0.05);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; text-align: center;
}
.pd-stats-panel b { display: block; font-size: 34px; font-weight: 800; color: var(--orange); letter-spacing: -1px; }
.pd-stats-panel span { display: block; font-size: 14px; color: #3C475C; font-weight: 600; margin-top: 4px; }

@media (max-width: 1100px) {
  .pd-main { grid-template-columns: 300px 1fr; }
  .pd-spec-wide { grid-column: 1 / -1; }
  .pd-buy-col { grid-column: 1 / -1; grid-row: auto; position: static; flex-direction: row; flex-wrap: wrap; }
  .pd-buy-box { flex: 1 1 300px; }
  .pd-mini-card { flex: 1 1 240px; }
  .pd-recent-grid, .pd-compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .pd-main { grid-template-columns: 1fr; }
  .pd-spec-wide { grid-column: auto; }
  .pd-title { font-size: 23px; }
  .pd-recent-grid, .pd-compare-grid, .pd-big-reviews, .pd-faq-grid, .pd-summary { grid-template-columns: 1fr; }
  .pd-reviews-grid { grid-template-columns: 1fr; }
  .pd-guarantees .grid, .pd-stats-panel { grid-template-columns: 1fr; }
  .pd-photo-strip { overflow-x: auto; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero h1 { font-size: 38px; }
  .plans-grid { grid-template-columns: repeat(3, 1fr); }
  .how-steps, .install-grid { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .dest-grid, .flag-grid, .why-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { gap: 18px; }
}
@media (max-width: 720px) {
  .hero { grid-template-columns: 1fr; padding-top: 36px; }
  .hero h1 { font-size: 32px; letter-spacing: -0.8px; }
  .main-nav, .header-search { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-actions { gap: 10px; }
  .header-actions .hdr-switchers,
  .header-actions .hdr-login,
  .header-actions .hdr-signup { display: none; }
  .site-header .wrap { justify-content: space-between; gap: 12px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.is-featured { transform: none; }
  .how-panel { padding: 36px 24px; }
  .how-steps, .install-grid, .dest-grid, .flag-grid, .why-grid, .testi-grid { grid-template-columns: 1fr; }
  .green-panel { padding: 8px 22px 32px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-panel h2 { font-size: 28px; }
  .section-title { font-size: 25px; }
}

/* ---------- Mobile: rút gọn phần điểm đến + bảng thông số product ---------- */
@media (max-width: 720px) {
  /* Điểm đến: 2 cột cho gọn thay vì 1 cột kéo dài */
  #dest-grid, .dest-grid-more { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .dest-grid-more { gap: 12px; }
  /* "Khám phá thêm điểm đến": chỉ hiện 6 card đầu trên mobile, còn lại xem ở trang store */
  #kham-pha-diem-den .dest-grid-more .dest-card:nth-child(n+7) { display: none; }
  #kham-pha-diem-den .section-sub { margin-bottom: 4px; }

  /* Bảng thông số product: key co lại, value canh phải — đọc gọn trên mobile */
  .pd-spec-row { align-items: flex-start; gap: 12px; padding: 12px 16px; }
  .pd-spec-row .k { width: auto; flex: 1 1 auto; min-width: 0; font-size: 13px; }
  .pd-spec-row .k .lucide { width: 16px; height: 16px; }
  .pd-spec-row .v { flex: 0 0 auto; max-width: 48%; text-align: right; margin-left: auto; font-size: 13px; word-break: break-word; }
  .pd-spec-tabs { gap: 4px; }
  .pd-spec-tab { padding: 10px 12px; font-size: 13px; }

  /* Product layout khớp mobile: chống tràn ngang + xếp dọc gọn */
  .pd-promo { font-size: 12.5px; padding: 8px 14px; gap: 8px; }
  .pd-main { gap: 18px; padding-top: 14px; }
  .pd-main > * { min-width: 0; }
  .pd-title { font-size: 22px; overflow-wrap: anywhere; }
  .pd-buy-col { flex-direction: column; gap: 12px; }
  .pd-buy-box, .pd-mini-card { flex: 1 1 auto; width: 100%; }
  .pd-gallery { aspect-ratio: 1 / 1; }
  .pd-gallery-vol { font-size: 26px; }
  .pd-gallery-country { font-size: 19px; }
  .pd-breadcrumb { flex-wrap: wrap; }
  .cp-breadcrumb { flex-wrap: wrap; row-gap: 4px; }
  .pd-other .left small { display: block; margin-left: 0; }
  .pd-recent-grid, .pd-compare-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOG SINGLE (.bp-*) — layout kiểu tạp chí: meta + mục lục + prose
   ============================================================ */
html { scroll-behavior: smooth; }

.bp { max-width: 1000px; margin: 0 auto; padding: 26px 0 20px; }

.bp-head { max-width: 720px; }
.bp-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted-2); font-weight: 500; }
.bp-title { font-size: 40px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.16; color: var(--ink); margin: 14px 0 22px; }
.bp-author { display: flex; align-items: center; gap: 12px; }
.bp-author .bp-avatar { border-radius: 50%; flex-shrink: 0; }
.bp-author-name { font-weight: 700; color: var(--ink); font-size: 15px; }
.bp-author small { display: block; color: var(--muted); font-size: 12.5px; margin-top: 1px; }

.bp-hero { margin: 26px 0 8px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-card); }
.bp-hero img { width: 100%; height: auto; display: block; }

.bp-layout { display: flex; align-items: flex-start; gap: 44px; margin-top: 18px; }
.bp-toc { width: 240px; flex-shrink: 0; }
.bp-toc-inner { position: sticky; top: 88px; }
.bp-toc-title { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--ink); margin-bottom: 12px; }
.bp-toc-title .lucide { width: 16px; height: 16px; color: var(--blue); }
.bp-toc nav { display: flex; flex-direction: column; border-left: 2px solid var(--blue-soft); }
.bp-toc nav a { font-size: 13.5px; line-height: 1.4; color: var(--muted); padding: 7px 0 7px 14px; margin-left: -2px; border-left: 2px solid transparent; }
.bp-toc nav a:hover { color: var(--blue); border-left-color: var(--blue); }

.bp-prose { flex: 1; min-width: 0; max-width: 720px; color: #24314d; font-size: 17px; line-height: 1.75; overflow-wrap: break-word; }
.bp-prose > *:first-child { margin-top: 0; }
.bp-prose p { margin: 0 0 20px; }
.bp-prose h2 { font-size: 27px; font-weight: 800; letter-spacing: -0.4px; color: var(--ink); margin: 40px 0 16px; scroll-margin-top: 90px; }
.bp-prose h3 { font-size: 21px; font-weight: 700; color: var(--ink); margin: 30px 0 12px; scroll-margin-top: 90px; }
.bp-prose h4 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 24px 0 10px; }
.bp-prose a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.bp-prose a:hover { color: var(--blue-dark); }
.bp-prose ul, .bp-prose ol { margin: 0 0 20px; padding-left: 24px; }
.bp-prose li { margin-bottom: 8px; }
.bp-prose ul li::marker { color: var(--blue); }
.bp-prose img { max-width: 100%; height: auto; border-radius: 14px; margin: 10px 0; display: block; }
.bp-prose figure { margin: 24px 0; }
.bp-prose figcaption { font-size: 13px; color: var(--muted-2); text-align: center; margin-top: 8px; }
.bp-prose blockquote { margin: 24px 0; padding: 6px 0 6px 20px; border-left: 4px solid var(--blue); color: var(--muted); font-style: italic; }
.bp-prose table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
.bp-prose th, .bp-prose td { border: 1px solid rgba(18, 33, 61, 0.1); padding: 10px 12px; text-align: left; }
.bp-prose th { background: var(--cream); font-weight: 700; color: var(--ink); }
.bp-prose code { background: var(--blue-soft); padding: 2px 6px; border-radius: 5px; font-size: 0.9em; }
.bp-prose hr { border: 0; border-top: 1px solid rgba(18, 33, 61, 0.1); margin: 32px 0; }

.bp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.bp-tags span { background: var(--blue-soft); color: var(--blue-dark); font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }

.bp-authorbox { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid rgba(18, 33, 61, 0.06); border-radius: 18px; padding: 22px 24px; margin-top: 34px; box-shadow: var(--shadow-card); }
.bp-authorbox .bp-avatar { border-radius: 50%; flex-shrink: 0; }
.bp-authorbox .bp-author-name { font-size: 16px; }
.bp-authorbox p { margin-top: 6px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

.bp-cta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; margin-top: 30px; padding: 30px 34px; border-radius: 22px; background: var(--grad-blue); color: #fff; box-shadow: var(--shadow-brand); }
.bp-cta-text h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.4px; }
.bp-cta-text p { margin-top: 6px; opacity: 0.92; font-size: 15px; max-width: 520px; line-height: 1.55; }
.bp-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--blue-dark); font-weight: 700; font-size: 15px; padding: 13px 24px; border-radius: 999px; white-space: nowrap; flex-shrink: 0; transition: transform 0.15s; }
.bp-cta-btn .lucide { width: 18px; height: 18px; }
.bp-cta-btn:hover { transform: translateY(-1px); }

.bp-related { max-width: 1000px; margin: 46px auto 10px; }
.bp-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 22px; }
.bp-rcard { display: flex; flex-direction: column; background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid rgba(18, 33, 61, 0.06); box-shadow: var(--shadow-card); transition: transform 0.15s, box-shadow 0.15s; }
.bp-rcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-raised); }
.bp-rthumb { display: block; aspect-ratio: 16 / 10; background: var(--blue-soft); overflow: hidden; }
.bp-rthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bp-rbody { display: flex; flex-direction: column; gap: 6px; padding: 14px 16px 18px; }
.bp-rbody time { font-size: 12.5px; color: var(--muted-2); }
.bp-rbody b { font-size: 15.5px; font-weight: 700; color: var(--ink); line-height: 1.4; }

@media (max-width: 900px) {
  .bp-layout { flex-direction: column; gap: 24px; }
  .bp-toc { width: 100%; }
  .bp-toc-inner { position: static; background: var(--cream); border: 1px solid rgba(18, 33, 61, 0.06); border-radius: 14px; padding: 16px 18px; }
  .bp-prose { max-width: 100%; }
  .bp-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .bp-title { font-size: 28px; }
  .bp-prose { font-size: 16px; }
  .bp-prose h2 { font-size: 22px; }
  .bp-cta { padding: 24px; }
  .bp-authorbox { padding: 18px; }
  .bp-related-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOG LISTING (.bl-*) — header kiểu "Magazine" + lưới card
   ============================================================ */
.bl-head { max-width: 640px; margin: 12px auto 38px; padding-top: 12px; text-align: center; }
.bl-kicker { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--blue); background: var(--blue-soft); padding: 5px 14px; border-radius: 999px; }
.bl-h1 { font-size: 42px; font-weight: 800; letter-spacing: -0.8px; line-height: 1.12; color: var(--ink); margin: 16px 0 12px; }
.bl-sub { font-size: 16.5px; color: var(--muted); line-height: 1.6; }

.bl-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.bl-card { display: flex; flex-direction: column; background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid rgba(18, 33, 61, 0.06); box-shadow: var(--shadow-card); transition: transform 0.16s, box-shadow 0.16s; }
.bl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-raised); }
.bl-thumb { position: relative; display: block; aspect-ratio: 16 / 10; background: var(--blue-soft); overflow: hidden; }
.bl-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.bl-thumb-fallback.is-flag { object-fit: contain; padding: 30px; background: var(--blue-soft); }
.bl-card:hover .bl-thumb img { transform: scale(1.04); }
.bl-cat { position: absolute; top: 12px; left: 12px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(4px); color: var(--blue-dark); font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.bl-body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 22px; flex: 1; }
.bl-meta { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--muted-2); font-weight: 500; }
.bl-title { font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.35; letter-spacing: -0.2px; }
.bl-excerpt { font-size: 14px; color: var(--muted); line-height: 1.6; flex: 1; }
.bl-more { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--blue); margin-top: 4px; }
.bl-more .lucide { width: 16px; height: 16px; transition: transform 0.15s; }
.bl-card:hover .bl-more .lucide { transform: translateX(3px); }
.bl-empty { padding: 48px 0; }

.bl-pagenav { margin: 42px 0 10px; }
.bl-pagenav .nav-links { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.bl-pagenav .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 13px; border-radius: 12px; font-weight: 600; font-size: 14.5px; color: var(--ink); background: #fff; border: 1px solid rgba(18, 33, 61, 0.08); }
.bl-pagenav a.page-numbers:hover { border-color: var(--blue); color: var(--blue); }
.bl-pagenav .page-numbers.current { background: var(--grad-blue); color: #fff; border-color: transparent; }
.bl-pagenav .page-numbers.dots { border-color: transparent; background: transparent; }

@media (max-width: 900px) {
  .bl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bl-h1 { font-size: 34px; }
}
@media (max-width: 560px) {
  .bl-grid { grid-template-columns: 1fr; }
  .bl-h1 { font-size: 27px; }
  .bl-sub { font-size: 15px; }
}

/* ============================================================
   WOOCOMMERCE BLOCKS SKIN — cart + checkout khớp brand (kiểu Holafly)
   ============================================================ */
.wc-block-checkout, .wc-block-cart { font-family: inherit; color: var(--ink); }

/* Input / select / textarea */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-blocks-components-select__select,
.wc-block-components-combobox .components-form-token-field__input,
.wc-block-components-address-form input {
  border-radius: 12px !important;
  border: 1px solid rgba(18, 33, 61, 0.14) !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 15px !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-text-input textarea:focus,
.wc-blocks-components-select__select:focus,
.wc-block-components-address-form input:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 3px var(--blue-soft) !important;
  outline: none !important;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:focus ~ label { color: var(--blue) !important; }
.wc-block-components-checkbox__input:checked { background: var(--blue) !important; border-color: var(--blue) !important; }

/* Tiêu đề bước */
.wc-block-components-checkout-step__title,
.wc-block-components-title { font-weight: 800 !important; color: var(--ink) !important; letter-spacing: -0.3px; }
.wc-block-components-checkout-step__heading-content { color: var(--muted); }

/* Nút chính (Đặt hàng / Tới thanh toán) */
.wc-block-components-button.contained {
  background: var(--grad-blue) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  padding: 15px 26px !important;
  box-shadow: var(--shadow-brand);
  transition: transform 0.15s, box-shadow 0.15s;
}
.wc-block-components-button.contained:hover { transform: translateY(-1px); box-shadow: var(--shadow-raised); }

/* Link dạng text (Add coupon, remove, edit) → brand */
.wc-block-components-button.wc-block-components-button--text,
.wc-block-cart-item__remove-link:hover,
.wc-block-components-totals-coupon-link { color: var(--blue) !important; }

/* Thẻ order summary / cart totals */
.wc-block-checkout__sidebar .wc-block-components-sidebar,
.wp-block-woocommerce-cart-totals-block {
  background: #fff;
  border: 1px solid rgba(18, 33, 61, 0.06);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 22px 22px 24px;
}
.wc-block-components-order-summary__content,
.wc-block-cart__totals-title { color: var(--ink); }

/* Dòng tổng tiền + nhấn Total */
.wc-block-components-totals-item { color: var(--muted); }
.wc-block-components-totals-footer-item,
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  font-size: 18px !important;
  color: var(--ink) !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-formatted-money-amount { font-weight: 800; color: var(--ink); }

/* Quantity selector bo tròn */
.wc-block-components-quantity-selector { border-radius: 12px !important; border-color: rgba(18, 33, 61, 0.14) !important; }

/* Item ảnh sản phẩm (cờ nước) bo góc + nền nhẹ */
.wc-block-components-order-summary-item__image img,
.wc-block-cart-item__image img {
  border-radius: 10px;
  object-fit: cover;
  background: var(--blue-soft);
  border: 1px solid rgba(18, 33, 61, 0.06);
}

/* ===== Dải trust badge (chèn dưới cart/checkout) ===== */
.esim-trust {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
  margin: 34px 0 8px; padding: 22px;
  background: var(--cream); border: 1px solid rgba(18, 33, 61, 0.06); border-radius: 18px;
}
.esim-trust-item { display: flex; align-items: center; gap: 12px; }
.esim-trust-item .ico { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; background: var(--blue-soft); color: var(--blue); }
.esim-trust-item .ico .lucide { width: 20px; height: 20px; }
.esim-trust-item b { display: block; font-size: 14px; color: var(--ink); }
.esim-trust-item small { color: var(--muted); font-size: 12.5px; }
@media (max-width: 760px) { .esim-trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .esim-trust { grid-template-columns: 1fr; } }

/* ===== Trang Cart / Checkout: header band + bước + giãn cách ===== */
.co-page { padding: 10px 0 30px; }
.co-head { max-width: 700px; margin: 6px auto 36px; text-align: center; }
.co-steps { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.co-step { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--muted-2); }
.co-step-ico { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: 1px solid rgba(18, 33, 61, 0.12); color: var(--muted-2); }
.co-step-ico .lucide { width: 16px; height: 16px; }
.co-step.active { color: var(--blue); }
.co-step.active .co-step-ico { background: var(--grad-blue); border-color: transparent; color: #fff; box-shadow: var(--shadow-brand); }
.co-step.done { color: var(--green-text); }
.co-step.done .co-step-ico { background: var(--green-soft); border-color: transparent; color: var(--green-text); }
.co-step-sep { width: 30px; height: 2px; border-radius: 2px; background: rgba(18, 33, 61, 0.1); }
.co-title { font-size: 36px; font-weight: 800; letter-spacing: -0.7px; color: var(--ink); line-height: 1.15; }
.co-sub { margin-top: 10px; font-size: 16px; color: var(--muted); line-height: 1.6; }
.co-body { margin-top: 6px; min-height: 300px; }
.co-faq { margin-top: 44px; }
.co-faq .cp-faq-list { max-width: 860px; margin-left: auto; margin-right: auto; }

@media (max-width: 560px) {
  .co-title { font-size: 27px; }
  .co-sub { font-size: 15px; }
  .co-step-label { display: none; }
  .co-steps { gap: 6px; }
  .co-step-sep { width: 20px; }
}

/* ===== Page thường (page.php) ===== */
.bp-static { max-width: 780px; padding-top: 30px; }
.bp-static .bp-head { max-width: 100%; }
.bp-static .bp-prose { max-width: 100%; margin-top: 8px; }

/* ===== 404 ===== */
.e404 { max-width: 560px; margin: 0 auto; padding: 56px 0 80px; text-align: center; }
.e404-code { font-size: 120px; font-weight: 800; letter-spacing: -4px; line-height: 1; background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; color: transparent; }
.e404-title { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; color: var(--ink); margin: 6px 0 12px; }
.e404-sub { font-size: 16px; color: var(--muted); line-height: 1.6; }
.e404-search { display: flex; align-items: center; gap: 8px; max-width: 440px; margin: 26px auto 22px; padding: 6px 6px 6px 18px; background: #fff; border: 1px solid rgba(18, 33, 61, 0.12); border-radius: 999px; box-shadow: var(--shadow-card); }
.e404-search .ico { display: flex; color: var(--muted-2); }
.e404-search .ico .lucide { width: 18px; height: 18px; }
.e404-search input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-size: 15px; color: var(--ink); }
.e404-search button { flex-shrink: 0; border: 0; background: var(--grad-blue); color: #fff; font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 999px; cursor: pointer; }
.e404-links { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.e404-home { font-weight: 600; font-size: 14.5px; color: var(--muted); }
.e404-home:hover { color: var(--blue); }

/* ===== My Account (skin shortcode woocommerce_my_account) ===== */
.ma-body { max-width: 960px; margin: 0 auto; }
.ma-body a { color: var(--blue); }
.ma-body .woocommerce { display: flex; flex-direction: column; align-items: center; }
body.logged-in .ma-body .woocommerce { display: grid; grid-template-columns: 236px 1fr; gap: 32px; align-items: start; }
.ma-body .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.ma-body .woocommerce-MyAccount-navigation li a { display: block; padding: 11px 16px; border-radius: 12px; font-weight: 600; font-size: 14.5px; color: var(--muted); }
.ma-body .woocommerce-MyAccount-navigation li.is-active a,
.ma-body .woocommerce-MyAccount-navigation li a:hover { background: var(--blue-soft); color: var(--blue-dark); }
.ma-body .woocommerce-MyAccount-content { background: #fff; border: 1px solid rgba(18, 33, 61, 0.06); border-radius: 18px; padding: 26px 28px; box-shadow: var(--shadow-card); min-height: 280px; }
.ma-body #customer_login { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: flex-start; }
.ma-body #customer_login > .u-column1,
.ma-body #customer_login > .u-column2 { flex: 1 1 320px; max-width: 460px; }
.ma-body .woocommerce-form-login,
.ma-body .woocommerce-form-register { max-width: 460px; margin: 0 auto; background: #fff; border: 1px solid rgba(18, 33, 61, 0.06); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-card); }
.ma-body .woocommerce-form-row label,
.ma-body .woocommerce-form__label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.ma-body input[type="text"],
.ma-body input[type="email"],
.ma-body input[type="password"],
.ma-body input[type="tel"] { width: 100%; border-radius: 12px; border: 1px solid rgba(18, 33, 61, 0.14); padding: 12px 14px; font-size: 15px; color: var(--ink); background: #fff; }
.ma-body input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); outline: none; }
.ma-body .button,
.ma-body .woocommerce-button,
.ma-body button[type="submit"] { background: var(--grad-blue) !important; color: #fff !important; border: 0 !important; border-radius: 999px !important; font-weight: 700 !important; font-size: 15px !important; padding: 12px 26px !important; box-shadow: var(--shadow-brand); cursor: pointer; transition: transform 0.15s; }
.ma-body .button:hover,
.ma-body button[type="submit"]:hover { transform: translateY(-1px); }
.ma-body table.shop_table,
.ma-body table.woocommerce-orders-table { width: 100%; border-collapse: collapse; }
.ma-body table.shop_table th,
.ma-body table.shop_table td { padding: 12px 14px; border-bottom: 1px solid rgba(18, 33, 61, 0.08); text-align: left; font-size: 14.5px; }
@media (max-width: 760px) {
  body.logged-in .ma-body .woocommerce { grid-template-columns: 1fr; }
  .e404-code { font-size: 92px; }
}
