:root {
  --blue: #2b8fd0;
  --blue-deep: #1677b8;
  --navy: #161b45;
  --navy-2: #1c2260;
  --yellow: #ffd03a;
  --yellow-dark: #e0b422;
  --cyan: #3ee0ff;
  --paper: #f3f7fb;
  --ink: #14183a;
  --muted: #5a6280;
  --line: rgba(22, 27, 69, 0.12);
  --white: #fff;
  --shadow: 0 22px 50px rgba(22, 27, 69, 0.16);
  --radius: 22px;
  --max: 1140px;
  --teal: var(--blue);
  --teal-dark: var(--blue-deep);
  --teal-mid: #4aa3dc;
  --clay: var(--yellow);
  --clay-dark: var(--yellow-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy);
  color: #fff;
  padding: 8px 14px;
}
.skip:focus { left: 12px; z-index: 80; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.navy-fill {
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  background-repeat: repeat;
}

.wave-break {
  line-height: 0;
  background: var(--paper);
}
.wave-break img,
.wave-break svg {
  display: block;
  width: 100%;
  height: 52px;
}
.wave-break.to-navy { background: var(--paper); }
.wave-break.to-paper { background: var(--navy); }

.footer-art {
  display: block;
  width: 100%;
  height: auto;
  background: var(--navy);
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(243, 247, 251, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 3px solid var(--cyan);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--navy);
}
.brand-mark {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(22, 27, 69, 0.18);
}
.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.12rem;
  font-weight: 650;
}
.brand-name span {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-links a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a:hover { color: var(--blue); }

.lang {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.lang button {
  border: 0;
  background: transparent;
  padding: 6px 12px;
  cursor: pointer;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.lang button[aria-pressed="true"] {
  background: var(--navy);
  color: var(--yellow);
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
}

/* HERO — vienas ekranas po meniu */
.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: calc(100dvh - 78px);
  height: calc(100dvh - 78px);
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 40px 7vw 44px;
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  min-height: 0;
}
.hero-brand {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  pointer-events: none;
  user-select: none;
}
.hero-brand span { color: #fff; }
.hero-text { max-width: 34rem; }
.hero-photo {
  position: relative;
  min-height: 0;
  height: 100%;
  background: #0e1438;
}
.hero-photo img.shot {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 58%;
}
.float-badge {
  position: absolute;
  left: -28px;
  bottom: 36px;
  width: 128px;
  height: 128px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.kicker {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 14px;
}
.hero h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.85rem, 3.6vw, 2.9rem);
  font-weight: 650;
  line-height: 1.12;
  margin: 0 0 12px;
}
.hero p.lead {
  font-size: 1.05rem;
  max-width: 46ch;
  color: #e8ecff;
  margin: 0 0 20px;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}
.btn-clay { background: var(--yellow); color: var(--navy); }
.btn-clay:hover { background: var(--yellow-dark); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.45);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); }
.btn-teal { background: var(--blue); color: #fff; }
.btn-teal:hover { background: var(--blue-deep); }

/* SECTIONS */
section { padding: 88px 0; }
.section-head { max-width: 680px; margin-bottom: 40px; }
.section-head h2,
.split h2,
.faq h2,
.contact h2,
.about-grid h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin: 0 0 12px;
  line-height: 1.15;
}
.section-head p { margin: 0; color: var(--muted); }
.kicker.on-light { color: var(--blue-deep); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.num {
  font-family: Fraunces, Georgia, serif;
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 650;
  display: block;
  margin-bottom: 8px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--navy);
}
.card p { margin: 0; color: var(--muted); font-size: 1rem; }

.why {
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  color: #fff;
}
.why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}
.why-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 4px solid var(--cyan);
  background: #12163a;
  min-height: 520px;
}
.why-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
  object-position: center;
}
.why-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(18, 22, 58, 0.9);
  border: 1px solid rgba(62, 224, 255, 0.35);
  border-radius: 16px;
  padding: 14px 18px;
}
.why-caption strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 4px;
}
.why-caption span {
  color: var(--yellow);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.why h2 { color: #fff; }
.points { display: grid; gap: 14px; }
.point {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 18px 20px;
  color: var(--ink);
}
.point strong { display: block; color: var(--navy); margin-bottom: 4px; }
.point p { margin: 0; color: var(--muted); font-size: 1rem; }

.accept-icons {
  display: flex;
  gap: 14px;
  margin: 0 0 28px;
}
.accept-icons span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(22, 27, 69, 0.06);
}
.accept-icons svg { width: 34px; height: 34px; }

.accept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.accept h3, .card h3 { margin: 0 0 14px; font-size: 1.15rem; }
.yes { border-top: 5px solid var(--blue); }
.no { border-top: 5px solid #e25b6a; }
.list { margin: 0; padding: 0; list-style: none; }
.list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.list li:last-child { border-bottom: 0; }

.container-sec {
  background: var(--navy);
  color: #fff;
  padding: 0;
}
.container-sec .split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
}
.container-sec .shot-wrap {
  min-height: 640px;
}
.container-sec .shot-wrap img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: 50% 58%;
  border-radius: 0;
}
.container-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 8vw 72px 56px;
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
}
.container-copy h2 { color: #fff; }
.container-copy p { color: #dce3ff; }
.note {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(62, 224, 255, 0.12);
  border: 1px solid rgba(62, 224, 255, 0.35);
  border-radius: 12px;
  color: #f3eee4;
  font-size: 0.98rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}
.about-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  border-radius: 26px;
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  border: 3px solid var(--cyan);
}
.about-mark img {
  width: min(280px, 70%);
  height: auto;
}
.about p { color: var(--muted); }

.faq {
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  color: #fff;
}
.faq h2 { color: #fff; margin-bottom: 22px; }
.faq-list { display: grid; gap: 10px; }
details {
  background: #fff;
  border-radius: 14px;
  border: 0;
  padding: 4px 18px;
}
summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  padding: 14px 0;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1;
}
details[open] summary::after { content: "–"; }
details p {
  margin: 0 0 16px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
}
.contact-card {
  background-color: var(--navy);
  background-image: url("../images/bg-tile.svg");
  background-size: 160px 160px;
  color: #fff;
  border-radius: 26px;
  padding: 36px 30px;
  min-height: 320px;
  border: 3px solid var(--cyan);
}
.contact-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.7rem;
  margin: 0 0 10px;
}
.contact-card p { color: #e8ecff; }
.contact-card a { color: var(--yellow); font-weight: 700; }
.meta { margin-top: 22px; display: grid; gap: 10px; font-size: 1rem; }

form { display: grid; gap: 12px; }
label { font-size: 0.88rem; font-weight: 700; color: var(--navy); }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
}
textarea { min-height: 140px; resize: vertical; }
.form-status {
  min-height: 1.2em;
  font-size: 0.95rem;
  color: var(--blue-deep);
}

footer {
  background: var(--navy);
  color: #c9d0ee;
  padding: 0 0 28px;
  font-size: 0.95rem;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
}
footer a { color: var(--yellow); }
.foot-links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px 22px;
    gap: 14px;
  }
  .nav-links.open { display: flex; }
  .steps,
  .why-grid,
  .accept-grid,
  .container-sec .split,
  .about-grid,
  .contact-grid,
  .hero { grid-template-columns: 1fr; }
  .hero {
    height: auto;
    min-height: auto;
  }
  .hero-copy { padding: 32px 24px 36px; gap: 16px; }
  .hero-brand { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero-photo { order: -1; height: 52vh; }
  .hero-photo img.shot { height: 52vh; min-height: 0; }
  .float-badge { left: 16px; bottom: 16px; width: 92px; height: 92px; }
  .why-photo { min-height: 380px; }
  .why-photo img { min-height: 380px; }
  .about-mark { min-height: 260px; }
  .container-sec .shot-wrap img { min-height: 520px; }
  .container-copy { padding: 40px 24px 48px; }
  .wave-break img,
  .wave-break svg { height: 36px; }
  section { padding: 64px 0; }
}
