:root {
  --ink: #12152b;
  --ink-soft: #555c75;
  --surface: #ffffff;
  --surface-alt: #f6f7ff;
  --line: #e6e8f2;
  --primary: #6847f4;
  --primary-dark: #4d2dd7;
  --cyan: #14c9d7;
  --blue: #2d8cff;
  --orange: #ff8b45;
  --pink: #f05cae;
  --success: #1ca978;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow-sm: 0 12px 30px rgba(29, 33, 74, 0.08);
  --shadow-lg: 0 28px 80px rgba(41, 34, 101, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230,232,242,.85);
  box-shadow: 0 8px 30px rgba(24, 27, 64, .06);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; }
.primary-nav > a:not(.button) { position: relative; color: #383d56; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -8px; height: 2px; width: 0; background: var(--primary); transition: .2s; }
.primary-nav > a:not(.button):hover::after { width: 100%; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { height: 2px; background: var(--ink); display: block; margin: 6px 0; transition: .2s; }

.button {
  border: 0;
  border-radius: 14px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--primary), #8766ff); box-shadow: 0 14px 32px rgba(104,71,244,.27); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(104,71,244,.38); }
.button-sm { padding: 11px 17px; border-radius: 11px; }
.button-ghost { background: rgba(255,255,255,.78); border: 1px solid rgba(104,71,244,.15); color: var(--ink); }
.button-white { background: #fff; color: var(--primary-dark); box-shadow: 0 14px 30px rgba(44,29,118,.18); }
.button-full { width: 100%; }

.hero {
  padding-top: 124px;
  padding-bottom: 55px;
  min-height: 790px;
  background:
    radial-gradient(circle at 8% 14%, rgba(111,83,255,.17), transparent 26%),
    radial-gradient(circle at 94% 10%, rgba(20,201,215,.16), transparent 27%),
    linear-gradient(180deg, #fbfaff 0%, #fff 76%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(104,71,244,.034) 1px, transparent 1px), linear-gradient(90deg, rgba(104,71,244,.034) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .75; }
.hero-orb-one { width: 340px; height: 340px; background: rgba(240,92,174,.11); left: -180px; top: 300px; }
.hero-orb-two { width: 280px; height: 280px; background: rgba(45,140,255,.11); right: -120px; bottom: 120px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border-radius: 999px; background: #f0ecff; color: var(--primary-dark); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow-light { background: rgba(255,255,255,.11); color: #cfd4ff; border: 1px solid rgba(255,255,255,.12); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #25c986; box-shadow: 0 0 0 5px rgba(37,201,134,.12); }
.hero h1 { font-family: "Sora", sans-serif; font-size: clamp(46px, 5.1vw, 72px); line-height: 1.05; letter-spacing: -.045em; margin: 25px 0 18px; max-width: 720px; }
.hero h1 span, .section-heading h2 span, .feature-intro h2 span { background: linear-gradient(90deg, var(--primary), var(--blue), var(--cyan)); -webkit-background-clip: text; color: transparent; }
.hero-slogan { margin: 0 0 16px; color: var(--primary); font-weight: 800; font-size: 21px; }
.hero-text { max-width: 590px; color: var(--ink-soft); font-size: 17px; margin: 0; }
.hero-actions { display: flex; gap: 13px; margin: 30px 0 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; }
.hero-trust div { padding-right: 22px; border-right: 1px solid var(--line); }
.hero-trust div:last-child { border-right: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 14px; }
.hero-trust span { color: #7b8095; font-size: 11px; margin-top: 2px; }

.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; }
.glow-card { position: absolute; inset: 50px 15px; background: linear-gradient(140deg, rgba(104,71,244,.18), rgba(20,201,215,.17)); border-radius: 45px; filter: blur(28px); transform: rotate(-4deg); }
.dashboard-window { position: relative; width: 100%; background: #fff; border-radius: 24px; padding: 9px; box-shadow: 0 38px 85px rgba(34,33,81,.2); border: 1px solid rgba(111,104,170,.14); transform: perspective(1300px) rotateY(-4deg) rotateX(1.5deg); }
.window-topbar { height: 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 12px; border-bottom: 1px solid #eeeff6; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #e3e5ee; }
.window-dots span:first-child { background: #ff8a78; }
.window-dots span:nth-child(2) { background: #ffc84a; }
.window-dots span:nth-child(3) { background: #59d899; }
.window-title { font-size: 10px; font-weight: 800; color: #6a6f84; }
.live-pill { justify-self: end; font-size: 9px; font-weight: 800; display: flex; gap: 5px; align-items: center; padding: 5px 8px; background: #e9fbf5; color: #15916a; border-radius: 999px; }
.live-pill span { width: 5px; height: 5px; border-radius: 50%; background: #1bbd83; }
.dashboard-body { height: 416px; display: flex; background: #f8f8fc; border-radius: 0 0 17px 17px; overflow: hidden; }
.dashboard-sidebar { width: 54px; background: #1b1734; display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 18px; }
.side-logo { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 13px; background: linear-gradient(135deg, #7959ff, #18cbd5); margin-bottom: 10px; }
.side-item { width: 23px; height: 23px; border-radius: 7px; background: rgba(255,255,255,.08); }
.side-item.active { background: linear-gradient(135deg, #7e61ff, #5f45ed); box-shadow: 0 7px 13px rgba(91,67,225,.35); }
.dashboard-main { flex: 1; padding: 19px 18px; min-width: 0; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; }
.dashboard-heading small, .dashboard-heading strong { display: block; }
.dashboard-heading small { font-size: 8px; color: #9396a7; }
.dashboard-heading strong { font-size: 14px; }
.sync-chip { font-size: 8px; color: #1e9a75; background: #e7f9f3; border-radius: 8px; padding: 5px 8px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 15px 0; }
.mini-stat { border-radius: 12px; padding: 11px; min-width: 0; }
.mini-stat span, .mini-stat strong, .mini-stat i { display: block; font-style: normal; }
.mini-stat span { font-size: 7px; opacity: .7; }
.mini-stat strong { font-size: 19px; line-height: 1.15; margin: 3px 0; }
.mini-stat i { font-size: 6px; opacity: .7; }
.mini-stat.purple { background: #efeaff; color: #5535d5; }
.mini-stat.blue { background: #e6f4ff; color: #1d71c8; }
.mini-stat.orange { background: #fff1e7; color: #c5682f; }
.dashboard-content-row { display: grid; grid-template-columns: 1.55fr .75fr; gap: 12px; }
.screen-preview, .schedule-card { background: #fff; border-radius: 13px; padding: 10px; box-shadow: 0 5px 15px rgba(42,44,76,.05); }
.screen-label, .schedule-title { display: flex; justify-content: space-between; align-items: center; font-size: 8px; margin-bottom: 8px; }
.screen-label span, .schedule-title strong { font-weight: 800; }
.screen-label i { font-style: normal; color: #20a77d; background: #e7f9f2; padding: 3px 6px; border-radius: 6px; }
.screen-canvas { position: relative; height: 212px; overflow: hidden; display: grid; grid-template-columns: 1.65fr .7fr; border-radius: 9px; color: #fff; background: #252041; }
.canvas-promo { padding: 25px 16px; background: linear-gradient(145deg, #7651f5, #3a2a91); position: relative; overflow: hidden; }
.canvas-promo::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; background: linear-gradient(140deg, #ff8e5f, #f759a3); right: -60px; bottom: -60px; }
.canvas-promo small, .canvas-promo strong, .canvas-promo span { position: relative; z-index: 1; display: block; }
.canvas-promo small { font-size: 6px; letter-spacing: .12em; }
.canvas-promo strong { font-size: 18px; line-height: 1.15; margin: 14px 0 17px; }
.canvas-promo span { display: inline-block; width: max-content; font-size: 6px; background: #fff; color: #5a3de2; padding: 5px 8px; border-radius: 5px; font-weight: 800; }
.canvas-side { display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(180deg, #18c4d0, #1883c7); }
.weather-icon { font-size: 21px; }
.canvas-side strong { font-size: 22px; }
.canvas-side small { font-size: 6px; }
.canvas-ticker { position: absolute; bottom: 0; left: 0; right: 0; height: 18px; background: #151225; color: #b7b4d4; font-size: 6px; letter-spacing: .08em; display: flex; align-items: center; padding-left: 10px; white-space: nowrap; }
.schedule-title span { color: #7254e8; font-size: 7px; }
.timeline-item { display: flex; gap: 8px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #f0f1f5; }
.timeline-item:last-child { border: 0; }
.timeline-dot { width: 7px; height: 7px; border-radius: 50%; margin-top: 3px; flex: 0 0 auto; }
.timeline-dot.violet { background: #7954f5; box-shadow: 0 0 0 3px #efeaff; }
.timeline-dot.cyan { background: #14becf; box-shadow: 0 0 0 3px #e4fafb; }
.timeline-dot.amber { background: #f4a02d; box-shadow: 0 0 0 3px #fff3df; }
.timeline-item strong, .timeline-item span { display: block; }
.timeline-item strong { font-size: 7px; }
.timeline-item span { font-size: 6px; color: #9396a8; margin-top: 2px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); box-shadow: 0 16px 35px rgba(34,33,81,.16); animation: float 4s ease-in-out infinite; }
.floating-card-one { left: -28px; bottom: 42px; }
.floating-card-two { right: -22px; top: 62px; animation-delay: -1.7s; }
.floating-icon { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; background: #efeaff; color: #6242e8; font-weight: 900; }
.floating-card-two .floating-icon { background: #e4fafb; color: #069cad; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 10px; }
.floating-card small { font-size: 8px; color: #878b9d; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero-partners { position: relative; z-index: 2; border-top: 1px solid var(--line); margin-top: 75px; padding-top: 24px; display: flex; align-items: center; gap: 25px; }
.hero-partners p { font-size: 11px; color: #8a8fa2; font-weight: 700; margin: 0; white-space: nowrap; }
.partner-row { display: flex; justify-content: space-between; width: 100%; gap: 22px; color: #74798e; font-weight: 800; font-size: 13px; }

.solutions { background: #17132d; color: #fff; overflow: hidden; }
.solutions::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: rgba(98,71,235,.12); filter: blur(10px); top: -400px; right: -180px; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .feature-intro h2, .control-copy h2, .contact-copy h2 { font-family: "Sora", sans-serif; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; line-height: 1.15; margin: 20px 0 16px; }
.section-heading p, .feature-intro > p, .control-copy > p, .contact-copy > p { color: #777d91; font-size: 16px; max-width: 670px; margin: 0; }
.solutions .section-heading p { color: #a9abc0; margin-inline: auto; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 1; }
.solution-card { position: relative; min-height: 405px; padding: 30px; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); transition: .25s ease; }
.solution-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.22); }
.solution-card::before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -110px; top: -110px; opacity: .23; }
.solution-card.cloud::before { background: #8e6fff; }
.solution-card.wifi::before { background: #17d7df; }
.solution-card.offline::before { background: #ff985e; }
.solution-icon { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 34px; }
.solution-card.cloud .solution-icon { background: linear-gradient(135deg, #7b5eff, #5234d8); }
.solution-card.wifi .solution-icon { background: linear-gradient(135deg, #18d0d9, #1299c8); }
.solution-card.offline .solution-icon { background: linear-gradient(135deg, #ff9b65, #ec626d); }
.solution-icon svg { width: 30px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solution-number { position: absolute; top: 29px; right: 29px; font-family: "Sora"; color: rgba(255,255,255,.22); font-size: 20px; }
.solution-card h3 { font-size: 23px; margin: 0 0 13px; }
.solution-card p { color: #b7b8c9; font-size: 14px; margin: 0 0 24px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 25px; color: #e7e7f0; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #55e5c0; font-weight: 900; }

.feature-section { background: #fff; }
.feature-layout { display: grid; grid-template-columns: .82fr 1.65fr; gap: 68px; align-items: start; }
.feature-intro { position: sticky; top: 125px; }
.text-link { display: inline-flex; gap: 8px; color: var(--primary); font-weight: 800; font-size: 14px; margin-top: 27px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #d8d0ff; }
.feature-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, #f0ecff, #e8f9fb); color: var(--primary); font-size: 19px; font-weight: 900; }
.feature-card h3 { font-size: 17px; margin: 18px 0 8px; }
.feature-card p { margin: 0; font-size: 13px; color: #747a8f; }

.workflow { background: var(--surface-alt); }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.workflow-line { position: absolute; top: 30px; left: 12.5%; right: 12.5%; border-top: 1px dashed #c9c4e5; }
.workflow-step { position: relative; text-align: center; z-index: 1; }
.workflow-step > span { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; margin: 0 auto 23px; background: #fff; color: var(--primary); font-weight: 900; box-shadow: 0 10px 25px rgba(64,52,134,.1); border: 1px solid #e2ddfa; }
.workflow-step h3 { margin: 0 0 8px; font-size: 19px; }
.workflow-step p { margin: 0; color: #767b8e; font-size: 13px; }

.control-section { overflow: hidden; }
.control-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.control-visual { position: relative; min-height: 520px; display: flex; justify-content: center; align-items: center; }
.device-ring { position: absolute; border-radius: 50%; border: 1px dashed rgba(104,71,244,.22); }
.ring-one { width: 420px; height: 420px; }
.ring-two { width: 570px; height: 570px; }
.screen-device { position: absolute; background: #1d1b2e; padding: 7px; box-shadow: 0 28px 55px rgba(35,33,73,.22); }
.screen-device::after { content: ""; position: absolute; background: #272438; }
.screen-device.portrait { width: 155px; height: 286px; border-radius: 13px; left: 48px; top: 80px; transform: rotate(-7deg); z-index: 2; }
.screen-device.portrait::after { width: 40px; height: 4px; border-radius: 0 0 5px 5px; bottom: -4px; left: 57px; }
.screen-device.landscape { width: 360px; height: 220px; border-radius: 14px; right: 10px; top: 42px; transform: rotate(3deg); z-index: 1; }
.screen-device.landscape::after { width: 70px; height: 10px; border-radius: 0 0 8px 8px; bottom: -10px; left: 145px; }
.screen-device.tablet { width: 225px; height: 150px; border-radius: 20px; right: 70px; bottom: 38px; z-index: 3; transform: rotate(-2deg); }
.device-screen { height: 100%; border-radius: 7px; overflow: hidden; color: #fff; display: flex; flex-direction: column; position: relative; }
.poster-a { padding: 25px 16px; background: linear-gradient(160deg, #f15c9f, #fe894c); }
.poster-a::after { content: ""; position: absolute; width: 160px; height: 160px; border: 27px solid rgba(255,255,255,.15); border-radius: 50%; bottom: -90px; right: -80px; }
.poster-a span, .poster-b span { font-size: 8px; letter-spacing: .17em; font-weight: 800; }
.poster-a strong { font-family: "Sora"; font-size: 25px; line-height: 1.05; margin-top: 35px; }
.poster-a small { margin-top: auto; font-size: 7px; }
.poster-b { padding: 30px; justify-content: center; background: linear-gradient(135deg, #6847f4, #168fbf); }
.poster-b::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: linear-gradient(135deg, #ff8c54, #ef5cae); right: -60px; bottom: -80px; }
.poster-b strong, .poster-b small, .poster-b span { position: relative; z-index: 1; }
.poster-b strong { font-family: "Sora"; font-size: 25px; line-height: 1.12; margin: 15px 0; }
.poster-b small { font-size: 8px; }
.poster-c { padding: 19px; background: #f9f8ff; color: var(--ink); }
.poster-c strong { font-family: "Sora"; color: var(--primary); font-size: 30px; }
.poster-c span { font-size: 8px; color: #7e8293; }
.chart-bars { margin-top: auto; height: 38px; display: flex; align-items: end; gap: 8px; }
.chart-bars i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#7c5af4, #2cb9da); }
.chart-bars i:nth-child(1) { height: 38%; }.chart-bars i:nth-child(2) { height: 58%; }.chart-bars i:nth-child(3) { height: 45%; }.chart-bars i:nth-child(4) { height: 78%; }.chart-bars i:nth-child(5) { height: 94%; }
.control-copy > p { margin-bottom: 30px; }
.benefit-row { display: flex; gap: 15px; margin: 22px 0; }
.benefit-row > span { width: 30px; height: 30px; border-radius: 9px; background: #e8faf4; color: var(--success); display: grid; place-items: center; font-weight: 900; flex: 0 0 auto; }
.benefit-row strong { display: block; font-size: 15px; }
.benefit-row p { color: #777d90; margin: 3px 0 0; font-size: 13px; }

.cta-strip { padding: 0; }
.cta-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 55px 62px; color: #fff; border-radius: 30px; overflow: hidden; position: relative; background: linear-gradient(110deg, #5733df, #774cf2 58%, #168ec1); }
.cta-inner::before { content: ""; position: absolute; width: 300px; height: 300px; border: 55px solid rgba(255,255,255,.09); border-radius: 50%; right: 90px; top: -150px; }
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; opacity: .8; font-weight: 800; }
.cta-inner h2 { font-family: "Sora"; font-size: clamp(28px, 3.4vw, 43px); line-height: 1.15; max-width: 720px; margin: 11px 0 0; letter-spacing: -.03em; }

.contact-section { padding-top: 118px; background: linear-gradient(180deg, #fff, #f8f8fd); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 28px; }
.contact-option { display: flex; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); max-width: 450px; }
.contact-option-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #f0ecff; color: var(--primary); font-size: 11px; font-weight: 900; }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { font-size: 14px; }
.contact-option small { color: #808598; margin-top: 2px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: var(--shadow-lg); }
.form-heading span { color: var(--primary); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-heading h3 { font-family: "Sora"; font-size: 27px; line-height: 1.25; margin: 8px 0 27px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field-group { margin-bottom: 16px; }
.field-group label { display: block; margin-bottom: 7px; color: #34394e; font-size: 12px; font-weight: 800; }
.field-group input, .field-group select, .field-group textarea { width: 100%; border: 1px solid #dfe2ec; border-radius: 12px; padding: 13px 14px; background: #fcfcfe; outline: none; transition: .2s; font-size: 13px; color: var(--ink); }
.field-group textarea { resize: vertical; min-height: 112px; }
.field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: #8a70f4; box-shadow: 0 0 0 4px rgba(104,71,244,.09); background: #fff; }
.field-group.invalid input, .field-group.invalid select, .field-group.invalid textarea { border-color: #e85d6d; box-shadow: 0 0 0 4px rgba(232,93,109,.07); }
.field-error { min-height: 14px; display: block; margin-top: 4px; color: #d94b5c; font-size: 10px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 23px; margin-top: 12px; font-size: 12px; font-weight: 700; text-align: center; }
.form-status.success { color: #15825f; }.form-status.error { color: #d64658; }
.privacy-note { color: #989cac; text-align: center; font-size: 9px; margin: 8px 0 0; }
.button-loader { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.is-loading .button-label { display: none; }.is-loading .button-loader { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { background: #15122a; color: #fff; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-bottom: 50px; }
.footer-brand p { color: #a7a8b8; max-width: 340px; margin: 20px 0 7px; font-size: 14px; }
.footer-brand strong { color: #a99bff; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #8b8da1; margin: 0 0 18px; }
.footer-links a { display: block; color: #d1d2dc; font-size: 13px; margin: 10px 0; transition: .2s; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: #85879a; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text, .hero h1 { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { max-width: 760px; width: 100%; margin-inline: auto; }
  .hero-partners { margin-top: 25px; }
  .feature-layout, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .feature-intro { position: static; max-width: 720px; }
  .control-grid { grid-template-columns: 1fr; gap: 45px; }
  .control-copy { max-width: 740px; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; z-index: 3; }
  .primary-nav { position: fixed; inset: 0 0 auto 0; background: #fff; padding: 95px 30px 35px; display: grid; gap: 22px; transform: translateY(-110%); transition: .3s ease; box-shadow: 0 18px 40px rgba(24,27,64,.12); }
  .primary-nav.open { transform: translateY(0); }
  .primary-nav .button { width: 100%; }
  .nav-toggle.open span:first-child { transform: translateY(8px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .workflow-line { display: none; }
  .hero-partners { display: block; text-align: center; }
  .partner-row { flex-wrap: wrap; justify-content: center; margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand img { width: 165px; }
  .hero { padding-top: 96px; min-height: 0; }
  .hero h1 { font-size: 42px; }
  .hero-text { font-size: 15px; }
  .hero-trust { gap: 12px; flex-wrap: wrap; }
  .hero-trust div { padding-right: 12px; }
  .hero-visual { min-height: 390px; }
  .dashboard-window { transform: none; }
  .dashboard-body { height: 295px; }
  .dashboard-sidebar { width: 38px; }
  .dashboard-main { padding: 11px 9px; }
  .stat-row { gap: 5px; margin: 9px 0; }
  .mini-stat { padding: 7px; }
  .mini-stat strong { font-size: 14px; }
  .dashboard-content-row { grid-template-columns: 1fr; }
  .schedule-card { display: none; }
  .screen-canvas { height: 145px; }
  .canvas-promo { padding: 15px 11px; }
  .canvas-promo strong { font-size: 13px; margin: 8px 0 10px; }
  .floating-card { padding: 9px 10px; }
  .floating-card-one { left: 4px; bottom: 12px; }
  .floating-card-two { right: 3px; top: 21px; }
  .hero-partners { margin-top: 5px; }
  .section-heading h2, .feature-intro h2, .control-copy h2, .contact-copy h2 { font-size: 34px; }
  .feature-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .control-visual { transform: scale(.75); margin: -65px -50px; }
  .cta-inner { padding: 42px 26px; display: block; }
  .cta-inner .button { margin-top: 25px; }
  .contact-card { padding: 25px 18px; border-radius: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Signoxe dashboard hero image: always horizontal and responsive */
.dashboard-showcase {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(104, 71, 244, .14);
  border-radius: 26px;
  background: #eaf2ff;
  box-shadow: 0 34px 82px rgba(25, 50, 110, .22), 0 12px 28px rgba(104, 71, 244, .12);
}
.dashboard-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.footer-logo-link { display: inline-flex; }

@media (min-width: 1051px) {
  .hero-visual {
    min-height: 440px;
    transform: translateY(-88px);
  }
}
@media (max-width: 1050px) {
  .hero { padding-top: 116px; }
  .hero-visual {
    min-height: 0;
    max-width: 820px;
    width: 100%;
    margin: 4px auto 0;
  }
  .dashboard-showcase { max-width: 820px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .hero-visual { min-height: 0; margin-top: 0; }
  .dashboard-showcase { border-radius: 18px; }
}
