/*
Theme Name: Venture Total
Description: Tema a medida para venturetotal.com — landing bilingüe (ES/EN), construido a partir del mockup aprobado.
Author: Venture Total
Version: 1.0
Text Domain: venturetotal
*/

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

:root {
  --slate:    #141c22;
  --slate-mid:#1e2c38;
  --slate-soft:#2a3d4f;
  --emerald:  #0b855c;
  --emerald-d:#047f59;
  --emerald-l:#34d399;
  --emerald-x:#d1fae5;
  --white:    #ffffff;
  --ink:      #0f1a24;
  --ink-mid:  #3a5268;
  --ink-soft: #7a9db8;
  --border:   #dce8f0;
  --surface:  #f4f8fb;
  --gold:     #f59e0b;
  --radius:   10px;
  --radius-lg:18px;
  --shadow:   0 4px 20px rgba(15,26,36,.10);
  --shadow-lg:0 16px 56px rgba(15,26,36,.16);
  --display:  'Epilogue', sans-serif;
  --body:     'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.6; overflow-x: hidden; }

/* ── LANG BAR ── */
.lang-bar {
  background: var(--slate); padding: 6px 5vw;
  display: flex; justify-content: flex-end; align-items: center; gap: 6px;
}
.lang-btn {
  background: none; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8);
  padding: 3px 10px; border-radius: 100px; font-size: .74rem; cursor: pointer;
  font-family: var(--body); transition: all .2s; letter-spacing: .05em;
}
.lang-btn.active, .lang-btn:hover { background: var(--emerald); border-color: var(--emerald); color: #fff; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 5vw; height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-svg { width: 112px; height: auto; flex-shrink: 0; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--ink-mid); text-decoration: none; font-size: .87rem; font-weight: 400; transition: color .2s; }
.nav-links a:hover { color: var(--emerald-d); }
.nav-cta {
  background: var(--emerald); color: #fff; padding: .55rem 1.3rem;
  border-radius: var(--radius); font-size: .87rem; font-weight: 500;
  text-decoration: none; transition: background .2s; white-space: nowrap;
}
.nav-cta:hover { background: var(--emerald-d); }

/* ── HERO ── */
.hero {
  min-height: 92vh;
  background: linear-gradient(150deg, var(--slate) 0%, var(--slate-mid) 55%, #1a3a2e 100%);
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 2rem;
  padding: 5rem 5vw 4rem; position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 75% 50%, rgba(16,185,129,.12) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 15% 70%, rgba(16,185,129,.07) 0%, transparent 50%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0; height: 70px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-text { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(16,185,129,.15); border: 1px solid rgba(16,185,129,.3);
  color: var(--emerald-l); padding: 5px 14px; border-radius: 100px;
  font-size: .76rem; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 1.5rem;
}
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--emerald); border-radius: 50%; flex-shrink: 0; }
.hero h1 {
  font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 700; line-height: 1.06; color: #fff;
  letter-spacing: -.03em; margin-bottom: 1.25rem;
}
.hero h1 .em { color: var(--emerald-l); }
.hero h1 .thin { font-weight: 300; font-style: italic; }
.hero-sub { color: #cfe3ee; font-size: 1.05rem; line-height: 1.75; max-width: 460px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
  background: var(--emerald); color: #fff; padding: .85rem 1.75rem;
  border-radius: var(--radius); font-size: .95rem; font-weight: 600;
  text-decoration: none; transition: all .2s;
  box-shadow: 0 4px 24px rgba(16,185,129,.35);
}
.btn-primary:hover { background: var(--emerald-d); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: #fff; padding: .85rem 1.75rem;
  border-radius: var(--radius); font-size: .95rem; font-weight: 400;
  text-decoration: none; border: 1px solid rgba(255,255,255,.2); transition: all .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.hero-pills { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.pill {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px; padding: 5px 14px;
  display: flex; align-items: center; gap: 8px;
}
.pill strong { color: var(--emerald-l); font-size: .95rem; font-family: var(--display); font-weight: 700; }
.pill span { color: rgba(255,255,255,.75); font-size: .76rem; }

/* ── GLOBE VISUAL ── */
.hero-visual {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.globe-wrap {
  position: relative; width: 420px; height: 420px;
  display: flex; align-items: center; justify-content: center;
}
.globe-canvas { width: 100%; height: 100%; }
.globe-glow {
  position: absolute; inset: 10%;
  background: radial-gradient(circle, rgba(16,185,129,.15) 0%, transparent 70%);
  border-radius: 50%; animation: glowPulse 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glowPulse {
  0%,100% { opacity: .6; transform: scale(1); }
  50%      { opacity: 1;  transform: scale(1.08); }
}
.globe-ring {
  position: absolute; inset: -12px;
  border: 1px solid rgba(16,185,129,.2); border-radius: 50%;
  animation: ringRotate 20s linear infinite;
}
.globe-ring::after {
  content: ''; position: absolute; top: 50%; left: -4px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--emerald); margin-top: -4px;
  box-shadow: 0 0 12px var(--emerald);
}
@keyframes ringRotate { to { transform: rotate(360deg); } }

/* ── SECTIONS ── */
section { padding: 6rem 5vw; }
.max-w { max-width: 1200px; margin: 0 auto; }
.label {
  font-size: .74rem; font-weight: 600; color: var(--emerald-d);
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: .6rem;
}
.section-title {
  font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700; color: var(--ink); line-height: 1.15;
  letter-spacing: -.02em; max-width: 620px;
}
.section-title em { font-style: italic; color: var(--emerald-d); font-weight: 400; }
.section-body { color: var(--ink-mid); font-size: 1rem; line-height: 1.75; max-width: 540px; margin-top: .85rem; }

/* ── THREE LINES ── */
.lines-bg { background: var(--white); }
.lines-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.lines-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.line-card {
  border-radius: var(--radius-lg); padding: 2.5rem 2rem;
  position: relative; overflow: hidden; transition: transform .3s;
}
.line-card:hover { transform: translateY(-5px); }
.line-card.dark { background: var(--slate); color: #fff; }
.line-card.emerald { background: var(--emerald); color: #fff; }
.line-card.light { background: var(--surface); border: 1.5px solid var(--border); }
.line-num {
  font-family: var(--display); font-size: 5rem; font-weight: 700;
  position: absolute; top: .5rem; right: 1.25rem;
  opacity: .08; line-height: 1; letter-spacing: -.04em;
}
.line-card.dark .line-num, .line-card.emerald .line-num { opacity: .15; color: #fff; }
.line-icon { font-size: 2rem; margin-bottom: 1.25rem; }
.line-card h3 {
  font-family: var(--display); font-size: 1.15rem; font-weight: 700;
  margin-bottom: .65rem; letter-spacing: -.01em;
}
.line-card.dark h3, .line-card.emerald h3 { color: #fff; }
.line-card.light h3 { color: var(--ink); }
.line-card p { font-size: .88rem; line-height: 1.68; }
.line-card.dark p, .line-card.emerald p { color: rgba(255,255,255,.85); }
.line-card.light p { color: var(--ink-mid); }
.line-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 1.25rem; }
.ltag {
  padding: 3px 9px; border-radius: 100px; font-size: .72rem; font-weight: 500;
}
.ltag-dark { border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.9); }
.ltag-light { border: 1px solid var(--border); color: var(--ink-mid); background: var(--white); }

/* ── BRIDGE SECTION ── */
.bridge-bg { background: var(--surface); }
.bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.bridge-visual {
  background: linear-gradient(135deg, var(--slate) 0%, #1a3a2e 100%);
  border-radius: var(--radius-lg); padding: 2.5rem;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.bridge-visual::before {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(16,185,129,.15) 0%, transparent 70%);
  border-radius: 50%;
}
.bridge-flags { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.flag-block { text-align: center; }
.flag-emoji { font-size: 2.5rem; display: block; margin-bottom: .4rem; }
.flag-label { font-size: .75rem; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .08em; font-family: var(--body); }
.bridge-arrow {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.bridge-arrow-line { width: 60px; height: 1px; background: linear-gradient(90deg, rgba(16,185,129,.3), var(--emerald), rgba(16,185,129,.3)); }
.bridge-arrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 10px var(--emerald); }
.bridge-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.bmetric { background: rgba(255,255,255,.07); border-radius: var(--radius); padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.08); }
.bmetric-val { font-family: var(--display); font-size: 1.6rem; font-weight: 700; color: var(--emerald-l); line-height: 1; }
.bmetric-lbl { font-size: .74rem; color: rgba(255,255,255,.7); margin-top: 4px; }
.bridge-points { list-style: none; display: flex; flex-direction: column; gap: .85rem; margin-top: 1.5rem; }
.bridge-points li { display: flex; align-items: flex-start; gap: 12px; font-size: .92rem; color: var(--ink-mid); line-height: 1.6; }
.em-check { width: 22px; height: 22px; border-radius: 50%; background: var(--emerald-x); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; font-size: .7rem; color: #037c57; font-weight: 700; }

/* ── COMPLIANCE ── */
.compliance-bg { background: var(--white); }
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.compliance-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-left: auto; margin-right: auto; }
.comp-card {
  border-radius: var(--radius-lg); padding: 2rem 1.75rem;
  border: 1.5px solid var(--border); background: var(--white);
  transition: all .3s; position: relative; overflow: hidden;
}
.comp-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--emerald-l));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.comp-card:hover { border-color: var(--emerald); box-shadow: var(--shadow); transform: translateY(-3px); }
.comp-card:hover::before { transform: scaleX(1); }
.comp-flag { font-size: 1.8rem; margin-bottom: 1rem; }
.comp-card h3 { font-family: var(--display); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .55rem; }
.comp-card p { font-size: .87rem; color: var(--ink-mid); line-height: 1.65; }
.comp-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 1rem; }
.ctag { padding: 3px 9px; border-radius: 100px; font-size: .7rem; background: var(--emerald-x); color: #037c57; font-weight: 500; }

/* ── HOW ── */
.how-bg { background: var(--surface); }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; margin-top: 3rem; position: relative; }
.how-grid::before {
  content: '';
  position: absolute; top: 2rem; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--emerald), var(--emerald), transparent);
  opacity: .3;
}
.how-step { text-align: center; padding: 2rem 1.25rem; }
.how-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--emerald); color: #fff;
  font-family: var(--display); font-size: .9rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; position: relative; z-index: 1;
  box-shadow: 0 0 0 6px rgba(16,185,129,.1);
}
.how-step h4 { font-family: var(--display); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.how-step p { font-size: .83rem; color: var(--ink-mid); line-height: 1.6; }

/* ── CTA ── */
.cta-section {
  background: linear-gradient(135deg, var(--slate) 0%, #1a3a2e 100%);
  padding: 7rem 5vw; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(16,185,129,.08) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.cta-section h2 {
  font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; color: #fff; letter-spacing: -.025em; margin-bottom: 1rem;
  position: relative;
}
.cta-section p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 2.5rem; position: relative; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }
.btn-em { background: var(--emerald); color: #fff; padding: .9rem 2rem; border-radius: var(--radius); font-weight: 600; text-decoration: none; font-size: .95rem; transition: all .2s; box-shadow: 0 4px 20px rgba(16,185,129,.3); }
.btn-em:hover { background: var(--emerald-d); transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; padding: .9rem 2rem; border-radius: var(--radius); font-weight: 400; text-decoration: none; font-size: .95rem; border: 1px solid rgba(255,255,255,.25); transition: all .2s; }
.btn-outline:hover { background: rgba(255,255,255,.08); }

/* ── LEAD FORM ── */
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.5rem auto 0; max-width: 640px; text-align: left; position: relative; }
.lead-field { display: flex; flex-direction: column; gap: .35rem; }
.lead-field.full { grid-column: 1 / -1; }
.lead-field label { font-size: .78rem; color: #fff; font-weight: 500; }
.lead-field label .req { color: var(--emerald-l); }
.lead-field input, .lead-field textarea, .lead-field select {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius); padding: .65rem .85rem; color: #fff;
  font-family: var(--body); font-size: .92rem; width: 100%;
  -webkit-appearance: none; appearance: none;
}
.lead-field input::placeholder, .lead-field textarea::placeholder { color: rgba(255,255,255,.5); }
.lead-field textarea { resize: vertical; min-height: 84px; }
.lead-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgba(255,255,255,0.7)'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .75rem center; background-size: 1.1rem;
  padding-right: 2.25rem;
}
.lead-field select option { color: var(--ink); background: #fff; }
.cta-section input:focus-visible, .cta-section textarea:focus-visible, .cta-section select:focus-visible {
  outline: 3px solid var(--emerald-l); outline-offset: 2px; background-color: rgba(255,255,255,.16);
}
.lead-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-submit-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: .25rem; }
.lead-submit-btn { border: none; cursor: pointer; }
.lead-submit-btn:disabled { opacity: .6; cursor: default; }
.lead-status { font-size: .85rem; }
.lead-status.success { color: var(--emerald-l); }
.lead-status.error { color: #fca5a5; }
.lead-divider-row { display: flex; align-items: center; gap: 1rem; max-width: 640px; margin: 2.5rem auto 1.75rem; color: rgba(255,255,255,.8); font-size: .82rem; position: relative; }
.lead-divider-row::before, .lead-divider-row::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.15); }
@media (max-width: 640px) { .lead-form { grid-template-columns: 1fr; } }

/* ── FOOTER ── */
footer { background: var(--slate); color: #7a9db8; padding: 4rem 5vw 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer-logo-text { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: rgba(255,255,255,.9); letter-spacing: -.02em; margin-bottom: .5rem; }
.footer-brand p { color: #7a9db8; font-size: .83rem; line-height: 1.7; margin-top: .5rem; max-width: 270px; }
.footer-col h5 { color: rgba(255,255,255,.7); font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-col a { color: #7a9db8; text-decoration: none; font-size: .83rem; transition: color .2s; }
.footer-col a:hover { color: var(--emerald-l); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.footer-bottom p { font-size: .77rem; color: #7a9db8; }
.footer-bottom a { color: #7a9db8; text-decoration: none; transition: color .2s; }
.footer-bottom a:hover { color: var(--emerald-l); }

/* ── COOKIE BANNER ── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--slate); border-top: 1px solid rgba(16,185,129,.25);
  padding: 1.25rem 5vw; display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
  transform: translateY(100%); transition: transform .4s ease;
}
#cookie-banner.visible { transform: translateY(0); }
.cookie-text p { color: #cfe3ee; font-size: .82rem; line-height: 1.6; }
.cookie-text a { color: var(--emerald-l); text-decoration: underline; }
.cookie-actions { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; }
.btn-ck-accept { background: var(--emerald); color: #fff; padding: .55rem 1.2rem; border-radius: 8px; border: none; font-size: .84rem; font-weight: 600; cursor: pointer; font-family: var(--body); }
.btn-ck-config { background: transparent; color: #cfe3ee; padding: .55rem 1.2rem; border-radius: 8px; border: 1px solid #3a566e; font-size: .84rem; cursor: pointer; font-family: var(--body); }
.btn-ck-reject { background: transparent; color: #7a9db8; border: none; font-size: .79rem; cursor: pointer; text-decoration: underline; font-family: var(--body); }

/* ── LEGAL MODAL ── */
#legal-modal {
  display: none; position: fixed; inset: 0; z-index: 10000;
  background: rgba(10,20,30,.85); backdrop-filter: blur(4px);
  align-items: flex-start; justify-content: center; padding: 2rem 1rem; overflow-y: auto;
}
#legal-modal.open { display: flex; }
.legal-box { background: var(--white); border-radius: var(--radius-lg); max-width: 700px; width: 100%; padding: 2rem 2.5rem; margin: auto; box-shadow: var(--shadow-lg); }
.legal-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.ltab-btn { padding: 5px 13px; border-radius: 100px; font-size: .78rem; font-weight: 500; border: 1px solid var(--border); background: var(--surface); color: var(--ink-mid); cursor: pointer; font-family: var(--body); }
.ltab-btn.active { background: var(--emerald); color: #fff; border-color: var(--emerald); }
.legal-content { display: none; }
.legal-content.active { display: block; }
.legal-content h2 { font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 1rem; }
.legal-content h3 { font-size: .93rem; font-weight: 600; color: var(--ink); margin: 1.2rem 0 .4rem; }
.legal-content p, .legal-content li { font-size: .84rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: .4rem; }
.legal-content ul { padding-left: 1.25rem; }
.legal-close-btn { display: block; margin: 1.75rem auto 0; background: var(--emerald); color: #fff; padding: .6rem 1.75rem; border-radius: var(--radius); border: none; font-size: .88rem; font-weight: 500; cursor: pointer; font-family: var(--body); }

/* ── BLOG ── */
.blog-hero { background: linear-gradient(150deg, var(--slate) 0%, var(--slate-mid) 55%, #1a3a2e 100%); padding: 6rem 5vw 4rem; text-align: center; }
.blog-hero h1 { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; color: #fff; letter-spacing: -.02em; margin-bottom: .75rem; }
.blog-hero p { color: #cfe3ee; font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.blog-list { max-width: 900px; margin: 0 auto; padding: 4rem 5vw 6rem; display: flex; flex-direction: column; gap: 1.5rem; }
.blog-card { display: block; border-radius: var(--radius-lg); border: 1.5px solid var(--border); padding: 2rem; text-decoration: none; transition: all .3s; }
.blog-card:hover { border-color: var(--emerald); box-shadow: var(--shadow); transform: translateY(-2px); }
.blog-date { font-size: .78rem; color: var(--emerald-d); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.blog-card h2 { font-family: var(--display); font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-bottom: .6rem; letter-spacing: -.01em; }
.blog-card p { color: var(--ink-mid); font-size: .92rem; line-height: 1.65; }
.blog-more { display: inline-block; margin-top: 1rem; color: var(--emerald-d); font-size: .85rem; font-weight: 600; }
.blog-pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 1rem; }
.blog-pagination .page-numbers { padding: 6px 13px; border-radius: 8px; border: 1px solid var(--border); color: var(--ink-mid); text-decoration: none; font-size: .85rem; }
.blog-pagination .page-numbers.current { background: var(--emerald); color: #fff; border-color: var(--emerald); }
.blog-empty { text-align: center; color: var(--ink-mid); padding: 3rem 0; }

.vt-article { background: var(--white); }
.vt-article-hero { width: 100%; max-height: 420px; overflow: hidden; }
.vt-article-hero img { width: 100%; height: 100%; max-height: 420px; object-fit: cover; display: block; }
.vt-article-wrap { max-width: 760px; margin: 0 auto; padding: 3rem 5vw 5rem; }
.vt-article-back { display: inline-block; margin-bottom: 1.5rem; color: var(--emerald-d); text-decoration: none; font-size: .88rem; font-weight: 500; }
.vt-article-back:hover { color: var(--emerald); }
.vt-article-meta { color: #4a7fa0; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .6rem; }
.vt-article-wrap h1 { font-family: var(--display); font-weight: 700; line-height: 1.12; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--ink); letter-spacing: -.02em; margin-bottom: 2.2rem; }
.vt-article-body { color: var(--ink-mid); font-size: 1.05rem; line-height: 1.8; }
.vt-article-body h2 { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 1.5rem; letter-spacing: -.01em; margin: 2.4rem 0 1rem; }
.vt-article-body p { margin-bottom: 1.2rem; }
.vt-article-body ul { margin: 0 0 1.2rem 1.3rem; padding: 0; }
.vt-article-body li { margin-bottom: .55rem; }
.vt-article-body strong { color: var(--ink); font-weight: 600; }
.vt-article-body a { color: var(--emerald-d); text-decoration: underline; text-decoration-color: var(--emerald-x); text-underline-offset: 2px; }
.vt-article-body a:hover { color: var(--emerald); }
.vt-article-body figure { margin: 2rem 0; }
.vt-article-body figure img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow); display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .lines-intro, .bridge-grid { grid-template-columns: 1fr; }
  .lines-grid, .compliance-grid, .how-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  nav .nav-links { display: none; }
}

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
.hero-text > * { animation: fadeUp .6s ease both; }
.hero-text > *:nth-child(1) { animation-delay: .1s; }
.hero-text > *:nth-child(2) { animation-delay: .2s; }
.hero-text > *:nth-child(3) { animation-delay: .35s; }
.hero-text > *:nth-child(4) { animation-delay: .5s; }
.hero-text > *:nth-child(5) { animation-delay: .62s; }
</content>
