:root {
  --bg: #fffaf4;
  --surface: #ffffff;
  --text: #222222;
  --muted: #6b7280;
  --line: #e7e7e7;
  --dark: #111111;
  --footer: #3a3a3a;
  --cream: #fff2e0;
  --brand: #ff9900;
  --brand-deep: #e47600;
  --danger: #ff4141;
  --max: 1200px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(0,0,0,.82); color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.promo-bar { height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; color: #333; background: linear-gradient(90deg,#ffa928 0%,#ffcccc 100%); font-size: 14px; font-weight: 700; }
.promo-bar strong { color: #ff0000; }
.promo-text { display: inline-block; }
.promo-code { padding: 4px 10px; border: 2px dashed #ff0000; border-radius: 2px; color: #111 !important; background: rgba(255,255,255,.12); letter-spacing: 0; }
.promo-bar a { background: #fff; padding: 7px 18px; border-radius: 14px; font-weight: 600; }
.header-inner { max-width: var(--max); height: 72px; margin: 0 auto; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 60px; height: 46px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; }
.desktop-nav a:hover, .desktop-nav a.active, .desktop-nav .nav-dropdown-trigger:hover, .desktop-nav .nav-dropdown-trigger.active { color: var(--brand); }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; min-height: 72px; }
.nav-dropdown-trigger { min-height: 0; padding: 0; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; }
.nav-dropdown-trigger img { width: 10px; height: 10px; object-fit: contain; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 153px; padding: 8px; display: none; background: rgba(0,0,0,.9); border: 1px solid #333; border-radius: 8px; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: grid; gap: 2px; }
.nav-dropdown-menu a { padding: 10px 12px; border-radius: 6px; white-space: nowrap; color: #fff; font-weight: 600; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.08); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-select { width: auto; min-height: 34px; padding: 0 8px; border: 0; border-radius: 8px; background: #fff; color: #222; font-size: 13px; font-weight: 700; }
.cart-link { position: relative; display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; }
.cart-link img, .menu-button img { width: 26px; height: 26px; object-fit: contain; }
[data-cart-count] { position: absolute; top: 0; right: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--danger); color: #fff; font-size: 11px; line-height: 17px; text-align: center; display: none; }
[data-cart-count]:not(:empty) { display: block; }
.login-pill { background: #fff; color: #222; border-radius: 20px; padding: 8px 18px; font-weight: 700; }
.user-dropdown-wrapper { position: relative; max-width: 240px; }
.email-user { max-width: 240px; min-height: 36px; padding: 0 16px; border-radius: 4px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.email-user span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dropdown-icon { flex: 0 0 auto; font-size: 12px; }
.user-dropdown-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 30; min-width: 140px; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.12); animation: dropdownFadeIn .18s ease; }
.user-dropdown-menu a, .user-dropdown-menu button { width: 100%; min-height: 48px; padding: 0 20px; display: flex; align-items: center; justify-content: center; border: 0; border-bottom: 1px solid #f3f4f6; border-radius: 0; background: #fff; color: #374151; font-size: 15px; font-weight: 400; white-space: nowrap; }
.user-dropdown-menu [data-cart-menu-count], .mobile-nav [data-cart-menu-count] { margin-left: 4px; }
.user-dropdown-menu a:hover, .user-dropdown-menu button:hover { background: #f9fafb; }
.user-dropdown-menu button { color: #ef4444; }
.user-dropdown-menu button:hover { background: #fef2f2; }
@keyframes dropdownFadeIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.menu-button { display: none; background: transparent; border: 0; padding: 6px; }
.mobile-nav { display: none; color: #374151; }
.mobile-nav-backdrop { display: none; }
.mobile-nav-panel { display: grid; }
.mobile-nav a { padding: 12px; border-radius: 8px; }
.mobile-nav button { min-height: 44px; justify-content: flex-start; padding: 12px; border-radius: 8px; background: #fff; color: #ef4444; font-weight: 500; }
.mobile-nav label { display: grid; gap: 6px; padding: 10px 12px; color: var(--muted); font-size: 13px; }
.mobile-nav a:hover, .mobile-nav a.active { background: #fffbf1; color: var(--brand-deep); }
body.mobile-menu-open { overflow: hidden; }
body > main { flex: 1 0 auto; width: 100%; }
.site-toast-region { position: fixed; top: 29px; left: 50%; z-index: 1200; display: grid; gap: 10px; transform: translateX(-50%); pointer-events: none; }
.site-toast { min-width: 238px; min-height: 58px; padding: 0 19px 0 16px; display: inline-flex; align-items: center; gap: 14px; border-radius: 2px; background: #39c96b; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.18); font-size: 16px; line-height: 1.3; font-weight: 700; animation: toastIn .18s ease both; }
.site-toast::before { content: "✓"; width: 19px; height: 19px; flex: 0 0 19px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: #39c96b; font-size: 13px; line-height: 1; font-weight: 900; }
.site-toast.is-error { background: #ef4444; }
.site-toast.is-error::before { content: "×"; color: #ef4444; font-size: 16px; }
.site-toast.is-leaving { animation: toastOut .16s ease both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes toastOut { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-8px); } }
.cookie-consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1100; max-width: 980px; margin: 0 auto; padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; border: 1px solid rgba(0,0,0,.08); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.cookie-consent-copy { display: grid; gap: 5px; min-width: 0; }
.cookie-consent-copy strong { color: #111827; font-size: 16px; line-height: 1.3; }
.cookie-consent-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.cookie-consent-copy a { color: var(--brand-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-consent-actions button { min-width: 104px; }
.page, .home-page { max-width: var(--max); margin: 0 auto; padding: 34px 16px 56px; }
.home-page { background: #fff; }
.home-banner-section { width: 100vw; margin: -34px calc(50% - 50vw) 0; }
.home-banner { width: 100%; overflow: hidden; position: relative; aspect-ratio: 1920 / 700; border-radius: 0; background: #f5f5f5; touch-action: pan-y; }
.home-banner-slides { display: flex; height: 100%; transition: transform .4s ease; }
.home-banner-slide { flex: 0 0 100%; height: 100%; cursor: pointer; }
.home-banner-slide img { width: 100%; height: 100%; object-fit: cover; }
.home-banner-dots { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: flex; gap: 14px; align-items: center; justify-content: center; }
.home-banner-dots button { width: 8px; height: 8px; min-height: 8px; padding: 0; border-radius: 50%; background: #fff; border: 0; opacity: .95; }
.home-banner-dots button.active { background: var(--brand-deep); }
.home-search-section { width: 100vw; margin: 0 calc(50% - 50vw); padding: 42px 16px 12px; background: #fff; }
.home-search-box { position: relative; width: min(532px, 100%); height: 48px; margin: 0 auto; padding: 0 8px 0 14px; display: flex; align-items: center; gap: 10px; border: 2px solid #fff; border-radius: 10px; background: #fff; box-shadow: 0 0 40px rgba(0,0,0,.1); transition: border-color .2s; }
.home-search-box:focus-within, .home-search-box:hover { border-color: var(--brand); }
.home-search-box .home-search-location { width: 20px; height: 20px; object-fit: contain; }
.home-search-box > span { width: 1px; height: 16px; background: #e7e7e7; }
.home-search-box input { flex: 1; min-height: 44px; padding: 0; border: 0; outline: 0; color: #1f2937; font-size: 15px; }
.home-search-box button { width: 32px; height: 32px; min-height: 32px; padding: 0; border-radius: 12px; background: #333; }
.home-search-box button:hover { background: var(--brand); }
.home-search-box button img { width: 19px; height: 19px; object-fit: contain; }
.search-dropdown { position: absolute; top: calc(100% + 7px); left: -2px; right: -2px; z-index: 35; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.search-dropdown[hidden] { display: none; }
.search-result-item { min-height: 56px; padding: 10px 16px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #f1f1f1; color: #00112b; font-size: 16px; line-height: 1.35; }
.search-result-item:last-child { border-bottom: 0; }
.search-result-item:hover { background: #fff8ed; }
.result-flag-group { min-width: 24px; display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
.result-flag { width: 24px; height: 24px; border: 1px solid #e5e7eb; border-radius: 50%; object-fit: cover; background: #fff; }
.result-name { min-width: 0; overflow-wrap: anywhere; }
.search-loading, .search-no-results { padding: 18px 16px; color: var(--muted); text-align: center; }
.home-quick-links { margin: 18px auto 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; color: #374151; font-size: 14px; }
.home-quick-links a { padding: 4px 0; }
.home-quick-links a:hover, .home-quick-links a.active { color: var(--brand-deep); }
.hero, .product-hero { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: center; gap: 48px; padding: 50px 0; }
.eyebrow { color: var(--brand-deep); font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1 { font-size: clamp(34px, 6vw, 64px); line-height: 1.04; margin: 8px 0 18px; letter-spacing: 0; }
h2 { font-size: 24px; margin: 0 0 14px; letter-spacing: 0; }
h3 { margin: 0 0 8px; }
.hero-copy p, .product-hero p, .page-head p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-visual, .product-hero img { justify-self: center; max-height: 360px; object-fit: contain; }
.search-box, .inline-form { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 8px; box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.search-box img { width: 24px; height: 24px; }
input, select { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; padding: 0 12px; font: inherit; background: #fff; }
.search-box input { border: 0; }
button, .primary-btn, .secondary-btn { min-height: 44px; border: 0; border-radius: 8px; padding: 0 20px; font: inherit; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.primary-btn, button { background: var(--brand-deep); color: #fff; }
.secondary-btn { background: #fff; color: #222; border: 1px solid var(--line); }
@media (min-width: 641px) {
  button, .primary-btn, .secondary-btn, .use-btn, .coupon-state { white-space: nowrap; }
}
.full { width: 100%; }
.hero-actions, .quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.quick-links a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; }
.section-heading { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin: 24px 0 18px; }
.section-heading a { color: var(--brand-deep); font-weight: 700; }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.destination-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px; display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center; transition: border-color .2s, transform .2s; }
.destination-card:hover { border-color: var(--brand); transform: translateY(-2px); }
.destination-card img { width: 76px; height: 76px; object-fit: contain; border-radius: 10px; background: #fff8ed; }
.destination-card p { margin: 4px 0 0; color: var(--muted); }
.home-destination-section { padding: 34px 0 42px; text-align: center; background: #fff; }
.home-destination-section h1 { margin: 0 0 34px; color: #08111f; font-size: 28px; line-height: 1.35; font-weight: 700; }
.home-destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; text-align: left; }
.home-destination-card { position: relative; min-width: 0; display: block; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.1); transition: transform .2s, box-shadow .2s; }
.home-destination-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.14); }
.home-card-image { display: block; width: 100%; aspect-ratio: 340 / 180; object-fit: cover; background: #f3f4f6; }
.home-card-flags { position: absolute; left: 14px; bottom: 64px; z-index: 2; display: flex; align-items: center; gap: 4px; min-height: 42px; }
.home-card-flags img { width: 38px; height: 38px; border: 2px solid #dfdfdf; border-radius: 50%; object-fit: cover; background: #fff; }
.home-card-body { min-height: 82px; padding: 14px 16px 12px; display: grid; grid-template-columns: minmax(0, 1fr) 20px; gap: 6px 8px; background: #fff; }
.home-card-title { min-width: 0; color: #333; font-size: 18px; font-weight: 400; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-card-arrow { color: #9ca3af; font-size: 24px; font-weight: 300; line-height: 1; text-align: right; }
.home-card-price { grid-column: 1 / -1; color: #222; font-size: 16px; }
.home-card-price strong { color: var(--danger); font-size: 20px; font-weight: 500; }
.home-more-btn { min-height: 38px; margin-top: 46px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 600; }
.home-more-btn:hover { background: #333; }
.features { width: 100vw; margin: 0 calc(50% - 50vw); padding: 58px max(16px, calc((100vw - var(--max)) / 2)) 54px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; background: #fffbf7; text-align: center; }
.features > h2 { grid-column: 1 / -1; margin: 0 0 18px; color: #08111f; font-size: 28px; line-height: 1.35; }
.features article, .panel, .buy-box, .guide-strip article { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.features article { padding: 0 12px; border: 0; background: transparent; }
.features img { width: 42px; height: 42px; margin: 0 auto 22px; object-fit: contain; }
.features article h2 { min-height: 48px; margin-bottom: 10px; font-size: 18px; line-height: 1.35; }
.features p, .muted { color: var(--muted); }
.features p { max-width: 260px; margin: 0 auto; line-height: 1.55; }
.query-card { width: 100vw; aspect-ratio: 1920 / 420; margin: 0 calc(50% - 50vw); padding: 0 max(16px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; background: #ffa22b url("../public/images/home/mid.png") center / cover no-repeat; border: 0; border-radius: 0; }
.query-card-inner { width: min(460px, 100%); margin-left: 170px; }
.query-card h2 { color: #fff; font-size: 26px; line-height: 1.3; text-align: center; }
.query-card p { display: none; }
.home-query-form { height: 56px; margin-top: 24px; padding: 4px 8px 4px 4px; display: flex; align-items: center; gap: 4px; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.home-query-form input { min-height: 48px; border: 0; outline: 0; color: #374151; }
.home-query-form button { min-height: 36px; padding: 0 18px; border-radius: 8px; background: #333; font-size: 15px; font-weight: 600; }
.home-query-form button:hover { background: var(--brand); }
.guide-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 0; padding: 82px 0 58px; text-align: center; background: #fff; }
.guide-strip > h2 { grid-column: 1 / -1; margin-bottom: 34px; color: #08111f; font-size: 28px; line-height: 1.35; }
.guide-strip article { padding: 0 12px; border: 0; background: transparent; }
.guide-strip img { height: 174px; margin: 0 auto 34px; object-fit: contain; }
.guide-strip h3 { color: #08111f; font-size: 20px; line-height: 1.35; }
.guide-strip p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }
.guide-strip a { min-height: 38px; margin-top: 14px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 500; }
.home-invite { min-height: 236px; margin-top: 0; padding: 34px 54px 34px 400px; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 38px; align-items: center; border: 0; border-radius: 12px; background: #fff5e5 url("../public/images/home/invite.png") left center / auto 100% no-repeat; }
.home-invite-copy { text-align: center; }
.home-invite p { max-width: 560px; margin: 0 auto; color: #222; font-size: 16px; line-height: 1.45; }
.home-invite-copy a { margin-top: 18px; display: inline-block; color: #ff6a35; font-size: 16px; font-weight: 600; }
.home-invite-actions { display: grid; gap: 12px; }
.home-invite-actions button, .home-invite-actions a { width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 15px; font-weight: 600; }
.home-invite-actions button { background: #333; color: #fff;white-space: nowrap; }
.home-invite-actions a { background: var(--brand); color: #fff; }
.wide-image { width: 100%; border-radius: 8px; background: #fff; }
.guide-page { width: 100%; min-height: 100vh; margin: 0; padding: 0; background: #fff url("../public/images/guide/bg.png") top center / 100% auto repeat-y; }
.guide-hero { max-width: 690px; margin: 0 auto; padding: 30px 24px 80px; display: grid; justify-items: center; }
.guide-title-mark { width: 64px; height: 5px; margin-bottom: 16px; border-radius: 999px; background: var(--brand); }
.guide-page h1 { margin: 0 0 31px; color: #111; text-align: center; font-size: 30px; line-height: 1.2; font-weight: 900; }
.guide-checkout-card { position: relative; width: min(512px, 100%); margin-bottom: 34px; overflow: visible; border: 1px solid #d8d8d8; border-bottom: 12px solid var(--brand); border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.22); }
.guide-checkout-card h2 { margin: 0; min-height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 7px 7px 0 0; background: var(--brand); color: #fff; font-size: 20px; line-height: 1.2; font-weight: 800; }
.guide-checkout-card ul { margin: 0; padding: 17px 21px 18px; list-style: none; color: #222; font-size: 16px; line-height: 1.22; }
.guide-checkout-card li { position: relative; margin: 0 0 10px; padding-left: 12px; }
.guide-checkout-card li:last-child { margin-bottom: 0; }
.guide-checkout-card li::before { content: ""; position: absolute; left: 0; top: .45em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.guide-checkout-card strong { color: #ff7a00; }
.guide-alert-icon { position: absolute; right: -18px; top: -17px; width: 61px; height: 61px; display: grid; place-items: center; color: var(--brand); font-size: 34px; line-height: 1; font-weight: 900; text-shadow: 0 2px 8px rgba(0,0,0,.18); }
.guide-alert-icon::before { content: ""; position: absolute; inset: 5px; z-index: -1; background: #fff; clip-path: polygon(50% 0, 100% 88%, 0 88%); filter: drop-shadow(0 2px 4px rgba(0,0,0,.2)); }
.guide-alert-icon::after { content: ""; position: absolute; inset: 12px; z-index: -1; border: 4px solid var(--brand); clip-path: polygon(50% 0, 100% 88%, 0 88%); }
.guide-tabs { width: min(514px, 100%); margin: 0 0 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--brand); border-radius: 999px; overflow: hidden; background: #fff; }
.guide-tabs button { min-height: 44px; gap: 10px; justify-content: center; border: 0; border-radius: 0; background: #fff; color: var(--brand); font-size: 16px; font-weight: 500; }
.guide-tabs button.active { background: var(--brand); color: #fff; }
.guide-tabs img { width: 19px; height: 19px; object-fit: contain; }
.guide-panel { width: min(514px, 100%); padding: 0; border: 0; border-radius: 8px; background: transparent; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.guide-panel[hidden] { display: none; }
.guide-panel img { width: 100%; border-radius: 8px; background: transparent; }
.compatibility-page { max-width: 760px; margin-top: 0; padding: 30px 18px 56px; display: block; background: #fff; border: 1px solid #e5e7eb; border-top: 0; border-radius: 0 0 4px 4px; }
.compatibility-page h1 { margin: 0 0 14px; text-align: center; color: #111827; font-size: 20px; line-height: 1.3; font-weight: 700; }
.brand-jump { margin: 0 0 20px; padding: 10px 0 13px; display: flex; flex-wrap: wrap; gap: 11px; }
.brand-jump a { min-width: 73px; min-height: 36px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #dddddd; border-radius: 5px; background: #fff; color: #111827; font-size: 14px; font-weight: 400; }
.brand-jump a:hover { border-color: var(--brand); color: var(--brand-deep); }
.device-list { display: block; }
.device-brand { padding: 0; margin: 0 0 30px; border: 0; background: transparent; scroll-margin-top: 118px; }
.device-brand h2 { margin: 0 0 14px; color: #111827; font-size: 20px; line-height: 1.35; font-weight: 700; }
.device-brand ul { margin: 0; padding: 0; list-style: none; color: #111827; font-size: 14px; line-height: 1.55; }
.device-brand li { margin: 0 0 6px; padding: 0; color: #111827; background: transparent; border-radius: 0; font-size: 14px; }
.device-brand li::before { content: "-"; }
.device-important { margin-top: 12px; padding: 17px 19px 15px; border-radius: 7px; background: #f7f7f7; }
.device-important h3 { margin: 0 0 8px; color: #111827; font-size: 14px; line-height: 1.35; font-weight: 700; }
.device-important p { margin: 0; color: #111827; font-size: 14px; line-height: 1.5; }
body:has(.about-page) { background: #050505; }
body:has(.about-page) .site-header { background: #050505; }
body:has(.about-page) .desktop-nav a[href="about.html"] { color: var(--brand); }
.about-page { width: 100%; margin: 0; padding: 22px 16px 86px; display: grid; gap: 56px; overflow: hidden; background: #101010 url("../public/images/aboutus/background.png") top center / 100% auto no-repeat; }
.about-page h1 { margin: 0; color: var(--brand); text-align: center; font-size: 31px; line-height: 1.25; font-weight: 900; }
.about-story { width: min(912px, calc(100vw - 32px)); margin: 0 auto; display: grid; gap: 58px; }
.about-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.about-text-card { min-height: 228px; padding: 45px 58px 38px 30px; display: grid; align-content: center; gap: 14px; position: relative; z-index: 2; background: var(--brand); color: #fff; border-radius: 10px; }
.about-feature-text-left .about-text-card { margin-right: -34px; clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%); }
.about-feature-text-right .about-text-card { margin-left: -34px; padding-left: 70px; padding-right: 30px; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.about-text-card h2 { margin: 0; font-size: 20px; line-height: 1.3; font-weight: 900; }
.about-text-card p { margin: 0; color: #fff; font-size: 16px; line-height: 1.55; }
.about-image-card { min-height: 322px; margin: 0; padding: 30px 48px; display: grid; place-items: center; position: relative; z-index: 1; overflow: hidden; border-radius: 16px; background: #fff; }
.about-image-card img { width: 100%; max-height: 262px; object-fit: contain; }
.about-feature-text-right .about-image-card { padding: 22px 42px; }
.about-feature-text-right .about-image-card img, .about-feature:nth-child(3) .about-image-card img { max-height: 270px; }
.about-more-section { width: min(912px, calc(100vw - 32px)); margin: 0 auto; display: grid; gap: 54px; justify-items: center; }
.about-more-section > h2 { margin: 0; color: var(--brand); text-align: center; font-size: 34px; line-height: 1.25; font-weight: 900; }
.about-more-wrap { width: 100%; position: relative; }
.about-more-viewport { overflow: hidden; border-radius: 16px; }
.about-more-track { display: flex; transition: transform .36s ease; }
.about-more-card { min-height: 348px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); overflow: hidden; border-radius: 16px; background: var(--brand); }
.about-more-track .about-more-card { flex: 0 0 100%; }
.about-more-card div { padding: 56px 24px 42px; display: grid; align-content: center; background: #fff; color: #111827; }
.about-more-card h3 { max-width: 380px; margin: 0 0 12px; font-size: 18px; line-height: 1.35; }
.about-more-card p { max-width: 410px; margin: 0; color: #111827; font-size: 15px; line-height: 1.55; }
.about-more-card img { width: 100%; height: 100%; object-fit: cover; }
.about-more-dots { position: absolute; right: -54px; top: 50%; transform: translateY(-50%); display: grid; gap: 12px; }
.about-more-dots button { width: 10px; height: 10px; min-height: 10px; padding: 0; border: 0; border-radius: 50%; background: #fff; opacity: .92; }
.about-more-dots .active { background: var(--brand); box-shadow: 0 0 12px rgba(255,153,0,.75); }
.page-head { margin: 18px 0 26px; }
.destinations-page { max-width: 1234px; padding-top: 14px; background: #fff; }
.destinations-toolbar { margin: 0 auto 32px; display: grid; gap: 24px; justify-items: center; }
.destinations-search { margin-top: 0; }
.destination-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.destination-tabs button { min-height: 32px; padding: 0 8px; border: 0; border-radius: 0; background: transparent; color: #4b5563; font-size: 16px; font-weight: 400; }
.destination-tabs button:hover, .destination-tabs button.active { color: var(--brand); }
.destinations-grid { width: min(1096px, 100%); margin: 0 auto; gap: 24px 22px; }
.destinations-empty { grid-column: 1 / -1; text-align: center; }
.not-found-page { max-width: 760px; margin: 38px auto; display: grid; gap: 16px; }
.not-found-page h1 { margin-bottom: 0; }
.not-found-page .search-box { box-shadow: none; }
.wide-search { max-width: 520px; }
.region-page { max-width: 1104px; padding-top: 8px; background: #fff; }
.region-top { display: grid; grid-template-columns: minmax(340px, 380px) minmax(0, 1fr); gap: 20px; align-items: start; }
.region-summary, .region-buy-box { min-width: 0; }
.region-summary { display: grid; gap: 16px; align-content: start; }
.region-image { width: 100%; aspect-ratio: 380 / 200; object-fit: cover; border-radius: 8px; background: #f3f4f6; }
.region-summary h1 { min-width: 0; margin: 2px 0 0; overflow-wrap: anywhere; color: #111827; font-size: 20px; line-height: 1.5; font-weight: 800; }
.region-intro { display: none; }
.region-discount { width: 100%; min-width: 0; margin-top: 12px; padding: 0px 14px; overflow-wrap: anywhere; border-radius: 8px; background: #fde8e8; color: #111; font-size: 14px; line-height: 2; }
.region-discount strong { max-width: 100%; margin: 0 6px; padding: 0 10px; display: inline-block; overflow-wrap: anywhere; border: 2px dashed #f00; border-radius: 6px; color: #111; font-size: 16px; font-weight: 700; vertical-align: middle; }
.region-discount.is-guest-offer { padding:15px 10px; font-size: 16px; line-height: 1.45; font-weight: 500;}
.region-discount-highlight { color: #ff2929; }
.region-buy-box { display: grid; gap: 16px; }
.region-days-picker, .region-plan-picker { border: 1px solid var(--brand); border-radius: 8px; background: #fffaf4; }
.region-days-picker { min-height: 164px; padding: 22px 20px 24px; }
.region-days-picker h2 { margin: 0; color: #111827; font-size: 16px; font-weight: 400; }
.region-days-value { margin: 20px 0 18px; text-align: center; color: #111827; font-size: 17px; }
.region-days-value strong { color: var(--danger); font-size: 20px; font-weight: 500; }
.region-slider-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 16px; align-items: center; }
.region-slider-row > button { width: 34px; height: 34px; min-height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #111827; font-size: 20px; font-weight: 400; }
.region-slider-row > button:disabled { opacity: .55; cursor: not-allowed; }
.region-slider-track { position: relative; height: 28px; display: flex; align-items: center; }
.region-slider-track::before, .region-slider-track span { content: ""; position: absolute; left: 0; right: 0; height: 4px; border-radius: 999px; background: #dedede; }
.region-slider-track span { right: auto; width: 0; background: var(--brand); }
.region-slider-track i { position: absolute; top: 50%; width: 22px; height: 22px; margin-left: -11px; transform: translateY(-50%); border: 2px solid #fff; border-radius: 50%; background: #ff7a1a; box-shadow: 0 2px 8px rgba(255,122,26,.35); pointer-events: none; }
.region-slider-track input { position: absolute; inset: 0; width: 100%; min-height: 28px; padding: 0; opacity: 0; cursor: pointer; }
.region-plan-picker { padding: 22px 20px 18px; }
.region-plan-group { margin-bottom: 24px; }
.region-plan-group h3 { margin: 0 0 10px; color: #111827; font-size: 16px; font-weight: 400; }
.region-plan-group h3 strong { color: var(--brand); font-weight: 800; }
.region-plan-options { display: flex; flex-wrap: wrap; gap: 12px; }
.region-plan-options button { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #111827; font-size: 14px; font-weight: 400; }
.region-plan-options button.active, .region-plan-options button:hover { border-color: var(--brand); color: var(--brand-deep); }
.region-quantity-line { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 8px 0 22px; color: #111827; font-weight: 400; }
.region-quantity-line .qty-control { width: 148px; height: 36px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: #fff; }
.region-quantity-line .qty-control button { width: 36px; height: 36px; min-height: 36px; padding: 0; border-radius: 0; background: #fff; color: #6b7280; font-size: 18px; font-weight: 400; }
.region-quantity-line .qty-control button:disabled { opacity: .45; cursor: not-allowed; }
.region-quantity-line .qty-control span { text-align: center; color: #111827; font-size: 14px; }
.region-buy-box .buy-total { margin: 0 0 14px; padding: 18px 0; border-top: 1px solid #eee; }
.region-buy-box .buy-total span { color: #111827; }
.region-buy-box .buy-total strong { color: var(--danger); font-size: 24px; font-weight: 400; }
.region-promo-total { align-items: center; }
.region-promo-price { display: grid; justify-items: end; gap: 3px; text-align: right; }
.region-promo-price div { display: flex; align-items: baseline; justify-content: flex-end; gap: 7px; }
.region-promo-price em { color: var(--danger); font-style: normal; font-size: 14px; }
.region-promo-price del { color: #999; font-size: 14px; }
.region-promo-price small { min-width: 92px; min-height: 22px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #ffe1e6; color: var(--danger); font-size: 13px; line-height: 22px; }
.region-action-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.region-action-row button { min-height: 44px; border-radius: 7px; font-weight: 500; }
.region-action-row .primary-btn { background: #ff9900; }
.region-action-row .secondary-btn { border: 0; background: #e47600; color: #fff; }
.region-action-row button:disabled, .region-buy-box button:disabled { opacity: .75; cursor: not-allowed; }
.region-payment { display: grid; gap: 8px; margin-bottom: 12px; }
.region-info { width: calc(100% - 104px); min-width: 0; margin: 38px auto 0; display: grid; gap: 0; }
.region-info-section, .region-info-content { min-width: 0; }
.region-info-section { padding: 20px 0 28px; border-top: 1px solid #e7e7e7; }
.region-info-section h2, .region-info-section header h2 { margin: 0 0 24px; color: #111827; font-size: 16px; font-weight: 800; }
.region-info-section header { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.region-info-section header span { color: #aaa; font-size: 22px; }
.region-info-toggle { position: relative; width: 36px; height: 36px; min-height: 36px; flex: 0 0 36px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #9ca3af; }
.region-info-toggle::before { content: ""; position: absolute; left: 12px; top: 14px; width: 10px; height: 10px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.region-info-toggle[aria-expanded="false"]::before { top: 10px; transform: rotate(225deg); }
.region-info-toggle:hover { background: #f5f5f5; color: #6b7280; }
.region-coverage.is-collapsed .region-info-content { display: none; }
.region-info-row { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; align-items: center; margin: 22px 0; }
.region-info-row img { width: 38px; height: 38px; padding: 4px; border-radius: 8px; background: #f5f5f5; object-fit: contain; }
.region-info-row p { min-width: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0 4px; overflow-wrap: anywhere; color: #111827; line-height: 1.7; }
.region-info-row strong { font-weight: 400; }
.region-info-row p span { min-width: 0; flex: 1 1 240px; overflow-wrap: anywhere; }
.region-about-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; padding: 0 22px 10px; }
.region-about-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--brand); border-radius: 999px; color: #111827; font-size: 14px; font-weight: 800; }
.region-about-actions img { width: 22px; height: 22px; object-fit: contain; }
.region-content { display: grid; justify-items: center; overflow: hidden; color: #111827; line-height: 1.7; }
.region-content img { max-width: 100%; height: auto; }
.region-content p { max-width: 840px; margin: 0 0 14px; }
.product-layout, .checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; }
.buy-box { position: sticky; top: 150px; }
.feature-list { padding-left: 20px; line-height: 1.8; }
.plan-list { display: grid; gap: 10px; margin: 14px 0; max-height: 360px; overflow: auto; padding-right: 4px; }
.plan-option { display: grid; gap: 4px; min-height: 64px; padding: 12px 14px; text-align: left; background: #fff; color: #222; border: 1px solid var(--line); border-radius: 8px; }
.plan-option.active { border-color: var(--brand); background: #fffbf1; }
.plan-option span { color: var(--muted); font-size: 13px; }
.quantity-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 14px 0; font-weight: 700; }
.buy-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; margin-bottom: 10px; border-top: 1px solid var(--line); }
.buy-total strong { color: var(--brand-deep); font-size: 22px; }
.faq-page { max-width: 1134px; padding-top: 8px; padding-bottom: 34px; }
.faq-page-head { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.faq-page-head h1 { margin: 0 0 8px; color: #111827; font-size: 24px; line-height: 1.25; font-weight: 900; }
.faq-page-head p { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.45; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
summary { cursor: pointer; font-weight: 800; }
.faq-ask-image { width: 100%; height: 230px; margin-bottom: 24px; object-fit: cover; object-position: center; border-radius: 8px; }
.faq-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 26px; }
.faq-category-card { min-height: 150px; padding: 20px; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: start; text-align: left; background: #fefaf5; color: #222; border: 1px solid #ffd49b; border-radius: 8px; }
.faq-category-card.active, .faq-category-card:hover { border-color: var(--brand); background: #fff8ed; }
.faq-category-card img { width: 32px; height: 32px; object-fit: contain; }
.faq-category-card span { display: grid; gap: 6px; min-width: 0; }
.faq-category-card small { color: var(--muted); line-height: 1.5; }
.faq-question-panel { display: grid; gap: 22px; }
.faq-question-panel header { display: flex; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.faq-question-panel header img { width: 28px; height: 28px; object-fit: contain; }
.faq-section-title { display: flex; align-items: center; gap: 12px; }
.faq-question-panel h2 { margin: 0; color: #111827; font-size: 20px; line-height: 1.35; font-weight: 800; }
.faq-title-icon { width: 18px; height: 22px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 2px solid var(--brand); color: var(--brand); font-size: 14px; line-height: 1; font-weight: 800; }
.questions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
.faq-detail .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.faq-detail .breadcrumb a:hover { color: var(--brand-deep); }
.faq-detail .breadcrumb strong { color: var(--text); }
.faq-detail-body { display: grid; gap: 16px; }
.faq-detail-body h1 { margin-top: 0; font-size: clamp(28px, 4vw, 42px); }
body[data-page="auth"] .site-header, body[data-page="auth"] .site-footer, body[data-page="auth"] .floating-actions,
body:has(.auth-page) .site-header, body:has(.auth-page) .site-footer, body:has(.auth-page) .floating-actions { display: none; }
body[data-page="auth"], body:has(.auth-page) { height: 100dvh; overflow: hidden; background: #ffa222; }
.auth-page { min-height: 100vh; min-height: 100dvh; height: 100dvh; display: grid; place-items: center; overflow: hidden; padding: 48px 16px; background: #ffa222 url("../public/images/bg/loginbg.png") center / cover no-repeat; }
.auth-card { width: min(420px, calc(100vw - 32px)); max-height: calc(100dvh - 96px); overflow: auto; background: #fff; border: 0; border-radius: 12px; padding: 46px 32px 24px; display: grid; gap: 14px; box-shadow: 0 18px 46px rgba(198, 124, 0, .18); }
.auth-logo { width: 68px; margin: 0 auto 2px; }
.auth-card h1 { margin: 0 0 12px; text-align: center; font-size: 16px; line-height: 1.4; font-weight: 900; }
.auth-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.auth-tabs button { min-height: 38px; background: #f3f4f6; color: #444; padding: 0 8px; }
.auth-tabs button.active { background: var(--brand-deep); color: #fff; }
.auth-mode { display: grid; gap: 12px; }
.auth-mode[hidden] { display: none; }
.auth-mode .form-status { display: none; }
.auth-mode label { display: grid; gap: 0; }
.auth-mode label > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.auth-mode input { min-height: 44px; border: 1px solid #dddddd; border-radius: 4px; background: #f7f7f7; font-size: 16px; }
.auth-mode input::placeholder { color: #6f7780; opacity: 1; }
.inline-code { display: grid; grid-template-columns: 1fr 88px; gap: 0; margin: 0; }
.inline-code input { border-radius: 4px 0 0 4px; }
.inline-code button { min-height: 44px; border-radius: 0 4px 4px 0; padding: 0 10px; background: #ff9200; color: #fff; font-size: 14px; font-weight: 400; white-space: nowrap;}
.auth-extra-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 8px; color: #4b5563; font-size: 14px; }
.remember-check { display: inline-flex !important; grid-template-columns: none; align-items: center; gap: 8px; }
.remember-check input { width: 18px; height: 18px; min-height: 18px; accent-color: #ff8f4e; }
.remember-check span { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; white-space: normal !important; }
.link-btn, .auth-link-btn { min-height: auto; padding: 0; border: 0; background: transparent; color: #ff650f; font-weight: 500; }
.auth-submit, .auth-confirm { width: 100%; min-height: 44px; border-radius: 7px; background: #ff9200; color: #fff; font-size: 20px; font-weight: 600; }
.auth-link-btn { justify-self: center; margin-top: 2px; font-size: 14px; }
.auth-back-login::before { content: ""; display: inline-block; width: 13px; height: 13px; margin-right: 4px; vertical-align: -2px; background: url("../public/images/icons/backlogin.png") center / contain no-repeat; }
.auth-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px 36px 0; }
.auth-cancel, .auth-confirm { min-height: 44px; border-radius: 7px; font-size: 18px; font-weight: 500; }
.auth-cancel { background: #f2f2f4; color: #4b5563; }
.stacked-form { display: grid; gap: 14px; max-width: 560px; }
.cart-page { padding-top: 12px; background: #fff; }
body:has(.cart-page) .promo-bar { display: none; }
.cart-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.cart-main { min-width: 0; background: #fff; }
.cart-toolbar { display: flex; align-items: center; gap: 8px; padding: 12px 16px 16px; border-bottom: 1px solid var(--line); background: #fff; }
.cart-toolbar label { display: inline-flex; align-items: center; gap: 14px; font-weight: 400; white-space: nowrap; }
.cart-toolbar input, .cart-check input { width: 20px; height: 20px; accent-color: var(--brand); cursor: pointer; }
.cart-toolbar .secondary-btn { min-height: 32px; padding: 0 16px; border-color: #d9d9d9; border-radius: 4px; background: #fff; color: #1f2937; font-weight: 400; }
.cart-row { display: grid; grid-template-columns: 28px 100px minmax(0, 1fr) 112px 124px 58px; gap: 14px; align-items: center; padding: 18px 16px; min-height: 94px; border-bottom: 1px solid #f0f0f0; background: #fff; }
.cart-row.is-disabled { opacity: .6; }
.cart-check { display: flex; align-items: center; justify-content: center; }
.cart-thumb-wrap { position: relative; width: 100px; height: 56px; border-radius: 6px; overflow: hidden; background: #f0f0f0; }
.cart-thumb { width: 100px; height: 56px; border-radius: 6px; object-fit: cover; background: #f0f0f0; }
.cart-thumb-wrap span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.58); color: #fff; font-size: 12px; font-weight: 900; }
.cart-info { min-width: 0; display: grid; gap: 4px; }
.cart-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 500; color: #111827; }
.cart-info span, .cart-price small, .order-card span, .order-sub span, .detail-row span, .usage-card span { color: var(--muted); font-size: 13px; }
.cart-price { text-align: right; display: grid; gap: 2px; justify-items: end; }
.cart-price > div { display: flex; align-items: baseline; justify-content: flex-end; gap: 0; white-space: nowrap; }
.cart-price small { color: #ff7a00; font-weight: 400; }
.cart-price strong { color: #ff6b1a; font-size: 18px; font-weight: 500; }
.cart-price del { color: #9ca3af; font-size: 13px; text-decoration-thickness: 1px; }
.qty-control { width: 124px; height: 40px; display: grid; grid-template-columns: 40px 1fr 40px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.qty-control button { min-height: 38px; padding: 0; background: #fff; color: #64748b; border-radius: 0; font-size: 22px; font-weight: 300; }
.qty-control span { display: flex; align-items: center; justify-content: center; border-left: 1px solid var(--line); border-right: 1px solid var(--line); color: #111827; font-size: 14px; }
.text-btn { min-height: 36px; padding: 0; color: #111827; background: transparent; font-weight: 400; white-space: nowrap; }
.settlement-card { position: sticky; top: 94px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 20px; }
.settlement-card h2 { margin: 0 0 16px; font-size: 18px; font-weight: 600; color: #111827; }
.settlement-card .primary-btn.is-disabled { opacity: .45; pointer-events: none; }
.selected-thumb-row { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.selected-thumb-item { position: relative; flex: 0 0 auto; width: 58px; height: 38px; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); background: #f3f4f6; }
.selected-thumb-item img { width: 100%; height: 100%; object-fit: cover; }
.selected-thumb-item span { position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--danger); color: #fff; font-size: 11px; line-height: 18px; text-align: center; }
.panel-empty { display: grid; place-items: center; gap: 10px; padding: 14px 0; }
.panel-empty img { width: 54px; height: 54px; opacity: .5; }
.summary-list { margin: 0 0 22px; display: grid; gap: 10px; }
.summary-list div { display: flex; justify-content: space-between; gap: 12px; }
.summary-list dt { color: #4b5563; font-size: 14px; }
.summary-list dd { margin: 0; color: #111827; font-weight: 400; }
.summary-list .total { margin-top: 8px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 18px; }
.summary-list .total dt { color: #111827; font-size: 18px; }
.summary-list .total dd { color: #ff6b1a; font-size: 20px; font-weight: 500; }
.summary-total-list { margin-bottom: 22px; }
.summary-total-list .total { margin-top: 0; }
.cart-price-breakdown { padding: 0; border: 0; border-radius: 0; background: transparent; }
.cart-price-breakdown summary { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #6b7280; font-size: 14px; font-weight: 400; list-style: none; cursor: pointer; }
.cart-price-breakdown summary::-webkit-details-marker { display: none; }
.cart-price-breakdown summary::after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #aaa; transform: rotate(180deg); transition: transform .18s ease; }
.cart-price-breakdown[open] summary::after { transform: rotate(0deg); }
.settlement-card .primary-btn.full { min-height: 45px; border-radius: 7px; background: var(--brand); font-weight: 500; }
.empty-state { display: grid; place-items: center; gap: 12px; padding: 48px 16px; background: #fff; border-radius: 0 0 8px 8px; color: var(--muted); }
.empty-state img { width: 88px; height: 88px; opacity: .45; }
.orders-page { max-width: 1200px; padding-top: 32px; background: #fff; }
.orders-page > .panel { padding: 15px 0; border: 0; background: transparent; }
.order-tools { display: grid; gap: 25px; margin-bottom: 27px; }
.status-tabs { display: flex; gap: 30px; overflow-x: auto; }
.status-tabs button { min-height: 38px; padding: 0 0 13px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: #374151; font-size: 16px; font-weight: 400; white-space: nowrap; }
.status-tabs button.active { color: var(--brand); border-bottom-color: var(--brand); }
.order-search-form { width: 362px; height: 39px; display: flex; align-items: center; border: 1px solid var(--brand); border-radius: 10px; background: #fff; overflow: hidden; }
.order-search-form input { flex: 1; min-height: 37px; padding: 0 14px 0 20px; border: 0; outline: 0; color: #374151; font-size: 14px; }
.order-search-form button { width: 42px; height: 37px; min-height: 37px; padding: 0; border-radius: 0; background: transparent; }
.order-search-form button img { width: 23px; height: 23px; object-fit: contain; }
.order-card { background: #fff; border: 0; border-radius: 11px; overflow: hidden; margin-bottom: 18px; }
.order-card header { min-height: 52px; display: grid; grid-template-columns: 200px 215px 1fr; gap: 10px; align-items: center; padding: 0 24px; background: #f5f5f8; border-bottom: 1px solid #eeeeee; }
.order-card header div { min-width: 0; display: flex; gap: 0; align-items: center; }
.order-card header span, .order-card header strong { color: #4b5563; font-size: 13px; font-weight: 400; }
.order-card header strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-card header div:last-child strong { color: #ff4141; }
.order-list-header { display: grid; grid-template-columns: minmax(360px, 1fr) 166px 121px 166px 145px; gap: 0; padding: 0 24px; margin-bottom: 10px; color: #4b5563; font-size: 16px; font-weight: 400; }
.order-list-header span { min-height: 24px; display: flex; align-items: center; justify-content: center; }
.order-list-header span:first-child { justify-content: flex-start; padding-left: 0; }
.order-sub { display: grid; grid-template-columns: 100px minmax(260px, 1fr) 166px 121px 166px 145px; gap: 0; align-items: center; min-height: 70px; padding: 10px 24px 18px; }
.order-sub:last-child { border-bottom: 0; }
.order-sub img { width: 100px; height: 60px; border-radius: 7px; object-fit: cover; background: #f0f0f0; }
.order-sub > div { min-width: 0; min-height: 50px; display: grid; align-content: center; justify-items: center; gap: 4px; border-left: 1px solid #eeeeee; }
.order-sub .order-product-info { justify-items: start; padding: 0 16px; border-left: 0; }
.order-product-info strong { color: #111827; font-size: 16px; line-height: 1.35; font-weight: 500; }
.order-product-amount strong, .order-payment-amount strong { color: #111827; font-size: 16px; font-weight: 500; }
.order-product-amount span { color: #4b5563; font-size: 13px; }
.order-payment-amount { min-height: 50px; display: grid; place-items: center; border-right: 1px solid #eeeeee; }
.order-payment-amount strong { color: #111827; font-size: 16px; font-weight: 500; }
.order-status-cell { text-align: left; }
.order-status { font-weight: 900; }
.order-status.status-0 { color: #ff4d2d; }
.order-status.status-2 { color: #14804a; }
.order-status.status-4, .order-status.status-5, .order-status.status-11, .order-status.status-12 { color: var(--danger); }
.order-list-actions { display: grid; justify-items: center; }
.order-list-actions .primary-btn, .order-list-actions .secondary-btn { min-width: 100px; min-height: 32px; padding: 0 16px; border-radius: 6px; font-size: 14px; font-weight: 500; }
.order-list-actions .primary-btn { background: var(--brand); color: #fff; }
.order-list-actions .secondary-btn { color: #4b5563; border-color: #d6d6d6; }
.pager { display: flex; justify-content: flex-end; gap: 12px; align-items: center; padding-top: 14px; }
.pager span { color: var(--muted); font-size: 13px; }
.pager button:disabled { opacity: .45; cursor: not-allowed; }
.number-pager { justify-content: center; flex-wrap: wrap; padding-top: 28px; }
.number-pager button { min-width: 38px; min-height: 38px; padding: 0 12px; background: #fff; color: #333; border: 1px solid var(--line); }
.number-pager button.active { background: #333; color: #fff; border-color: #333; }
.detail-stack { display: grid; gap: 12px; }
.detail-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.detail-row .copy-tag { margin-left: auto; }
.payment-detail { display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.payment-detail h2 { font-size: 20px; }
.order-detail-sub { border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.order-detail-page { max-width: 1240px; padding-top: 10px; background: #fff; }
.order-detail-page > .panel { padding: 0; border: 0; background: transparent; }
.order-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 342px; gap: 12px; align-items: start; }
.order-detail-main { display: grid; gap: 11px; min-width: 0; }
.order-detail-side { display: grid; gap: 12px; }
.order-detail-status, .order-detail-products, .order-detail-side section { border: 1px solid #e1e1e1; border-radius: 7px; background: #fff; }
.order-detail-status { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; }
.order-detail-status h2 { margin: 0; color: #111827; font-size: 18px; line-height: 1.35; }
.order-detail-status p { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.45; }
.order-status-pay-btn { width: 120px; min-height: 40px; border-radius: 6px; background: var(--brand); color: #fff; font-size: 16px; font-weight: 700; }
.order-detail-products { display: grid; gap: 22px; padding: 0; border: 0; background: transparent; }
.order-detail-page .order-detail-sub { padding: 24px 23px 22px; border: 1px solid #e1e1e1; border-radius: 7px; background: #fff; margin-bottom: 0; }
.order-detail-product-head { display: grid; grid-template-columns: 170px minmax(0, 1fr) 130px; gap: 16px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid #e5e5e5; }
.order-detail-product-head img { width: 170px; height: 90px; border-radius: 7px; object-fit: cover; background: #f3f4f6; }
.order-detail-product-head h2 { margin: 2px 0 8px; color: #111827; font-size: 20px; line-height: 1.3; }
.order-detail-product-head p { margin: 0; color: #374151; font-size: 14px; }
.order-detail-price { display: grid; justify-items: end; gap: 4px; }
.order-detail-price p { margin: 0; display: flex; align-items: baseline; justify-content: flex-end; gap: 5px; }
.order-detail-price strong { color: #ff4d2d; font-size: 20px; font-weight: 500; }
.order-detail-price span { color: #8b8b8b; font-size: 14px; text-decoration: line-through; }
.order-detail-price small { color: #111827; font-size: 13px; }
.order-detail-coverage { padding-top: 25px; }
.order-detail-coverage h3 { margin: 0 0 18px; color: #111827; font-size: 19px; line-height: 1.35; }
.order-detail-coverage dl { margin: 0; display: grid; gap: 16px; }
.order-detail-coverage dl div { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 0; align-items: start; }
.order-detail-coverage dt { color: #111827; font-size: 16px; }
.order-detail-coverage dd { margin: 0; color: #111827; font-size: 16px; line-height: 1.45; }
.order-detail-page .esim-code-box { margin-top: 22px; }
.order-detail-page .esim-list { margin-top: 25px; }
.order-detail-page .esim-list h3 { margin: 0 0 15px; color: #111827; font-size: 19px; line-height: 1.35; }
.order-detail-page .esim-list-table { overflow: hidden; border: 1px solid #ff9a3d; border-radius: 6px; }
.order-detail-page .esim-list-head, .order-detail-page .esim-list-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 42px; }
.order-detail-page .esim-list-head { padding: 0 18px; background: #fff3e7; color: #111827; text-align: center; }
.order-detail-page .esim-list-row { padding: 0 18px; border-top: 1px solid #ff9a3d; }
.order-detail-page .esim-list-row > strong { color: #374151; font-size: 14px; font-weight: 400; text-align: center; }
.order-detail-page .show-qr-btn { justify-self: center; min-height: 28px; padding: 0; border: 0; background: transparent; color: #ff6b2c; font-size: 14px; font-weight: 500; }
.order-detail-page .show-qr-btn img { display: inline-block; width: 18px; height: 18px; margin-left: 5px; vertical-align: -4px; }
.order-detail-page .payment-detail, .order-info-detail { padding: 25px 23px 28px; }
.order-detail-page .payment-detail h2, .order-info-detail h2 { margin: 0 0 12px; color: #111827; font-size: 19px; line-height: 1.35; }
.order-detail-page .detail-row { min-height: 43px; padding: 0; align-items: center; border-bottom: 1px solid #eeeeee; }
.order-detail-page .detail-row:last-child { border-bottom: 0; }
.order-detail-page .detail-row span { color: #4b5563; font-size: 14px; }
.order-detail-page .detail-row strong { color: #111827; font-size: 14px; font-weight: 400; text-align: right; }
.order-detail-page .payment-detail .detail-row:last-child strong { font-size: 18px; font-weight: 800; }
.order-info-detail .detail-row { gap: 8px; }
.order-info-detail .detail-row span { flex: 0 0 96px; }
.order-info-detail .detail-row strong { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-info-detail .copy-tag { min-height: 22px; padding: 0 8px; border: 0; background: #fff4ed; color: #ff5c35; font-size: 12px; font-weight: 400; }
.order-actions { display: grid; grid-template-columns: minmax(180px, 1fr) auto auto; gap: 10px; align-items: end; padding: 14px; border: 1px solid #ffd49b; border-radius: 8px; background: #fff8ed; }
.order-actions .form-status { grid-column: 1 / -1; }
.email-info-card { display: grid; gap: 12px; padding: 16px; border: 1px solid #ffd49b; border-radius: 8px; background: #fff8ed; }
.email-info-card h2 { margin: 0; font-size: 20px; }
.email-info-content { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.coverage-mini { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 12px 0; color: var(--muted); }
.coverage-mini div { display: grid; gap: 4px; padding: 10px; border: 1px solid #f0f0f0; border-radius: 8px; background: #fff; }
.coverage-mini strong { color: var(--text); overflow-wrap: anywhere; }
.esim-code-box { display: grid; gap: 10px; margin-top: 14px; padding: 14px; background: #f9fafb; border-radius: 8px; }
.esim-code-box div { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.esim-code-box strong { overflow-wrap: anywhere; }
.copy-tag { width: auto; min-height: 28px; padding: 0 10px; border: 1px solid #ffd49b; border-radius: 6px; background: #fff; color: var(--brand-deep); font-size: 12px; font-weight: 800; }
.modal-overlay { position: fixed; inset: 0; width: 100vw; height: 100vh; min-height: 100dvh; z-index: 1300; display: grid; place-items: center; padding: 18px; background: rgba(17,17,17,.54); }
.modal-overlay[hidden] { display: none; }
.modal-box { position: relative; width: min(760px, 100%); max-height: min(780px, calc(100vh - 36px)); overflow: auto; padding: 24px; border-radius: 8px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.modal-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; min-height: 34px; padding: 0; border-radius: 50%; background: #f5f5f5; color: #222; }
.payment-tips-overlay { z-index: 1300; background: rgba(0,0,0,.44); }
.payment-tips-modal { width: 284px; max-height: none; overflow: hidden; padding: 0; border-radius: 2px; box-shadow: 0 8px 25px rgba(0,0,0,.16); text-align: center; }
.payment-tips-modal h2 { margin: 0; padding: 18px 18px 16px; color: #111; font-size: 20px; line-height: 1.2; font-weight: 600; }
.payment-tips-modal p { margin: 0; padding: 10px 18px 19px; color: #8b949e; font-size: 16px; line-height: 1.35; }
.payment-tips-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #eee; }
.payment-tips-actions a { min-height: 46px; padding: 0 12px; display: flex; align-items: center; justify-content: center; background: #fff; color: #111; font-size: 20px; font-weight: 400; }
.payment-tips-actions a + a { border-left: 1px solid #eee; color: #ff8a00; }
.global-loading { position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100vw; height: 100vh; min-height: 100dvh; z-index: 1400; display: block; background: rgba(0,0,0,.18); }
.global-loading[hidden] { display: none; }
.global-loading-box { position: fixed; left: 50%; top: 50%; width: 121px; min-height: 95px; padding: 22px 16px 15px; display: grid; place-items: center; gap: 10px; border-radius: 5px; background: rgba(41,41,41,.78); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.2); transform: translate(-50%, -50%); }
.global-loading-spinner { width: 26px; height: 26px; border: 3px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: loadingSpin .8s linear infinite; }
.global-loading-box strong { color: #fff; font-size: 16px; line-height: 1.2; font-weight: 700; }
@keyframes loadingSpin { to { transform: rotate(360deg); } }
.cart-added-overlay { background: rgba(0,0,0,.38); }
.cart-added-modal { width: min(494px, calc(100vw - 32px)); padding: 32px 24px 20px; border-radius: 14px; background: #fff; text-align: center; box-shadow: 0 18px 54px rgba(0,0,0,.24); }
.cart-added-modal h2 { margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: #111827; font-size: 22px; line-height: 1.3; }
.cart-added-modal h2 span { width: 27px; height: 27px; margin-right: 10px; display: inline-grid; place-items: center; flex: 0 0 27px; border-radius: 50%; background: #75d66a; color: #fff; font-size: 20px; font-weight: 800; }
.cart-added-modal p { margin: 26px 0 30px; color: #4b5563; font-size: 16px; }
.cart-added-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cart-added-actions a, .cart-added-actions button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 14px; font-weight: 600; }
.cart-added-actions a { border: 1px solid var(--brand); color: var(--brand-deep); background: #fff; }
.cart-added-actions button { border: 0; background: var(--brand); color: #fff; }
.cart-delete-overlay { background: rgba(0,0,0,.38); }
.cart-delete-modal { width: min(420px, calc(100vw - 32px)); padding: 40px 32px 28px; border-radius: 14px; background: #fff; text-align: center; box-shadow: 0 18px 54px rgba(0,0,0,.24); }
.cart-delete-icon { width: 52px; height: 52px; margin: 0 auto 24px; display: grid; place-items: center; color: var(--brand); }
.cart-delete-icon svg { width: 48px; height: 48px; display: block; overflow: visible; }
.cart-delete-icon path { fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.cart-delete-modal h2 { margin: 0 0 28px; color: #111827; font-size: 18px; line-height: 1.45; font-weight: 500; }
.cart-delete-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cart-delete-actions button { min-height: 48px; border-radius: 999px; font-size: 16px; font-weight: 600; }
.cart-delete-actions .secondary-btn { border: 1px solid var(--brand); background: #fff; color: var(--brand); }
.cart-delete-actions .primary-btn { border: 0; background: var(--brand); color: #fff; }
.order-payment-overlay { background: rgba(0,0,0,.38); }
.order-payment-modal { width: min(521px, calc(100vw - 32px)); padding: 0 24px 17px; overflow: visible; border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.order-payment-modal .modal-close { top: 18px; right: 21px; width: 28px; height: 28px; min-height: 28px; border-radius: 0; background: transparent; color: #999; font-size: 31px; font-weight: 300; line-height: 1; }
.order-payment-modal h2 { min-height: 68px; margin: 0 -24px 12px; padding: 0 64px 0 24px; display: flex; align-items: center; border-bottom: 1px solid #eeeeee; color: #333; font-size: 19px; line-height: 1.35; font-weight: 700; }
.order-payment-summary { min-height: 62px; margin-bottom: 24px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 6px; background: #f7f7f7; }
.order-payment-summary span { color: #666; font-size: 14px; }
.order-payment-summary strong { color: #ff5c1f; font-size: 22px; line-height: 1; font-weight: 800; }
.order-payment-methods { padding: 0 7px; }
.order-payment-methods h3 { margin: 0 0 14px; color: #333; font-size: 20px; line-height: 1.35; font-weight: 700; }
.order-payment-option { min-height: 67px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid #eeeeee; color: #333; cursor: pointer; }
.order-payment-option input, .order-payment-agreement input { position: absolute; opacity: 0; pointer-events: none; }
.order-payment-radio { width: 19px; height: 19px; flex: 0 0 19px; border: 2px solid #d7d7d7; border-radius: 50%; background: #fff; }
.order-payment-option input:checked + .order-payment-radio { border-color: #ff6b2c; box-shadow: inset 0 0 0 5px #fff; background: #ff6b2c; }
.order-payment-option img { width: 32px; height: 32px; object-fit: contain; border-radius: 6px; }
.order-payment-option strong { color: #333; font-size: 16px; line-height: 1.3; font-weight: 700; }
.order-payment-option small { color: #ff7a00; font-size: 12px; font-weight: 500; }
.order-payment-agreement { min-height: 56px; padding: 11px 7px 0; display: flex; align-items: center; gap: 12px; color: #666; font-size: 14px; }
.order-payment-agreement::before { content: ""; width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid #dcdcdc; border-radius: 4px; background: #fff; }
.order-payment-agreement:has(input:checked)::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; color: #ff6b2c; font-size: 22px; line-height: 1; }
.order-payment-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.order-payment-actions button { min-height: 40px; border-radius: 7px; font-size: 16px; font-weight: 700; }
.order-payment-actions .secondary-btn { border-color: #e5e5e5; background: #f5f5f5; color: #666; }
.order-payment-actions .primary-btn { border: 0; background: #333; color: #fff; }
.order-payment-modal .form-status { min-height: 18px; margin: 8px 0 0; text-align: center; color: var(--danger); font-size: 13px; }
.activation-modal { width: min(1040px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: hidden; border-radius: 10px; }
.activation-modal-head { min-height: 52px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8e8e8; }
.activation-modal-head h2 { margin: 0; color: #333; font-size: 18px; line-height: 1.3; font-weight: 600; }
.activation-modal .modal-close { position: static; width: 32px; height: 32px; min-height: 32px; padding: 0; border-radius: 0; background: transparent; color: #999; font-size: 30px; font-weight: 300; line-height: 1; }
.activation-modal [data-esim-modal-content] { max-height: calc(100vh - 84px); overflow: auto; padding: 20px 24px 24px; }
.activation-number-card { overflow: hidden; margin-bottom: 24px; border: 1px solid #e8e8e8; border-radius: 6px; background: #fff; }
.activation-number-card h3 { margin: 0; padding: 14px 24px; background: linear-gradient(135deg, #ff9a56 0%, #ff7439 100%); color: #fff; font-size: 16px; line-height: 1.25; font-weight: 700; }
.activation-number-body { padding: 16px 24px; display: grid; justify-content: center; gap: 8px; }
.activation-number-body div { display: flex; align-items: center; gap: 0; min-height: 22px; }
.activation-number-body span { min-width: 60px; color: #666; font-size: 14px; text-align: right; }
.activation-number-body strong { margin-right: 12px; color: #333; font-size: 14px; font-weight: 700; word-break: break-all; }
.activation-number-body p { margin: 0; color: #ff5c1f; font-size: 14px; line-height: 1.45; }
.activation-grid { display: grid; grid-template-columns: 192px minmax(0, 1fr); gap: 8px; align-items: stretch; margin-bottom: 24px; }
.activation-method { padding: 16px 8px; border-radius: 10px; background: #fefaf5; }
.activation-method h3 { margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid #fdecd6; color: #333; text-align: center; font-size: 14px; line-height: 1.35; font-weight: 600; }
.activation-method-qr { display: grid; justify-items: center; align-content: start; }
.activation-qr-frame { min-height: 128px; display: grid; place-items: center; }
.activation-qr { width: 128px; height: 128px; object-fit: contain; background: #fff; }
.activation-usage-btn { width: 176px; min-height: 40px; margin-top: 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: #ff9900; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.activation-method-manual h3 { margin-bottom: 12px; }
.activation-platform { margin-bottom: 8px; padding: 8px 12px; border-radius: 10px; background: #fff; }
.activation-platform:last-child { margin-bottom: 0; }
.activation-platform h4 { margin: 0 0 10px; color: #333; text-align: center; font-size: 16px; line-height: 1.25; font-weight: 700; }
.activation-field { display: flex; align-items: center; min-width: 0; margin-bottom: 10px; color: #333; font-size: 16px; line-height: 1.45; }
.activation-field:last-child { margin-bottom: 0; }
.activation-field span { flex: 0 0 auto; color: #666; }
.activation-field strong { min-width: 0; flex: 1; margin-right: 12px; color: #333; font-size: 16px; line-height: 1.45; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activation-field-stacked { align-items: flex-start; flex-wrap: wrap; }
.activation-field-stacked span { width: 100%; margin-bottom: 8px; }
.activation-field-stacked strong { white-space: normal; word-break: break-all; overflow: visible; text-overflow: clip; }
.activation-copy { flex: 0 0 auto; min-height: 22px; padding: 2px 8px; border: 0; border-radius: 4px; background: #fff4e6; color: #ff6a35; font-size: 12px; line-height: 1.2; font-weight: 400; }
.activation-tip { margin: 0 0 20px; display: flex; align-items: center; justify-content: center; color: #ff3636; font-size: 14px; line-height: 1.45; font-weight: 700; text-align: center; }
.activation-tip span { width: 16px; height: 16px; min-width: 16px; margin-right: 4px; display: inline-grid; place-items: center; border-radius: 50%; background: #ff3636; color: #fff; font-size: 12px; line-height: 1; font-weight: 800; }
.activation-return-btn { width: 160px; min-height: 40px; margin: 0 auto; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; background: #ff9900; color: #fff; font-size: 15px; font-weight: 700; }
.warning-line { margin: 16px 0 0; color: var(--danger); font-weight: 700; }
.usage-page { max-width: none; min-height: calc(100vh - 72px); margin: 0; padding: 12px 16px 20px; background: #f5f5f5; }
.usage-page > [data-usage-page] { width: min(768px, 100%); margin: 0 auto; }
.usage-container { display: grid; gap: 20px; }
.usage-result-head { padding: 0 20px; display: grid; gap: 0; border: 0; border-radius: 8px; background: #fff; }
.usage-result-head div { min-height: 52px; display: grid; grid-template-columns: 160px minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.usage-order-row { border-bottom: 1px solid #e5e5e5; }
.usage-result-head span { color: #111827; font-size: 14px; }
.usage-result-head strong { color: #111827; text-align: right; font-size: 14px; line-height: 1.4; }
.usage-result-head button { width: 71px; min-height: 33px; padding: 0 14px; border: 0; border-radius: 4px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 700; }
.cards-list { display: grid; gap: 14px; }
.usage-card { position: relative; display: grid; gap: 0; min-height: 566px; padding: 25px 24px 32px; border: 1px solid #dddddd; border-radius: 11px; background: #fff; }
.usage-card.expired { border-color: #dddddd; background: #fff; }
.expired-badge { justify-self: start; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: #fff0f0; color: var(--danger); font-size: 13px; font-weight: 800; }
.usage-info-row { min-height: 36px; padding: 0; display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 0; align-items: center; border-bottom: 0; }
.usage-info-row span, .usage-label-row { color: #4b5563; font-size: 14px; line-height: 1.4; }
.usage-info-row strong { color: #000; font-size: 14px; line-height: 1.45; font-weight: 700; overflow-wrap: anywhere; }
.usage-label-row { min-height: 48px; padding-top: 21px; }
.data-usage-section { margin: 0 0 22px; padding: 0; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 17px; align-items: center; border-radius: 0; background: transparent; }
.usage-progress { position: relative; width: 112px; aspect-ratio: 1; display: grid; place-items: center; }
.usage-progress svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.usage-progress circle { fill: none; stroke-width: 8; }
.usage-progress .progress-bg { stroke: #ff9900; }
.usage-progress .progress-bar { stroke: #ff9900; stroke-linecap: round; stroke-dasharray: var(--progress-total); stroke-dashoffset: var(--progress-offset); transition: stroke-dashoffset .25s ease; }
.usage-progress div { position: relative; z-index: 1; width: 72px; display: grid; align-content: center; justify-items: center; gap: 8px; text-align: center; }
.usage-progress span { display: block; max-width: 100%; color: #111827; font-size: 12px; line-height: 1; white-space: nowrap; }
.usage-progress strong { display: block; max-width: 100%; color: #111827; font-size: 20px; line-height: 1; font-weight: 800; white-space: nowrap; }
.usage-total { display: grid; align-content: center; gap: 16px; }
.usage-total strong { color: #000; font-size: 16px; line-height: 1.4; font-weight: 700; }
.usage-total a { color: #ff8a00; font-size: 14px; line-height: 1.35; font-weight: 500; }
.status-active { color: #14804a; }
.status-inactive { color: var(--brand-deep); }
.status-expired { color: var(--danger); }
.mini-row { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.checkout-page { max-width: none; padding: 20px 60px 56px; background: #f3f3f3; }
.checkout-grid { max-width: 1138px; margin: 0 auto; grid-template-columns: minmax(0, 1fr) 402px; gap: 20px; }
.checkout-main, .checkout-side { display: grid; gap: 24px; align-content: start; }
.checkout-card { border: 0; border-radius: 14px; background: #fff; box-shadow: none; }
.checkout-card h2 { margin: 0 0 18px; color: #111827; font-size: 20px; font-weight: 600; }
.checkout-order-card { padding: 25px 25px 22px; }
.checkout-item { display: grid; grid-template-columns: 80px minmax(0, 1fr) 86px; gap: 12px; align-items: center; padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid #eeeeee; }
.checkout-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.checkout-item img { width: 80px; height: 50px; border-radius: 6px; object-fit: cover; background: #f0f0f0; }
.checkout-item div { display: grid; gap: 4px; min-width: 0; }
.checkout-item strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #111827; font-size: 16px; font-weight: 500; }
.checkout-item span, .checkout-item small { color: var(--muted); font-size: 13px; }
.checkout-item-price { justify-items: end; text-align: right; }
.checkout-item-price strong { color: #ff6b1a; font-size: 16px; font-weight: 500; }
.checkout-item-price del { color: #a3a3a3; font-size: 13px; }
.coupon-picker { min-height: 60px; padding: 0 25px; display: flex; align-items: center; }
.checkout-coupon-row { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.checkout-coupon-row h2 { margin: 0; font-size: 18px; }
.checkout-coupon-row button { min-height: 40px; padding: 0; background: transparent; color: #ff5c1f; font-size: 15px; font-weight: 400; white-space: nowrap; }
.checkout-coupon-row button::after { content: "›"; margin-left: 8px; font-size: 20px; line-height: 1; }
.checkout-coupon-signin { display: inline-flex; align-items: center; gap: 8px; color: #ff5c1f; font-size: 15px; white-space: nowrap; }
.checkout-coupon-signin::after { content: "›"; font-size: 20px; line-height: 1; }
.checkout-signin-overlay { background: rgba(0,0,0,.44); }
.checkout-signin-modal { width: min(300px, 100%); max-height: none; overflow: hidden; padding: 0; border-radius: 3px; box-shadow: 0 8px 25px rgba(0,0,0,.16); text-align: center; }
.checkout-signin-modal h2 { margin: 0; padding: 18px 18px 16px; color: #111; font-size: 20px; line-height: 1.2; font-weight: 500; }
.checkout-signin-modal p { margin: 0; padding: 10px 20px 19px; color: #8b949e; font-size: 16px; line-height: 1.4; }
.checkout-signin-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #eee; }
.checkout-signin-actions button, .checkout-signin-actions a { min-height: 46px; padding: 0 12px; display: flex; align-items: center; justify-content: center; border-radius: 0; background: #fff; color: #111; font-size: 18px; font-weight: 400; }
.checkout-signin-actions a { border-left: 1px solid #eee; color: #ff8a00; }
.checkout-coupon-row span { color: #ff5c1f; font-size: 15px; white-space: nowrap; }
.checkout-coupon-row label { display: flex; align-items: center; gap: 10px; margin: 0; }
.checkout-coupon-row select { max-width: 220px; min-height: 38px; border: 0; color: #ff5c1f; background: transparent; }
.checkout-voucher-overlay { position: fixed; inset: 0; width: 100vw; height: 100vh; min-height: 100dvh; z-index: 1300; padding: 26px 16px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.46); }
.checkout-voucher-modal { position: relative; width: min(713px, 100%); min-height: 470px; padding: 22px 24px 20px; border-radius: 14px; background: #f7f7f7; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.checkout-voucher-modal h2 { margin: 0 0 24px; color: #333; font-size: 19px; font-weight: 600; }
.checkout-voucher-close { position: absolute; top: 17px; right: 22px; width: 28px; height: 28px; min-height: 28px; padding: 0; background: transparent; color: #999; font-size: 24px; font-weight: 300; }
.checkout-voucher-code { padding: 15px; display: grid; grid-template-columns: minmax(0, 1fr) 96px; gap: 11px; border-radius: 10px; background: #fff; }
.checkout-voucher-code input { min-height: 42px; border: 1px solid #dddddd; border-radius: 7px; font-size: 16px; }
.checkout-voucher-code button, .checkout-voucher-ok { min-height: 42px; border-radius: 7px; background: var(--brand); color: #fff; font-size: 16px; font-weight: 600; }
.checkout-voucher-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #333; }
.checkout-voucher-head > span { position: relative; padding-left: 27px; font-size: 16px; font-weight: 500; }
.checkout-voucher-head > span::before { content: ""; position: absolute; left: 1px; top: 50%; width: 13px; height: 13px; border: 2px solid #555; border-radius: 3px; transform: translateY(-50%) rotate(-35deg); }
.checkout-voucher-head label { display: inline-flex; align-items: center; gap: 9px; color: #666; font-size: 14px; }
.checkout-voucher-head input, .checkout-voucher-option input { width: 21px; height: 21px; min-height: 21px; accent-color: var(--brand); }
.checkout-voucher-list { min-height: 165px; max-height: 190px; overflow: auto; padding: 14px; display: grid; align-content: start; gap: 10px; border-radius: 10px; background: #fff; }
.checkout-voucher-list > p { align-self: center; justify-self: center; margin: 48px 0; color: #999; }
.checkout-voucher-option { min-height: 62px; padding: 10px 12px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: center; border: 1px solid #eeeeee; border-radius: 8px; background: #fffaf4; }
.checkout-voucher-option span { min-width: 0; display: grid; gap: 3px; }
.checkout-voucher-option strong { color: #111827; font-size: 15px; font-weight: 600; }
.checkout-voucher-option small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #777; font-size: 13px; }
.checkout-voucher-modal .form-status { min-height: 22px; margin: 6px 0 4px; text-align: center; color: #ff5c1f; }
.checkout-voucher-ok { width: 285px; display: flex; margin: 10px auto 0; align-items: center; justify-content: center; }
.checkout-email { display: grid; gap: 12px; padding: 25px; }
.checkout-email h2 { margin: 0 0 4px; font-size: 20px; }
.checkout-required-badge { display: inline-flex; min-height: 24px; margin-left: 6px; padding: 2px 7px; align-items: center; border-radius: 4px; background: #ff4141; color: #fff; font-size: 12px; font-weight: 600; vertical-align: middle; }
.checkout-required-badge[hidden] { display: none; }
.checkout-email input { min-height: 44px; border-color: #dddddd; border-radius: 8px; color: #111827; font-size: 16px; }
.checkout-email p { margin: 4px 0 0; padding: 14px 12px; display: flex; gap: 10px; align-items: flex-start; border-radius: 8px; background: #fff7ed; color: #6b7280; font-size: 13px; line-height: 1.7; }
.checkout-email p span { flex: 0 0 auto; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--brand); border-radius: 50%; color: var(--brand); font-size: 12px; font-weight: 700; line-height: 1; }
.checkout-price-card, .checkout-payment-card { padding: 25px 24px; }
.checkout-price-card .summary-list { margin-bottom: 0; gap: 12px; }
.checkout-price-card .summary-list .total { margin-top: 2px; }
.checkout-price-card .summary-list dd { font-weight: 400; }
.checkout-price-card .summary-list div:nth-child(2) dd { color: #ff4141; }
.agreement-check { min-height: 58px; padding: 0 24px; display: flex; align-items: center; gap: 14px; color: #4b5563; font-size: 13px; }
.agreement-check input { width: 22px; height: 22px; min-height: 22px; accent-color: var(--brand); }
.agreement-check a { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 2px; font-weight: 400; }
.payment-options { display: grid; margin: 0; }
.payment-options label { min-height: 67px; padding: 0 14px; display: flex; align-items: center; gap: 12px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: #fff; color: #111827; font-size: 16px; font-weight: 500; }
.payment-options input { width: 20px; height: 20px; min-height: 20px; accent-color: #ff6b1a; }
.payment-options img { width: 32px; height: 32px; border-radius: 6px; object-fit: contain; }
.payment-options small { color: #ff6b1a; font-size: 13px; font-weight: 400; }
.checkout-side .primary-btn.full { min-height: 49px; border-radius: 9px; background: #ffc56d; font-size: 16px; font-weight: 600; }
.checkout-grid.is-agreed .checkout-side .primary-btn.full { background: var(--brand-deep); }
.checkout-side .primary-btn.full:hover, .checkout-grid.is-agreed .checkout-side .primary-btn.full:hover { background: var(--brand); }
.checkout-side .form-status { margin: -10px 0; }
.payment-bridge { display: grid; gap: 14px; justify-items: start; }
.payment-bridge h2 { margin: 0; }
.payment-bridge form { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-actions, .payment-help { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-help { max-width: var(--max); margin: -34px auto 56px; padding: 0 16px; }
.payment-summary { display: grid; gap: 8px; min-width: min(420px, 100%); margin: 0; padding: 14px; border: 1px solid #ffd49b; border-radius: 8px; background: #fff8ed; }
.payment-summary div { display: flex; justify-content: space-between; gap: 16px; }
.payment-summary dt { color: var(--muted); }
.payment-summary dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; text-align: right; }
.diagnostics-panel { display: grid; gap: 16px; }
.diagnostic-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.diagnostic-list { display: grid; gap: 10px; }
.diagnostic-row { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.diagnostic-row div { display: grid; gap: 4px; min-width: 0; }
.diagnostic-row span { color: var(--muted); overflow-wrap: anywhere; }
.diagnostic-row b { flex: 0 0 auto; color: var(--muted); font-size: 12px; }
.diagnostic-row.is-pass { border-color: #b8e2c8; background: #f5fff8; }
.diagnostic-row.is-pass b { color: #14804a; }
.diagnostic-row.is-fail { border-color: #ffc1c1; background: #fffafa; }
.diagnostic-row.is-fail b { color: var(--danger); }
.account-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.account-page { max-width: 1140px; min-height: 648px; padding-top: 28px; background: #fff; }
.account-page > .panel { padding: 0; border: 0; background: transparent; }
.account-dashboard { display: grid; gap: 22px; }
.account-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.account-info-card, .account-finance-card, .account-balance-details { border-radius: 8px; background: #fffaf4; box-shadow: 0 10px 24px rgba(0,0,0,.04); }
.account-info-card, .account-finance-card { min-height: 243px; padding: 24px 23px; }
.account-info-card h2, .account-finance-card h2, .account-balance-details h2 { margin: 0; display: flex; align-items: center; gap: 8px; color: #111827; font-size: 22px; line-height: 1.35; }
.account-info-card h2 img, .account-finance-card h2 img, .account-balance-details h2 img { width: 20px; height: 20px; object-fit: contain; }
.account-info-card dl { margin: 24px 0 17px; display: grid; gap: 20px; }
.account-info-card dl div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 0; align-items: center; }
.account-info-card dt { color: #555; font-size: 14px; }
.account-info-card dd { margin: 0; color: #111827; font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.account-info-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.account-info-actions button { min-height: 40px; border-radius: 999px; background: #fff; border-color: var(--brand); color: var(--brand-deep); font-size: 14px; font-weight: 400;white-space: nowrap; }
.account-info-actions .account-logout-btn { border-color: #9ca3af; color: #374151; }
.account-finance-card { display: grid; align-content: start; justify-items: start; }
.account-finance-card p { margin: 32px 0 7px; color: #555; font-size: 14px; }
.account-finance-card strong { color: var(--brand); font-size: 28px; line-height: 1; font-weight: 500; }
.account-finance-card strong span { font-size: 16px; }
.account-finance-card .primary-btn { min-height: 47px; margin-top: 38px; padding: 0 25px; border-radius: 999px; background: linear-gradient(180deg, #ff8f16 0%, #ff6d18 100%); box-shadow: 0 7px 16px rgba(255, 110, 24, .28); font-size: 16px; font-weight: 700; }
.account-balance-details { padding: 36px 24px 44px; border-radius: 0; background: #fff; box-shadow: none; }
.account-balance-details header { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.account-balance-details header a { color: #ff7a00; font-size: 14px; line-height: 1.35; font-weight: 500; }
.account-table-wrap { overflow-x: auto; border: 1px solid #dfdfdf; border-radius: 7px; background: #fff; }
.account-table-wrap table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; }
.account-table-wrap th { height: 52px; padding: 0 20px; background: #fff2df; color: #555; text-align: left; font-size: 14px; font-weight: 800; }
.account-table-wrap th:first-child { width: 38%; }
.account-table-wrap th:nth-child(2) { width: 22%; text-align: center; }
.account-table-wrap th:nth-child(3) { width: 20%; text-align: center; }
.account-table-wrap th:nth-child(4) { width: 20%; text-align: right; }
.account-table-wrap td { height: 53px; padding: 0 20px; color: #374151; text-align: left; font-size: 14px; border-top: 1px solid #eeeeee; vertical-align: middle; }
.account-table-wrap td:nth-child(2), .account-table-wrap td:nth-child(3) { text-align: center; }
.account-table-wrap td:nth-child(4) { text-align: right; }
.account-table-wrap td.is-income { color: #32c400; }
.account-table-wrap td.is-expense { color: #111827; }
.account-table-wrap td[colspan] { height: 78px; text-align: center; color: #6b7280; }
.account-modal { width: min(430px, calc(100vw - 32px)); }
.logout-confirm-modal { width: 300px; max-height: none; overflow: hidden; padding: 0; border-radius: 2px; box-shadow: 0 8px 25px rgba(0,0,0,.16); text-align: center; }
.logout-confirm-modal h2 { margin: 0; padding: 18px 18px 16px; color: #111; font-size: 20px; line-height: 1.2; font-weight: 500; }
.logout-confirm-modal p { margin: 0; padding: 10px 18px 19px; color: #8b949e; font-size: 16px; line-height: 1.35; }
.logout-confirm-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #eee; }
.logout-confirm-actions button { min-height: 47px; padding: 0 12px; border: 0; border-radius: 0; background: #fff; color: #111; font-size: 20px; font-weight: 400; }
.logout-confirm-actions button + button { border-left: 1px solid #eee; color: #ff8a00; }
.account-recharge-modal { width: min(713px, calc(100vw - 24px)); max-width: none; padding: 0 30px 20px; overflow: visible; border-radius: 9px; }
.account-recharge-modal > h2 { min-height: 65px; margin: 0 -30px 24px; padding: 0 70px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; color: #333; font-size: 20px; line-height: 1.3; }
.account-recharge-modal .modal-close { top: 19px; right: 20px; width: 28px; height: 28px; min-height: 28px; border-radius: 0; background: transparent; color: #999; font-size: 29px; font-weight: 300; line-height: 1; }
.recharge-section { display: grid; gap: 14px; margin-bottom: 26px; }
.recharge-section h3 { margin: 0; padding-left: 12px; border-left: 2px solid var(--brand); color: #444; font-size: 16px; line-height: 1; }
.recharge-amount-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.recharge-amount-grid button { min-height: 74px; border: 0; border-radius: 7px; background: #f6f6f6; color: var(--brand); font-size: 29px; font-weight: 500; }
.recharge-amount-grid button:hover, .recharge-amount-grid button:focus { background: #eef0f2; outline: 0; }
.recharge-amount-grid button span { margin-right: 6px; color: #777; font-size: 14px; font-weight: 400; }
.recharge-custom-amount { width: 155px; min-height: 58px; padding: 0 14px 0 10px; display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; border: 1px solid var(--brand); border-radius: 7px; background: #fff3df; }
.recharge-custom-amount span { color: #555; font-size: 18px; }
.recharge-custom-amount input { min-height: 54px; padding: 0; border: 0; background: transparent; color: #ff7b55; text-align: center; font-size: 29px; font-weight: 800; outline: 0; }
.recharge-payment-method { min-height: 55px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--brand); border-radius: 7px; background: #fff; }
.recharge-payment-method input { position: absolute; opacity: 0; pointer-events: none; }
.payment-brand { display: inline-flex; align-items: center; gap: 10px; color: #333; font-size: 16px; }
.payment-brand img { width: 31px; height: 31px; object-fit: contain; }
.payment-radio { width: 21px; height: 21px; border: 6px solid var(--brand); border-radius: 50%; background: #fff; }
.recharge-modal-actions { margin-top: 42px; display: flex; justify-content: center; gap: 11px; }
.recharge-modal-actions button { width: 133px; min-height: 38px; border-radius: 7px; font-weight: 500; }
.recharge-modal-actions .secondary-btn { border: 0; background: #e5e7eb; color: #6b7280; }
.recharge-modal-actions .primary-btn { background: var(--brand); color: #fff; }
.account-recharge-modal .form-status { text-align: center; }
.account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.account-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 18px; align-items: start; }
.account-hero-card, .balance-hero { min-height: 168px; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 22px; border-radius: 8px; }
.account-hero-card { grid-column: 1; background: #111; color: #fff; }
.account-hero-card span, .balance-hero span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.account-hero-card h2 { margin: 6px 0; color: #fff; }
.account-hero-card p { margin: 0; color: rgba(255,255,255,.72); overflow-wrap: anywhere; }
.balance-hero { grid-column: 2; background: #fff8ed; border: 1px solid #ffd49b; flex-direction: column; align-items: flex-start; }
.balance-hero strong { color: var(--brand-deep); font-size: 36px; line-height: 1; }
.recent-transactions { grid-column: 1 / -1; }
.account-box { background: #fefaf5; border: 1px solid #f6e3ca; border-radius: 8px; padding: 18px; }
.account-box h2 { font-size: 20px; }
.quick-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.quick-amounts button { min-height: 52px; background: #fff; color: var(--brand-deep); border: 1px solid #ffd49b; }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 13px; }
.form-status.is-error { color: var(--danger); }
.form-status.is-success { color: #14804a; }
.invite-page { --invite-width: 1104px; max-width: none; padding: 0 0 56px; background: #fff; }
.invite-banner { width: 100%; background: #fff5eb; }
.invite-banner img { width: min(1200px, 100%); margin: 0 auto; border-radius: 0; background: transparent; }
.invite-link-section { width: min(var(--invite-width), calc(100% - 32px)); margin: 24px auto; padding: 22px 0 18px; border-radius: 12px; background: #fbf7f2; }
.invite-link-row { width: min(665px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 86px; gap: 14px; align-items: center; }
.invite-link-row input { min-height: 42px; border: 1px solid var(--brand); border-radius: 999px; text-align: center; color: #374151; background: #fff; }
.invite-link-row button { min-height: 42px; padding: 0 22px; border-radius: 999px; background: #1f1f1f; color: #fff; font-size: 15px; font-weight: 700; }
.invite-link-section [data-invite-status] { width: min(665px, calc(100% - 32px)); margin: 10px auto 0; text-align: center; font-size: 13px; }
.invite-grid { width: min(var(--invite-width), calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .96fr); gap: 16px; align-items: start; }
.invite-steps { min-height: 368px; padding: 34px 30px 28px; display: grid; gap: 28px; border-radius: 12px 12px 0 0; background: #fff4e4; }
.invite-steps div { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 6px 16px; align-items: start; }
.invite-steps strong { grid-row: span 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 4px; background: #ff7040; color: #fff; font-size: 16px; line-height: 1; }
.invite-steps h2 { margin: 0; color: #111827; font-size: 18px; line-height: 1.35; }
.invite-steps p { margin: 0; color: #374151; font-size: 14px; line-height: 1.45; }
.invite-steps b { color: #111; }
.invite-rewards-shell { display: grid; gap: 22px; }
.invite-rewards-shell > header { min-height: 66px; padding: 0 26px 0 22px; display: flex; align-items: center; gap: 20px; border-radius: 12px; background: var(--brand); color: #fff; }
.invite-rewards-shell > header span { font-size: 16px; font-weight: 500; }
.invite-rewards-shell > header strong { font-size: 24px; font-weight: 400; }
.invite-rewards-shell > header img { width: 34px; height: 34px; margin-left: auto; border-radius: 50%; }
.invite-records-card { overflow: hidden; border: 1px solid #f2d9b7; border-radius: 12px; background: #fbf7f2; }
.invite-records-head { min-height: 52px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff4df; }
.invite-records-head h2 { margin: 0; color: #4b3421; font-size: 14px; line-height: 1.35; }
.invite-records-head button, .invite-records-head a { min-height: 34px; padding: 0; border: 0; background: transparent; color: #8b7a6a; font-size: 13px; font-weight: 700; }
.invite-records-columns { margin: 14px 16px 12px; padding: 18px 24px; display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 16px; border-radius: 12px; background: #fff; color: #6b5b4b; font-size: 14px; font-weight: 700; }
.invite-records-columns span:last-child { text-align: right; }
.reward-list { margin: 0 16px 16px; display: grid; gap: 8px; }
.reward-row { min-height: 48px; padding: 12px 24px; display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 16px; align-items: center; border: 0; border-radius: 12px; background: #fff; }
.reward-row span { color: var(--muted); }
.reward-row strong { color: #14804a; text-align: right; }
.invite-empty { min-height: 102px; margin: 0 16px 16px; padding: 38px 18px; border-radius: 12px; background: #fff; color: #9b8b7c; text-align: center; }
.invite-commission-overlay { background: rgba(0,0,0,.38); }
.commission-modal { width: min(532px, calc(100vw - 32px)); min-height: 276px; padding: 22px 22px 22px; overflow: visible; border-radius: 16px; box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.commission-modal .modal-close { top: 12px; right: 12px; width: 34px; height: 34px; min-height: 34px; background: transparent; color: #999; font-size: 30px; font-weight: 300; line-height: 1; }
.modal-close, .checkout-voucher-close {
  position: absolute;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-size: 0 !important;
  line-height: 0;
}
.modal-close::before, .modal-close::after,
.checkout-voucher-close::before, .checkout-voucher-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.modal-close::before, .checkout-voucher-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.modal-close::after, .checkout-voucher-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.modal-close:hover, .checkout-voucher-close:hover { color: #333; }
.activation-modal .modal-close { position: relative; flex: 0 0 32px; }
.commission-modal h2 { margin: 0 42px 12px; color: #3b3b3b; text-align: center; font-size: 18px; line-height: 1.35; }
.commission-table-head { display: grid; grid-template-columns: minmax(0, 1fr) 140px; gap: 12px; margin: 0 0 8px; padding: 13px 20px; border-radius: 10px; background: #f1f5fb; color: #666; font-size: 14px; font-weight: 800; }
.commission-table-head span:last-child { text-align: right; }
.commission-modal [data-commission-content] { min-height: 102px; display: grid; align-items: center; }
.commission-list { max-height: 220px; overflow: auto; margin: 8px 0 0; }
.commission-modal .reward-row { margin: 0 0 8px; background: #f8fafc; }
.commission-empty { margin: 0; padding: 28px 12px; color: #999; text-align: center; }
.commission-pager { margin: 0 -22px -22px; padding: 16px 22px 22px; justify-content: center; border-top: 1px solid #eee; }
.commission-pager span { display: none; }
.commission-pager button { min-width: 104px; min-height: 34px; padding: 0 18px; border: 1px solid #ececec; border-radius: 999px; background: #fff; color: #9aa0a6; font-weight: 500; }
.faq-category { display: grid; gap: 10px; margin-bottom: 18px; }
.question-link { min-height: 56px; display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 14px 20px; background: #fff; border: 1px solid #dddddd; border-radius: 8px; color: #111827; font-size: 16px; line-height: 1.45; font-weight: 400; }
.question-link span { color: #111827; font-size: 18px; line-height: 1; }
.question-link:hover { border-color: var(--brand); color: var(--brand-deep); }
.faq-fallback-question { display: block; padding: 0; }
.faq-fallback-question summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 20px; font-weight: 400; list-style: none; }
.faq-fallback-question summary::-webkit-details-marker { display: none; }
.faq-fallback-question p { margin: 0; padding: 0 20px 16px; color: var(--muted); }
.blog-layout { max-width: 1190px; display: grid; grid-template-columns: minmax(0, 776px) 360px; gap: 24px; align-items: start; padding-top: 8px; background: #fff; }
.blog-main h1 { margin: 10px 0 28px; color: #111827; font-size: 42px; line-height: 1.1; font-weight: 900; }
.blog-filters { margin-bottom: 24px; padding: 26px 32px 20px; display: grid; gap: 0; border-radius: 8px; background: #f5f5f8; }
.blog-filters h2 { margin: 0 0 2px; color: #111827; font-size: 20px; line-height: 1.35; }
.blog-filter-row { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 16px; }
.blog-select-field, .blog-search-field { min-height: 70px; display: grid; align-content: center; position: relative; border: 1px solid #d6d6d6; border-radius: 7px; background: #fff; }
.blog-select-field { padding: 9px 42px 8px 16px; }
.blog-select-field::after { content: ""; position: absolute; right: 18px; top: 50%; width: 12px; height: 12px; transform: translateY(-45%); background: url("../public/images/icons/blogExpend.png") center / contain no-repeat; pointer-events: none; opacity: .7; }
.blog-select-field span { color: #5f6670; font-size: 14px; line-height: 1.2; }
.blog-select-field select { min-height: 30px; padding: 0 0 0 8px; border: 0; border-radius: 0; color: #111827; font-size: 16px; appearance: none; outline: 0; }
.blog-search-field { grid-template-columns: minmax(0, 1fr) 52px; padding: 0 4px 0 16px; }
.blog-search-field input { min-height: 66px; padding: 0; border: 0; outline: 0; font-size: 16px; }
.blog-search-field button { width: 52px; min-height: 62px; padding: 0; border-radius: 0; background: transparent; }
.blog-search-field button img { width: 25px; height: 25px; object-fit: contain; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-layout .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px 24px; }
.blog-item { display: grid; gap: 14px; align-content: start; background: #fff; border: 0; border-radius: 0; overflow: visible; }
.blog-item img { width: 100%; aspect-ratio: 376 / 198; object-fit: cover; background: #f3f4f6; }
.blog-item h2 { margin: 0; color: #111827; font-size: 21px; line-height: 1.32; font-weight: 900; }
.blog-item p { min-height: 58px; margin: 0; color: #111827; font-size: 15px; line-height: 1.65; }
.blog-item .secondary-btn { justify-self: start; min-width: 110px; min-height: 42px; margin: 2px 0 0; border-color: var(--brand); border-radius: 6px; color: var(--brand-deep); font-size: 14px; font-weight: 500; }
.blog-related-card { min-height: 486px; padding: 34px 30px 30px; border-radius: 8px; background: #f5f5f8; }
.blog-related-card h2 { margin: 0 0 28px; color: #111827; font-size: 24px; line-height: 1.25; }
.blog-related-products { display: grid; gap: 16px; margin-bottom: 36px; }
.blog-related-products a { color: #111827; text-decoration: underline; font-size: 16px; line-height: 1.25; }
.blog-related-products a:hover { color: var(--brand-deep); }
.blog-related-card .primary-btn { min-height: 51px; padding: 0 18px; border-radius: 7px; background: var(--brand); color: #fff; font-weight: 700; }
.article-detail .article-cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: 8px; margin-bottom: 18px; }
.article-detail .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.article-detail .breadcrumb a:hover { color: var(--brand-deep); }
.article-detail .breadcrumb strong { color: var(--text); }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 60px; gap: 24px; align-items: start; }
.article-body-wrap { min-width: 0; }
.article-body-wrap h1 { margin: 0 0 18px; color: #111827; font-size: 30px; line-height: 1.3; font-weight: 700; }
.share-icons { display: grid; gap: 14px; justify-items: center; }
.share-icons a, .share-icons button { width: 40px; height: 40px; min-height: 40px; padding: 0; color: var(--brand-deep); font-size: 11px;}
.share-icons img { width: 40px; height: 40px; object-fit: contain; }
.share-icons-mobile { display: none; margin-bottom: 18px; }
.prose { color: #374151; line-height: 1.8; }
.prose img { border-radius: 8px; margin: 14px 0; }
.contact-layout { max-width: 552px; min-height: 590px; display: grid; grid-template-columns: 1fr; justify-content: center; align-items: start; padding-top: 8px; padding-bottom: 20px; background: #fff; }
body:has(.contact-layout) .promo-bar { display: none; }
body:has(.contact-layout) .desktop-nav a[href="contact.html"] { color: var(--brand); }
.contact-card { padding: 40px 30px 39px; border-radius: 8px; background: #f5f5f8; text-align: center; }
.contact-title-block { display: grid; justify-items: center; gap: 16px; margin-bottom: 28px; }
.contact-title-block span { width: 40px; height: 5px; border-radius: 999px; background: var(--brand); }
.contact-title-block h1 { margin: 0; color: #111827; font-size: 24px; line-height: 1.25; }
.contact-title-block p { max-width: 410px; margin: 0; color: #6b7280; font-size: 16px; line-height: 1.65; }
.contact-form { display: grid; padding: 33px 30px 38px; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); text-align: left; }
.contact-form .form-status { text-align: center; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.contact-form label { display: grid; gap: 6px; color: transparent; font-size: 0; }
.contact-form input, .contact-form textarea { min-height: 44px; border: 0; border-bottom: 1px solid #d5d5d5; border-radius: 0; padding: 10px 0; color: #111827; font-size: 16px; }
.contact-form textarea { min-height: 70px; resize: vertical; line-height: 1.5; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-bottom-color: #888; }
.contact-form input.is-invalid, .contact-form textarea.is-invalid { border-bottom-color: var(--danger); }
.contact-form small { min-height: 17px; color: var(--danger); font-size: 12px; line-height: 1.4; }
.contact-form button[type="submit"] { justify-self: center; width: 160px; min-height: 43px; border-radius: 6px; background: var(--brand); font-size: 16px; font-weight: 700; }
.contact-side { display: grid; gap: 12px; }
.contact-side p { margin: 0; color: var(--muted); overflow-wrap: anywhere; }
.contact-side a { color: var(--brand-deep); font-weight: 800; }
.legal-content { display: grid; gap: 22px; }
.legal-content article { display: grid; gap: 8px; }
.legal-content h2 { margin: 0; font-size: 21px; }
.legal-content p, .legal-content li { color: #374151; line-height: 1.8; }
.legal-content p { margin: 0; }
.legal-content a { color: var(--brand-deep); font-weight: 700; }
.legal-content ul { margin: 0; padding-left: 20px; }
.terms-page, .policy-page { max-width: 1134px; padding-top: 21px; padding-bottom: 4px; background: #fff; }
body:has(.terms-page), body:has(.policy-page) { background: #fff; }
.terms-page .page-head, .policy-page .page-head { margin: 0 0 24px; padding-bottom: 22px; border-bottom: 1px solid #e5e7eb; }
.terms-page .eyebrow, .policy-page .eyebrow { margin: 0 0 8px; color: #8b80a7; font-size: 13px; line-height: 1.2; font-weight: 400; text-transform: none; }
.terms-page .page-head h1, .policy-page .page-head h1 { margin: 0 0 8px; color: #000b22; font-size: 25px; line-height: 1.25; font-weight: 700; }
.terms-page .page-head p:not(.eyebrow), .policy-page .page-head p:not(.eyebrow) { margin: 0; color: #203047; font-size: 14px; line-height: 1.45; }
.terms-page .legal-content, .policy-page .legal-content { padding: 0; display: block; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.terms-page .legal-content article, .policy-page .legal-content article { display: block; margin: 0 0 25px; }
.terms-page .legal-content h2, .policy-page .legal-content h2 { margin: 0 0 9px; color: #000b22; font-size: 20px; line-height: 1.3; font-weight: 700; }
.terms-page .legal-content p,
.terms-page .legal-content li,
.policy-page .legal-content p,
.policy-page .legal-content li { color: #061735; font-size: 14px; line-height: 1.65; font-weight: 400; }
.terms-page .legal-content p, .policy-page .legal-content p { margin: 0 0 9px; }
.terms-page .legal-content a, .policy-page .legal-content a { color: #0000ee; font-weight: 400; text-decoration: underline; }
.terms-page .legal-content ul { margin: 7px 0 11px; padding-left: 18px; list-style: none; }
.terms-page .legal-content li { position: relative; margin: 0 0 8px; padding-left: 0; }
.terms-page .legal-content li::before { content: "•"; margin-right: 8px; }
.finance-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.finance-summary article { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff8ed; display: grid; gap: 6px; }
.finance-summary span, .transaction-row span, .coupon-body small { color: var(--muted); font-size: 13px; }
.transaction-list { display: grid; gap: 10px; }
.transaction-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.transaction-row div { display: grid; gap: 4px; }
.balance-page { max-width: 1148px; padding-top: 0; }
.balance-details-panel { padding: 25px 24px 22px; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.balance-details-title { margin-bottom: 23px; }
.balance-details-title h1 { margin: 0; display: flex; align-items: center; gap: 10px; color: #222; font-size: 20px; line-height: 1.35; font-weight: 800; }
.balance-details-title img { width: 18px; height: 18px; object-fit: contain; }
.balance-totals { min-height: 54px; margin-bottom: 23px; padding: 0 20px; display: flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid #ff9100; border-radius: 8px; background: #fffaf3; color: #555; font-size: 14px; letter-spacing: 0; }
.balance-totals strong { color: #ff7a00; font-size: 16px; line-height: 1; font-weight: 500; }
.balance-table-wrap { overflow-x: auto; border: 1px solid #dfdfdf; border-radius: 7px; background: #fff; }
.balance-table-wrap table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; }
.balance-table-wrap th { height: 49px; padding: 0 20px; background: #fff2df; color: #555; text-align: left; font-size: 14px; font-weight: 800; }
.balance-table-wrap th:first-child { width: 38%; }
.balance-table-wrap th:nth-child(2) { width: 22%; text-align: center; }
.balance-table-wrap th:nth-child(3) { width: 20%; text-align: center; }
.balance-table-wrap th:nth-child(4) { width: 20%; text-align: right; }
.balance-table-wrap td { height: 50px; padding: 0 20px; color: #374151; text-align: left; font-size: 14px; border-top: 1px solid #eeeeee; vertical-align: middle; }
.balance-table-wrap td:nth-child(2), .balance-table-wrap td:nth-child(3) { text-align: center; }
.balance-table-wrap td:nth-child(4) { text-align: right; }
.balance-table-wrap td.is-income { color: #32c400; }
.balance-table-wrap td.is-expense { color: #111827; }
.balance-table-wrap td[colspan] { height: 78px; text-align: center; color: #6b7280; }
.balance-details-footer { min-height: 76px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; color: #374151; font-size: 14px; }
.balance-pager { display: flex; align-items: center; gap: 10px; }
.balance-pager button, .balance-pager span { min-width: 32px; height: 31px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #eee; border-radius: 5px; background: #fff; color: #9ca3af; font: inherit; line-height: 1; }
.balance-pager span { border-color: #ff9800; background: #ff9800; color: #fff; font-weight: 700; }
.balance-pager button:not(:disabled) { color: #555; cursor: pointer; }
.balance-pager button:disabled { background: #fafafa; color: #c9c9c9; cursor: not-allowed; }
.is-income { color: #14804a; }
.is-expense { color: var(--danger); }
.voucher-page { max-width: 764px; min-height: 524px; padding-top: 0; background: #fafafa; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
body:has(.voucher-page) .promo-bar { display: none; }
.voucher-head { text-align: center; }
.voucher-head h1 { margin: 0 0 22px; color: #111827; font-size: 20px; line-height: 1.2; font-weight: 600; }
.voucher-tools { margin-bottom: 22px; }
.voucher-status-tabs { display: flex; justify-content: center; gap: 10px; }
.voucher-status-tabs button { width: 115px; min-height: 36px; padding: 0 16px; border: 1px solid transparent; border-radius: 6px; background: #eeeeee; color: #4b5563; font-size: 14px; font-weight: 400; }
.voucher-status-tabs button.active { border-color: var(--brand); background: #fff; color: #ff7a00; }
.voucher-page > .panel { min-height: 232px; padding: 18px 15px 31px; border: 0; border-radius: 10px; background: #fff; box-shadow: none; }
.voucher-page > .panel > .muted { margin: 74px 0; text-align: center; }
.coupon-list { display: grid; grid-template-columns: 337px; gap: 16px; justify-content: start; }
.coupon-category-tabs { display: flex; justify-content: center; gap: 84px; margin: 0 0 17px; }
.coupon-category-tabs button { min-height: 26px; padding: 0 0 7px; border-radius: 0; background: transparent; color: #374151; border-bottom: 2px solid transparent; font-size: 16px; font-weight: 400; }
.coupon-category-tabs button.active { color: #ff7a00; border-bottom-color: var(--brand); }
.coupon-card { width: 337px; overflow: hidden; border: 1px solid var(--brand); border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(255,153,0,.14); }
.coupon-card.inactive { border-color: #d0d0d0; box-shadow: none; }
.coupon-top { position: relative; min-height: 88px; padding: 13px 10px 12px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 10px; align-items: start; background: var(--brand); color: #fff; }
.coupon-top::after { content: ""; position: absolute; left: -3px; right: -3px; bottom: -5px; height: 10px; background: radial-gradient(circle at 5px 5px, #fff 0 4px, transparent 4.4px) 0 0 / 14px 10px repeat-x; }
.coupon-card.inactive .coupon-top { background: #c8c8c8; color: #333; }
.coupon-main { display: flex; align-items: center; gap: 5px; flex-wrap: nowrap; min-width: 0; }
.coupon-main strong { font-size: 22px; line-height: 1; font-weight: 700; white-space: nowrap; }
.coupon-main span { font-size: 14px; font-weight: 700; }
.coupon-main em { padding: 2px 6px; border-radius: 5px; background: rgba(124,74,0,.35); font-size: 10px; line-height: 1.4; font-style: normal; white-space: nowrap; }
.coupon-top p { grid-column: 1 / -1; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 12px; line-height: 1.35; }
.use-btn, .coupon-state { align-self: center; grid-row: 1 / 3; grid-column: 2; color: #fff; background: #333; border-radius: 5px; padding: 5px 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.coupon-state { background: #fff; color: #666; }
.coupon-body { min-height: 49px; display: grid; align-content: start; gap: 1px; padding: 11px 12px 8px; background: #fff; }
.coupon-body p { margin: 0; color: #444; }
.coupon-log-btn { justify-self: start; color: var(--brand-deep); font-size: 13px; }
.coupon-log-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 16px 0; padding: 14px; border-radius: 8px; background: #fff8ed; }
.coupon-log-summary strong { color: var(--brand-deep); }
.coupon-log-table { display: grid; gap: 8px; }
.coupon-log-head, .coupon-log-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 130px; gap: 12px; align-items: center; padding: 12px; }
.coupon-log-head { border-radius: 8px; background: #f5f5f5; color: var(--muted); font-size: 13px; font-weight: 800; }
.coupon-log-row { border-bottom: 1px solid var(--line); }
.coupon-log-row span { overflow-wrap: anywhere; }
.coupon-log-row strong { text-align: right; color: var(--brand-deep); }
.limited-products { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--line); }
.limited-products > span { width: 100%; color: var(--muted); font-size: 12px; }
.limited-products a { width: 76px; display: grid; gap: 4px; }
.limited-products img { width: 76px; height: 42px; border-radius: 6px; object-fit: cover; background: #f2f2f2; }
.limited-products small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); }
.topup-country { width: 100%; border: 1px solid var(--line); background: #fff; color: var(--text); padding: 18px; min-height: 112px; justify-content: start; }
.topup-country span { display: grid; gap: 4px; text-align: left; }
.topup-country small { color: var(--muted); }
.topup-checkout { display: grid; gap: 14px; }
.topup-context, .topup-checkout-head { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 14px; border: 1px solid #ffd49b; border-radius: 8px; background: #fff8ed; margin-bottom: 14px; }
.topup-context span, .topup-checkout-head span { color: var(--muted); font-size: 13px; }
.topup-context strong, .topup-checkout-head strong { overflow-wrap: anywhere; }
.topup-checkout-head div { display: grid; gap: 4px; }
.topup-checkout .plan-option { cursor: pointer; }
.topup-checkout .plan-option input { width: auto; min-height: auto; margin-right: 8px; }
.topup-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); font-weight: 800; }
.topup-total strong { color: var(--brand-deep); font-size: 22px; }
.site-footer { flex-shrink: 0; margin-top: auto; background: var(--footer); color: var(--cream); padding: 60px 24px 24px; }
.footer-content { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.2fr repeat(4,1fr); gap: 28px; }
.site-footer section { display: flex; flex-direction: column; gap: 10px; }
.site-footer h2 { font-size: 16px; margin-bottom: 4px; }
.site-footer h2 button { min-height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; cursor: pointer; }
.footer-logo { width: 80px; height: 80px; object-fit: contain; }
.contact-list { display: grid; gap: 10px; margin-top: 12px; }
.contact-list a { display: flex; align-items: center; gap: 8px; }
.contact-list img { width: 30px; height: 30px; }
.copyright { max-width: var(--max); margin: 44px auto 0; padding-top: 16px; border-top: 1px solid #555; text-align: center; font-size: 13px; }
.floating-actions { position: fixed; right: 18px; bottom: 72px; z-index: 18; display: grid; gap: 14px; }
.floating-actions a, .floating-actions button { width: 48px; height: 48px; min-height: 48px; padding: 0; border: 0; border-radius: 50%; background: transparent; box-shadow: none; display: grid; place-items: center; }
.floating-actions img { width: 48px; height: 48px; object-fit: contain; }
.floating-actions a img { transform: scale(1.16); }
.floating-actions .floating-top-btn { background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.floating-actions .floating-top-btn img { width: 48px; height: 48px; transform: none; }
@media (max-width: 1080px) {
  .promo-bar { height: 50px; gap: 2px 6px; line-height: 1.35; font-size: 12px; }
  .promo-code { padding: 3px 8px; font-size: 12px; line-height: 1.2; }
  .promo-text-main, .promo-tail-at, .promo-tail-checkout { white-space: nowrap; }
  .promo-tail { display: contents; }
  .promo-tail-checkout { flex-basis: 100%; }
  .header-inner { height: 60px; }
  .desktop-nav { display: none; }
  .header-select { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-nav:not([hidden]) { position: fixed; inset: 0; z-index: 60; display: grid; pointer-events: none; }
  .mobile-nav .mobile-nav-backdrop { position: fixed; inset: 0; display: block; width: 100%; min-height: 100%; padding: 0; border: 0; border-radius: 0; background: rgba(0,0,0,.48); pointer-events: auto; }
  .mobile-nav-panel { position: fixed; top: 0; right: max(0px, calc((100vw - 430px) / 2)); bottom: 0; width: min(268px, calc(100vw - 42px)); overflow: hidden; display: grid; grid-template-rows: 60px auto 1fr auto; border: 1px solid #d8d8d8; border-radius: 4px 4px 0 0; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.18); pointer-events: auto; }
  .mobile-nav-close-row { display: flex; align-items: center; justify-content: flex-end; padding: 0 16px; border-bottom: 1px solid #eeeeee; }
  .mobile-nav .mobile-nav-close { position: relative; width: 30px; height: 30px; min-height: 30px; padding: 0; justify-content: center; border: 0; border-radius: 50%; background: #f5f6f8; color: #9ca3af; }
  .mobile-nav-close::before, .mobile-nav-close::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1.5px; border-radius: 999px; background: currentColor; }
  .mobile-nav-close::before { transform: rotate(45deg); }
  .mobile-nav-close::after { transform: rotate(-45deg); }
  .mobile-account-summary { min-height: 68px; padding: 0 16px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #eeeeee; border-radius: 0; color: #4b5563; font-size: 13px; font-weight: 500; }
  .mobile-account-avatar { width: 40px; height: 40px; flex: 0 0 40px; margin-right: 14px !important; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(180deg,#ffc36d 0%,#f6a23d 100%); color: #fff; font-size: 16px; font-weight: 700; }
  .mobile-account-summary [data-mobile-account-name] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-nav-links { min-height: 0; overflow-y: auto; padding: 12px 16px 24px; display: grid; align-content: start; gap: 12px; }
  .mobile-nav a, .mobile-products-menu summary { min-height: 34px; padding: 7px 10px; display: flex; align-items: center; border-radius: 0; color: #374151; font-size: 13px; line-height: 1.35; font-weight: 500; }
  .mobile-nav a:hover, .mobile-nav a.active { background: transparent; color: #374151; }
  .mobile-products-menu { display: grid; gap: 8px; border: 0;padding: 0; }
  .mobile-products-menu summary { position: relative; cursor: pointer; list-style: none; border: 0; outline: 0; background: transparent; box-shadow: none; }
  .mobile-products-menu summary:focus, .mobile-products-menu summary:focus-visible { outline: 0; box-shadow: none; }
  .mobile-products-menu summary::-webkit-details-marker { display: none; }
  .mobile-products-menu summary::after { content: ""; position: absolute; right: 10px; top: 50%; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #a8b0bd; transform: translateY(-35%); }
  .mobile-products-menu[open] summary::after { transform: translateY(-55%) rotate(180deg); }
  .mobile-products-menu a { min-height: 30px; padding-left: 24px; color: #6b7280; font-size: 12px; }
  .mobile-nav-footer { padding: 16px; border-top: 1px solid #eeeeee; }
  .mobile-nav .mobile-logout-btn { width: 100%; min-height: 38px; padding: 0 12px; align-items: center; justify-content: center; border: 1px solid #ffcaca; border-radius: 6px; background: #fff; color: #ef4444; font-size: 13px; font-weight: 700; text-align: center; }
  .brand img { width: 52px; height: 39px; }
  .hero, .product-hero, .query-card, .product-layout, .checkout-grid { grid-template-columns: 1fr; }
  .checkout-page { padding: 20px 24px 48px; }
  .checkout-grid { max-width: 720px; }
  .region-top { grid-template-columns: 1fr; }
  .region-summary { max-width: 520px; margin: 0 auto; }
  .region-info { width: 100%; }
  .home-invite { grid-template-columns: 1fr; }
  .invite-grid { grid-template-columns: 1fr; }
  .account-grid { grid-template-columns: 1fr; }
  .account-summary-grid { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .account-hero-card, .balance-hero, .recent-transactions { grid-column: auto; }
  .guide-panel { grid-template-columns: 1fr; }
  .compatibility-check { grid-template-columns: 1fr; }
  .device-grid { grid-template-columns: 1fr; }
  .about-feature { grid-template-columns: 1fr; gap: 16px; }
  .about-feature-text-left .about-text-card, .about-feature-text-right .about-text-card { margin: 0; padding: 30px; clip-path: none; }
  .about-feature-text-left .about-text-card { order: 2; }
  .about-feature-text-left .about-image-card { order: 1; }
  .about-feature-text-right .about-image-card { order: 1; }
  .about-feature-text-right .about-text-card { order: 2; }
  .about-image-card { min-height: 260px; }
  .about-more-card { grid-template-columns: 1fr; }
  .about-more-dots { position: static; transform: none; display: flex; justify-content: center; margin-top: 20px; }
  .contact-layout { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
  .blog-related-card { min-height: auto; }
  .cart-shell { grid-template-columns: 1fr; }
  .settlement-card { position: static; }
  .cart-row { grid-template-columns: 28px 88px minmax(0, 1fr); }
  .cart-price, .qty-control, .text-btn { grid-column: 3; justify-self: start; }
  .cart-price { text-align: left; }
  .cart-thumb-wrap, .cart-thumb { width: 88px; height: 56px; }
  .order-list-header { display: none; }
  .order-sub { grid-template-columns: 80px minmax(0, 1fr); }
  .order-actions { grid-template-columns: 1fr; }
  .order-sub > div, .order-sub .secondary-btn { grid-column: 2; justify-self: start; }
  .order-list-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-column: 2; width: 100%; }
  .order-sub img { width: 80px; height: 80px; grid-row: span 5; }
  .order-detail-layout { grid-template-columns: 1fr; }
  .order-detail-side { order: -1; }
  .order-detail-product-head { grid-template-columns: 120px minmax(0, 1fr); }
  .order-detail-product-head img { width: 120px; height: 76px; }
  .order-detail-price { grid-column: 2; justify-items: start; }
  .activation-grid { grid-template-columns: 1fr; }
  .usage-result-head { grid-template-columns: none; }
  .data-usage-section { grid-template-columns: 118px minmax(0, 1fr); }
  .buy-box { position: static; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 40px; padding-bottom: 38px; gap: 24px 18px; }
  .features > h2 { max-width: 560px; margin: 0 auto 8px; font-size: 24px; line-height: 1.32; }
  .features article { padding: 0 6px; }
  .features img { width: 38px; height: 38px; margin-bottom: 14px; }
  .features article h2 { min-height: 40px; margin: 0 0 6px; font-size: 16px; line-height: 1.28; }
  .features p { max-width: 190px; font-size: 12px; line-height: 1.45; }
  .home-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destinations-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .query-card-inner { margin-left: 0; }
  .home-invite { grid-template-columns: 1fr; min-height: auto; padding: 34px 26px 36px; gap: 20px; background: linear-gradient(90deg, #fff8ef 0%, #ffecd0 100%); border-radius: 0; }
  .home-invite-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-content { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 769px) and (max-width: 1080px), (max-width: 1080px) and (pointer: fine) {
  .desktop-nav { display: flex; gap: 16px; font-size: 13px; }
  .header-actions { gap: 8px; }
  .user-dropdown-wrapper, .email-user { max-width: 190px; }
  .menu-button { display: none; }
  .mobile-nav:not([hidden]) { display: none; }
  body.mobile-menu-open { overflow: auto; }
}

@media (max-width: 640px) {
  .page, .home-page { padding: 22px 14px 42px; }
  .checkout-page { padding: 14px 12px 40px; }
  .checkout-main, .checkout-side { gap: 14px; }
  .checkout-order-card, .checkout-email, .checkout-price-card, .checkout-payment-card { padding: 18px 20px; }
  .checkout-card { border-radius: 10px; }
  .checkout-item { grid-template-columns: 66px minmax(0, 1fr) 58px; gap: 10px; align-items: start; padding-bottom: 18px; margin-bottom: 18px; }
  .checkout-item img { width: 66px; height: 43px; }
  .checkout-item div { gap: 3px; }
  .checkout-item strong { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; line-height: 1.3; font-weight: 700; }
  .checkout-item span, .checkout-item small { font-size: 12px; }
  .checkout-item-price { grid-column: 3; justify-items: end; text-align: right; }
  .checkout-item-price strong { display: block; font-size: 15px; line-height: 1.25; }
  .checkout-item-price del { font-size: 12px; }
  .coupon-picker { min-height: 58px; padding: 0 20px; }
  .checkout-coupon-row { align-items: center; flex-direction: row; justify-content: space-between; gap: 10px; padding: 0; }
  .checkout-coupon-row h2 { font-size: 16px; }
  .checkout-coupon-row button, .checkout-coupon-row span, .checkout-coupon-signin { font-size: 14px; }
  body:has(.checkout-page) .floating-actions { display: none; }
  .agreement-check { padding: 12px 14px; align-items:center; }
  body:has(.orders-page) .promo-bar, body:has(.orders-page) .floating-actions { display: none; }
  .orders-page { margin: 0 calc(50% - 50vw); padding: 0 0 28px; background: linear-gradient(#fff 0 101px, #f4f5f8 101px 100%); }
  .orders-page > .panel { margin: 0 16px; padding: 15px 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .order-tools { display: grid; gap: 12px; margin: 0 0 14px; padding: 13px 16px 0; background: #fff; }
  .status-tabs { gap: 0; justify-content: space-between; overflow-x: visible; }
  .status-tabs button { min-width: 0; min-height: 31px; padding: 0 0 9px; border-bottom-width: 2px; color: #374151; font-size: 12px; line-height: 1; font-weight: 400; }
  .status-tabs button.active { color: #ff7a00; }
  .order-search-form { width: 100%; height: 32px; border-radius: 10px; }
  .order-search-form input { min-height: 30px; padding: 0 12px; font-size: 13px; }
  .order-search-form button { width: 38px; height: 30px; min-height: 30px; }
  .order-search-form button img { width: 18px; height: 18px; }
  .order-card { margin: 0 0 16px; overflow: hidden; border: 0; border-radius: 5px; background: #fff; box-shadow: 0 2px 8px rgba(15,23,42,.08); }
  .order-card:last-child { margin-bottom: 0; }
  .order-card header { min-height: 83px; padding: 13px 14px 10px; display: grid; grid-template-columns: 1fr; gap: 6px; background: #f6f6fa; border-bottom: 1px solid #eef0f4; }
  .order-card header div { gap: 0; }
  .order-card header span, .order-card header strong { font-size: 12px; line-height: 1.35; }
  .order-sub { min-height: 0; padding: 13px 14px 15px; display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 0 14px; align-items: start; border-bottom: 1px solid #edf0f3; }
  .order-sub:last-child { border-bottom: 0; }
  .order-sub img { grid-column: 1; grid-row: 1; width: 68px; height: 68px; border-radius: 5px; }
  .order-sub > div { min-height: 0; border: 0; }
  .order-sub .order-product-info { grid-column: 2; grid-row: 1; min-height: 68px; padding: 0; align-content: start; justify-items: start; }
  .order-product-info strong { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; line-height: 1.35; font-weight: 500; }
  .order-sub .order-product-amount, .order-sub .order-payment-amount, .order-sub .order-status-cell { grid-column: 1 / -1; justify-self: stretch; min-height: 39px; display: grid !important; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; justify-items: stretch; gap: 7px; border-top: 1px solid #f0f1f4 !important; color: #5b6472; font-size: 13px; }
  .order-sub .order-product-amount { margin-top: 19px; }
  .order-sub .order-product-amount::before { content: "Product Amount"; }
  .order-sub .order-payment-amount::before { content: "Payment"; }
  .order-sub .order-status-cell::before { content: "Order Status"; color: #5b6472; font-weight: 400; }
  .order-sub .order-product-amount strong, .order-sub .order-payment-amount strong { margin-left: 0; color: #111827; font-size: 14px; font-weight: 500; text-align: right; }
  .order-sub .order-payment-amount strong { grid-column: 2 / -1; }
  .order-sub .order-product-amount span { color: #5b6472; font-size: 12px; }
  .order-sub .order-status-cell .order-status { margin-left: 0; color: #ff3b16; font-size: 13px; font-weight: 500; }
  .order-sub > .order-status-cell, .order-sub > .order-list-actions { grid-column: 1 / -1 !important; justify-self: stretch !important; width: 100% !important; }
  .order-sub > .order-list-actions { margin-top: 9px; display: grid; grid-template-columns: 1fr; }
  .order-sub > .order-list-actions .secondary-btn, .order-sub > .order-list-actions .primary-btn { grid-column: auto; justify-self: stretch; width: 100%; min-height: 31px; padding: 0 8px; border: 1px solid #d9dde4; border-radius: 5px; background: #fff; color: #374151; font-size: 13px; font-weight: 400; }
  .home-banner-section { margin: -22px calc(50% - 50vw) 0; }
  .home-banner { aspect-ratio: 860 / 960; }
  .home-banner-dots { bottom: 8px; gap: 0; }
  .home-banner-dots button { width: 9px; height: 9px; min-height: 9px; margin: 0 3px; }
  h1 { font-size: 34px; }
  .hero, .product-hero { min-height: auto; padding: 26px 0; gap: 24px; }
  .region-page { padding-top: 12px; }
  .region-top { gap: 18px; }
  .region-summary h1 { font-size: 18px; }
  .region-discount { padding: 14px 12px; }
  .region-days-picker, .region-plan-picker { padding: 18px 14px; }
  .region-slider-row { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 10px; }
  .region-plan-options { gap: 10px; }
  .region-plan-options button { flex: 1 1 calc(50% - 10px); padding: 0 10px; }
  .region-action-row { grid-template-columns: 1fr; }
  .region-about-actions { grid-template-columns: 1fr; gap: 14px; padding: 0 0 10px; }
  .region-info-row { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
  .region-buy-box { gap: 12px; }
  .region-days-picker, .region-plan-picker { border-color: var(--brand); background: #fffaf4; border-radius: 6px; }
  .region-plan-picker { padding: 19px 16px 16px; }
  .region-plan-group { margin-bottom: 22px; }
  .region-plan-group h3 { margin-bottom: 12px; font-size: 14px; line-height: 1.3; }
  .region-plan-options { gap: 10px 8px; }
  .region-plan-options button { flex: 0 0 auto; min-width: 86px; min-height: 36px; padding: 0 10px; border-color: #e7e7e7; border-radius: 5px; background: #fff; color: #111827; font-size: 12px; white-space: nowrap; }
  .region-plan-options button.active, .region-plan-options button:hover { border-color: var(--brand); color: var(--brand-deep); }
  .region-quantity-line { margin: 4px 0 20px; font-size: 14px; }
  .region-quantity-line .qty-control { width: 148px; height: 36px; grid-template-columns: 36px 1fr 36px; border-radius: 6px; }
  .region-quantity-line .qty-control button { width: 36px; height: 36px; min-height: 36px; font-size: 16px; }
  .region-buy-box .buy-total { margin: 0 0 14px; padding: 18px 0 12px; }
  .region-buy-box .buy-total strong { font-size: 24px; line-height: 1; }
  .region-promo-total { gap: 12px; }
  .region-promo-price div { gap: 6px; }
  .region-promo-price em { font-size: 14px; }
  .region-promo-price del { font-size: 14px; }
  .region-promo-price small { min-width: 92px; min-height: 22px; font-size: 13px; }
  .region-action-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .region-action-row button { min-height: 38px; border-radius: 6px; font-size: 13px; }
  .home-search-section { padding-top: 28px; }
  .home-search-box { height: 46px; }
  .home-quick-links { gap: 8px 18px; }
  .home-destination-section { padding: 28px 0 34px; }
  .home-destination-section h1, .query-card h2, .guide-strip > h2 { font-size: 24px; }
  .home-destination-grid { gap: 16px; }
  .home-page .home-card-image { height: 78px; aspect-ratio: auto; }
  .destinations-page { padding-top: 18px; }
  .destinations-toolbar { gap: 18px; margin-bottom: 24px; }
  .destination-tabs { gap: 10px 18px; }
  .destination-tabs button { font-size: 14px; }
  .destinations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .home-card-body { min-height: 74px; padding: 12px; }
  .home-card-title { font-size: 16px; }
  .home-card-price { font-size: 14px; }
  .home-card-price strong { font-size: 16px; }
  .home-card-flags { left: 10px; bottom: 58px; }
  .home-card-flags img { width: 32px; height: 32px; }
  .home-more-btn { margin-top: 30px; }
  .features { padding: 42px 18px 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .features > h2 { margin-bottom: 0; font-size: 22px; line-height: 1.35; }
  .features img { width: 36px; height: 36px; margin-bottom: 12px; }
  .features article h2 { min-height: 38px; font-size: 15px; line-height: 1.28; }
  .features p { font-size: 11px; line-height: 1.42; }
  .query-card { min-height: 260px; padding-top: 38px; padding-bottom: 38px; background-image: url("../public/images/home/query-phone.png"); }
  .home-query-form { height: auto; align-items: stretch; flex-direction: column; padding: 8px; }
  .home-query-form button { min-height: 42px; }
  .guide-strip { padding: 54px 0 38px; gap: 36px; }
  .guide-strip img { height: 146px; margin-bottom: 22px; }
  .home-invite { padding: 30px 12px 36px; gap: 18px; background: linear-gradient(90deg, #fff8ef 0%, #ffecd0 100%); }
  .home-invite p { max-width: 340px; font-size: 16px; line-height: 1.28; }
  .home-invite-copy a { margin-top: 16px; font-size: 18px; line-height: 1.25; }
  .home-invite-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0 42px; }
  .home-invite-actions button, .home-invite-actions a { min-height: 34px; border-radius: 6px; font-size: 12px; }
  .about-page { gap: 34px; padding-top: 18px; padding-bottom: 52px; background-size: auto 100%; }
  .about-page h1 { font-size: 28px; }
  .about-story { gap: 34px; }
  .about-feature { gap: 0; }
  .about-text-card { min-height: auto; gap: 12px; border-radius: 0 0 14px 14px; }
  .about-text-card h2 { font-size: 20px; line-height: 1.25; }
  .about-text-card p { font-size: 15px; }
  .about-image-card { min-height: 260px; padding: 18px; border-radius: 14px 14px 0 0; }
  body:has(.about-page) .floating-actions { display: none; }
  .about-more-section { width: 100%; max-width: 100%; gap: 24px; overflow: hidden; justify-items: center; }
  .about-more-section > h2 { width: 100%; padding: 0 16px; font-size: 28px; line-height: 1.2; white-space: normal; overflow-wrap: anywhere; }
  .about-more-wrap { width: min(336px, calc(100vw - 56px)); max-width: 100%; margin: 0 auto; overflow: visible; }
  .about-more-viewport { width: 100%; overflow: hidden; border-radius: 14px; }
  .about-more-track .about-more-card { flex: 0 0 100%; max-width: 100%; }
  .about-more-card { min-height: 0; display: flex; flex-direction: column-reverse; border-radius: 14px; background: #fff; overflow: hidden; }
  .about-more-card img { width: 100%; height: 220px; object-fit: cover; }
  .about-more-card div { padding: 18px 18px 22px; background: #fff; color: #111827; }
  .about-more-card h3 { max-width: none; margin-bottom: 8px; font-size: 15px; line-height: 1.3; }
  .about-more-card p { max-width: none; font-size: 12px; line-height: 1.45; }
  .about-more-dots { margin-top: 16px; gap: 10px; }
  .about-more-dots button { width: 10px; height: 10px; min-height: 10px; background: #fff; opacity: .9; }
  .about-more-dots .active { background: var(--brand); box-shadow: 0 0 12px rgba(255,153,0,.8); }
  .search-box, .inline-form { align-items: stretch; flex-direction: column; }
  .blog-main h1 { font-size: 36px; }
  .blog-filters { padding: 22px 18px; }
  .blog-filter-row, .blog-layout .blog-grid { grid-template-columns: 1fr; }
  .blog-item p { min-height: auto; }
  .account-page { padding: 12px 10px 42px; background: #f5f6f8; }
  .account-page > .panel { min-height: calc(100vh - 150px); }
  .account-dashboard { gap: 12px; }
  .account-summary-grid { gap: 12px; }
  .account-info-card, .account-finance-card, .account-balance-details { padding: 18px 14px; border-radius: 10px; background: #fff; box-shadow: 0 3px 12px rgba(15,23,42,.06); }
  .account-info-card, .account-finance-card { min-height: auto; }
  .account-info-card h2, .account-finance-card h2, .account-balance-details h2 { gap: 10px; font-size: 17px; }
  .account-info-card h2 img, .account-finance-card h2 img, .account-balance-details h2 img, .balance-details-title img { flex: 0 0 auto; margin: 0 10px 0 0 !important; }
  .account-info-card dl { margin: 18px 0 16px; gap: 12px; }
  .account-info-card dl div { grid-template-columns: 72px minmax(0, 1fr); }
  .account-info-card dt { font-size: 13px; }
  .account-info-card dd { font-size: 14px; }
  .account-info-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .account-info-actions button { min-height: 36px; font-size: 12px; }
  .account-info-actions .account-logout-btn { grid-column: 1 / -1; }
  .account-finance-card p { margin: 18px 0 8px; font-size: 13px; }
  .account-finance-card strong { font-size: 26px; }
  .account-finance-card .primary-btn { width: 100%; min-height: 40px; margin-top: 18px; border-radius: 7px; font-size: 14px; }
  .account-balance-details { padding: 18px 14px 20px; }
  .account-balance-details header { margin-bottom: 14px; align-items: flex-start; }
  .account-balance-details header a { font-size: 12px; white-space: nowrap; }
  .account-table-wrap { overflow: visible; border: 0; background: transparent; }
  .account-table-wrap table, .account-table-wrap thead, .account-table-wrap tbody, .account-table-wrap tr, .account-table-wrap td { display: block; width: 100%; min-width: 0; }
  .account-table-wrap thead { display: none; }
  .account-table-wrap tbody { display: grid; gap: 10px; }
  .account-table-wrap tr { padding: 12px; border: 1px solid #eeeeee; border-radius: 8px; background: #fffaf4; }
  .account-table-wrap td { position: relative; min-height: 24px; height: auto; padding: 0 0 0 74px; border-top: 0; text-align: right !important; font-size: 13px; line-height: 1.45; }
  .account-table-wrap td + td { margin-top: 8px; }
  .account-table-wrap td::before { position: absolute; left: 0; top: 0; color: #6b7280; font-weight: 600; text-align: left; }
  .account-table-wrap td:nth-child(1)::before { content: "Time"; }
  .account-table-wrap td:nth-child(2)::before { content: "Amount"; }
  .account-table-wrap td:nth-child(3)::before { content: "Action"; }
  .account-table-wrap td:nth-child(4)::before { content: "Note"; }
  .account-table-wrap td[colspan] { min-height: 58px; padding: 18px 10px; text-align: center !important; }
  .account-table-wrap td[colspan]::before { content: none; }
  .account-recharge-modal { width: calc(100vw - 24px); padding-left: 16px; padding-right: 16px; }
  .account-recharge-modal > h2 { min-height: 56px; margin-left: -16px; margin-right: -16px; padding: 0 54px; font-size: 18px; }
  .recharge-section { margin-bottom: 20px; }
  .recharge-amount-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recharge-amount-grid button { min-height: 58px; font-size: 23px; }
  .recharge-custom-amount { width: 100%; min-height: 50px; }
  .recharge-custom-amount input { min-height: 48px; font-size: 24px; }
  .recharge-payment-method { min-height: 50px; }
  .recharge-modal-actions { margin-top: 24px; }
  .recharge-modal-actions button { flex: 1; width: auto; }
  .balance-page { padding: 12px 10px 42px; background: #f5f6f8; }
  .balance-details-panel { min-height: calc(100vh - 150px); padding: 18px 14px 20px; border-radius: 10px; background: #fff; box-shadow: 0 3px 12px rgba(15,23,42,.06); }
  .balance-details-title { margin-bottom: 14px; }
  .balance-details-title h1 { font-size: 18px; }
  .balance-totals { min-height: auto; margin-bottom: 16px; padding: 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; text-align: center; font-size: 12px; }
  .balance-totals span { display: grid; gap: 4px; }
  .balance-totals strong { font-size: 17px; }
  .balance-table-wrap { overflow: visible; border: 0; background: transparent; }
  .balance-table-wrap table, .balance-table-wrap thead, .balance-table-wrap tbody, .balance-table-wrap tr, .balance-table-wrap td { display: block; width: 100%; min-width: 0; }
  .balance-table-wrap thead { display: none; }
  .balance-table-wrap tbody { display: grid; gap: 10px; }
  .balance-table-wrap tr { padding: 12px; border: 1px solid #eeeeee; border-radius: 8px; background: #fffaf4; }
  .balance-table-wrap td { position: relative; min-height: 24px; height: auto; padding: 0 0 0 74px; border-top: 0; text-align: right !important; font-size: 13px; line-height: 1.45; }
  .balance-table-wrap td + td { margin-top: 8px; }
  .balance-table-wrap td::before { position: absolute; left: 0; top: 0; color: #6b7280; font-weight: 600; text-align: left; }
  .balance-table-wrap td:nth-child(1)::before { content: "Time"; }
  .balance-table-wrap td:nth-child(2)::before { content: "Amount"; }
  .balance-table-wrap td:nth-child(3)::before { content: "Action"; }
  .balance-table-wrap td:nth-child(4)::before { content: "Note"; }
  .balance-table-wrap td[colspan] { min-height: 58px; padding: 18px 10px; text-align: center !important; }
  .balance-table-wrap td[colspan]::before { content: none; }
  .balance-details-footer { min-height: auto; margin-top: 16px; flex-direction: column; align-items: stretch; gap: 12px; font-size: 13px; }
  .balance-pager { justify-content: center; }
  .balance-pager button { flex: 1; min-width: 0; }
  .auth-page { padding: 20px 14px; }
  .auth-card { max-height: calc(100dvh - 40px); padding: 34px 24px 24px; }
  .auth-actions { padding-left: 0; padding-right: 0; }
  .guide-strip, .footer-content { grid-template-columns: 1fr; }
  .site-footer { margin: 0; padding: 36px 14px 22px; border-radius: 0 0 4px 4px; background: #383838; color: #fff7e8; box-shadow: 0 2px 6px rgba(0,0,0,.18); }
  .footer-content { max-width: none; display: grid; grid-template-columns: 1fr; gap: 0; text-align: center; }
  .site-footer section { position: relative; gap: 0; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-footer section:first-child { padding-top: 0; padding-bottom: 28px; border-bottom: 0; }
  .site-footer section:first-child::before { content: "Reach Us"; margin-bottom: 12px; color: #fff; font-size: 16px; line-height: 1.3; font-weight: 800; }
  .footer-logo { display: none; }
  .site-footer .contact-list { width: 112px; margin: 0 auto; display: grid; grid-template-columns: 40px 40px; justify-content: space-between; align-items: center; gap: 0; }
  .site-footer .contact-list a { width: 40px; height: 40px; min-height: 40px; display: grid; place-items: center; overflow: visible; border-radius: 4px; font-size: 0; line-height: 0; }
  .site-footer .contact-list img { display: block; width: 40px; height: 40px; max-width: 40px; margin: 0; object-fit: contain; transform: none; }
  .site-footer h2 { position: relative; width: 100%; margin: 0; color: #fff; font-size: 15px; line-height: 1.35; font-weight: 800; }
  .site-footer h2 button { width: 100%; min-height: 20px; justify-content: center; color: #fff; text-align: center; }
  .site-footer h2::after { content: "▲"; position: absolute; right: 0; top: 50%; color: #fff7e8; font-size: 13px; transform: translateY(-50%); pointer-events: none; }
  .site-footer section:nth-child(n+2) a { margin-top: 18px; color: #fff; font-size: 13px; line-height: 1.2; font-weight: 700; }
  .site-footer section.is-collapsed a { display: none; }
  .site-footer section.is-collapsed h2::after { content: "▼"; }
  .copyright { max-width: none; margin: 22px 0 0; padding-top: 20px; border-top: 0; color: #fff; font-size: 11px; line-height: 1.35; font-weight: 700; }
  .contact-card { padding: 28px 16px; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 14px; }
  .contact-form button[type="submit"] { width: 100%; }
  .faq-category-grid, .questions-grid { grid-template-columns: 1fr; }
  .faq-page { padding-top: 12px; }
  .faq-ask-image { height: auto; margin-bottom: 18px; }
  .guide-notes { grid-template-columns: 1fr; }
  .guide-tabs button { width: 100%; }
  .invite-link-row { grid-template-columns: 1fr; }
  .quick-amounts { grid-template-columns: repeat(2, 1fr); }
  .blog-grid, .finance-summary { grid-template-columns: 1fr; }
  .voucher-page { max-width: 100%; box-shadow: none; }
  .voucher-status-tabs { gap: 7px; }
  .voucher-status-tabs button { width: auto; min-width: 88px; }
  .coupon-category-tabs { gap: 30px; }
  .coupon-list { grid-template-columns: minmax(0, 1fr); }
  .coupon-card { width: 100%; max-width: 337px; }
  .coupon-category-tabs { justify-content: flex-start; overflow-x: auto; }
  .coupon-log-summary, .coupon-log-head, .coupon-log-row { grid-template-columns: 1fr; }
  .coupon-log-row strong { text-align: left; }
  .article-shell { grid-template-columns: 1fr; }
  .share-icons-desktop { display: none; }
  .share-icons-mobile { display: block; }
  .share-icons-mobile .share-icons { display: flex; flex-wrap: wrap; justify-content: flex-start; }
  .guide-tabs button, .region-about-actions a, .payment-options label, .order-payment-option, .recharge-payment-method, .balance-details-title h1 { gap: 10px; }
  .guide-tabs img, .region-about-actions img, .payment-options img, .order-payment-option img, .payment-brand img { flex: 0 0 auto; margin: 0 10px 0 0 !important; }
  .coverage-mini { grid-template-columns: 1fr; }
  .esim-code-box div { grid-template-columns: 1fr; }
  .usage-page { padding: 10px; }
  .usage-result-head { padding: 0 14px; }
  .usage-result-head div { grid-template-columns: 120px minmax(0, 1fr); min-height: 48px; }
  .usage-result-head strong { text-align: right; }
  .usage-update-row button { grid-column: 2; justify-self: end; margin: 0 0 10px; }
  .usage-card { min-height: auto; padding: 22px 16px 28px; }
  .usage-info-row { grid-template-columns: 132px minmax(0, 1fr); }
  .usage-label-row { min-height: 42px; padding-top: 16px; }
  .data-usage-section { grid-template-columns: 112px minmax(0, 1fr); gap: 16px; }
  .usage-progress { width: 112px; }
  .usage-progress div { width: 72px; gap: 8px; }
  .usage-progress span { font-size: 12px; }
  .usage-progress strong { font-size: 20px; }
  .order-list-actions { grid-template-columns: 1fr; }
  .order-detail-page { max-width: none; margin: 0 calc(50% - 50vw); padding: 14px 15px 32px; background: #f5f6f8; }
  .order-detail-page > .panel { padding: 0; border: 0; background: transparent; }
  .order-detail-layout { display: grid; grid-template-columns: 1fr; gap: 13px; }
  .order-detail-main, .order-detail-side { display: grid; gap: 13px; }
  .order-detail-side { order: initial; }
  .order-detail-status, .order-detail-products, .order-detail-side section { border: 1px solid #dedede; border-radius: 7px; background: #fff; }
  .order-detail-status { min-height: 59px; padding: 0 17px; display: flex; align-items: center; }
  .order-detail-status h2 { font-size: 20px; line-height: 1.2; font-weight: 600; }
  .order-detail-products { gap: 13px; padding: 0; border: 0; background: transparent; }
  .order-detail-page .order-detail-sub { padding: 23px 24px 24px; border: 1px solid #dedede; border-radius: 7px; background: #fff; }
  .order-detail-product-head { display: grid; grid-template-columns: 1fr; gap: 0; padding-bottom: 26px; border-bottom: 1px solid #e5e5e5; }
  .order-detail-product-head img { width: 180px; height: 94px; margin: 0 0 14px; border-radius: 6px; object-fit: cover; aspect-ratio: auto; }
  .order-detail-product-head h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.3; font-weight: 600; }
  .order-detail-product-head p { font-size: 14px; line-height: 1.4; }
  .order-detail-price { grid-column: auto; justify-items: start; margin-top: 15px; }
  .order-detail-price p { justify-content: flex-start; gap: 5px; }
  .order-detail-price strong { font-size: 21px; }
  .order-detail-price span { font-size: 15px; }
  .order-detail-price small { font-size: 14px; }
  .order-detail-coverage { padding-top: 26px; }
  .order-detail-coverage h3 { margin-bottom: 18px; font-size: 20px; line-height: 1.3; }
  .order-detail-coverage dl { gap: 14px; }
  .order-detail-coverage dl div { grid-template-columns: 67px minmax(0, 1fr); gap: 0; }
  .order-detail-coverage dt, .order-detail-coverage dd { font-size: 17px; line-height: 1.45; }
  .order-detail-page .payment-detail, .order-info-detail { padding: 25px 23px 28px; }
  .order-detail-page .payment-detail h2, .order-info-detail h2 { margin-bottom: 10px; font-size: 20px; }
  .order-detail-page .detail-row { min-height: 46px; }
  .order-detail-page .detail-row span, .order-detail-page .detail-row strong { font-size: 15px; }
  .order-detail-page .payment-detail .detail-row:last-child strong { font-size: 18px; }
  .order-info-detail .detail-row span { flex-basis: 94px; }
  .pager { justify-content: stretch; }
  .pager button { flex: 1; }
  .copy-tag { justify-self: start; }
  .modal-overlay { position: fixed; inset: 0; width: 100vw; height: 100vh; padding: 16px; display: block; background: rgba(0,0,0,.46); }
  .modal-overlay[hidden] { display: none; }
  .modal-box { position: fixed; left: 50%; top: 50%; width: min(320px, calc(100vw - 48px)); max-height: calc(100vh - 96px); padding: 20px 16px; transform: translate(-50%, -50%); }
  .logout-confirm-modal, .payment-tips-modal { width: min(300px, calc(100vw - 58px)); max-height: none; padding: 0; border-radius: 3px; overflow: hidden; }
  .logout-confirm-modal h2, .payment-tips-modal h2 { padding: 18px 16px 14px; font-size: 20px; line-height: 1.2; }
  .logout-confirm-modal p, .payment-tips-modal p { padding: 10px 18px 18px; font-size: 16px; line-height: 1.35; }
  .logout-confirm-actions button, .payment-tips-actions a { min-height: 48px; font-size: 19px; }
  .account-modal { width: min(330px, calc(100vw - 36px)); }
  .account-recharge-modal, .order-payment-modal, .commission-modal, .checkout-voucher-modal, .cart-delete-modal, .cart-added-modal { width: min(340px, calc(100vw - 32px)); }
  .cart-added-overlay, .cart-delete-overlay { display: grid; place-items: center; padding: 16px; }
  .cart-added-modal { padding: 34px 26px 24px; border-radius: 12px; }
  .cart-added-modal h2 { gap: 0; font-size: 22px; line-height: 1.25; }
  .cart-added-modal h2 span { margin-right: 12px; }
  .cart-added-modal p { margin: 24px 0 30px; font-size: 16px; }
  .cart-added-actions { grid-template-columns: 1fr; gap: 14px; }
  .cart-added-actions a, .cart-added-actions button { min-height: 46px; border-radius: 7px; font-size: 15px; }
  .checkout-voucher-overlay { padding: 16px; align-items: center; }
  .checkout-voucher-modal { width: min(318px, calc(100vw - 56px)); min-height: auto; max-height: calc(100vh - 128px); overflow: auto; padding: 18px 16px 18px; border-radius: 12px; }
  .checkout-voucher-modal h2 { margin: 0 34px 16px 0; font-size: 19px; line-height: 1.25; }
  .checkout-voucher-close { top: 13px; right: 14px; font-size: 26px; }
  .checkout-voucher-code { padding: 10px; grid-template-columns: minmax(0, 1fr) 76px; gap: 9px; border-radius: 8px; }
  .checkout-voucher-code input { min-height: 38px; font-size: 14px; }
  .checkout-voucher-code button, .checkout-voucher-ok { min-height: 38px; font-size: 15px; }
  .checkout-voucher-head { min-height: 48px; gap: 8px; }
  .checkout-voucher-head > span { min-width: 0; padding-left: 25px; font-size: 14px; line-height: 1.25; }
  .checkout-voucher-head label { flex: 0 0 auto; gap: 7px; font-size: 13px; }
  .checkout-voucher-list { min-height: 126px; max-height: 168px; padding: 10px; border-radius: 8px; }
  .checkout-voucher-list > p { margin: 42px 0; font-size: 15px; }
  .checkout-voucher-ok { width: 100%; margin-top: 6px; }
  .activation-modal { width: min(100%, calc(100vw - 20px)); padding: 0; }
  .activation-modal-head { padding: 0 16px; }
  .activation-modal [data-esim-modal-content] { padding: 16px; }
  .activation-number-card { margin-bottom: 16px; }
  .activation-number-body { justify-content: stretch; padding: 12px 16px; }
  .activation-number-body div { flex-wrap: wrap; }
  .activation-number-body span { width: 100%; margin-bottom: 4px; text-align: left; }
  .activation-grid { grid-template-columns: 1fr; margin-bottom: 16px; }
  .activation-method { padding: 12px; }
  .activation-field { flex-direction: column; align-items: flex-start; font-size: 14px; }
  .activation-field strong { width: 100%; margin: 6px 0 10px; padding: 8px; border-radius: 4px; background: #f5f5f5; white-space: normal; word-break: break-all; overflow: visible; text-overflow: clip; }
  .activation-tip { align-items: flex-start; text-align: left; }
  .activation-return-btn { display: none; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { grid-template-columns: 64px 1fr; }
  body:has(.cart-page) { background: #f3f4f7; }
  body:has(.cart-page) .promo-bar { display: flex; }
  body:has(.cart-page) .site-footer { display: none; }
  body[data-page="commerce"] .floating-actions, body:has(.cart-page) .floating-actions { display: none; }
  .cart-page { width: 100%; max-width: none; min-height: calc(100vh - 110px); margin: 0; padding: 12px 10px 16px; background: #f3f4f7; }
  .cart-shell { width: 100%; min-height: calc(100vh - 132px); display: flex; flex-direction: column; gap: 12px; }
  .cart-main { width: 100%; display: grid; gap: 12px; background: transparent; }
  .cart-main [data-cart-items] { display: grid; gap: 12px; }
  .cart-toolbar { width: 100%; min-height: 56px; margin: 0; padding: 0 14px; border: 0; border-radius: 10px; background: #fff; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
  .cart-toolbar label { gap: 10px; color: #111827; font-size: 13px; }
  .cart-toolbar input, .cart-check input { width: 18px; height: 18px; border-radius: 4px; }
  .cart-toolbar .secondary-btn { min-height: 30px; margin-left: 10px; padding: 0 18px; font-size: 12px; }
  .cart-row { position: relative; width: 100%; min-height: 154px; padding: 17px 12px 14px; display: grid; grid-template-columns: 18px 72px minmax(0, 1fr) 42px; gap: 0 10px; align-items: start; border: 0; border-radius: 10px; background: #fff; box-shadow: 0 3px 12px rgba(15,23,42,.06); }
  .cart-check { grid-column: 1; grid-row: 1; align-self: start; padding-top: 2px; }
  .cart-thumb-wrap, .cart-thumb { grid-column: 2; grid-row: 1; width: 72px; height: 48px; border-radius: 6px; }
  .cart-thumb-wrap span { font-size: 10px; align-items: end; padding-bottom: 3px; background: linear-gradient(180deg, transparent 0%, rgba(255,153,0,.9) 58%, rgba(255,153,0,.98) 100%); }
  .cart-info { grid-column: 3 / 4; grid-row: 1; min-height: 52px; align-content: start; gap: 5px; padding-right: 4px; }
  .cart-info strong { white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; line-height: 1.35; font-weight: 700; }
  .cart-info span { font-size: 12px; }
  .cart-row .text-btn { grid-column: 4; grid-row: 1; justify-self: end; align-self: start; min-height: 24px; padding: 0; color: #8a8f98; font-size: 11px; background: transparent; }
  .cart-price { grid-column: 1 / -1; grid-row: 2; align-self: end; width: 100%; min-height: 44px; margin-top: 22px; padding: 0 104px 0 12px; display: flex; align-items: center; justify-content: flex-start; gap: 6px; border-radius: 6px; background: #f8f9fb; text-align: left; }
  .cart-price > div { justify-content: flex-start; gap: 0; }
  .cart-price small { color: #ff4b1f; font-size: 11px; }
  .cart-price strong { color: #ff6b1a; font-size: 16px; }
  .cart-price del { color: #9ca3af; font-size: 12px; }
  .cart-row .qty-control { grid-column: 4; grid-row: 2; z-index: 1; justify-self: end; align-self: end; width: 86px; height: 30px; grid-template-columns: 28px 30px 28px; border-radius: 6px; background: #fff; }
  .cart-row .qty-control button { min-height: 28px; font-size: 17px; }
  .cart-row .qty-control span { font-size: 12px; }
  .settlement-card { position: static; width: 100%; margin-top: auto; padding: 12px 14px 12px; border: 1px solid #d1d5db; border-radius: 9px; background: #fff; box-shadow: 0 2px 8px rgba(15,23,42,.08); }
  .settlement-card h2 { display: block; margin: 0 0 8px; font-size: 14px; line-height: 1.2; font-weight: 700; color: #30343b; }
  .selected-thumb-row { margin-bottom: 6px; padding-bottom: 8px; gap: 6px; border-bottom: 1px solid #edf0f3; }
  .selected-thumb-item { width: 44px; height: 28px; border-radius: 5px; }
  .selected-thumb-item span { min-width: 16px; height: 16px; font-size: 10px; line-height: 16px; }
  .cart-price-breakdown summary { position: relative; min-height: 30px; padding-right: 18px; border: 0; outline: 0; box-shadow: none; background: transparent; font-size: 13px; -webkit-tap-highlight-color: transparent; }
  .cart-price-breakdown summary:focus, .cart-price-breakdown summary:focus-visible { outline: 0; box-shadow: none; }
  .cart-price-breakdown summary::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(180deg); }
  .cart-price-breakdown[open] summary::after { transform: translateY(-50%) rotate(0deg); }
  .cart-price-breakdown { border-bottom: 1px solid #edf0f3; }
  .cart-price-breakdown .summary-list { margin-bottom: 0; gap: 10px; padding-bottom: 12px; border-bottom: 0; }
  .cart-price-breakdown .summary-list div:not(.total) { display: flex; }
  .cart-price-breakdown .summary-list dt, .cart-price-breakdown .summary-list dd { font-size: 13px; }
  .summary-list { margin-bottom: 12px; gap: 0; }
  .summary-total-list { margin: 0 0 14px; }
  .summary-list .total { margin-top: 0; padding-top: 13px; border-top: 0; font-size: 14px; }
  .summary-list .total dt { font-size: 14px; font-weight: 400; }
  .summary-list .total dd { font-size: 16px; font-weight: 600; }
  .settlement-card .primary-btn.full { min-height: 38px; border-radius: 6px; font-size: 14px; font-weight: 700; }
  .cookie-consent { left: 10px; right: 10px; bottom: 10px; padding: 14px; grid-template-columns: 1fr; gap: 12px; }
  .cookie-consent-copy strong { font-size: 15px; }
  .cookie-consent-copy p { font-size: 13px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-consent-actions button { width: 100%; min-width: 0; min-height: 40px; padding: 0 12px; font-size: 14px; }
  .floating-actions { right: 10px; bottom: 50px; gap: 12px; }
  body:has(.home-page) .floating-actions { display: none; }
  body:has(.cart-page) .floating-actions { display: none; }
  .floating-actions a, .floating-actions button, .floating-actions img { width: 46px; height: 46px; min-height: 46px; }
}
