:root {
  --blue: #1277d5;
  --blue-dark: #0f63b2;
  --dark: #111820;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #f5f7fb;
  --card: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing-page { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, "Segoe UI", system-ui, sans-serif; line-height: 1.5; }
.landing-container { width: min(1200px, calc(100% - 36px)); margin: 0 auto; }

.landing-header { position: sticky; top: 0; z-index: 50; background: rgba(17, 24, 32, 0.98); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link { display: inline-flex; align-items: center; min-width: 0; text-decoration: none; }
.brand-fallback { color: #fff; font-size: 24px; font-weight: 900; letter-spacing: 0.02em; }
.brand-logo { display: block; height: 42px; width: auto; max-width: 230px; object-fit: contain; }
.landing-nav { display: flex; align-items: center; gap: 15px; }
.landing-nav > a { color: rgba(255,255,255,.78); text-decoration: none; font-size: 14px; font-weight: 650; white-space: nowrap; }
.landing-nav > a:hover { color: #fff; }
.nav-login { padding: 10px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--blue); color: #fff !important; box-shadow: 0 10px 22px rgba(18,119,213,.3); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 14px; border: 0; text-decoration: none; font-weight: 800; cursor: pointer; }
.btn-sm { min-height: 34px; padding: 0 10px; border-radius: 10px; font-size: 13px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 16px 32px rgba(18,119,213,.28); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: #fff; color: var(--text); border: 1px solid var(--border); }
.btn-secondary.dark { background: #111820; color: #fff; border-color: #111820; }
.btn-outline-light { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.dropdown { position: relative; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; }
.dropdown-menu { position: absolute; right: 0; top: calc(100% + 8px); display: none; min-width: 126px; margin: 0; padding: 7px; list-style: none; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
.dropdown.is-open .dropdown-menu { display: block; }
.dropdown-item { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 10px; color: var(--text); text-decoration: none; font-weight: 700; }
.dropdown-item.active, .dropdown-item:hover { background: #e8f3ff; color: var(--blue); }
.language-flag { width: 18px; height: 18px; border-radius: 50%; object-fit: cover; }
.language-code { line-height: 1; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; border-radius: 2px; }

.hero-section { padding: 102px 0 74px; background: radial-gradient(circle at 82% 8%, rgba(18,119,213,.18), transparent 34%), linear-gradient(180deg, #fff 0%, var(--bg) 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr); gap: 54px; align-items: center; }
.eyebrow, .section-heading span { display: inline-flex; color: var(--blue); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.hero-copy h1 { margin: 18px 0 20px; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -0.05em; }
.hero-subtitle { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-badges span { padding: 8px 12px; background: #fff; border: 1px solid var(--border); border-radius: 999px; color: #334155; font-weight: 750; font-size: 13px; box-shadow: 0 10px 28px rgba(15,23,42,.05); }
.hero-visual { position: relative; min-height: 570px; }
.hero-mark { position: absolute; right: 24px; top: 10px; width: 260px; opacity: .11; filter: saturate(1.2); }
.product-window { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.dashboard-shot { left: 0; top: 78px; width: 82%; aspect-ratio: 1.6; }
.window-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #111820; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.5); }
.product-window > img, .phone-frame > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dashboard-placeholder { height: calc(100% - 36px); display: grid; grid-template-columns: 28% 1fr; background: #f8fbff; }
.fake-sidebar { background: linear-gradient(180deg, #13202e, #1d3348); }
.fake-content { display: grid; align-content: center; gap: 13px; padding: 24px; }
.fake-toolbar, .fake-row { height: 18px; border-radius: 999px; background: #dbeafe; }
.fake-toolbar { width: 55%; height: 28px; background: #bfdbfe; }
.fake-row.wide { width: 92%; } .fake-row { width: 74%; } .fake-row.short { width: 48%; }
.fake-content strong { margin-top: 6px; font-size: 18px; } .fake-content span { color: var(--blue); font-weight: 850; } .fake-content small { color: var(--muted); }
.phone-frame { position: relative; display: flex; width: 100%; aspect-ratio: 828 / 1792; padding: 12px; border-radius: 34px; background: #111820; box-shadow: 0 22px 60px rgba(15,23,42,.18); overflow: hidden; }
.phone-frame::before { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 44px; height: 5px; border-radius: 999px; background: rgba(255,255,255,.28); z-index: 2; }
.hero-phone { position: absolute; right: 0; bottom: 8px; width: 30%; min-width: 168px; }
.phone-placeholder { flex: 1; display: grid; place-content: center; text-align: center; gap: 8px; padding: 18px; border-radius: 24px; background: linear-gradient(180deg, #eef6ff, #fff); }
.phone-placeholder b { font-size: 16px; } .phone-placeholder span { color: var(--blue); font-weight: 850; } .phone-placeholder small { color: var(--muted); overflow-wrap: anywhere; }

.landing-section { padding: 84px 0; }
.landing-section.alt { background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.1; letter-spacing: -0.035em; }
.section-heading p { margin: 16px 0 0; color: var(--muted); font-size: 18px; }
.benefit-grid, .feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.info-card, .feature-card, .step-card, .use-grid article, .phone-card { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 24px; box-shadow: 0 16px 42px rgba(15,23,42,.07); }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 14px; background: #e8f3ff; color: var(--blue); font-weight: 900; }
.info-card h3, .feature-card h3, .step-card h3, .phone-card h3 { margin: 0 0 10px; font-size: 20px; }
.info-card p, .feature-card p { margin: 0; color: var(--muted); }
.mobile-app-section { background: linear-gradient(180deg, var(--bg), #fff); }
.phone-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.phone-card { padding: 16px; }
.phone-card h3 { margin: 16px 6px 4px; font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card b { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 16px; background: #e8f3ff; color: var(--blue); font-size: 20px; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-grid article { font-weight: 850; font-size: 18px; }
.final-cta { padding: 86px 0; }
.cta-card { text-align: center; background: linear-gradient(135deg, #fff, #eaf5ff); border: 1px solid var(--border); border-radius: 30px; padding: 62px 24px; box-shadow: var(--shadow); }
.cta-card h2 { margin: 0 0 14px; font-size: clamp(31px, 4vw, 48px); letter-spacing: -0.035em; }
.cta-card p { margin: 0 auto 26px; max-width: 690px; color: var(--muted); font-size: 18px; }
.cta-card .hero-actions { justify-content: center; }
.landing-footer { padding: 30px 0; background: var(--dark); color: rgba(255,255,255,.68); }
.footer-inner { display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.footer-inner p { margin: 0; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-inner a { color: rgba(255,255,255,.82); text-decoration: none; }

@media (max-width: 1080px) {
  .landing-nav { position: absolute; left: 18px; right: 18px; top: 88px; display: none; flex-direction: column; align-items: stretch; padding: 20px; background: #18222d; border-radius: 22px; box-shadow: var(--shadow); }
  .landing-nav.is-open { display: flex; }
  .landing-nav > a, .nav-login, .nav-cta { width: 100%; }
  .language-dropdown { width: max-content; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .benefit-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .phone-grid { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .phone-card { flex: 0 0 245px; scroll-snap-align: start; }
}

@media (max-width: 700px) {
  .landing-container { width: min(100% - 24px, 1200px); }
  .brand-logo { height: 38px; max-width: 64px; }
  .hero-section { padding: 60px 0 42px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-subtitle { font-size: 18px; }
  .hero-visual { min-height: 430px; }
  .dashboard-shot { width: 92%; top: 44px; }
  .hero-phone { width: 36%; min-width: 132px; }
  .benefit-grid, .feature-grid, .steps-grid, .use-grid { grid-template-columns: 1fr; }
  .landing-section { padding: 64px 0; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
.language-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;color:rgba(255,255,255,.78);text-decoration:none;font-weight:700;font-size:.78rem}.language-pill.active,.language-pill:hover{color:#0b1220;background:#fff}.public-language-switch{display:inline-flex;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06)}.public-nav{display:flex;align-items:center;gap:14px}
