/* ═══════════════════════════════════════════════════════════════
   UpCommerce — κοινό stylesheet · 1 σελίδες
   Παράγεται από τα standalone HTML. ΜΗΝ το επεξεργάζεσαι χειροκίνητα
   χωρίς να ενημερώσεις και τα αρχεία-πηγή.
   ═══════════════════════════════════════════════════════════════ */

@font-face{font-family:'Literata';src:url('/fonts/literata-latin.woff2') format('woff2');font-weight:200 900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:'Literata';src:url('/fonts/literata-greek.woff2') format('woff2');font-weight:200 900;font-style:normal;font-display:swap;unicode-range:U+0370-03FF,U+1F00-1FFF}
@font-face{font-family:'Literata';src:url('/fonts/literata-latin-italic.woff2') format('woff2');font-weight:200 900;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC,U+2122}
:root { --navy:         #031530; --accent:       #02132d; --blue:         #1e70ea; --accent-soft:  #e8f0fe; --blue-on-soft: #1a5fc4;  ; --ink:          #02132d; --ink-soft:     #3d4f6b; --line:         #dde3ee; --muted:        #626c7e; --paper:        #ffffff; --paper-pure:   #f4f7fb; --maxw:         1180px; --sans: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; --serif: "Literata",Georgia, serif; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; }
@media (max-width: 640px) { section { padding: 52px 0; } }
.section-label { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
h2 { font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); font-weight: 700; line-height: 1.2; color: var(--ink); margin-bottom: 20px; }
.lead { font-size: 18px; color: var(--ink-soft); max-width: 720px; }
.btn-primary { display: inline-block; background: var(--blue); color: #fff; font-weight: 700; font-size: 17px; padding: 15px 34px; border-radius: 8px; text-decoration: none; transition: background .2s ease, transform .15s ease; }
.btn-primary:hover { background: #1559c4; transform: translateY(-1px); }
.btn-white { display: inline-block; background: #fff; color: var(--navy); font-weight: 700; font-size: 17px; padding: 15px 34px; border-radius: 8px; text-decoration: none; transition: opacity .2s ease, transform .15s ease; }
.btn-white:hover { opacity: .9; transform: translateY(-1px); }
.nav { position: sticky; top: 0; z-index: 100; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-brand { color: #fff; font-weight: 800; font-size: 18px; letter-spacing: 0.02em; text-decoration: none; white-space: nowrap; }
.nav-links { display: flex; list-style: none; gap: 26px; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 15px; font-weight: 500; transition: color .2s ease; }
.nav-links a:hover { color: #fff; }
.nav-cta { border: 1.5px solid rgba(255,255,255,0.35); color: #fff; text-decoration: none; font-size: 15px; font-weight: 700; padding: 9px 20px; border-radius: 8px; white-space: nowrap; transition: background .2s ease, border-color .2s ease; }
.nav-cta:hover { background: var(--blue); border-color: var(--blue); }
@media (max-width: 900px) { .nav-links { display: none; } }
.hero { padding: 96px 0 80px; background: var(--paper); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-soft); color: var(--blue-on-soft); font-size: 14px; font-weight: 700; padding: 8px 16px; border-radius: 100px; margin-bottom: 26px; }
.hero h1 { font-family: var(--serif); font-size: clamp(42px, 7vw, 76px); font-weight: 900; line-height: 1.05; color: var(--ink); margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--blue); }
.hero .lead { font-size: 20px; margin-bottom: 36px; }
.hero-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-cta-note { font-size: 14px; color: var(--muted); }
.cred { background: var(--paper-pure); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 42px 0; }
.cred-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; align-items: center; }
.cred-item { text-align: center; }
.cred-item strong { display: block; font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.cred-item span { font-size: 14px; color: var(--muted); }
.cred-item a { color: var(--blue-on-soft); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.cred-item a:hover { text-decoration: underline; }
.problem { background: var(--paper); }
.pain-list { list-style: none; margin-top: 28px; display: grid; gap: 16px; max-width: 760px; }
.pain-list li { display: flex; gap: 14px; align-items: flex-start; background: var(--paper-pure); border: 1px solid var(--line); border-radius: 10px; padding: 18px 22px; font-size: 16px; color: var(--ink-soft); }
.pain-list li::before { content: "✕"; color: var(--blue); font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.what { background: var(--paper-pure); }
.what-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
@media (max-width: 800px) { .what-cols { grid-template-columns: 1fr; } }
.what-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.what-card h3 { font-size: 19px; margin-bottom: 10px; color: var(--ink); }
.what-card p { font-size: 15.5px; color: var(--ink-soft); }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
@media (max-width: 900px) { .service-grid { grid-template-columns: 1fr; } }
.service-card { border: 1px solid var(--line); border-radius: 14px; padding: 32px 28px; transition: border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { border-color: var(--blue); box-shadow: 0 8px 28px rgba(30,112,234,0.10); }
.service-num { display: inline-block; font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--blue-on-soft); background: var(--accent-soft); width: 34px; height: 34px; border-radius: 50%; text-align: center; line-height: 34px; margin-bottom: 18px; }
.service-card h3 { font-size: 20px; margin-bottom: 12px; color: var(--ink); }
.service-card p { font-size: 15.5px; color: var(--ink-soft); }
.bonuses { background: var(--paper-pure); }
.bonus-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; max-width: 860px; }
.bonus-tag { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-on-soft); background: rgba(30,112,234,0.1); font-size: 15px; font-weight: 600; padding: 12px 20px; border-radius: 100px; }
.bonus-tag::before { content: "＋"; font-weight: 800; }
.case { background: var(--accent); color: #fff; }
.case .section-label { color: rgba(255,255,255,0.55); }
.case h2 { color: #fff; }
.case-stat-row { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin: 30px 0 18px; }
.stat-number { font-family: var(--serif); font-size: clamp(56px, 9vw, 96px); font-weight: 900; line-height: 1; color: #93c5fd; }
.stat-caption { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 300px; }
.case-desc { font-size: 17px; color: rgba(255,255,255,0.85); max-width: 720px; margin-bottom: 40px; }
.case-quote { border-left: 3px solid var(--blue); padding: 6px 0 6px 26px; max-width: 780px; }
.case-quote p { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.92); margin-bottom: 14px; }
.case-quote cite { font-style: normal; font-size: 15px; color: rgba(255,255,255,0.65); }
.case-quote cite strong { color: #fff; }
.how { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 44px; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 8px; }
.step-num { font-family: var(--serif); font-size: 44px; font-weight: 900; color: var(--accent-soft); -webkit-text-stroke: 1.5px var(--blue); line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 18px; margin-bottom: 8px; color: var(--ink); }
.step p { font-size: 15px; color: var(--ink-soft); }
.founder { background: var(--navy); color: #fff; text-align: center; }
.founder blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(21px, 3vw, 28px); line-height: 1.55; max-width: 860px; margin: 0 auto 26px; color: rgba(255,255,255,0.94); }
.founder cite { font-style: normal; font-size: 16px; color: rgba(255,255,255,0.6); }
.founder cite strong { color: #fff; }
.faq { background: var(--paper-pure); }
.faq-list { max-width: 820px; margin-top: 36px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 17px; font-weight: 700; color: var(--ink); text-align: left; padding: 22px 44px 22px 4px; position: relative; transition: color .2s ease; }
.faq-q:hover { color: var(--blue); }
.faq-q::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--blue); transition: transform .25s ease; }
.faq-q[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { display: none; padding: 0 4px 24px; font-size: 16px; color: var(--ink-soft); max-width: 720px; }
.faq-a.open { display: block; }
.skznum { background: var(--paper-pure); }
.skznum-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 28px; margin-top: 34px; }
.skznum .n { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); font-weight: 900; color: var(--blue); line-height: 1; display: block; font-variant-numeric: tabular-nums; }
.skznum .lbl { font-size: 15px; color: var(--ink-soft); margin-top: 8px; }
.skznum .src { margin-top: 30px; font-size: 13px; color: var(--muted); }
@media (max-width: 760px) { .skznum-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; } }
.final-cta { background: var(--navy); color: #fff; text-align: center; padding: 96px 0; }
.final-cta h2 { color: #fff; font-size: clamp(30px, 5vw, 46px); margin-bottom: 18px; }
.final-cta p { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 640px; margin: 0 auto 36px; }
