:root {
  --navy: #07182f;
  --blue: #0479d9;
  --blue-2: #0aa4ff;
  --lime: #c8ff3d;
  --ink: #111827;
  --muted: #667085;
  --line: #e7edf4;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --shadow: 0 24px 70px rgba(7, 24, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 14px 28px;
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(231,237,244,.86);
  backdrop-filter: blur(18px);
}
.brand-logo { width: 46px; height: 46px; object-fit: contain; flex-shrink: 0; }
.brand-logo-full { height: 64px; width: auto; object-fit: contain; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; gap: 0; }
.brand-text-blue { color: #1b5ec8; font-size: 13px; font-weight: 900; letter-spacing: .07em; }
.brand-text-lime { color: #8dc63f; font-size: 13px; font-weight: 900; letter-spacing: .07em; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; color: var(--navy); white-space: nowrap; letter-spacing: -.01em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7,24,47,.12);
  border-radius: 14px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7,24,47,.08);
}
.brand-mark svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}
.brand-mark path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.logo-base {
  stroke: var(--blue);
  stroke-width: 4;
}
.logo-mast,
.logo-roof {
  stroke: var(--navy);
  stroke-width: 4.2;
}
.logo-wave {
  stroke: var(--blue);
  stroke-width: 3.7;
}
.main-nav { display: flex; align-items: center; justify-content: center; gap: 20px; flex: 1; font-size: 14px; font-weight: 650; color: #334155; }
.main-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.languages { display: inline-flex; padding: 4px; gap: 2px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.languages button { border: 0; border-radius: 999px; background: transparent; padding: 7px 9px; font-size: 12px; font-weight: 800; color: #667085; cursor: pointer; }
.languages button.active, .languages button:hover { background: var(--navy); color: #fff; }
.phone-link { display: none; }
.header-phone-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 0 18px; background: var(--lime); color: var(--navy); }
.btn-primary { background: var(--lime); color: var(--navy); box-shadow: 0 16px 34px rgba(158, 214, 37, .35); }
.btn-secondary { background: var(--navy); color: #fff; }
.btn-ghost {
  border-color: rgba(255,255,255,.9);
  color: var(--navy);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 34px rgba(7,24,47,.14);
}
.btn-ghost:hover {
  background: #fff;
  box-shadow: 0 18px 42px rgba(7,24,47,.2);
}
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 84px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(30,195,255,.72) 0, transparent 30%),
    linear-gradient(160deg, #065fbd 0%, #0aa6ff 43%, #8edfff 78%, #f5f8fc 100%);
}
.hero-bg::before, .hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 230px;
  background: linear-gradient(180deg, rgba(245,248,252,0) 0%, rgba(245,248,252,.58) 48%, #f5f8fc 100%);
  filter: none;
  border-radius: 0;
  pointer-events: none;
}
.hero-bg::after {
  height: 360px;
  background: radial-gradient(ellipse at 50% 100%, rgba(255,255,255,.9) 0%, rgba(245,248,252,.45) 46%, rgba(245,248,252,0) 72%);
  opacity: .72;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 52px; }
.eyebrow { display: inline-flex; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.hero .eyebrow { color: var(--lime); }
.starlink-eyebrow {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--navy) !important;
  background: var(--lime);
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(42px, 6vw, 82px); line-height: .94; letter-spacing: 0; }
h2 { margin-bottom: 16px; color: var(--navy); font-size: clamp(31px, 4vw, 54px); line-height: 1; letter-spacing: 0; }
h3 { margin-bottom: 10px; color: var(--navy); font-size: 19px; line-height: 1.2; }
p { color: var(--muted); line-height: 1.7; }
.hero-copy p { max-width: 730px; color: rgba(255,255,255,.88); font-size: 18px; }
.hero-copy { max-width: 780px; }
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.hero-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(7,24,47,.18);
  font-size: 13px;
  font-weight: 850;
}

.hero-visual { position: relative; min-height: 520px; perspective: 1100px; }
.sky-card {
  position: absolute;
  inset: 54px 20px 48px 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.22));
  box-shadow: var(--shadow);
  transform: rotateY(-8deg) rotateX(3deg);
}
.roof { position: absolute; left: 12%; right: 6%; bottom: 12%; height: 130px; background: linear-gradient(135deg, #142b45, #07182f); clip-path: polygon(0 52%, 50% 0, 100% 52%, 100% 100%, 0 100%); }
.mast { position: absolute; left: 48%; bottom: 66%; width: 6px; height: 120px; background: #fff; border-radius: 99px; }
.antenna { position: absolute; left: 38%; bottom: 118%; width: 130px; height: 5px; background: #fff; border-radius: 99px; }
.antenna-two { transform: rotate(90deg); transform-origin: center; }
.dish { position: absolute; right: 18%; bottom: 78%; width: 70px; height: 54px; border: 8px solid #fff; border-left-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.starlink-panel { position: absolute; left: 13%; top: 17%; width: 150px; height: 92px; border-radius: 18px; background: #f7fbff; box-shadow: 0 18px 44px rgba(7,24,47,.22); transform: rotate(-10deg); }
.signal-lines span { position: absolute; right: 14%; top: 17%; border: 2px solid rgba(255,255,255,.78); border-left: 0; border-bottom: 0; border-radius: 0 120px 0 0; }
.signal-lines span:nth-child(1) { width: 80px; height: 80px; }
.signal-lines span:nth-child(2) { width: 130px; height: 130px; top: 12%; }
.signal-lines span:nth-child(3) { width: 180px; height: 180px; top: 7%; }
.float-card {
  position: absolute;
  min-width: 150px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  color: var(--navy);
  box-shadow: var(--shadow);
  animation: floaty 6s ease-in-out infinite;
}
.float-card strong { display: block; font-size: 22px; }
.float-card span { display: block; margin-top: 4px; color: #667085; font-size: 12px; font-weight: 700; }
.card-a { left: 2%; top: 10%; }
.card-b { right: 2%; top: 6%; animation-delay: .4s; }
.card-c { left: 8%; bottom: 10%; animation-delay: .8s; }
.card-d { right: 6%; bottom: 18%; animation-delay: 1.2s; }
.card-e { left: 37%; bottom: 0; animation-delay: 1.6s; }
.card-f { left: 36%; top: 34%; animation-delay: 2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: -54px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(7,24,47,.1);
}
.trust-item {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 26px; line-height: 1; }
.trust-item span { margin-top: 8px; color: var(--muted); font-weight: 760; line-height: 1.22; }

.section { padding: 105px 0; }
.section-head { max-width: 720px; margin-bottom: 36px; text-align: center; margin-left: auto; margin-right: auto; }
.row-head { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; text-align: left; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .benefits-grid article, .contact-form, .contact-card, .price-panel, .starlink-reasons article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(7,24,47,.07);
}
.service-card { min-height: 260px; padding: 26px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(180deg, #07182f, #0b396d); }
.service-card.featured h3, .service-card.featured p, .service-card.featured a { color: #fff; }
.starlink-card {
  position: relative;
  order: -1;
  grid-column: span 2;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,24,47,.94), rgba(4,121,217,.86)),
    url('assets/starlink-4.jpeg') center / cover;
  border-color: rgba(10,164,255,.28);
}
.popular-badge {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
}
.starlink-card h3,
.starlink-card p,
.starlink-card a {
  color: #fff;
}
.starlink-card .icon {
  background: #fff;
}
.starlink-card a {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--lime);
}
.sat-card {
  grid-column: span 2;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,24,47,.96), rgba(8,74,129,.82)),
    url('https://paslaugos-img.dgn.lt/gallery_10_19801857/antenu-montavimas-derinimas-remontas-yt121-galerija.jpg') center / cover;
  border-color: rgba(255,255,255,.12);
}
.sat-card h3,
.sat-card p,
.sat-card a {
  color: #fff;
}
.sat-card .icon {
  background: var(--lime);
}
.icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 14px; background: var(--lime); color: var(--navy); font-size: 13px; font-weight: 900; }
.service-card p { font-size: 14px; }
.service-card p, .benefits-grid p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card a { color: var(--blue); font-weight: 900; }

.split-section, .gallery-section, .faq-section { background: var(--soft); }
.split-grid, .feature-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.proof-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.proof-panel div, .tech-cards article {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
}
.proof-panel strong { display: block; color: var(--blue); font-size: 38px; }
.proof-panel span { color: var(--muted); font-weight: 700; }
.visual-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 34px;
  border-radius: 32px;
  color: #fff;
  background: radial-gradient(circle at 70% 18%, #c8ff3d 0, transparent 18%), linear-gradient(145deg, #07182f, #087ccf 68%, #65cbff);
}
.visual-panel h2, .visual-panel p { color: #fff; }
.visual-panel h2 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
}
.visual-panel p {
  max-width: 620px;
  font-size: 16px;
}
.mini-sat { width: 86px; height: 86px; margin-bottom: auto; border: 10px solid #fff; border-left-color: transparent; border-radius: 50%; transform: rotate(-22deg); opacity: .9; }
.check-list ul { padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { padding: 16px 0 16px 34px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 750; position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 16px; height: 16px; border-radius: 50%; background: var(--lime); }
.dark-band { color: #fff; background: #07182f; }
.dark-band h2, .dark-band p { color: #fff; }
.tech-cards { display: grid; gap: 14px; }
.tech-cards article { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.tech-cards strong { display: block; color: var(--lime); font-size: 25px; }
.tech-cards span { color: rgba(255,255,255,.78); }
.starlink-reason-section {
  background: linear-gradient(180deg, #fff, #f5f8fc);
}
.starlink-reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.starlink-reasons article {
  padding: 26px;
}
.starlink-reasons h3 {
  margin-bottom: 8px;
}
.starlink-reasons p {
  margin-bottom: 0;
  font-size: 14px;
}

.location-split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: center;
}
.location-panel {
  background: radial-gradient(circle at 70% 18%, #c8ff3d 0, transparent 18%), linear-gradient(145deg, #07182f, #087ccf 68%, #65cbff);
  border-radius: 28px;
  padding: 44px 36px;
  color: #fff;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.location-panel .eyebrow { color: var(--lime); }
.location-panel h2 { color: #fff; font-size: clamp(26px, 3vw, 40px); margin-bottom: 16px; }
.location-panel p { color: rgba(255,255,255,.75); font-size: 15px; margin: 0; }
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.location-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 650;
  color: var(--navy);
}
.location-list li:nth-last-child(-n+2) { border-bottom: none; }
.location-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
  border: 2px solid #a8d800;
}
.location-grid article small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.scope-list { display: flex; flex-wrap: wrap; gap: 12px; }
.scope-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  text-align: center;
}
.scope-list {
  align-content: center;
  justify-content: center;
}
.scope-list span {
  min-width: 165px;
}
.gallery-actions { display: flex; gap: 10px; }
.gallery-actions button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,24,47,.08);
  font-size: 30px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.gallery-actions button:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--navy);
}
.gallery-groups {
  display: grid;
  gap: 34px;
}
.gallery-row {
  min-width: 0;
}
.gallery-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.gallery-row-head h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 2vw, 30px);
}
.gallery-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 320px);
  grid-template-rows: 190px;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(7,24,47,.25) transparent;
}
.gallery-grid::-webkit-scrollbar { height: 8px; }
.gallery-grid::-webkit-scrollbar-thumb { background: rgba(7,24,47,.25); border-radius: 999px; }
.gallery-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 14px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-image: linear-gradient(180deg, rgba(7,24,47,.04), rgba(7,24,47,.78)), var(--photo, linear-gradient(135deg, #eaf4ff, #cfe8fb));
  background-position: center;
  background-size: cover;
  scroll-snap-align: start;
}
.gallery-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,24,47,.02), rgba(7,24,47,.76)); transition: transform .25s ease; }
.gallery-card:hover::before { transform: scale(1.08); }
.clean-gallery .gallery-card::before {
  background: linear-gradient(180deg, rgba(7,24,47,0), rgba(7,24,47,.14));
}
.clean-gallery .gallery-card:hover::before {
  background: linear-gradient(180deg, rgba(7,24,47,0), rgba(7,24,47,.22));
}
.gallery-card span, .gallery-card strong { position: relative; z-index: 1; }
.gallery-card span { padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 11px; font-weight: 900; }
.gallery-card strong { margin-top: 8px; font-size: 16px; line-height: 1.15; }
.gallery-card.tall, .gallery-card.wide { grid-row: span 1; grid-column: span 1; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefits-grid article { padding: 28px; }
.price-section { background: linear-gradient(180deg, #fff, #eef7ff); }
.price-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; padding: 42px; }
.faq-list { max-width: 900px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); background: #fff; }
details:first-child { border-radius: 22px 22px 0 0; }
details:last-child { border-radius: 0 0 22px 22px; border-bottom: 0; }
summary { padding: 22px 26px; color: var(--navy); font-size: 18px; font-weight: 850; cursor: pointer; }
details p { padding: 0 26px 22px; margin: 0; }
.contact-grid { align-items: stretch; }
.contact-form, .contact-card { padding: 34px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form h2, .contact-form .eyebrow, .contact-form label:nth-of-type(5), .contact-form button { grid-column: 1 / -1; }
label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px; background: #f9fbfd; color: var(--ink); }
.contact-card { color: #fff; background: linear-gradient(160deg, #07182f, #0b4f8d); }
.contact-card h2, .contact-card p { color: #fff; }
.contact-card a[href^="mailto"], .contact-card a[href^="https"] { color: var(--lime); text-decoration: none; word-break: break-all; }
.contact-card a[href^="mailto"]:hover, .contact-card a[href^="https"]:hover { text-decoration: underline; }
.contact-director { margin-top: 20px !important; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; opacity: .8; }
.contact-director strong { display: block; font-size: 16px; opacity: 1; color: #fff; margin-top: 4px; }
.big-phone { display: block; margin: 20px 0; color: var(--lime); font-size: clamp(30px, 4vw, 52px); font-weight: 900; text-shadow: 0 0 32px rgba(200,255,61,.35); }
.socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.socials a { padding: 12px 14px; border-radius: 999px; background: rgba(255,255,255,.12); font-weight: 800; }
.site-footer {
  position: relative;
  padding: 64px 0 32px;
  color: #fff;
  background: linear-gradient(160deg, #07182f 0%, #0b2244 55%, #0d2e5a 100%);
  overflow: hidden;
}
/* subtle radial glow top-right */
.site-footer::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,164,255,.12) 0%, transparent 70%);
  pointer-events: none;
}
/* lime accent line on top */
.site-footer::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lime) 0%, var(--blue-2) 50%, transparent 100%);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .9fr .6fr; gap: 40px; }
.site-footer p { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.72); font-size: 14px; transition: color .15s; }
.site-footer a:hover { color: var(--lime); }
.site-footer h3 { color: #fff; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.footer-brand span:last-child { color: #fff; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
/* ── Independent installer badge (hero) ── */
.independent-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.independent-badge svg { flex-shrink: 0; opacity: .9; }

/* ── Independent installer bar (below hero) ── */
.independent-bar {
  background: transparent;
  padding: 16px 0 70px;
  display: flex;
  justify-content: center;
}
.independent-bar-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgba(7,24,47,.82);
  border: 1px solid rgba(200,255,61,.3);
  border-radius: 999px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.independent-bar svg { color: var(--lime); flex-shrink: 0; }
.independent-bar p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  line-height: 1.4;
  white-space: nowrap;
}
.independent-bar strong { color: var(--lime); font-weight: 800; }

.footer-disclaimer { margin-top: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); text-align: center; }
.footer-disclaimer p { font-size: 12px; color: rgba(255,255,255,.38); margin: 4px 0; line-height: 1.6; }
.footer-disclaimer strong { color: rgba(255,255,255,.55); }
.footer-director { margin-top: 16px !important; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.5); }
.footer-director strong { display: block; font-size: 14px; color: #fff; margin-top: 4px; font-weight: 800; }
.site-footer .languages { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.site-footer .languages button { color: rgba(255,255,255,.75); background: transparent; }
.site-footer .languages button.active, .site-footer .languages button:hover { color: var(--navy); background: var(--lime); }
.site-footer .brand-mark { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.site-footer .logo-mast, .site-footer .logo-roof { stroke: #fff; }
.socials { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.socials a { padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 700; font-size: 13px; border: 1px solid rgba(255,255,255,.1); margin: 0; }
.socials a:hover { background: rgba(255,255,255,.14); color: #fff; }
.quick-contact { position: fixed; right: 18px; bottom: 22px; z-index: 60; display: grid; gap: 10px; }
.quick-contact a { padding: 13px 16px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 900; box-shadow: var(--shadow); }
.quick-contact a:first-child { background: var(--lime); color: var(--navy); }
/* ── Mobile call bar – single button ── */
.mobile-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 10px 14px 10px; background: #fff; border-top: 1px solid var(--line); }
.mobile-call-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; border: none; border-radius: 999px; background: var(--lime); color: var(--navy); font-weight: 900; font-size: 17px; cursor: pointer; letter-spacing: -.01em; }
.mobile-call-btn:active { opacity: .85; }

/* ── Contact bottom sheet ── */
.contact-sheet-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(7,24,47,.45); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.contact-sheet-backdrop.open { opacity: 1; visibility: visible; }
.contact-sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #fff; border-radius: 28px 28px 0 0; padding: 12px 16px calc(28px + env(safe-area-inset-bottom, 0px)); transform: translateY(100%); transition: transform .3s cubic-bezier(.32,1,.55,1); box-shadow: 0 -8px 40px rgba(7,24,47,.18); }
.contact-sheet.open { transform: translateY(0); }
.contact-sheet-handle { width: 44px; height: 5px; border-radius: 99px; background: var(--line); margin: 0 auto 18px; }
.contact-sheet-title { text-align: center; font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 14px; }
.contact-sheet-opt { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 18px; text-decoration: none; color: var(--navy); transition: background .15s; margin-bottom: 8px; }
.contact-sheet-opt:active { opacity: .8; }
.cso-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; }
.cso-icon-tel { background: #eef6ff; color: var(--blue); }
.cso-icon-wa { background: #e8faf0; }
.cso-icon-vb { background: #f0eefe; }
.cso-text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.cso-text strong { font-size: 17px; font-weight: 800; }
.cso-text small { font-size: 13px; color: var(--muted); font-weight: 500; }
.cso-arrow { color: var(--muted); flex-shrink: 0; }
.cso-tel { background: #f5f8fc; }
.cso-wa { background: #f5fef8; }
.cso-vb { background: #f5f3ff; }
.cso-cancel { width: 100%; margin-top: 6px; padding: 15px; border: 2px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-weight: 800; font-size: 16px; cursor: pointer; }
.cso-cancel:active { background: var(--soft); }

/* ── Desktop contact modal ── */
.cmodal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(7,24,47,.55); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.cmodal-backdrop.open { opacity: 1; visibility: visible; }
.cmodal { position: fixed; top: 50%; left: 50%; z-index: 110; width: min(480px, calc(100vw - 32px)); transform: translate(-50%, -48%) scale(.97); opacity: 0; pointer-events: none; transition: transform .28s cubic-bezier(.32,1,.55,1), opacity .22s; background: #fff; border-radius: 28px; padding: 40px 36px 32px; box-shadow: 0 32px 80px rgba(7,24,47,.22); }
.cmodal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
/* ── Director avatar – shared base ── */
.cmodal-avatar-ring,
.director-avatar-ring {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--lime) 0%, var(--blue-2) 55%, var(--blue) 100%);
  box-shadow: 0 8px 28px rgba(4,121,217,.28);
  flex-shrink: 0;
}
.cmodal-avatar,
.director-avatar {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #fff;
  background: #f5f8fc;
}
/* green "active" dot */
.cmodal-avatar-badge,
.director-avatar-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c55e;
  border: 2.5px solid #fff;
}

/* Modal avatar */
.cmodal-avatar-ring { margin: 0 auto 14px; }
.cmodal-avatar { width: 88px; height: 88px; }

/* Contact card profile row */
.director-profile { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 14px 16px; background: var(--soft); border-radius: 18px; }
.director-avatar { width: 72px; height: 72px; }
.director-info { display: flex; flex-direction: column; gap: 3px; }
.director-info strong { font-size: 16px; font-weight: 900; color: var(--navy); }
.director-info span { font-size: 13px; color: var(--muted); font-weight: 500; }

.cmodal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; border: none; border-radius: 50%; background: var(--soft); color: var(--muted); cursor: pointer; transition: background .15s; }
.cmodal-close:hover { background: var(--line); }
.cmodal-name { font-size: 22px; font-weight: 900; color: var(--navy); margin: 6px 0 4px; text-align: center; }
.cmodal-role { font-size: 13px; color: var(--muted); margin: 0 0 20px; text-align: center; }
.cmodal-phone { display: block; font-size: 34px; font-weight: 900; color: var(--navy); letter-spacing: -.02em; margin-bottom: 18px; text-decoration: none; }
.cmodal-phone:hover { color: var(--blue); }
.cmodal-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.cmodal-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 999px; font-weight: 800; font-size: 16px; text-decoration: none; transition: opacity .18s; }
.cmodal-btn:hover { opacity: .88; }
.cmodal-wa { background: #25D366; color: #fff; }
.cmodal-vb { background: #7360f2; color: #fff; }
.cmodal-details { display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--line); padding-top: 20px; }
.cmodal-detail-row { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: 14px; text-decoration: none; color: var(--navy); transition: background .15s; }
.cmodal-detail-row:hover { background: var(--soft); }
.cmodal-detail-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--soft); color: var(--blue); flex-shrink: 0; }
.cmodal-detail-text { display: flex; flex-direction: column; gap: 1px; }
.cmodal-detail-text strong { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.cmodal-detail-text span { font-size: 15px; font-weight: 600; color: var(--navy); }

.btn-whatsapp { background: #25D366 !important; color: #fff !important; border-color: #25D366 !important; display: inline-flex; align-items: center; gap: 8px; }
.btn-viber { background: #7360f2 !important; color: #fff !important; border-color: #7360f2 !important; display: inline-flex; align-items: center; gap: 8px; }
.send-via-label { grid-column: 1 / -1; display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
.send-via-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.send-via-option { cursor: pointer; }
.send-via-option input { display: none; }
.send-via-box { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfd; font-weight: 700; font-size: 15px; color: var(--navy); transition: all .18s; }
.send-via-option input:checked + .send-via-box { border-color: transparent; color: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.send-via-option:has(input[value="whatsapp"]) input:checked + .send-via-box { background: #25D366; }
.send-via-option:has(input[value="viber"]) input:checked + .send-via-box { background: #7360f2; }
.send-via-viber-opt .send-via-box { color: #7360f2; }
.send-via-viber-opt input:checked + .send-via-box { color: #fff; }
.messenger-btns { display: flex; gap: 10px; margin: 16px 0; flex-wrap: wrap; }
.messenger-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font-weight: 800; font-size: 15px; text-decoration: none; transition: opacity .2s; max-width: 180px; }
.messenger-btn:hover { opacity: .85; }
.messenger-btn svg { width: 20px !important; height: 20px !important; min-width: 20px; min-height: 20px; flex-shrink: 0; }
.messenger-btn.whatsapp { background: #25D366; color: #fff; }
.messenger-btn.viber { background: #7360f2; color: #fff; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; background: rgba(7,24,47,.78); }
.lightbox.open { display: grid; }
.lightbox-close { position: absolute; right: 24px; top: 24px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; color: var(--navy); font-size: 30px; cursor: pointer; z-index: 2; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgba(255,255,255,.22); color: #fff; font-size: 36px; line-height: 1; cursor: pointer; z-index: 2; transition: background .2s; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.38); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox div { width: min(1100px, calc(100% - 36px)); height: min(82vh, 760px); min-height: 320px; display: flex; flex-direction: column; justify-content: end; padding: 0; border-radius: 24px; color: #fff; background-color: transparent; box-shadow: none; }
.lightbox span { width: fit-content; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.16); font-weight: 900; }
.lightbox strong { margin-top: 14px; font-size: 30px; }

@media (max-width: 1120px) {
  .main-nav { display: none; position: absolute; left: 18px; right: 18px; top: 78px; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; justify-content: stretch; }
  .menu-toggle { display: block; }
  .phone-link { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .location-split { grid-template-columns: 1fr; gap: 28px; }
  .location-list { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  /* --- Layout --- */
  .container { width: min(100% - 24px, 1180px); }
  .site-header { padding: 12px 14px; min-height: 70px; }
  .header-actions .btn-small { display: none; }
  .brand-text-blue { font-size: 11px; }
  .brand-text-lime { font-size: 11px; }
  .languages button { padding: 6px 7px; }

  /* --- Hero --- */
  .hero { min-height: 0; padding: 36px 0 38px; overflow: visible; }
  .hero-grid { gap: 20px; }
  h1 { font-size: clamp(24px, 7vw, 34px); line-height: 1.08; word-break: break-word; overflow-wrap: break-word; }
  h2 { font-size: clamp(20px, 6vw, 30px); line-height: 1.12; }
  h3 { font-size: clamp(15px, 4.5vw, 19px); }
  .hero-copy p { font-size: 14px; line-height: 1.6; overflow-wrap: break-word; }

  /* Hero CTA — 2 mygtuk greta + 1 per visą plotį */
  .hero-cta { margin-top: 20px; gap: 10px; }
  .hero-cta .btn { flex: 1 1 calc(50% - 5px); min-height: 52px; font-size: 15px; justify-content: center; padding: 0 14px; }
  .hero-cta .btn-ghost { flex: 1 1 100%; background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.5); }
  .hero-cta .btn-ghost:hover { background: rgba(255,255,255,.25); }

  /* Hero badges — inline wrapping */
  .hero-badges { gap: 7px; }
  .hero-badges span { font-size: 12px; padding: 6px 11px; }

  /* Hero visual */
  .hero-visual { min-height: 280px; }
  .sky-card { inset: 20px 0 40px; border-radius: 22px; }
  .float-card { min-width: 110px; padding: 10px; border-radius: 16px; }
  .float-card strong { font-size: 16px; }
  .float-card span { font-size: 11px; }
  .card-b { right: 0; top: 0; }
  .card-d, .card-e, .card-f { display: none; }

  /* --- Sections --- */
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 22px; text-align: left; }

  /* --- Grids → 1 column --- */
  .trust-strip, .services-grid, .split-grid, .feature-grid, .benefits-grid, .price-panel, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .starlink-reasons { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: 0; border-radius: 0; width: 100%; }
  .trust-item { min-height: 108px; padding: 18px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-item strong { font-size: 20px; }
  .trust-item span { font-size: 12px; }

  /* --- Cards --- */
  .service-card { min-height: auto; padding: 20px; border-radius: 20px; }
  .service-card p, .benefits-grid p { display: block; -webkit-line-clamp: unset; overflow: visible; }
  .service-card p { font-size: 13px; line-height: 1.5; }
  p, li { overflow-wrap: break-word; word-break: break-word; }
  .starlink-card { grid-column: span 1; }
  .sat-card { grid-column: span 1; }
  .popular-badge { right: 14px; top: 14px; }
  .icon { margin-bottom: 16px; }

  /* --- Proof / Visual --- */
  .proof-panel { grid-template-columns: 1fr; }
  .visual-panel { min-height: 300px; border-radius: 22px; padding: 22px; }
  .visual-panel h2 { font-size: 28px; }
  .visual-panel p { font-size: 14px; }

  /* --- Price / Contact --- */
  .price-panel { padding: 22px; border-radius: 22px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; border-radius: 22px; }
  .contact-card { padding: 22px; border-radius: 22px; }
  .big-phone { font-size: 30px; }

  /* --- Scope list --- */
  .scope-list { justify-content: stretch; }
  .scope-list span { width: 100%; min-width: 0; }
  .row-head { display: block; }

  /* --- Gallery --- */
  .gallery-row-head { align-items: flex-start; }
  .gallery-actions { margin-top: 0; }
  .gallery-actions button { width: 44px; height: 44px; }
  .gallery-grid { grid-auto-columns: minmax(220px, 80vw); grid-template-rows: 155px; gap: 10px; }
  .gallery-card { padding: 12px; border-radius: 16px; }
  .gallery-card strong { font-size: 14px; }
  .gallery-card span { font-size: 10px; }
  .tall, .wide { grid-row: span 1; grid-column: span 1; }

  /* --- Location --- */
  .location-grid { grid-template-columns: 1fr; }
  .location-grid article { min-height: 130px; }
  .location-panel { min-height: 240px; padding: 24px 20px; border-radius: 22px; }

  /* --- Form / Contact card --- */
  .send-via-group { grid-template-columns: 1fr 1fr; }
  .send-via-box { font-size: 13px; padding: 12px 8px; }
  .messenger-btns { flex-direction: column; }
  .messenger-btn { max-width: 100%; }

  /* --- Mobile bar --- */
  .quick-contact { display: none; }
  .mobile-call { display: block; }
  .independent-bar p { white-space: normal; font-size: 12px; }
  .independent-bar-inner { border-radius: 18px; margin: 0 16px; padding: 10px 16px; }
  .independent-badge { font-size: 11px; padding: 6px 12px; }
  .mobile-call-btn { font-size: 16px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)); }

  /* --- Footer --- */
  .site-footer { padding: 44px 0 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  /* Very small phones — stack hero CTA fully */
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-badges span { font-size: 11px; padding: 5px 9px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-right: none; }
  .send-via-group { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  h1 { font-size: 22px; }
  h2 { font-size: 19px; }
  h3 { font-size: 15px; }
  .btn { font-size: 14px; padding: 12px 14px; }
  .big-phone { font-size: 26px; }
  .trust-item strong { font-size: 18px; }
  .services-grid { grid-template-columns: 1fr; }
}
