:root {
  --ink: #061a3a;
  --ink-2: #0c2d5b;
  --blue: #1167ff;
  --cyan: #5be7ff;
  --ice: #eaf7ff;
  --paper: #f7fbff;
  --line: rgba(8, 39, 77, .12);
  --muted: #5d6f84;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 18px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; z-index: 20; width: 100%; color: white; }
.nav-wrap { max-width: 1240px; height: 102px; margin: auto; padding: 0 28px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: fit-content; padding: 10px 14px; border: 1px solid #dce8f5; border-radius: 14px; background: white; }
.brand-logo { width: 220px; height: auto; }
.brand:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.main-nav { display: flex; gap: 20px; margin-left: auto; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.75); }
.main-nav a, .nav-cta { white-space: nowrap; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.26); padding: 11px 16px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.nav-cta span { color: var(--cyan); margin-left: 6px; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 760px; color: white; background: radial-gradient(circle at 75% 35%, #123f80 0, #071f44 30%, #04142f 65%, #030e21 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black); }
.hero-glow { position: absolute; width: 500px; height: 500px; right: 2%; top: 18%; border-radius: 50%; background: rgba(45,175,255,.22); filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; max-width: 1240px; min-height: 760px; margin: auto; padding: 150px 28px 80px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #1764d7; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 36px rgba(17,103,255,.3); }
.button-primary span { color: var(--cyan); }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: white; }
.trust-row { display: flex; gap: 32px; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-row div { display: grid; }
.trust-row strong { color: white; font-size: 19px; }
.trust-row span { color: rgba(255,255,255,.48); font-size: 12px; }
.visual-shell { position: relative; transform: perspective(1000px) rotateY(-5deg); }
.visual-shell::after { content: ""; position: absolute; inset: 9% -3% -5% 8%; border: 1px solid rgba(91,231,255,.22); border-radius: 34px; transform: translateZ(-1px); }
.visual-shell img { aspect-ratio: 4/3; object-fit: cover; border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.45); filter: saturate(.92) contrast(1.05); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: var(--ink); background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.floating-card div { display: grid; }
.floating-card small { color: #718097; font-size: 10px; }
.floating-card strong { font-size: 12px; }
.card-code { left: -38px; bottom: 55px; }
.card-status { right: -25px; top: 38px; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: #27d7a0; box-shadow: 0 0 0 6px rgba(39,215,160,.13); }
.floating-card svg { width: 28px; fill: none; stroke: var(--blue); stroke-width: 2.5; }
.client-strip { padding: 27px max(28px, calc((100% - 1184px)/2)); display: flex; align-items: center; gap: 40px; color: #708198; border-bottom: 1px solid var(--line); background: #fff; }
.client-strip p { min-width: 280px; margin: 0; font-size: 12px; font-weight: 700; }
.client-strip div { width: 100%; display: flex; justify-content: space-between; gap: 24px; color: #2e4561; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.section { max-width: 1240px; margin: auto; padding: 112px 28px; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 52px; }
h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: 1.06; letter-spacing: -.055em; }
.section-head > p { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 440px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(6,26,58,.10); }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(155deg, #0d61dd, #082f6e); }
.service-card.featured::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -70px; border: 1px solid rgba(91,231,255,.35); border-radius: 50%; box-shadow: 0 0 0 35px rgba(91,231,255,.05), 0 0 0 70px rgba(91,231,255,.03); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 40px; border-radius: 15px; color: var(--blue); background: var(--ice); }
.featured .service-icon { color: var(--cyan); background: rgba(255,255,255,.12); }
.service-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.number { position: absolute; right: 28px; top: 34px; color: #9aa9ba; font-size: 12px; font-weight: 700; }
.featured .number { color: rgba(255,255,255,.5); }
.service-card h3 { margin-bottom: 14px; font-size: 23px; letter-spacing: -.03em; }
.service-card > p:not(.number) { color: var(--muted); font-size: 14px; }
.featured > p:not(.number) { color: rgba(255,255,255,.7); }
.service-card ul { position: absolute; left: 32px; right: 32px; bottom: 28px; margin: 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.14); }
.service-card li { margin: 6px 0; color: #4d6279; font-size: 13px; }
.featured li { color: rgba(255,255,255,.82); }
.service-card li::before { content: "·"; margin-right: 8px; color: var(--blue); font-weight: 900; }
.featured li::before { color: var(--cyan); }
.software-section { position: relative; color: white; background: #051a3a; overflow: hidden; }
.software-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 38%, rgba(17,103,255,.35), transparent 33%); }
.software-inner { position: relative; z-index: 1; }
.product-intro { max-width: 760px; margin-bottom: 52px; }
.product-intro > p:last-child { max-width: 650px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 18px; }
.product-card { min-height: 430px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); transition: border-color .25s, transform .25s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(91,231,255,.45); }
.product-main { background: linear-gradient(155deg, rgba(17,103,255,.35), rgba(255,255,255,.06)); }
.product-top { display: flex; justify-content: space-between; align-items: center; }
.badge { padding: 6px 9px; color: #04264b; background: var(--cyan); border-radius: 7px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.badge.soon { color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }
.product-index { color: rgba(255,255,255,.35); font-size: 10px; }
.app-icon { position: relative; width: 72px; height: 72px; margin: 38px 0 26px; border-radius: 20px; background: linear-gradient(145deg, #4b9cff, #1150d8); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 16px 38px rgba(0,0,0,.25); }
.app-icon span::before, .app-icon span::after { content: ""; position: absolute; }
.parcels span::before { width: 28px; height: 34px; left: 22px; top: 18px; border: 2px solid white; border-radius: 5px; }
.parcels span::after { width: 13px; height: 2px; left: 30px; top: 34px; background: var(--cyan); box-shadow: 0 6px var(--cyan); }
.route { background: linear-gradient(145deg, #35d2d9, #0e6baf); }
.route span::before { width: 32px; height: 32px; left: 20px; top: 20px; border: 2px dashed white; border-radius: 50%; }
.route span::after { width: 7px; height: 7px; left: 33px; top: 33px; border-radius: 50%; background: white; box-shadow: -11px -5px 0 -1px var(--cyan), 11px 5px 0 -1px var(--cyan); }
.shield { background: linear-gradient(145deg, #8974ff, #2747c8); }
.shield span::before { width: 27px; height: 32px; left: 22px; top: 18px; border: 2px solid white; border-radius: 13px 13px 16px 16px; }
.shield span::after { width: 12px; height: 6px; left: 30px; top: 31px; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.product-card h3 { margin-bottom: 3px; font-size: 27px; }
.product-type { color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.product-card > p:not(.product-type) { color: rgba(255,255,255,.6); font-size: 14px; }
.product-tags { display: flex; gap: 7px; margin: 25px 0; flex-wrap: wrap; }
.product-tags span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; color: rgba(255,255,255,.55); font-size: 10px; }
.product-card > a { color: white; font-size: 13px; font-weight: 800; }
.product-card > a span { float: right; color: var(--cyan); }
.support { padding-bottom: 56px; }
.support-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: 65px; border-radius: 30px; background: linear-gradient(135deg, #e8f6ff, #cfeeff); }
.support-copy h2 { font-size: clamp(2.2rem, 3.3vw, 3.8rem); }
.support-copy h2 em { color: var(--blue); }
.support-copy > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 30px; color: var(--muted); }
.button-dark { color: white; background: var(--ink); }
.support-list { display: grid; align-content: center; }
.support-list > div { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(6,26,58,.12); }
.support-list > div:last-child { border: 0; }
.support-list > div > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.support-list p { display: grid; margin: 0; }
.support-list strong { font-size: 15px; }
.support-list small { color: var(--muted); }
.philosophy { padding-top: 70px; }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.philosophy h2 em { color: var(--blue); }
.quote { padding-left: 50px; border-left: 2px solid var(--cyan); }
.quote p { color: #173b68; font-size: 26px; font-weight: 600; line-height: 1.5; letter-spacing: -.025em; }
.quote span { color: var(--muted); font-size: 12px; font-weight: 700; }
.partners-section { background: var(--paper); border-top: 1px solid #e0edf8; }
.partners-inner { padding-top: 80px; padding-bottom: 88px; }
.partners-panel { padding: 48px; border: 1px solid #d6e6f5; border-radius: 30px; background: linear-gradient(135deg, #f4fbff, #eaf4ff); }
.partners-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr); gap: 48px; align-items: end; }
.partners-heading h2 { font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.15; letter-spacing: -.045em; }
.partners-heading h2 em { color: var(--blue); }
.partners-heading > p { margin: 0; font-size: 1rem; color: var(--muted); }
.partners-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 42px 0 0; padding: 0; list-style: none; }
.partner-card { display: flex; flex-direction: column; min-width: 0; padding: 22px; background: white; border: 1px solid #d5e5f4; border-radius: 20px; transition: border-color .2s, box-shadow .2s; }
.partner-card:hover, .partner-card:focus-within { border-color: #8cb9ef; box-shadow: 0 12px 32px rgba(13,56,110,.07); }
.partner-logo-slot { display: flex; height: 128px; padding: 12px 8px 24px; align-items: center; justify-content: center; border-bottom: 1px solid #e5edf6; background: #fff; }
.partner-logo-slot img { display: block; max-width: 100%; width: auto; height: auto; max-height: 78px; object-fit: contain; }
.partner-card[data-partner="ktel-xanthis"] .partner-logo-slot, .partner-card[data-partner="viva"] .partner-logo-slot { padding: 20px 12px; border-bottom: 0; border-radius: 12px; background: var(--ink); }
.partner-details { flex: 1; display: flex; flex-direction: column; padding: 22px 0 24px; }
.partner-details h3 { margin: 0 0 12px; font-size: 1.25rem; line-height: 1.35; letter-spacing: -.025em; font-weight: 800; overflow-wrap: anywhere; }
.partner-details p { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--muted); }
.partner-details .partner-sector { margin-bottom: 8px; color: #2363b3; font-size: .875rem; font-weight: 600; }
.partner-alias { font-size: .875rem; font-weight: 600; color: #61738a; white-space: nowrap; }
.partner-features { display: flex; flex-wrap: wrap; gap: 6px; margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.partner-features li { padding: 4px 8px; border: 1px solid #dce9f7; border-radius: 6px; color: #375e8c; background: #f3f8ff; font-size: .8125rem; line-height: 1.5; }
.partner-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px; padding-top: 14px; border-top: 1px solid #e5edf6; font-size: .875rem; font-weight: 700; color: #135ebd; }
.partner-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.partner-link span { font-size: 1.25rem; }
.contact { padding: 100px 28px; color: white; text-align: center; background: linear-gradient(135deg, #0c61dc, #063487); }
.contact-inner { max-width: 900px; margin: auto; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); }
.contact > div > p:not(.eyebrow) { max-width: 640px; margin: 26px auto 32px; color: rgba(255,255,255,.74); font-size: 17px; }
.contact-actions { display: flex; justify-content: center; align-items: center; gap: 26px; flex-wrap: wrap; }
.button-white { color: var(--ink); background: white; }
.button-white span { color: var(--blue); }
.contact-phone { font-weight: 700; }
.contact-pending { margin: 0; padding: 16px 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; font-size: .875rem; color: #e6f1ff; }
footer { padding: 55px max(28px, calc((100% - 1184px)/2)) 24px; color: rgba(255,255,255,.7); background: #030e21; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: start; padding-bottom: 45px; }
.footer-top p { font-size: 13px; }
.footer-top > div { display: flex; gap: 20px; font-size: 14px; flex-wrap: wrap; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 1120px) {
  .nav-wrap { height: 94px; }
  .menu-toggle { display: grid; gap: 6px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 2px; background: white; }
  .main-nav { position: absolute; top: 88px; left: 18px; right: 18px; display: none; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(4,20,47,.96); backdrop-filter: blur(16px); }
  .main-nav.open { display: flex; }
  .nav-cta { display: none; }
}
@media (max-width: 920px) {
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; }
  .hero-visual { max-width: 650px; }
  .client-strip { align-items: flex-start; flex-direction: column; gap: 15px; }
  .client-strip div { flex-wrap: wrap; justify-content: flex-start; }
  .section-head, .support-panel, .philosophy-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-grid, .product-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .product-card { min-height: auto; }
  .support-panel { padding: 42px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .partners-heading { grid-template-columns: 1fr; gap: 24px; }
  .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partners-panel { padding: 32px; }
}
@media (max-width: 600px) {
  .nav-wrap, .hero-grid, .section { padding-left: 20px; padding-right: 20px; }
  .nav-wrap { gap: 12px; }
  .brand { padding: 9px 12px; }
  .brand-logo { width: 190px; }
  h1 { font-size: 3.15rem; }
  .hero-grid { gap: 48px; padding-bottom: 70px; }
  .trust-row { gap: 18px; }
  .trust-row span { max-width: 90px; }
  .floating-card { padding: 10px 12px; }
  .card-code { left: -4px; bottom: 20px; }
  .card-status { right: -4px; top: 18px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .support-panel { padding: 30px 22px; }
  .quote { padding-left: 24px; }
  .quote p { font-size: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div { flex-wrap: wrap; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .partners-panel { padding: 26px 18px; border-radius: 22px; }
  .partners-grid { grid-template-columns: 1fr; }
  .partner-card { padding: 20px; }
  .partner-logo-slot { height: 118px; }
  .partner-details { padding: 20px 0; }
}
