﻿:root {
  --bg: #0b1220;
  --surface: #ffffff;
  --surface-alt: #f6f8fb;
  --surface-dark: #0f172a;
  --text: #102033;
  --muted: #5d6b82;
  --line: rgba(16,32,51,.10);
  --primary: #1f8fe5;
  --primary-dark: #0d6db9;
  --accent: #12b981;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(15,23,42,.12);
  --shadow-soft: 0 10px 30px rgba(15,23,42,.08);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; overscroll-behavior-x: none; max-width: 100%; width: 100%; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}
.page-loader {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 110;
  height: 3px;
  background: rgba(11,18,32,.06);
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  transition: opacity .3s ease;
}
.page-loader.is-hidden {
  opacity: 0;
}
.page-loader-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1f8fe5 0%, #2f70c1 55%, #0f4c81 100%);
  transform: translate3d(-92%, 0, 0);
  box-shadow: 0 0 14px rgba(31,143,229,.32);
  transition: transform .24s ease-out;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.section { padding: 84px 0; }
.section-nav-sticky { padding-top: 16px; padding-bottom: 28px; }
.service-search-section { padding-top: 0; padding-bottom: 10px; }
.service-categories-wrap { padding-top: 28px; }
.section-alt { background: var(--surface-alt); }
.section-dark { background: linear-gradient(135deg, #0b1220 0%, #0f172a 100%); color: #fff; }
.page-main { padding-top: 126px; }
#uzklausa {
  scroll-margin-top: 128px;
  padding-top: 32px;
}
.hidden-field { position:absolute; left:-9999px; }
.center { text-align: center; }
.eyebrow {
  display:inline-flex; align-items:center; gap:10px; padding:8px 14px; border-radius:999px;
  background: rgba(31,143,229,.10); color: var(--primary-dark); font-weight: 700; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase;
}
.section-dark .eyebrow, .glass-card .eyebrow { background: rgba(255,255,255,.10); color: #d6ecff; }
h1, h2, h3 { line-height: 1.14; margin: 0 0 16px; letter-spacing: -.02em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 16px; color: var(--muted); }
.section-dark p, .section-dark li, .glass-card p { color: rgba(255,255,255,.82); }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20; background: rgba(255,255,255,.88); backdrop-filter: saturate(170%) blur(16px); border-bottom: 1px solid rgba(16,32,51,.08);
}
.nav-wrap { min-height: 78px; display:flex; align-items:center; justify-content:space-between; gap: 24px; }
.brand img { width: min(345px, 56vw); height: auto; }
.site-nav { display:flex; align-items:center; gap: 22px; }
.site-nav a { font-weight: 600; color: #24364d; position: relative; white-space: nowrap; }
.site-nav a::after { content:""; position:absolute; left:0; right:0; bottom:-8px; height:2px; border-radius:99px; background: var(--primary); transform: scaleX(0); transform-origin:left; transition: transform .28s ease; }
.site-nav a:hover { color: var(--primary-dark); }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-toggle {
  display:none;
  position: relative;
  background:none;
  border:0;
  padding:0;
  width:44px;
  height:44px;
  cursor: pointer;
}
.nav-toggle span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background:#1b2b44;
  border-radius:99px;
  transition: transform .28s ease, opacity .2s ease, top .28s ease, background-color .2s ease;
}
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 29px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.btn {
  display:inline-flex; align-items:center; justify-content:center; min-height: 52px; padding: 0 22px; border-radius: 16px;
  border: 0; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; font-weight: 700; box-shadow: 0 12px 28px rgba(31,143,229,.28); transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 30px rgba(31,143,229,.32); filter: saturate(1.05); }
.btn-secondary { background: #fff; color: var(--text); border: 1px solid rgba(16,32,51,.12); box-shadow: none; }
.btn-sm { min-height: 44px; padding: 0 16px; }
.site-nav .btn.btn-sm {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 17px;
  background: linear-gradient(180deg, #2792ea 0%, #1778da 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(23, 120, 218, .26);
}
.site-nav .btn.btn-sm:hover {
  color: #fff;
  box-shadow: 0 14px 28px rgba(23, 120, 218, .32);
  filter: none;
}
.text-link { color: var(--primary-dark); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.text-link::after { content: '→'; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.hover-lift { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease; }
.hover-lift:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15,23,42,.14); border-color: rgba(31,143,229,.24); }
.icon-badge {
  width: 52px; height: 52px; border-radius: 16px; display: inline-grid; place-items: center; background: rgba(31,143,229,.10); color: var(--primary-dark); flex: 0 0 52px;
}
.icon-badge svg { width: 24px; height: 24px; }
.icon-badge.small { width: 36px; height: 36px; border-radius: 12px; flex-basis: 36px; }
.icon-badge.small svg { width: 18px; height: 18px; }
.icon-badge.large { width: 60px; height: 60px; }
.hero { position: relative; min-height: 100svh; display:grid; align-items:end; isolation:isolate; background: url("/static/image/main.jpg") center center / cover no-repeat fixed; }
.hero-media, .hero-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-media { display:none; }
.hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(11,18,32,.74) 0%, rgba(11,18,32,.42) 45%, rgba(11,18,32,.18) 100%); }
.hero-content { position: relative; z-index: 1; padding: 198px 0 70px; display:grid; gap: 28px; grid-template-columns: 1.25fr .75fr; align-items:end; }
.hero-copy { max-width: 720px; }
.hero-copy h1, .hero-copy p, .hero-copy li { color:#fff; }
.hero-copy > * { max-width: 100%; }
.hero-copy p { font-size: 1.125rem; max-width: 680px; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 14px; margin-top: 28px; }
.hero-actions .quote-only-mobile { display: none; }
.hero-panel { padding: 26px; border-radius: 24px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); color: #fff; box-shadow: var(--shadow); }
.hero-panel h2 { font-size: 1.35rem; }
.hero-panel ul { padding-left: 18px; margin: 0; display:grid; gap: 10px; }
.trust-row { list-style:none; padding:0; margin:28px 0 0; display:flex; flex-wrap:wrap; gap: 10px; }
.trust-row li { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.12); font-weight: 600; display:flex; align-items:center; gap: 8px; }
.section-head { max-width: 800px; margin-bottom: 28px; }
.page-hero .container > p:last-child { margin-bottom: 0; }
.cards-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card, .service-item, .step, .quote-form, .stat-cards article, .service-card, .service-mini, .glass-card, .testimonial-card, .legal-content, .cookie-card, .cookie-modal-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft);
}
.card, .service-mini, .service-card { padding: 24px; }
.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-card h3 { margin-top: 16px; }
.category-card p {
  min-height: 96px;
  margin-bottom: 0;
}
.category-card .text-link {
  margin-top: auto;
  padding-top: 18px;
}
.split-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap: 34px; }
.section-dark .split-grid { grid-template-columns: .9fr 1.1fr; }
.align-center { align-items:center; }
.check-list { list-style:none; padding:0; margin:24px 0 0; display:grid; gap: 14px; }
.reveal .check-list + p { margin-top: 24px; }
.check-list li { padding-left: 32px; position:relative; }
.check-list li::before { content:'✓'; position:absolute; left:0; top:0; color:#78ffc7; font-weight:800; }
.stat-cards { display:grid; gap: 18px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.7fr); align-self:end; }
.stat-cards article { padding: 28px 20px; text-align:center; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.10); display: flex; flex-direction: column; justify-content: center; }
.stat-cards article:nth-child(3) { padding-inline: 36px; }
.stat-cards article:nth-child(3) strong { font-size: clamp(1rem, 1.35vw, 1.4rem); white-space: nowrap; }
.stat-cards strong { display:block; color:#fff; font-size: 2rem; margin-bottom: 8px; }
.stat-cards span { color: rgba(255,255,255,.82); max-width: 14ch; margin: 0 auto; }
.stat-cards article:nth-child(3) span { max-width: none; }
.image-stack { display:grid; grid-template-columns: .95fr 1.05fr; gap: 16px; }
.image-stack img { width:100%; height:100%; min-height: 320px; object-fit:cover; border-radius: 24px; box-shadow: var(--shadow); transition: transform .4s ease, box-shadow .4s ease; }
.image-stack img:hover { transform: scale(1.02); }
.team-grid {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,23,42,.12);
  border-color: rgba(31,143,229,.18);
}
.team-card img {
  width: 100%;
  height: 330px;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center top;
}
.team-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 14px 18px 16px;
  min-height: 128px;
}
.team-card-body h3 {
  margin: 0;
  font-size: 1.45rem;
  color: var(--text);
  line-height: 1.15;
  min-height: 1.84em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.team-role {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(31,143,229,.10);
  color: var(--primary-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.team-card-body p {
  margin: 0;
  color: #31445f;
  font-size: 1rem;
  line-height: 1.45;
}
.steps-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.steps-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.step { padding: 24px; }
.step span { display:inline-grid; place-items:center; width:46px; height:46px; border-radius:50%; background: rgba(31,143,229,.12); color:var(--primary-dark); font-weight: 800; margin-bottom: 18px; }
.faq-list { display:grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; background:#fff; }
.faq-item summary { cursor:pointer; font-weight: 700; list-style:none; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item p { margin-top: 12px; }
.form-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items:start; }
.quote-form { padding: 24px; display:grid; gap: 16px; }
.quote-form label { display:grid; gap: 8px; font-weight: 600; color:#1b2b44; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid rgba(16,32,51,.14); border-radius: 14px; min-height: 52px; padding: 14px 16px; font: inherit; color: var(--text); background:#fff;
}
.quote-form textarea { min-height: 140px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 2px solid rgba(31,143,229,.18); border-color: var(--primary); }
.service-select-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.service-select {
  position: relative;
}
.service-select-trigger {
  width: 100%;
  min-height: 52px;
  padding: 14px 44px 14px 16px;
  border: 1px solid rgba(16,32,51,.14);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.service-select-trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #51657f;
  border-bottom: 2px solid #51657f;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .18s ease;
}
.service-select.is-open .service-select-trigger::after {
  transform: translateY(-30%) rotate(-135deg);
}
.service-select-trigger:focus {
  outline: 2px solid rgba(31,143,229,.18);
  border-color: var(--primary);
}
.service-select-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 25;
  max-height: 320px;
  overflow: auto;
  padding: 6px 0;
  border: 1px solid rgba(16,32,51,.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(15,23,42,.10);
}
.service-select-group + .service-select-group {
  margin-top: 2px;
}
.service-select-group-label {
  padding: 10px 14px 6px;
  color: #0f2746;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
}
.service-select-option {
  display: block;
  width: 100%;
  padding: 7px 14px;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.service-select-option:hover,
.service-select-option.is-selected {
  background: rgba(16,32,51,.08);
}
.file-upload input[type="file"] { position: absolute; opacity: 0; pointer-events: none; }
.file-upload { position: relative; cursor: pointer; }
.file-dropzone {
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap: 10px; min-height: 130px; padding: 18px; border: 2px dashed rgba(16,32,51,.18); border-radius: 18px; background: linear-gradient(180deg, #fafcff 0%, #f5f9ff 100%); transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.file-upload:hover .file-dropzone, .file-upload.is-dragover .file-dropzone { border-color: rgba(31,143,229,.45); background: #eef7ff; transform: translateY(-2px); }
.file-dropzone strong { color: #405069; }
.file-dropzone small { color: var(--muted); font-weight: 500; }
.form-actions { display:flex; flex-wrap:wrap; gap: 12px; }
.form-note { font-size: .95rem; }
.consent-check { grid-template-columns: auto 1fr; align-items:flex-start; gap: 12px !important; }
.consent-check input { width: 20px; min-height: 20px; margin-top: 2px; }
.contact-points, .icon-list { list-style:none; padding:0; margin: 24px 0 0; display:grid; gap: 10px; }
.icon-list li { display:grid; grid-template-columns: 36px 1fr; gap: 12px; align-items:center; }
.services-list { display:grid; gap: 16px; }
.service-item { padding: 22px; display:flex; justify-content:space-between; gap: 20px; align-items:center; }
.page-hero { padding: 32px 0 36px; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
.page-hero.compact { padding-top: 32px; }
.page-hero-pattern { background-image: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%), radial-gradient(circle at 20% 20%, rgba(31,143,229,.08), transparent 25%), radial-gradient(circle at 80% 0%, rgba(18,185,129,.08), transparent 20%); background-blend-mode: normal; }
.category-nav {
  display:flex; flex-wrap:wrap; gap: 12px; padding: 16px; border:1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); position: sticky; top: 94px; z-index: 8;
}
.category-nav a { padding: 10px 14px; border-radius: 999px; background: #f2f6fb; color:#27405e; font-weight: 700; transition: .2s ease; }
.category-nav a:hover { background:#e4f1ff; color: var(--primary-dark); transform: translateY(-1px); }
.service-search-card {
  padding: 24px;
  border: 1px solid rgba(16,32,51,.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(31,143,229,.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 18px 44px rgba(15,23,42,.08);
}
.service-search-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}
.service-search-title {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  min-width: 0;
}
.service-search-title-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: var(--primary-dark);
  background: linear-gradient(180deg, rgba(31,143,229,.12) 0%, rgba(31,143,229,.08) 100%);
  box-shadow: inset 0 0 0 1px rgba(31,143,229,.08);
}
.service-search-title-icon svg {
  width: 24px;
  height: 24px;
}
.service-search-label {
  display: block;
  margin: 0 0 16px;
}
.service-search-lead {
  margin: 0;
  font-size: .95rem;
  color: #62748c;
}
@media (min-width: 961px) {
  .service-search-lead {
    white-space: nowrap;
  }
}
.service-search-kicker {
  display: none;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(31,143,229,.10);
  color: var(--primary-dark);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.service-search-input-wrap {
  position: relative;
  margin-bottom: 14px;
}
.service-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #1c5fa8;
  opacity: .92;
  pointer-events: none;
}
.service-search-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.service-search-input {
  width: 100%;
  min-height: 60px;
  padding: 0 56px 0 54px;
  border-radius: 20px;
  border: 2px solid rgba(31,143,229,.42);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 0 0 4px rgba(31,143,229,.08), 0 10px 24px rgba(15,23,42,.08);
  font-size: 1rem;
}
.service-search-input::placeholder {
  color: #5f7288;
  opacity: 1;
}
.service-search-input:focus {
  outline: 2px solid rgba(31,143,229,.24);
  border-color: var(--primary);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 30px rgba(31,143,229,.14);
}
.service-search-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(31,143,229,.10);
  color: #45627f;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
}
.service-search-clear:hover {
  background: rgba(31,143,229,.10);
  color: var(--primary-dark);
  transform: translateY(-50%) scale(1.04);
}
.service-search-clear span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .service-search-input {
    border-color: rgba(31,143,229,.5);
    background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 4px rgba(31,143,229,.10), 0 8px 20px rgba(15,23,42,.09);
  }
  .service-search-input::placeholder {
    color: #52667d;
  }
  .service-search-icon {
    color: #1663b0;
    opacity: 1;
  }
  .service-search-clear {
    background: rgba(31,143,229,.14);
    color: #28527d;
  }
}
.service-search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  z-index: 12;
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(16,32,51,.08);
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 40px rgba(15,23,42,.14);
  backdrop-filter: blur(10px);
}
.service-search-suggestions[hidden] {
  display: none !important;
}
.service-search-suggestion {
  width: 100%;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  color: #1b3553;
  text-align: left;
  padding: 12px 14px;
  border-radius: 16px;
  cursor: pointer;
  border: 1px solid rgba(16,32,51,.06);
  transition: background-color .2s ease, transform .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service-search-suggestion:hover,
.service-search-suggestion.is-active {
  background: #eef7ff;
  color: var(--primary-dark);
  transform: translateY(-1px);
  border-color: rgba(31,143,229,.16);
  box-shadow: 0 10px 20px rgba(31,143,229,.08);
}
.service-search-suggestion mark {
  background: rgba(31,143,229,.16);
  color: inherit;
  padding: 0 .08em;
  border-radius: .28em;
}
.service-search-suggestion-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.service-search-suggestion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
}
.service-search-suggestion-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 0 0 4px rgba(31,143,229,.08);
  flex: 0 0 auto;
}
.service-search-suggestion-text {
  min-width: 0;
}
.service-search-suggestion-category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16,32,51,.05);
  color: #5a6b83;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}
.service-search-suggestion-parent {
  display: block;
  margin-top: 6px;
  padding-left: 18px;
  font-size: .8rem;
  color: #70829a;
  text-align: left;
}
.service-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}
.service-search-chip {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(16,32,51,.10);
  background: rgba(255,255,255,.88);
  color: #29425f;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.service-search-chip:hover {
  transform: translateY(-1px);
  background: #eef7ff;
  border-color: rgba(31,143,229,.18);
  color: var(--primary-dark);
}
.service-search-empty {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px dashed rgba(16,32,51,.14);
  background: #f8fbff;
  box-shadow: var(--shadow-soft);
}
.service-search-empty strong {
  display: block;
  margin-bottom: 6px;
  color: #16304f;
}
.service-search-empty p {
  margin: 0;
}
.service-categories-wrap .container { display:grid; gap: 32px; }
.service-category { padding: 28px; border-radius: 28px; background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.service-category {
  scroll-margin-top: 130px;
}
.service-category[hidden],
.service-card[hidden] {
  display: none !important;
}
.category-head { display:grid; grid-template-columns: 60px 1fr; gap: 18px; align-items:flex-start; margin-bottom: 18px; }
.service-grid { display:grid; gap: 18px; }
.service-grid-full { grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card-top, .service-mini-head { display:grid; grid-template-columns: 52px 1fr; gap: 14px; align-items:flex-start; margin-bottom: 8px; }
.service-card p, .service-mini p { min-height: 72px; }
.service-card .service-bullets {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.service-card .service-bullets li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: #4a5d78;
  line-height: 1.5;
}
.service-card .service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 0 0 4px rgba(31,143,229,.10);
}
.service-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-top: auto;
  padding-top: 20px;
}
.service-card-actions .text-link {
  cursor: pointer;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: .98rem;
  justify-content: center;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}
.service-card-actions .text-link::after {
  display: none;
}
.service-card-actions .service-modal-open {
  border: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(31,143,229,.28);
}
.service-card-actions .service-modal-open:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(31,143,229,.32);
  filter: saturate(1.05);
}
.service-card-actions a.text-link {
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(16,32,51,.12);
  box-shadow: none;
}
.service-card-actions a.text-link:hover {
  transform: translateY(-2px);
  border-color: rgba(31,143,229,.24);
  color: var(--text);
}
.service-modal[hidden] {
  display: none !important;
}
.service-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 16px;
  --modal-origin-x: 50%;
  --modal-origin-y: 100%;
  --modal-shift-x: 0px;
  --modal-shift-y: 32px;
  --modal-scale-x: .42;
  --modal-scale-y: .18;
  overscroll-behavior: contain;
}
.body-service-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  height: 100%;
}
.service-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 23, .58);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .34s ease;
}
.service-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(88vh, 860px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .20);
  opacity: 0;
  transform-origin: var(--modal-origin-x) var(--modal-origin-y);
  transform:
    translate3d(var(--modal-shift-x), var(--modal-shift-y), 0)
    scale(var(--modal-scale-x), var(--modal-scale-y));
  transition:
    opacity .34s ease,
    transform .54s cubic-bezier(.18, .82, .2, 1);
  will-change: opacity, transform;
}
.service-modal-card::before {
  content: "";
  position: absolute;
  left: var(--modal-origin-x);
  bottom: calc(100% - 8px);
  width: clamp(92px, 24vw, 170px);
  height: 92px;
  border-radius: 24px 24px 14px 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(244,249,255,.92) 100%);
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
  opacity: 0;
  transform: translate(-50%, 20px) scaleY(.18);
  transform-origin: bottom center;
  transition: opacity .18s ease, transform .42s cubic-bezier(.22, .8, .24, 1);
  pointer-events: none;
}
.service-modal.is-open .service-modal-backdrop {
  opacity: 1;
}
.service-modal.is-open .service-modal-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.service-modal.is-open .service-modal-card::before {
  opacity: .9;
  transform: translate(-50%, 0) scaleY(1);
}
.service-modal.is-closing .service-modal-card::before {
  opacity: 0;
  transform: translate(-50%, 16px) scaleY(.14);
}
.service-modal-head {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 26px 28px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
  flex: 0 0 auto;
}
.service-modal-copy {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 14px;
}
.service-modal-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  flex: 1 1 auto;
}
.service-modal-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: var(--primary-dark);
  background:
    linear-gradient(180deg, rgba(31, 143, 229, .12) 0%, rgba(31, 143, 229, .07) 100%);
  box-shadow: inset 0 0 0 1px rgba(31, 143, 229, .08);
}
.service-modal-icon svg {
  width: 24px;
  height: 24px;
}
.service-modal-head::before {
  content: "";
  position: absolute;
  left: -38px;
  top: -56px;
  width: 300px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 143, 229, .14) 0%, rgba(31, 143, 229, .07) 36%, rgba(31, 143, 229, 0) 72%);
  pointer-events: none;
  z-index: -1;
}
.service-modal-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.1;
  max-width: none;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}
.service-modal-copy p {
  margin: 0;
  padding-left: 28px;
  padding-right: 28px;
  margin-right: -28px;
  font-size: 1rem;
  max-width: none;
}
.service-modal-head button {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  align-self: start;
  opacity: .48;
  box-shadow: none;
  transition: opacity .22s ease, background-color .22s ease;
}
.service-modal-head button::before,
.service-modal-head button::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #263a57;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.service-modal-head button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.service-modal-head button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.service-modal-head button:hover {
  opacity: .78;
  background: rgba(31, 143, 229, .08);
}
.service-bullets-modal {
  margin: 0;
  padding: 16px 28px 28px;
  overflow: auto;
  flex: 1 1 auto;
  display: grid;
  gap: 10px;
  list-style: none;
}
.service-bullets-modal li {
  position: relative;
  margin: 0;
  padding: 15px 48px 15px 60px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(16, 32, 51, .08);
  color: #42546d;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.service-bullets-modal li:hover {
  border-color: rgba(31, 143, 229, .18);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}
.service-bullets-modal li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  transform: translateY(-50%);
  background:
    linear-gradient(var(--primary-dark), var(--primary-dark)) 8px 10px / 12px 2px no-repeat,
    linear-gradient(var(--primary), var(--primary)) 8px 16px / 8px 2px no-repeat,
    linear-gradient(180deg, rgba(31, 143, 229, .14) 0%, rgba(31, 143, 229, .08) 100%);
  box-shadow: inset 0 0 0 1px rgba(31, 143, 229, .10);
}
.service-bullets-modal li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(38, 58, 87, .42);
  border-right: 2px solid rgba(38, 58, 87, .42);
  transform: translateY(-50%) rotate(45deg);
}
.service-bullets-modal li.is-search-match {
  border-color: rgba(31, 143, 229, .42);
  background: linear-gradient(180deg, rgba(31, 143, 229, .18) 0%, rgba(235, 245, 255, 1) 100%);
  box-shadow: 0 16px 34px rgba(31, 143, 229, .16);
  color: #17385c;
  font-weight: 700;
  padding-right: 158px;
  z-index: 3;
  overflow: visible;
}
.service-bullets-modal li.is-search-match::before {
  box-shadow:
    inset 0 0 0 1px rgba(31, 143, 229, .18),
    0 0 0 6px rgba(31, 143, 229, .10);
}
.service-bullets-modal li.is-search-match::after {
  border-top-color: rgba(31, 143, 229, .72);
  border-right-color: rgba(31, 143, 229, .72);
}
.service-match-actions {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
  z-index: 2;
}
.service-match-order,
.service-match-order {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .82rem;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.service-match-order {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 143, 229, .18);
}
.service-match-order:hover {
  transform: translateY(-2px);
}
@media (max-width: 560px) {
  .service-bullets-modal li.is-search-match {
    padding-right: 152px;
  }
  .service-match-actions {
    right: 40px;
  }
}
.service-preview-grid { display:grid; gap: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-bottom: 24px; }
.partners-band {
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(31,143,229,.10), transparent 44%),
    linear-gradient(180deg, #f9fbfe 0%, #eef4fb 100%);
}
.partners-band .section-head {
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}
.partners-band .section-head h2 {
  white-space: nowrap;
}
.partners-band .section-head p {
  margin-inline: auto;
}
.partners-slider-shell {
  max-width: 1100px;
}
.partners-slider {
  position: relative;
  display: grid;
  gap: 18px;
}
.partners-nav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(21, 55, 92, .10);
  background: rgba(255,255,255,.9);
  color: var(--primary-dark);
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  flex: 0 0 auto;
}
.partners-nav span {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}
.partners-nav:hover,
.partners-nav:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(31,143,229,.24);
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
}
.partners-viewport {
  --partner-gap: 18px;
  --partner-edge-space: 0px;
  --partner-visible-slides: 4;
  position: relative;
  overflow: hidden;
  padding: 4px 0 8px 10px;
}
.partners-track {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--partner-gap) * -1);
}
.partner-slide {
  flex: 0 0 calc(
    ((100% + var(--partner-gap)) / var(--partner-visible-slides)) - 8px
  );
  min-width: 0;
  padding-left: var(--partner-gap);
}
.partner-logo-card {
  min-height: 94px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 55, 92, .08);
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
}
.partners-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.partners-buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  align-items: center;
}
.partners-play {
  appearance: none;
  border: 1px solid rgba(21, 55, 92, .12);
  background: rgba(255,255,255,.9);
  color: var(--primary-dark);
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
  border-radius: 999px;
  min-height: 40px;
  padding: 0 18px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.partners-play:hover,
.partners-play:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(31,143,229,.24);
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
}
.partners-progress {
  position: relative;
  width: min(120px, 100%);
  justify-self: center;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.8);
  box-shadow: inset 0 0 0 1px rgba(21, 55, 92, .12);
  transition: opacity .25s ease;
}
.partners-progress-hidden {
  opacity: 0;
}
.partners-progress-bar {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1f8fe5, #0f4c81);
  transform: translate3d(-100%, 0, 0);
}
.partner-logo-card img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(1) contrast(1.01);
}
.feature-band {
  position: relative; background: linear-gradient(180deg, rgba(11,18,32,.46), rgba(11,18,32,.46)), url('/static/img/bg.jpg') center/cover no-repeat fixed; color: #fff;
}
.glass-card { padding: 32px; background: rgba(12,18,34,.58); border-color: rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.quotes-parallax {
  position: relative; background: url('/static/img/bg.jpg') center/cover no-repeat fixed; color: #fff; overflow: hidden;
}
.quotes-overlay { position:absolute; inset:0; background: rgba(7, 12, 23, .66); }
.quotes-wrap { position: relative; z-index: 1; }
.quotes-wrap .section-head { margin-inline: auto; }
.quotes-wrap .section-head p, .quotes-wrap h2, .quotes-wrap .eyebrow { color:#fff; }
.testimonials-slider { position:relative; max-width: 900px; margin: 0 auto; min-height: 320px; }
.testimonial-card {
  padding: 36px 38px 28px; text-align:center; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.14); backdrop-filter: blur(10px); color: #fff; display:none;
}
.testimonial-card.is-active { display:block; animation: fadeUp .45s ease; }
.testimonial-card p, .testimonial-card strong { color:#fff; }
.quote-mark { font-size: 4rem; line-height: 1; opacity: .65; margin-bottom: 12px; }
.testimonial-dots { display:flex; justify-content:center; gap: 10px; margin-top: 22px; }
.testimonial-dot { width: 12px; height: 12px; border-radius: 50%; border:1px solid rgba(255,255,255,.9); background: transparent; cursor: pointer; }
.testimonial-dot.is-active { background:#fff; }
.contact-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.contact-grid .card .icon-badge { margin-bottom: 16px; }
.site-footer { background: var(--surface-dark); color: #fff; padding-top: 56px; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.78); }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 24px; }
.footer-grid > div { min-width: 0; }
.footer-logo {
  display: block;
  width: min(240px, 50%);
  height: auto;
  max-width: 100%;
  margin-bottom: 14px;
}
.footer-list { list-style:none; padding:0; margin:0; display:grid; gap: 10px; }
.site-footer p,
.site-footer li,
.site-footer a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-bottom { padding: 18px 0 32px; border-top: 1px solid rgba(255,255,255,.10); margin-top: 28px; }
.floating-cta { position: fixed; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); z-index: 18; display:flex; gap: 10px; }
.floating-cta > * { max-width: 100%; }
.floating-cta a { min-height: 48px; padding: 0 16px; border-radius: 999px; display:inline-flex; align-items:center; font-weight: 800; color:#fff; box-shadow: var(--shadow); transition: transform .25s ease; white-space: nowrap; max-width: 100%; }
.floating-cta a:hover { transform: translateY(-3px); }
.floating-cta .call { background:#0f172a; }
.floating-cta .quote { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); }
.floating-cta .call::before,
.floating-cta .quote::before {
  display: inline-block;
  margin-right: 8px;
  font-size: 1rem;
  line-height: 1;
}
.floating-cta .call::before { content: "☎"; }
.floating-cta .quote::before { content: "✉"; }
.hero-actions .btn-secondary.call-only-mobile,
.floating-cta .call { display: none; }
.legal-content { padding: 28px; max-width: 900px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.success-screen { min-height: 70svh; display:grid; align-items:center; }
.cookie-banner[hidden],
.cookie-settings[hidden],
.cookie-fab[hidden] {
  display: none !important;
}
html.cookie-consent-pending,
body.cookie-consent-pending {
  overflow: hidden;
}
body.cookie-consent-pending::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  background: transparent;
}
.cookie-banner {
  position: fixed;
  left: 16px;
  right: max(16px, env(safe-area-inset-right));
  top: max(16px, env(safe-area-inset-top));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 50;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.cookie-panel {
  width: min(980px, 100%);
  max-height: calc(100dvh - max(32px, calc(env(safe-area-inset-top) + env(safe-area-inset-bottom) + 32px)));
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(219,227,238,.96);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,.12);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.cookie-main {
  display: grid;
  grid-template-columns: 1.45fr .9fr;
  gap: 24px;
  padding: 24px;
  align-items: center;
}
.cookie-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.cookie-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(31,143,229,.10);
  color: var(--primary-dark);
  flex: 0 0 auto;
  border: 1px solid rgba(31,143,229,.12);
  box-shadow: none;
}
.cookie-icon svg {
  width: 20px;
  height: 20px;
}
.cookie-title h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.12;
}
.cookie-text {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .95rem;
}
.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: .92rem;
}
.cookie-links a {
  color: var(--primary-dark);
  font-weight: 700;
}
.cookie-status {
  margin-top: 12px;
  font-size: .84rem;
  color: #67778d;
}
.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
.cookie-actions .btn {
  width: 100%;
  box-shadow: 0 8px 18px rgba(31,143,229,.14);
}
.cookie-actions .btn:hover,
.cookie-actions .btn:focus-visible {
  box-shadow: 0 12px 22px rgba(31,143,229,.18);
}
.cookie-panel .cookie-reject.btn-secondary {
  background: #f3f6fa;
  border: 1px solid rgba(16,32,51,.10);
  color: var(--text);
  box-shadow: none;
}
.cookie-panel .cookie-reject.btn-secondary:hover,
.cookie-panel .cookie-reject.btn-secondary:focus-visible {
  background: #edf2f7;
  border-color: rgba(16,32,51,.14);
}
.cookie-panel .cookie-settings-open.btn-secondary,
.cookie-panel .cookie-settings-close-inline.btn-secondary {
  box-shadow: none;
}
.cookie-banner.settings-visible .cookie-main .cookie-settings-open {
  display: none;
}
.cookie-settings {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fafcff 0%, #f5f9ff 100%);
  padding: 22px 24px 24px;
}
.cookie-settings.open {
  display: block;
}
.settings-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.settings-header h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}
.settings-header p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  max-width: 760px;
}
.cookie-groups {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}
.cookie-group {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  min-width: 0;
}
.cookie-group-text {
  flex: 1;
  min-width: 0;
}
.cookie-group-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}
.cookie-group-text p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.badge-required {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(31,143,229,.10);
  color: var(--primary-dark);
  font-size: .75rem;
  font-weight: 700;
}
.cookie-group:first-child .cookie-group-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title badge"
    "desc badge";
  align-items: center;
  column-gap: 14px;
}
.cookie-group:first-child .cookie-group-text strong {
  grid-area: title;
  margin-bottom: 0;
}
.cookie-group:first-child .cookie-group-text p {
  grid-area: desc;
}
.cookie-group:first-child .badge-required {
  grid-area: badge;
  margin-top: 0;
  align-self: center;
  white-space: nowrap;
}
.switch {
  position: relative;
  width: 56px;
  height: 32px;
  flex: 0 0 auto;
}
.switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #edf3fa;
  border: 1px solid rgba(16,32,51,.10);
  box-shadow: inset 0 1px 2px rgba(15,23,42,.05);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.slider::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15,23,42,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.switch input:checked + .slider {
  background: linear-gradient(135deg, rgba(31,143,229,.92) 0%, rgba(13,109,185,.96) 100%);
  border-color: rgba(13,109,185,.34);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 18px rgba(31,143,229,.16);
}
.switch input:checked + .slider::before {
  transform: translateX(24px);
}
.switch input:disabled + .slider {
  background: #d8e2ee;
  cursor: not-allowed;
  opacity: .95;
}
.settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-fab {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 49;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 14px 36px rgba(15,23,42,.22);
  cursor: pointer;
  opacity: .62;
  transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease;
  transform: translateZ(0);
}
.cookie-fab svg {
  width: 22px;
  height: 22px;
}
.cookie-fab:hover,
.cookie-fab:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(15,23,42,.26);
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (max-width: 1080px) {
  .hero-content, .split-grid, .form-grid, .footer-grid, .contact-grid, .steps-grid, .steps-grid-3 { grid-template-columns: 1fr; }
  .cards-grid, .service-grid-full, .service-preview-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stat-cards { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.7fr); }
  .hero { min-height: auto; }
  .service-card-actions { gap: 12px; }
  .cookie-main {
    grid-template-columns: 1fr;
  }
  .cookie-actions {
    width: 100%;
  }
  .settings-header {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .service-search-card {
    padding: 18px;
    border-radius: 20px;
  }
  .service-search-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .service-search-title {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }
  .service-search-title-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }
  .service-search-title-icon svg {
    width: 22px;
    height: 22px;
  }
  .service-search-kicker {
    min-height: 30px;
    padding-inline: 10px;
  }
  .service-search-input {
    min-height: 54px;
    padding-left: 46px;
    padding-right: 50px;
    border-radius: 16px;
  }
  .service-search-icon {
    left: 14px;
    width: 20px;
    height: 20px;
  }
  .service-search-clear {
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .service-search-suggestions {
    top: calc(100% + 8px);
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
  }
  .service-search-input-wrap {
    margin-bottom: 12px;
  }
  .service-search-suggestion {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: .96rem;
  }
  .service-search-suggestion-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .service-search-suggestion-category {
    min-height: 24px;
    font-size: .74rem;
  }
  .service-search-chips {
    gap: 8px;
  }
  .service-search-chip {
    min-height: 34px;
    padding-inline: 12px;
    font-size: .92rem;
  }
  .service-modal {
    --modal-scale-x: .74;
    --modal-scale-y: .26;
  }
  .service-modal-card::before {
    width: min(132px, 42vw);
    height: 72px;
  }
  .service-modal-head {
    padding: 22px 20px 12px;
  }
  .service-modal-title {
    gap: 12px;
  }
  .service-modal-copy {
    gap: 12px;
  }
  .service-modal-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }
  .service-modal-icon svg {
    width: 20px;
    height: 20px;
  }
  .service-modal-copy p {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
  }
  .service-bullets-modal {
    grid-template-columns: 1fr;
    padding: 18px 20px 20px;
  }
  .cookie-banner {
    left: 10px;
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
  }
  .cookie-panel {
    max-height: calc(100dvh - max(20px, calc(env(safe-area-inset-top) + env(safe-area-inset-bottom) + 20px)));
    border-radius: 18px;
  }
  .cookie-main,
  .cookie-settings {
    padding: 13px;
  }
  .cookie-main {
    gap: 14px;
  }
  .cookie-title h2 {
    font-size: 1.08rem;
  }
  .cookie-title {
    gap: 9px;
    margin-bottom: 6px;
  }
  .cookie-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .cookie-icon svg {
    width: 16px;
    height: 16px;
  }
  .cookie-text {
    margin-bottom: 8px;
    font-size: .84rem;
    line-height: 1.55;
  }
  .cookie-links {
    gap: 8px 10px;
    font-size: .84rem;
  }
  .cookie-status {
    margin-top: 8px;
    font-size: .76rem;
  }
  .settings-header {
    gap: 10px;
    margin-bottom: 12px;
  }
  .settings-header h3 {
    margin-bottom: 4px;
    font-size: 1.06rem;
  }
  .settings-header p {
    font-size: .84rem;
    line-height: 1.55;
  }
  .cookie-groups {
    gap: 8px;
    margin-bottom: 12px;
  }
  .cookie-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "text toggle";
    align-items: start;
    gap: 8px 12px;
    padding: 12px 12px 10px;
    border-radius: 14px;
  }
  .cookie-group-text strong {
    margin-bottom: 3px;
    font-size: .93rem;
  }
  .cookie-group-text p {
    font-size: .82rem;
    line-height: 1.55;
  }
  .cookie-group-text {
    grid-area: text;
  }
  .cookie-group .switch {
    grid-area: toggle;
    align-self: center;
    justify-self: end;
    margin-top: 0;
  }
  .cookie-group:first-child .cookie-group-text {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "desc"
      "badge";
    row-gap: 6px;
  }
  .cookie-group:first-child .badge-required {
    justify-self: start;
  }
  .badge-required {
    margin-top: 4px;
    padding: 4px 8px;
    font-size: .69rem;
  }
  .switch {
    width: 46px;
    height: 27px;
  }
  .slider::before {
    width: 19px;
    height: 19px;
  }
  .switch input:checked + .slider::before {
    transform: translateX(19px);
  }
  .settings-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .settings-actions .btn {
    min-height: 46px;
    padding: 11px 14px;
    font-size: .92rem;
    width: 100%;
  }
  .settings-actions .btn:last-child {
    grid-column: 1 / -1;
  }
  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-content: start;
  }
  .cookie-actions .btn {
    min-height: 46px;
    padding: 11px 14px;
    font-size: .92rem;
    width: 100%;
    margin: 0;
  }
  .cookie-actions .btn:first-child,
  .cookie-actions .btn:last-child {
    grid-column: 1 / -1;
  }
  .cookie-actions .cookie-reject {
    grid-column: 1 / -1;
  }
  .cookie-main > .cookie-actions {
    align-self: start;
  }
}
@media (max-width: 420px) {
  .cookie-group {
    padding: 10px 10px 9px;
    gap: 6px 10px;
    border-radius: 13px;
  }
  .cookie-group-text strong {
    font-size: .9rem;
  }
  .cookie-group-text p {
    font-size: .79rem;
    line-height: 1.48;
  }
  .badge-required {
    padding: 3px 7px;
    font-size: .67rem;
  }
  .switch {
    width: 44px;
    height: 25px;
  }
  .slider::before {
    width: 17px;
    height: 17px;
  }
  .switch input:checked + .slider::before {
    transform: translateX(19px);
  }
}
@media (max-width: 1040px) {
  #uzklausa {
  scroll-margin-top: 80px;
}
  .hero-actions .quote-only-mobile { display: inline-flex; }
  .page-main { padding-top: 78px; }
  .top-bar { display: none; }
  .site-nav {
    position: absolute; top: calc(100% + 10px); right: 16px; left: 16px; padding: 18px; background:#fff; border-radius: 20px; border:1px solid var(--line);
    box-shadow: var(--shadow); display:none; flex-direction:column; align-items:stretch; opacity: 0; transform: translateY(-8px);
  }
  .site-nav.is-open { display:flex; opacity: 1; transform: translateY(0); animation: navFadeIn .22s ease; }
  .nav-toggle { display:block; }
}
@media (max-width: 820px) {
  .cards-grid, .contact-grid, .image-stack, .stat-cards, .service-grid-full, .service-preview-grid { grid-template-columns: 1fr; }
  .hero-content { padding-top: 120px; }
  .hero-panel { order: 1; }
  .team-card img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    background: #eef5fc;
  }
  .cookie-card { grid-template-columns: 1fr; }
  .category-head, .service-card-top, .service-mini-head { grid-template-columns: 1fr; }
  .category-nav { top: 84px; }
  .service-category { scroll-margin-top: 80px; }
}
@media (max-width: 560px) {
  #uzklausa { padding-top: 12px; }
  .section { padding: 64px 0; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section-nav-sticky {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .service-search-section {
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: -18px;
  }
  .category-nav {
    padding: 16px;
    gap: 10px;
  }
  .service-search-card {
    margin-top: 0;
  }
  .hero {
    min-height: auto;
    background: none;
    overflow: hidden;
  }
  .hero-media { display: block; }
  .hero-media img { object-position: 62% center; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(11,18,32,.72) 0%, rgba(11,18,32,.38) 38%, rgba(11,18,32,.72) 100%);
  }
  .hero-content {
    min-height: 108svh;
    align-content: end;
    padding: 104px 0 24px;
    gap: 18px;
  }
  .hero-copy {
    max-width: 100%;
    min-width: 0;
    
  }
  .hero-copy h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.55rem);
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .hero-copy p {
    font-size: 1rem;
    max-width: none;
  }
  .eyebrow {
    max-width: 100%;
    white-space: normal;
  }
  .hero-actions { margin-top: 20px; }
  .trust-row {
    margin-top: 20px;
    gap: 8px;
  }
  .trust-row li {
    padding: 9px 12px;
    font-size: .95rem;
    min-width: 0;
  }
  .section-dark .split-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-category { scroll-margin-top: 80px; }
  .stat-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .stat-cards article,
  .stat-cards article:nth-child(3) {
    padding: 24px 18px;
  }
  .stat-cards article:nth-child(3) strong {
    white-space: normal;
    font-size: 1.4rem;
  }
  .hero-actions, .form-actions, .floating-cta { flex-direction: column; }
  .floating-cta {
    left: 12px;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    align-items: flex-end;
    gap: 10px;
    max-width: none;
  }
  .floating-cta a {
    min-height: 52px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 999px;
    font-size: .95rem;
    width: fit-content;
    margin-left: auto;
  }
  .floating-cta .call,
  .floating-cta .quote {
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
  }
  .trust-row { display:grid; }
  .service-item { flex-direction:column; align-items:flex-start; }
  .testimonial-card { padding: 28px 20px; }
}
@media (max-width: 1040px) {
  .hero-actions .btn-secondary.call-only-mobile,
  .floating-cta .call { display: inline-flex; }
}
@media (max-width: 1100px) {
  .partners-viewport {
    --partner-visible-slides: 3;
  }
}
@media (max-width: 820px), (prefers-reduced-motion: reduce) {
  .feature-band, .quotes-parallax { background-attachment: scroll; }
  .partners-band .section-head h2 {
    white-space: normal;
  }
  .partners-viewport {
    --partner-visible-slides: 2;
    --partner-gap: 16px;
  }
  .partners-slider {
    gap: 10px;
  }
  .partners-controls {
    gap: 12px;
  }
  .partner-logo-card {
    min-height: 96px;
  }
  .partners-nav {
    width: 38px;
    height: 38px;
  }
  .hover-lift:hover, .btn:hover, .floating-cta a:hover, .image-stack img:hover { transform: none; }
}
@media (max-width: 560px) {
  .partners-slider {
    gap: 12px;
  }
  .partners-viewport {
    --partner-visible-slides: 1;
    --partner-gap: 14px;
  }
  .partners-controls {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .partners-buttons {
    order: 2;
  }
  .partners-progress {
    order: 1;
    width: min(180px, 100%);
  }
  .partners-play {
    order: 3;
  }
  .partner-slide {
    flex-basis: calc(100% - var(--partner-gap));
  }
  .partner-logo-card {
    min-height: 102px;
  }
  .partner-logo-card img {
    max-height: 78px;
  }
}
@media (max-width: 420px) {
  .partners-track {
    margin-left: calc((12px - var(--partner-edge-space)) * -1);
  }
  .partner-logo-card {
    margin-left: 12px;
  }
  .partners-play {
    width: 100%;
    justify-content: center;
  }
}
@keyframes partners-autoplay-progress {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes navFadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.top-bar {
  background: #0d1523;
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.top-bar-wrap {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 1rem;
}
.top-bar-copy,
.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 28px;
}
.top-bar-copy span,
.top-bar-contacts a {
  color: rgba(255,255,255,.92);
  white-space: nowrap;
}
.top-bar-contacts a:hover { color: #fff; }
.floating-cta {
  align-items: flex-end;
  transform: translateZ(0);
}
.floating-cta button {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform .25s ease;
  border: 0;
  cursor: pointer;
  font: inherit;
  max-width: 100%;
  white-space: nowrap;
}
.floating-cta button:hover {
  transform: translateY(-3px);
}
.floating-cta .call {
  position: relative;
}
.floating-call {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.call-options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(320px, calc(100vw - 24px));
  display: grid;
  gap: 8px;
  justify-items: end;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  pointer-events: none;
}
.floating-call.is-open .call-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.call-person {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 9px 14px 9px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(15,23,42,.14);
  border: 2px solid transparent;
  transition: transform .16s ease, opacity .16s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.call-person:hover {
  transform: translateY(-1px);
  opacity: 1;
  background: #ffffff;
  border-color: #5ea3ee;
  box-shadow: 0 14px 26px rgba(15,23,42,.16);
}
.call-person + .call-person {
  margin-top: 0;
}
.call-person img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(31,143,229,.12);
}
.call-person-name {
  display: block;
  margin-bottom: 2px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}
.call-person-number {
  display: block;
  color: var(--primary-dark);
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.call-person:hover .call-person-name {
  color: #16304f;
}
.call-person:hover .call-person-number {
  color: #0d6db9;
}
.call-person:active {
  transform: scale(.97);
  box-shadow: 0 10px 18px rgba(15,23,42,.16);
}
.call-person:active .call-person-name {
  color: #16304f;
}
.call-person:active .call-person-number {
  color: #0d6db9;
}
@media (max-width: 560px) {
  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .service-select-trigger,
  .service-select-group-label,
  .service-select-option {
    font-size: 16px;
  }
  .floating-cta button {
    min-height: 52px;
    padding: 0 18px;
    justify-content: center;
    border-radius: 999px;
    font-size: .95rem;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
  }
  .call-options {
    right: 0;
    bottom: calc(100% + 10px);
    width: min(292px, calc(100dvw - 24px));
  }
  .call-person {
    max-width: 100%;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 13px 8px 8px;
  }
  .call-person img {
    width: 52px;
    height: 52px;
  }
  .call-person-name {
    font-size: .98rem;
  }
  .call-person-number {
    font-size: .92rem;
  }
}
