/* ============================================================
   NON-DOM ZYPERN – Mediterranean Light Design
   Bright, warm, Cyprus-inspired with azure & sandstone tones
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --navy: #1e3a5f;
  --navy-light: #2a5078;
  --navy-dark: #152d4a;
  --gold: #d4a844;
  --gold-light: #e8c46a;
  --gold-dark: #b8922e;
  --gold-faint: #fdf8ec;
  --white: #ffffff;
  --off-white: #fefefe;
  --bg-warm: #faf8f5;
  --bg-soft: #f5f2ee;
  --bg-cream: #fdf9f3;
  --bg-azure: #f0f7fc;
  --bg-azure-soft: #f6fafd;
  --bg-sand: #faf6ef;
  --azure: #2a86c1;
  --azure-light: #e8f3fb;
  --azure-deep: #1a6a9e;
  --sea: #0e8a89;
  --sea-light: #e6f5f5;
  --sea-faint: #f2faf9;
  --terracotta: #c2654a;
  --terracotta-light: #fef0ec;
  --olive: #6a8c3a;
  --olive-light: #f2f7ec;
  --border: #e8e3dc;
  --border-light: #f0ece6;
  --text: #33302d;
  --text-light: #6b645c;
  --text-lighter: #9a938a;
  --text-muted: #b8b0a6;
  --accent: #2a86c1;
  --accent-light: #eaf3fb;
  --teal: #0e8a89;
  --teal-light: #e8f6f3;
  --teal-faint: #f2faf8;
  --coral: #c2654a;
  --coral-light: #fef0ec;
  --green: #4a9e6e;
  --green-light: #edf8f2;
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Source Sans 3', 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Consolas', monospace;
  --sp-xs: 0.375rem; --sp-sm: 0.75rem; --sp-md: 1.25rem; --sp-lg: 2rem;
  --sp-xl: 3rem; --sp-2xl: 4rem; --sp-3xl: 5.5rem; --sp-4xl: 8rem;
  --max-width: 1200px; --content-width: 820px;
  --radius: 10px; --radius-lg: 16px; --radius-xl: 24px;
  --shadow-sm: 0 2px 8px rgba(30,58,95,0.04);
  --shadow-md: 0 4px 20px rgba(30,58,95,0.06);
  --shadow-lg: 0 8px 40px rgba(30,58,95,0.08);
  --shadow-xl: 0 16px 56px rgba(30,58,95,0.1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1); --duration: 0.3s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.85; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--duration) var(--ease); }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); color: var(--navy); line-height: 1.3; font-weight: 600; }
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: var(--sp-lg); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-top: var(--sp-3xl); margin-bottom: var(--sp-lg); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); margin-top: var(--sp-2xl); margin-bottom: var(--sp-md); color: var(--navy-light); }
h4 { font-size: 1.15rem; margin-top: var(--sp-xl); margin-bottom: var(--sp-sm); font-family: var(--font-body); font-weight: 600; }
p { margin-bottom: var(--sp-md); font-size: 1rem; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--sp-xl); }
.content-narrow { max-width: var(--content-width); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* HEADER */
.site-header { background: var(--white); border-bottom: 1px solid var(--border-light); position: sticky; top: 0; z-index: 1000; box-shadow: 0 1px 12px rgba(0,0,0,0.03); }
.header-top { background: var(--navy); color: rgba(255,255,255,0.85); font-size: 0.78rem; padding: 7px 0; letter-spacing: 0.02em; }
.header-top .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.header-top a { color: var(--gold-light); font-weight: 500; }
.header-top a:hover { color: var(--gold); }
.header-main { padding: 1rem 0; }
.header-main .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; flex-shrink: 0; }
.logo svg { height: 46px; width: auto; }
.logo-text { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; color: var(--navy); line-height: 1.2; }
.logo-text span { display: block; font-size: 0.7rem; font-weight: 400; color: var(--text-lighter); font-family: var(--font-body); letter-spacing: 0.06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.main-nav a { display: inline-block; padding: 0.55rem 1rem; color: var(--text); font-size: 0.88rem; font-weight: 500; border-radius: var(--radius); transition: all var(--duration) var(--ease); white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--navy); background: var(--bg-warm); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; font-weight: 600 !important; padding: 0.55rem 1.3rem !important; border-radius: 50px !important; }
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--white) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all var(--duration) var(--ease); }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* HERO – Bright Mediterranean */
.hero {
  background: linear-gradient(160deg, #f0f7fc 0%, #fdf9f3 40%, #e8f3fb 100%);
  color: var(--text);
  padding: var(--sp-4xl) 0 var(--sp-3xl);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 55%;
  height: 160%;
  background: radial-gradient(ellipse, rgba(42,134,193,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 45%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(212,168,68,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3xl); align-items: center; }
.hero-content h1 { color: var(--navy); font-size: clamp(2.4rem, 5vw, 3.6rem); margin-bottom: var(--sp-lg); }
.hero-content h1 em { font-style: normal; color: var(--azure-deep); }
.hero-subtitle { font-size: 1.15rem; color: var(--text-light); margin-bottom: var(--sp-xl); line-height: 1.85; max-width: 560px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: var(--sp-xl); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--white); padding: 0.55rem 1.15rem;
  border-radius: 50px; font-size: 0.85rem; color: var(--navy);
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.hero-badge strong { color: var(--azure-deep); font-size: 1.05rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-visual svg { width: 100%; max-width: 480px; height: auto; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 50px; font-weight: 600; font-size: 1rem; transition: all var(--duration) var(--ease); border: none; cursor: pointer; text-decoration: none; }
.btn-primary, a.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--gold); color: var(--navy);
  padding: 1rem 2rem; border-radius: 50px;
  font-weight: 600; font-size: 1rem;
  transition: all var(--duration) var(--ease);
  border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 4px 20px rgba(212,168,68,0.3);
}
.btn-primary:hover, a.btn-primary:hover { background: var(--gold-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 28px rgba(212,168,68,0.4); }
.btn-secondary, a.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--white); color: var(--navy);
  padding: 1rem 2rem; border-radius: 50px;
  font-weight: 600; font-size: 1rem;
  border: 2px solid var(--border);
  transition: all var(--duration) var(--ease);
  cursor: pointer; text-decoration: none;
}
.btn-secondary:hover, a.btn-secondary:hover { background: var(--bg-warm); border-color: var(--gold-light); color: var(--navy); }
.btn-outline, a.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--navy);
  padding: 1rem 2rem; border-radius: 50px;
  font-weight: 600; font-size: 1rem;
  border: 2px solid var(--navy);
  transition: all var(--duration) var(--ease);
  cursor: pointer; text-decoration: none;
}
.btn-outline:hover, a.btn-outline:hover { background: var(--navy); color: var(--white); }

/* SECTIONS */
section { padding: var(--sp-3xl) 0; }
.bg-cream { background: var(--bg-cream); }
.bg-azure { background: var(--bg-azure); }
.bg-sand { background: var(--bg-sand); }
.bg-navy { background: var(--navy); color: var(--white); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy p { color: rgba(255,255,255,0.8); }
.bg-navy .section-label { color: var(--gold-light); }
.section-header { text-align: center; margin-bottom: var(--sp-2xl); }
.section-header h2 { margin-top: 0; }
.section-label { display: block; text-align: center; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: var(--sp-sm); }
.section-desc { text-align: center; color: var(--text-light); font-size: 1.1rem; max-width: 680px; margin: 0 auto; line-height: 1.8; }
.section-title { font-family: var(--font-display); color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.4rem); text-align: center; margin-bottom: var(--sp-xl); }
.section-subtitle { text-align: center; color: var(--text-light); font-size: 1.1rem; max-width: 650px; margin: -1rem auto var(--sp-2xl); line-height: 1.8; }

/* STATS BAR */
.stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  background: var(--white); padding: 2rem 2.5rem;
  border-radius: var(--radius-xl); box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  margin-top: -3rem; position: relative; z-index: 2;
}
.stat-item { text-align: center; padding: 0.5rem; }
.stat-number { font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-number span { color: var(--azure); }
.stat-label { font-size: 0.88rem; color: var(--text-light); margin-top: 0.4rem; }

/* CARDS & GRIDS */
.card-grid { display: grid; gap: var(--sp-lg); }
.card-grid-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: var(--sp-xl);
  transition: all var(--duration) var(--ease); box-shadow: var(--shadow-sm);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--gold-light); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: var(--sp-md);
  background: linear-gradient(135deg, var(--azure-light), var(--bg-azure));
  color: var(--azure-deep); font-weight: 700; font-family: var(--font-display);
}
.card h3 { margin-top: 0; margin-bottom: var(--sp-sm); font-size: 1.2rem; }
.card p { font-size: 0.95rem; color: var(--text-light); margin-bottom: var(--sp-md); line-height: 1.75; }
.card-meta { display: flex; justify-content: space-between; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-lighter); margin-bottom: var(--sp-sm); }
.card-excerpt { font-size: 0.92rem; color: var(--text-light); line-height: 1.7; margin-bottom: var(--sp-md); }
.read-more { font-size: 0.88rem; font-weight: 600; color: var(--accent); }
.read-more:hover { color: var(--gold-dark); }

.article-card { display: block; text-decoration: none; }
.article-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--gold); }
.article-card h3 { font-size: 1.12rem; color: var(--navy); margin-bottom: var(--sp-sm); line-height: 1.35; margin-top: 0; }
.article-card p { font-size: 0.9rem; color: var(--text-light); margin-bottom: var(--sp-md); line-height: 1.7; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--sp-lg); margin: var(--sp-2xl) 0; }
.stat-card { text-align: center; padding: var(--sp-xl) var(--sp-lg); background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: var(--sp-lg); margin-bottom: var(--sp-2xl); }

/* TABLES */
.table-wrapper { overflow-x: auto; margin: var(--sp-xl) 0; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; font-size: 0.92rem; background: var(--white); }
thead { background: var(--navy); color: var(--white); }
thead th { padding: 1rem 1.25rem; text-align: left; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.03em; text-transform: uppercase; font-family: var(--font-body); }
tbody td { padding: 1rem 1.25rem; border-bottom: 1px solid var(--border-light); vertical-align: top; line-height: 1.6; }
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) { background: var(--bg-warm); }
tbody tr:hover { background: var(--gold-faint); }
tbody td strong { color: var(--navy); }

/* INFO BOXES */
.info-box { border-radius: var(--radius-lg); padding: var(--sp-xl); margin: var(--sp-xl) 0; font-size: 0.95rem; line-height: 1.8; border: 1px solid; }
.info-box-title { font-weight: 700; font-size: 1rem; margin-bottom: var(--sp-sm); display: flex; align-items: center; gap: 0.5rem; }
.info-box.tip { background: linear-gradient(135deg, var(--sea-faint), var(--sea-light)); border-color: rgba(14,138,137,0.2); color: #1a5c52; }
.info-box.tip .info-box-title { color: var(--sea); }
.info-box.warning { background: linear-gradient(135deg, #fff8f0, #fef0e4); border-color: rgba(194,101,74,0.2); color: #7a3a2a; }
.info-box.warning .info-box-title { color: var(--terracotta); }

/* FAQ */
.faq-section { margin: var(--sp-2xl) 0; }
.faq-item { border: 1px solid var(--border-light); border-radius: var(--radius-lg); margin-bottom: var(--sp-md); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); transition: all var(--duration) var(--ease); }
.faq-item:hover { border-color: var(--gold-light); }
.faq-question { padding: 1.25rem 1.5rem; cursor: pointer; font-weight: 600; font-size: 1rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; transition: all var(--duration) var(--ease); background: var(--white); }
.faq-question:hover { background: var(--bg-warm); }
.faq-question::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--gold-dark); flex-shrink: 0; width: 2rem; text-align: center; transition: transform var(--duration) var(--ease); }
.faq-item.open .faq-question::after { content: '\2212'; }
.faq-item.open .faq-question { background: var(--bg-warm); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner { padding: 0 1.5rem 1.5rem; color: var(--text-light); font-size: 0.95rem; line-height: 1.85; }

/* CTA BANNER – Light */
.cta-banner {
  background: linear-gradient(145deg, var(--bg-azure) 0%, var(--bg-cream) 50%, var(--azure-light) 100%);
  color: var(--text); padding: var(--sp-3xl) var(--sp-2xl);
  text-align: center; position: relative; overflow: hidden;
  border-radius: var(--radius-xl); border: 1px solid var(--border-light);
}
.cta-banner::before {
  content: ''; position: absolute; top: -50%; left: -20%; width: 60%; height: 200%;
  background: radial-gradient(ellipse, rgba(42,134,193,0.05) 0%, transparent 60%);
}
.cta-banner h2 { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: var(--sp-md); margin-top: 0; position: relative; }
.cta-banner p { color: var(--text-light); font-size: 1.15rem; margin-bottom: var(--sp-xl); max-width: 600px; margin-left: auto; margin-right: auto; position: relative; line-height: 1.8; }

/* FOOTER */
footer { background: var(--bg-warm); border-top: 1px solid var(--border); padding: var(--sp-2xl) 0 var(--sp-lg); font-size: 0.88rem; color: var(--text-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-2xl); margin-bottom: var(--sp-2xl); }
.footer-brand p { line-height: 1.75; margin-top: 0.75rem; }
.footer-heading { font-family: var(--font-body); font-weight: 600; color: var(--navy); margin-bottom: var(--sp-md); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 0.3rem; }
.footer-grid a { color: var(--text-light); transition: color var(--duration) var(--ease); display: block; padding: 0.25rem 0; }
.footer-grid a:hover { color: var(--gold-dark); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-top: var(--sp-lg); border-top: 1px solid var(--border); font-size: 0.82rem; color: var(--text-muted); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: var(--text-muted); }
.footer-legal a:hover { color: var(--gold-dark); }

/* WHATSAPP */
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37,211,102,0.35); z-index: 900; transition: all var(--duration) var(--ease); }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 32px rgba(37,211,102,0.45); }
.whatsapp-float svg { width: 32px; height: 32px; fill: var(--white); }
.whatsapp-tooltip { display: none; }
.whatsapp-float:hover .whatsapp-tooltip { display: block; position: absolute; right: 72px; top: 50%; transform: translateY(-50%); background: var(--navy); color: var(--white); font-size: 0.82rem; padding: 0.5rem 1rem; border-radius: var(--radius); white-space: nowrap; box-shadow: var(--shadow-md); }

/* ARTICLE PAGES */
.article-hero {
  background: linear-gradient(160deg, var(--bg-azure) 0%, var(--bg-cream) 60%, var(--azure-light) 100%);
  padding: var(--sp-3xl) 0 var(--sp-2xl); color: var(--text);
}
.article-hero h1 { color: var(--navy); max-width: 800px; }
.article-hero .breadcrumbs a { color: var(--azure); }
.article-content { padding: var(--sp-2xl) 0 var(--sp-3xl); }
.article-content .container { max-width: 860px; }
.article-content p { font-size: 1.05rem; line-height: 1.95; margin-bottom: 1.6rem; }
.article-content h2 { margin-top: 4rem; margin-bottom: 1.5rem; padding-top: 2rem; border-top: 2px solid var(--border-light); }
.article-content h3 { margin-top: 3rem; margin-bottom: 1.25rem; }
.article-content .table-wrapper { margin: 2.5rem 0; }
.article-content .info-box { margin: 2.5rem 0; }
.article-content .faq-section { margin: 3rem 0; }
.article-toc { background: var(--bg-azure-soft); border: 1px solid rgba(42,134,193,0.12); border-radius: var(--radius-lg); padding: 2rem 2.5rem; margin: 2.5rem 0; }
.article-toc h3 { margin-top: 0; font-family: var(--font-display); color: var(--navy); font-size: 1.3rem; }
.article-toc ol { padding-left: 1.3rem; }
.article-toc li { margin-bottom: 0.5rem; font-size: 0.95rem; }
.article-toc a { color: var(--accent); }
.article-toc a:hover { color: var(--gold-dark); }
.article-lead { font-size: 1.2rem !important; line-height: 1.9 !important; color: var(--text-light); border-left: 4px solid var(--azure); padding-left: 1.5rem; margin-bottom: 2.5rem !important; }
.breadcrumbs { font-size: 0.85rem; margin-bottom: var(--sp-md); }
.breadcrumbs a { color: var(--azure); }
.breadcrumbs a:hover { color: var(--gold-dark); }

/* KONTAKT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-2xl); }
.contact-info-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: var(--sp-xl); box-shadow: var(--shadow-sm); }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.comparison-section { background: var(--bg-warm); border-radius: var(--radius-xl); padding: var(--sp-2xl); margin: var(--sp-2xl) 0; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-top: var(--sp-xl); }
.trust-badge { font-size: 0.85rem; color: var(--text-light); display: flex; align-items: center; gap: 0.4rem; }
.page-hero {
  background: linear-gradient(160deg, var(--bg-azure) 0%, var(--bg-cream) 60%, var(--azure-light) 100%);
  padding: var(--sp-3xl) 0 var(--sp-2xl); text-align: center; color: var(--text);
}
.page-hero h1 { color: var(--navy); }
.page-hero p { color: var(--text-light); }

/* ANIMATIONS */
.animate-in { opacity: 0; transform: translateY(24px); transition: all 0.7s var(--ease); }
.animate-in.visible { opacity: 1; transform: translateY(0); }
.stagger-children > * { opacity: 0; transform: translateY(20px); transition: all 0.6s var(--ease); }
.stagger-children.visible > *:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.05s; }
.stagger-children.visible > *:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.12s; }
.stagger-children.visible > *:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.19s; }
.stagger-children.visible > *:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.26s; }
.stagger-children.visible > *:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.33s; }
.stagger-children.visible > *:nth-child(6) { opacity: 1; transform: translateY(0); transition-delay: 0.4s; }
.fade-in { opacity: 0; transform: translateY(20px); transition: all 0.7s var(--ease); }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* NAV OVERLAY */
.nav-overlay { display: none; position: fixed; inset: 0; background: rgba(30,58,95,0.4); z-index: 999; opacity: 0; transition: opacity var(--duration) var(--ease); }
.nav-overlay.active { display: block; opacity: 1; }

/* RESPONSIVE */
@media (max-width: 968px) {
  html { font-size: 17px; }
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero-subtitle { margin-left: auto; margin-right: auto; }
  .hero-badges { justify-content: center; }
  .hero-ctas { justify-content: center; }
  .hero-visual { display: none; }
  .card-grid-2, .card-grid-3 { grid-template-columns: 1fr 1fr; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .article-toc ol { columns: 1; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  html { font-size: 16px; }
  :root { --sp-xl: 2rem; --sp-2xl: 3rem; --sp-3xl: 4rem; --sp-4xl: 5rem; }
  .container { padding: 0 1.25rem; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px;
    height: 100vh; background: var(--white); flex-direction: column;
    align-items: stretch; padding: 5rem 1.5rem 2rem; z-index: 1001;
    transition: right var(--duration) var(--ease);
    box-shadow: var(--shadow-xl); gap: 0.25rem;
  }
  .main-nav.open { right: 0; }
  .main-nav a { padding: 0.8rem 1rem; font-size: 1rem; }
  .header-top { font-size: 0.72rem; }
  .header-top .container { flex-direction: column; text-align: center; gap: 0.2rem; }
  .card-grid-2, .card-grid-3 { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); padding: 1.5rem; gap: 1rem; margin-top: -2rem; }
  .article-content p { font-size: 1rem; line-height: 1.85; }
  .article-toc { padding: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--sp-lg); }
  .stat-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  html { font-size: 15px; }
  .hero { padding: var(--sp-2xl) 0; }
  .hero-badges { flex-direction: column; align-items: center; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  table { font-size: 0.82rem; }
  thead th, tbody td { padding: 0.75rem 0.8rem; }
}

@media print {
  .site-header, .whatsapp-float, .cta-banner, .nav-toggle, .nav-overlay { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; line-height: 1.6; }
  a { color: #000; text-decoration: underline; }
  h1, h2, h3 { color: #000; page-break-after: avoid; }
  .article-content { padding: 0; }
}

/* Additional classes for completeness */
.site-footer { background: var(--bg-warm); border-top: 1px solid var(--border); padding: var(--sp-2xl) 0 var(--sp-lg); font-size: 0.88rem; color: var(--text-light); }
.article-body { max-width: var(--content-width); margin: 0 auto; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: var(--sp-lg); }
.contact-item-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; background: var(--azure-light); color: var(--azure-deep); flex-shrink: 0; }
.contact-item-text { font-size: 0.95rem; }
.contact-item-text strong { display: block; color: var(--navy); margin-bottom: 0.2rem; }
.legal-page { padding: var(--sp-2xl) 0; }
.legal-page .container { max-width: var(--content-width); }
