:root {
    --page-width: 1200px;
    --hero-bg: #f5f5f7;
    --corner-lg: 16px;
    --corner-md: 10px;
    --section-gap: 96px;
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', sans-serif;
    background: #fbfbfd;
    color: #1d1d1f;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; border-radius: var(--corner-lg); }
a { text-decoration: none; color: inherit; }
main { overflow: hidden; }
.page-hero { background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 80%, #f0f0f2 100%); padding: 80px 0 40px; }
.hero-inner { max-width: var(--page-width); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center; padding: 0 24px; }
.hero-eyebrow { letter-spacing: 0.4em; text-transform: uppercase; font-size: 0.82rem; color: #fff; }
.hero-title { font-size: clamp(2.6rem, 6vw, 4.8rem); margin: 18px 0 12px; letter-spacing: -0.03em; color: #000; }
.hero-lead { font-size: 1.2rem; color: #4b4b4f; margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 12px 28px; font-weight: 600; font-size: 0.95rem; border: 1px solid transparent; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.btn-primary { background: #0077ed; color: #fff; box-shadow: 0 14px 30px rgba(0,119,237,0.3); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 40px rgba(0,119,237,0.35); }
.btn-secondary { border-color: rgba(0,0,0,0.09); color: #1d1d1f; background: rgba(255,255,255,0.6); }
.btn-secondary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 16px; list-style: none; padding: 0; margin: 0; }
.hero-stats li { flex: 1 1 180px; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; padding: 18px; box-shadow: 0 12px 28px rgba(0,0,0,0.05); }
.hero-stats strong { display: block; font-size: 1.7rem; color: #000; }
.hero-stats span { color: #6e6e73; font-size: 0.95rem; }
.page-section { padding: var(--section-gap) 0; }
.section-inner { max-width: var(--page-width); margin: 0 auto; padding: 0 24px; }
.spotlight { background: #fff; }
.spotlight-grid { display: grid; grid-template-columns: repeat(3, minmax(280px, 1fr)); gap: 20px; }
.spotlight-card { border-radius: 12px; padding: 28px; display: flex; flex-direction: column; gap: 16px; min-height: 100%; background: #fff; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 18px 36px rgba(0,0,0,0.04); }
.spotlight-eyebrow { letter-spacing: 0.35em; font-size: 0.75rem; text-transform: uppercase; opacity: 0.7; }
.spotlight-card h2 { font-size: 2rem; margin: 12px 0; letter-spacing: -0.02em; white-space: nowrap; }
.spotlight-card p { font-size: 1rem; color: #4b4b4f; margin: 0; }
.spotlight-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.spotlight-card img { margin-top: 8px; border-radius: 10px; box-shadow: 0 14px 30px rgba(0,0,0,0.05); aspect-ratio: 4 / 3; width: 100%; height: auto; object-fit: cover; }
.modules { background: #f5f5f7; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-head span { text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.75rem; color: #6e6e73; }
.section-head h2 { font-size: 3rem; margin: 16px 0; letter-spacing: -0.02em; }
.section-head p { color: #6e6e73; font-size: 1.05rem; }
.modules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.module-card { border-radius: 10px; background: #f7f8fa; padding: 22px; box-shadow: 0 12px 24px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: column; gap: 10px; }
.module-card a { color: #0077ed; font-weight: 600; }
.contact-section { background: #f8f8fa; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.contact-card,
.contact-aside { border-radius: 14px; padding: 32px; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 18px 40px rgba(0,0,0,0.05); background: #fff; }
.contact-card form { display: flex; flex-direction: column; gap: 18px; }
.form-label { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.75rem; color: #6e6e73; }
.form-control,
textarea { border-radius: 16px; border: 1px solid rgba(0,0,0,0.12); padding: 12px 16px; font-family: inherit; font-size: 1rem; background: rgba(0,0,0,0.02); }
textarea { min-height: 140px; }
.captcha { display: flex; align-items: center; gap: 12px; }
.captcha-code { letter-spacing: 0.3em; font-weight: 600; }
.contact-aside ul { list-style: none; padding: 0; margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.footer { background: #f2f2f4; border-top: 1px solid rgba(0,0,0,0.05); }
.footer-inner { max-width: var(--page-width); margin: 0 auto; padding: 48px 24px 60px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; color: #4b4b4f; font-size: 0.92rem; }
.footer h4 { margin: 0 0 12px; font-size: 1rem; color: #1d1d1f; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer a { color: inherit; }
.footer-lang-switch { display: flex; gap: 12px; font-size: 1.3rem; }
.footer-lang-switch a { text-decoration: none; }
@media (max-width: 720px) {
    .hero-actions { flex-direction: column; }
    .spotlight-card { min-height: auto; }
    .hero-stats { flex-wrap: wrap; }
    .hero-stats li { flex: 1 1 calc(50% - 8px); }
    .spotlight-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
    .spotlight-card h2 { white-space: normal; }
}
