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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  background: #0B1220;
  color: #F3F6FB;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: #3B82F6; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ===== CONTAINER ===== */
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ===== BADGE ===== */
.badge {
  display: inline-block;
  background: rgba(59, 130, 246, .15);
  color: #60A5FA;
  font-size: .8125rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  border: 1px solid rgba(59, 130, 246, .25);
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(11, 18, 32, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(120, 160, 255, .08);
  z-index: 1000;
  padding: 0 24px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #F3F6FB;
  font-weight: 800;
  font-size: 1.25rem;
}

.nav-logo img { height: 44px; width: auto; border-radius: 0; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: #A8B3C7;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
}

.nav-links a:hover { color: #F3F6FB; }

.btn-nav {
  background: #3B82F6;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: background .2s, transform .2s;
}

.btn-nav:hover { background: #2563EB; transform: translateY(-1px); }

.btn-nav-buy {
  background: #22C55E;
  color: #fff !important;
}

.btn-nav-buy:hover { background: #16A34A; }

.btn-block { display: flex; flex-direction: column; width: 100%; align-items: center; margin-top: 28px; line-height: 1.3; }

.btn-l1 { font-size: 1.15rem; font-weight: 800; }
.btn-l2 { font-size: .85rem; font-weight: 600; opacity: .85; }

.hamburger {
  display: none;
  background: none;
  border: none;
  color: #F3F6FB;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ===== HERO ===== */
.hero {
  padding: 140px 0 80px;
  background: linear-gradient(180deg, #0B1220 0%, #0F1A30 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 20px;
}

.highlight { color: #60A5FA; }

.hero-text p {
  font-size: 1.075rem;
  color: #A8B3C7;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-note {
  font-size: .8rem !important;
  color: #7C8AA5 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  padding: 12px 28px;
  border-radius: 12px;
  cursor: pointer;
  transition: all .2s;
  border: none;
  text-align: center;
}

.btn-primary {
  background: #3B82F6;
  color: #fff;
}

.btn-primary:hover {
  background: #2563EB;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, .3);
}

.btn-outline {
  background: transparent;
  color: #F3F6FB;
  border: 1.5px solid rgba(120, 160, 255, .25);
}

.btn-outline:hover {
  border-color: #3B82F6;
  color: #60A5FA;
  transform: translateY(-2px);
}

.btn-lg { padding: 16px 40px; font-size: 1.05rem; }

/* ===== HERO LOGO ===== */
.hero-logo-box {
  background: rgba(17, 28, 49, .7);
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
}

.hero-logo-img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

/* ===== HERO CARD ===== */
.hero-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(120, 160, 255, .08);
  font-size: .85rem;
  color: #A8B3C7;
}

.dot {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.dot.green { background: #22C55E; }
.dot.yellow { background: #F59E0B; }
.dot.red { background: #EF4444; }

.hero-card-body {
  padding: 24px 20px;
  display: grid;
  gap: 16px;
}

.hc-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
  font-size: .925rem;
}
.hc-row:last-child { border-bottom: 0; padding-bottom: 0; }
.hc-row span { color: #A8B3C7; }
.hc-row strong { font-weight: 700; color: #F3F6FB; }

/* ===== SECTIONS ===== */
.section {
  padding: 90px 0;
}

.section-alt {
  background: #0E1729;
  border-top: 1px solid rgba(120, 160, 255, .06);
  border-bottom: 1px solid rgba(120, 160, 255, .06);
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.section-header h2 {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -.015em;
  margin-bottom: 14px;
}

.section-header p {
  color: #A8B3C7;
  font-size: 1.05rem;
}

/* ===== FEATURES GRID ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 32px 26px;
  transition: transform .25s, box-shadow .25s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.26);
}

.fc-icon { font-size: 2rem; margin-bottom: 16px; }

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: .9rem;
  color: #A8B3C7;
  line-height: 1.65;
}

/* ===== WHATSAPP ===== */
.wa-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.wa-bubble {
  background: #005C4B;
  color: #fff;
  border-radius: 8px 18px 18px 18px;
  padding: 20px 22px;
  font-size: .925rem;
  line-height: 1.65;
  position: relative;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}

.wa-label {
  display: block;
  text-align: center;
  font-size: .8rem;
  color: #7C8AA5;
  margin-top: 10px;
}

.wa-features h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.wa-features ul { margin-bottom: 18px; }

.wa-features li {
  padding: 8px 0;
  font-size: .95rem;
  color: #C8D0DC;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
}

.wa-features p { color: #A8B3C7; font-size: .92rem; }

.wa-note {
  font-size: .82rem !important;
  color: #7C8AA5 !important;
  font-style: italic;
  margin-top: 12px;
}

/* ===== REPORTS SHOWCASE ===== */
.reports-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.report-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  transition: transform .25s;
}

.report-card:hover { transform: translateY(-3px); }

.rc-icon { font-size: 2.2rem; margin-bottom: 14px; }

.report-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.report-card p {
  font-size: .84rem;
  color: #A8B3C7;
  line-height: 1.6;
}

/* ===== SCREENSHOTS ===== */
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.screenshot-item {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}

.screenshot-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.3);
}

.screenshot-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== LIGHTBOX ===== */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, .88);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: pointer;
}

.lightbox.open {
  display: flex;
}

.lightbox-img {
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
  cursor: default;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 32px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  opacity: .7;
  transition: opacity .2s;
  line-height: 1;
}

.lightbox-close:hover { opacity: 1; }

/* ===== DUAL GRID (offline + security) ===== */
.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dual-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 36px 30px;
}

.dual-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.dual-card p {
  color: #A8B3C7;
  font-size: .94rem;
  margin-bottom: 16px;
}

.dual-card li {
  padding: 6px 0;
  font-size: .9rem;
  color: #C8D0DC;
}

.dual-card li::before { content: "\2713"; color: #22C55E; font-weight: 700; display: inline-block; margin-right: 8px; }

/* ===== DEMO BOX ===== */
.demo-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.demo-limits {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 32px 28px;
}

.demo-limits h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #60A5FA;
}

.demo-limits li {
  padding: 7px 0;
  font-size: .92rem;
  color: #C8D0DC;
}

.demo-cta {
  text-align: center;
}

.demo-cta p {
  color: #A8B3C7;
  margin-bottom: 24px;
  font-size: 1rem;
}

/* ===== LICENSE GRID ===== */
.license-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 700px;
  margin: 0 auto;
}

.license-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 32px 28px;
  transition: transform .25s;
}

.license-card.featured {
  border-color: #3B82F6;
  background: linear-gradient(135deg, #111C31 0%, #14203B 100%);
  box-shadow: 0 0 40px rgba(59,130,246,.15);
  transform: scale(1.02);
}

.lc-header { margin-bottom: 20px; }

.lc-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.lc-price {
  font-size: 2.2rem;
  font-weight: 900;
  color: #60A5FA;
  margin-top: 6px;
  letter-spacing: -.02em;
}

.lc-promo {
  font-size: .8rem;
  color: #F59E0B;
  font-weight: 600;
  margin-top: 2px;
}

.lc-regular {
  font-size: .78rem;
  color: #7C8AA5;
  margin-top: 0;
}

.license-card li {
  padding: 8px 0;
  font-size: .9rem;
  color: #C8D0DC;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
}

.license-card li:last-child { border-bottom: 0; }

.lc-contact {
  margin-top: 20px;
  font-size: .85rem;
  color: #A8B3C7;
  text-align: center;
}

.lc-note {
  font-size: .82rem;
  color: #F59E0B;
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}

/* ===== FAQ ===== */
.faq-list {
  max-width: 680px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(120, 160, 255, .08);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: #F3F6FB;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-arrow {
  font-size: .75rem;
  transition: transform .3s;
  color: #7C8AA5;
}

.faq-item.open .faq-arrow { transform: rotate(180deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-a p {
  color: #A8B3C7;
  font-size: .92rem;
  line-height: 1.7;
}

/* ===== CTA ===== */
.cta-section {
  text-align: center;
  background: linear-gradient(180deg, #0B1220 0%, #0F1A30 100%);
  border-top: 1px solid rgba(120, 160, 255, .06);
}

.cta-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section p {
  color: #A8B3C7;
  font-size: 1.05rem;
  margin-bottom: 32px;
}

/* ===== FOOTER ===== */
.footer {
  background: #080E1A;
  border-top: 1px solid rgba(120, 160, 255, .06);
  padding: 48px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
}

.footer-brand img {
  height: auto;
  width: 220px;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: .87rem;
  color: #7C8AA5;
  max-width: 360px;
}

.footer-links h5 {
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 10px;
}

.footer-links a {
  display: block;
  font-size: .87rem;
  color: #7C8AA5;
  margin-bottom: 6px;
}

.footer-links a:hover { color: #60A5FA; }

.footer-bottom {
  border-top: 1px solid rgba(120, 160, 255, .06);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: .8rem;
  color: #5A6A82;
}

/* ===== COMPRAR PAGE ===== */
.buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.buy-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 32px 28px;
  margin-bottom: 24px;
}

.buy-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; }

.buy-card-featured {
  border-color: #3B82F6;
  background: linear-gradient(135deg, #111C31 0%, #14203B 100%);
  text-align: center;
}

.buy-card li {
  padding: 8px 0;
  font-size: .9rem;
  color: #C8D0DC;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
  text-align: left;
}

.buy-card li:last-child { border-bottom: 0; }

.buy-card ul { margin-top: 20px; }

.buy-price-block {
  margin-bottom: 16px;
}

.buy-price-amount {
  font-size: 3rem;
  font-weight: 900;
  color: #60A5FA;
  letter-spacing: -.03em;
  line-height: 1;
}

.buy-price-label {
  font-size: 1rem;
  color: #A8B3C7;
  margin-top: 4px;
}

.buy-price-ribbon {
  display: inline-block;
  background: rgba(245, 158, 11, .15);
  color: #F59E0B;
  font-size: .8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  margin-top: 12px;
}

.buy-price-valid {
  font-size: .82rem;
  color: #7C8AA5;
  margin-top: 6px;
}

.buy-price-after {
  font-size: .85rem;
  color: #7C8AA5;
  text-align: center;
  margin-top: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(120, 160, 255, .08);
}

.demo-reminder p {
  font-size: .9rem;
  color: #A8B3C7;
  text-align: center;
}

.demo-reminder a {
  color: #60A5FA;
  font-weight: 600;
}

.bank-data {
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 16px 0;
}

.bank-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
  font-size: .9rem;
}

.bank-row:last-child { border-bottom: 0; }

.bank-row span { color: #A8B3C7; }
.bank-row strong { color: #F3F6FB; }

.bank-note {
  font-size: .82rem;
  color: #7C8AA5;
  font-style: italic;
  margin-top: 8px;
}

/* Steps */
.buy-steps-wrap {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  padding: 32px 28px;
}

.buy-steps-wrap h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
}

.step-item:last-child { border-bottom: 0; }

.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(59, 130, 246, .15);
  color: #60A5FA;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-body strong {
  display: block;
  font-size: .95rem;
  margin-bottom: 4px;
}

.step-body p {
  font-size: .85rem;
  color: #A8B3C7;
  line-height: 1.5;
}

.buy-whatsapp {
  text-align: center;
  font-size: .85rem;
  color: #7C8AA5;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(120, 160, 255, .08);
}

@media (max-width: 820px) {
  .buy-grid { grid-template-columns: 1fr; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .reports-showcase { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-text h1 { font-size: 2.2rem; }
  .hero { padding: 120px 0 60px; min-height: auto; }
  .wa-content { grid-template-columns: 1fr; }
  .dual-grid { grid-template-columns: 1fr; }
  .demo-box { grid-template-columns: 1fr; }
  .license-grid { grid-template-columns: 1fr; }
  .license-card.featured { transform: none; }
  .screenshot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: rgba(11, 18, 32, .97);
    backdrop-filter: blur(14px);
    padding: 20px 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(120, 160, 255, .1);
  }
  .features-grid { grid-template-columns: 1fr; }
  .reports-showcase { grid-template-columns: 1fr; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-header h2 { font-size: 1.65rem; }
  .hero-text h1 { font-size: 1.85rem; }
  .hero-actions { flex-direction: column; }
}

@media (max-width: 400px) {
  .hero { padding: 100px 0 40px; }
  .hero-text h1 { font-size: 1.55rem; }
  .hero-text p { font-size: .95rem; }
  .hero-actions .btn { width: 100%; text-align: center; justify-content: center; }
  .hero-note { font-size: .85rem !important; color: #C8D0DC !important; }
  .hero-card-body { padding: 16px; }
  .hc-row { font-size: .82rem; }
  .container { padding: 0 16px; }
}

/* ===== BLOG ===== */
.blog-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.blog-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.blog-header p {
  font-size: 1.05rem;
  color: #A8B3C7;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
}

.blog-card {
  background: #111C31;
  border: 1px solid rgba(120, 160, 255, .1);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(0,0,0,.26);
  border-color: rgba(59, 130, 246, 0.4);
}

.blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #080E1A;
  border-bottom: 1px solid rgba(120, 160, 255, .06);
}

.blog-card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  font-size: .85rem;
  color: #60A5FA;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.4;
  color: #F3F6FB;
}

.blog-card p {
  font-size: .95rem;
  color: #A8B3C7;
  margin-bottom: 24px;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #3B82F6;
  font-size: .95rem;
  transition: color .2s;
  margin-top: auto;
}

.blog-read-more::after {
  content: "→";
  margin-left: 6px;
  transition: transform .2s;
}

.blog-read-more:hover {
  color: #60A5FA;
}

.blog-read-more:hover::after {
  transform: translateX(4px);
}

/* ===== ARTICLE PAGE ===== */
.article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.article-hero {
  margin-top: 140px;
  margin-bottom: 40px;
}

.article-meta {
  color: #60A5FA;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  margin-bottom: 16px;
  display: block;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 32px;
  color: #F3F6FB;
}

.article-cover {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 48px;
  border: 1px solid rgba(120, 160, 255, .1);
}

.article-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #C8D0DC;
  margin-bottom: 80px;
}

.article-content h2, .article-content h3 {
  color: #F3F6FB;
  margin-top: 48px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-content h2 { font-size: 1.8rem; font-weight: 800; }
.article-content h3 { font-size: 1.4rem; font-weight: 700; }

.article-content p { margin-bottom: 24px; }

.article-content strong { color: #F3F6FB; font-weight: 700; }

.article-content blockquote {
  border-left: 4px solid #3B82F6;
  margin: 32px 0;
  font-style: italic;
  color: #A8B3C7;
  background: rgba(59, 130, 246, 0.05);
  padding: 20px 20px 20px 24px;
  border-radius: 0 8px 8px 0;
}

.article-back {
  display: inline-flex;
  align-items: center;
  color: #A8B3C7;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 32px;
  transition: color 0.2s;
}

.article-back::before {
  content: "←";
  margin-right: 8px;
  transition: transform 0.2s;
}

.article-back:hover { color: #60A5FA; }
.article-back:hover::before { transform: translateX(-4px); }
