@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/manrope-greek.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('assets/fonts/sora-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('assets/fonts/sora-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

:root {
  --fontBody: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fontDisplay: 'Sora', 'Manrope', system-ui, sans-serif;
  --amtLine: 51px;
}
html[lang="el"] { --fontDisplay: 'Manrope', system-ui, sans-serif; --amtLine: 55px; }

body { font-family: var(--fontBody); -webkit-font-smoothing: antialiased; }
button { font-family: inherit; }
img { max-width: 100%; }

:root, :root[data-theme="light"] {
  --spark-cream:#E7E0D4; --spark-navy:#020C14;
  --bg:#F4F0E8; --bg2:#FBF9F4; --panel:#FFFFFF; --panel2:#F0EBE1;
  --line:rgba(12,27,42,0.10); --ink:#0C1B2A; --muted:#5E6B77;
  --blue:#1E88C7; --blue2:#0D6FA8; --wm:#0C1B2A;
  --cardShadow2:0 10px 30px rgba(12,27,42,0.06);
  --heroGlow:radial-gradient(55% 60% at 72% 22%, rgba(30,136,199,0.13), transparent 68%);
  --radiusLg:24px; --introAlign:center; --introMx:auto;
  --footerBg:#0C1B2A; --footerInk:#F4F0E8; --footerMuted:#8CA0B2;
  --pFrame:#CDD4DB; --pFrameBorder:rgba(12,27,42,0.10); --pOuterShadow:0 34px 80px rgba(12,27,42,0.22); --pMap:#E9EDF0; --pMapLine:rgba(12,27,42,0.05); --pRoad:rgba(12,27,42,0.10); --pSheet:#FFFFFF; --pCard:#F4F7F9; --pCardBorder:rgba(12,27,42,0.08); --pCardActive:rgba(30,136,199,0.5); --pInk:#0C1B2A; --pMuted:#5E6B77; --pAccent:#1E88C7; --pPrice:#1479B8; --pSeg:#EEF2F5; --pSegBorder:rgba(12,27,42,0.06); --pAvail:#1F9D55; --pAvailBg:rgba(31,157,85,0.14); --pFull:#E0574E; --pFullBg:rgba(224,87,78,0.14); --pRecenter:#FFFFFF; --pRecenterBorder:rgba(12,27,42,0.10); --pHandle:#5E6B77;
  --dChrome:#EAECEF; --dChromeBorder:rgba(12,27,42,0.08); --dOuterShadow:0 34px 80px rgba(12,27,42,0.22); --dMain:linear-gradient(160deg,#FBFCFE,#EAF1F6); --dHeadBorder:rgba(12,27,42,0.07); --dInk:#0C1B2A; --dMuted:#5E6B77; --dCard:#FFFFFF; --dCardBorder:rgba(12,27,42,0.08); --dCardShadow:0 6px 16px rgba(12,27,42,0.05); --dChartTrack:#DCE6EE;
}

:root[data-theme="dark"] {
  --bg:#020C14; --bg2:#061420; --panel:#0A1826; --panel2:#0E2436;
  --line:rgba(255,255,255,0.09); --ink:#EAF2F7; --muted:#8399AC;
  --blue:#249ED9; --blue2:#0D80B6; --wm:#E7E0D4;
  --cardShadow2:none;
  --heroGlow:radial-gradient(55% 60% at 72% 22%, rgba(36,158,217,0.20), transparent 68%);
  --radiusLg:18px; --introAlign:left; --introMx:0;
  --footerBg:#020A12; --footerInk:#E7E0D4; --footerMuted:#6E8296;
  --pFrame:#05090F; --pFrameBorder:rgba(255,255,255,0.10); --pOuterShadow:0 34px 80px rgba(0,0,0,0.55); --pMap:#0B0E12; --pMapLine:rgba(255,255,255,0.035); --pRoad:rgba(255,255,255,0.06); --pSheet:#0C1622; --pCard:#0A1420; --pCardBorder:rgba(255,255,255,0.06); --pCardActive:rgba(36,158,217,0.4); --pInk:#EAF2F7; --pMuted:#7E93A6; --pAccent:#249ED9; --pPrice:#3BB0E8; --pSeg:#0E1A28; --pSegBorder:rgba(255,255,255,0.06); --pAvail:#34C77B; --pAvailBg:rgba(34,150,90,0.16); --pFull:#F87171; --pFullBg:rgba(224,74,74,0.16); --pRecenter:#0E1A28; --pRecenterBorder:rgba(255,255,255,0.10); --pHandle:#7E93A6;
  --dChrome:#0E1826; --dChromeBorder:rgba(255,255,255,0.08); --dOuterShadow:0 34px 80px rgba(0,0,0,0.55); --dMain:linear-gradient(160deg,#0A1420,#0E1E30); --dHeadBorder:rgba(255,255,255,0.07); --dInk:#EAF2F7; --dMuted:#8399AC; --dCard:#0E2233; --dCardBorder:rgba(255,255,255,0.08); --dCardShadow:none; --dChartTrack:#12314A;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:#020C14; --bg2:#061420; --panel:#0A1826; --panel2:#0E2436;
    --line:rgba(255,255,255,0.09); --ink:#EAF2F7; --muted:#8399AC;
    --blue:#249ED9; --blue2:#0D80B6; --wm:#E7E0D4;
    --cardShadow2:none;
    --heroGlow:radial-gradient(55% 60% at 72% 22%, rgba(36,158,217,0.20), transparent 68%);
    --radiusLg:18px; --introAlign:left; --introMx:0;
    --footerBg:#020A12; --footerInk:#E7E0D4; --footerMuted:#6E8296;
    --pFrame:#05090F; --pFrameBorder:rgba(255,255,255,0.10); --pOuterShadow:0 34px 80px rgba(0,0,0,0.55); --pMap:#0B0E12; --pMapLine:rgba(255,255,255,0.035); --pRoad:rgba(255,255,255,0.06); --pSheet:#0C1622; --pCard:#0A1420; --pCardBorder:rgba(255,255,255,0.06); --pCardActive:rgba(36,158,217,0.4); --pInk:#EAF2F7; --pMuted:#7E93A6; --pAccent:#249ED9; --pPrice:#3BB0E8; --pSeg:#0E1A28; --pSegBorder:rgba(255,255,255,0.06); --pAvail:#34C77B; --pAvailBg:rgba(34,150,90,0.16); --pFull:#F87171; --pFullBg:rgba(224,74,74,0.16); --pRecenter:#0E1A28; --pRecenterBorder:rgba(255,255,255,0.10); --pHandle:#7E93A6;
    --dChrome:#0E1826; --dChromeBorder:rgba(255,255,255,0.08); --dOuterShadow:0 34px 80px rgba(0,0,0,0.55); --dMain:linear-gradient(160deg,#0A1420,#0E1E30); --dHeadBorder:rgba(255,255,255,0.07); --dInk:#EAF2F7; --dMuted:#8399AC; --dCard:#0E2233; --dCardBorder:rgba(255,255,255,0.08); --dCardShadow:none; --dChartTrack:#12314A;
  }
}

@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

html { scroll-behavior:smooth; }
body { background:var(--bg); }
:root { --pad: clamp(20px, 5.5vw, 72px); }

.shell {
  background:var(--bg); color:var(--ink);
  font-family:var(--fontBody); position:relative;
  overflow-x:hidden; max-width:100%;
}
.container { max-width:1176px; margin:0 auto; }

.nav {
  position:relative; z-index:5; display:flex; align-items:center;
  justify-content:space-between; padding:22px var(--pad);
  border-bottom:1px solid var(--line);
}
.nav-brand { display:flex; align-items:center; gap:10px; }
.nav-brand img { height:32px; display:block; }
.nav-brand span { font-family:var(--fontDisplay); font-weight:800; font-size:22px; letter-spacing:-0.01em; color:var(--wm); }

@supports ((mask-image: url('assets/spark-title.png')) or (-webkit-mask-image: url('assets/spark-title.png'))) {
  .nav-brand span, .footer-brand-row span {
    display:block; overflow:hidden; text-indent:-999em; white-space:nowrap;
    -webkit-mask:url('assets/spark-title.png') no-repeat center/contain;
    mask:url('assets/spark-title.png') no-repeat center/contain;
  }
  .nav-brand span { width:101px; height:24px; background-color:var(--wm); }
  .footer-brand-row span { width:92px; height:22px; background-color:var(--footerInk); }
}
.nav-right { display:flex; align-items:center; gap:30px; }
.nav-links { display:flex; align-items:center; gap:30px; }
.nav-links a { font-size:15px; font-weight:600; color:var(--muted); text-decoration:none; cursor:pointer; }
.btn-primary {
  padding:11px 20px; border-radius:11px; border:none; cursor:pointer;
  font-family:var(--fontBody); font-weight:700; font-size:15px; color:#fff;
  background:linear-gradient(180deg,var(--blue),var(--blue2)); box-shadow:0 8px 20px rgba(36,158,217,0.3);
  text-decoration:none; display:inline-block; white-space:nowrap;
}
.lang-switch { display:flex; align-items:center; gap:2px; padding:3px; border-radius:11px; background:var(--panel2); border:1px solid var(--line); flex:none; }
.lang-opt {
  display:flex; align-items:center; justify-content:center;
  min-width:34px; height:30px; padding:0 8px; border-radius:8px;
  font-size:12px; font-weight:800; letter-spacing:0.04em;
  color:var(--muted); text-decoration:none;
}
.lang-opt.active { background:linear-gradient(180deg,var(--blue),var(--blue2)); color:#fff; }
.lang-opt:not(.active):hover { color:var(--ink); }

.theme-toggle {
  width:40px; height:40px; border-radius:11px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  background:var(--panel2); border:1px solid var(--line); color:var(--ink); flex:none;
}
.theme-toggle svg { display:block; }

.hero { position:relative; padding:76px var(--pad) 88px; background:var(--heroGlow),var(--bg); }
.hero-grid-bg {
  position:absolute; inset:0;
  background:repeating-linear-gradient(0deg,transparent 0 39px,var(--line) 39px 40px),repeating-linear-gradient(90deg,transparent 0 39px,var(--line) 39px 40px);
  opacity:0.6;
  -webkit-mask-image:radial-gradient(75% 75% at 60% 25%,#000,transparent);
  mask-image:radial-gradient(75% 75% at 60% 25%,#000,transparent);
}
.hero-inner {
  position:relative; max-width:1176px; margin:0 auto;
  display:grid; grid-template-columns:1.02fr 0.98fr; gap:52px; align-items:center;
}
.aud-toggle {
  display:inline-flex; gap:4px; padding:5px; border-radius:999px;
  background:var(--panel2); border:1px solid var(--line); margin-bottom:28px;
}
.aud-toggle button {
  padding:9px 17px; border-radius:999px; border:none; cursor:pointer;
  font-family:var(--fontBody); font-weight:700; font-size:14px;
  background:transparent; color:var(--muted); box-shadow:none; transition:all .2s;
}
.aud-toggle button.active {
  background:linear-gradient(180deg,var(--blue),var(--blue2)); color:#fff;
  box-shadow:0 6px 16px rgba(36,158,217,0.35);
}
.eyebrow { font-weight:700; font-size:13px; letter-spacing:0.14em; text-transform:uppercase; color:var(--blue); margin-bottom:16px; }
.hero h1 { font-family:var(--fontDisplay); font-weight:800; font-size:clamp(34px,5vw,52px); line-height:1.04; letter-spacing:-0.025em; margin:0 0 20px; color:var(--ink); text-wrap:balance; }
.hero-sub { font-size:18px; line-height:1.6; color:var(--muted); margin:0 0 30px; max-width:500px; }
.hero-ctas { display:flex; gap:13px; align-items:center; flex-wrap:wrap; margin-bottom:30px; }
.hero-cta1 { display:inline-block; padding:16px 28px; border-radius:13px; border:none; cursor:pointer; font-weight:700; font-size:16px; color:#fff; text-decoration:none; background:linear-gradient(180deg,var(--blue),var(--blue2)); box-shadow:0 12px 26px rgba(36,158,217,0.32); }
.hero-cta2 { padding:16px 26px; border-radius:13px; cursor:pointer; font-weight:700; font-size:16px; background:transparent; color:var(--ink); border:1px solid var(--line); }
.hero-chips { display:flex; gap:22px; flex-wrap:wrap; }
.chip { display:flex; align-items:center; gap:9px; }
.chip span { font-size:14px; font-weight:600; color:var(--ink); }
.hero-visual { display:flex; justify-content:center; align-items:center; }

.section { padding:88px var(--pad); }
.section--alt { background:var(--bg2); }
.sec-intro { text-align:var(--introAlign); margin-left:var(--introMx); margin-right:var(--introMx); max-width:640px; margin-bottom:42px; }
.sec-eyebrow { font-weight:700; font-size:13px; letter-spacing:0.14em; text-transform:uppercase; color:var(--blue); margin-bottom:12px; }
.sec-title { font-family:var(--fontDisplay); font-weight:800; font-size:38px; line-height:1.1; letter-spacing:-0.02em; margin:0; color:var(--ink); }
.sec-sub { font-size:17px; line-height:1.6; color:var(--muted); margin:0; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.features-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:start; }

.step-card { padding:28px; border-radius:var(--radiusLg); background:var(--panel); border:1px solid var(--line); box-shadow:var(--cardShadow2); }
.step-num { font-family:var(--fontDisplay); font-weight:800; font-size:15px; color:#fff; width:44px; height:44px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:linear-gradient(180deg,var(--blue),var(--blue2)); margin-bottom:20px; }
.step-card h3 { font-family:var(--fontDisplay); font-weight:700; font-size:20px; margin:0 0 9px; color:var(--ink); }
.step-card p { font-size:15px; line-height:1.6; color:var(--muted); margin:0; }

.feat-card { padding:26px 22px; border-radius:var(--radiusLg); background:var(--panel); border:1px solid var(--line); box-shadow:var(--cardShadow2); }
.feat-icon { width:46px; height:46px; border-radius:13px; background:var(--panel2); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.feat-card h3 { font-family:var(--fontDisplay); font-weight:700; font-size:17px; margin:0 0 8px; color:var(--ink); line-height:1.25; }
.feat-card p { font-size:14px; line-height:1.55; color:var(--muted); margin:0; }

.price-intro { text-align:center; max-width:600px; margin:0 auto 44px; }
.price-card { min-width:0; padding:30px; border-radius:var(--radiusLg); background:var(--panel); border:1px solid var(--line); box-shadow:var(--cardShadow2); }
.price-card.popular { border:2px solid var(--blue); box-shadow:0 22px 50px rgba(36,158,217,0.22); position:relative; }
.price-badge { position:absolute; top:-13px; left:30px; padding:5px 12px; border-radius:999px; font-weight:800; font-size:11px; letter-spacing:0.06em; color:#fff; background:linear-gradient(180deg,var(--blue),var(--blue2)); }
.price-name { font-family:var(--fontDisplay); font-weight:700; font-size:19px; color:var(--ink); margin-bottom:6px; }
.price-amt { display:flex; align-items:baseline; gap:6px; margin-bottom:6px; min-height:var(--amtLine); }
.price-amt .big { font-family:var(--fontDisplay); font-weight:800; font-size:40px; color:var(--ink); overflow-wrap:break-word; }
.price-amt .big.is-long { font-size:clamp(20px, 2.1vw, 28px); letter-spacing:-0.01em; }
.price-amt .per { font-size:15px; color:var(--muted); }
.price-desc { font-size:14px; color:var(--muted); margin:0 0 22px; }
.price-feats { display:flex; flex-direction:column; gap:12px; margin-bottom:26px; }
.price-feats > div { display:flex; gap:10px; align-items:center; }
.price-feats span { font-size:14px; color:var(--ink); }
.price-btn-outline, .price-btn-fill { display:block; width:100%; padding:14px; border-radius:12px; cursor:pointer; font-weight:700; font-size:15px; text-align:center; text-decoration:none; }
.price-btn-outline { background:transparent; color:var(--ink); border:1px solid var(--line); }
.price-btn-fill { border:none; color:#fff; background:linear-gradient(180deg,var(--blue),var(--blue2)); box-shadow:0 12px 26px rgba(36,158,217,0.32); }

.cta-section { padding:40px var(--pad) 96px; background:var(--bg); }
.cta-band { max-width:1176px; margin:0 auto; position:relative; overflow:hidden; border-radius:28px; padding:60px 56px; background:linear-gradient(135deg,var(--blue2),var(--blue)); box-shadow:0 30px 70px rgba(13,128,182,0.35); }
.cta-band-bg { position:absolute; inset:0; background:repeating-linear-gradient(0deg,transparent 0 33px,rgba(255,255,255,0.08) 33px 34px),repeating-linear-gradient(90deg,transparent 0 33px,rgba(255,255,255,0.08) 33px 34px); -webkit-mask-image:radial-gradient(80% 120% at 100% 0%,#000,transparent); mask-image:radial-gradient(80% 120% at 100% 0%,#000,transparent); }
.cta-row { position:relative; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.cta-copy { max-width:620px; }
.cta-row h2 { font-family:var(--fontDisplay); font-weight:800; font-size:36px; line-height:1.1; letter-spacing:-0.02em; margin:0 0 12px; color:#fff; }
.cta-row p { font-size:17px; line-height:1.55; color:rgba(255,255,255,0.85); margin:0; }
.cta-btn { display:inline-block; padding:17px 32px; border-radius:13px; border:none; cursor:pointer; font-weight:800; font-size:16px; color:var(--blue2); text-decoration:none; background:#fff; box-shadow:0 14px 30px rgba(0,0,0,0.2); white-space:nowrap; }

.footer { padding:56px var(--pad) 40px; background:var(--footerBg); border-top:1px solid var(--line); }
.footer-grid { max-width:1176px; margin:0 auto 40px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1.1fr; gap:32px; }
.footer-brand-row { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer-brand-row img { height:30px; }
.footer-brand-row span { font-family:var(--fontDisplay); font-weight:800; font-size:20px; color:var(--footerInk); }
.footer-tag { font-family:var(--fontDisplay); font-style:italic; font-weight:500; font-size:15px; color:var(--footerMuted); margin:0 0 4px; }
.footer-desc { font-size:13px; color:var(--footerMuted); margin:0; max-width:280px; line-height:1.55; }
.footer-col-title { font-family:var(--fontDisplay); font-weight:700; font-size:14px; color:var(--footerInk); margin-bottom:14px; }
.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links a { font-size:14px; color:var(--footerMuted); text-decoration:none; }
.footer-links a:hover { color:var(--footerInk); }
.footer-email { font-weight:700; color:var(--footerInk) !important; word-break:break-all; }
.footer-note { font-size:12px; line-height:1.5; color:var(--footerMuted); }
.footer-bottom { max-width:1176px; margin:0 auto; padding-top:22px; border-top:1px solid var(--line); display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.footer-bottom span { font-size:13px; color:var(--footerMuted); }

.phone-mock { width:300px; max-width:100%; border-radius:46px; padding:11px; background:var(--pFrame); border:1px solid var(--pFrameBorder); box-shadow:var(--pOuterShadow); animation:floaty 6s ease-in-out infinite; }
.dash-mock { width:534px; max-width:100%; border-radius:16px; overflow:hidden; background:var(--dCard); border:1px solid var(--dChromeBorder); box-shadow:var(--dOuterShadow); animation:floaty 6s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .phone-mock, .dash-mock { animation:none; }
}

@media (max-width:960px) {
  .hero-inner { grid-template-columns:1fr; gap:40px; }
  .hero-visual { order:2; }
  .features-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:760px) {
  .nav-links { display:none; }
  .nav-right { gap:12px; }
  .nav-right .btn-primary { display:none; }
  .steps-grid { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:1fr; }
  .section { padding:64px var(--pad); }
  .hero { padding:56px var(--pad) 64px; }
  .cta-band { padding:44px 28px; }
  .cta-row h2 { font-size:30px; }
}
@media (max-width:560px) {
  .features-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .sec-title { font-size:30px; }
}
@media (max-width:400px) {
  .footer-grid { grid-template-columns:1fr; }
}
