:root {
  --ink: #071a34;
  --navy: #0a2245;
  --navy-2: #103361;
  --blue: #0f76bd;
  --cyan: #1ecac1;
  --cyan-dark: #0e9f9a;
  --lime: #72be2b;
  --mist: #eef8fb;
  --line: #d9e7ed;
  --muted: #587087;
  --white: #fff;
  --shadow: 0 28px 70px rgba(7, 26, 52, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); font-family: Manrope, system-ui, sans-serif; background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; border-bottom: 1px solid rgba(10,34,69,.08); background: rgba(250,254,255,.88); backdrop-filter: blur(18px); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(7,26,52,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 11px; }
.brand > img { width: 46px; height: 46px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: "Plus Jakarta Sans", sans-serif; font-size: 20px; letter-spacing: -.8px; }
.brand strong span { color: #55ad21; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; color: #304a62; font-size: 13px; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan-dark); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-actions select { height: 38px; padding: 0 27px 0 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; font-size: 12px; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 0 15px; border-radius: 9px; }
.button-primary { color: #041e2a; background: linear-gradient(135deg, #2bd7ca, #68dfcf); box-shadow: 0 14px 28px rgba(30,202,193,.24); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(30,202,193,.38); }
.button-quiet { color: var(--navy); }
.button-outline { color: var(--navy); border-color: rgba(10,34,69,.2); background: rgba(255,255,255,.55); }
.button-outline-dark { width: 100%; color: var(--ink); border-color: #c6d8e0; background: #fff; }
.menu-toggle { display: none; width: 40px; padding: 8px; border: 0; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 148px 0 26px; background: radial-gradient(circle at 82% 18%, rgba(30,202,193,.16), transparent 26%), radial-gradient(circle at 15% 0%, rgba(15,118,189,.09), transparent 23%), linear-gradient(145deg, #f8fcff 0%, #edf8fa 58%, #f7fcfa 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; opacity: .42; background-image: linear-gradient(rgba(15,118,189,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(15,118,189,.08) 1px, transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(transparent, #000); }
.hero-orb { position: absolute; border: 1px solid rgba(30,202,193,.15); border-radius: 50%; }
.hero-orb-one { width: 540px; height: 540px; right: -220px; top: 70px; }
.hero-orb-two { width: 380px; height: 380px; right: -135px; top: 150px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; gap: 52px; align-items: center; }
.eyebrow, .section-kicker { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow > span:first-child { width: 28px; height: 2px; background: var(--cyan-dark); }
.hero h1 { max-width: 650px; margin: 20px 0 24px; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(46px, 5vw, 72px); line-height: 1.01; letter-spacing: -4.2px; }
.hero-mobile-funding { display: none; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: #425d74; font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; gap: 26px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(10,34,69,.11); }
.hero-trust div { display: grid; gap: 3px; }
.hero-trust strong { font-family: "Plus Jakarta Sans"; font-size: 18px; }
.hero-trust span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; padding: 35px 8px 50px; }
.visual-status { position: absolute; z-index: 4; top: 8px; right: 18px; display: flex; align-items: center; gap: 7px; padding: 7px 11px; color: #416078; border: 1px solid rgba(10,34,69,.09); border-radius: 99px; background: rgba(255,255,255,.75); font-size: 9px; font-weight: 700; }
.visual-status > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: #40c980; box-shadow: 0 0 0 4px rgba(64,201,128,.12); }
.dashboard-shell { position: relative; overflow: hidden; border: 1px solid rgba(10,34,69,.13); border-radius: 20px; background: #f7fbfd; box-shadow: 0 40px 80px rgba(13,54,89,.2), 0 4px 12px rgba(13,54,89,.08); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.dash-top { height: 46px; display: flex; align-items: center; padding: 0 15px; border-bottom: 1px solid #e5eef3; background: white; }
.dash-brand { display: flex; align-items: center; gap: 6px; font-size: 8px; font-weight: 800; }
.dash-brand img { width: 20px; height: 20px; object-fit: contain; }
.dash-search { width: 27%; height: 15px; margin-left: auto; border-radius: 99px; background: #f0f5f7; }
.dash-avatar { display: grid; place-items: center; width: 23px; height: 23px; margin-left: 10px; color: white; border-radius: 50%; background: var(--navy); font-size: 7px; }
.dash-body { display: grid; grid-template-columns: 48px 1fr; }
.dash-rail { display: flex; flex-direction: column; align-items: center; gap: 13px; padding-top: 20px; border-right: 1px solid #e5eef3; background: #0b264b; }
.dash-rail i { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; }
.dash-rail i:first-child { background: var(--cyan); }
.dash-content { min-width: 0; padding: 16px; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading span { display: grid; }
.dash-heading small, .metric-row small, .chart-title small { color: #8395a3; font-size: 6px; letter-spacing: .8px; }
.dash-heading b { margin-top: 3px; font-size: 14px; }
.dash-heading button { padding: 4px 9px; color: #05615d; border: 0; border-radius: 99px; background: #d8f8ef; font-size: 7px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 0; }
.metric-row article { display: grid; gap: 3px; padding: 10px; border: 1px solid #e1ecf1; border-radius: 9px; background: #fff; }
.metric-row strong { font-size: 13px; }
.metric-row span { color: #21a574; font-size: 6px; }
.chart-card { padding: 10px; border: 1px solid #e1ecf1; border-radius: 10px; background: #fff; }
.chart-title { display: flex; align-items: start; justify-content: space-between; }
.chart-title span { display: grid; }
.chart-title b { margin-top: 2px; font-size: 8px; }
.chart-card svg { width: 100%; height: 145px; margin-top: 4px; }
.chart-grid { fill: none; stroke: #edf2f4; stroke-width: 1; }
.chart-area { fill: url(#chartfill); }
.chart-line { fill: none; stroke: #18bfae; stroke-width: 4; stroke-linecap: round; }
.chart-card circle { fill: white; stroke: #18bfae; stroke-width: 3; }
.signal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.signal-list article { display: flex; align-items: center; gap: 7px; padding: 8px; border: 1px solid #e1ecf1; border-radius: 8px; background: white; }
.signal-list article div { min-width: 0; display: grid; gap: 2px; }
.signal-list b { overflow: hidden; font-size: 6px; white-space: nowrap; text-overflow: ellipsis; }
.signal-list small { color: #8295a6; font-size: 5px; }
.signal-list strong { margin-left: auto; color: #0d7e77; font-size: 6px; }
.signal-dot { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; color: #06736c; border-radius: 6px; background: #ddf8f3; font-size: 9px; font-style: normal; font-weight: 800; }
.signal-alert { color: #9a6515; background: #fff1c9; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 16px 38px rgba(10,34,69,.17); backdrop-filter: blur(10px); }
.floating-card > span { display: grid; place-items: center; width: 29px; height: 29px; color: #066c67; border-radius: 8px; background: #d8f8f2; font-weight: 800; }
.floating-card div { display: grid; gap: 2px; }
.floating-card small { color: #7b8e9e; font-size: 6px; font-weight: 800; letter-spacing: .8px; }
.floating-card strong { font-size: 10px; }
.float-impact { right: -20px; bottom: 20px; }
.float-reviewed { left: -20px; bottom: 88px; }
.funding-row { position: relative; z-index: 3; min-height: 62px; display: flex; align-items: center; gap: 18px; margin-top: 35px; padding-top: 16px; border-top: 1px solid rgba(10,34,69,.1); }
.funding-row > span { color: #71879a; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.funding-row img { width: auto; max-width: 235px; max-height: 47px; object-fit: contain; mix-blend-mode: multiply; }
html:not([data-language="el"]) .funding-logo-el, html[data-language="en"] .funding-logo-el, html[data-language="el"] .funding-logo-en { display: none; }
html[data-language="el"] .funding-logo-el { display: block; }

.audience-strip { padding: 24px 0; color: #dce9f4; background: var(--navy); }
.audience-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.audience-strip .container > span { max-width: 220px; color: #86a1b9; font-size: 9px; font-weight: 800; line-height: 1.4; letter-spacing: 1.2px; text-transform: uppercase; }
.audience-strip .container > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 34px; }
.audience-strip b { font-size: 12px; font-weight: 600; }
.section { padding: 105px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading h2, .workflow-copy h2, .resources-grid h2, .contact-copy h2 { margin: 15px 0 0; font-family: "Plus Jakarta Sans", sans-serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -2.7px; }
.section-heading p, .workflow-copy > p, .resources-grid > div > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.centered p { max-width: 630px; margin: 18px auto 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { position: relative; min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.feature-grid article:hover { z-index: 2; background: #f4fbfc; transform: translateY(-3px); }
.feature-number { position: absolute; right: 24px; top: 25px; color: #a5b6c1; font-size: 9px; font-weight: 800; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue); border: 1px solid #cfe5ea; border-radius: 11px; background: #effafb; font-size: 20px; }
.feature-grid h3, .solution-grid h3 { margin: 27px 0 10px; font-family: "Plus Jakarta Sans"; font-size: 17px; }
.feature-grid p, .solution-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.workflow-section { color: white; background: linear-gradient(135deg, #071b36, #0c2b54); }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.workflow-copy .section-kicker { color: #68dfcf; }
.workflow-copy h2 { max-width: 470px; }
.workflow-copy > p { max-width: 470px; margin-top: 24px; color: #a9bdcf; }
.text-link { display: inline-block; margin-top: 28px; padding-bottom: 5px; color: #64ded2; border-bottom: 1px solid rgba(100,222,210,.4); font-size: 12px; font-weight: 800; }
.workflow-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; border-top: 1px solid rgba(255,255,255,.13); }
.workflow-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 12px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.workflow-steps li > span { color: #5e7d99; font-size: 11px; font-weight: 800; }
.workflow-steps h3 { margin: 0 0 7px; font-size: 17px; }
.workflow-steps p { margin: 0; color: #9eb2c5; font-size: 12px; line-height: 1.65; }
.product-tour { background: #f5fafc; }
.screens-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: start; }
.screen-card { margin: 0; }
.screen-window { overflow: hidden; padding: 8px 8px 0; border: 1px solid #d5e4eb; border-radius: 15px; background: white; box-shadow: 0 25px 60px rgba(13,54,89,.11); }
.window-bar { height: 28px; display: flex; align-items: center; gap: 5px; padding: 0 6px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d6e1e6; }
.window-bar span { margin-left: auto; margin-right: auto; color: #9aabb7; font-size: 7px; }
.screen-window img { width: 100%; border: 1px solid #e2edf2; border-radius: 7px 7px 0 0; }
.screen-card:not(.screen-large) .screen-window img { aspect-ratio: 1.65; object-fit: cover; object-position: top; }
.screen-card figcaption { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 22px 8px 0; }
.screen-card figcaption > span { color: var(--cyan-dark); font-size: 10px; font-weight: 800; }
.screen-card h3 { margin: 0 0 7px; font-size: 16px; }
.screen-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.solution-grid article { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(150deg, #fff, #f5fbfc); }
.solution-grid article > b { color: var(--cyan-dark); font-size: 10px; }
.solution-grid h3 { margin-top: 50px; }
.packages-section { color: white; background: #071a34; }
.light .section-kicker { color: #65ded2; }
.light p { color: #9db1c4; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.package-grid article { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 32px; color: var(--ink); border-radius: 16px; background: #fff; }
.package-grid .package-featured { outline: 2px solid var(--cyan); box-shadow: 0 25px 70px rgba(30,202,193,.15); }
.recommended { position: absolute; top: 0; right: 24px; padding: 7px 12px; color: #062b30; border-radius: 0 0 7px 7px; background: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .9px; }
.package-top > span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: 1.1px; }
.package-top h3 { margin: 12px 0 12px; font-family: "Plus Jakarta Sans"; font-size: 28px; letter-spacing: -1.5px; }
.package-top p { min-height: 62px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.package-grid ul { min-height: 190px; margin: 25px 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.package-grid li { position: relative; margin: 0 0 11px; padding-left: 19px; color: #3e566b; font-size: 10px; line-height: 1.45; }
.package-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-dark); font-weight: 900; }
.package-price { display: grid; gap: 4px; margin-top: auto; margin-bottom: 20px; }
.package-price small { color: #8aa0b2; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.package-price b { font-size: 12px; }
.pricing-formula { display: grid; grid-template-columns: 200px 1fr; gap: 30px; align-items: center; margin-top: 24px; padding: 22px 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; }
.pricing-formula > span { color: #8fa7bb; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.pricing-formula > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 9px; }
.pricing-formula i { color: #4e6c85; font-style: normal; }
.pricing-formula b { color: #61ded1; }
.resources-section { background: #f2f8fa; }
.resources-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: center; }
.resources-grid > div > p { max-width: 470px; margin: 22px 0 28px; }
.resource-list { border-top: 1px solid #cadde5; }
.resource-list a { display: grid; grid-template-columns: 42px 1fr 25px; gap: 12px; align-items: center; padding: 20px 10px; border-bottom: 1px solid #cadde5; transition: background .2s, padding .2s; }
.resource-list a:hover { padding-inline: 17px; background: rgba(255,255,255,.7); }
.resource-list a > span { color: var(--blue); font-size: 9px; font-weight: 900; }
.resource-list h3 { margin: 0 0 4px; font-size: 13px; }
.resource-list small { color: var(--muted); font-size: 9px; }
.resource-list b { color: var(--cyan-dark); }
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy > p { margin-top: 24px; }
.response-note { display: flex; gap: 13px; margin-top: 30px; padding: 19px; border: 1px solid #cfe4e9; border-radius: 12px; background: #f2fbfa; }
.response-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 33px; height: 33px; color: #08736c; border-radius: 8px; background: #d6f8f2; }
.response-note p { display: grid; gap: 4px; margin: 0; }
.response-note b { font-size: 11px; }
.response-note small { color: var(--muted); font-size: 9px; line-height: 1.6; }
.contact-direct { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 24px; margin-top: 25px; }
.contact-direct span { display: grid; gap: 4px; }
.contact-direct small { color: #8a9dab; font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.contact-direct a { font-size: 12px; font-weight: 800; }
.qix-inline-mark { display: inline-flex; align-items: center; gap: 9px; min-width: 0; color: var(--muted); transition: color .2s, transform .2s; }
.qix-inline-mark:hover { color: var(--cyan-dark); transform: translateY(-2px); }
.qix-inline-mark img { width: 60px; height: 40px; object-fit: contain; }
.qix-inline-mark span { font-size: 9px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.demo-form { padding: 35px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #f8fcfd, #eff8fa); box-shadow: var(--shadow); }
.form-heading { display: grid; gap: 6px; margin-bottom: 25px; }
.form-heading span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: 1.1px; }
.form-heading b { font-size: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #3c566d; font-size: 9px; font-weight: 800; }
.demo-form input, .demo-form textarea, .demo-form select { width: 100%; padding: 12px 13px; color: var(--ink); border: 1px solid #ccdde4; border-radius: 9px; outline: none; background: white; font-size: 11px; font-weight: 500; box-shadow: none; }
.demo-form input:focus, .demo-form textarea:focus, .demo-form select:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(30,202,193,.12); }
.demo-form textarea { resize: vertical; }
.demo-form .consent { display: flex; align-items: flex-start; gap: 9px; color: #60778a; font-size: 8px; font-weight: 600; line-height: 1.5; }
.demo-form .consent input { flex: 0 0 auto; width: 14px; height: 14px; margin: 0; accent-color: var(--cyan-dark); }
.form-submit { width: 100%; margin-top: 4px; }
.form-footnote { margin: 12px 0 0; color: #8396a5; font-size: 7px; line-height: 1.5; text-align: center; }
.site-footer { padding: 68px 0 22px; color: #c5d5e1; background: #06152c; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.1fr; gap: 55px; }
.footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
.brand-light strong { color: white; }
.brand-light small { color: #819bb1; }
.footer-brand > p { max-width: 260px; margin: 22px 0 0; color: #819bb1; font-size: 10px; line-height: 1.7; }
.qix-footer-mark { display: inline-flex; margin-top: 22px; opacity: .82; transition: opacity .2s; }
.qix-footer-mark:hover { opacity: 1; }
.qix-footer-mark img { width: 82px; height: auto; object-fit: contain; }
.footer-main h3 { margin: 6px 0 19px; color: white; font-size: 10px; letter-spacing: .7px; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a, .footer-main p { margin: 0 0 10px; color: #819bb1; font-size: 9px; line-height: 1.65; }
.footer-main a:hover { color: #64ded2; }
.legal-panels { margin-top: 40px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.09); }
.legal-panels details { border-bottom: 1px solid rgba(255,255,255,.08); }
.legal-panels summary { padding: 13px 0; color: #9db1c2; font-size: 9px; font-weight: 700; cursor: pointer; }
.legal-panels p { max-width: 900px; margin: 0 0 15px; color: #718a9f; font-size: 8px; line-height: 1.7; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding-top: 20px; color: #617c94; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }

@media (max-width: 1080px) {
  .site-nav { gap: 17px; }
  .header-demo { display: none; }
  .hero-grid { grid-template-columns: .92fr 1.08fr; gap: 25px; }
  .hero h1 { font-size: 56px; }
  .float-impact { right: 0; }
  .float-reviewed { left: 0; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; padding: 16px 22px 24px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 20px 30px rgba(7,26,52,.1); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 8px 0; }
  .header-actions { margin-left: 0; }
  .header-actions .button-quiet { display: none; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 720px; width: 100%; margin: 10px auto 0; }
  .split-heading, .workflow-grid, .resources-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .split-heading { align-items: start; }
  .split-heading p { max-width: 650px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .workflow-copy h2, .workflow-copy > p { max-width: 650px; }
  .package-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .package-top p, .package-grid ul { min-height: 0; }
  .pricing-formula { grid-template-columns: 1fr; }
  .pricing-formula > div { flex-wrap: wrap; justify-content: flex-start; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1180px); }
  .header-inner { gap: 10px; }
  .brand > img { width: 40px; height: 40px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .header-actions select { width: 53px; }
  .hero { padding-top: 108px; }
  .hero h1 { font-size: 42px; letter-spacing: -3px; }
  .hero-mobile-funding { display: flex; align-items: center; min-height: 34px; margin-top: 16px; }
  .hero-mobile-funding img { width: auto; max-width: 175px; max-height: 34px; object-fit: contain; mix-blend-mode: multiply; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { gap: 12px; justify-content: space-between; }
  .hero-visual { padding: 25px 0 60px; }
  .visual-status { display: none; }
  .dashboard-shell { border-radius: 13px; transform: none; }
  .dash-body { grid-template-columns: 30px 1fr; }
  .dash-rail i { width: 13px; height: 13px; }
  .dash-content { padding: 9px; }
  .metric-row article { padding: 6px; }
  .metric-row strong { font-size: 9px; }
  .chart-card svg { height: 105px; }
  .signal-list { grid-template-columns: 1fr; }
  .signal-list article:last-child { display: none; }
  .float-impact { right: 0; bottom: 20px; }
  .float-reviewed { left: 0; bottom: 20px; transform: translateY(55%); }
  .funding-row { align-items: flex-start; flex-direction: column; }
  .funding-row img { max-width: 220px; }
  .audience-strip .container { align-items: flex-start; flex-direction: column; }
  .audience-strip .container > div { justify-content: flex-start; }
  .section { padding: 75px 0; }
  .section-heading h2, .workflow-copy h2, .resources-grid h2, .contact-copy h2 { font-size: 34px; letter-spacing: -2px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .workflow-grid { gap: 50px; }
  .screens-grid { grid-template-columns: 1fr; gap: 50px; }
  .solution-grid { grid-template-columns: 1fr; }
  .pricing-formula { padding: 19px; }
  .pricing-formula > div { gap: 7px; line-height: 1.7; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .demo-form { padding: 25px 18px; }
  .contact-direct { gap: 10px; }
  .contact-direct a { font-size: 10px; }
  .qix-inline-mark { gap: 5px; }
  .qix-inline-mark img { width: 50px; height: 34px; }
  .qix-inline-mark span { font-size: 7px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand, .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
