/* ============================================================
   BuyUSGiftCards — design system
   Warm paper background, ink text, electric violet + lime.
   ============================================================ */
:root {
  --bg: #F6F3EC;
  --bg-soft: #EFEBE0;
  --card: #FFFFFF;
  --ink: #14121F;
  --ink-soft: #55516B;
  --line: rgba(20, 18, 31, 0.1);
  --violet: #6C3DF4;
  --violet-deep: #4B22C9;
  --teal: #00C2A8;
  --lime: #D7F45A;
  --gold: #F0B429;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 10px 30px rgba(20, 18, 31, 0.08);
  --shadow-lg: 0 24px 60px rgba(20, 18, 31, 0.14);
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -0.02em; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 780px; }
.center { text-align: center; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 200; }
.skip:focus { left: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(.97); }
.btn-primary {
  background: linear-gradient(120deg, var(--violet), var(--violet-deep));
  color: #fff; box-shadow: 0 8px 24px rgba(108, 61, 244, .35);
  position: relative; overflow: hidden;
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .6s ease;
}
.btn-primary:hover::after { transform: translateX(120%); }
.btn-primary:hover { box-shadow: 0 12px 32px rgba(108, 61, 244, .5); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-ghost:hover { background: #fff; box-shadow: var(--shadow); }
.btn-lime { background: var(--lime); color: var(--ink); box-shadow: 0 8px 24px rgba(180, 220, 40, .4); }
.btn-lime:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(180, 220, 40, .55); }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn-xl { padding: 17px 34px; font-size: 17px; width: 100%; margin-top: 18px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 243, 236, .82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; gap: 28px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-bow { color: var(--lime); }
.logo-word { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
.main-nav { display: flex; gap: 4px; margin-inline-start: auto; }
.main-nav a {
  padding: 8px 13px; border-radius: 999px; font-size: 14.5px; font-weight: 500;
  color: var(--ink-soft); transition: background .15s, color .15s;
}
.main-nav a:hover { background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.lang-switch { position: relative; }
.lang-switch summary {
  list-style: none; display: flex; align-items: center; gap: 7px;
  padding: 8px 13px; border-radius: 999px; border: 1.5px solid var(--line);
  font-size: 13px; font-weight: 600; cursor: pointer; background: #fff; user-select: none;
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch[open] summary { border-color: var(--violet); }
.lang-menu {
  position: absolute; inset-inline-end: 0; top: calc(100% + 8px); z-index: 50;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); padding: 8px; width: 210px;
  max-height: 320px; overflow: auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
}
.lang-menu a { padding: 7px 10px; border-radius: 8px; font-size: 13.5px; }
.lang-menu a:hover { background: var(--bg-soft); }
.lang-menu a.active { background: var(--violet); color: #fff; }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 84px 0 0; }
.aurora { position: absolute; inset: 0; pointer-events: none; }
.aurora span { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.aurora .a1 { width: 520px; height: 520px; background: radial-gradient(circle, #B79CFF, transparent 65%); top: -140px; inset-inline-start: -120px; animation: drift 14s ease-in-out infinite alternate; }
.aurora .a2 { width: 420px; height: 420px; background: radial-gradient(circle, #8BEBDA, transparent 65%); top: 40px; inset-inline-end: -100px; animation: drift 18s ease-in-out infinite alternate-reverse; }
.aurora .a3 { width: 380px; height: 380px; background: radial-gradient(circle, #E4F79A, transparent 65%); bottom: -160px; inset-inline-start: 40%; animation: drift 16s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translate(0, 0) scale(1); } to { transform: translate(40px, 30px) scale(1.12); } }

.hero-in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-bottom: 72px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--ink-soft);
  box-shadow: var(--shadow); margin-bottom: 22px;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(0,194,168,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(0,194,168,0); } 100% { box-shadow: 0 0 0 0 rgba(0,194,168,0); } }
.hero h1 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 800; margin-bottom: 20px; }
.hero-sub { font-size: 18px; color: var(--ink-soft); max-width: 540px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 42px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, auto); justify-content: start; gap: 40px; }
.hero-stats dt { font-family: var(--font-display); font-size: 25px; font-weight: 800; white-space: nowrap; }
.hero-stats dd { font-size: 12.5px; color: var(--ink-soft); }

/* 3D gift cards */
.hero-visual { position: relative; height: 420px; perspective: 1000px; }
.gift-card-3d {
  position: absolute; width: 330px; height: 198px; border-radius: 20px;
  padding: 22px; color: #fff; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 30px 70px rgba(20,18,31,.28);
  transform-style: preserve-3d; overflow: hidden;
}
.gc1 { background: linear-gradient(130deg, #6C3DF4 10%, #00C2A8 90%); top: 38px; inset-inline-start: 8%; transform: rotate(-8deg) rotateY(-14deg); animation: float1 7s ease-in-out infinite; z-index: 2; }
.gc2 { background: linear-gradient(130deg, #14121F 20%, #4B22C9 100%); top: 168px; inset-inline-start: 30%; transform: rotate(6deg) rotateY(-10deg); animation: float2 8s ease-in-out infinite; }
@keyframes float1 { 50% { transform: rotate(-6deg) rotateY(-9deg) translateY(-14px); } }
@keyframes float2 { 50% { transform: rotate(4deg) rotateY(-6deg) translateY(12px); } }
.gc-shine { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.22) 50%, transparent 65%); animation: shine 4.5s ease-in-out infinite; }
@keyframes shine { 0%, 100% { transform: translateX(-70%); } 55% { transform: translateX(70%); } }
.gc-top { display: flex; justify-content: space-between; align-items: center; }
.gc-brand { font-family: var(--font-display); font-weight: 700; font-size: 15px; opacity: .9; }
.gc-chip { width: 34px; height: 24px; border-radius: 6px; background: linear-gradient(140deg, #F7D774, #D9A62E); }
.gc-amount { font-family: var(--font-display); font-size: 38px; font-weight: 800; }
.gc-row { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .12em; opacity: .8; }
.mail-pop {
  position: absolute; bottom: 6px; inset-inline-start: 0; z-index: 3;
  display: flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 999px; padding: 10px 18px;
  font-size: 13px; font-weight: 600; box-shadow: var(--shadow-lg);
  animation: float1 6s ease-in-out infinite;
}

/* marquee */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); overflow: hidden; padding: 14px 0; }
.mq-track { display: flex; gap: 34px; width: max-content; animation: mq 40s linear infinite; }
.mq-item { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink-soft); white-space: nowrap; }
.mq-dot { color: var(--violet); }
@keyframes mq { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-soft); }
.sec-title { font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin-bottom: 10px; }
.sec-sub { color: var(--ink-soft); margin-bottom: 38px; max-width: 640px; }
.page-head { padding: 64px 0 48px; }
.page-head h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; margin-bottom: 14px; }

/* brand cards — mini gift cards in brand colors */
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.brand-card {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, var(--c1, #6C3DF4), var(--c2, #00C2A8));
  color: #fff; border: 0; border-radius: 18px;
  padding: 18px; min-height: 84px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22), 0 8px 20px rgba(20, 18, 31, .1);
  transition: transform .2s ease, box-shadow .2s ease;
}
.brand-card::before {
  content: ""; position: absolute; inset-inline-end: -30px; bottom: -54px;
  width: 132px; height: 132px; border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  box-shadow: -56px -60px 0 -24px rgba(255, 255, 255, .08);
  pointer-events: none;
}
.brand-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .26) 50%, transparent 60%);
  transform: translateX(-130%); transition: transform .55s ease;
}
.brand-card:hover {
  transform: translateY(-4px) rotate(-.5deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4), 0 18px 38px -12px var(--c1, rgba(20, 18, 31, .35));
}
.brand-card:hover::after { transform: translateX(130%); }
.brand-card.light { color: var(--ink); box-shadow: inset 0 0 0 1px rgba(20, 18, 31, .1), 0 8px 20px rgba(20, 18, 31, .1); }
.brand-card.light::before { background: rgba(20, 18, 31, .07); box-shadow: -56px -60px 0 -24px rgba(20, 18, 31, .05); }
.bc-mono {
  position: relative; z-index: 1; flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .2);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .38);
  font-family: var(--font-display); font-weight: 800; font-size: 15.5px; color: inherit;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}
.brand-card.light .bc-mono { background: rgba(255, 255, 255, .55); box-shadow: inset 0 0 0 1.5px rgba(20, 18, 31, .1); text-shadow: none; }
.bc-info { position: relative; z-index: 1; flex: 1 1 auto; display: flex; flex-direction: column; min-width: 0; padding-inline-end: 106px; }
.bc-info strong { font-family: var(--font-display); font-size: 15.5px; }
.brand-card .bc-info strong { text-shadow: 0 1px 2px rgba(0, 0, 0, .18); }
.brand-card.light .bc-info strong { text-shadow: none; }
.bc-cat { font-size: 12.5px; color: var(--ink-soft); }
.brand-card .bc-cat { color: inherit; opacity: .8; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bc-from { margin-inline-start: auto; font-size: 12.5px; font-weight: 600; color: var(--violet); white-space: nowrap; }
.brand-card .bc-from {
  position: absolute; z-index: 2; top: 12px; inset-inline-end: 12px; margin: 0;
  color: inherit; font-size: 11.5px; font-weight: 700;
  background: rgba(0, 0, 0, .2); border-radius: 999px; padding: 5px 11px;
}
.brand-card.light .bc-from { background: rgba(255, 255, 255, .55); }

/* real brand logos inside the chips */
.bc-mono.has-logo, .mono.has-logo {
  background: rgba(255, 255, 255, .95) !important;
  box-shadow: inset 0 0 0 1px rgba(20, 18, 31, .08);
  text-shadow: none;
}
.bc-mono.has-logo img { width: 28px; height: 28px; object-fit: contain; }
.mono.has-logo img { width: 58%; height: 58%; object-fit: contain; }

/* monogram badge */
.mono {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--c1, #6C3DF4), var(--c2, #00C2A8));
  color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 16px;
  text-shadow: 0 1px 3px rgba(0,0,0,.35); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}
.mono-xl { width: 84px; height: 84px; border-radius: 22px; font-size: 30px; }

/* countries */
.country-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.country-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; flex-direction: column; gap: 6px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.country-card:hover { transform: translateY(-4px) rotate(-.5deg); box-shadow: var(--shadow-lg); }
.cc-flag {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 27px; border-radius: 8px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--violet), var(--teal));
  color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 12.5px;
  letter-spacing: .05em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.country-card strong { font-family: var(--font-display); font-size: 15.5px; }
.cc-count { font-size: 12.5px; color: var(--ink-soft); }

/* steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; transition: transform .18s ease, box-shadow .18s ease; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step-n {
  display: inline-flex; width: 42px; height: 42px; border-radius: 50%;
  align-items: center; justify-content: center; margin-bottom: 16px;
  background: linear-gradient(130deg, var(--violet), var(--teal));
  color: #fff; font-family: var(--font-display); font-weight: 800;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--ink-soft); }

/* why */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.why-card { background: var(--card); border-radius: var(--radius); border: 1px solid var(--line); padding: 26px 22px; }
.why-card h3 { font-size: 16.5px; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--ink-soft); }

/* testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testi-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.stars { color: var(--gold); letter-spacing: 3px; font-size: 15px; }
.testi-card blockquote { font-size: 14.5px; }
.testi-card figcaption { margin-top: auto; }
.testi-card figcaption strong { font-family: var(--font-display); font-size: 14px; display: block; }
.testi-card figcaption span { font-size: 12.5px; color: var(--ink-soft); }

/* faq */
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden; }
.faq-item summary {
  cursor: pointer; padding: 18px 22px; font-family: var(--font-display); font-weight: 600; font-size: 15.5px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--violet); flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; color: var(--ink-soft); font-size: 14.5px; }

/* final cta */
.final-cta { background: var(--ink); color: #F6F3EC; text-align: center; padding: 90px 0; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(108,61,244,.45), transparent 65%); top: -300px; inset-inline-start: 50%; transform: translateX(-50%); }
[dir="rtl"] .final-cta::before { transform: translateX(50%); }
.final-cta .wrap { position: relative; }
.final-cta h2 { font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 14px; }
.final-cta p { color: rgba(246,243,236,.7); margin-bottom: 30px; }

/* ---------- product page ---------- */
.breadcrumb { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--violet); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.product-in { padding-bottom: 20px; }
.product-main { max-width: 680px; }
.product-hero { display: flex; align-items: center; gap: 22px; margin-bottom: 18px; }
.product-hero h1 { font-size: clamp(28px, 3.6vw, 40px); }
.prod-country { color: var(--ink-soft); font-weight: 600; font-size: .55em; vertical-align: middle; }
.region-note {
  display: inline-block; background: #FFF6E0; border: 1px solid #F0D48A; color: #7A5B00;
  font-size: 13px; font-weight: 500; border-radius: 10px; padding: 8px 14px; margin-bottom: 26px;
}
.amt-title { font-size: 18px; margin-bottom: 12px; }
.amount-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; }
.amount-btn {
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 10px; font-family: var(--font-display); font-weight: 700; font-size: 16px;
  cursor: pointer; transition: .15s;
}
.amount-btn:hover { border-color: var(--violet); transform: translateY(-2px); }
.amount-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: var(--shadow); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.trust-item { display: flex; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px; }
.trust-icon { font-size: 20px; }
.trust-item strong { font-family: var(--font-display); font-size: 13.5px; display: block; }
.trust-item p { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }
.about-card { margin-top: 34px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.about-card h2 { font-size: 19px; margin-bottom: 10px; }
.about-card p { color: var(--ink-soft); font-size: 14.5px; }
.disclaimer { margin-top: 14px; font-size: 12.5px !important; opacity: .75; }
.country-block { margin-bottom: 46px; }
.cb-title { font-size: 20px; margin: 34px 0 18px; display: flex; align-items: center; gap: 10px; }
.cb-title a:hover { color: var(--violet); }

/* ---------- about / contact / prose ---------- */
.prose p { margin-bottom: 16px; color: var(--ink-soft); font-size: 15.5px; }
.prose h2 { font-size: 20px; margin: 26px 0 12px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 10px; }
.facts div { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 18px; }
.facts dt { font-size: 12.5px; color: var(--ink-soft); }
.facts dd { font-family: var(--font-display); font-weight: 800; font-size: 19px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; }
.contact-label { font-size: 14px; color: var(--ink-soft); }
.contact-mail { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin: 8px 0 14px; }
.contact-mail a { color: var(--violet); }
.hint { font-size: 13px; color: var(--ink-soft); }

/* ---------- blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.post-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 10px; transition: transform .18s, box-shadow .18s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.post-card time { font-size: 12.5px; color: var(--ink-soft); }
.post-card h2 { font-size: 19px; }
.post-card p { font-size: 14px; color: var(--ink-soft); }
.read-more { margin-top: auto; font-weight: 600; font-size: 14px; color: var(--violet); }
.post-date { display: block; color: var(--ink-soft); font-size: 14px; margin-bottom: 22px; }

/* category chips */
.cat-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.cat-chip {
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: 13.5px; font-weight: 600;
  transition: .15s;
}
.cat-chip:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); }
.cat-link { color: var(--violet); font-weight: 600; }
.cat-link:hover { text-decoration: underline; }
.faq-plain { background: transparent; border-color: rgba(20,18,31,.08); }
.faq-plain summary { font-size: 14.5px; padding: 14px 6px; }
.faq-plain p { padding: 0 6px 16px; }

/* success */
.success-badge {
  width: 74px; height: 74px; margin: 0 auto 24px; border-radius: 50%;
  background: linear-gradient(130deg, var(--teal), var(--lime));
  color: var(--ink); font-size: 34px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- checkout modal ---------- */
.modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(20,18,31,.55); backdrop-filter: blur(6px); }
.modal[hidden] { display: none; }
.modal-card {
  background: var(--bg); border-radius: 26px; padding: 30px; width: 100%; max-width: 460px;
  position: relative; box-shadow: var(--shadow-lg); max-height: 90vh; overflow: auto;
  animation: pop .25s ease;
}
@keyframes pop { from { transform: translateY(16px) scale(.97); opacity: 0; } }
.modal-x { position: absolute; top: 16px; inset-inline-end: 16px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(20,18,31,.06); font-size: 20px; cursor: pointer; }
.modal-x:hover { background: rgba(20,18,31,.12); }
.modal-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.modal-head h2 { font-size: 20px; }
.co-sub { font-size: 13px; color: var(--ink-soft); }
.co-amounts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.co-amounts .amount-btn { padding: 11px 14px; font-size: 14px; }
#co-form label { display: block; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; margin-bottom: 8px; }
#co-form input {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: #fff; font-size: 15px; font-family: var(--font-body); margin-bottom: 8px;
}
#co-form input:focus { outline: 2px solid var(--violet); border-color: var(--violet); }
#co-form .hint { margin-bottom: 16px; }
.co-error { background: #FDE8E8; color: #B42318; font-size: 13.5px; border-radius: 10px; padding: 10px 14px; margin-bottom: 14px; }
.co-pay { width: 100%; }
.co-pay[disabled] { opacity: .6; cursor: wait; }
.co-secure { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 14px; font-size: 12.5px; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(246,243,236,.75); padding: 64px 0 30px; margin-top: 90px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 44px; }
.foot-logo { color: #fff; font-size: 24px; display: block; margin-bottom: 12px; }
.foot-brand p { font-size: 14px; max-width: 300px; }
.foot-badges { display: flex; gap: 7px; margin-top: 16px; flex-wrap: wrap; }
.foot-badges span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 4px 11px; font-size: 11.5px; font-weight: 600; }
.foot-col h3 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.foot-col a { display: block; font-size: 14px; padding: 4.5px 0; }
.foot-col a:hover { color: var(--lime); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.foot-disc { opacity: .55; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, auto); }
  .hero-visual { height: 340px; max-width: 480px; margin: 0 auto; }
  .steps, .testi-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .main-nav {
    display: none; position: absolute; top: 68px; inset-inline: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 14px 24px 20px; gap: 2px;
  }
  .main-nav.open { display: flex; }
  .burger { display: block; }
  .header-actions .btn { display: none; }
  .trust-row { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .section { padding: 60px 0; }
}
