/* FoyerDesk reprezentacinė svetainė — dizainas pagal produkto sistemą
   (Newsreader serif, SF/Geist sans, akcentas #007AFF, Apple estetika). */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=Geist:wght@300;400;450;500;600;700&display=swap');

:root {
  --bg: #FFFFFF;
  --bg-soft: #F7F8FB;
  --bg-sunken: #EEF1F6;
  --ink: #0E1116;
  --ink-2: #3A3F47;
  --muted: #6B7280;
  --faint: #9AA1AC;
  --border: #E6E8EE;
  --accent: #007AFF;
  --accent-hover: #0A6CE0;
  --accent-ink: #0A66C2;
  --accent-soft: #EAF2FF;
  --accent-soft-2: #D6E6FF;
  --green: #1E9E4A;
  --green-soft: #E5F8EC;
  --sans: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', 'Geist', system-ui, sans-serif;
  --serif: 'Newsreader', ui-serif, Georgia, serif;
  --r-sm: 10px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px;
  --sh-sm: 0 1px 2px rgba(16,17,22,.06), 0 1px 3px rgba(16,17,22,.05);
  --sh-md: 0 6px 24px rgba(16,17,22,.08);
  --sh-lg: 0 24px 60px rgba(16,17,22,.14);
  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg);
  font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.015em; line-height: 1.1; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.serif { font-family: var(--serif); }

/* ---- Mygtukai ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 12px 22px;
  font-size: 15px; font-weight: 600; border: 1px solid transparent; transition: all .18s ease; cursor: pointer; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: var(--sh-sm); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: var(--sh-md); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { background: var(--bg-soft); border-color: var(--faint); }
.btn-lg { padding: 15px 28px; font-size: 16px; }

/* ---- Header ---- */
header.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.8);
  backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.brand .mark { width: 30px; height: 30px; border-radius: 9px; background: var(--accent); display: grid; place-items: center;
  color: #fff; font-weight: 700; }
.nav-links { display: flex; gap: 26px; margin-left: 14px; }
.nav-links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; border: 1px solid var(--border); border-radius: 999px; padding: 3px; }
.lang button { border: none; background: none; padding: 4px 10px; border-radius: 999px; font-size: 12.5px;
  font-weight: 600; color: var(--muted); cursor: pointer; }
.lang button.active { background: var(--accent); color: #fff; }
.nav-toggle { display: none; }

/* ---- Hero ---- */
.hero { padding: 76px 0 40px; background:
  radial-gradient(1200px 500px at 50% -120px, var(--accent-soft) 0%, transparent 70%); }
.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-ink); font-weight: 600;
  font-size: 13px; letter-spacing: .02em; background: var(--accent-soft); border: 1px solid var(--accent-soft-2);
  padding: 6px 13px; border-radius: 999px; }
.hero h1 { font-size: clamp(38px, 6vw, 64px); margin: 22px 0 0; }
.hero .sub { font-size: clamp(17px, 2.2vw, 20px); color: var(--ink-2); margin: 20px auto 0; max-width: 640px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.hero-note { color: var(--faint); font-size: 13px; margin-top: 14px; }
.hero-center { text-align: center; }

/* Hero vaizdas (lango rėmas + telefonas) */
.hero-media { position: relative; margin: 54px auto 0; max-width: 1000px; }
.window { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--border); background: #fff; }
.window-bar { height: 38px; background: #F4F5F8; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 7px; padding: 0 14px; }
.dot { width: 11px; height: 11px; border-radius: 50%; background: #D7DAE1; }
.dot.r { background: #FF5F57; } .dot.y { background: #FEBC2E; } .dot.g { background: #28C840; }
.phone { position: absolute; right: -14px; bottom: -28px; width: 188px; border-radius: 28px;
  border: 7px solid #11141a; background: #11141a; box-shadow: var(--sh-lg); overflow: hidden; }
.phone img { border-radius: 21px; }

/* ---- Trust strip ---- */
.trust { padding: 30px 0 6px; }
.trust p { text-align: center; color: var(--faint); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 34px; justify-content: center; align-items: center; margin-top: 16px; }
.trust-row span { color: var(--ink-2); font-weight: 600; font-size: 16px; opacity: .8; }

/* ---- Sekcijos ---- */
section { padding: 76px 0; }
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.sec-head h2 { font-size: clamp(30px, 4vw, 44px); }
.sec-head p { color: var(--ink-2); font-size: 18px; margin-top: 14px; }
.sec-soft { background: var(--bg-soft); }

/* Feature eilutės (vaizdas + tekstas) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; margin: 0 0 30px; }
.feature.alt .f-text { order: 2; }
.feature .f-text h3 { font-size: 28px; }
.feature .f-text p { color: var(--ink-2); margin-top: 12px; font-size: 16.5px; }
.feature ul { list-style: none; padding: 0; margin: 18px 0 0; }
.feature li { display: flex; gap: 10px; align-items: flex-start; margin: 9px 0; color: var(--ink-2); }
.feature li::before { content: "✓"; color: var(--green); font-weight: 700; }
.f-img { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-md); border: 1px solid var(--border); background: #fff; }
.f-img.phone-frame { max-width: 290px; margin: 0 auto; border-radius: 30px; border: 8px solid #11141a; background: #11141a; }
.f-img.phone-frame img { border-radius: 22px; }

/* Žingsniai */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-sm); }
.step .n { width: 42px; height: 42px; border-radius: 12px; background: var(--accent); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 19px; }
.step h3 { font-size: 21px; margin-top: 16px; }
.step p { color: var(--ink-2); margin-top: 8px; font-size: 15px; }

/* Kortelių tinklelis */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--sh-sm); }
.card .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--accent-soft); color: var(--accent-ink);
  display: grid; place-items: center; font-size: 20px; }
.card h3 { font-size: 20px; margin-top: 15px; }
.card p { color: var(--ink-2); margin-top: 8px; font-size: 15px; }

/* Pricing */
.price-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; max-width: 920px; margin: 0 auto; }
.price-card { border-radius: var(--r-xl); padding: 38px; color: #fff; background: linear-gradient(160deg, #0A84FF, #0A66C2);
  box-shadow: var(--sh-lg); }
.price-card .from { font-weight: 600; opacity: .85; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; }
.price-card .amount { font-family: var(--serif); font-size: 68px; line-height: 1; margin: 8px 0 2px; }
.price-card .unit { opacity: .9; }
.price-card .pnote { margin-top: 18px; opacity: .92; font-size: 15px; }
.incl { background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); padding: 34px; box-shadow: var(--sh-sm); }
.incl h3 { font-size: 22px; }
.incl ul { list-style: none; padding: 0; margin: 16px 0 0; }
.incl li { display: flex; gap: 10px; align-items: flex-start; margin: 11px 0; color: var(--ink-2); }
.incl li::before { content: "✓"; color: var(--green); font-weight: 700; }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--border); }
.qa button { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; font-size: 18px;
  font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; gap: 16px; font-family: var(--serif); }
.qa .a { color: var(--ink-2); font-size: 15.5px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
.qa.open .a { max-height: 240px; padding-bottom: 20px; }
.qa .chev { transition: transform .2s ease; color: var(--faint); }
.qa.open .chev { transform: rotate(180deg); }

/* CTA juosta */
.cta-band { background: linear-gradient(160deg, #0A84FF, #0A66C2); color: #fff; text-align: center; border-radius: var(--r-xl);
  padding: 56px 28px; box-shadow: var(--sh-lg); }
.cta-band h2 { font-size: clamp(28px, 4vw, 40px); }
.cta-band p { opacity: .92; margin-top: 12px; font-size: 18px; }
.cta-band .btn-primary { background: #fff; color: var(--accent-ink); margin-top: 24px; }
.cta-band .btn-primary:hover { background: #f0f4ff; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 48px 0 40px; color: var(--muted); }
.foot-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
.foot-grid .brand { color: var(--ink); }
.foot-links { display: flex; gap: 40px; flex-wrap: wrap; }
.foot-col h4 { font-family: var(--sans); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--faint); margin: 0 0 10px; }
.foot-col a { display: block; color: var(--ink-2); font-size: 14.5px; margin: 7px 0; }
.foot-bottom { margin-top: 36px; border-top: 1px solid var(--border); padding-top: 20px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--border);
    border-radius: 10px; background: #fff; cursor: pointer; }
  .nav-links.open { display: flex; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column;
    background: #fff; border-bottom: 1px solid var(--border); padding: 14px 24px; gap: 14px; }
  .feature, .price-wrap { grid-template-columns: 1fr; gap: 28px; }
  .feature.alt .f-text { order: 0; }
  .steps, .grid-3 { grid-template-columns: 1fr; }
  .phone { width: 140px; right: 4px; bottom: -18px; }
}
@media (max-width: 520px) {
  .hero { padding: 48px 0 20px; }
  .phone { display: none; }
}
