/* ============================================
   TRAMITESUY — Premium Styles
   ============================================ */

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

:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #eff6ff;
  --primary-glow: rgba(37,99,235,.15);
  --green: #059669;
  --green-light: #f0fdf4;
  --orange: #d97706;
  --orange-light: #fffbeb;
  --red: #dc2626;
  --red-light: #fef2f2;
  --purple: #7c3aed;
  --purple-light: #f5f3ff;
  --navy: #0f172a;
  --text-dark: #111827;
  --text-mid: #374151;
  --text-light: #6b7280;
  --border: #e5e7eb;
  --border-light: #f3f4f6;
  --bg-gray: #f8fafc;
  --bg-white: #ffffff;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.06);
  --shadow: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);
  --shadow-md: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);
  --shadow-lg: 0 20px 25px -5px rgba(0,0,0,.10), 0 8px 10px -6px rgba(0,0,0,.05);
  --shadow-xl: 0 25px 50px -12px rgba(0,0,0,.18);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font); color: var(--text-dark); background: var(--bg-white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ── HEADER ─────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,231,235,.6);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 1px 20px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; background: var(--primary); color: #fff; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text { font-size: 1.2rem; font-weight: 700; color: var(--text-dark); }
.logo-text strong { color: var(--primary); }
.main-nav { display: flex; gap: 2px; }
.main-nav a { padding: 7px 14px; border-radius: var(--radius-xs); font-size: .9rem; font-weight: 500; color: var(--text-mid); transition: background .2s, color .2s; }
.main-nav a:hover { background: var(--primary-light); color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn-header { background: var(--primary); color: #fff; padding: 8px 20px; border-radius: 8px; font-size: .88rem; font-weight: 600; transition: background .2s, transform .15s; white-space: nowrap; }
.btn-header:hover { background: var(--primary-dark); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text-mid); border-radius: 2px; transition: .3s; }

/* ── HERO ────────────────────────────────── */
.hero {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  padding: 80px 0 0;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-blob--1 { width: 600px; height: 600px; background: rgba(37,99,235,.35); top: -200px; left: -100px; }
.hero-blob--2 { width: 400px; height: 400px; background: rgba(124,58,237,.25); top: 50px; right: 100px; }
.hero-blob--3 { width: 300px; height: 300px; background: rgba(5,150,105,.2); bottom: 0; left: 40%; }
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }

/* Hero text */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  color: #a5b4fc; font-size: .8rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 24px;
}
.hero-badge-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; box-shadow: 0 0 8px #4ade80; animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.7;transform:scale(1.3)} }

.hero-text h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 900; line-height: 1.15; color: #fff; margin-bottom: 20px; letter-spacing: -.02em; }
.hero-highlight { background: linear-gradient(135deg, #60a5fa, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.08rem; color: #94a3b8; line-height: 1.75; margin-bottom: 32px; max-width: 480px; }

.search-box {
  display: flex; align-items: center;
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,.35);
  overflow: hidden; margin-bottom: 20px;
  border: 2px solid transparent;
  transition: border-color .2s;
}
.search-box:focus-within { border-color: var(--primary); }
.search-icon { flex-shrink: 0; margin-left: 16px; color: var(--text-light); }
.search-box input { flex: 1; border: none; outline: none; padding: 14px 12px; font-size: .95rem; font-family: var(--font); color: var(--text-dark); background: transparent; }
.search-box button { background: var(--primary); color: #fff; border: none; padding: 14px 24px; font-size: .9rem; font-weight: 700; font-family: var(--font); cursor: pointer; transition: background .2s; white-space: nowrap; }
.search-box button:hover { background: var(--primary-dark); }

.hero-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.tags-label { font-size: .8rem; color: #64748b; font-weight: 500; }
.hero-tags a { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #cbd5e1; padding: 5px 14px; border-radius: 20px; font-size: .82rem; font-weight: 500; transition: background .2s, color .2s; }
.hero-tags a:hover { background: rgba(255,255,255,.18); color: #fff; }

/* Hero visual cards */
.hero-visual { position: relative; display: grid; gap: 16px; }
.hero-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: #fff;
  animation: float-card 6s ease-in-out infinite;
}
@keyframes float-card { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

.hero-card--main { padding: 24px; animation-delay: 0s; }
.hcard-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.hcard-avatar { width: 44px; height: 44px; background: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hcard-name { font-weight: 700; font-size: .95rem; }
.hcard-sub { font-size: .78rem; color: #94a3b8; margin-top: 2px; }
.hcard-check { margin-left: auto; width: 28px; height: 28px; background: #4ade80; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85rem; color: #052e16; font-weight: 800; flex-shrink: 0; }
.hcard-steps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.hcard-step { display: flex; align-items: center; gap: 10px; font-size: .85rem; color: #94a3b8; }
.hcard-step span { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #334155; flex-shrink: 0; }
.hcard-step--done { color: #e2e8f0; }
.hcard-step--done span { background: #4ade80; border-color: #4ade80; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E"); background-size: 10px; background-repeat: no-repeat; background-position: center; }
.hcard-step--active { color: #fff; font-weight: 600; }
.hcard-step--active span { border-color: #60a5fa; background: rgba(96,165,250,.2); animation: pulse-dot 1.5s infinite; }
.hcard-progress { background: rgba(255,255,255,.1); border-radius: 4px; height: 6px; margin-bottom: 10px; }
.hcard-progress-bar { height: 100%; background: linear-gradient(90deg, #3b82f6, #a78bfa); border-radius: 4px; transition: width .8s ease; }
.hcard-footer { font-size: .78rem; color: #64748b; }

.hero-card--stat { padding: 18px 20px; display: flex; align-items: center; gap: 14px; animation-delay: .5s; }
.hero-card--stat1 { animation-delay: 1s; }
.hero-card--stat2 { animation-delay: 1.8s; }
.stat-icon { font-size: 1.6rem; }
.stat-num { font-size: 1.5rem; font-weight: 800; }
.stat-lbl { font-size: .75rem; color: #94a3b8; margin-top: 2px; }

.hero-card--tip { padding: 12px 18px; display: flex; align-items: center; gap: 12px; animation-delay: 2.5s; }
.tip-emoji { font-size: 1.2rem; }
.tip-text { font-size: .82rem; color: #cbd5e1; }

/* Stats bar */
.hero-stats-bar {
  margin-top: 60px;
  background: rgba(255,255,255,.05);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  position: relative; z-index: 2;
}
.hero-stats-inner { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.hero-stat { text-align: center; padding: 8px 40px; }
.hero-stat strong { display: block; font-size: 1.4rem; font-weight: 800; color: #fff; }
.hero-stat span { font-size: .78rem; color: #64748b; text-transform: uppercase; letter-spacing: .05em; }
.hero-stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.08); }

/* ── SECTION ─────────────────────────────── */
.section { padding: 88px 0; }
.section--gray { background: var(--bg-gray); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--primary); margin-bottom: 12px; }
.section-header h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.section-header p { color: var(--text-light); font-size: 1.05rem; max-width: 520px; margin: 0 auto; }

/* ── CATEGORY CARDS ─────────────────────── */
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.cat-card {
  display: flex; flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  overflow: hidden;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s;
  cursor: pointer;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.cat-card:hover .cat-img-wrap img { transform: scale(1.06); }

.cat-img-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.cat-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.cat-icon-badge {
  position: absolute; bottom: 12px; left: 14px;
  width: 44px; height: 44px;
  background: var(--cat-color, #2563eb);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}

.cat-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.cat-body h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.cat-body > p { font-size: .84rem; color: var(--text-light); margin-bottom: 14px; }
.cat-body ul { display: flex; flex-direction: column; gap: 7px; flex: 1; margin-bottom: 16px; }
.cat-body ul li { font-size: .84rem; color: var(--text-mid); padding-left: 16px; position: relative; line-height: 1.4; }
.cat-body ul li::before { content: '→'; position: absolute; left: 0; color: var(--cat-color, var(--primary)); font-size: .78rem; }

.cat-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--border-light); }
.cat-count { font-size: .78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; background: var(--cat-light, var(--primary-light)); color: var(--cat-color, var(--primary)); }
.cat-arrow { font-size: .82rem; font-weight: 600; color: var(--cat-color, var(--primary)); }
.cat-card:hover .cat-arrow { text-decoration: underline; }

/* ── ARTICLE CARDS ───────────────────────── */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.article-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s;
}
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.article-card:hover .article-img-link img { transform: scale(1.06); }

.article-card--featured { grid-column: span 1; }

.article-img-link { position: relative; aspect-ratio: 16/9; overflow: hidden; display: block; }
.article-img-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-badge {
  position: absolute; bottom: 12px; left: 12px;
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; padding: 5px 12px; border-radius: 6px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.article-badge--blue { background: rgba(37,99,235,.85); color: #fff; }
.article-badge--green { background: rgba(5,150,105,.85); color: #fff; }
.article-badge--orange { background: rgba(217,119,6,.85); color: #fff; }
.article-badge--red { background: rgba(220,38,38,.85); color: #fff; }

.article-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-body h3 { font-size: 1rem; font-weight: 700; line-height: 1.45; }
.article-body h3 a:hover { color: var(--primary); }
.article-body p { font-size: .87rem; color: var(--text-light); line-height: 1.65; flex: 1; }
.article-meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: .75rem; color: var(--text-light); }
.article-pop { background: #fef3c7; color: #92400e; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.article-link { font-size: .85rem; font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }
.article-link:hover { text-decoration: underline; }

/* ── HOW IT WORKS ────────────────────────── */
.how-section { background: var(--bg-white); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

.how-step {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow .2s;
}
.how-step:hover { box-shadow: var(--shadow-md); }
.how-step:hover img { transform: scale(1.05); }

.how-img-wrap { aspect-ratio: 4/3; overflow: hidden; }
.how-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }

.how-num {
  position: absolute; top: 12px; right: 14px;
  font-size: 2.5rem; font-weight: 900;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  line-height: 1;
}

.how-step h3 { font-size: 1rem; font-weight: 700; padding: 18px 20px 8px; }
.how-step p { font-size: .87rem; color: var(--text-light); line-height: 1.65; padding: 0 20px 20px; }

/* ── TRUST SECTION ───────────────────────── */
.trust-section { background: var(--navy); padding: 96px 0; overflow: hidden; }
.trust-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.trust-text .section-eyebrow { color: #60a5fa; }
.trust-text h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; color: #fff; }
.trust-text > p { color: #94a3b8; line-height: 1.75; font-size: 1.02rem; margin-bottom: 36px; }

.trust-features { display: flex; flex-direction: column; gap: 24px; }
.trust-feat { display: flex; gap: 16px; align-items: flex-start; }
.trust-feat-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-feat strong { display: block; color: #f1f5f9; font-weight: 700; font-size: .97rem; margin-bottom: 4px; }
.trust-feat p { color: #64748b; font-size: .87rem; margin: 0; }

.trust-visual { position: relative; }
.trust-visual img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-xl); }
.trust-badge-float {
  position: absolute; bottom: -20px; left: -20px;
  background: #fff; border-radius: 14px;
  padding: 14px 20px;
  box-shadow: var(--shadow-xl);
  display: flex; align-items: center; gap: 14px;
}
.tbf-icon { font-size: 2rem; }
.tbf-num { font-size: 1.4rem; font-weight: 800; color: var(--text-dark); line-height: 1; }
.tbf-lbl { font-size: .76rem; color: var(--text-light); margin-top: 3px; }

/* ── AD BANNER ───────────────────────────── */
.ad-banner { text-align: center; }
.ad-label { display: block; font-size: .68rem; color: var(--text-light); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.ad-placeholder { background: var(--bg-gray); border: 1px dashed var(--border); color: var(--text-light); font-size: .84rem; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); min-height: 90px; max-width: 728px; margin: 0 auto; }

/* ── FAQ ─────────────────────────────────── */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--primary); }
.faq-item summary { padding: 20px 24px; font-weight: 600; font-size: .97rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: background .2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--primary); flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item summary:hover { background: var(--bg-gray); }
.faq-item p { padding: 0 24px 20px; font-size: .9rem; color: var(--text-mid); line-height: 1.75; }

/* ── CTA SECTION ─────────────────────────── */
.cta-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 72px 0;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-text h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: #fff; margin-bottom: 8px; letter-spacing: -.02em; }
.cta-text p { color: rgba(255,255,255,.75); font-size: 1rem; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-btn { padding: 13px 28px; border-radius: 10px; font-weight: 700; font-size: .95rem; transition: transform .15s, box-shadow .15s; }
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.cta-btn--primary { background: #fff; color: var(--primary); }
.cta-btn--ghost { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.cta-btn--ghost:hover { background: rgba(255,255,255,.25); }

/* ── FOOTER ──────────────────────────────── */
.site-footer { background: #0a0f1e; color: #d1d5db; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding: 64px 24px 48px; }
.footer-brand p { font-size: .87rem; color: #6b7280; line-height: 1.75; margin-bottom: 20px; max-width: 280px; }
.footer-official-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .82rem; color: #4b5563; }
.footer-official-links a { color: #6b7280; padding: 3px 10px; border: 1px solid #1f2937; border-radius: 5px; transition: color .2s, border-color .2s; }
.footer-official-links a:hover { color: #e5e7eb; border-color: #374151; }
.footer-links h4 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #f9fafb; margin-bottom: 18px; }
.footer-links ul { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: .87rem; color: #6b7280; transition: color .2s; }
.footer-links a:hover { color: #e5e7eb; }
.footer-bottom { border-top: 1px solid #111827; padding: 24px; }
.footer-bottom-inner { text-align: center; }
.footer-bottom p { font-size: .82rem; color: #4b5563; }

/* ── ARTICLE PAGE ────────────────────────── */
.article-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1e293b 100%);
  padding: 56px 0 0;
  overflow: hidden;
}
.article-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; }
.article-hero-text { padding-bottom: 56px; }
.article-hero-img { border-radius: 16px 16px 0 0; overflow: hidden; aspect-ratio: 4/3; }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }

.breadcrumb { display: flex; gap: 6px; flex-wrap: wrap; font-size: .8rem; color: #64748b; margin-bottom: 16px; }
.breadcrumb a { color: #60a5fa; }
.breadcrumb a:hover { text-decoration: underline; }

.article-hero-text h1 { font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 16px; letter-spacing: -.02em; }
.article-hero-intro { font-size: 1rem; color: #94a3b8; line-height: 1.75; margin-bottom: 24px; }

.article-hero-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.meta-pill { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: #cbd5e1; font-size: .78rem; font-weight: 500; padding: 6px 14px; border-radius: 20px; }

/* Article layout */
.article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; padding: 48px 0 80px; }
.article-content { min-width: 0; }
.article-sidebar { position: sticky; top: 84px; align-self: start; display: flex; flex-direction: column; gap: 20px; }

/* Article body */
.article-body h2 {
  font-size: 1.4rem; font-weight: 800;
  margin: 48px 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary-light);
  letter-spacing: -.01em;
}
.article-body h3 { font-size: 1.1rem; font-weight: 700; margin: 32px 0 12px; }
.article-body p { color: var(--text-mid); line-height: 1.85; margin-bottom: 18px; font-size: .97rem; }
.article-body ul, .article-body ol { padding-left: 22px; margin-bottom: 22px; display: flex; flex-direction: column; gap: 9px; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { color: var(--text-mid); line-height: 1.7; font-size: .95rem; }
.article-body a { color: var(--primary); }
.article-body a:hover { text-decoration: underline; }

/* Info boxes */
.info-box { border-radius: var(--radius-sm); padding: 18px 22px; margin: 28px 0; border-left: 4px solid; display: flex; gap: 12px; align-items: flex-start; }
.info-box-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.info-box-content p { margin: 0; font-size: .9rem; line-height: 1.65; }
.info-box--blue { background: var(--primary-light); border-color: var(--primary); }
.info-box--green { background: var(--green-light); border-color: var(--green); }
.info-box--orange { background: var(--orange-light); border-color: var(--orange); }

/* Steps */
.steps-list { list-style: none !important; padding-left: 0 !important; display: flex; flex-direction: column; gap: 16px; margin: 24px 0; }
.steps-list li { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 20px; transition: box-shadow .2s; }
.steps-list li:hover { box-shadow: var(--shadow-md); }
.step-num { flex-shrink: 0; width: 38px; height: 38px; background: var(--primary); color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .92rem; }
.step-content strong { display: block; font-weight: 700; margin-bottom: 5px; font-size: .97rem; }
.step-content p, .step-content { font-size: .88rem; color: var(--text-mid); margin: 0; line-height: 1.65; }

/* Cost table */
.cost-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .92rem; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.cost-table th { background: var(--primary); color: #fff; padding: 13px 18px; text-align: left; font-weight: 600; font-size: .88rem; }
.cost-table td { padding: 13px 18px; border-bottom: 1px solid var(--border); color: var(--text-mid); }
.cost-table tr:last-child td { border-bottom: none; }
.cost-table tr:nth-child(even) td { background: var(--bg-gray); }

/* Sidebar */
.sidebar-widget { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.sidebar-widget-title { background: var(--primary); color: #fff; font-size: .82rem; font-weight: 700; padding: 12px 18px; text-transform: uppercase; letter-spacing: .06em; }
.sidebar-widget-body { padding: 18px; }
.sidebar-links { display: flex; flex-direction: column; gap: 11px; }
.sidebar-links a { font-size: .87rem; color: var(--primary); display: flex; align-items: center; gap: 6px; font-weight: 500; transition: gap .2s; }
.sidebar-links a:hover { gap: 10px; text-decoration: underline; }
.sidebar-tip { font-size: .87rem; color: var(--text-mid); line-height: 1.7; }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-card--main { grid-column: span 2; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-visual { max-width: 500px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .article-hero-inner { grid-template-columns: 1fr; }
  .article-hero-img { display: none; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
}

@media (max-width: 768px) {
  .how-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .cta-inner { flex-direction: column; text-align: center; }
  .hero-stats-inner { gap: 0; }
  .hero-stat { padding: 8px 20px; }
  .hero-stat-sep { display: none; }
}

@media (max-width: 640px) {
  .main-nav { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 12px 20px 20px; gap: 4px; box-shadow: var(--shadow-md); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: flex; }
  .btn-header { display: none; }
  .hero { padding: 56px 0 0; }
  .hero-text h1 { font-size: 2rem; }
  .search-box { flex-direction: column; }
  .search-icon { display: none; }
  .search-box input { padding: 14px 16px; }
  .search-box button { border-radius: 0 0 10px 10px; }
  .categories-grid, .articles-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats-inner { grid-template-columns: repeat(2,1fr); display: grid; gap: 1px; }
  .hero-stat-sep { display: none; }
  .hero-stat { padding: 16px; }
  .trust-badge-float { left: 50%; transform: translateX(-50%); bottom: -30px; white-space: nowrap; }
}
