:root {
  --white: #ffffff;
  --soft-bg: #f6fbff;
  --metal: #e8eef5;
  --silver: #cfd8e3;
  --line: #dde8f2;
  --text: #172033;
  --muted: #6b7890;
  --blue: #8ecfff;
  --blue-strong: #5fb6f5;
  --navy: #0b2345;
  --shadow: 0 18px 46px rgba(54, 104, 152, 0.11);
  --radius: 18px;
  --container: 1180px;
  font-family: "Inter", "Noto Sans Georgian", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  color: var(--text);
}

body.menu-open,
body.service-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(239, 248, 255, 0.52));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(95, 182, 245, 0.12),
    0 12px 40px rgba(54, 104, 152, 0.1);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  backdrop-filter: blur(28px) saturate(180%);
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% -35%, rgba(255, 255, 255, 0.95) 0 18%, transparent 42%),
    radial-gradient(circle at 78% 145%, rgba(142, 207, 255, 0.22) 0 20%, transparent 48%),
    linear-gradient(105deg, transparent 24%, rgba(255, 255, 255, 0.38) 48%, transparent 68%);
  content: "";
  pointer-events: none;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(248, 252, 255, 0.97);
  }
}

.brand img,
.footer-brand-block img {
  display: block;
  width: 156px;
  max-height: 72px;
  object-fit: contain;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 30px);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--navy);
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-strong);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 251, 255, 0.86);
}

.lang-btn {
  min-width: 38px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
}

.lang-btn.active {
  background: var(--white);
  color: var(--blue-strong);
  box-shadow: 0 8px 20px rgba(54, 104, 152, 0.12);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(95, 182, 245, 0.28);
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--navy);
}

.btn-small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 0.9rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--navy);
}

.section-pad {
  padding: clamp(70px, 9vw, 124px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: var(--container);
  margin: 0 auto 38px;
}

.section-heading h2,
.contact-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: 0.008em;
}

.section-heading p:not(.eyebrow),
.contact-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding-top: clamp(54px, 7vw, 90px);
}

.hero-copy h1 {
  max-width: 700px;
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(2.2rem, 4.4vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: 0.005em;
}

.hero-text {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
}

.hero-image-card {
  border: 1px solid rgba(221, 232, 242, 0.95);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #f4f9fd);
  box-shadow: var(--shadow);
}

.hero-image-card img {
  display: block;
  width: 100%;
  height: clamp(360px, 38vw, 560px);
  object-fit: cover;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 22%, rgba(142, 207, 255, 0.22), transparent 32%),
    linear-gradient(145deg, #ffffff, #f4f9fd);
  box-shadow: var(--shadow);
}

.ark-outline {
  position: absolute;
  left: 50%;
  top: 44px;
  width: 260px;
  transform: translateX(-50%);
}

.ark-outline path {
  fill: none;
  stroke: rgba(95, 182, 245, 0.45);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-card,
.assistant-card {
  position: absolute;
  border: 1px solid rgba(221, 232, 242, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px rgba(54, 104, 152, 0.12);
  backdrop-filter: blur(10px);
}

.dashboard-card {
  left: 48px;
  right: 82px;
  bottom: 62px;
  height: 210px;
  padding: 24px;
}

.dashboard-card span,
.assistant-card b {
  display: block;
  height: 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--metal), #ffffff);
}

.dashboard-card span:nth-child(1) {
  width: 70%;
}

.dashboard-card span:nth-child(2) {
  width: 44%;
  background: linear-gradient(90deg, var(--blue), #edf8ff);
}

.dashboard-card span:nth-child(3) {
  width: 84%;
}

.assistant-card {
  right: 34px;
  top: 170px;
  width: 210px;
  height: 150px;
  padding: 22px;
}

.assistant-card i {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #ffffff);
}

.assistant-card b:nth-child(2) {
  width: 78%;
}

.assistant-card b:nth-child(3) {
  width: 52%;
}

.metal-line {
  position: absolute;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #cfd8e3, #ffffff, transparent);
}

.line-a {
  left: 8%;
  right: 22%;
  top: 116px;
  transform: rotate(-10deg);
}

.line-b {
  left: 18%;
  right: 10%;
  bottom: 48px;
  transform: rotate(7deg);
}

.blue-wave {
  position: absolute;
  right: -80px;
  bottom: -70px;
  width: 280px;
  height: 180px;
  border: 2px solid rgba(95, 182, 245, 0.34);
  border-radius: 50%;
}

.trust-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.trust-row span {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  font-weight: 750;
}

.soft-section {
  background: linear-gradient(180deg, #ffffff, var(--soft-bg));
  border-block: 1px solid var(--line);
}

.home-advantages {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(207, 216, 227, 0.76);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(207, 216, 227, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(241, 247, 252, 0.86));
}

.services-grid,
.benefit-grid,
.case-grid,
.testimonial-grid {
  display: grid;
  max-width: var(--container);
  margin: 0 auto;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.benefit-card,
.case-card,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(54, 104, 152, 0.07);
}

.service-card {
  position: relative;
  display: grid;
  min-height: 300px;
  padding: 28px 28px 76px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(95, 182, 245, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.service-card svg {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-bottom: 34px;
  color: var(--blue-strong);
  overflow: visible;
}

.service-card svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.service-card h3,
.benefit-card h3,
.case-card h3,
.timeline h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.service-card p,
.benefit-card p,
.case-card p,
.timeline p,
.testimonial-card blockquote {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-more {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(95, 182, 245, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-strong);
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-more:hover,
.service-more:focus-visible {
  background: var(--blue-strong);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(95, 182, 245, 0.28);
  transform: translateY(-2px);
}

.arrow-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.arrow-icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 0;
  background: transparent;
}

.timeline li {
  --process-step-order: 0;

  padding: 26px;
  border-left: 1px solid rgba(17, 19, 24, 0.1);
  background: transparent;
}

.timeline li.reveal {
  transform: translateY(22px) scale(0.995);
  filter: blur(3px);
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--process-step-order) * 420ms);
}

.timeline li.reveal.visible {
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.timeline li:nth-child(2) {
  --process-step-order: 1;
}

.timeline li:nth-child(3) {
  --process-step-order: 2;
}

.timeline li:nth-child(4) {
  --process-step-order: 3;
}

.timeline li:nth-child(5) {
  --process-step-order: 4;
}

.timeline li:first-child {
  border-left: 0;
}

.timeline strong {
  display: block;
  margin-bottom: 34px;
  color: var(--blue-strong);
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card,
.case-card,
.testimonial-card {
  padding: 26px;
}

.home-advantages .benefit-card {
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.9)),
    linear-gradient(90deg, transparent, rgba(207, 216, 227, 0.26));
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.case-card span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--soft-bg);
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial-card {
  margin: 0;
}

.testimonial-card blockquote {
  min-height: 150px;
  font-size: 0.98rem;
}

.testimonial-card figcaption {
  display: grid;
  gap: 4px;
  margin-top: 22px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  max-width: var(--container);
  margin: 0 auto;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-cards a,
.contact-cards div {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: var(--soft-bg);
}

.contact-cards span {
  color: var(--muted);
  font-size: 0.86rem;
}

.contact-cards strong {
  color: var(--navy);
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(145deg, #ffffff, var(--soft-bg));
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-strong);
  box-shadow: 0 0 0 4px rgba(142, 207, 255, 0.22);
}

.other-service.highlight input {
  border-color: var(--blue-strong);
  background: #f0f9ff;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue-strong);
  font-weight: 800;
}

.privacy-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.privacy-consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.privacy-consent a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer {
  padding: 56px clamp(18px, 4vw, 56px) 26px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-brand-block,
.footer-columns,
.footer-bottom {
  max-width: var(--container);
  margin-inline: auto;
}

.footer-brand-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.footer-brand-block p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}

.footer-columns div {
  display: grid;
  grid-auto-rows: max-content;
  gap: 10px;
  align-content: start;
}

.footer-columns h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 0.95rem;
}

.footer-columns a {
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom a {
  margin-left: auto;
}

.footer-bottom a + a {
  margin-left: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.99);
  filter: blur(5px);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.scroll-reveal-text {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(7px);
  will-change: opacity, transform, filter;
  transition:
    opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1000ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1000ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
}

.scroll-reveal-text.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .scroll-reveal-text {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .timeline li.reveal {
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    position: fixed;
    inset: 68px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .header-actions {
    justify-self: end;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .case-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline,
  .benefit-grid,
  .compact-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand img {
    width: 126px;
  }

  .btn-small {
    display: none;
  }

  .language-switcher {
    gap: 0;
  }

  .lang-btn {
    min-width: 34px;
  }

  .section-pad {
    padding: 58px 16px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .hero-image-card img {
    height: 300px;
  }

  .dashboard-card {
    left: 18px;
    right: 18px;
    bottom: 42px;
  }

  .assistant-card {
    right: 18px;
    top: 142px;
    width: 170px;
  }

  .trust-row,
  .services-grid,
  .timeline,
  .benefit-grid,
  .home-advantages,
  .case-grid,
  .testimonial-grid,
  .form-row,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    display: grid;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom a {
    margin-left: 0;
  }
}

/* Visual system adapted from the alternate ARCA concept. */
:root {
  --white: #ffffff;
  --soft-bg: #f5f7fb;
  --line: rgba(17, 19, 24, 0.12);
  --text: #111318;
  --muted: #626a73;
  --blue: #168edb;
  --blue-strong: #168edb;
  --navy: #111318;
  --shadow: 0 24px 80px rgba(21, 35, 51, 0.14);
  --radius: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at 12% 20%, rgba(61, 182, 163, 0.16), transparent 28rem),
    radial-gradient(circle at 84% 8%, rgba(242, 123, 109, 0.16), transparent 30rem),
    linear-gradient(180deg, #fbfbfd 0%, #f5f7fb 44%, #ffffff 100%);
  line-height: 1.5;
}

.site-header {
  position: fixed;
  top: 14px;
  right: 18px;
  left: 18px;
  width: auto;
  max-width: 1320px;
  min-height: 62px;
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 14px 40px rgba(50, 62, 78, 0.07);
  -webkit-backdrop-filter: blur(34px) saturate(190%);
  backdrop-filter: blur(34px) saturate(190%);
}

.site-header::before {
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% -80%, rgba(255, 255, 255, 0.62), transparent 42%),
    linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, 0.16) 50%, transparent 70%);
}

.brand img {
  width: 76px;
  height: 44px;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.footer-brand-block img {
  width: 112px;
  height: 86px;
  max-height: none;
  object-fit: contain;
}

.site-nav {
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.82rem;
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
}

.site-nav a::after {
  background: linear-gradient(90deg, #168edb, #3db6a3);
}

.language-switcher {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 3px 9px rgba(17, 19, 24, 0.09),
    inset 0 -1px 4px rgba(255, 255, 255, 0.68);
}

.lang-btn.active {
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.btn-primary {
  background: var(--text);
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.18);
}

.header-request-button {
  position: relative;
  overflow: hidden;
  border-color: rgba(52, 68, 84, 0.3);
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.48), rgba(222, 228, 234, 0.14)),
    rgba(218, 225, 232, 0.1);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -1px 0 rgba(52, 68, 84, 0.08),
    0 10px 26px rgba(33, 45, 58, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(108%);
  backdrop-filter: blur(18px) saturate(108%);
}

.header-request-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.3), transparent 46%);
  content: "";
  pointer-events: none;
}

.header-request-button:hover {
  border-color: rgba(52, 68, 84, 0.42);
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.56), rgba(222, 228, 234, 0.2)),
    rgba(218, 225, 232, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -1px 0 rgba(52, 68, 84, 0.1),
    0 14px 30px rgba(33, 45, 58, 0.13);
}

.header-request-button:focus-visible {
  outline: 3px solid rgba(55, 91, 120, 0.2);
  outline-offset: 3px;
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--text);
}

.section-pad {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-block: clamp(80px, 10vw, 132px);
  padding-inline: clamp(18px, 4vw, 56px);
}

#services > .section-heading,
#services > .services-grid,
#process > .section-heading,
#process > .timeline {
  width: 100%;
  max-width: none;
}

.hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(36px, 6vw, 86px);
  min-height: 100vh;
  padding-top: 136px;
  padding-bottom: 62px;
}

.hero-copy h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 5.8vw, 5.5rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0.005em;
}

.hero-text {
  max-width: 690px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.3;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.hero-image-card {
  position: relative;
  top: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(540px, 116%);
  border: 0;
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
}

.hero-image-card img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  filter: none;
}

.home-advantages {
  margin-top: 52px;
}

.home-advantages .benefit-card,
.service-card,
.contact-form {
  border: 1px solid rgba(17, 19, 24, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 34px rgba(21, 35, 51, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.section-heading h2,
.contact-copy h2 {
  max-width: 940px;
  color: var(--text);
  font-size: clamp(2.5rem, 5.4vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0.008em;
}

.btn,
.trust-row span,
.service-card h3,
.benefit-card h3,
.timeline h3,
.case-card span,
.contact-cards strong,
.contact-form label > span,
.form-status,
.privacy-consent a,
.site-footer h3 {
  letter-spacing: 0.015em;
}

.lang-btn {
  letter-spacing: 0.03em;
}

.timeline strong {
  letter-spacing: 0.06em;
}

html[lang="ka"] .hero-copy h1,
html[lang="ka"] .section-heading h2,
html[lang="ka"] .contact-copy h2 {
  letter-spacing: 0.012em;
}

.services-grid {
  gap: 14px;
}

.service-card {
  min-height: 320px;
  border-radius: 12px;
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(22, 142, 219, 0.46);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 12px 26px rgba(17, 19, 24, 0.12),
    0 34px 76px rgba(21, 35, 51, 0.2),
    0 0 0 1px rgba(22, 142, 219, 0.14);
  transform: translateY(-8px);
}

.service-card svg {
  color: var(--blue);
}

.service-more {
  border-color: rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.service-more:hover,
.service-more:focus-visible {
  background: var(--text);
}

.service-dialog {
  position: fixed;
  inset: 0;
  width: min(720px, calc(100vw - 32px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  overflow: visible;
}

.service-dialog::backdrop {
  background: rgba(5, 9, 14, 0.72);
  -webkit-backdrop-filter: blur(10px) saturate(75%);
  backdrop-filter: blur(10px) saturate(75%);
  animation: service-dialog-backdrop-in 280ms ease both;
}

.service-dialog-panel {
  position: relative;
  isolation: isolate;
  overflow-y: auto;
  max-height: calc(100dvh - 48px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -1px 0 rgba(42, 55, 68, 0.16),
    0 42px 110px rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(36px) saturate(108%);
  backdrop-filter: blur(36px) saturate(108%);
}

.service-dialog-panel::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% -8%, rgba(255, 255, 255, 0.5), transparent 38%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.14), transparent 42%);
  content: "";
  pointer-events: none;
}

.service-dialog-panel > * {
  position: relative;
  z-index: 1;
}

.service-dialog[open] .service-dialog-panel {
  animation: service-dialog-panel-in 340ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.service-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(52, 68, 84, 0.28);
  border-radius: 50%;
  background: rgba(246, 248, 250, 0.34);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 8px 20px rgba(33, 45, 58, 0.09);
  -webkit-backdrop-filter: blur(16px) saturate(105%);
  backdrop-filter: blur(16px) saturate(105%);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.service-dialog-close span,
.service-dialog-close span::after {
  display: block;
  width: 16px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.service-dialog-close span {
  transform: rotate(45deg);
}

.service-dialog-close span::after {
  content: "";
  transform: rotate(90deg);
}

.service-dialog-close:hover {
  border-color: rgba(52, 68, 84, 0.48);
  background: rgba(246, 248, 250, 0.54);
  transform: rotate(4deg) scale(1.04);
}

.service-dialog-close:focus-visible {
  outline: 3px solid rgba(55, 91, 120, 0.22);
  outline-offset: 3px;
}

.service-dialog-eyebrow {
  margin: 0 56px 16px 0;
  color: rgba(44, 57, 70, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-dialog h3 {
  max-width: 590px;
  margin: 0 56px 24px 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0.012em;
}

.service-dialog-copy {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(52, 68, 84, 0.18);
}

.service-dialog-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(30, 39, 48, 0.76);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.72;
}

.service-dialog-copy h4 {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0.025em;
}

.service-dialog-copy ul {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 0;
  padding-left: 1.35rem;
  color: rgba(30, 39, 48, 0.76);
}

.service-dialog-copy li {
  padding-left: 0.2rem;
  line-height: 1.55;
}

.service-dialog-request {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 100%;
  margin-top: 30px;
  border-color: rgba(52, 68, 84, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(211, 219, 226, 0.24)),
    rgba(221, 227, 233, 0.16);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -1px 0 rgba(52, 68, 84, 0.1),
    0 12px 28px rgba(33, 45, 58, 0.12);
  -webkit-backdrop-filter: blur(20px) saturate(108%);
  backdrop-filter: blur(20px) saturate(108%);
}

.service-dialog-request::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 48%);
  content: "";
  pointer-events: none;
}

.service-dialog-request:hover {
  border-color: rgba(52, 68, 84, 0.48);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(211, 219, 226, 0.32)),
    rgba(221, 227, 233, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(52, 68, 84, 0.12),
    0 16px 34px rgba(33, 45, 58, 0.16);
}

.service-dialog-request:focus-visible {
  outline: 3px solid rgba(55, 91, 120, 0.22);
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .service-dialog-request {
    width: 100%;
  }
}

@keyframes service-dialog-panel-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    filter: blur(7px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes service-dialog-backdrop-in {
  from {
    background: rgba(5, 9, 14, 0);
    -webkit-backdrop-filter: blur(0) saturate(100%);
    backdrop-filter: blur(0) saturate(100%);
  }

  to {
    background: rgba(5, 9, 14, 0.72);
    -webkit-backdrop-filter: blur(10px) saturate(75%);
    backdrop-filter: blur(10px) saturate(75%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-dialog::backdrop,
  .service-dialog[open] .service-dialog-panel {
    animation: none;
  }
}

.soft-section {
  background: rgba(255, 255, 255, 0.42);
}

.contact-cards a,
.contact-cards div {
  border-radius: 12px;
}

.contact-form {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(52, 68, 84, 0.3);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.24), rgba(222, 228, 234, 0.12)),
    rgba(218, 225, 232, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(52, 68, 84, 0.09),
    0 24px 70px rgba(33, 45, 58, 0.1);
  -webkit-backdrop-filter: blur(34px) saturate(108%);
  backdrop-filter: blur(34px) saturate(108%);
}

.contact-form::before,
.contact-form::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.contact-form::before {
  top: -34%;
  right: 35%;
  bottom: 46%;
  left: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(167, 177, 187, 0.06) 46%, transparent 72%);
  filter: blur(14px);
}

.contact-form::after {
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 34%),
    radial-gradient(circle at 92% 86%, rgba(102, 116, 129, 0.05), transparent 38%);
}

.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
  border-color: rgba(73, 88, 103, 0.24);
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.32), rgba(225, 230, 235, 0.16)),
    rgba(221, 227, 233, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 22px rgba(33, 45, 58, 0.035);
  -webkit-backdrop-filter: blur(18px) saturate(105%);
  backdrop-filter: blur(18px) saturate(105%);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.contact-form input:not([type="checkbox"]):focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(55, 91, 120, 0.42);
  background: rgba(244, 247, 249, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 0 4px rgba(55, 91, 120, 0.07),
    0 12px 28px rgba(33, 45, 58, 0.05);
}

.contact-form .other-service.highlight input {
  border-color: rgba(55, 91, 120, 0.4);
  background: rgba(239, 243, 246, 0.42);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .contact-form {
    background: rgba(248, 251, 253, 0.97);
  }
}

.site-footer {
  background: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 10px) 0 auto;
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
  }
}

@media (max-width: 680px) {
  .section-pad {
    padding-inline: 18px;
  }

  .site-header {
    top: 10px;
    right: 10px;
    left: 10px;
    min-height: 56px;
    padding: 7px 9px 7px 14px;
  }

  .brand img {
    width: 62px;
    height: 38px;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: auto;
    padding: 104px 18px 64px;
    overflow: hidden;
  }

  .hero-copy {
    min-width: 0;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(2.2rem, 10.5vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: 0.005em;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .hero-text {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.48;
  }

  .hero-image-card {
    top: -12px;
    width: min(108%, 420px);
  }

  .hero-image-card img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .home-advantages {
    width: 100%;
    margin-top: 4px;
    padding: 12px;
  }

  .timeline li {
    padding: 26px 8px;
    border-top: 1px solid rgba(17, 19, 24, 0.1);
    border-left: 0;
  }

  .timeline li:first-child {
    border-top: 0;
  }

  .scroll-reveal-text {
    transform: translateY(20px);
    filter: blur(3px);
    transition-duration: 720ms;
  }

}

@media (max-width: 380px) {
  .section-pad {
    padding-inline: 15px;
  }

  .hero {
    padding-inline: 15px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10.4vw, 2.5rem);
  }

  .lang-btn {
    min-width: 30px;
    min-height: 30px;
    font-size: 0.74rem;
  }
}
