/* Shared styles for /servis/ and /en/service/ landing pages — palette matches index.html. */
:root {
  color-scheme: light dark;
  --bg: #FAF9F7; --surface: #FFFFFF; --surface2: #F1EFEC; --border: #E7E3DD;
  --text: #16171C; --text-secondary: #6B6E78; --accent: #FF6B47; --on-accent: #FFFFFF;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #12141B; --surface: #1B1E27; --surface2: #242833; --border: #2E3340;
    --text: #F5F4F2; --text-secondary: #9A9DA8; --accent: #FF7A54; --on-accent: #12141B;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #12141B; --surface: #1B1E27; --surface2: #242833; --border: #2E3340;
  --text: #F5F4F2; --text-secondary: #9A9DA8; --accent: #FF7A54; --on-accent: #12141B;
}
:root[data-theme="light"] {
  color-scheme: light;
  --bg: #FAF9F7; --surface: #FFFFFF; --surface2: #F1EFEC; --border: #E7E3DD;
  --text: #16171C; --text-secondary: #6B6E78; --accent: #FF6B47; --on-accent: #FFFFFF;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; }
a { color: inherit; }
.wrap { max-width: 960px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
header.site { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; flex-wrap: wrap; gap: 12px; }
.brand { display: flex; align-items: center; gap: 8px; font-family: "Space Grotesk", -apple-system, sans-serif; font-weight: 700; letter-spacing: -0.02em; font-size: 20px; text-decoration: none; color: var(--text); }
.brand-mark { stroke: var(--accent); flex-shrink: 0; }
nav.site { display: flex; align-items: center; flex-wrap: wrap; }
nav.site a { color: var(--text-secondary); text-decoration: none; margin-left: 24px; font-size: 14px; font-weight: 600; }
nav.site a:first-child { margin-left: 0; }
nav.site a.nav-login { color: var(--accent); }
nav.site a.lang-link { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); font-weight: 700; font-size: 12px; }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: 10px; width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); color: var(--text-secondary); cursor: pointer; flex-shrink: 0; }
.theme-toggle svg { width: 16px; height: 16px; }
.theme-toggle .icon-moon { display: none; }
@media (prefers-color-scheme: dark) {
  .theme-toggle .icon-sun { display: none; }
  .theme-toggle .icon-moon { display: block; }
}
:root[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
:root[data-theme="dark"] .theme-toggle .icon-moon { display: block; }
:root[data-theme="light"] .theme-toggle .icon-sun { display: block; }
:root[data-theme="light"] .theme-toggle .icon-moon { display: none; }

.hero { position: relative; padding: 48px 0 8px; text-align: center; }
.hero-bg { position: absolute; inset: -24px -24px 0; z-index: 0; pointer-events: none; background-image: radial-gradient(var(--border) 1.4px, transparent 1.4px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(ellipse 75% 85% at 50% 15%, #000 50%, transparent 100%); mask-image: radial-gradient(ellipse 75% 85% at 50% 15%, #000 50%, transparent 100%); }
.hero-inner { position: relative; z-index: 1; }
.badge { display: inline-flex; align-items: center; gap: 6px; background: var(--surface2); border: 1px solid var(--border); border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 22px; }
.badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
h1 { font-size: 36px; line-height: 1.15; margin: 0 0 18px; max-width: 720px; margin-left: auto; margin-right: auto; font-family: "Space Grotesk", -apple-system, sans-serif; letter-spacing: -0.02em; }
p.lead { color: var(--text-secondary); font-size: 18px; max-width: 600px; margin: 0 auto 28px; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 26px; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; border: 1px solid transparent; }
.btn-primary { background: var(--accent); color: var(--on-accent); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.hero-trust { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin: 26px 0 0; font-size: 13px; color: var(--text-secondary); font-weight: 600; }
.hero-trust span.dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 6px; vertical-align: middle; }

section { padding: 36px 0; }
h2 { font-size: 24px; margin: 0 0 16px; text-align: center; }
p.prose { color: var(--text-secondary); font-size: 15px; max-width: 720px; margin: 0 auto 14px; }
.steps { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 24px; }
.step .num { width: 32px; height: 32px; border-radius: 10px; background: var(--surface2); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 14px; }
.step h3 { font-size: 16px; margin: 0 0 8px; }
.step p { font-size: 14px; color: var(--text-secondary); margin: 0; }
.callout { background: var(--surface); border: 1px solid var(--accent); border-radius: 18px; padding: 20px 24px; max-width: 720px; margin: 0 auto; }
.callout p { margin: 0; font-size: 15px; color: var(--text-secondary); }
.features { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.feature { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 20px; }
.feature h3 { font-size: 15px; margin: 0 0 6px; }
.feature p { font-size: 14px; color: var(--text-secondary); margin: 0; }
.faq { max-width: 640px; margin: 0 auto; }
details { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; }
summary { font-weight: 700; font-size: 15px; cursor: pointer; }
details p { color: var(--text-secondary); font-size: 14px; margin: 12px 0 0; }
.guides { display: flex; flex-direction: column; gap: 10px; max-width: 640px; margin: 0 auto; }
.guide-link { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 14px 20px; font-size: 14px; font-weight: 600; text-decoration: none; }
.guide-link:hover { border-color: var(--accent); color: var(--accent); }
.cta-panel { padding: 8px 0 40px; }
.cta-panel-card { background: linear-gradient(155deg, #1B1E27 0%, #12141B 65%); border: 1px solid #2E3340; border-radius: 28px; padding: 40px 32px; color: #F5F4F2; text-align: center; }
.cta-panel-card h2 { color: #FFFFFF; margin-bottom: 12px; }
.cta-panel-card p.cta-lead { color: #9A9DA8; font-size: 15px; max-width: 480px; margin: 0 auto 24px; }
footer.site { border-top: 1px solid var(--border); padding: 32px 0 24px; margin-top: 12px; }
.other-services { text-align: center; margin-bottom: 20px; }
.other-services h4 { font-size: 13px; margin: 0 0 12px; }
.other-services a { display: inline-block; color: var(--text-secondary); text-decoration: none; font-size: 13px; margin: 0 10px 8px; }
.other-services a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom span { color: var(--text-secondary); font-size: 13px; }
.footer-legal a { color: var(--text-secondary); text-decoration: none; }
.footer-legal a:hover { color: var(--accent); }
