/* global React */

/* ============================================================
   LEGAL PAGES — Privacy · Cookies · Terms
   Generic but reasonable templates. Lawyer review recommended.
============================================================ */

function LegalPage({ setPage, page }) {
  const { lang } = useLang();
  const t = useT();
  const content = lang === "LT" ? LEGAL_CONTENT_LT : LEGAL_CONTENT;
  const data = content[page];
  if (!data) return null;
  const isLT = lang === "LT";
  return (
    <>
      <header className="page-header">
        <div className="container">
          <div className="crumb">
            <span onClick={() => setPage("home")} style={{ cursor: "pointer" }}>{t("crumb.home")}</span>
            <span className="sep">/</span>
            <span style={{ color: "var(--ink)" }}>{data.crumb}</span>
          </div>
          <h1>{data.title}</h1>
          <p className="lede">{data.lede}</p>
          <div className="mono" style={{ fontSize: 11, letterSpacing: "0.14em", color: "var(--ink-3)", marginTop: 24, textTransform: "uppercase" }}>
            {isLT ? "Atnaujinta" : "Last updated"} · {data.updated}
          </div>
        </div>
      </header>

      <section>
        <div className="container">
          <div className="legal-grid">
            <aside className="legal-toc">
              <div className="mono" style={{ fontSize: 10.5, letterSpacing: "0.18em", color: "var(--ink-3)", marginBottom: 16, textTransform: "uppercase" }}>{isLT ? "Turinys" : "Contents"}</div>
              {data.sections.map((s, i) => (
                <a key={i} href={`#${slug(s.h)}`} className="legal-toc-link">{i + 1}. {s.h}</a>
              ))}
              <div style={{ marginTop: 28, paddingTop: 20, borderTop: "1px solid var(--line-soft)" }}>
                <a onClick={() => setPage("privacy")} className="legal-toc-link" style={{ cursor: "pointer" }}>{content.privacy.title.replace(/\.$/,"")}</a>
                <a onClick={() => setPage("cookies")} className="legal-toc-link" style={{ cursor: "pointer" }}>{content.cookies.title.replace(/\.$/,"")}</a>
                <a onClick={() => setPage("terms")} className="legal-toc-link" style={{ cursor: "pointer" }}>{content.terms.title.replace(/\.$/,"")}</a>
              </div>
            </aside>

            <article className="legal-body">
              {data.sections.map((s, i) => (
                <section key={i} id={slug(s.h)} className="legal-section">
                  <h2 className="legal-h">{i + 1}. {s.h}</h2>
                  {s.p.map((para, j) => (
                    typeof para === "string"
                      ? <p key={j} className="legal-p">{para}</p>
                      : <ul key={j} className="legal-ul">{para.map((item, k) => <li key={k}>{item}</li>)}</ul>
                  ))}
                </section>
              ))}

              <div className="legal-contact">
                <div className="mono" style={{ fontSize: 11, letterSpacing: "0.16em", color: "var(--ink-3)", textTransform: "uppercase", marginBottom: 10 }}>{isLT ? "Klausimai?" : "Questions?"}</div>
                <p style={{ margin: 0 }}>
                  {isLT ? "Rašykite " : "Email "}<a href="mailto:hello@droneteam.lt" style={{ color: "var(--brand)" }}>hello@droneteam.lt</a>{isLT ? " arba skambinkite " : " or call "}<a href="tel:+37066548301" style={{ color: "var(--brand)" }}>+370 665 48301</a>.
                </p>
              </div>
            </article>
          </div>
        </div>

        <style>{`
          .legal-grid { display: grid; grid-template-columns: 240px 1fr; gap: 64px; align-items: flex-start; }
          .legal-toc { position: sticky; top: 100px; display: flex; flex-direction: column; }
          .legal-toc-link { display: block; padding: 8px 0; font-size: 13.5px; color: var(--ink-2); border-bottom: 1px solid var(--line-soft); transition: color .15s; }
          .legal-toc-link:hover { color: var(--brand); }
          .legal-toc-link:last-child { border-bottom: none; }
          .legal-body { max-width: 760px; }
          .legal-section { margin-bottom: 48px; scroll-margin-top: 100px; }
          .legal-h { font-family: var(--serif); font-size: 24px; line-height: 1.25; margin-bottom: 16px; color: var(--ink); }
          .legal-p { font-size: 15px; line-height: 1.7; color: var(--ink-2); margin-bottom: 14px; }
          .legal-ul { margin: 8px 0 14px 22px; padding: 0; color: var(--ink-2); font-size: 15px; line-height: 1.7; }
          .legal-ul li { margin-bottom: 6px; }
          .legal-contact { margin-top: 56px; padding: 24px 28px; background: var(--bg-soft); border-left: 3px solid var(--brand); }
          @media (max-width: 880px) {
            .legal-grid { grid-template-columns: 1fr; gap: 32px; }
            .legal-toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
            .legal-toc-link { border-bottom: none; padding: 4px 0; font-size: 12.5px; }
          }
        `}</style>
      </section>
    </>
  );
}

function slug(s) { return s.toLowerCase().replace(/[^a-z0-9]+/g, "-").replace(/^-|-$/g, ""); }

/* ============================================================
   CONTENT
============================================================ */
const COMPANY = "UAB Droneteam, registered in Vilnius, Lithuania";
const TODAY = "15 May 2026";

const LEGAL_CONTENT = {
  privacy: {
    crumb: "PRIVACY POLICY",
    title: "Privacy policy.",
    lede: "How we collect, use and protect your personal data when you visit droneteam.lt or engage our services.",
    updated: TODAY,
    sections: [
      { h: "Who we are", p: [
        `This privacy policy applies to ${COMPANY} ("Droneteam", "we", "our", "us") and the website droneteam.lt.`,
        "We are the data controller for personal data processed through our website, contact forms, training enquiries and commercial relationships."
      ]},
      { h: "What we collect", p: [
        "We collect only the data necessary to respond to enquiries, deliver services and maintain our business records:",
        [
          "Contact details you provide (name, email, phone, organisation) via forms or correspondence.",
          "Project and training enquiry details you submit voluntarily.",
          "Technical data automatically collected by our hosting and analytics (IP address, browser, referrer, pages viewed).",
          "Commercial records (invoices, contracts, deliverables) required by Lithuanian and EU accounting law."
        ]
      ]},
      { h: "Legal basis", p: [
        "We process personal data on the following GDPR (Regulation 2016/679) legal bases:",
        [
          "Consent — when you fill in a contact form or opt in to communications.",
          "Contract performance — to deliver the services you have engaged us for.",
          "Legitimate interest — to operate, secure and improve our website.",
          "Legal obligation — to meet accounting, tax and aviation-regulator requirements."
        ]
      ]},
      { h: "How long we keep it", p: [
        "Enquiry data is retained for up to 24 months after our last contact, unless you ask us to delete it sooner.",
        "Contracts, invoices and aviation operational records are retained for the periods required by Lithuanian law (typically 10 years for accounting documents)."
      ]},
      { h: "Who we share with", p: [
        "We do not sell personal data. We share it only with:",
        [
          "Service providers that help us operate the website (hosting, email, analytics) under data processing agreements.",
          "Authorities and regulators when legally required (e.g. aviation authority, tax inspectorate).",
          "Professional advisers (accountants, auditors, lawyers) under confidentiality."
        ]
      ]},
      { h: "International transfers", p: [
        "Our hosting and analytics providers may process data inside the EU/EEA. Where any transfer outside the EU/EEA occurs, we use Standard Contractual Clauses and other safeguards under GDPR Chapter V."
      ]},
      { h: "Your rights", p: [
        "Under GDPR you may at any time request:",
        [
          "Access to your data and a copy of what we hold.",
          "Correction of inaccurate data.",
          "Deletion (\"right to be forgotten\") where applicable.",
          "Restriction of processing or objection to processing.",
          "Portability of data you provided to us.",
          "Withdrawal of any consent you previously gave."
        ],
        "Contact hello@droneteam.lt to exercise these rights. You may also lodge a complaint with the State Data Protection Inspectorate of Lithuania (VDAI, vdai.lrv.lt)."
      ]},
      { h: "Security", p: [
        "We protect personal data with appropriate technical and organisational measures, including access controls, encrypted transport (HTTPS), and limited internal access on a need-to-know basis."
      ]},
      { h: "Changes", p: [
        "We may update this policy from time to time. Material changes are reflected in the \"last updated\" date at the top of this page."
      ]},
    ],
  },

  cookies: {
    crumb: "COOKIE POLICY",
    title: "Cookie policy.",
    lede: "What cookies and similar technologies droneteam.lt uses, why we use them, and how you can control them.",
    updated: TODAY,
    sections: [
      { h: "What are cookies", p: [
        "Cookies are small text files placed on your device when you visit a website. They allow the site to remember your preferences, measure traffic and improve performance. Similar technologies (local storage, pixels) are covered by this policy."
      ]},
      { h: "Categories we use", p: [
        "We classify cookies into four categories aligned with EU ePrivacy and GDPR guidance:",
        [
          "Strictly necessary — required for the site to function (e.g. saving language preference, remembering you dismissed this banner). These cannot be switched off.",
          "Performance / analytics — measure aggregated usage to help us improve the site. Set only with your consent.",
          "Functional — remember choices you make to give a more personalised experience. Set only with your consent.",
          "Marketing — used to measure campaigns or deliver targeted content. Set only with your consent."
        ]
      ]},
      { h: "Cookies currently used", p: [
        "On droneteam.lt today we use a minimal set:",
        [
          "dt_cookie_consent — strictly necessary — stores your cookie banner choice for 12 months.",
          "dt_lang — strictly necessary — remembers your selected language (EN / LT) for 12 months."
        ],
        "If we add analytics or marketing cookies in future, this list will be updated and your consent will be requested first."
      ]},
      { h: "Managing cookies", p: [
        "You can withdraw or change your consent at any time:",
        [
          "Clear our cookies in your browser settings — the banner will re-appear on your next visit.",
          "Use your browser's built-in controls to block or delete cookies from specific sites.",
          "Use browser-level Do Not Track or privacy modes."
        ],
        "Blocking strictly-necessary cookies may break parts of the site."
      ]},
      { h: "Third parties", p: [
        "If you click out to lightasky.com, dbox.lt, sketchfab.com or other linked sites, their own cookie policies apply. We are not responsible for cookies set by third-party sites."
      ]},
      { h: "Changes", p: [
        "We update this policy as our cookie use changes. Material changes are reflected in the \"last updated\" date."
      ]},
    ],
  },

  terms: {
    crumb: "TERMS OF USE",
    title: "Terms of use.",
    lede: "The terms that govern your use of droneteam.lt and the content published here.",
    updated: TODAY,
    sections: [
      { h: "Acceptance", p: [
        `By accessing droneteam.lt you agree to these terms. The website is operated by ${COMPANY}. If you do not agree, please stop using the site.`
      ]},
      { h: "Content & accuracy", p: [
        "We make reasonable efforts to keep information on droneteam.lt accurate and current, but we provide it on an \"as-is\" basis without warranties of any kind.",
        "Product specifications, prices, lead times and regulatory information are indicative and subject to change. Always confirm in writing before placing an order."
      ]},
      { h: "Intellectual property", p: [
        "All content on droneteam.lt — including text, images, graphics, logos, videos, code and design — is owned by or licensed to Droneteam and protected under Lithuanian and EU copyright law.",
        "You may view and print pages for personal, non-commercial use. Any other use — copying, redistribution, modification, public performance — requires our prior written permission.",
        "The PARROT, ANAFI and related marks are trademarks of Parrot Drones SAS. The DBOX, Light a Sky and Comet marks are trademarks of their respective owners."
      ]},
      { h: "Acceptable use", p: [
        "You agree not to:",
        [
          "Use the site in any unlawful way or in breach of these terms.",
          "Attempt to gain unauthorised access to systems, servers or data.",
          "Introduce malicious code or interfere with the operation of the site.",
          "Scrape or systematically harvest content without permission."
        ]
      ]},
      { h: "Enquiry forms", p: [
        "Submitting an enquiry through droneteam.lt does not create a binding contract. Any commercial engagement is governed by a separate, signed agreement.",
        "Please do not submit confidential or sensitive information through public forms — contact us directly for secure exchange."
      ]},
      { h: "Third-party links", p: [
        "The site contains links to external resources (lightasky.com, dbox.lt, sketchfab.com, parrot.com and others) provided for convenience. We do not control those sites and are not responsible for their content."
      ]},
      { h: "Limitation of liability", p: [
        "To the maximum extent permitted by law, Droneteam is not liable for any indirect, incidental or consequential loss arising from your use of the site.",
        "Nothing in these terms limits liability for death or personal injury caused by negligence, fraud, or any other liability that cannot lawfully be excluded."
      ]},
      { h: "Governing law", p: [
        "These terms are governed by the laws of the Republic of Lithuania. Any disputes are subject to the exclusive jurisdiction of the Lithuanian courts."
      ]},
      { h: "Changes", p: [
        "We may update these terms from time to time. Continued use of the site after changes means you accept the updated terms."
      ]},
    ],
  },
};

window.LegalPage = LegalPage;

/* ============================================================
   LITHUANIAN CONTENT
============================================================ */
const COMPANY_LT = "UAB Droneteam, registruota Vilniuje, Lietuvoje";
const TODAY_LT = "2026 m. gegužės 15 d.";

const LEGAL_CONTENT_LT = {
  privacy: {
    crumb: "PRIVATUMO POLITIKA",
    title: "Privatumo politika.",
    lede: "Kaip renkame, naudojame ir saugome jūsų asmens duomenis, kai lankotės droneteam.lt arba naudojatės mūsų paslaugomis.",
    updated: TODAY_LT,
    sections: [
      { h: "Kas mes esame", p: [
        `Ši privatumo politika taikoma ${COMPANY_LT} („Droneteam“, „mes“, „mūsų“) ir interneto svetainei droneteam.lt.`,
        "Esame asmens duomenų valdytojas, tvarkantis duomenis, gaunamus per svetainę, kontaktų formas, mokymų užklausas ir komercinius santykius."
      ]},
      { h: "Kokius duomenis renkame", p: [
        "Renkame tik tuos duomenis, kurie reikalingi atsakyti į užklausas, teikti paslaugas ir vesti įmonės apskaitą:",
        [
          "Kontaktiniai duomenys, kuriuos pateikiate (vardas, el. paštas, telefonas, organizacija) per formas arba susirašinėjant.",
          "Projektų ir mokymų užklausų informacija, kurią pateikiate savanoriškai.",
          "Techniniai duomenys, automatiškai surenkami serverio ir analitikos sistemų (IP adresas, naršyklė, lankytas puslapis).",
          "Komercinė dokumentacija (sąskaitos, sutartys, atliktų darbų aktai), kurią privalome saugoti pagal LR įstatymus."
        ]
      ]},
      { h: "Teisinis pagrindas", p: [
        "Asmens duomenis tvarkome šiais BDAR (Reglamentas 2016/679) pagrindais:",
        [
          "Sutikimas — kai užpildote kontaktų formą arba užsisakote naujienlaiškį.",
          "Sutarties vykdymas — kad galėtume suteikti užsakytas paslaugas.",
          "Teisėtas interesas — kad galėtume valdyti, apsaugoti ir tobulinti svetainę.",
          "Teisinė prievolė — kad vykdytume apskaitos, mokesčių ir aviacijos reguliavimo reikalavimus."
        ]
      ]},
      { h: "Kiek laiko saugome", p: [
        "Užklausų duomenis saugome iki 24 mėnesių po paskutinio kontakto, nebent paprašysite ištrinti anksčiau.",
        "Sutartys, sąskaitos ir aviacijos veiklos dokumentai saugomi tiek, kiek nustato LR teisės aktai (paprastai 10 metų apskaitos dokumentams)."
      ]},
      { h: "Kam perduodame duomenis", p: [
        "Asmens duomenų neparduodame. Dalinamės jais tik su:",
        [
          "Paslaugų teikėjais, padedančiais valdyti svetainę (talpinimas, el. paštas, analitika), pagal duomenų tvarkymo sutartis.",
          "Valstybės institucijomis ir kontroliuojančiomis įstaigomis, kai to reikalauja įstatymas (pvz., Civilinės aviacijos administracija, VMI).",
          "Profesionaliais konsultantais (buhalteriai, auditoriai, teisininkai) pagal konfidencialumo įsipareigojimus."
        ]
      ]},
      { h: "Duomenų perdavimas užsienyje", p: [
        "Mūsų talpinimo ir analitikos paslaugų teikėjai duomenis tvarko ES/EEE teritorijoje. Jei duomenys perduodami už ES/EEE ribų, taikomos Standartinės sutartinės sąlygos ir kitos BDAR V skyriaus apsaugos priemonės."
      ]},
      { h: "Jūsų teisės", p: [
        "Pagal BDAR turite teisę bet kuriuo metu prašyti:",
        [
          "Susipažinti su savo duomenimis ir gauti jų kopiją.",
          "Ištaisyti netikslius duomenis.",
          "Ištrinti duomenis („teisė būti pamirštam“) tam tikrais atvejais.",
          "Apriboti tvarkymą arba nesutikti su tvarkymu.",
          "Perkelti mums pateiktus duomenis.",
          "Atšaukti anksčiau duotą sutikimą."
        ],
        "Susisiekite hello@droneteam.lt, kad pasinaudotumėte šiomis teisėmis. Taip pat galite kreiptis į Valstybinę duomenų apsaugos inspekciją (VDAI, vdai.lrv.lt)."
      ]},
      { h: "Saugumas", p: [
        "Asmens duomenis apsaugome tinkamomis techninėmis ir organizacinėmis priemonėmis: prieigos kontrole, šifruotu duomenų perdavimu (HTTPS), ribota vidine prieiga pagal būtinybės principą."
      ]},
      { h: "Pakeitimai", p: [
        "Politiką galime atnaujinti. Esminiai pakeitimai atspindimi puslapio viršuje nurodytoje atnaujinimo dienoje."
      ]},
    ],
  },

  cookies: {
    crumb: "SLAPUKŲ POLITIKA",
    title: "Slapukų politika.",
    lede: "Kokius slapukus ir panašias technologijas naudoja droneteam.lt, kodėl jas naudojame ir kaip galite jas valdyti.",
    updated: TODAY_LT,
    sections: [
      { h: "Kas yra slapukai", p: [
        "Slapukai — tai nedideli tekstiniai failai, įrašomi į jūsų įrenginį, kai lankotės svetainėje. Jie leidžia svetainei atsiminti jūsų pasirinkimus, matuoti srautą ir gerinti veikimą. Panašios technologijos (vietinė atmintis, pikseliai) taip pat patenka į šią politiką."
      ]},
      { h: "Naudojamos kategorijos", p: [
        "Slapukus skirstome į keturias kategorijas pagal ES e. privatumo ir BDAR rekomendacijas:",
        [
          "Būtini — reikalingi svetainės veikimui (pvz., kalbos pasirinkimo įsiminimas, šio pranešimo paslėpimas). Jų išjungti negalima.",
          "Statistiniai / analitiniai — matuoja apibendrintą naudojimą ir padeda mums tobulinti svetainę. Įjungiami tik su jūsų sutikimu.",
          "Funkciniai — įsimena jūsų pasirinkimus, kad svetainė būtų patogesnė. Įjungiami tik su jūsų sutikimu.",
          "Rinkodaros — matuoja rinkodaros kampanijas arba teikia personalizuotą turinį. Įjungiami tik su jūsų sutikimu."
        ]
      ]},
      { h: "Šiuo metu naudojami slapukai", p: [
        "Šiandien droneteam.lt naudoja minimalų rinkinį:",
        [
          "dt_cookie_consent — būtinas — saugo jūsų pasirinkimą dėl slapukų 12 mėnesių.",
          "dt_lang — būtinas — atsimena pasirinktą kalbą (EN / LT) 12 mėnesių."
        ],
        "Jei ateityje pridėsime analitinių arba rinkodaros slapukų, šis sąrašas bus atnaujintas ir prieš tai paprašysime jūsų sutikimo."
      ]},
      { h: "Slapukų valdymas", p: [
        "Sutikimą galite atšaukti arba pakeisti bet kuriuo metu:",
        [
          "Išvalykite mūsų slapukus naršyklės nustatymuose — kitą kartą lankantis pranešimas pasirodys iš naujo.",
          "Naudokite naršyklės nustatymus, kad blokuotumėte arba ištrintumėte slapukus.",
          "Naudokite naršyklės Do Not Track arba privatumo režimus."
        ],
        "Būtinųjų slapukų blokavimas gali sutrikdyti svetainės veikimą."
      ]},
      { h: "Trečiosios šalys", p: [
        "Jei naudojate nuorodas į lightasky.com, dbox.lt, sketchfab.com ar kitas svetaines, galioja jų slapukų politikos. Mes neatsakome už trečiųjų šalių nustatomus slapukus."
      ]},
      { h: "Pakeitimai", p: [
        "Atnaujiname šią politiką, kai keičiasi mūsų slapukų naudojimas. Esminiai pakeitimai atspindimi atnaujinimo dienoje."
      ]},
    ],
  },

  terms: {
    crumb: "NAUDOJIMOSI SĄLYGOS",
    title: "Naudojimosi sąlygos.",
    lede: "Sąlygos, reglamentuojančios naudojimąsi droneteam.lt svetaine ir joje skelbiamu turiniu.",
    updated: TODAY_LT,
    sections: [
      { h: "Sutikimas", p: [
        `Naudodamiesi droneteam.lt sutinkate su šiomis sąlygomis. Svetainę valdo ${COMPANY_LT}. Jei nesutinkate — prašome svetaine nesinaudoti.`
      ]},
      { h: "Turinys ir tikslumas", p: [
        "Stengiamės, kad informacija droneteam.lt būtų tiksli ir aktuali, tačiau ji teikiama „kaip yra“ be jokių garantijų.",
        "Produktų specifikacijos, kainos, pristatymo terminai ir teisinio reguliavimo informacija yra orientacinė ir gali keistis. Prieš užsakymą visada patikslinkite raštu."
      ]},
      { h: "Intelektinė nuosavybė", p: [
        "Visas droneteam.lt turinys — tekstai, vaizdai, grafika, logotipai, vaizdo įrašai, programinis kodas ir dizainas — priklauso Droneteam arba yra naudojamas pagal licencijas, saugomas Lietuvos ir ES autorių teisių įstatymų.",
        "Puslapius galite peržiūrėti ir atsispausdinti asmeniniam, nekomerciniam naudojimui. Bet koks kitas naudojimas — kopijavimas, platinimas, modifikavimas, viešas demonstravimas — reikalauja išankstinio raštiško mūsų sutikimo.",
        "PARROT, ANAFI ir susiję ženklai yra Parrot Drones SAS prekių ženklai. DBOX, Light a Sky ir Comet ženklai priklauso jų savininkams."
      ]},
      { h: "Tinkamas naudojimas", p: [
        "Įsipareigojate nenaudoti svetainės:",
        [
          "Neteisėtai arba pažeidžiant šias sąlygas.",
          "Bandant gauti neteisėtą prieigą prie sistemų, serverių ar duomenų.",
          "Platinant kenkėjišką kodą ar trikdant svetainės veikimą.",
          "Sistemingai siurbiant turinį be leidimo."
        ]
      ]},
      { h: "Užklausų formos", p: [
        "Užklausos pateikimas per droneteam.lt nesukuria privalomos sutarties. Bet koks komercinis bendradarbiavimas vykdomas pagal atskirą pasirašytą sutartį.",
        "Per viešas formas neprašome pateikti konfidencialios informacijos — saugiam keitimuisi susisiekite tiesiogiai."
      ]},
      { h: "Nuorodos į trečiųjų šalių svetaines", p: [
        "Svetainėje yra nuorodų į išorinius išteklius (lightasky.com, dbox.lt, sketchfab.com, parrot.com ir kt.), pateiktų patogumo dėlei. Mes nekontroliuojame šių svetainių ir neatsakome už jų turinį."
      ]},
      { h: "Atsakomybės ribojimas", p: [
        "Tiek, kiek leidžia įstatymai, Droneteam neatsako už netiesioginius, atsitiktinius ar pasekminius nuostolius, atsiradusius naudojantis svetaine.",
        "Niekas šiose sąlygose neriboja atsakomybės už mirtį ar asmens sužalojimą dėl aplaidumo, sukčiavimą ar kitą atsakomybę, kurios negalima teisėtai pašalinti."
      ]},
      { h: "Taikoma teisė", p: [
        "Šios sąlygos reglamentuojamos Lietuvos Respublikos teisės. Visi ginčai sprendžiami išimtinai Lietuvos teismuose."
      ]},
      { h: "Pakeitimai", p: [
        "Šias sąlygas galime keisti. Toliau naudodamiesi svetaine po pakeitimų — patvirtinate, kad sutinkate su atnaujintomis sąlygomis."
      ]},
    ],
  },
};
