:root {
  --page-bg: #f6f4ef;
  --surface: #ffffff;
  --surface-muted: #ebe7df;
  --ink: #171717;
  --ink-2: #2b3135;
  --muted: #646a70;
  --line: #d9d3c8;
  --line-strong: #bfb8ab;
  --nav: #081116;
  --nav-2: #10191f;
  --nav-line: rgba(34, 211, 238, 0.2);
  --accent: #0f766e;
  --accent-2: #115e59;
  --accent-soft: #e4f2ef;
  --accent-glow: rgba(15, 118, 110, 0.16);
  --system: #16a34a;
  --system-soft: #e7f5ea;
  --nav-accent: #22d3ee;
  --nav-accent-hover: #86efac;
  --a11y-blue: #165b9f;
  --a11y-blue-hover: #0f72c8;
  --a11y-blue-deep: #0b3f78;
  --white: #ffffff;
}

body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Arial,
    sans-serif;
  background: var(--page-bg);
  color: var(--ink-2);
  text-rendering: optimizeLegibility;
}

.container {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

/* wcag */
.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 5000;
  padding: 12px 16px;
  background: var(--nav);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid var(--accent);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.skip-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.a11y-widget {
  position: fixed;
  right: 5px;
  top: 15%;
  transform: translateY(-50%);
  z-index: 5000;
  width: 50px;
}

.a11y-toggle {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.a11y-toggle-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.fa-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  line-height: 1;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
}

.fa-solid::before,
.fa-solid::after {
  content: '';
  box-sizing: border-box;
  display: block;
}

.fa-mobile-screen-button::before,
.fa-globe::before,
.fa-envelope::before,
.fa-phone::before,
.fa-desktop::before,
.fa-server::before,
.fa-bolt::before,
.fa-clipboard-list::before,
.fa-wrench::before,
.fa-code::before,
.fa-pointer::before {
  width: 1.2em;
  height: 1.2em;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.fa-mobile-screen-button::after,
.fa-globe::after,
.fa-envelope::after,
.fa-phone::after,
.fa-desktop::after,
.fa-server::after,
.fa-bolt::after,
.fa-clipboard-list::after,
.fa-wrench::after,
.fa-code::after,
.fa-pointer::after {
  display: none;
}

.fa-mobile-screen-button::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-globe::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 0 20M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 0 20M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-envelope::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-phone::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.57 2.61a2 2 0 0 1-.45 2.11L9 10.66a16 16 0 0 0 4.34 4.34l1.22-1.22a2 2 0 0 1 2.11-.45c.84.25 1.71.45 2.61.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.11 5.18 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.72c.12.9.32 1.77.57 2.61a2 2 0 0 1-.45 2.11L9 10.66a16 16 0 0 0 4.34 4.34l1.22-1.22a2 2 0 0 1 2.11-.45c.84.25 1.71.45 2.61.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.fa-chevron-down::before {
  content: '\2304';
}

.fa-chevron-left::before {
  content: '\2039';
}

.fa-chevron-right::before {
  content: '\203A';
}

.fa-desktop::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8M12 16v4'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-server::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='8' rx='2'/%3E%3Crect x='3' y='12' width='18' height='8' rx='2'/%3E%3Cpath d='M7 8h.01M7 16h.01'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='8' rx='2'/%3E%3Crect x='3' y='12' width='18' height='8' rx='2'/%3E%3Cpath d='M7 8h.01M7 16h.01'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-bolt::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M13 2 3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M13 2 3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E");
}

.fa-clipboard-list::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='18' rx='2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1'/%3E%3Cpath d='M8 11h8M8 15h8M8 19h5'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='18' rx='2'/%3E%3Crect x='8' y='2' width='8' height='4' rx='1'/%3E%3Cpath d='M8 11h8M8 15h8M8 19h5'/%3E%3C/g%3E%3C/svg%3E");
}

.fa-wrench::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94z'/%3E%3C/svg%3E");
}

.fa-code::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m8 6-6 6 6 6M16 6l6 6-6 6'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m8 6-6 6 6 6M16 6l6 6-6 6'/%3E%3C/svg%3E");
}

.fa-pointer::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' stroke='black' stroke-width='1' stroke-linejoin='round' d='M4 4 20 11.5 12.5 13.5 10.5 21z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' stroke='black' stroke-width='1' stroke-linejoin='round' d='M4 4 20 11.5 12.5 13.5 10.5 21z'/%3E%3C/svg%3E");
}

.fa-chevron-down::after,
.fa-chevron-left::after,
.fa-chevron-right::after {
  display: none;
}

.a11y-toggle:hover,
.a11y-toggle:focus {
  transform: translateY(-2px);
}

.a11y-toggle.is-open {
  box-shadow: none;
}
.a11y-panel {
  position: absolute;
  top: 58px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a11y-panel[hidden] {
  display: none;
}

.a11y-btn {
  min-width: 20px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid var(--a11y-blue-deep);
  background: var(--a11y-blue);
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.a11y-btn:hover,
.a11y-btn:focus-visible {
  transform: translateY(-2px) scale(1.03);
  background: var(--a11y-blue-hover);
  color: var(--white);
}

.a11y-btn:active {
  transform: scale(0.96);
}

.a11y-btn.is-active {
  background: var(--a11y-blue-hover);
  color: var(--white);
  border-color: var(--a11y-blue-deep);
  box-shadow: 0 10px 24px rgba(22, 91, 159, 0.25);
}

body.a11y-text-small-2 {
  font-size: 0.9em;
}

body.a11y-text-small-1 {
  font-size: 0.95em;
}

body.a11y-text-large-1 {
  font-size: 1.05em;
}

body.a11y-text-large-2 {
  font-size: 1.1em;
}

body.a11y-text-large-3 {
  font-size: 1.15em;
}

html.a11y-invert {
  filter: invert(1) hue-rotate(180deg);
}

html.a11y-invert img,
html.a11y-invert video,
html.a11y-invert iframe,
html.a11y-invert .a11y-widget {
  filter: invert(1) hue-rotate(180deg);
}

/* Header nav */
.header {
  background:
    linear-gradient(rgba(34, 211, 238, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 14% 0%, rgba(34, 211, 238, 0.18), transparent 28%),
    linear-gradient(100deg, rgba(5, 12, 17, 0.98) 0%, rgba(12, 24, 31, 0.98) 100%);
  background-size:
    32px 32px,
    32px 32px,
    auto,
    auto;
  border-bottom: 1px solid var(--nav-line);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 34px rgba(8, 17, 22, 0.16);
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--nav-accent), var(--nav-accent-hover), var(--nav-accent));
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.6);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 0;
  min-height: 76px;
}

/* Contact dropdown */
.nav-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: -16px;
}

.nav-contact-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #f8fafc;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  position: relative;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-contact-trigger i {
  font-size: 15px;
  color: var(--nav-accent);
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.nav-contact-trigger::after {
  content: '';
  position: absolute;
  right: 13px;
  bottom: 4px;
  left: 13px;
  height: 2px;
  background: linear-gradient(90deg, var(--nav-accent), var(--nav-accent-hover));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-contact:hover .nav-contact-trigger,
.nav-contact:focus-within .nav-contact-trigger {
  color: var(--nav-accent-hover);
  background: rgba(34, 211, 238, 0.09);
  border-color: rgba(34, 211, 238, 0.22);
  transform: translateY(-1px);
}

.nav-contact:hover .nav-contact-trigger i,
.nav-contact:focus-within .nav-contact-trigger i {
  transform: translateY(-1px);
  color: var(--nav-accent-hover);
}

.nav-contact:hover .nav-contact-trigger::after,
.nav-contact:focus-within .nav-contact-trigger::after {
  transform: scaleX(1);
}

.nav-contact-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0;
  display: flex;
  gap: 10px;
  background: rgba(8, 17, 22, 0.96);
  border: 1px solid var(--nav-line);
  border-radius: 10px;
  padding: 8px 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(4px);
  pointer-events: none;
  transition: all 0.2s ease;
}

.nav-contact:hover .nav-contact-dropdown,
.nav-contact:focus-within .nav-contact-dropdown {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-contact-dropdown a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #f8fafc;
  background: rgba(34, 211, 238, 0.06);
  border: 1px solid rgba(34, 211, 238, 0.18);
  transition: all 0.2s ease;
}

.nav-contact-dropdown a:hover,
.nav-contact-dropdown a:focus {
  background: rgba(94, 234, 212, 0.12);
  border-color: var(--nav-accent);
  color: var(--nav-accent-hover);
  transform: translateY(-2px);
}
.brand-mark {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 10px 14px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand-name {
  color: #f8fafc;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.brand-role {
  margin-top: 6px;
  color: var(--nav-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(34, 211, 238, 0.42);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #f8fafc;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  position: relative;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-links a i {
  font-size: 15px;
  color: var(--nav-accent);
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 13px;
  left: 13px;
  height: 3px;
  background: linear-gradient(90deg, var(--nav-accent), var(--nav-accent-hover));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--nav-accent-hover);
  background: rgba(34, 211, 238, 0.09);
  border-color: rgba(34, 211, 238, 0.22);
  transform: translateY(-1px);
}

.nav-links a:hover i,
.nav-links a:focus i {
  transform: translateY(-1px);
  color: var(--nav-accent-hover);
}

.nav-links a:hover::after,
.nav-links a:focus::after {
  transform: scaleX(1);
}

.nav-links a:focus-visible,
.brand-mark:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* header adj for mob */
.desktop-brand,
.desktop-nav {
  display: inherit;
}

.mobile-header,
.mobile-bottom-nav {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 62px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 244, 239, 0.86) 70%),
    radial-gradient(circle at 50% 0%, rgba(15, 118, 110, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(23, 23, 23, 0.035), transparent 42%);
  border-bottom: 1px solid var(--line);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 7px 14px 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--system);
  box-shadow: 0 0 0 3px var(--system-soft);
}

.hero-h1-accent {
  color: var(--accent-2);
}

.hero-rule {
  display: block;
  width: 64px;
  height: 4px;
  margin: 22px auto 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.hero-device-carousel {
  position: relative;
  max-width: 560px;
  margin: 26px auto 0;
}

.hero-device-carousel__viewport {
  position: relative;
  height: 310px;
}

.hero-device-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.hero-device-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-device-carousel__stage {
  position: relative;
  width: 358px;
  margin-top: 4px;
  padding-bottom: 28px;
}

.hero-device-carousel__stage--phone-only {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.hero-device-carousel__monitor {
  position: relative;
  width: 340px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--ink) 0%, #080808 100%);
  border: 3px solid #171717;
  box-shadow:
    0 24px 60px rgba(8, 17, 22, 0.28),
    0 0 0 1px rgba(34, 211, 238, 0.06);
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.hero-device-carousel__monitor-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: #e8eaed;
  border-radius: 5px 5px 0 0;
}

.hero-device-carousel__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.hero-device-carousel__dot.red {
  background: #ff5f56;
}

.hero-device-carousel__dot.yellow {
  background: #ffbd2e;
}

.hero-device-carousel__dot.green {
  background: #27c93f;
}

.hero-device-carousel__url {
  flex: 1;
  margin-left: 2px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #5f6368;
  font-size: 10px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-device-carousel__monitor-screen {
  position: relative;
  width: 100%;
  height: 208px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #e8e2d8;
}

.hero-device-carousel__monitor-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-device-carousel__phone {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 114px;
  aspect-ratio: 400 / 826;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--ink) 0%, #080808 100%);
  border: 3px solid #171717;
  box-shadow:
    0 14px 40px rgba(2, 6, 23, 0.45),
    0 0 14px rgba(15, 118, 110, 0.18);
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
}

.hero-device-carousel__phone--solo {
  position: static;
  width: 136px;
}

.hero-device-carousel__phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e2d8;
}

.hero-device-carousel__phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-device-carousel__caption {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--nav-accent);
  letter-spacing: 0.01em;
}

.hero-device-carousel__nav {
  position: absolute;
  top: 104px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 17, 22, 0.55);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  z-index: 4;
  transition: background 0.2s ease;
}

.hero-device-carousel__nav:hover {
  background: rgba(8, 17, 22, 0.8);
}

.hero-device-carousel__nav--prev {
  left: 0;
}

.hero-device-carousel__nav--next {
  right: 0;
}

.hero-device-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hero-device-carousel__dot-btn {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--nav-line);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-device-carousel__dot-btn.is-active {
  background: var(--nav-accent);
  transform: scale(1.2);
}

header,
.hero,
.section,
.footer {
  opacity: 1;
  transform: none;
}

.hero h1 {
  max-width: 960px;
  margin: 0 auto 18px;
  color: var(--ink);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 860px;
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 14px 34px rgba(24, 50, 74, 0.08);
}

.hero-proof div {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.88);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.hero-proof span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.hero-proof-icon {
  position: absolute;
  right: -8px;
  bottom: -12px;
  font-size: 48px;
  color: var(--accent);
  opacity: 0.12;
  pointer-events: none;
}

.section {
  padding: 58px 0;
}

.section:not(:first-of-type),
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.section.alt {
  background: linear-gradient(180deg, var(--white) 0%, var(--surface-muted) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section h2 {
  margin-bottom: 10px;
}

/* Btn */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 20px;
  padding: 0 20px;
  border: 1px solid transparent;
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.1;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.18);
}

/* Contact */
.contact {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: 0 10px 30px rgba(16, 36, 64, 0.06);
}

/* Footer */
.footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 34px 0;
  margin-top: 40px;
  background:
    linear-gradient(rgba(34, 211, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.16), transparent 30%),
    linear-gradient(100deg, var(--nav) 0%, var(--nav-2) 100%);
  background-size:
    34px 34px,
    34px 34px,
    auto,
    auto;
  border-top: 1px solid var(--nav-line);
  color: #dbeafe;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--nav-accent),
    var(--nav-accent-hover),
    transparent
  );
  opacity: 0.85;
}

.footer p {
  margin: 0;
  color: #dbeafe;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  padding: 12px 16px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Sections */
.section-heading {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 30px;
}

.section-heading h2 {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 46px);
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
  font-size: 18px;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-item {
  display: flex;
  flex-direction: column;
  min-height: fit-content;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(24, 50, 74, 0.06);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 36px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.service-icon i {
  font-size: 15px;
}

.service-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.service-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
  color: #55514a;
  font-size: 14px;
  line-height: 1.45;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 2px;
  background: var(--system);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: center;
}

.proof-copy h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.proof-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.proof-points {
  display: grid;
  gap: 12px;
}

.proof-points div {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.proof-points-icon {
  position: absolute;
  right: -8px;
  bottom: -12px;
  font-size: 48px;
  color: var(--accent);
  opacity: 0.12;
  pointer-events: none;
}

.proof-points strong,
.proof-points span {
  display: block;
}

.proof-points strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.proof-points span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

/* carousel */

.carousel-shell {
  position: relative;
  display: flex;
  align-items: center;
}

.carousel {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  display: flex;
  gap: 24px;
  padding: 10px 0;
}

.carousel .card {
  flex: 0 0 320px;
  width: 320px;
  scroll-snap-align: center;
  cursor: pointer;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 48px;
  height: 48px;

  border-radius: 999px;
  border: 1px solid var(--line-strong);

  background: var(--white);
  color: var(--ink-2);

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  box-shadow: 0 10px 24px rgba(16, 36, 64, 0.08);

  transition: all 0.2s ease;
}

.carousel-arrow-prev {
  left: -12px;
}

.carousel-arrow-next {
  right: -12px;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  border-color: var(--accent);
  color: var(--accent);
}

.section.alt .carousel::after {
  background: linear-gradient(to left, var(--surface-muted) 0%, rgba(247, 250, 253, 0) 100%);
}

/* card */
.card {
  position: relative;
  background: var(--surface);
  border-radius: 8px;
  border: 1px solid var(--line);
  overflow: visible;
  box-shadow: 0 10px 30px rgba(16, 36, 64, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.card:hover,
.card:focus-within,
.card.is-open {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 36, 64, 0.12);
  z-index: 10;
}

.card-media {
  height: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.card-media > img,
.card-media > a > img,
.card-media__base {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  display: block;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.card-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--ink-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.card-type--app,
.card-type--web {
  gap: 6px;
  cursor: default;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.card-type--app i,
.card-type--web i {
  font-size: 9px;
  opacity: 0.6;
}

.card-type--app:hover,
.card-type--web:hover {
  background: var(--accent);
  color: var(--white);
}

.card h3 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-link:hover .card {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(16, 36, 64, 0.15);
}

.card-link:visited,
.card-link:active {
  color: inherit;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  align-items: flex-start;
  /* min-height: 132px; */
}

.tag {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  align-items: center;
  gap: 8px;
  background: #f3f0ea;
  border: 1px solid var(--line);
  color: var(--ink-2);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.tag img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.tag:hover {
  background: #ece7df;
  border-color: var(--line-strong);
}

/* features list */
.features {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  min-height: 92px;
}

.features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #55514a;
  line-height: 1.4;
}

.features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* lang */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
}

.lang-switcher-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 72px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.06);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lang-switcher-trigger i {
  font-size: 12px;
  color: var(--nav-accent);
}

.lang-switcher-trigger:hover,
.lang-switcher-trigger:focus {
  color: var(--nav-accent-hover);
  border-color: var(--nav-accent);
  background: rgba(34, 211, 238, 0.12);
  transform: translateY(-1px);
}

.lang-switcher-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 84px;
  padding: 10px;
  border: 1px solid var(--nav-line);
  border-radius: 14px;
  background: rgba(8, 17, 22, 0.97);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 3000;
}

.lang-switcher:hover .lang-switcher-dropdown,
.lang-switcher:focus-within .lang-switcher-dropdown,
.lang-switcher.is-open .lang-switcher-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-switcher-dropdown a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f8fafc;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.06);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lang-switcher-dropdown a:hover,
.lang-switcher-dropdown a:focus {
  color: var(--nav-accent-hover);
  border-color: var(--nav-accent);
  background: rgba(34, 211, 238, 0.12);
  transform: translateY(-1px);
}

.lang-switcher.is-open .lang-switcher-trigger {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(15, 118, 110, 0.12);
}

/* mob */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-top: 78px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2500;
    background:
      linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px),
      linear-gradient(100deg, rgba(8, 17, 22, 0.96) 0%, rgba(16, 25, 31, 0.96) 100%);
    background-size:
      28px 28px,
      28px 28px,
      auto;
    border-bottom: 1px solid var(--nav-line);
  }

  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0 0;
    min-height: 70px;
  }

  /* hide desktop */
  .desktop-brand,
  .desktop-nav {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .mobile-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  .mobile-brand .brand-name {
    display: block;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.02em;
  }

  .mobile-brand .brand-role {
    display: block;
    margin-top: 6px;
    color: var(--nav-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hero {
    padding: 34px 0 34px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-device-carousel {
    margin-top: 20px;
  }

  .hero-device-carousel__viewport {
    height: 207px;
  }

  .hero-device-carousel__stage {
    width: 239px;
    padding-bottom: 19px;
  }

  .hero-device-carousel__monitor {
    width: 227px;
  }

  .hero-device-carousel__monitor-screen {
    height: 139px;
  }

  .hero-device-carousel__phone {
    width: 76px;
    right: -12px;
    bottom: 0;
  }

  .hero-device-carousel__phone--solo {
    width: 91px;
  }

  .hero-device-carousel__nav {
    top: 70px;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 22px auto 0;
  }

  .hero-proof div {
    padding: 14px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .service-grid,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .service-item,
  .proof-points div {
    padding: 20px;
  }

  .proof-layout {
    gap: 24px;
  }

  .card-media {
    height: 130px;
  }

  .section {
    padding: 34px 0;
  }

  #contact.section {
    padding: 24px 0 24px;
  }

  .footer {
    margin-top: 0;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2000;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    box-sizing: border-box;
    background:
      linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px),
      linear-gradient(100deg, rgba(8, 17, 22, 0.97) 0%, rgba(16, 25, 31, 0.97) 100%);
    background-size:
      28px 28px,
      28px 28px,
      auto;
    border-top: 1px solid var(--nav-line);
    box-shadow: 0 -8px 24px rgba(7, 21, 33, 0.22);
  }

  .mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 58px;
    padding: 8px 6px;
    text-decoration: none;
    text-align: center;
    color: #f8fafc;
    background: rgba(34, 211, 238, 0.06);
    border: 1px solid rgba(34, 211, 238, 0.18);
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    box-sizing: border-box;
    transition:
      transform 0.2s ease,
      background 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease;
  }

  .mobile-bottom-nav a i {
    font-size: 16px;
    color: var(--nav-accent);
    transition: color 0.2s ease;
  }

  .mobile-bottom-nav a:hover,
  .mobile-bottom-nav a:focus {
    transform: translateY(-2px);
    background: rgba(34, 211, 238, 0.12);
    border-color: var(--nav-accent);
    color: var(--nav-accent-hover);
  }

  .mobile-bottom-nav a:hover i,
  .mobile-bottom-nav a:focus i {
    color: #6ee7b7;
  }

  .carousel-shell {
    padding: 0 6px;
  }

  .carousel .card {
    flex: 0 0 85%;
    width: 85%;
  }

  .carousel-arrow {
    display: none;
  }
  .mobile-header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .mobile-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0 56px;
  }

  .mobile-lang-switcher {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%);
  }

  .mobile-lang-switcher .lang-switcher-trigger {
    min-width: 58px;
    height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .mobile-lang-switcher .lang-switcher-trigger i {
    font-size: 10px;
  }

  .mobile-lang-switcher .lang-switcher-dropdown {
    top: calc(100% + 8px);
    right: 0;
    min-width: 74px;
    padding: 8px;
    gap: 6px;
  }

  .mobile-lang-switcher .lang-switcher-dropdown a {
    min-width: 50px;
    height: 30px;
    font-size: 11px;
    padding: 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  header,
  .hero,
  .section,
  .footer {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .carousel {
    overflow-x: auto;
  }

  .carousel-track {
    animation: none;
  }

  .hero-device-carousel__slide {
    transition: none;
  }

  .carousel::before,
  .carousel::after {
    display: none;
  }
}

/* cookies */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  max-width: fit-content;
  margin: 0 auto;
  background: rgba(7, 21, 33, 0.98);
  border: 1px solid var(--nav-line);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(7, 21, 33, 0.28);
  padding: 18px 20px;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__content {
  margin-bottom: 14px;
}

.cookie-banner__title {
  margin: 0 0 8px;
  color: #fafaf9;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.cookie-banner__text {
  margin: 0;
  color: #d8d3ca;
  font-size: 15px;
  line-height: 1.6;
}

.cookie-banner__actions {
  display: block;
  text-align: center;
}

.cookie-btn {
  min-width: 120px;
  min-height: 44px;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.cookie-btn--primary {
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent) 100%);
  color: var(--nav);
  border-color: transparent;
}

.cookie-btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #fafaf9;
}

.cookie-btn:hover,
.cookie-btn:focus {
  transform: translateY(-1px);
}

.cookie-btn--secondary:hover,
.cookie-btn--secondary:focus {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(15, 118, 110, 0.12);
}

.cookie-btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.cookie-settings-btn {
  position: static;
  padding: 9px 12px;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 999px;
  color: var(--nav-accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-settings-btn:hover,
.cookie-settings-btn:focus {
  color: var(--nav-accent-hover);
  border-color: var(--nav-accent);
  background: rgba(34, 211, 238, 0.13);
}

.cookie-settings-btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: calc(90px + env(safe-area-inset-bottom));
    padding: 16px;
    border-radius: 16px;
  }

  .cookie-banner__title {
    font-size: 16px;
  }

  .cookie-banner__text {
    font-size: 14px;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }

  .cookie-settings-btn {
    left: 0;
    bottom: -2px;
    font-size: 12px;
  }
}

/* APP slides */
.card-media__base {
  display: block;
  width: 100%;
  height: auto;
}

.app-phone-showcase {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  padding-bottom: 14px;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.92);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
  z-index: 5;
}

/* Reveal the popup only when its own "card-type" pill is hovered (desktop),
   or on tap/keyboard focus (mobile / accessibility fallback shows everything). */
.card:has(.card-type--app:hover) .app-phone-showcase,
.card:has(.card-type--web:hover) .app-phone-showcase,
.card:focus-within .app-phone-showcase,
.card.is-open .app-phone-showcase {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.app-phone-showcase__phone,
.app-desktop-showcase__monitor {
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.card.is-open .app-phone-showcase__phone,
.card.is-open .app-desktop-showcase__monitor,
.card:focus-within .app-phone-showcase__phone,
.card:focus-within .app-desktop-showcase__monitor {
  opacity: 1;
}

.card:has(.card-type--app:hover) .app-phone-showcase__phone {
  opacity: 1;
}

.card:has(.card-type--web:hover) .app-desktop-showcase__monitor {
  opacity: 1;
}

.app-phone-showcase__phone {
  position: relative;
  flex: 0 0 auto;
  width: 250px;
  aspect-ratio: 400 / 826;
  border-radius: 30px;
  background: linear-gradient(180deg, var(--ink) 0%, #080808 100%);
  border: 3px solid #171717;
  box-shadow:
    0 14px 60px rgba(2, 6, 23, 0.45),
    0 0 14px rgba(15, 118, 110, 0.18);
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
}

.app-phone-showcase__phone::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  z-index: 3;
}

.app-phone-showcase__screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #e8e2d8;
}

.app-phone-showcase__screen .app-phone-showcase__slide {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.app-phone-showcase__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: #ebe7df;
}

.app-phone-showcase__slide.is-active {
  opacity: 1;
}

.app-desktop-showcase__monitor {
  position: relative;
  width: 460px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--ink) 0%, #080808 100%);
  border: 3px solid #171717;
  box-shadow:
    0 14px 60px rgba(2, 6, 23, 0.45),
    0 0 14px rgba(15, 118, 110, 0.18);
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.app-desktop-showcase__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: #e8eaed;
  border-radius: 5px 5px 0 0;
}

.app-desktop-showcase__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.app-desktop-showcase__dot.red {
  background: #ff5f56;
}

.app-desktop-showcase__dot.yellow {
  background: #ffbd2e;
}

.app-desktop-showcase__dot.green {
  background: #27c93f;
}

.app-desktop-showcase__url {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  margin-left: 2px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #5f6368;
  font-size: 10px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.app-desktop-showcase__url svg {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  color: #5f6368;
}

.app-desktop-showcase__screen {
  position: relative;
  width: 100%;
  height: 282px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #e8e2d8;
}

@media (max-width: 768px) {
  .app-phone-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .app-phone-showcase__phone {
    width: 160px;
  }

  .app-desktop-showcase__monitor {
    width: 230px;
  }

  .app-desktop-showcase__screen {
    height: 141px;
  }
}
