:root {
  --paper: #f5efe4;
  --sand: #eadbc3;
  --ink: #1b1e1d;
  --ink-soft: #4a514f;
  --forest: #2b5e4f;
  --moss: #7aa889;
  --sun: #c97d4f;
  --card: rgba(255, 255, 255, 0.62);
  --stroke: rgba(35, 40, 38, 0.12);
  --shadow: 0 10px 35px rgba(20, 32, 29, 0.12);
  --max: 1140px;
  --radius: 18px;
}

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

body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(980px 540px at 85% -8%, rgba(122, 168, 137, 0.30), transparent 62%),
    radial-gradient(720px 460px at -15% 12%, rgba(201, 125, 79, 0.24), transparent 64%),
    linear-gradient(180deg, #f8f3e9 0%, var(--paper) 42%, #f2ead9 100%);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

.landing-page { --max: 1140px; }
.privacy-page { --max: 940px; line-height: 1.6; }

.texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.08) 25%, transparent 26%, transparent 74%, rgba(0, 0, 0, 0.06) 75%, transparent 76%),
    linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.06) 25%, transparent 26%, transparent 74%, rgba(0, 0, 0, 0.04) 75%, transparent 76%);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
  z-index: 0;
}

.landing-page .orb {
  position: fixed;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(2px);
  z-index: 0;
  opacity: 0.45;
  animation: drift 16s ease-in-out infinite;
}

.landing-page .orb-a { top: 14%; left: -40px; background: radial-gradient(circle at 30% 30%, #d29a65, #c97d4f 58%, transparent 72%); }
.landing-page .orb-b { top: 58%; right: -60px; background: radial-gradient(circle at 35% 35%, #8db69a, #2b5e4f 58%, transparent 72%); animation-delay: -6s; }
.landing-page .orb-c { top: 76%; left: 14%; background: radial-gradient(circle at 35% 35%, #e6bb93, #d89d68 58%, transparent 72%); animation-delay: -10s; }

@keyframes drift {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-14px) translateX(10px); }
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header {
  padding: 1.2rem 0;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(245, 239, 228, 0.7);
  border-bottom: 1px solid rgba(27, 30, 29, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1.35rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: var(--ink);
}

.privacy-page .brand { font-size: 1.25rem; }

html[lang="el"] .brand {
  font-family: "Tinos", serif;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(26, 38, 33, 0.22);
  object-fit: cover;
/*   border: 1px solid rgba(255, 255, 255, 0.45); */
}

.brand span { color: var(--forest); }

.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.78rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
  cursor: pointer;
}

.btn:hover { transform: translateY(-2px); }

.btn-main {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-main:hover { background: #111312; }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--stroke);
}

.appstore-link {
  display: inline-block;
  line-height: 0;
  border-radius: 12px;
  transition: transform .25s ease, filter .25s ease;
}

.appstore-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.appstore-badge {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-store-badge { width: 160px; }

.hero-secondary-btn {
  height: 53px;
  padding: 0 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.appstore-badge-nav {
  width: 150px;
  height: auto;
  display: block;
}

.landing-page .hero {
  padding: 5.8rem 0 4.2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.privacy-page .hero { padding: 4.6rem 0 1.8rem; }

.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(122, 168, 137, 0.2);
  border: 1px solid rgba(43, 94, 79, 0.25);
  color: #23463c;
  margin-bottom: 1rem;
}

.logo-lines {
  width: 132px;
  height: auto;
  display: block;
  margin: 0 0 0.95rem;
  color: var(--sun);
  filter: drop-shadow(0 6px 10px rgba(41, 31, 18, 0.16));
  opacity: 0.95;
}

.logo-lines svg {
  width: 100%;
  height: auto;
  display: block;
}

.logo-lines path { fill: currentColor; }

.logo-lines-soft {
  width: 96px;
  margin: 0 auto 0.6rem;
  color: var(--moss);
  opacity: 0.8;
  filter: none;
}

h1, h2, h3 {
  font-family: "Libre Baskerville", serif;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] .quote {
  font-family: "Tinos", serif;
}

.landing-page h1 { font-size: clamp(2.2rem, 5vw, 4.3rem); margin-bottom: 1rem; }
.landing-page h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); margin-bottom: 0.8rem; }
.landing-page h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }

.privacy-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.8rem; }
.privacy-page h2 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-bottom: 0.7rem; }

.lead {
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 1.5rem;
}

.privacy-page .lead {
  max-width: 65ch;
  margin: 0;
  font-size: 1.02rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.hero-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  overflow: visible;
}

.hero-card::after { content: none; }

.app-shot {
  width: 80%;
  border-radius: 0;
  border: 0;
  display: block;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.shot-caption {
  text-align: center;
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  color: #335e4f;
  font-weight: 700;
}

section { padding: 3.8rem 0; position: relative; z-index: 1; }

.privacy-page .content { padding: 0.8rem 0 3.2rem; }

.section-head {
  max-width: 68ch;
  margin-bottom: 1.3rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card,
.section {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 6px 24px rgba(20, 32, 29, 0.08);
}

.section { padding: 1rem 1.1rem; margin-bottom: 0.9rem; }
.section + .section { margin-top: 0.9rem; }

.card p,
.section p {
  margin: 0;
  color: var(--ink-soft);
}

.section ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.section li + li { margin-top: 0.35rem; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(43, 94, 79, 0.12);
  border: 1px solid rgba(43, 94, 79, 0.25);
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #21463a;
  margin-bottom: 0.6rem;
}

.quote {
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}

.cta {
  text-align: center;
  padding: 2.2rem;
  background: linear-gradient(160deg, rgba(43, 94, 79, 0.93), rgba(33, 57, 49, 0.96));
  color: #f6f2e8;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 35px rgba(25, 43, 36, 0.3);
}

.cta p {
  max-width: 56ch;
  margin: 0.7rem auto 1.2rem;
  color: #dfece4;
}

.cta .btn-main {
  background: #f5efe4;
  color: #213b33;
}

.lang-switch {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.lang-switch a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 600;
  opacity: 0.7;
}

.lang-switch a.active {
  color: #24473d;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-link {
  color: #2a4d43;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover { text-decoration: underline; }

footer {
  padding: 2.2rem 0 3rem;
  color: #516560;
  font-size: 0.9rem;
  text-align: center;
}

.privacy-page footer { padding: 2rem 0 2.6rem; }

.footer-links {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
}

.footer-links a {
  color: #3d524d;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover { text-decoration: underline; }

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 940px) {
  .landing-page .hero { grid-template-columns: 1fr; padding-top: 4.6rem; }
  .landing-page .grid-3,
  .landing-page .steps { grid-template-columns: 1fr; }
  .landing-page .nav-links a:not(.btn):not(.appstore-link) { display: none; }
}
