@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;700;800&family=Cairo:wght@500;700;800&display=swap');

:root{
  /* Brand */
  --color-navy: #0f2f5c;
  --color-blue: #1f4f8b;
  --color-accent: #d64545;
  --color-teal: #5a9ca3;

  /* Neutrals */
  --color-bg: #f4f7fb;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;

  /* Typography */
  --font-sans: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-head: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --fs-h1: 56px;
  --fs-h2: 44px;
  --fs-h3: 28px;
  --fs-body: 16px;
  --fs-small: 14px;

  --lh-tight: 1.1;
  --lh-title: 1.2;
  --lh-body: 1.6;

  /* Spacing (8pt) */
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 48px;
  --sp-6: 64px;
  --sp-7: 96px;

  /* Radius */
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 999px;

  /* Shadows (soft, corporate) */
  --shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 20px 60px rgba(15, 23, 42, 0.12);
  --shadow-lg: 0 30px 80px rgba(15, 23, 42, 0.16);

  /* Motion */
  --ease: cubic-bezier(.2,.8,.2,1);
  --t-fast: 160ms;
  --t-base: 220ms;
  --t-slow: 600ms;

  /* Focus ring */
  --focus-ring: 0 0 0 4px rgba(31,79,139,.22);

  /* Map */
  --map-land: rgba(90,169,173,.95);
  --map-borders: rgba(255,255,255,.18);
  --map-route: var(--color-accent);
  --map-route-dash: 8 8;

  /* Legacy aliases */
  --bg: var(--color-bg);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --primary: var(--color-blue);
  --primary-dark: var(--color-navy);
  --accent: var(--color-accent);
  --card: var(--color-surface);
  --border: var(--color-border);
  --shadow: var(--shadow-md);
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(30, 198, 238, 0.14), transparent 34%),
    radial-gradient(circle at 84% 90%, rgba(4, 102, 200, 0.16), transparent 40%),
    var(--bg);
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

body.splash-lock {
  overflow: hidden;
}

.site-footer {
  margin-top: 56px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.05), transparent 38%),
    linear-gradient(135deg, #041f66 0%, #0731A2 55%, #06257e 100%);
}

.site-footer__main {
  padding: 90px 0 80px;
}

.site-footer__shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer__main .site-footer__shell {
  display: grid;
  grid-template-columns: minmax(280px, 32%) minmax(0, 68%);
  gap: 56px;
}

.site-footer__brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-footer__brand-link img {
  width: 210px;
  height: auto;
  object-fit: contain;
}

.site-footer__brand-name {
  margin: 22px 0 16px;
  font-family: var(--font-head);
  font-size: clamp(42px, 4vw, 56px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer__brand-text {
  max-width: 360px;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer__brand-text--muted {
  color: rgba(228, 236, 255, 0.72);
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.site-footer__col h3 {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.site-footer__col a {
  display: block;
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: none;
  color: rgba(223, 232, 255, 0.78);
  transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.site-footer__col a:hover,
.site-footer__col a:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
}

.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__legal-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  padding-bottom: 24px;
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.site-footer__legal-links a,
.site-footer__social a {
  text-decoration: none;
  color: rgba(223, 232, 255, 0.76);
  transition: color 0.22s ease, opacity 0.22s ease;
}

.site-footer__legal-links a:hover,
.site-footer__legal-links a:focus-visible,
.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  color: #ffffff;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.site-footer__social svg {
  width: 20px;
  height: 20px;
}

.opening-splash {
  position: fixed;
  inset: 0;
  z-index: 5000;
  overflow: hidden;
  background: #ffffff;
}

.opening-splash-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.2%;
  background: #ffffff;
  transition: transform 1.15s cubic-bezier(.22,.8,.2,1);
}

.opening-splash-pane--left {
  left: 0;
}

.opening-splash-pane--right {
  right: 0;
}

.opening-splash-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.opening-splash-center img {
  width: min(500px, 84vw);
  height: auto;
}

.opening-splash-center strong {
  color: #0f2f5c;
  font-size: clamp(24px, 3vw, 44px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.opening-splash.is-leaving .opening-splash-pane--left {
  transform: translateX(-100%);
}

.opening-splash.is-leaving .opening-splash-pane--right {
  transform: translateX(100%);
}

.opening-splash.is-leaving .opening-splash-center {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
}

body[dir='rtl'] { font-family: 'Cairo', sans-serif; }

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

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

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: clamp(14px, 3vw, 42px);
  padding-right: clamp(14px, 3vw, 42px);
}

@media (min-width: 1200px) {
  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 0;
}

.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.nav-deep { min-height: 84px; }

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-large img {
  width: 240px;
  height: 82px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.menu-toggle {
  position: fixed;
  top: 16px;
  right: clamp(12px, 3vw, 42px);
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(15, 47, 92, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  display: grid;
  place-items: center;
  z-index: 120;
}
.site-header .menu-toggle {
  background: rgba(15, 47, 92, 0.6);
  border-color: rgba(255, 255, 255, 0.55);
}
.menu-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(203, 227, 255, 0.6);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
}

.menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(420px, 42vw, 620px);
  height: 100vh;
  background: rgba(12, 32, 58, 0.92);
  padding: 120px 48px 36px;
  color: #fff;
  display: grid;
  gap: 24px;
  align-content: start;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.menu-overlay.is-open .menu-panel {
  transform: translateX(0);
}

.menu-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-panel-head h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.menu-close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.menu-close:hover {
  background: rgba(255, 255, 255, 0.08);
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 80px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.menu-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-0.5px);
}

.menu-grid a {
  text-decoration: none;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  padding: 4px 0;
  border-bottom: 0;
  letter-spacing: 0.2px;
  line-height: 1.9;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-grid a.active,
.menu-grid a:hover {
  opacity: 0.75;
  transform: translateX(4px);
}

.menu-grid a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.side-lang-slider {
  position: fixed;
  right: clamp(10px, 2.6vw, 40px);
  top: 270px;
  z-index: 90;
  display: grid;
}

.lang-dropdown {
  position: relative;
}

.lang-dropdown-toggle {
  min-width: 56px;
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(22, 27, 36, 0.38);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lang-dropdown-toggle:hover,
.lang-dropdown-toggle:focus-visible,
.lang-dropdown.is-open .lang-dropdown-toggle {
  background: rgba(22, 27, 36, 0.62);
  border-color: rgba(255, 255, 255, 0.72);
}

.lang-dropdown-current {
  line-height: 1;
}

.lang-dropdown-caret {
  font-size: 11px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.lang-dropdown.is-open .lang-dropdown-caret {
  transform: rotate(180deg);
}

.lang-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 184px;
  padding: 12px 0;
  border-radius: 20px;
  background: rgba(14, 20, 30, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 48px rgba(4, 10, 18, 0.28);
  backdrop-filter: blur(16px);
}

.lang-option {
  width: 100%;
  padding: 8px 18px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease;
}

.lang-option:hover,
.lang-option:focus-visible,
.lang-option.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.lang-option-name {
  white-space: nowrap;
}

.lang-option-code {
  opacity: 0.58;
  font-weight: 700;
}

.nav-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: calc(64px + 36px);
}

.side-lang-slider.side-lang-slider--top {
  display: none !important;
}


.hero {
  margin: 20px 0 22px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 520px;
  display: grid;
  place-items: start;
  text-align: left;
  padding: 0 24px 60px;
  color: #fff;
}
.hero-photo {
  background: url('assets/ChatGPT%20Image%20Feb%2028,%202026%20at%2006_23_00%20PM.png') center/cover;
}
.page-export-products .hero-photo {
  background: url('assets/Jardin%20.jpg') center/cover;
}
.hero-overlay {
  display: grid;
  gap: 14px;
  align-items: start;
  justify-items: start;
  max-width: 900px;
  margin: 0;
  padding-top: 0;
  align-self: start;
}
.hero-logo {
  width: 180px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(9, 28, 60, 0.35));
}
.hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}
.hero p {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  max-width: 780px;
  line-height: 1.6;
}

.actions { margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
}
.btn-primary {
  background: #0F2B46;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 600;
}
.btn-primary:hover {
  background: #123458;
  box-shadow: 0 6px 14px rgba(15, 43, 70, 0.18);
}
.btn-secondary { color: #fff; border-color: rgba(255,255,255,0.78); }

.section { margin: 40px 0; }
.page-export-products #specialties {
  margin-top: 140px;
}
.about-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 44px;
  align-items: stretch;
  margin-top: 36px;
}
.about-split-media {
  min-height: 460px;
  border-radius: 14px;
  background: transparent;
  border: none;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 0;
}
.about-split-media img {
  width: 92%;
  height: 92%;
  display: block;
  object-fit: contain;
}
.about-split-content {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 6px 8px;
}
.about-split-label {
  color: #b53b48;
  letter-spacing: 0.35em;
  font-size: 12px;
  font-weight: 700;
}
.about-split-content h2 {
  margin: 0;
  color: #061a2f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.about-split-content p {
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
  font-size: 20px;
}
.about-split-btn {
  width: fit-content;
  margin-top: 6px;
}

.about-hero-split {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
  background: #f2f4f7;
  padding: 0;
}

.about-hero-media {
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-hero-content {
  padding: 30px 24px;
  display: grid;
  align-content: start;
  gap: 18px;
}

.about-hero-kicker {
  color: #b53b48;
  letter-spacing: 0.45em;
  font-size: 12px;
  font-weight: 700;
}

.about-hero-content h2 {
  margin: 0;
  color: #060f1a;
  font-size: clamp(44px, 4.6vw, 74px);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-hero-content p {
  margin: 0;
  line-height: 1.68;
  color: #6b7280;
  font-size: 17px;
}

.about-full-bleed-photo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 24px;
  overflow: hidden;
}

.about-full-bleed-photo img {
  width: 100%;
  min-height: clamp(360px, 42vw, 760px);
  object-fit: cover;
  display: block;
}

.about-ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.about-photo-card,
.about-service-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(13, 36, 71, 0.18);
}

.about-photo-card {
  min-height: 230px;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-service-export,
.about-service-trust,
.about-service-logistics {
  min-height: 100%;
}

.about-service-card {
  background: linear-gradient(145deg, #163f79 0%, #0e2f5f 54%, #0a2348 100%);
  color: #ecf4ff;
  padding: 20px 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.about-service-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 0.96;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.about-service-card p {
  margin: 0;
  color: rgba(232, 242, 255, 0.94);
  font-size: 17px;
  line-height: 1.45;
}

.about-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.about-service-card li {
  position: relative;
  padding-left: 28px;
  color: #eef5ff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

.about-service-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.04em;
  color: #d6e8ff;
  font-size: 16px;
}

.about-chess {
  display: grid;
  gap: 26px;
  margin-top: 22px;
}

.about-chess-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-chess-item:nth-child(even) .about-chess-card {
  grid-column: 2;
}

.about-chess-card {
  background: #ffffff;
  border: 1px solid rgba(15, 47, 92, 0.14);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(10, 27, 52, 0.08);
  padding: 32px;
}

.about-chess-card h3 {
  margin: 0 0 10px;
  color: #0f2f5c;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: 0.04em;
}

.about-subhead {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.85;
}

.about-chess-card p {
  margin: 0 0 10px;
  color: #475569;
  line-height: 1.7;
  max-width: 700px;
}

.about-chess-card ul {
  margin: 0 0 10px;
  padding-left: 20px;
  color: #475569;
  line-height: 1.65;
  max-width: 700px;
}

.about-chess-card.tone-light {
  background: #f6f8fc;
}

.about-chess-card.tone-dark {
  background: #0f2f5c;
  border-color: rgba(151, 189, 238, 0.35);
}

.about-chess-card.tone-dark h3,
.about-chess-card.tone-dark p,
.about-chess-card.tone-dark li,
.about-chess-card.tone-dark strong {
  color: #e8f2ff;
}

.about-approach-modern {
  margin-top: 64px;
  padding: 16px 0 4px;
}

.approach-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 34px;
}

.approach-line {
  height: 1px;
  background: rgba(15, 47, 92, 0.22);
}

.approach-title-row h3 {
  margin: 0;
  color: #0f2f5c;
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

.approach-card {
  background: #ffffff;
  border: 1px solid rgba(15, 47, 92, 0.12);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(15, 47, 92, 0.09);
  padding: 22px 22px 20px;
}

.approach-card h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.approach-card p {
  margin: 0;
  color: #34455f;
  font-size: 17px;
  line-height: 1.45;
}

.approach-card--blue {
  background: linear-gradient(145deg, #163f79 0%, #0e2f5f 54%, #0a2348 100%);
  border-color: rgba(151, 189, 238, 0.35);
}

.approach-card--blue h4,
.approach-card--blue p {
  color: rgba(232, 242, 255, 0.94);
}

.approach-card-wide {
  grid-column: 1 / -1;
}

.about-global-trade {
  margin-top: 26px;
  text-align: center;
}

.about-global-trade h3 {
  margin: 0;
  color: #0f2f5c;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.02;
}

.about-global-trade-line {
  margin: 8px 0 0;
  color: #244770;
  font-size: clamp(21px, 2.1vw, 32px);
  line-height: 1.3;
}

.about-global-trade-map {
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 47, 92, 0.14);
}

.about-global-trade-map img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-trust {
  margin-top: 34px;
}

.about-trust h3 {
  margin: 0 0 14px;
  color: #0f2f5c;
  font-size: clamp(24px, 2.6vw, 36px);
}

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

.about-trust-card {
  background: #ffffff;
  border: 1px solid rgba(15, 47, 92, 0.16);
  border-radius: 12px;
  padding: 18px;
}

.about-trust-card h4 {
  margin: 0 0 10px;
  color: #0f2f5c;
  font-size: 22px;
}

.about-trust-card p {
  margin: 0 0 8px;
  color: #475569;
  line-height: 1.65;
  max-width: 700px;
}

.about-trust-card--media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.activity-showcase {
  border-top: 1px solid rgba(15, 43, 70, 0.2);
  margin-top: 132px;
  padding-top: 28px;
}

.activity-showcase--after-black {
  margin-top: 0;
}

.projects-showcase {
  margin-top: 0;
  background: #fff;
}

.projects-showcase-top {
  min-height: clamp(150px, 18vw, 240px);
  padding: clamp(16px, 2vw, 28px) clamp(20px, 4vw, 64px) clamp(10px, 1.4vw, 18px);
  background: url("assets/%D0%BF%D0%BB%D0%B8%D1%82%D0%BA%D0%B0%20/%D0%9C%D1%80%D0%B0%D0%BC%D0%BE%D1%80.jpg") center/cover no-repeat;
  display: grid;
  align-content: center;
  gap: clamp(10px, 1.5vw, 20px);
  border-bottom: 0;
}

.projects-showcase-top h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.projects-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

.projects-category {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(13px, 1.05vw, 20px);
  padding: 12px 8px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.projects-category:last-child {
  border-right: 0;
}

.projects-category.is-active,
.projects-category:hover {
  color: #fff;
}

.projects-slider {
  position: relative;
  min-height: clamp(420px, 57vw, 860px);
  overflow: hidden;
  background: #111;
}

.projects-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.42s ease;
}

.projects-slide::after { display: none; }

.projects-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.projects-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.projects-slide-copy {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(30px, 3.8vw, 52px);
  transform: translateX(-50%);
  width: min(92vw, 1080px);
  text-align: center;
  color: #fff;
}

.projects-slide-copy h3 {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.projects-slide-copy p {
  margin: 10px auto 0;
  max-width: 900px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.96);
}

.projects-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.projects-arrow-prev { left: 18px; }
.projects-arrow-next { right: 18px; }

.projects-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.projects-dot {
  width: 46px;
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.projects-dot.is-active {
  background: #fff;
}

.luxury-editorial {
  margin-top: 34px;
  background: #ececec;
  width: min(94vw, 1540px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28px, 3.5vw, 54px);
  border-radius: 0;
}

.luxury-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 3vw, 54px);
  align-items: stretch;
}

.luxury-editorial-grid + .luxury-editorial-grid {
  margin-top: clamp(26px, 3vw, 48px);
}

.luxury-editorial-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(8px, 1vw, 12px);
}

.luxury-editorial-copy h2,
.luxury-editorial-copy h3 {
  margin: 0;
  color: #20232a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-head);
}

.luxury-editorial-copy h2 {
  font-size: clamp(28px, 2.45vw, 44px);
  line-height: 1.08;
  font-weight: 400;
}

.luxury-editorial-copy h3 {
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.1;
  font-weight: 400;
}

.luxury-editorial-copy p {
  margin: 0;
  color: #43474f;
  font-size: clamp(18px, 1.12vw, 22px);
  line-height: 1.55;
  max-width: 760px;
}

.luxury-editorial-kicker {
  margin-top: 6px;
  color: #7f4f3f;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luxury-editorial-media {
  margin: 0;
  min-height: clamp(320px, 35vw, 620px);
  overflow: hidden;
}

.luxury-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.luxury-editorial-copy--secondary {
  align-content: end;
}

.supplier-black {
  margin-top: 40px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  color: #fff;
  padding: clamp(110px, 12vw, 190px) clamp(20px, 6vw, 120px);
  min-height: clamp(640px, 78vh, 980px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.supplier-black--flush {
  margin-top: 0;
}

.supplier-black-copy {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  text-align: center;
}

.supplier-black-copy h2 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(72px, 6vw, 90px);
  line-height: 1.02;
  text-transform: none;
  letter-spacing: 0.8px;
  font-weight: 300;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  white-space: normal;
}

.supplier-black-copy h2 .line {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0;
  transform: translateY(44px);
}

.supplier-black-copy h2.is-visible .line {
  animation: supplier-line-rise 0.8s cubic-bezier(.2,.8,.2,1) forwards;
}

.supplier-black-copy h2.is-visible .line:nth-child(2) {
  animation-delay: 0.12s;
}

.supplier-black-copy h2.is-visible .line:nth-child(3) {
  animation-delay: 0.24s;
}

.supplier-black-copy p {
  margin: 0;
  color: rgba(242, 247, 255, 0.95);
  font-size: clamp(20px, 1.65vw, 34px);
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  max-width: 1280px;
  margin-inline: auto;
}

.supplier-black-copy strong {
  color: #fff;
  font-weight: 800;
}

@keyframes supplier-line-rise {
  0% {
    opacity: 0;
    transform: translateY(44px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home-main > .section,
.home-main > .decor-hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-villa-photo {
  margin-top: 36px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.home-villa-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-advantages {
  margin-top: 28px;
  background: #ececec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: clamp(28px, 3vw, 44px) clamp(20px, 4vw, 64px);
}

.home-advantages-grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 52%);
  gap: clamp(24px, 3vw, 50px);
  align-items: stretch;
}

.home-advantages-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.home-advantages-copy h2 {
  margin: 0;
  color: #8a4f3e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 500;
}

.home-advantages-copy ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.home-advantages-copy li {
  position: relative;
  padding-left: 20px;
  color: #1b222b;
  font-size: clamp(17px, 1.1vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.home-advantages-copy li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f2f5c;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 700;
}

.home-advantages-copy li strong {
  display: block;
  font-size: clamp(18px, 1.25vw, 27px);
  font-weight: 700;
  color: #0f2f5c;
  margin-bottom: 2px;
}

.home-advantages-copy li span {
  display: block;
  color: #273449;
}

.home-advantages-note {
  margin-top: 8px;
  color: #8a4f3e;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: clamp(14px, 0.95vw, 18px);
}

.home-advantages-media {
  margin: 0;
  overflow: hidden;
}

.home-advantages-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(440px, 45vw, 860px);
  object-fit: cover;
  display: block;
}

.home-enquire {
  margin-top: 0;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #ececec 0%, #e7ebf2 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(44px, 5vw, 92px) clamp(20px, 4vw, 64px);
  text-align: center;
  border: 0;
}

.home-enquire-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.home-enquire-inner h2 {
  margin: 0;
  color: #132541;
  font-size: clamp(34px, 3vw, 54px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
}

.home-enquire-inner p {
  margin: 0;
  color: #2d394b;
  font-size: clamp(19px, 1.28vw, 26px);
  line-height: 1.65;
}

.home-enquire-btn {
  justify-self: center;
  text-decoration: none;
  padding: 16px 38px;
  border-radius: 0;
  background: linear-gradient(135deg, #103160 0%, #1d4a88 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(16, 49, 96, 0.28);
}

.contacts-page {
  background: #f7f7f8;
}

.contacts-main {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 92px;
}

.contact-hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 88vh;
  max-height: 980px;
  display: flex;
  align-items: center;
  background: url("assets/%D0%BC%D0%BE%D1%80%D0%B52.png") center/cover no-repeat;
}

.contact-hero-shell {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  padding: 150px 40px 84px;
  text-align: left;
}

.contact-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.14);
}

.contact-hero-shell h1 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-head);
  font-size: clamp(40px, 5.1vw, 84px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.contact-hero-shell p {
  margin: 28px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.75;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

.contact-hero .ff-breadcrumbs,
.contact-hero .ff-breadcrumbs a,
.contact-hero .ff-breadcrumbs strong {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.14);
}

.contact-hero .contact-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.contact-enquiry {
  padding-top: 92px;
}

.contact-enquiry-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-enquiry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  gap: 42px;
  align-items: start;
}

.contact-enquiry-head {
  margin: 0;
  padding-top: 8px;
}

.contact-enquiry-head h2,
.contact-directory-item h2 {
  margin: 0;
  color: #0d1020;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.contact-enquiry-head h2 {
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 0.92;
  max-width: 420px;
}

.contact-enquiry-head p {
  margin: 18px 0 0;
  max-width: 380px;
  color: #616575;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.contact-interest-form {
  max-width: none;
  margin: 0;
}

.contact-interest-grid {
  display: grid;
  gap: 24px 24px;
  margin-bottom: 24px;
}

.contact-interest-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-interest-grid--phone {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: stretch;
}

.contact-interest-field {
  display: grid;
  gap: 10px;
}

.contact-interest-field span {
  color: #243048;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-required {
  color: #c44343;
  font-style: normal;
  font-weight: 700;
}

.contact-interest-field input,
.contact-interest-field textarea,
.contact-interest-field select {
  width: 100%;
  min-height: 62px;
  border: 1.5px solid #d4d9e3;
  background: #ffffff;
  color: #0d1020;
  font: inherit;
  font-size: 17px;
  padding: 16px 18px;
  border-radius: 10px;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-interest-field textarea {
  min-height: 190px;
  resize: vertical;
  line-height: 1.6;
}

.contact-interest-field input::placeholder,
.contact-interest-field textarea::placeholder {
  color: rgba(97, 101, 117, 0.8);
}

.contact-interest-field input:focus,
.contact-interest-field textarea:focus,
.contact-interest-field select:focus {
  outline: none;
  border-color: #5450c7;
  box-shadow: 0 0 0 4px rgba(84, 80, 199, 0.06);
}

.contact-interest-select-wrap {
  position: relative;
}

.contact-interest-select-wrap::after {
  content: "⌄";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #616575;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.contact-interest-field--full {
  margin-top: 4px;
}

.contact-form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.contact-interest-submit {
  min-width: 220px;
  min-height: 56px;
  border: 0;
  background: #0f2f5c;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 18px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-interest-submit:hover {
  transform: translateY(-2px);
  background: #0c274b;
  box-shadow: 0 14px 28px rgba(15, 47, 92, 0.16);
}

.contact-form-note,
.contact-form-whatsapp {
  margin: 0;
  color: #616575;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.contact-form-whatsapp:hover {
  color: #0d1020;
}

.contact-directory {
  padding-top: 82px;
}

.contact-directory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid #e7e8ee;
}

.contact-directory-item {
  max-width: 520px;
}

.contact-directory-item:first-child {
  justify-self: start;
  text-align: left;
}

.contact-directory-item:nth-child(2) {
  justify-self: end;
  text-align: left;
}

.contact-directory-item h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
}

.contact-directory-item p {
  margin: 12px 0 0;
  color: #616575;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
}

.contact-directory-item a {
  color: #0d1020;
  text-decoration: none;
}

.contact-directory-item a:hover {
  color: #5450c7;
}

.contact-directory-note {
  max-width: 420px;
  margin-top: 18px;
}

.about-page-editorial {
  background: #ffffff;
}

.about-page-modern {
  background: #ffffff;
}

.about-page-modern .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
}

.about-page-modern .nav-wrap--about {
  max-width: 1280px;
  min-height: 72px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(9, 22, 43, 0.44);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page-modern .about-top-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
  margin-right: auto;
}

.about-page-modern .about-top-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.about-page-modern .about-top-nav a:hover,
.about-page-modern .about-top-nav a:focus-visible,
.about-page-modern .about-top-nav a.active {
  color: #ffffff;
}

.about-page-modern .nav-wrap--about .nav-tools {
  padding-right: 0;
}

.about-page-modern .side-lang-slider.side-lang-slider--top {
  position: static;
  display: flex !important;
  align-items: center;
}

.about-page-modern .side-lang-slider--top .lang-dropdown-toggle {
  min-width: 56px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.16);
}

.about-page-modern .site-header .menu-toggle,
.about-page-modern .menu-overlay {
  display: none !important;
}

.about-page-main {
  background: #ffffff;
}

.about-company-hero {
  position: relative;
  min-height: 88vh;
  max-height: 980px;
  overflow: hidden;
  background: #09162b;
}

.about-company-hero-media,
.about-company-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-company-hero-media {
  background-image: url("777.jpg");
  background-position: center center;
  background-size: cover;
  transform: scale(1.02);
}

.about-company-hero-overlay {
  background: transparent;
}

.about-company-hero-content {
  position: relative;
  z-index: 1;
  min-height: 88vh;
  max-width: 1280px;
  margin: 0 auto;
  padding: 150px 40px 84px;
  display: flex;
  align-items: center;
}

.about-company-hero-copy {
  max-width: 760px;
  color: #ffffff;
}

.about-company-hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.about-company-hero-copy h1 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(40px, 5.1vw, 84px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-wrap: balance;
}

.about-company-hero-subtitle {
  max-width: 680px;
  margin: 28px 0 0;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.75;
  color: rgba(244, 247, 252, 0.88);
}

.about-company-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.about-company-hero-cta:hover,
.about-company-hero-cta:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
}

.about-editorial-main {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0 96px;
}

.about-editorial-section + .about-editorial-section {
  margin-top: 104px;
}

.about-corporate-section {
  padding-bottom: 110px;
  border-bottom: 1px solid rgba(13, 16, 32, 0.08);
}

.about-editorial-intro {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 42px;
}

.about-editorial-intro--left {
  text-align: left;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
}

.about-editorial-kicker {
  display: inline-block;
  margin-bottom: 20px;
  color: #5f738d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-editorial-intro h1,
.about-editorial-intro h2 {
  margin: 0;
  color: #0d1020;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.about-editorial-intro h1 {
  font-size: clamp(28px, 3.2vw, 60px);
  line-height: 0.98;
}

.about-editorial-intro h2 {
  margin-top: 14px;
  font-size: clamp(28px, 3.3vw, 60px);
  line-height: 1.04;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-editorial-intro--compact h2 {
  font-size: clamp(30px, 3.3vw, 50px);
}

.about-editorial-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.about-editorial-copy--wide {
  max-width: 980px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.about-editorial-copy p,
.about-editorial-list li {
  margin: 0 0 34px;
  color: rgba(13, 16, 32, 0.84);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.6;
}

.about-corporate-intro {
  max-width: 1040px;
  margin-bottom: 30px;
}

.about-corporate-copy {
  max-width: 920px;
}

.about-corporate-lead {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.6;
}

.about-corporate-support {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.7;
}

.about-corporate-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(13, 16, 32, 0.12);
  border-radius: 999px;
  color: #0d1020;
  background: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-corporate-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(84, 80, 199, 0.26);
  box-shadow: 0 14px 30px rgba(13, 16, 32, 0.08);
}

.about-corporate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.about-corporate-card {
  min-height: 100%;
}

.about-why-katran {
  margin-top: 54px;
  width: 100%;
  padding: 42px 36px 24px;
  background: #0731A2;
}

.about-editorial-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.about-editorial-list--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.about-editorial-list li {
  margin-bottom: 12px;
}

.about-editorial-list li::before {
  content: "\2022";
  margin-right: 12px;
}

body[dir='rtl'] .about-company-hero-copy,
body[dir='rtl'] .about-editorial-intro--left,
body[dir='rtl'] .about-editorial-copy--wide {
  text-align: right;
}

body[dir='rtl'] .about-editorial-intro--left,
body[dir='rtl'] .about-editorial-copy--wide {
  margin-left: 0;
  margin-right: auto;
}

body[dir='rtl'] .about-editorial-list li::before {
  margin-right: 0;
  margin-left: 12px;
}

.about-approach-section {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 56px;
  overflow: hidden;
}

.about-approach-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("6655.png") center/cover no-repeat;
}

.about-approach-section > * {
  position: relative;
  z-index: 1;
}

.about-approach-section .about-editorial-kicker,
.about-approach-section .about-editorial-intro h2,
.about-approach-section .about-editorial-copy p,
.about-approach-section .about-editorial-list li {
  color: #ffffff;
}

.about-approach-section .about-editorial-copy p,
.about-approach-section .about-editorial-list li {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

.lighting-page-hero {
  position: relative;
  min-height: 76vh;
  overflow: hidden;
  background: #101826;
}

.lighting-page-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lighting-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 24, 0.36), rgba(10, 15, 24, 0.66));
}

.lighting-page-hero-content {
  position: relative;
  z-index: 1;
  min-height: 76vh;
  display: grid;
  align-content: end;
  gap: 14px;
  padding-bottom: clamp(34px, 6vw, 82px);
  color: #fff;
}

.lighting-page-kicker,
.lighting-page-section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.lighting-page-hero-content h1 {
  margin: 0;
  font-size: clamp(38px, 5.3vw, 86px);
  line-height: 0.94;
  max-width: 760px;
}

.lighting-page-hero-content p {
  margin: 0;
  max-width: 760px;
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.lighting-page-intro {
  margin-top: 0;
  padding-top: 42px;
}

.lighting-page-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.lighting-page-intro-copy {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: clamp(24px, 3vw, 42px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.lighting-page-section-kicker {
  color: #6a7383;
}

.lighting-page-intro-copy h2 {
  margin: 10px 0 18px;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.05;
  color: #10233d;
}

.lighting-page-intro-copy p {
  margin: 0 0 16px;
  color: #334155;
  font-size: clamp(18px, 1.34vw, 22px);
  line-height: 1.7;
}

.lighting-page-intro-media {
  min-height: 440px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.lighting-page-intro-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-map-section {
  margin-top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  overflow: hidden;
  background: #ececec;
}

.home-map-section img {
  width: 100%;
  min-height: clamp(520px, 62vw, 980px);
  height: auto;
  object-fit: cover;
  display: block;
}

.enquire-page {
  background: #f2f2f2;
}

.enquire-modal {
  position: relative;
  width: min(1000px, 96vw);
  margin: 44px auto 64px;
  background: #fff;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.enquire-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #0f2f5c;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
}

.enquire-modal h1 {
  margin: 0;
  text-align: center;
  color: #1f2732;
  font-size: clamp(36px, 3vw, 56px);
  text-transform: uppercase;
}

.enquire-modal > p {
  margin: 14px auto 28px;
  text-align: center;
  max-width: 760px;
  color: #4a5564;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.55;
}

.enquire-form {
  display: grid;
  gap: 18px;
}

.enquire-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.enquire-form label {
  display: grid;
  gap: 8px;
}

.enquire-form label span {
  color: #4b5563;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.enquire-form input,
.enquire-form textarea {
  border: 0;
  border-bottom: 1px solid #cbd5e1;
  background: transparent;
  padding: 12px 2px;
  font: inherit;
  color: #111827;
}

.enquire-form input:focus,
.enquire-form textarea:focus {
  outline: none;
  border-bottom-color: #0f2f5c;
}

.enquire-message {
  grid-column: 1 / -1;
}

.enquire-submit {
  margin: 6px auto 0;
  border: 0;
  background: #0f2f5c;
  color: #fff;
  padding: 14px 44px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  cursor: pointer;
}
.activity-showcase-head {
  text-align: center;
  margin-bottom: 18px;
}
.activity-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b53b48;
  margin-bottom: 8px;
}
.activity-showcase-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #081b2e;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}
.activity-card {
  position: relative;
  min-height: 280px;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 30px rgba(10, 27, 52, 0.16);
}
.activity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 37, 0.08) 36%, rgba(5, 16, 30, 0.74) 100%);
}
.activity-card--products {
  background-image: url("assets/Морепродукты.jpg");
}
.activity-card--decor {
  background-image: url("assets/Decorative%20tiles%20and%20Mediterranean%20trees.jpg");
}
.activity-card--warehouse {
  background-image: url("assets/%D1%81%D0%BA%D0%BB%D0%B0%D0%B4%20.jpg");
}
.activity-card--logistics {
  background-image: url("assets/LOG%20.jpg");
}
.activity-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 18px;
}
.activity-overlay h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.12;
  transform: translateY(0);
  transition: transform 0.25s ease;
}
.activity-more {
  width: fit-content;
  padding: 9px 16px;
  border-radius: 8px;
  border: 0;
  background: #cf2f3c;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.activity-card:hover .activity-overlay h3,
.activity-card:focus-within .activity-overlay h3,
.activity-card:active .activity-overlay h3 {
  transform: translateY(-20px);
}
.activity-card:hover .activity-more,
.activity-card:focus-within .activity-more,
.activity-card:active .activity-more {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ark-intro {
  position: relative;
  margin-top: 26px;
  border-radius: 14px;
  overflow: hidden;
  min-height: 840px;
  background: #000;
}

.ark-intro-media {
  position: absolute;
  inset: 0;
}

.ark-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
  filter: brightness(0.3);
}

.ark-intro-overlay {
  position: relative;
  z-index: 1;
  min-height: 840px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  text-align: center;
  padding: clamp(28px, 6vw, 72px);
}

.ark-intro-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 92px);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 1200px;
}

.ark-intro-title.wave-ready .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(34px);
}

.ark-intro-title.wave-ready .space {
  display: inline-block;
  width: 0.33em;
}

.ark-intro-text {
  margin: 0;
  color: rgba(240, 245, 255, 0.92);
  font-size: clamp(18px, 1.85vw, 34px);
  line-height: 1.42;
  max-width: 1100px;
  opacity: 0;
  transform: translateY(22px);
  animation: ark-title-rise 1s cubic-bezier(.2,.8,.2,1) 0.55s forwards;
}

.ark-intro-text--secondary {
  font-size: clamp(16px, 1.35vw, 24px);
  max-width: 1020px;
  animation-delay: 0.8s;
}

@keyframes ark-title-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ark-wave-rise {
  0% {
    opacity: 0;
    transform: translateY(34px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ark-intro-title.wave-ready.is-visible .char {
  animation: ark-wave-rise 0.82s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: calc(var(--d) * 1ms);
}

.activity-switcher {
  margin-top: 10px;
}

.activity-switcher-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: #f5f6f8;
  margin: 0 auto 14px;
}

.activity-tab {
  border: 0;
  background: transparent;
  color: #1a232d;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.activity-tab.is-active {
  background: #141d27;
  color: #fff;
}

.activity-switcher-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.activity-switcher-card {
  flex: 0 0 min(30vw, 500px);
  text-decoration: none;
  color: inherit;
}

.activity-switcher-card img {
  width: 100%;
  aspect-ratio: 0.84 / 1;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.activity-switcher-card h3 {
  margin: 0;
  padding: 12px 0 4px;
  color: #0f1620;
  font-size: clamp(30px, 2.1vw, 42px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.activity-switcher-card-meta {
  display: grid;
  gap: 10px;
  align-content: start;
}

.activity-switcher-more {
  width: fit-content;
  padding: 9px 16px;
  border-radius: 10px;
  background: #0f2f5c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.activity-switcher-card:hover .activity-switcher-more,
.activity-switcher-card:focus-visible .activity-switcher-more {
  background: #1f4f8b;
  transform: translateY(-1px);
}

.activity-switcher-arrows {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.activity-arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.4px solid rgba(15, 22, 32, 0.45);
  background: transparent;
  color: #19222c;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.activity-arrow:hover {
  background: #141d27;
  border-color: #141d27;
  color: #fff;
}

.section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 4vw, 34px);
  font-family: var(--font-head);
}
.section-head p { margin: 0; color: var(--muted); }

.specialties-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.specialty-card {
  border-radius: 14px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(15, 43, 70, 0.08);
  box-shadow: 0 10px 30px rgba(15, 43, 70, 0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.specialty-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 43, 70, 0.14);
}

.specialty-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.specialty-info { padding: 12px; display: grid; gap: 9px; }
.specialty-title {
  font-weight: 700;
  font-size: 19px;
  color: #0F2B46;
  line-height: 1.3;
}
.specialty-link { width: fit-content; }

.innovation {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.innovation-content,
.innovation-badges {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.innovation-badges { display: grid; gap: 12px; align-content: start; }
.badge-box {
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f6ff, #e9eef9);
  border: 1px solid #d0e3f7;
  padding: 14px;
  display: grid;
  gap: 6px;
}
.badge-box strong { font-size: 24px; color: #0259b0; }
.badge-box span { color: var(--muted); font-weight: 600; }

.why-b2b {
  position: relative;
  background: #ffffff;
  margin-top: 110px;
  border-top: 1px solid rgba(15, 43, 70, 0.2);
  padding: 116px 0 96px;
  overflow: hidden;
}
.why-container {
  width: min(1600px, 98vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 420px) 1fr;
  gap: 48px;
  align-items: center;
}
.why-splash {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(44, 108, 191, 0.28), rgba(31, 79, 139, 0.18), transparent 70%);
  opacity: 0.16;
  z-index: 0;
}
.why-splash-left { left: -160px; top: 60px; }
.why-splash-right { right: -140px; bottom: 40px; }
.why-circle-wrap { z-index: 1; display: grid; justify-items: center; }
.why-circle {
  width: clamp(300px, 34vw, 420px);
  height: clamp(300px, 34vw, 420px);
  border-radius: 50%;
  border: 10px solid rgba(44, 108, 191, 0.15);
  background: radial-gradient(circle at 30% 30%, #2c6cbf 0%, #1f4f8b 55%, #163b66 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
}
.why-circle-inner {
  display: grid;
  gap: 12px;
  color: #ffffff;
  min-width: 0;
  max-width: 100%;
}
.why-circle-logo {
  width: 170px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 6px 12px rgba(15, 23, 42, 0.28));
}
.why-circle h2 {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  overflow-wrap: anywhere;
}
.why-circle p {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.45;
  max-width: 320px;
  overflow-wrap: anywhere;
}
.why-features {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 40px;
  margin-left: 0;
  padding-right: 12px;
}
.why-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 8px 0;
  min-width: 0;
}
.why-feature > div {
  min-width: 0;
}
.why-feature:nth-child(3n + 1) {
  margin-left: 0;
}
.why-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(31, 79, 139, 0.35);
  display: grid;
  place-items: center;
  color: #1f4f8b;
  transition: transform 0.2s ease;
}
.why-icon-box svg {
  width: 22px;
  height: 22px;
}
.why-feature h3 {
  margin: 0 0 6px;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 700;
  color: #1f2937;
  letter-spacing: 0.01em;
  text-transform: none;
  overflow-wrap: anywhere;
  hyphens: auto;
  line-height: 1.32;
}
.why-feature p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}
body[dir='rtl'] .why-circle h2,
body[dir='rtl'] .why-feature h3 {
  letter-spacing: 0;
}
.why-feature:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}
.why-feature:hover .why-icon-box {
  transform: scale(1.05);
}
.why-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--delay, 0ms);
}
.why-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .why-container { grid-template-columns: 1fr; gap: 48px; }
  .why-circle-wrap { order: 1; }
  .why-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .why-b2b { padding: 64px 0; }
  .why-features { grid-template-columns: 1fr; gap: 28px; }
  .why-splash { display: none; }
}

.export-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  align-items: stretch;
}

.market-panel {
  border-radius: 20px;
  border: 1px solid var(--border);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 24px 20px;
}

.market-panel h2 {
  margin: 0 0 10px;
  color: #0e4f94;
  font-size: clamp(26px, 3vw, 38px);
}

.market-panel p {
  margin: 0 0 18px;
  color: var(--muted);
  font-weight: 500;
}

.market-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.market-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0e4f94;
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
}

.market-list li::before {
  content: "◉";
  color: #0f6dcf;
  font-size: 17px;
}

.export-market-b2b {
  position: relative;
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}
.export-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.export-copy h2 {
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1f4f8b;
  font-size: clamp(30px, 3.2vw, 40px);
}
.export-copy p {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 17px;
  font-weight: 500;
}
.export-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.export-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1f4f8b;
  font-size: 16px;
}
.export-copy .pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d13b3b;
  box-shadow: 0 0 0 6px rgba(209, 59, 59, 0.15);
  position: relative;
}
.export-copy .pin::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 4px;
  left: 4px;
}
.export-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}
.export-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
  padding: 18px;
  overflow: hidden;
  width: min(980px, 98vw);
}
.export-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 520;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 60% 30%, rgba(44, 108, 191, 0.18), transparent 55%);
}
.export-stage svg {
  width: 100%;
  height: 100%;
  display: block;
}

.map-land { fill: #1f4f8b; }
.map-borders { fill: none; stroke: rgba(255, 255, 255, 0.24); stroke-width: 0.7; }
.route {
  fill: none;
  stroke: #ff2d2d;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  opacity: 0.92;
}
.pin { fill: #ff2d2d; stroke: #fff; stroke-width: 2.5; }
.pin-origin { stroke-width: 3; }
.label { font: 800 12px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; fill: #fff; }
.label-bg { fill: rgba(17, 24, 39, 0.72); }

.fade {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.fade.in {
  opacity: 1;
  transform: translateY(0);
}
.export-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 200px;
  opacity: 0.2;
  pointer-events: none;
}
.export-wave svg { width: 100%; height: 100%; display: block; }

@media (max-width: 980px) {
  .export-container { grid-template-columns: 1fr; gap: 48px; }
  .export-map { order: 2; }
}
@media (max-width: 720px) {
  .export-market-b2b { padding: 60px 0; }
  .export-copy h2 { font-size: 30px; }
  .export-copy p { font-size: 16px; }
  .export-copy ul { gap: 14px; }
  .export-wave { height: 180px; opacity: 0.15; }
}

.export-market .map-wrap {
  margin-top: 14px;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #d0dae6;
  padding: 10px;
  overflow: hidden;
}

.map-stage {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.export-map-image {
  width: 100%;
  display: block;
}

.map-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-red {
  fill: none;
  stroke: url(#routeRed);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 10 12;
  animation: routeMove 2.3s linear infinite;
  filter: drop-shadow(0 0 4px rgba(255, 60, 60, 0.6));
}

.route-red:nth-of-type(2) { animation-delay: 0.25s; }
.route-red:nth-of-type(3) { animation-delay: 0.5s; }
.route-red:nth-of-type(4) { animation-delay: 0.75s; }
.route-red:nth-of-type(5) { animation-delay: 1s; }
.route-red:nth-of-type(6) { animation-delay: 1.2s; }

.route-arrow polygon {
  fill: #ff2b2b;
  opacity: 0.95;
  filter: drop-shadow(0 0 3px rgba(255, 60, 60, 0.75));
}

.route-point {
  fill: #ff2b2b;
  filter: drop-shadow(0 0 4px rgba(255, 43, 43, 0.7));
}

.source-label {
  fill: #ffffff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.35);
  stroke-width: 3px;
}

@keyframes routeMove {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -88; }
}

.certifications {
  margin-top: 56px;
}

.certifications .section-head {
  margin-bottom: 14px;
}

.cert-track-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 12px 0;
}

.cert-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: certScroll 34s linear infinite;
}

.cert-card {
  min-width: 210px;
  display: grid;
  place-items: center;
  gap: 9px;
  background: linear-gradient(180deg, #f6fbff, #edf5ff);
  border: 1px solid #d6e4f5;
  border-radius: 14px;
  padding: 12px;
}

.cert-card img {
  width: 168px;
  height: 98px;
  object-fit: contain;
}

.cert-card span {
  font-weight: 700;
  color: #0e4f94;
  font-size: 14px;
}

@keyframes certScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.chat-widget {
  position: fixed;
  right: clamp(12px, 3vw, 42px);
  bottom: 16px;
  z-index: 80;
}

.chat-fab {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  box-shadow: 0 12px 26px rgba(9, 28, 60, 0.25);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  background: rgba(12, 32, 58, 0.92);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.chat-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(9, 28, 60, 0.3);
  background: rgba(18, 52, 88, 0.95);
}

.chat-window {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(450px, 92vw);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(12, 32, 58, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 44px rgba(9, 28, 60, 0.28);
}

.chat-window-head {
  position: relative;
  background: rgba(12, 32, 58, 0.92);
  padding: 20px 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.chat-window-head h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.2;
  font-weight: 600;
}

.chat-close {
  position: absolute;
  right: 14px;
  top: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.chat-close:hover {
  background: rgba(255, 255, 255, 0.08);
}

.chat-window-body {
  padding: 14px 16px 16px;
  display: grid;
  gap: 10px;
}

.chat-primary-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px 12px 10px;
}

.chat-primary-title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.chat-primary-sub {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.chat-primary-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  background: #0F2B46;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.chat-primary-btn:hover {
  background: #123458;
  box-shadow: 0 6px 14px rgba(15, 43, 70, 0.18);
}

.chat-option {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.chat-option:hover {
  opacity: 0.85;
  transform: translateX(3px);
}

.chat-option-icon {
  font-size: 20px;
  line-height: 1;
}

.chat-arrow {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
}

.info-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.catalog-header { margin: 30px 0 18px; }
.catalog-cover {
  margin: 14px 0 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #fff;
}
.catalog-cover img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.catalog-description {
  margin: 14px 0 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  color: #0f2a45;
  line-height: 1.6;
}
.catalog-description p {
  margin: 0 0 10px;
}
.catalog-description p:last-child {
  margin-bottom: 0;
}
.catalog-description ul {
  margin: 8px 0 10px 20px;
  padding: 0;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.product-card {
  border-radius: 16px;
  border: 1px dashed #9ab3d0;
  background: #fff;
  padding: 14px;
}
.product-image-placeholder {
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  background: repeating-linear-gradient(-45deg, #e8f1fb, #e8f1fb 12px, #dceaf8 12px, #dceaf8 24px);
  display: grid;
  place-items: center;
  color: #4f6f92;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-image-placeholder .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}
.catalog-grid--citrus .product-image-placeholder {
  background: #fff;
}

.request-section {
  margin-top: 22px;
}
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 26px;
  align-items: start;
}
.request-form {
  background: linear-gradient(180deg, #0f2f5c, #1f4f8b);
  border: 1px solid rgba(201, 223, 255, 0.26);
  border-radius: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.request-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 16px;
}
.request-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.request-form label {
  display: grid;
  gap: 7px;
}
.request-form label span {
  color: #e6f0ff;
  font-weight: 700;
  font-size: 18px;
}
.request-form input,
.request-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(225, 238, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #0f223c;
  font: inherit;
  padding: 12px 14px;
  font-size: 18px;
}
.phone-field {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px;
}
.phone-field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(225, 238, 255, 0.55);
  background: rgba(255, 255, 255, 0.96);
  color: #0f223c;
  font: inherit;
  font-size: 16px;
  padding: 12px 10px;
}
.request-form input:focus,
.request-form textarea:focus,
.phone-field select:focus {
  outline: none;
  border-color: #9dc3ff;
  box-shadow: 0 0 0 3px rgba(157, 195, 255, 0.28);
}
.request-textarea {
  margin-top: 14px;
}
.request-form textarea {
  resize: vertical;
  min-height: 210px;
}
.request-submit {
  margin-top: 16px;
  background: #163b6a;
  border-color: #163b6a;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 28px;
  font-weight: 700;
}
.request-submit:hover {
  background: #102b4d;
  border-color: #102b4d;
}
.office-panel {
  padding: 6px 8px;
}
.office-panel h3 {
  margin: 0 0 14px;
  color: #13253f;
  font-size: 46px;
  line-height: 1.04;
}
.office-panel p {
  margin: 0 0 14px;
  color: #2c3b52;
  line-height: 1.45;
  font-size: 26px;
}
.office-panel a {
  color: #1f4f8b;
  text-decoration: none;
}
.office-panel a:hover {
  text-decoration: underline;
}

.office-photo {
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(10, 27, 52, 0.22);
}

.office-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.office-map {
  margin-top: 12px;
  width: 88%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c9d8ef;
  box-shadow: 0 10px 24px rgba(16, 43, 77, 0.14);
  background: #fff;
}
.office-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

.footer {
  border-top: 1px solid var(--border);
  margin-top: 42px;
  padding: 24px 0 28px;
  background: linear-gradient(180deg, #06244e, #031731);
  color: #e8f4ff;
}

.footer-grid {
  display: grid;
  gap: 14px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 120px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
}

.footer-brand strong {
  font-size: 22px;
  letter-spacing: 0.3px;
}

.footer-contact p {
  margin: 6px 0;
  color: #d0e6ff;
}

.footer-contact a {
  color: #7fd4ff;
  text-decoration: none;
}

.footer-copy {
  margin-top: 6px;
  color: #b5d2ef;
  opacity: 0.95;
}

@media (max-width: 980px) {
  .nav-wrap { padding: 10px 0; }
  .nav-tools { gap: 8px; }
  .innovation,
  .export-layout,
  .about-split { grid-template-columns: 1fr; }
  .request-layout { grid-template-columns: 1fr; gap: 18px; }
  .office-panel h3 { font-size: 34px; }
  .office-panel p { font-size: 20px; }
  .office-map { width: 92%; }
  .office-map iframe { height: 260px; }
  .about-split { gap: 18px; }
  .about-split-media { min-height: 320px; }
  .about-split-content p { font-size: 17px; }
  .about-hero-split { grid-template-columns: 1fr; gap: 12px; margin-bottom: 20px; }
  .about-hero-media { min-height: 260px; }
  .about-hero-content { padding: 28px 20px 24px; }
  .about-hero-content h2 { font-size: 46px; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card-wide { grid-column: auto; }
  .about-ops-grid {
    grid-template-columns: 1fr;
  }
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-switcher-card { flex-basis: min(62vw, 400px); }
  .activity-switcher-card h3 { font-size: 30px; }
  .about-chess-item { grid-template-columns: 1fr; }
  .about-chess-item:nth-child(even) .about-chess-card { grid-column: 1; }
  .about-trust-grid { grid-template-columns: 1fr; }
  .brand-large img { width: 228px; height: 78px; }
  .menu-panel { width: min(92vw, 520px); padding: 96px 28px 28px; }
  .menu-grid { gap: 18px 40px; }
  .menu-grid a { font-size: 17px; }
}

@media (max-width: 560px) {
  .hero { min-height: 440px; padding: 44px 18px; }
  .hero-logo { width: 150px; }
  .page-export-products #specialties { margin-top: 90px; }
  .about-split-content h2 { font-size: 36px; line-height: 1.02; }
  .about-split-content p { font-size: 16px; line-height: 1.6; }
  .about-split-label { letter-spacing: 0.28em; }
  .about-hero-content h2 { font-size: 34px; }
  .about-hero-content p { font-size: 16px; }
  .approach-title-row { grid-template-columns: 1fr; gap: 8px; }
  .approach-line { display: none; }
  .approach-title-row h3 { font-size: 34px; text-align: center; }
  .approach-card { padding: 18px 16px; }
  .approach-card h4 { font-size: 28px; }
  .approach-card p { font-size: 16px; }
  .about-global-trade h3 { font-size: 36px; }
  .about-global-trade-line { font-size: 18px; }
  .office-photo img { height: 260px; }
  .about-service-card { padding: 18px 16px; }
  .about-service-card h3 { font-size: 34px; }
  .about-service-card p,
  .about-service-card li { font-size: 16px; }
  .about-chess-card { padding: 18px; }
  .about-chess-card h3 { font-size: 36px; }
  .about-subhead { font-size: 16px; }
  .about-trust-card h4 { font-size: 20px; }
  .request-grid--two { grid-template-columns: 1fr; }
  .phone-field { grid-template-columns: 1fr; }
  .request-form label span { font-size: 16px; }
  .request-form input,
  .request-form textarea,
  .phone-field select { font-size: 16px; }
  .request-submit { font-size: 22px; }
  .office-panel h3 { font-size: 28px; }
  .office-panel p { font-size: 17px; }
  .office-map { width: 100%; }
  .office-map iframe { height: 240px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 250px; }
  .activity-overlay h3 { font-size: 24px; }
  .activity-switcher-tabs { width: 100%; justify-content: space-between; }
  .activity-tab { padding: 9px 10px; font-size: 14px; }
  .activity-switcher-card { flex-basis: 86vw; }
  .activity-switcher-card h3 { font-size: 24px; }
  .activity-arrow { width: 46px; height: 46px; font-size: 24px; }
  .projects-showcase-top { min-height: 180px; padding: 20px 14px; gap: 18px; border-bottom-width: 4px; }
  .projects-showcase-top h2 { font-size: 24px; }
  .projects-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .projects-category { border-right: 0; border: 1px solid rgba(255,255,255,0.35); font-size: 11px; padding: 8px 6px; }
  .projects-slider { min-height: 360px; }
  .projects-slide-copy { width: calc(100% - 24px); bottom: 34px; }
  .projects-slide-copy h3 { font-size: 22px; }
  .projects-slide-copy p { font-size: 15px; line-height: 1.42; }
  .projects-arrow { width: 38px; height: 38px; font-size: 30px; }
  .projects-arrow-prev { left: 8px; }
  .projects-arrow-next { right: 8px; }
  .projects-dot { width: 30px; }
  .luxury-editorial { width: 100%; padding: 24px 18px; margin-top: 26px; }
  .luxury-editorial-grid { grid-template-columns: 1fr; gap: 20px; }
  .luxury-editorial-grid + .luxury-editorial-grid { margin-top: 22px; }
  .luxury-editorial-copy { gap: 14px; padding: 4px 0; }
  .luxury-editorial-copy h2 { font-size: 30px; }
  .luxury-editorial-copy h3 { font-size: 26px; }
  .luxury-editorial-copy p { font-size: 17px; }
  .luxury-editorial-media { min-height: 260px; }
  .supplier-black {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    padding: 52px 16px;
    margin-top: 24px;
  }
  .supplier-black--flush { margin-top: 0; }
  .supplier-black-copy h2 { font-size: 44px; letter-spacing: 0.5px; }
  .supplier-black-copy p { font-size: 20px; }
  .home-advantages { width: 100%; padding: 20px 16px; margin-top: 22px; }
  .home-advantages-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-advantages-copy h2 { font-size: 32px; }
  .home-advantages-copy li { font-size: 21px; }
  .home-advantages-media img { min-height: 280px; }
  .home-map-section { width: 100%; margin-top: 0; }
  .home-map-section img { min-height: 340px; }
  .home-enquire { width: 100%; margin-top: 0; margin-bottom: 12px; padding: 30px 16px; }
  .home-enquire-inner h2 { font-size: 34px; }
  .home-enquire-inner p { font-size: 18px; }
  .enquire-modal { width: 100%; margin: 24px auto 42px; padding: 20px 16px 24px; }
  .enquire-grid { grid-template-columns: 1fr; }
  .enquire-close { width: 38px; height: 38px; font-size: 26px; }
  .ark-intro { min-height: 460px; }
  .ark-intro-overlay { min-height: 460px; }
  .ark-intro-title { font-size: 38px; }
  .ark-intro-text { font-size: 18px; }
  .menu-panel { width: 100vw; padding: 88px 22px 24px; }
  .menu-grid { grid-template-columns: 1fr 1fr; gap: 16px 26px; }
  .menu-grid::before { display: block; }
  .menu-grid a { font-size: 16px; }
  .menu-lang-row {
    grid-column: 2;
    margin-top: 2px;
  }
  .side-lang-slider { right: 8px; top: 230px; gap: 6px; }
  .nav-tools { gap: 6px; }
  .nav-tools { padding-right: calc(64px + 46px); }
  .side-lang-slider.side-lang-slider--top { position: static; right: auto; top: auto; gap: 4px; margin-right: 14px; }
  .lang-dropdown-toggle { min-width: 48px; height: 36px; padding: 0 10px; }
  .menu-lang-row .lang-dropdown-toggle { height: 36px; border-radius: 10px; }
  .lang-dropdown-menu { min-width: 160px; }
  .chat-widget { right: 10px; bottom: 10px; }
  .chat-fab { width: 56px; height: 56px; font-size: 15px; }
  .chat-window { width: min(360px, 95vw); bottom: 64px; }
  .chat-window-head h3 { font-size: 20px; }
  .chat-primary-title { font-size: 20px; }
  .chat-primary-sub { font-size: 14px; }
  .chat-primary-btn { font-size: 16px; }
  .chat-option { font-size: 15px; }
  .market-list li { font-size: 20px; }
}

/* Decor Export page (inspired structure) */
.page-decor-export {
  background: linear-gradient(180deg, #f4f7fb 0%, #ebf0f8 100%);
}

.decor-hero {
  position: relative;
  min-height: 78vh;
  background: #0b1f3e;
  display: grid;
  align-items: end;
}

.decor-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(1.35) saturate(1.08);
}

.decor-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.38);
}

.decor-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-bottom: 64px;
  display: grid;
  gap: 16px;
}

.decor-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(224, 238, 255, 0.9);
}

.decor-hero-content h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.decor-hero-content p {
  margin: 0;
  max-width: 780px;
  font-size: clamp(18px, 2vw, 26px);
  color: rgba(232, 242, 255, 0.95);
  line-height: 1.45;
}

.decor-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.decor-intro-copy {
  background: #fff;
  border: 1px solid rgba(15, 47, 92, 0.12);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(15, 47, 92, 0.08);
  display: grid;
  gap: 14px;
  align-content: start;
}

.decor-section-kicker {
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #5a6e8a;
}

.decor-intro-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 54px);
  color: #0f2f5c;
  line-height: 0.98;
}

.decor-intro-copy p {
  margin: 0;
  color: #415673;
  line-height: 1.65;
  font-size: 18px;
}

.decor-intro-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 47, 92, 0.14);
}

.decor-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.decor-intro-video {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.decor-section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.decor-line {
  height: 1px;
  background: rgba(15, 47, 92, 0.2);
}

.decor-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 58px);
  color: #0f2f5c;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.decor-project-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 16px;
  align-items: start;
}

.decor-project {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 220px;
}

.decor-project--large {
  grid-row: 1 / span 2;
  min-height: 0;
  max-height: none;
  height: 100%;
  align-self: stretch;
}

.decor-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.decor-project-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(8, 23, 42, 0.06) 0%, rgba(7, 21, 37, 0.82) 100%);
}

.decor-project-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 26px;
}

.decor-project-copy p {
  margin: 0;
  color: rgba(232, 242, 255, 0.94);
  line-height: 1.45;
  font-size: 16px;
}

.sanitary-blue-showcase {
  margin-top: 34px;
  background: #0f2f5c;
  border-radius: 14px;
  overflow: hidden;
}

.sanitary-blue-showcase-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 26px;
  align-items: stretch;
  padding: clamp(24px, 3vw, 42px);
}

.sanitary-blue-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  color: #fff;
}

.sanitary-blue-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.sanitary-blue-copy p {
  margin: 0;
  color: rgba(241, 247, 255, 0.92);
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.58;
  max-width: 760px;
}

.sanitary-blue-btn {
  width: fit-content;
  margin-top: 8px;
  padding: 11px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.sanitary-blue-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sanitary-blue-media--single {
  grid-template-columns: 1fr;
}

.sanitary-blue-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 26vw, 460px);
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.decor-products {
  margin-top: 44px;
  padding-top: 8px;
  background: #e4e4e4;
  border-radius: 14px;
  padding-bottom: 28px;
  font-family: var(--font-sans);
}

.decor-products-top {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 16px;
}

.decor-products-copy h3 {
  margin: 0 0 10px;
  color: #18202a;
  font-size: clamp(34px, 2.25vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.decor-products-copy p {
  margin: 0;
  color: #232b35;
  font-size: 17px;
  line-height: 1.42;
  max-width: 600px;
}

.decor-products-copy {
  padding-left: clamp(24px, 3.2vw, 72px);
}

.decor-products-tabs {
  justify-self: center;
  transform: translateX(-90px);
  display: inline-flex;
  align-items: center;
  background: #f5f6f8;
  border-radius: 999px;
  padding: 6px;
  gap: 6px;
}

.decor-products-tab {
  border: 0;
  background: transparent;
  color: #1a232d;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: default;
  font-family: var(--font-sans);
}

.decor-products-tab.is-active {
  background: #141d27;
  color: #ffffff;
}

.decor-products-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.decor-product-card {
  flex: 0 0 min(30vw, 500px);
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
}

.decor-product-card img {
  width: 100%;
  aspect-ratio: 0.84 / 1;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.page-sanitary-export .decor-products-track[data-active-tab='effect'] .decor-product-card img,
.page-sanitary-export .decor-products-track[data-active-tab='zones'] .decor-product-card img {
  height: clamp(300px, 34vw, 596px);
  aspect-ratio: auto;
}

.decor-product-card h3 {
  margin: 0;
  padding: 12px 0 4px;
  color: #0f1620;
  font-size: clamp(30px, 2.1vw, 42px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.decor-products-arrows {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.decor-arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.4px solid rgba(15, 22, 32, 0.45);
  background: transparent;
  color: #19222c;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.decor-arrow:hover {
  background: #141d27;
  border-color: #141d27;
  color: #fff;
}

.decor-collections {
  background: #ffffff;
  border-radius: 14px;
  margin-top: 28px;
}

.decor-collections-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 34px;
  align-items: center;
}

.decor-collections-media {
  border-radius: 16px;
  overflow: hidden;
}

.decor-collections-media img {
  width: 100%;
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.decor-collections-copy {
  display: grid;
  gap: 18px;
  max-width: 680px;
}

.decor-collections-copy h2 {
  margin: 0;
  color: #1a222b;
  font-size: clamp(34px, 3vw, 62px);
  line-height: 1.02;
  text-transform: uppercase;
}

.decor-collections-copy p {
  margin: 0;
  color: #2d3540;
  font-size: 24px;
  line-height: 1.45;
}

.decor-collections-btn {
  justify-self: start;
  margin-top: 6px;
  border: 1.5px solid #1d2630;
  border-radius: 999px;
  padding: 13px 28px;
  color: #1d2630;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

.decor-collections-btn:hover {
  background: #16202a;
  color: #ffffff;
}

.decor-process {
  border-top: 1px solid rgba(15, 43, 70, 0.2);
  margin-top: 96px;
  background: linear-gradient(180deg, #edf4fc 0%, #e4eef9 100%);
  border-radius: 16px;
  padding: 20px;
}

.decor-process-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.decor-process-left {
  background: #fff;
  border: 1px solid rgba(15, 47, 92, 0.12);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(15, 47, 92, 0.08);
  display: grid;
  gap: 18px;
  align-content: start;
}

.decor-process h2 {
  margin: 0;
  color: #0f2f5c;
  font-size: clamp(34px, 3vw, 54px);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

.decor-process-media {
  width: 100%;
  min-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 47, 92, 0.14);
}

.decor-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.decor-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.decor-process-grid article {
  background: #f7fbff;
  border: 1px solid rgba(15, 47, 92, 0.14);
  border-radius: 12px;
  padding: 14px 14px 12px;
  box-shadow: 0 8px 18px rgba(15, 47, 92, 0.07);
}

.decor-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0f2f5c;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.decor-process-grid h3 {
  margin: 8px 0 6px;
  color: #0f2f5c;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.decor-process-grid p {
  margin: 0;
  color: #445976;
  line-height: 1.45;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.decor-process-grid article:nth-child(2),
.decor-process-grid article:nth-child(3),
.decor-process-grid article:nth-child(4),
.decor-process-grid article:nth-child(5),
.decor-process-grid article:nth-child(6) { margin-top: 0; }

.decor-cta-box {
  background: linear-gradient(140deg, #163f79 0%, #0e2f5f 60%, #0a2348 100%);
  border-radius: 18px;
  padding: 30px;
  color: #eaf4ff;
  display: grid;
  gap: 12px;
}

.decor-cta-box h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.decor-cta-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  max-width: 760px;
}

@media (max-width: 980px) {
  .decor-intro-grid { grid-template-columns: 1fr; }
  .decor-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .sanitary-blue-showcase-grid { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .sanitary-blue-copy h2 { font-size: 34px; }
  .sanitary-blue-copy p { font-size: 17px; }
  .sanitary-blue-media { grid-template-columns: 1fr; gap: 10px; }
  .sanitary-blue-media img { min-height: 220px; }
  .decor-products-top { grid-template-columns: 1fr; align-items: start; }
  .decor-products-copy { padding-left: 0; }
  .decor-products-tabs { justify-self: center; transform: none; }
  .decor-product-card { flex-basis: min(62vw, 400px); }
  .decor-product-card h3 { font-size: 30px; }
  .decor-collections-grid { grid-template-columns: 1fr; gap: 18px; }
  .decor-collections-media img { min-height: 420px; }
  .decor-project--large { grid-row: auto; min-height: 300px; }
  .decor-process-layout { grid-template-columns: 1fr; }
  .decor-process-media { margin: 0 auto; max-width: 360px; min-height: 420px; }
  .decor-process h2 { text-align: center; }
  .decor-process-grid { grid-template-columns: 1fr; }
  .decor-process-grid article:nth-child(2),
  .decor-process-grid article:nth-child(3),
  .decor-process-grid article:nth-child(4),
  .decor-process-grid article:nth-child(5),
  .decor-process-grid article:nth-child(6) { margin-top: 0; }
}

@media (max-width: 560px) {
  .decor-hero { min-height: 64vh; }
  .decor-hero-content { padding-bottom: 32px; }
  .decor-hero-content h1 { font-size: 38px; }
  .decor-intro-copy { padding: 18px; }
  .decor-intro-copy h2 { font-size: 34px; }
  .decor-section-head { grid-template-columns: 1fr; text-align: center; }
  .decor-line { display: none; }
  .decor-section-head h2 { font-size: 34px; }
  .decor-products-copy h3 { font-size: 36px; }
  .decor-products-copy p { font-size: 16px; }
  .decor-products-tabs { width: 100%; justify-content: space-between; transform: none; }
  .decor-products-tab { padding: 9px 12px; font-size: 16px; }
  .decor-product-card { flex-basis: 86vw; }
  .decor-product-card h3 { font-size: 24px; }
  .decor-collections-copy h2 { font-size: 34px; }
  .decor-collections-copy p { font-size: 18px; }
  .decor-collections-btn { font-size: 18px; padding: 10px 18px; }
  .decor-arrow {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .decor-process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .contacts-main {
    width: min(100%, calc(100% - 32px));
    padding: 0 0 56px;
  }
  .contact-enquiry {
    padding-top: 64px;
  }
  .contact-enquiry-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-hero-shell {
    padding: 136px 24px 64px;
  }
  .contact-interest-grid--two,
  .contact-interest-grid--phone { grid-template-columns: 1fr; }
  .contact-hero-shell {
    max-width: 760px;
  }
  .contact-enquiry-head { margin-bottom: 28px; }
  .contact-form-actions {
    align-items: stretch;
  }
  .contact-directory { padding-top: 56px; }
  .contact-directory-list {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact-directory-item:first-child,
  .contact-directory-item:last-child {
    justify-self: center;
    text-align: left;
    max-width: 100%;
  }
  .about-page-modern .nav-wrap--about {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-page-modern .about-top-nav {
    gap: 24px;
  }
  .about-company-hero,
  .about-company-hero-content {
    min-height: 78vh;
  }
  .about-company-hero-content {
    padding-top: 136px;
    padding-bottom: 68px;
  }
  .about-editorial-main {
    width: min(100%, calc(100% - 32px));
    padding: 80px 0 64px;
  }
  .about-editorial-section + .about-editorial-section { margin-top: 76px; }
  .about-editorial-copy {
    max-width: 900px;
  }
  .about-editorial-list--columns {
    grid-template-columns: 1fr;
  }
  .about-why-katran,
  .about-approach-section {
    padding: 84px 24px;
  }
  .about-corporate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lighting-page-intro-grid {
    grid-template-columns: 1fr;
  }
  .lighting-page-intro-media {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .about-page-modern .nav-wrap--about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-page-modern .about-top-nav a {
    font-size: 14px;
    white-space: nowrap;
  }

  .about-page-modern .side-lang-slider.side-lang-slider--top {
    justify-self: end;
  }

  .about-company-hero,
  .about-company-hero-content {
    min-height: 86vh;
  }

  .about-company-hero-media {
    background-position: 58% center;
  }

  .about-company-hero-content {
    padding: 128px 20px 48px;
  }

  .about-company-hero-kicker {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .about-company-hero-copy h1 {
    font-size: 34px;
    line-height: 0.98;
  }

  .about-company-hero-subtitle {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .about-company-hero-cta {
    width: 100%;
  }

  .about-why-katran,
  .about-approach-section {
    padding: 64px 20px;
  }

  .about-why-katran {
    padding: 28px 20px 12px;
  }

  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
  .contacts-main {
    padding: 0 0 40px;
  }
  .contact-hero {
    min-height: 86vh;
  }
  .contact-hero-shell h1 {
    font-size: 34px;
    line-height: 0.98;
  }
  .contact-hero-shell p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-hero-shell {
    padding: 128px 20px 48px;
    text-align: left;
  }
  .contact-interest-grid {
    gap: 18px;
    margin-bottom: 18px;
  }
  .contact-interest-field span { font-size: 14px; }
  .contact-interest-field input,
  .contact-interest-field textarea,
  .contact-interest-field select {
    font-size: 16px;
    min-height: 52px;
    padding: 13px 14px;
  }
  .contact-interest-submit {
    width: 100%;
    min-width: 0;
    font-size: 17px;
  }
  .contact-directory-item h2 { font-size: 30px; }
  .contact-directory-item p {
    margin-top: 10px;
    font-size: 16px;
  }
  .about-editorial-main {
    padding: 54px 0 48px;
  }
  .about-corporate-section {
    padding-bottom: 48px;
  }
  .about-editorial-intro {
    margin-bottom: 28px;
  }
  .about-editorial-kicker {
    margin-bottom: 14px;
    font-size: 13px;
  }
  .about-editorial-intro h2,
  .about-editorial-intro--compact h2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.02;
  }
  .about-editorial-copy p,
  .about-editorial-list li {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.7;
  }
  .about-corporate-cta {
    width: 100%;
  }
  .about-corporate-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .lighting-page-hero,
  .lighting-page-hero-content {
    min-height: 62vh;
  }
  .lighting-page-hero-content h1 {
    font-size: 34px;
  }
  .lighting-page-hero-content p,
  .lighting-page-intro-copy p {
    font-size: 16px;
  }
  .lighting-page-intro-copy h2 {
    font-size: 30px;
  }
  .lighting-page-intro-media {
    min-height: 240px;
  }
}

/* Landscape page: isolated blocks */
.page-landscape-plants .landscape-main {
  display: grid;
  gap: 0;
}

.page-landscape-plants .landscape-hero {
  position: relative;
  min-height: 76vh;
  border-radius: 26px;
  overflow: hidden;
  margin: 20px 0 22px;
}

.page-landscape-plants .landscape-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-landscape-plants .landscape-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 16, 30, 0.24) 10%, rgba(4, 14, 26, 0.58) 100%);
}

.page-landscape-plants .landscape-hero-content {
  position: relative;
  z-index: 1;
  min-height: 76vh;
  display: grid;
  align-content: end;
  gap: 16px;
  padding-bottom: 58px;
  color: #fff;
}

.page-landscape-plants .landscape-kicker {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.page-landscape-plants .landscape-hero-content h1 {
  margin: 0;
  font-size: clamp(56px, 6vw, 118px);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.page-landscape-plants .landscape-hero-content p {
  margin: 0;
  max-width: 900px;
  font-size: clamp(22px, 2vw, 38px);
  line-height: 1.2;
}

.page-landscape-plants .landscape-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.page-landscape-plants .landscape-intro-copy {
  background: #eef4fb;
  border-radius: 14px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.page-landscape-plants .landscape-section-kicker {
  color: #355a89;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-landscape-plants .landscape-intro-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.02;
}

.page-landscape-plants .landscape-intro-copy p {
  margin: 0;
  color: #2a3441;
  font-size: 18px;
  line-height: 1.45;
}

.page-landscape-plants .landscape-intro-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 6px;
  color: #2a3441;
  font-size: 17px;
  line-height: 1.45;
}

.page-landscape-plants .landscape-intro-list li {
  margin: 0;
}

.page-landscape-plants .landscape-intro-media {
  border-radius: 14px;
  overflow: hidden;
}

.page-landscape-plants .landscape-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.page-landscape-plants .landscape-section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.page-landscape-plants .landscape-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 54px);
  text-transform: uppercase;
  line-height: 1.02;
}

.page-landscape-plants .landscape-line {
  height: 1px;
  background: rgba(16, 32, 52, 0.3);
}

.page-landscape-plants .landscape-project-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: repeat(2, 560px);
  gap: 14px;
}

.page-landscape-plants .landscape-project {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 0;
  height: 100%;
}

.page-landscape-plants .landscape-project--large {
  grid-row: 1 / span 2;
}

.page-landscape-plants .landscape-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-landscape-plants .landscape-project-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(8, 23, 42, 0.06) 0%, rgba(7, 21, 37, 0.82) 100%);
}

.page-landscape-plants .landscape-project-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
}

.page-landscape-plants .landscape-project-copy p {
  margin: 0;
  color: rgba(232, 242, 255, 0.94);
  line-height: 1.45;
  font-size: 16px;
}

.page-landscape-plants .landscape-decor-intro {
  margin-top: 26px;
}

.page-landscape-plants .landscape-decor-intro-copy {
  background: #eef4fb;
  border-radius: 14px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.page-landscape-plants .landscape-decor-intro-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.02;
}

.page-landscape-plants .landscape-decor-intro-copy p {
  margin: 0;
  color: #2a3441;
  font-size: 18px;
  line-height: 1.45;
}

.page-landscape-plants .landscape-decor-intro-copy h3 {
  margin: 6px 0 0;
  color: #18273b;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}

.page-landscape-plants .landscape-decor-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 6px;
  color: #2a3441;
  font-size: 17px;
  line-height: 1.45;
}

.page-landscape-plants .landscape-decor-list li {
  margin: 0;
}

.page-landscape-plants .landscape-products {
  margin-top: 44px;
  padding-top: 8px;
  background: #e4e4e4;
  border-radius: 14px;
  padding-bottom: 28px;
}

.page-landscape-plants .landscape-products-top {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 16px;
}

.page-landscape-plants .landscape-products-copy {
  padding-left: clamp(24px, 3.2vw, 72px);
}

.page-landscape-plants .landscape-products-copy h3 {
  margin: 0 0 10px;
  color: #18202a;
  font-size: clamp(34px, 2.25vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.page-landscape-plants .landscape-products-copy p {
  margin: 0;
  color: #232b35;
  font-size: 17px;
  line-height: 1.42;
  max-width: 600px;
}

.page-landscape-plants .landscape-products-tabs {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  background: #f5f6f8;
  border-radius: 999px;
  padding: 6px;
  gap: 6px;
}

.page-landscape-plants .landscape-products-tab {
  border: 0;
  background: transparent;
  color: #1a232d;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  font-family: var(--font-sans);
}

.page-landscape-plants .landscape-products-tab.is-active {
  background: #141d27;
  color: #ffffff;
}

.page-landscape-plants .landscape-products-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}

.page-landscape-plants .landscape-product-card {
  flex: 0 0 min(30vw, 500px);
  border-radius: 14px;
  overflow: hidden;
}

.page-landscape-plants .landscape-product-card img {
  width: 100%;
  aspect-ratio: 0.84 / 1;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.page-landscape-plants .landscape-product-card h3 {
  margin: 0;
  padding: 12px 0 4px;
  color: #0f1620;
  font-size: clamp(28px, 2.1vw, 40px);
  font-weight: 500;
  line-height: 1.12;
}

.page-landscape-plants .landscape-products-arrows {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-landscape-plants .landscape-arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.4px solid rgba(15, 22, 32, 0.45);
  background: transparent;
  color: #19222c;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-landscape-plants .landscape-arrow:hover {
  background: #141d27;
  border-color: #141d27;
  color: #fff;
}

.page-landscape-plants .landscape-process {
  border-top: 1px solid rgba(15, 43, 70, 0.2);
  margin-top: 84px;
  background: linear-gradient(180deg, #edf4fc 0%, #e4eef9 100%);
  border-radius: 16px;
  padding: 20px;
}

.page-landscape-plants .landscape-process-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.page-landscape-plants .landscape-process-left {
  background: #fff;
  border: 1px solid rgba(15, 47, 92, 0.12);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(15, 47, 92, 0.08);
  display: grid;
  gap: 18px;
}

.page-landscape-plants .landscape-process-left h2 {
  margin: 0;
  color: #0f2f5c;
  font-size: clamp(34px, 3vw, 54px);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.page-landscape-plants .landscape-process-media {
  width: 100%;
  min-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 47, 92, 0.14);
}

.page-landscape-plants .landscape-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-landscape-plants .landscape-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-landscape-plants .landscape-process-grid article {
  background: #f7fbff;
  border: 1px solid rgba(15, 47, 92, 0.14);
  border-radius: 12px;
  padding: 14px 14px 12px;
  box-shadow: 0 8px 18px rgba(15, 47, 92, 0.07);
}

.page-landscape-plants .landscape-process-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0f2f5c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.page-landscape-plants .landscape-process-grid h3 {
  margin: 8px 0 6px;
  color: #0f2f5c;
  font-size: 20px;
  line-height: 1.1;
}

.page-landscape-plants .landscape-process-grid p {
  margin: 0;
  color: #445976;
  line-height: 1.45;
  font-size: 15px;
}

.page-landscape-plants .landscape-cta-box {
  background: linear-gradient(140deg, #163f79 0%, #0e2f5f 60%, #0a2348 100%);
  border-radius: 18px;
  padding: 30px;
  color: #eaf4ff;
  display: grid;
  gap: 12px;
}

.page-landscape-plants .landscape-cta-box h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

.page-landscape-plants .landscape-cta-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  max-width: 760px;
}

@media (max-width: 980px) {
  .page-landscape-plants .landscape-intro-grid,
  .page-landscape-plants .landscape-process-layout {
    grid-template-columns: 1fr;
  }

  .page-landscape-plants .landscape-project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .page-landscape-plants .landscape-project--large {
    grid-row: auto;
    height: 924px;
  }

  .page-landscape-plants .landscape-project {
    height: 676px;
  }

  .page-landscape-plants .landscape-products-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-landscape-plants .landscape-products-copy {
    padding-left: 0;
  }

  .page-landscape-plants .landscape-product-card {
    flex-basis: min(62vw, 400px);
  }

  .page-landscape-plants .landscape-process-grid {
    grid-template-columns: 1fr;
  }

  .page-landscape-plants .landscape-process-media {
    margin: 0 auto;
    max-width: 360px;
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .page-landscape-plants .landscape-hero {
    min-height: 64vh;
  }

  .page-landscape-plants .landscape-hero-content {
    min-height: 64vh;
    padding-bottom: 32px;
  }

  .page-landscape-plants .landscape-hero-content h1 {
    font-size: 38px;
  }

  .page-landscape-plants .landscape-intro-copy {
    padding: 18px;
  }

  .page-landscape-plants .landscape-intro-copy h2,
  .page-landscape-plants .landscape-section-head h2,
  .page-landscape-plants .landscape-products-copy h3,
  .page-landscape-plants .landscape-decor-intro-copy h2 {
    font-size: 34px;
  }

  .page-landscape-plants .landscape-line {
    display: none;
  }

  .page-landscape-plants .landscape-section-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-landscape-plants .landscape-products-tabs {
    width: 100%;
    justify-content: space-between;
  }

  .page-landscape-plants .landscape-products-tab {
    padding: 9px 12px;
    font-size: 16px;
  }

  .page-landscape-plants .landscape-product-card {
    flex-basis: 86vw;
  }

  .page-landscape-plants .landscape-product-card h3 {
    font-size: 24px;
  }
}

/* Mobile overflow safeguards */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

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

:where(h1, h2, h3, h4, h5, h6, p, li, a, span, strong) {
  overflow-wrap: anywhere;
}

:where(
  .section,
  .container,
  .grid,
  [class*="grid"],
  [class*="layout"],
  [class*="split"],
  [class*="copy"],
  [class*="card"]
) > * {
  min-width: 0;
}

@media (max-width: 768px) {
  .supplier-black-copy {
    width: 100%;
    max-width: 100%;
    padding-inline: 2px;
  }

  .supplier-black-copy h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
    letter-spacing: 0.2px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .supplier-black-copy h2 .line {
    white-space: normal !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .supplier-black-copy p {
    font-size: clamp(16px, 4.6vw, 19px);
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .supplier-black-copy strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .supplier-black,
  .home-main > .section,
  .home-main > .decor-hero,
  .home-villa-photo,
  .home-advantages,
  .home-map-section,
  .about-full-bleed-photo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .supplier-black {
    padding: 38px 12px;
  }

  .supplier-black-copy {
    gap: 16px;
  }

  .supplier-black-copy h2 {
    font-size: clamp(26px, 8.6vw, 34px);
    line-height: 1.12;
  }

  .supplier-black-copy p {
    font-size: clamp(14px, 5vw, 18px);
    line-height: 1.42;
  }
}

/* Hide black block on home page for phones/tablets */
@media (max-width: 1024px) {
  .home-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip;
  }

  .home-main > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Menu language row (all viewports) */
.menu-lang-row {
  display: block;
  margin-top: 14px;
}

@media (min-width: 981px) {
  .side-lang-slider.side-lang-slider--top {
    display: none !important;
  }

  .menu-lang-row {
    grid-column: 2;
    margin-top: 4px;
  }
}

@media (max-width: 980px) {
  .menu-lang-row {
    grid-column: 1 / -1;
  }
}

.menu-lang-row .lang-dropdown {
  width: 100%;
}

.menu-lang-row .lang-dropdown-toggle {
  width: 100%;
  justify-content: space-between;
  border-radius: 14px;
  padding: 0 16px;
}

.menu-lang-row .lang-dropdown-menu {
  position: static;
  margin-top: 10px;
  width: 100%;
  min-width: 0;
  border-radius: 14px;
}

/* Mobile header overflow hard-fix */
@media (max-width: 1024px) {

  .nav-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .nav-tools {
    max-width: calc(100vw - 112px);
    overflow: hidden;
    flex-wrap: nowrap;
  }

  .side-lang-slider.side-lang-slider--top {
    max-width: calc(100vw - 172px);
    overflow: visible;
    margin-right: 10px;
  }

  .side-lang-slider--top .lang-dropdown-toggle {
    min-width: 52px;
    height: 38px;
    padding: 0 10px;
  }
}

/* Prevent stuck hover expansion on touch devices (iOS/Android) */
@media (hover: none), (pointer: coarse) {
  .lang-dropdown-toggle:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .lang-dropdown-menu {
    min-width: 168px;
  }
}

/* Chat removed by request */
.chat-widget {
  display: none !important;
}

.wa-fab-wrap {
  position: fixed;
  right: calc(env(safe-area-inset-right, 0px) + 18px);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
  z-index: 1300;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-fab {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #25d366 0%, #1ebe5d 100%);
  box-shadow: 0 14px 30px rgba(20, 116, 51, 0.42);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: wa-bob 2.8s ease-in-out infinite;
}

.wa-fab::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.45);
  animation: wa-pulse 2.2s ease-out infinite;
}

.wa-fab svg {
  width: 30px;
  height: 30px;
  display: block;
}

.wa-fab:hover,
.wa-fab:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 36px rgba(20, 116, 51, 0.5);
}

.wa-fab-tip {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  background: #ffffff;
  color: #0f2b1b;
  border-radius: 999px;
  border: 1px solid rgba(21, 84, 46, 0.16);
  box-shadow: 0 8px 24px rgba(12, 34, 23, 0.18);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 10px 0;
  transform: translateX(8px);
  transition: max-width 220ms ease, opacity 220ms ease, transform 220ms ease, padding 220ms ease;
}

.wa-fab-wrap:hover .wa-fab-tip,
.wa-fab-wrap:focus-within .wa-fab-tip,
.wa-fab-wrap.is-hint .wa-fab-tip {
  max-width: 170px;
  opacity: 1;
  padding: 10px 14px;
  transform: translateX(0);
}

@keyframes wa-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

@keyframes wa-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 720px) {
  .wa-fab-wrap {
    right: calc(env(safe-area-inset-right, 0px) + 12px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  }

  .wa-fab {
    width: 58px;
    height: 58px;
  }

  .wa-fab svg {
    width: 28px;
    height: 28px;
  }

  .wa-fab-wrap .wa-fab-tip {
    font-size: 13px;
  }
}

/* Home page refresh inspired by alrashed.com */
.home-ref-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  backdrop-filter: none;
}

.home-ref-page .nav-wrap--home,
.ff-page .nav-wrap--home {
  max-width: 1280px;
  min-height: 72px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(22, 22, 26, 0.42);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-ref-page .nav-wrap--home .nav-tools,
.ff-page .nav-wrap--home .nav-tools {
  padding-right: 0;
}

.home-ref-page .home-top-nav,
.ff-page .home-top-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
  margin-right: auto;
}

.home-ref-page .home-top-nav a,
.ff-page .home-top-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.home-ref-page .home-top-nav a.active,
.home-ref-page .home-top-nav a:hover,
.home-ref-page .home-top-nav a:focus-visible,
.ff-page .home-top-nav a.active,
.ff-page .home-top-nav a:hover,
.ff-page .home-top-nav a:focus-visible {
  color: #ffffff;
}

.home-ref-page .side-lang-slider.side-lang-slider--top,
.ff-page .side-lang-slider.side-lang-slider--top {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 6px;
}

.home-ref-page .side-lang-slider--top .lang-dropdown-toggle,
.ff-page .side-lang-slider--top .lang-dropdown-toggle {
  min-width: 56px;
  height: 38px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.home-ref-page .site-header .menu-toggle,
.ff-page .site-header .menu-toggle {
  display: none;
  top: 10px;
  width: 56px;
  height: 56px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.home-ref-page .home-main {
  background: #ffffff;
}

.home-ref-page .home-main > .section,
.home-ref-page .home-main > .home-hero-ref {
  margin: 0;
}

.home-hero-ref {
  position: relative;
  height: 78vh;
  min-height: 720px;
  max-height: 920px;
  display: grid;
  align-items: end;
  background: #0b1320;
  overflow: hidden;
}

.home-hero-ref-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}

.home-hero-ref-video-mask {
  display: none;
}

.home-hero-ref-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

.home-hero-ref-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  min-height: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 140px;
  padding-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  color: #ffffff;
}

.home-hero-ref-copy {
  max-width: 720px;
  display: grid;
  gap: 0;
}

.home-hero-ref-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.home-hero-ref-kicker {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.home-hero-ref-content h1 {
  margin: 0 0 22px;
  max-width: 720px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(36px, 5.8vw, 74px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.home-hero-ref-subtitle {
  margin: 0 0 26px;
  max-width: 720px;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.home-hero-ref-divider {
  width: 100%;
  max-width: 760px;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.home-hero-ref-btn,
.home-commitment-btn {
  width: fit-content;
  min-width: 240px;
  padding: 18px 30px;
  background: #0731A2;
  border: 1.5px solid #0731A2;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero-ref-btn {
  position: static;
}

.home-hero-ref-btn:hover,
.home-commitment-btn:hover {
  background: #0a3dc8;
  border-color: #0a3dc8;
  transform: translateY(-1px);
}

.home-intro-ref {
  padding: 78px 0 56px;
  background: #ffffff;
}

.home-overview-ref {
  background: #ffffff;
}

.home-overview-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-overview-light {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}

.home-overview-kicker,
.home-overview-metrics-kicker {
  margin: 0 0 28px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-overview-kicker {
  color: #111111;
}

.home-overview-title {
  margin: 0 auto 28px;
  max-width: 980px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #0731A2;
}

.home-overview-copy {
  margin: 0 auto 34px;
  max-width: 900px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #4b5563;
}

.home-overview-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0731A2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.home-overview-link:hover,
.home-overview-link:focus-visible {
  opacity: 0.8;
}

.home-overview-metrics {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background: #4d49b8;
}

.home-overview-metrics-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.home-overview-metrics-kicker {
  color: rgba(255, 255, 255, 0.95);
}

.home-overview-metrics-title {
  margin: 0 auto 26px;
  max-width: 1050px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #ffffff;
}

.home-overview-metrics-copy {
  margin: 0 auto 70px;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.home-overview-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.home-overview-metric {
  padding: 12px 28px;
  text-align: center;
}

.home-overview-metric + .home-overview-metric {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.home-overview-metric strong {
  display: block;
  margin-bottom: 18px;
  font-size: 86px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.home-overview-metric span {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.home-intro-ref .container {
  max-width: 1160px;
}

.home-intro-ref p {
  margin: 0;
  color: #4d5663;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.55;
  font-weight: 600;
}

.home-solutions-ref {
  padding: 80px 0 100px;
  background: #f9fafb;
}

.home-solutions-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-solutions-head {
  margin-bottom: 56px;
}

.home-solutions-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}

.home-solutions-head h2 {
  margin: 0 0 28px;
  max-width: 900px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-solutions-desc {
  margin: 0 0 40px;
  max-width: 860px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
  font-weight: 400;
  color: #4b5563;
}

.home-solutions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1.5px solid #6366f1;
  border-radius: 999px;
  background: transparent;
  color: #4f46e5;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.home-solutions-btn:hover,
.home-solutions-btn:focus-visible {
  background: #eef2ff;
  border-color: #4f46e5;
  transform: translateY(-1px);
}

.home-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.home-solution-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-solution-card:hover,
.home-solution-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.06);
  border-color: #d7dce4;
}

.home-solution-card-media {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.home-solution-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.home-solution-card:hover .home-solution-card-media img,
.home-solution-card:focus-within .home-solution-card-media img {
  transform: scale(1.03);
}

.home-solution-card-body {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  padding: 0 28px;
  background: #ffffff;
}

.home-solution-card-body h3 {
  margin: 24px 0 18px;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.home-solution-card-desc {
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, margin-bottom 0.22s ease;
}

.home-solution-card:hover .home-solution-card-desc,
.home-solution-card:focus-within .home-solution-card-desc {
  max-height: 180px;
  opacity: 1;
  transform: translateY(0);
}

.home-solution-card-body a {
  color: #4f46e5;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.home-solution-card-body a:hover,
.home-solution-card-body a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.home-impact-ref {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #06257d 0%, #0731a2 52%, #0a3fc8 100%);
}

.home-impact-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.home-impact-kicker {
  margin: 0 0 26px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.home-impact-title {
  margin: 0 auto 26px;
  max-width: 1000px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #ffffff;
}

.home-impact-copy {
  margin: 0 auto 70px;
  max-width: 900px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.home-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.home-impact-metric {
  padding: 12px 28px;
  text-align: center;
}

.home-impact-metric + .home-impact-metric {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home-impact-metric strong {
  display: block;
  margin-bottom: 18px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 86px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.home-impact-metric span {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.home-commitment-ref {
  position: relative;
  padding: 82px 0;
  background: url("3.png") center/cover no-repeat;
}

.home-commitment-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.home-commitment-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 920px;
  display: grid;
  gap: 18px;
}

.home-commitment-content h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-commitment-content p {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.7;
}

.home-network-ref {
  width: 100%;
  background: #fafafb;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-network-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-network-intro {
  text-align: center;
  margin-bottom: 64px;
}

.home-network-kicker {
  margin: 0 0 24px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.home-network-title {
  margin: 0 auto 28px;
  max-width: 900px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #0731A2;
}

.home-network-copy {
  margin: 0 auto;
  max-width: 920px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  color: #4b5563;
}

.home-network-accordion {
  margin-top: 48px;
  border-top: 1px solid #dadce2;
}

.home-network-region {
  border-bottom: 1px solid #dadce2;
  padding-top: 26px;
  padding-bottom: 26px;
}

.home-network-region-title {
  margin: 0;
}

.home-network-region-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #111111;
}

.home-network-region-toggle span:first-child {
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.home-network-region.is-open .home-network-region-toggle span:first-child,
.home-network-region.is-open .home-network-region-chevron {
  color: #5a54d6;
}

.home-network-region-chevron {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
  color: #111111;
  transition: transform 0.24s ease, color 0.24s ease;
}

.home-network-region.is-open .home-network-region-chevron {
  transform: rotate(180deg);
}

.home-network-region-panel {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease, opacity 0.24s ease, padding 0.24s ease;
  opacity: 1;
  padding-top: 28px;
  padding-bottom: 8px;
}

.home-network-region-panel[hidden] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-network-country-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-network-country-card {
  background: #f1f1f4;
  min-height: 56px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.home-network-flag {
  width: 20px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
}

.home-network-contact {
  margin-top: 40px;
  background: #ecebfa;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-network-contact-copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #374151;
}

.home-network-contact-copy p {
  margin: 0;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
}

.home-network-contact-icon {
  width: 22px;
  height: 22px;
  color: #5a54d6;
  flex-shrink: 0;
}

.home-network-contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-network-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1.5px solid #5a54d6;
  border-radius: 999px;
  background: transparent;
  color: #5a54d6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.home-network-contact-btn:hover,
.home-network-contact-btn:focus-visible {
  background: #e3e1fb;
}

.home-vision-ref {
  position: relative;
  padding: 90px 0;
  background: url("777.jpg") center/cover no-repeat;
}

.home-vision-ref::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 30, 0.34);
}

.home-vision-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-vision-block {
  display: grid;
  justify-items: center;
}

.home-vision-block--feature {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  min-height: 460px;
  justify-items: center;
}

.home-vision-content {
  display: grid;
  justify-items: center;
}

.home-vision-label {
  margin: 0 0 28px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-transform: uppercase;
}

.home-vision-title {
  margin: 0 auto 28px;
  max-width: 900px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.home-vision-copy {
  margin: 0 auto;
  max-width: 860px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.home-vision-media {
  margin: 0;
}

.home-vision-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.home-economies-ref {
  padding: 70px 0 80px;
  background: #ffffff;
}

.home-economies-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-economies-head {
  margin-bottom: 70px;
}

.home-economies-head h2 {
  margin: 0 auto 28px;
  max-width: 900px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #111111;
  text-align: center;
  text-transform: uppercase;
}

.home-economies-head p {
  margin: 0 auto;
  max-width: 880px;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #4b5563;
  text-align: center;
}

.home-economies-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e5e7eb;
}

.home-economies-card {
  padding: 36px 28px;
  border-right: 1px solid #e5e7eb;
}

.home-economies-card:last-child {
  border-right: 0;
}

.home-economies-icon {
  width: 56px;
  height: 56px;
  color: #4f46e5;
}

.home-economies-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-economies-card h3 {
  margin: 18px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.home-economies-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.home-enquire {
  position: relative;
  margin-top: 0;
  margin-bottom: 18px;
  background: url("353.jpg") center/cover no-repeat;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(44px, 5vw, 92px) clamp(20px, 4vw, 64px);
  border: 0;
}

.home-enquire::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

.home-enquire-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 36px;
  min-height: 360px;
}

.home-enquire-copy {
  display: grid;
  gap: 24px;
  text-align: center;
  justify-items: center;
}

.home-enquire-inner h2 {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
  font-size: clamp(34px, 3vw, 54px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
}

.home-enquire-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.14);
  font-size: clamp(19px, 1.28vw, 26px);
  line-height: 1.65;
  max-width: 880px;
}

.home-enquire-btn {
  justify-self: center;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.82);
  color: #ffffff;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .home-ref-page .home-top-nav,
  .ff-page .home-top-nav {
    display: none;
  }

  .home-ref-page .side-lang-slider.side-lang-slider--top,
  .ff-page .side-lang-slider.side-lang-slider--top {
    display: none !important;
  }

  .home-ref-page .nav-wrap--home .nav-tools,
  .ff-page .nav-wrap--home .nav-tools {
    padding-right: calc(56px + 24px);
  }

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

  .home-overview-title {
    font-size: 52px;
  }

  .home-network-title {
    font-size: 52px;
  }

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

  .home-overview-metrics-title {
    font-size: 50px;
  }

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

  .home-overview-metric:nth-child(3),
  .home-overview-metric:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-overview-metric:nth-child(3) {
    border-left: 0;
  }

  .home-vision-title {
    font-size: 54px;
  }

  .home-vision-block--feature,
  .home-enquire-inner {
    grid-template-columns: 1fr;
  }

  .home-vision-content,
  .home-enquire-copy {
    justify-items: center;
    text-align: center;
  }

  .home-enquire-btn {
    justify-self: center;
  }

  .rb-intro-shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rb-intro-media {
    min-height: 360px;
  }

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

  .home-economies-head h2 {
    font-size: 58px;
  }

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

  .home-economies-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 820px) {
  .about-page-modern .nav-wrap--about {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px 18px;
    align-items: center;
  }

  .about-page-modern .about-top-nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .about-page-modern .about-top-nav::-webkit-scrollbar {
    display: none;
  }

  .about-page-modern .nav-wrap--about .nav-tools {
    justify-self: end;
  }

  .home-ref-page .site-header .menu-toggle {
    display: grid;
  }

  .home-hero-ref {
    height: auto;
    min-height: 620px;
    max-height: none;
  }

  .home-hero-ref-video {
    object-position: 58% center;
  }

  .home-hero-ref-video-mask {
    display: none;
  }

  .home-hero-ref-content {
    padding-top: 116px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .home-hero-ref-copy {
    width: 100%;
    max-width: none;
  }

  .home-hero-ref-actions {
    right: 20px;
    bottom: 28px;
  }

  .home-intro-ref {
    padding: 48px 0 36px;
  }

  .rb-intro,
  .rb-capabilities,
  .rb-why,
  .rb-closing,
  .rb-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .home-overview-shell,
  .home-overview-metrics-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-network-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-network-title {
    font-size: 34px;
  }

  .home-network-copy {
    font-size: 17px;
  }

  .home-network-region-toggle span:first-child {
    font-size: 22px;
  }

  .home-network-country-grid {
    grid-template-columns: 1fr;
  }

  .home-network-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-overview-light {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-overview-title {
    font-size: 34px;
  }

  .home-overview-copy {
    font-size: 18px;
  }

  .home-overview-metrics {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .home-overview-metrics-title {
    font-size: 34px;
  }

  .home-overview-metrics-copy {
    font-size: 17px;
  }

  .home-overview-metrics-grid {
    grid-template-columns: 1fr;
  }

  .home-overview-metric {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-overview-metric + .home-overview-metric {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .home-overview-metric strong {
    font-size: 44px;
  }

  .home-overview-metric span {
    font-size: 15px;
  }

  .home-intro-ref p {
    font-size: 22px;
  }

  .home-solutions-ref {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .home-solutions-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-solutions-head {
    margin-bottom: 40px;
  }

  .home-solutions-head h2 {
    font-size: 38px;
  }

  .home-solutions-desc {
    font-size: 18px;
  }

  .home-solutions-grid {
    grid-template-columns: 1fr;
  }

  .home-vision-ref {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-vision-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-vision-title {
    font-size: 36px;
  }

  .home-vision-copy {
    font-size: 18px;
  }

  .home-economies-ref {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .home-economies-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-economies-head h2 {
    font-size: 38px;
  }

  .home-economies-head p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .home-economies-grid {
    grid-template-columns: 1fr;
  }

  .home-economies-card {
    border-right: 0;
    border-top: 1px solid #e5e7eb;
  }

  .home-economies-card:first-child {
    border-top: 0;
  }

  .home-enquire-inner {
    gap: 24px;
    min-height: 280px;
  }

  .rb-why-grid {
    grid-template-columns: 1fr;
  }

  .rb-why-card:nth-child(2n) {
    border-left: 0;
  }

  .home-impact-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-impact-title {
    font-size: 52px;
  }

  .home-impact-copy {
    font-size: 17px;
  }

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

  .home-impact-metric:nth-child(3),
  .home-impact-metric:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-impact-metric:nth-child(3) {
    border-left: 0;
  }

  .home-impact-metric strong {
    font-size: 64px;
  }
}

@media (max-width: 560px) {
  .home-ref-page .nav-wrap--home,
  .ff-page .nav-wrap--home {
    min-height: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-large img {
    width: 104px;
    max-width: 104px;
    height: 62px;
    object-fit: contain;
    object-position: left center;
  }

  .home-hero-ref-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .home-ref-page .nav-wrap--home .nav-tools,
  .ff-page .nav-wrap--home .nav-tools {
    padding-right: calc(56px + 12px);
  }

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

  .home-hero-ref-subtitle,
  .home-commitment-content p {
    font-size: 16px;
  }

  .home-solutions-head h2 {
    font-size: 38px;
  }

  .home-solutions-desc,
  .home-solution-card-desc {
    font-size: 18px;
  }

  .home-solution-card-body {
    padding: 0 20px;
  }

  .home-solution-card-body h3 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 22px;
  }

  .home-solution-card-desc {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
    margin-bottom: 18px;
  }

  .home-impact-title {
    font-size: 34px;
  }

  .home-impact-grid {
    grid-template-columns: 1fr;
  }

  .home-impact-metric {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-impact-metric + .home-impact-metric,
  .home-impact-metric:nth-child(3),
  .home-impact-metric:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .home-impact-metric strong {
    font-size: 42px;
  }

  .home-impact-metric span {
    font-size: 15px;
  }

  .rb-intro,
  .rb-capabilities,
  .rb-why,
  .rb-closing,
  .rb-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .rb-intro-media {
    min-height: 260px;
  }

  .rb-intro-text {
    font-size: 18px;
  }

  .rb-intro-text--support {
    font-size: 16px;
  }

  .rb-capability-grid {
    grid-template-columns: 1fr;
  }

  .rb-capability-card {
    padding: 24px 22px 28px;
  }

  .rb-capability-card h3,
  .rb-why-card h3 {
    font-size: 22px;
  }

  .rb-capability-card p,
  .rb-why-card p {
    font-size: 15px;
  }

  .rb-closing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rb-closing-text {
    font-size: 20px;
  }

  .rb-cta-card {
    min-height: 340px;
  }
}

.ff-page {
  background: #ffffff;
  color: #111827;
}

.ff-main {
  background: #ffffff;
}

.ff-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.ff-page .nav-wrap {
  min-height: 76px;
}

.ff-hero {
  min-height: 82vh;
  display: flex;
  align-items: stretch;
  background: #f8f9fc;
}

.ff-hero-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  align-items: center;
  gap: 40px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.ff-breadcrumbs {
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #6b7280;
}

.ff-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.ff-breadcrumbs strong {
  font-weight: 600;
  color: #111827;
}

.ff-hero-copy {
  max-width: 620px;
}

.ff-hero-copy h1,
.ff-mega-title {
  margin: 0;
  font-family: "Inter", "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(40px, 5.3vw, 78px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.ff-hero-copy h1 {
  margin-bottom: 24px;
}

.ff-hero-text,
.ff-headline-copy,
.ff-intro-copy {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
  color: #4b5563;
}

.ff-hero-text {
  margin: 0 0 30px;
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ff-btn--primary {
  background: #4f46e5;
  color: #ffffff;
}

.ff-btn--primary:hover,
.ff-btn--primary:focus-visible {
  background: #3f36d3;
  transform: translateY(-2px);
}

.ff-btn--outline {
  border: 1.5px solid #4f46e5;
  color: #4f46e5;
  background: transparent;
}

.ff-btn--outline:hover,
.ff-btn--outline:focus-visible {
  background: #eef2ff;
}

.ff-btn--outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.ff-btn--outline-light:hover,
.ff-btn--outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.ff-hero-media {
  margin: 0;
  height: 100%;
  min-height: 640px;
  overflow: hidden;
}

.ff-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.af-hero .ff-hero-shell {
  padding-top: 86px;
}

.ff-section-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(10px);
}

.ff-section-nav-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.ff-section-nav a {
  position: relative;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
}

.ff-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
  transition: background-color 0.25s ease;
}

.ff-section-nav a.is-active {
  color: #4f46e5;
}

.ff-section-nav a.is-active::after {
  background: #4f46e5;
}

.ff-overview,
.ff-services,
.ff-why,
.ff-industries,
.ff-faq {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ff-overview {
  background: url("assets/Корабль3.jpg") center/cover no-repeat;
}

.ff-overview--freight {
  background: url("5566.png") center/cover no-repeat;
}

.ff-overview--freight .ff-section-kicker,
.ff-overview--freight .ff-mega-title,
.ff-overview--freight .ff-mega-title--accent,
.ff-overview--freight .ff-intro-copy,
.ff-overview--freight .ff-intro-shell *,
.ff-overview--freight .ff-intro-shell a,
.ff-overview--freight .ff-intro-shell strong,
.ff-overview--freight .ff-intro-shell span {
  color: #ffffff !important;
}

.ff-overview--freight .ff-intro-copy {
  color: #ffffff !important;
}

.ff-page .ff-why {
  background: #0731a2;
}

.ff-page .ff-why .ff-section-kicker,
.ff-page .ff-why .ff-mega-title,
.ff-page .ff-why .ff-headline-copy,
.ff-page .ff-why .ff-feature h3,
.ff-page .ff-why .ff-feature p {
  color: #ffffff;
}

.ff-page .ff-why .ff-headline-copy,
.ff-page .ff-why .ff-feature p {
  color: rgba(255, 255, 255, 0.88);
}

.ff-page .ff-why .ff-feature + .ff-feature {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.ff-services,
.ff-industries {
  background: #f8f9fc;
}

.ff-page .ff-industries .ff-industry-card {
  flex: 0 0 8cm;
  max-width: 8cm;
  min-width: 8cm;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ff-page .ff-industries .ff-card-media {
  aspect-ratio: 1.55 / 1;
}

.ff-page .ff-industries .ff-card-body {
  padding: 18px 2px 0;
}

.ff-page .ff-industries .ff-card-body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.ff-page .ff-industries .ff-card-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.ff-page .ff-industries .ff-card:hover,
.ff-page .ff-industries .ff-card:focus-within {
  transform: none;
  box-shadow: none;
}

.ff-headline-block {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.ff-headline-block--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.ff-headline-block--narrow {
  max-width: 920px;
}

.ff-section-kicker {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b7280;
  text-transform: uppercase;
}

.ff-section-kicker--light {
  color: rgba(255, 255, 255, 0.9);
}

.ff-mega-title {
  margin-bottom: 24px;
}

.ff-mega-title--accent {
  color: #4f46e5;
}

.ff-overview .ff-section-kicker,
.ff-overview .ff-mega-title,
.ff-overview .ff-mega-title--accent,
.ff-overview .ff-intro-copy {
  color: #111827;
}

.ff-intro-shell {
  text-align: center;
}

.ff-intro-copy {
  max-width: 880px;
  margin: 0 auto;
}

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

.ff-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ff-card:hover,
.ff-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.08);
}

.ff-card-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.ff-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.ff-card:hover .ff-card-media img,
.ff-card:focus-within .ff-card-media img {
  transform: scale(1.03);
}

.ff-card-body {
  padding: 28px;
}

.ff-card-body h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #111827;
}

.ff-card-body p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.65;
  color: #4b5563;
}

.ff-card-body a {
  color: #4f46e5;
  font-weight: 600;
  text-decoration: none;
}

.ff-service-card .ff-card-body p {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height 0.3s ease, opacity 0.24s ease, transform 0.24s ease, margin-bottom 0.24s ease;
}

.ff-service-card:hover .ff-card-body p,
.ff-service-card:focus-within .ff-card-body p {
  max-height: 180px;
  margin-bottom: 24px;
  opacity: 1;
  transform: translateY(0);
}

.ff-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
}

.ff-feature {
  padding: 36px 28px 0;
}

.ff-feature + .ff-feature {
  border-left: 1px solid #e5e7eb;
}

.ff-feature-icon {
  width: 52px;
  height: 52px;
  color: #4f46e5;
}

.ff-feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ff-feature h3 {
  margin: 18px 0 16px;
  font-size: 24px;
  line-height: 1.15;
}

.ff-feature p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #4b5563;
}

.ff-industries-head,
.ff-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.ff-industry-slider {
  overflow: hidden;
}

.ff-industry-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.ff-industry-viewport::-webkit-scrollbar {
  display: none;
}

.ff-industry-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.ff-industry-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  width: max-content;
  padding-bottom: 10px;
}

.ff-industry-card {
  flex: 0 0 calc((100vw - 80px - 72px) / 4.15);
  max-width: 292px;
  min-width: 292px;
  scroll-snap-align: start;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.ff-industry-controls {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.ff-industry-arrow {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #eceff3;
  color: #4b5563;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.ff-industry-arrow:hover,
.ff-industry-arrow:focus-visible {
  background: #d9def4;
  color: #25305f;
  transform: translateY(-1px);
}

.ff-industry-arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.ff-faq-list {
  border-top: 1px solid #e5e7eb;
}

.ff-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.ff-faq-item h3 {
  margin: 0;
}

.ff-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
}

.ff-faq-icon {
  flex-shrink: 0;
  font-size: 34px;
  color: #4f46e5;
  transition: transform 0.24s ease;
}

.ff-faq-item.is-open .ff-faq-icon {
  transform: rotate(45deg);
}

.ff-faq-panel {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease, opacity 0.24s ease, padding 0.24s ease;
  opacity: 1;
  padding: 0 0 28px;
}

.ff-faq-panel[hidden] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0;
}

.ff-faq-panel p {
  margin: 0;
  min-height: 0;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
}

.ff-cta {
  padding: 0 0 96px;
}

.ff-page .ff-cta .ff-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ff-cta-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 72px;
  background: url("353.jpg") center/cover no-repeat;
  display: grid;
  align-content: center;
  justify-items: start;
}

.ff-cta-card h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-transform: uppercase;
}

.ff-cta-card p {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

.ff-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ff-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.af-overview {
  background: #0731a2;
}

.af-overview .ff-section-kicker,
.af-overview .ff-mega-title,
.af-overview .ff-mega-title--accent,
.af-overview .ff-intro-copy {
  color: #ffffff;
}

.af-overview .ff-intro-copy {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}

.af-services-head {
  max-width: 680px;
}

.af-additional {
  background: #fff;
}

.af-additional-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.af-tabs {
  border-top: 1px solid #dfe3ea;
}

.af-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe3ea;
}

.af-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 10px;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.af-tab:hover,
.af-tab:focus-visible,
.af-tab.is-active {
  color: #5f59d7;
  border-bottom-color: #5f59d7;
}

.af-tab-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 46%);
  align-items: stretch;
  background: #fff;
}

.af-tab-copy {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
}

.af-tab-copy h3 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.af-tab-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.6;
  max-width: 640px;
}

.af-tab-media {
  margin: 0;
  min-height: 420px;
}

.af-tab-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-services-slider .ff-industry-card {
  flex: 0 0 calc((100vw - 80px - 72px) / 3.05);
  max-width: 470px;
  min-width: 470px;
  box-shadow: none;
}

.af-industries-slider .ff-industry-card {
  flex: 0 0 calc(8cm + 4cm);
  max-width: calc(8cm + 4cm);
  min-width: calc(8cm + 4cm);
}

.af-industries-slider .ff-card-media {
  aspect-ratio: 1.55 / 1;
}

.af-industries-slider .ff-card-body {
  padding: 18px 2px 0;
}

.af-industries-slider .ff-card-body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.af-industries-slider .ff-card-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
}

.af-industries-slider .ff-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.af-industries-slider .ff-card:hover,
.af-industries-slider .ff-card:focus-within {
  transform: none;
  box-shadow: none;
}

.af-service-track {
  padding-bottom: 0;
}

.af-service-card .ff-card-body p {
  margin-bottom: 0;
  opacity: 1;
  max-height: none;
  transform: none;
}

.af-slider-controls {
  margin-top: 28px;
}

.af-feature-grid {
  margin-top: 10px;
}

.ff-why#af-why,
.af-why {
  background: #0731a2;
}

.af-why .ff-section-kicker,
.af-why .ff-mega-title,
.af-why .ff-headline-copy,
.af-why .ff-feature h3,
.af-why .ff-feature p {
  color: #ffffff;
}

.af-why .ff-feature-grid {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.af-why .ff-feature + .ff-feature {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.af-why .ff-feature-icon {
  display: none;
}

.af-why .ff-feature-grid.af-feature-grid .ff-feature {
  padding-top: 24px;
}

.af-cta-card {
  background: url("353.jpg") center/cover no-repeat;
}

.af-page .ff-cta .ff-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.af-page .af-cta-card {
  border-radius: 0;
  min-height: 520px;
}

.rf-hero {
  background: #f7f7f8;
}

.rf-hero .ff-hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 52%);
  padding-top: 58px;
}

.rf-hero .ff-hero-copy {
  max-width: 560px;
}

.rf-overview,
.rf-services,
.rf-industries,
.rf-faq {
  background: #ffffff;
}

.rf-overview {
  background: #0731a2;
}

.rf-overview .ff-section-kicker,
.rf-overview .ff-mega-title,
.rf-overview .ff-mega-title--accent,
.rf-overview .ff-intro-copy {
  color: #ffffff;
}

.rf-overview .ff-intro-copy {
  color: rgba(255, 255, 255, 0.9);
}

.rf-services-head {
  max-width: 720px;
}

.rf-services-slider .ff-industry-card {
  flex: 0 0 calc((100vw - 80px - 72px) / 3.05);
  max-width: 470px;
  min-width: 470px;
  box-shadow: none;
}

.rf-service-card {
  box-shadow: none;
}

.rf-service-track {
  padding-bottom: 0;
}

.rf-service-card .ff-card-body p {
  max-height: none;
  margin-bottom: 0;
  opacity: 1;
  transform: none;
}

.rf-services .ff-card:hover,
.rf-services .ff-card:focus-within {
  transform: none;
  box-shadow: none;
}

.rf-why {
  background: #0731a2;
}

.rf-why .ff-section-kicker,
.rf-why .ff-mega-title,
.rf-why .ff-headline-copy,
.rf-why .ff-feature h3,
.rf-why .ff-feature p {
  color: #ffffff;
}

.rf-why .ff-feature-grid {
  margin-top: 8px;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.rf-why .ff-feature + .ff-feature {
  border-left-color: rgba(255, 255, 255, 0.18);
}

.rf-why .ff-feature-icon {
  display: none;
}

.rf-why .ff-feature-grid.rf-feature-grid .ff-feature {
  padding-top: 24px;
}

.rf-more {
  padding-top: 104px;
  padding-bottom: 104px;
  background: #ffffff;
}

.rf-tabbed {
  border-top: 1px solid #dfe3ea;
}

.rf-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe3ea;
}

.rf-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 10px;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.rf-tab:hover,
.rf-tab:focus-visible,
.rf-tab.is-active {
  color: #5f59d7;
  border-bottom-color: #5f59d7;
}

.rf-tab-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  align-items: stretch;
  background: #fff;
}

.rf-tab-copy {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.rf-tab-copy h3 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.rf-tab-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.6;
  max-width: 620px;
}

.rf-tab-media {
  margin: 0;
  min-height: 500px;
}

.rf-tab-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rf-industries-head {
  margin-bottom: 48px;
}

.rf-industries-head .ff-headline-block {
  max-width: 760px;
  margin: 0;
}

.rf-industries-slider .ff-industry-card {
  flex: 0 0 calc(8cm + 4cm);
  max-width: calc(8cm + 4cm);
  min-width: calc(8cm + 4cm);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rf-industries-slider .ff-card-media {
  aspect-ratio: 1.55 / 1;
}

.rf-industries-slider .ff-card-body {
  padding: 18px 2px 0;
}

.rf-industries-slider .ff-card-body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.rf-industries-slider .ff-card-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
}

.rf-industries-slider .ff-card:hover,
.rf-industries-slider .ff-card:focus-within {
  transform: none;
  box-shadow: none;
}

.rf-page .ff-cta .ff-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.rf-cta-card {
  border-radius: 0;
  min-height: 520px;
  background: url("353.jpg") center/cover no-repeat;
}

.rl-hero {
  background: #f7f7f8;
}

.rl-hero .ff-hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 52%);
  padding-top: 58px;
}

.rl-hero .ff-hero-copy {
  max-width: 560px;
}

.rl-overview,
.rl-services,
.rl-why,
.rl-industries,
.rl-faq {
  background: #ffffff;
}

.rl-overview {
  background: #0731a2;
}

.rl-overview .ff-section-kicker,
.rl-overview .ff-mega-title,
.rl-overview .ff-mega-title--accent,
.rl-overview .ff-intro-copy {
  color: #ffffff;
}

.rl-overview .ff-intro-copy {
  color: rgba(255, 255, 255, 0.9);
}

.rl-overview-copy {
  margin-top: 18px;
}

.rl-why {
  background: #0731a2;
}

.rl-why .ff-section-kicker,
.rl-why .ff-mega-title,
.rl-why .ff-headline-copy,
.rl-why .ff-feature h3,
.rl-why .ff-feature p {
  color: #ffffff;
}

.rl-why .ff-headline-copy,
.rl-why .ff-feature p {
  color: rgba(255, 255, 255, 0.88);
}

.rl-services-head {
  max-width: 760px;
}

.rl-services-slider .ff-industry-card {
  flex: 0 0 calc((100vw - 80px - 72px) / 3.05);
  max-width: 470px;
  min-width: 470px;
  box-shadow: none;
}

.rl-service-card,
.rl-industry-card {
  box-shadow: none;
}

.rl-service-track {
  padding-bottom: 0;
}

.rl-service-card .ff-card-body p {
  margin-bottom: 0;
  opacity: 1;
  max-height: none;
  transform: none;
}

.rl-why .ff-feature-grid {
  margin-top: 8px;
}

.rl-why .ff-feature {
  border-color: rgba(255, 255, 255, 0.18);
}

.rl-industries-slider .ff-industry-card {
  flex: 0 0 calc(8cm + 4cm);
  max-width: calc(8cm + 4cm);
  min-width: calc(8cm + 4cm);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rl-industries-slider .ff-card-media {
  aspect-ratio: 1.55 / 1;
}

.rl-industries-slider .ff-card-body {
  padding: 18px 2px 0;
}

.rl-industries-slider .ff-card-body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.rl-industries-slider .ff-card-body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
}

.rl-industries-slider .ff-card:hover,
.rl-industries-slider .ff-card:focus-within {
  transform: none;
  box-shadow: none;
}

.rl-page .ff-cta .ff-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.rl-cta-card {
  border-radius: 0;
  min-height: 520px;
  background: #0731a2;
}

.wh-hero {
  background: #f7f7f8;
}

.wh-hero .ff-hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(560px, 52%);
  padding-top: 58px;
}

.wh-hero .ff-hero-copy {
  max-width: 580px;
}

.wh-hero h1 {
  font-size: 70px;
}

.wh-overview,
.wh-services,
.wh-why,
.wh-faq {
  background: #ffffff;
}

.wh-overview {
  background: #0731A2;
}

.wh-overview .ff-section-kicker,
.wh-overview .ff-mega-title,
.wh-overview .ff-intro-copy {
  color: #ffffff;
}

.iss-overview {
  background: #0731A2;
}

.iss-overview .ff-section-kicker,
.iss-overview .ff-mega-title,
.iss-overview .ff-mega-title--accent,
.iss-overview .ff-intro-copy {
  color: #ffffff;
}

.iss-overview .ff-intro-copy {
  color: rgba(255, 255, 255, 0.9);
}

.rb-main {
  background: #ffffff;
}

.rb-intro,
.rb-capabilities,
.rb-why,
.rb-closing,
.rb-cta {
  padding-top: 96px;
  padding-bottom: 96px;
}

.rb-intro {
  background: #f8f9fc;
}

.rb-intro-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.rb-intro-copy {
  max-width: 760px;
}

.rb-intro-copy .ff-mega-title {
  margin-bottom: 24px;
}

.rb-intro-text {
  margin: 0;
  max-width: 720px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.55;
  color: #334155;
}

.rb-intro-text + .rb-intro-text {
  margin-top: 20px;
}

.rb-intro-text--support {
  font-size: clamp(18px, 1.5vw, 21px);
  color: #5b6472;
}

.rb-intro-media {
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  background: #dde3ec;
}

.rb-intro-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rb-capabilities {
  background: #0731A2;
}

.rb-headline-block {
  max-width: 880px;
}

.rb-section-title {
  margin-bottom: 0;
}

.rb-capabilities .ff-section-kicker,
.rb-capabilities .ff-mega-title,
.rb-capability-card h3,
.rb-capability-card p,
.rb-capability-index {
  color: #ffffff;
}

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

.rb-capability-card {
  min-height: 100%;
  padding: 30px 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.rb-capability-card:hover,
.rb-capability-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 32px rgba(4, 17, 55, 0.16);
}

.rb-capability-index {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.rb-capability-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.15;
}

.rb-capability-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.68;
}

.rb-why {
  background: #f3f5f8;
}

.rb-why-head {
  max-width: 900px;
  margin-bottom: 48px;
}

.rb-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d8deea;
}

.rb-why-card {
  padding: 34px 28px 0;
  border-bottom: 1px solid #d8deea;
}

.rb-why-card:nth-child(2n) {
  border-left: 1px solid #d8deea;
}

.rb-why-card h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 24px;
  line-height: 1.15;
}

.rb-why-card p {
  margin: 0 0 34px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.68;
}

.rb-closing {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #ffffff;
}

.rb-closing-text {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #1f2937;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.55;
  font-weight: 600;
}

.rb-cta {
  padding-top: 0;
}

.rb-cta-card {
  border-radius: 0;
  min-height: 420px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(135deg, #041f66 0%, #0731a2 55%, #06257e 100%);
}

.agf-hero .ff-hero-media img {
  object-position: center;
}

.agf-hero .ff-hero-shell {
  padding-top: 96px;
}

.agf-overview {
  background: #0731A2;
}

.agf-columns {
  background: #ffffff;
}

.agf-overview .ff-section-kicker,
.agf-overview .ff-mega-title,
.agf-overview .ff-intro-copy {
  color: #ffffff;
}

.agf-overview .ff-intro-copy {
  color: rgba(255, 255, 255, 0.9);
}

.agf-assortment-head {
  margin-bottom: 48px;
}

.agf-assortment-head .ff-mega-title {
  margin-bottom: 0;
}

.agf-catalog-block + .agf-catalog-block {
  margin-top: 72px;
}

.agf-why {
  margin-top: 88px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 56px;
  background: #0731A2;
  color: #ffffff;
}

.agf-why-shell {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.agf-why .ff-mega-title,
.agf-why .ff-section-kicker {
  color: #ffffff;
}

.agf-why .ff-mega-title {
  margin-bottom: 24px;
}

.agf-why-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.agf-why-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.agf-why-card {
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.agf-why-card:hover,
.agf-why-card:focus-within {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 30px rgba(4, 17, 55, 0.18);
}

.agf-why-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.92);
}

.agf-why-icon svg {
  width: 100%;
  height: 100%;
}

.agf-why-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.agf-why-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.agf-catalog-copy {
  max-width: 980px;
  margin-bottom: 28px;
}

.agf-catalog-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  color: #0d1020;
}

.agf-catalog-desc {
  max-width: 980px;
}

.agf-catalog-desc p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #616575;
}

.agf-columns .of-service-card .of-card-body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #616575;
}

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

.agf-card {
  background: linear-gradient(180deg, #fbfbfc 0%, #f4f5f7 100%);
  border: 1px solid #e7e8ee;
  border-radius: 24px;
  padding: 40px 36px;
}

.agf-card h3 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.1;
  color: #0d1020;
}

.agf-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.agf-list li {
  position: relative;
  padding-left: 18px;
  font-size: 19px;
  line-height: 1.6;
  color: #4b5563;
}

.agf-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5450c7;
  transform: translateY(-50%);
}

.agf-closing {
  max-width: 980px;
  margin: 40px auto 0;
  font-size: 21px;
  line-height: 1.65;
  color: #1f2937;
  text-align: center;
}

.wh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.wh-services-head {
  max-width: 720px;
  margin: 0;
}

.wh-section-cta {
  flex-shrink: 0;
}

.wh-service-slider {
  position: relative;
}

.wh-service-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.wh-service-viewport::-webkit-scrollbar {
  display: none;
}

.wh-service-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.wh-service-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.wh-service-card {
  flex: 0 0 430px;
  min-width: 430px;
  max-width: 430px;
  border-radius: 0;
  box-shadow: none;
}

.wh-service-card .ff-card-media {
  aspect-ratio: 12 / 7;
}

.wh-service-card .ff-card-body {
  padding: 22px 0 0;
}

.wh-service-card .ff-card-body h3 {
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1.05;
}

.wh-service-card .ff-card-body p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.62;
}

.wh-service-controls {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 32px;
}

.wh-service-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f5f7fb;
  color: #5450c7;
  font-size: 24px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wh-service-arrow:hover,
.wh-service-arrow:focus-visible {
  background: #5450c7;
  border-color: #5450c7;
  color: #ffffff;
}

.wh-service-arrow:disabled {
  opacity: 0.35;
}

.wh-why {
  background: #0731A2;
}

.wh-why .ff-section-kicker,
.wh-why .ff-mega-title,
.wh-why .ff-headline-copy,
.wh-why-card h3,
.wh-why-card p {
  color: #ffffff;
}

.wh-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.wh-why-card {
  padding: 34px 28px 0;
}

.wh-why-card + .wh-why-card {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.wh-why-card h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.15;
}

.wh-why-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.wh-page .ff-cta .ff-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.wh-cta-card {
  border-radius: 0;
  min-height: 520px;
  background: url("353.jpg") center/cover no-repeat;
}

@media (max-width: 1100px) {
  .wh-hero .ff-hero-shell {
    grid-template-columns: 1fr;
  }

  .wh-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .wh-why-card:nth-child(3),
  .wh-why-card:nth-child(4) {
    border-top: 1px solid #e5e7eb;
  }

  .wh-why-card:nth-child(3) {
    border-left: 0;
  }

  .rf-hero .ff-hero-shell {
    grid-template-columns: 1fr;
  }

  .rf-tab-panel {
    grid-template-columns: 1fr;
  }

  .rf-tab-copy,
  .rf-tab-media {
    min-height: 0;
  }

  .rf-tab-copy {
    padding: 42px 36px 24px;
  }

  .rf-tab-media {
    min-height: 360px;
  }

  .ff-hero-shell {
    grid-template-columns: 1fr;
  }

  .ff-hero-media {
    min-height: 420px;
  }

  .ff-service-grid,
  .ff-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-industry-card {
    flex-basis: calc((100vw - 40px - 24px) / 2.15);
    max-width: 420px;
    min-width: 420px;
  }

  .ff-feature:nth-child(3),
  .ff-feature:nth-child(4) {
    border-top: 1px solid #e5e7eb;
  }

  .ff-feature:nth-child(3) {
    border-left: 0;
  }

  .ff-industries-head,
  .ff-faq-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .af-services-slider .ff-industry-card {
    flex-basis: calc((100vw - 40px - 24px) / 2.05);
    max-width: 440px;
    min-width: 440px;
  }

  .rf-services-slider .ff-industry-card {
    flex-basis: calc((100vw - 40px - 24px) / 2.05);
    max-width: 440px;
    min-width: 440px;
  }

  .af-industries-slider .ff-industry-card {
    flex-basis: 420px;
    max-width: 420px;
    min-width: 420px;
  }

  .rf-industries-slider .ff-industry-card {
    flex-basis: 420px;
    max-width: 420px;
    min-width: 420px;
  }

  .rl-hero .ff-hero-shell {
    grid-template-columns: 1fr;
  }

  .rl-services-slider .ff-industry-card {
    flex-basis: calc((100vw - 40px - 24px) / 2.05);
    max-width: 440px;
    min-width: 440px;
  }

  .rl-industries-slider .ff-industry-card {
    flex-basis: 420px;
    max-width: 420px;
    min-width: 420px;
  }

  .af-page .af-cta-card {
    min-height: 420px;
  }

  .af-tab-panel {
    grid-template-columns: 1fr;
  }

  .af-tab-copy,
  .af-tab-media {
    min-height: 0;
  }

  .af-tab-copy {
    padding: 42px 36px 24px;
  }

  .af-tab-media {
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .wh-why-grid {
    grid-template-columns: 1fr;
  }

  .wh-service-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .wh-why-card + .wh-why-card,
  .wh-why-card:nth-child(3),
  .wh-why-card:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .wh-page .ff-cta .ff-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .wh-cta-card {
    min-height: 320px;
    padding: 48px 24px;
  }

  .rf-tab-list {
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .rf-tab {
    font-size: 15px;
    white-space: nowrap;
  }

  .rf-tab-copy {
    padding: 30px 24px 20px;
  }

  .rf-tab-copy h3 {
    font-size: 30px;
  }

  .rf-tab-copy p {
    font-size: 17px;
  }

  .rf-tab-media {
    min-height: 280px;
  }

  .ff-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ff-hero {
    min-height: auto;
  }

  .ff-hero-shell {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ff-feature-grid {
    grid-template-columns: 1fr;
  }

  .ff-industry-card,
  .af-services-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .rf-services-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .af-industries-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .rf-industries-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .rl-services-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .rl-industries-slider .ff-industry-card {
    flex-basis: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 60px);
  }

  .rl-page .ff-cta .ff-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .rl-cta-card {
    min-height: 320px;
  }

  .af-tab-list {
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .af-tab {
    font-size: 15px;
    white-space: nowrap;
  }

  .af-tab-copy {
    padding: 30px 24px 20px;
  }

  .af-tab-copy h3 {
    font-size: 30px;
  }

  .af-tab-copy p {
    font-size: 17px;
  }

  .af-tab-media {
    min-height: 280px;
  }

  .af-page .ff-cta .ff-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .af-page .af-cta-card {
    min-height: 320px;
  }

  .rf-page .ff-cta .ff-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .rf-cta-card {
    min-height: 320px;
  }

  .ff-feature + .ff-feature,
  .ff-feature:nth-child(3),
  .ff-feature:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .ff-section-nav-shell {
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .ff-faq-toggle {
    font-size: 24px;
  }

  .ff-cta-card {
    padding: 44px 24px;
    min-height: 320px;
  }

  .ff-card-body {
    padding: 24px;
  }

  .ff-industry-controls {
    margin-top: 18px;
  }

  .af-hero .ff-hero-shell {
    padding-top: 42px;
  }
}

.of-page {
  background: #fff;
  color: #111827;
}

.of-main {
  background: #fff;
}

.of-page .nav-wrap--home {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.of-page .home-top-nav a,
.of-page .site-header .menu-toggle,
.of-page .side-lang-slider--top .lang-dropdown-toggle {
  color: #111827;
}

.of-page .home-top-nav a.active,
.of-page .home-top-nav a:hover,
.of-page .home-top-nav a:focus-visible {
  color: #5f59d7;
}

.of-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.of-page .nav-wrap {
  min-height: 76px;
}

.of-hero {
  min-height: 82vh;
  background: #f7f8fb;
  display: flex;
  align-items: stretch;
}

.of-hero-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(calc(480px + 3cm), calc(48% + 3cm));
  gap: 44px;
  align-items: stretch;
  padding-top: 52px;
  padding-bottom: 52px;
}

.of-breadcrumbs {
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.of-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.of-breadcrumbs strong {
  color: #111827;
  font-weight: 600;
}

.of-hero-copy {
  max-width: 640px;
  align-self: center;
}

.of-hero-copy h1,
.of-mega-title {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #111111;
}

.of-hero-copy h1 {
  margin-bottom: 22px;
}

.of-hero-text,
.of-headline-copy,
.of-intro-copy,
.of-card-body p,
.of-support-card p,
.of-feature p,
.of-faq-panel p {
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.55;
  color: #4f5563;
}

.of-hero-text {
  margin: 0 0 28px;
}

.of-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.of-btn--outline {
  border: 2px solid #6a63d9;
  color: #6a63d9;
  background: transparent;
}

.of-btn--outline:hover,
.of-btn--outline:focus-visible {
  background: #6a63d9;
  color: #fff;
  transform: translateY(-2px);
}

.of-btn--outline-light {
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #fff;
  background: transparent;
}

.of-btn--outline-light:hover,
.of-btn--outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.of-hero-media {
  margin: 0;
  min-height: calc(680px + 5cm);
  height: 100%;
  overflow: hidden;
}

.of-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.of-section-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(10px);
}

.of-section-nav-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.of-section-nav a {
  position: relative;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
}

.of-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
  transition: background-color 0.25s ease;
}

.of-section-nav a.is-active {
  color: #6a63d9;
}

.of-section-nav a.is-active::after {
  background: #6a63d9;
}

.of-overview,
.of-services,
.of-prep,
.of-why,
.of-support,
.of-cert,
.of-industries,
.of-value,
.of-faq {
  padding-top: 108px;
  padding-bottom: 108px;
}

.of-overview {
  background: url("assets/Корабль3.jpg") center/cover no-repeat;
}

.of-services,
.of-support,
.of-value {
  background: #fafafb;
}

.of-headline-block {
  margin: 0 auto 56px;
  max-width: 1040px;
  text-align: center;
}

.of-headline-block--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.of-headline-block--narrow {
  max-width: 960px;
}

.of-headline-block--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.of-section-kicker {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.of-section-kicker--light {
  color: rgba(255, 255, 255, 0.9);
}

.of-mega-title {
  margin-bottom: 20px;
}

.of-mega-title--accent {
  color: #6a63d9;
}

.of-overview .of-section-kicker,
.of-overview .of-mega-title,
.of-overview .of-mega-title--accent,
.of-overview .of-intro-copy {
  color: #ffffff;
}

.of-intro-shell {
  text-align: center;
  max-width: 980px;
}

.of-intro-copy {
  max-width: 920px;
  margin: 0 auto 18px;
}

.of-service-slider {
  overflow: hidden;
}

.of-service-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.of-service-viewport::-webkit-scrollbar {
  display: none;
}

.of-service-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.of-service-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding-bottom: 10px;
}

.of-service-card {
  flex: 0 0 12cm;
  width: 12cm;
  max-width: 12cm;
  min-width: 12cm;
  min-height: 7cm;
  scroll-snap-align: start;
}

.of-service-card .of-card-media {
  height: 7cm;
  aspect-ratio: auto;
}

.of-service-controls {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.of-service-arrow {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #eceff3;
  color: #4b5563;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.of-service-arrow:hover,
.of-service-arrow:focus-visible {
  background: #d9def4;
  color: #25305f;
  transform: translateY(-1px);
}

.of-service-arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.of-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.of-card:hover,
.of-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.of-card-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.of-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.of-card:hover .of-card-media img,
.of-card:focus-within .of-card-media img {
  transform: scale(1.02);
}

.of-card-body {
  padding: 28px;
}

.of-card-body h3,
.of-support-card h3,
.of-feature h3 {
  margin: 0 0 16px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.of-card-body p,
.of-support-card p,
.of-feature p {
  margin: 0;
}

.of-prep-intro {
  max-width: 720px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.55;
  color: #4f5563;
}

.of-prep-tabs {
  margin-top: 48px;
  border-top: 1px solid #d7dce5;
}

.of-prep-tablist {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  padding: 14px 0 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.of-prep-tablist::-webkit-scrollbar {
  display: none;
}

.of-prep-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 14px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.24s ease;
}

.of-prep-tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #0731a2;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s ease;
}

.of-prep-tab:hover,
.of-prep-tab:focus-visible,
.of-prep-tab.is-active {
  color: #0731a2;
}

.of-prep-tab.is-active::after {
  transform: scaleX(1);
}

.of-prep-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 49%);
  align-items: stretch;
  min-height: 520px;
  background: #f7f7f8;
}

.of-prep-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
}

.of-prep-panel-copy h3 {
  margin: 0 0 24px;
  font-size: clamp(30px, 2.5vw, 44px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #111111;
}

.of-prep-panel-copy p {
  margin: 0;
  max-width: 560px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
  color: #4f5563;
}

.of-prep-panel-media {
  min-height: 100%;
}

.of-prep-panel-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

.of-support-grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.of-support-card {
  padding: 28px;
  background: #fff;
  border-top: 2px solid #e5e7eb;
}

.of-why {
  background: #0731a2;
}

.of-why .of-section-kicker,
.of-why .of-mega-title,
.of-why .of-headline-copy,
.of-why .of-feature h3,
.of-why .of-feature p {
  color: #ffffff;
}

.of-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.of-feature {
  padding: 36px 28px 0;
}

.of-feature + .of-feature {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.of-feature-icon {
  display: none;
}

.of-feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.of-cert {
  background: #0731a2;
}

.of-cert .of-section-kicker,
.of-cert .of-mega-title,
.of-cert .of-intro-copy {
  color: #ffffff;
}

.of-industries-head,
.of-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}

.of-industry-slider {
  overflow: hidden;
}

.of-industry-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.of-industry-viewport::-webkit-scrollbar {
  display: none;
}

.of-industry-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.of-industry-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding-bottom: 10px;
}

.of-industry-card {
  flex: 0 0 8cm;
  max-width: 8cm;
  min-width: 8cm;
  scroll-snap-align: start;
}

.of-card-body a {
  display: inline-block;
  margin-top: 20px;
  color: #6a63d9;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.of-industry-controls {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.of-industry-arrow {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #eceff3;
  color: #4b5563;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.of-industry-arrow:hover,
.of-industry-arrow:focus-visible {
  background: #d9def4;
  color: #25305f;
  transform: translateY(-1px);
}

.of-industry-arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.of-faq-list {
  border-top: 1px solid #e5e7eb;
}

.of-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.of-faq-item h3 {
  margin: 0;
}

.of-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
}

.of-faq-icon {
  flex-shrink: 0;
  font-size: 34px;
  color: #6a63d9;
  transition: transform 0.24s ease;
}

.of-faq-item.is-open .of-faq-icon {
  transform: rotate(45deg);
}

.of-faq-panel {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.28s ease, opacity 0.24s ease, padding 0.24s ease;
  opacity: 1;
  padding: 0 0 28px;
}

.of-faq-panel[hidden] {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0;
}

.of-faq-panel p {
  margin: 0;
  min-height: 0;
  max-width: 980px;
}

.of-cta {
  padding: 0 0 108px;
}

.of-cta .of-shell {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.of-cta-card {
  min-height: 420px;
  padding: 72px;
  background: url("353.jpg") center/cover no-repeat;
  display: grid;
  align-content: center;
  justify-items: start;
  width: 100%;
}

.of-cta-card h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-transform: uppercase;
}

.of-cta-card p {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.of-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.of-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .of-hero-shell {
    grid-template-columns: 1fr;
  }

  .of-hero-media {
    min-height: 420px;
  }

  .of-support-grid,
  .of-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .of-support-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .of-feature:nth-child(3),
  .of-feature:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .of-feature:nth-child(3) {
    border-left: 0;
  }

  .of-service-card {
    flex-basis: 12cm;
    width: 12cm;
    max-width: 12cm;
    min-width: 12cm;
  }

  .of-industry-card {
    flex-basis: min(8cm, calc((100vw - 40px - 24px) / 2.15));
    max-width: min(8cm, calc((100vw - 40px - 24px) / 2.15));
    min-width: min(8cm, calc((100vw - 40px - 24px) / 2.15));
  }

  .of-industries-head,
  .of-faq-head,
  .of-headline-block--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .of-prep-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .of-prep-panel-copy {
    order: 2;
    padding: 40px 32px;
  }

  .of-prep-panel-media {
    order: 1;
    min-height: 360px;
  }
}

@media (max-width: 820px) {
  .site-footer {
    margin-top: 40px;
  }

  .site-footer__main {
    padding: 48px 0 40px;
  }

  .site-footer__shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer__main .site-footer__shell {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .site-footer__brand-name {
    font-size: 38px;
  }

  .site-footer__brand-text,
  .site-footer__col a {
    font-size: 15px;
  }

  .site-footer__legal-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .of-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .of-hero {
    min-height: auto;
  }

  .of-hero-shell {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .of-support-grid,
  .of-feature-grid,
  .of-support-grid--wide {
    grid-template-columns: 1fr;
  }

  .of-service-card {
    flex-basis: min(12cm, calc(100vw - 60px));
    width: min(12cm, calc(100vw - 60px));
    max-width: min(12cm, calc(100vw - 60px));
    min-width: min(12cm, calc(100vw - 60px));
  }

  .of-feature + .of-feature,
  .of-feature:nth-child(3),
  .of-feature:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .of-industry-card {
    flex-basis: min(8cm, calc(100vw - 60px));
    max-width: min(8cm, calc(100vw - 60px));
    min-width: min(8cm, calc(100vw - 60px));
  }

  .of-section-nav-shell {
    gap: 18px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .of-prep-tabs {
    margin-top: 36px;
  }

  .of-prep-tablist {
    gap: 22px;
    padding-top: 12px;
  }

  .of-prep-tab {
    font-size: 15px;
    padding-bottom: 12px;
  }

  .of-prep-panel-copy {
    padding: 28px 22px 30px;
  }

  .of-prep-panel-copy h3 {
    font-size: 34px;
  }

  .of-prep-panel-copy p {
    font-size: 16px;
  }

  .of-prep-panel-media {
    min-height: 280px;
  }

  .of-faq-toggle {
    font-size: 24px;
  }

  .of-cta-card {
    min-height: 320px;
    padding: 44px 24px;
  }

  .agf-grid {
    grid-template-columns: 1fr;
  }

  .agf-assortment-head {
    margin-bottom: 36px;
  }

  .agf-catalog-block + .agf-catalog-block {
    margin-top: 56px;
  }

  .agf-catalog-copy {
    margin-bottom: 22px;
  }

  .agf-catalog-copy h3 {
    font-size: 26px;
  }

  .agf-catalog-desc p {
    font-size: 17px;
  }

  .agf-why {
    margin-top: 64px;
    padding: 72px 24px;
  }

  .agf-why-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 36px;
  }

  .agf-why-lead {
    font-size: 17px;
  }

  .agf-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .agf-card h3 {
    font-size: 24px;
  }

  .agf-list li,
  .agf-closing {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .site-footer__shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .site-footer__brand-name {
    font-size: 34px;
  }
}

/* Mobile device hardening for iOS / Android */
img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

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

body {
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

@media (max-width: 820px) {
  .site-header,
  .home-ref-page .site-header,
  .about-page-modern .site-header,
  .ff-page .site-header {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-top: max(0px, env(safe-area-inset-top, 0px));
  }

  .menu-panel {
    padding-top: calc(88px + env(safe-area-inset-top, 0px));
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  .home-main > .decor-hero,
  .home-map-section,
  .home-enquire,
  .about-full-bleed-photo,
  .supplier-black {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .decor-hero,
  .contact-hero,
  .ff-hero,
  .home-hero-ref,
  .about-hero-modern {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .decor-hero-content,
  .contact-hero-shell,
  .ff-hero-shell,
  .home-hero-ref-content,
  .about-hero-modern__content {
    padding-bottom: max(28px, env(safe-area-inset-bottom, 0px));
  }

  .wh-service-card,
  .ff-industry-card,
  .af-services-slider .ff-industry-card,
  .rf-services-slider .ff-industry-card,
  .af-industries-slider .ff-industry-card,
  .rf-industries-slider .ff-industry-card,
  .rl-services-slider .ff-industry-card,
  .rl-industries-slider .ff-industry-card,
  .of-industry-card {
    flex-basis: min(100%, calc(100vw - 32px));
    width: min(100%, calc(100vw - 32px));
    max-width: min(100%, calc(100vw - 32px));
    min-width: min(100%, calc(100vw - 32px));
  }

  .ff-slider-track,
  .ff-industries-track,
  .wh-services-track,
  .of-industry-track,
  .rf-services-track,
  .rf-industries-track,
  .rl-services-track,
  .rl-industries-track,
  .af-services-track,
  .af-industries-track {
    padding-bottom: 4px;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .home-main > .decor-hero,
  .home-map-section,
  .home-enquire,
  .about-full-bleed-photo,
  .supplier-black {
    border-radius: 0;
  }

  .decor-hero,
  .contact-hero,
  .ff-hero,
  .home-hero-ref,
  .about-hero-modern {
    min-height: auto;
  }

  .decor-hero-content,
  .contact-hero-shell,
  .ff-hero-shell,
  .home-hero-ref-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wh-service-card,
  .ff-industry-card,
  .af-services-slider .ff-industry-card,
  .rf-services-slider .ff-industry-card,
  .af-industries-slider .ff-industry-card,
  .rf-industries-slider .ff-industry-card,
  .rl-services-slider .ff-industry-card,
  .rl-industries-slider .ff-industry-card,
  .of-industry-card {
    flex-basis: min(100%, calc(100vw - 24px));
    width: min(100%, calc(100vw - 24px));
    max-width: min(100%, calc(100vw - 24px));
    min-width: min(100%, calc(100vw - 24px));
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top, 0px));
    right: calc(12px + env(safe-area-inset-right, 0px));
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(18, 26, 40, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 40px rgba(6, 10, 18, 0.28);
    font-size: 28px;
  }

  .menu-overlay {
    background:
      linear-gradient(180deg, rgba(12, 18, 28, 0.28) 0%, rgba(12, 18, 28, 0.52) 100%);
    backdrop-filter: blur(4px);
  }

  .menu-panel {
    inset: 0;
    width: 100vw;
    height: 100dvh;
    height: 100svh;
    padding:
      calc(14px + env(safe-area-inset-top, 0px))
      calc(18px + env(safe-area-inset-right, 0px))
      calc(30px + env(safe-area-inset-bottom, 0px))
      calc(18px + env(safe-area-inset-left, 0px));
    gap: 26px;
    background:
      linear-gradient(180deg, rgba(71, 78, 91, 0.96) 0%, rgba(58, 65, 77, 0.97) 46%, rgba(22, 24, 34, 0.98) 100%);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .menu-panel-head {
    gap: 16px;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu-panel-head h3 {
    display: none;
  }

  .menu-panel-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
    color: #ffffff;
  }

  .menu-panel-brand img {
    width: 128px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
    flex: 0 0 auto;
  }

  .menu-panel-brand span {
    display: none;
  }

  .menu-close {
    width: 44px;
    height: 44px;
    margin-left: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    font-size: 34px;
    font-weight: 300;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-grid::before {
    display: none;
  }

  .menu-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 2px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.96);
  }

  .menu-grid a::after {
    content: "›";
    font-size: 26px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    transform: translateY(-1px);
  }

  .menu-grid a.active,
  .menu-grid a:hover {
    opacity: 1;
    transform: none;
  }

  .menu-grid a.active::after,
  .menu-grid a:hover::after {
    color: #ffffff;
  }

  .menu-lang-row {
    grid-column: auto;
    margin-top: 20px;
  }

  .menu-lang-row .lang-dropdown {
    width: 100%;
  }

  .menu-lang-row .lang-dropdown-toggle {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 14px;
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
  }

  .menu-lang-row .lang-dropdown-menu {
    width: 100%;
    min-width: 100%;
    border-radius: 16px;
    background: rgba(23, 28, 39, 0.98);
  }

  .nav-tools {
    padding-right: calc(52px + 18px);
  }
}

@media (max-width: 560px) {
  .menu-toggle {
    width: 48px;
    height: 48px;
    right: calc(10px + env(safe-area-inset-right, 0px));
    font-size: 26px;
  }

  .menu-panel {
    padding-left: calc(14px + env(safe-area-inset-left, 0px));
    padding-right: calc(14px + env(safe-area-inset-right, 0px));
  }

  .menu-panel-brand img {
    width: 118px;
    height: 38px;
  }

  .menu-grid a {
    min-height: 60px;
    font-size: 21px;
  }

  .menu-close {
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .nav-tools {
    padding-right: calc(48px + 14px);
  }
}

/* Visual mobile polish for priority pages */
@media (max-width: 820px) {
  .home-hero-ref {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .home-hero-ref-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 26px;
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .home-hero-ref-copy {
    max-width: 560px;
  }

  .home-hero-ref-content h1 {
    max-width: 10ch;
    text-wrap: balance;
  }

  .home-hero-ref-subtitle {
    max-width: 34ch;
  }

  .home-hero-ref-actions {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .home-solutions-grid {
    gap: 18px;
  }

  .home-solution-card {
    border-radius: 18px;
    padding-bottom: 24px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
  }

  .home-solution-card-media {
    aspect-ratio: 16 / 11;
  }

  .home-solution-card-body {
    padding: 0 22px;
  }

  .home-network-region {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .home-network-contact {
    gap: 16px;
  }

  .home-commitment-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-company-hero,
  .about-company-hero-content {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .about-company-hero-content {
    align-items: flex-end;
  }

  .about-company-hero-copy {
    max-width: 560px;
  }

  .about-editorial-main {
    padding-top: 72px;
  }

  .about-corporate-section {
    padding-bottom: 84px;
  }

  .about-why-katran {
    margin-top: 40px;
    border-radius: 22px;
    overflow: hidden;
  }

  .about-corporate-grid {
    gap: 0;
  }

  .about-approach-section {
    background-position: center center;
  }

  .contact-hero {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: flex-end;
  }

  .contact-hero-shell {
    max-width: 560px;
    padding-bottom: 56px;
  }

  .contact-enquiry {
    padding-top: 54px;
  }

  .contact-enquiry-shell {
    padding: 0 6px;
  }

  .contact-enquiry-layout {
    gap: 26px;
  }

  .contact-interest-form {
    padding: 28px 24px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  }

  .ff-hero-shell,
  .rb-intro-shell {
    gap: 26px;
  }

  .ff-hero-media,
  .rb-intro-media {
    order: -1;
    min-height: 300px;
    border-radius: 22px;
  }

  .ff-hero-copy,
  .rb-intro-copy {
    max-width: 100%;
  }

  .ff-hero-copy h1,
  .rb-intro-copy .ff-mega-title {
    max-width: 12ch;
    text-wrap: balance;
  }

  .ff-breadcrumbs {
    margin-bottom: 18px;
    gap: 8px;
  }

  .ff-section-nav-shell {
    padding-bottom: 2px;
    scroll-padding-left: 20px;
  }

  .ff-section-nav a {
    white-space: nowrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ff-overview,
  .ff-services,
  .ff-why,
  .ff-industries,
  .ff-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ff-card,
  .rb-capability-card {
    border-radius: 20px;
  }

  .ff-cta-card,
  .rb-cta-card {
    border-radius: 24px;
  }

  .rb-capability-grid {
    gap: 18px;
  }

  .rb-why-head {
    margin-bottom: 28px;
  }

  .rb-why-card {
    padding: 26px 22px 0;
  }
}

@media (max-width: 560px) {
  .home-hero-ref-content {
    padding-top: 108px;
    padding-bottom: 24px;
    gap: 20px;
  }

  .home-hero-ref-copy {
    max-width: 100%;
  }

  .home-hero-ref-content h1 {
    max-width: 9ch;
    font-size: clamp(34px, 10vw, 42px);
    margin-bottom: 16px;
  }

  .home-hero-ref-subtitle {
    max-width: 100%;
    line-height: 1.55;
  }

  .home-hero-ref-divider {
    margin-top: 2px;
  }

  .home-solutions-ref {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .home-solutions-head {
    margin-bottom: 28px;
  }

  .home-solutions-head h2 {
    font-size: 34px;
  }

  .home-solution-card {
    border-radius: 16px;
    padding-bottom: 22px;
  }

  .home-solution-card-body {
    padding: 0 18px;
  }

  .home-solution-card-body h3 {
    font-size: 21px;
    line-height: 1.18;
  }

  .home-impact-shell,
  .home-network-shell,
  .home-overview-shell,
  .home-overview-metrics-shell,
  .home-commitment-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-company-hero-content {
    padding-top: 118px;
    padding-bottom: 36px;
  }

  .about-company-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(32px, 10vw, 40px);
  }

  .about-company-hero-subtitle {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.62;
  }

  .about-editorial-main {
    width: min(100%, calc(100% - 24px));
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .about-corporate-grid {
    grid-template-columns: 1fr;
  }

  .about-why-katran {
    margin-top: 30px;
    padding: 18px 18px 2px;
    border-radius: 18px;
  }

  .about-approach-section {
    padding: 54px 18px;
  }

  .about-editorial-intro h2,
  .about-editorial-intro--compact h2 {
    font-size: 30px;
    line-height: 1.04;
  }

  .about-editorial-copy p,
  .about-editorial-list li {
    font-size: 16px;
    line-height: 1.62;
  }

  .contact-hero-shell {
    padding-top: 118px;
    padding-bottom: 36px;
  }

  .contact-hero-shell h1 {
    max-width: 10ch;
    font-size: clamp(32px, 10vw, 40px);
  }

  .contact-enquiry {
    padding-top: 42px;
  }

  .contact-interest-form {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ff-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-hero-shell,
  .rb-intro-shell {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ff-hero-media,
  .rb-intro-media {
    min-height: 240px;
    border-radius: 18px;
  }

  .ff-hero-copy h1,
  .rb-intro-copy .ff-mega-title {
    max-width: 10ch;
    font-size: clamp(32px, 10vw, 40px);
    line-height: 0.98;
  }

  .ff-hero-text,
  .rb-intro-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .ff-btn,
  .about-company-hero-cta {
    width: 100%;
    min-width: 0;
  }

  .ff-overview,
  .ff-services,
  .ff-why,
  .ff-industries,
  .ff-faq,
  .rb-capabilities,
  .rb-why,
  .rb-closing,
  .rb-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .ff-card,
  .rb-capability-card,
  .rb-why-card,
  .ff-cta-card,
  .rb-cta-card {
    border-radius: 18px;
  }

  .ff-card-body {
    padding: 20px 18px;
  }

  .ff-card-body h3,
  .rb-capability-card h3,
  .rb-why-card h3 {
    font-size: 21px;
  }

  .ff-card-body p,
  .rb-capability-card p,
  .rb-why-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ff-cta-card,
  .rb-cta-card {
    min-height: 280px;
    padding: 32px 18px;
  }

  .ff-cta-card h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .ff-cta-card p {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .home-ref-page .nav-wrap--home,
  .ff-page .nav-wrap--home,
  .about-page-modern .nav-wrap--about {
    min-height: 68px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-large img {
    width: 86px;
    max-width: 86px;
    height: 50px;
  }

  .menu-toggle {
    top: calc(8px + env(safe-area-inset-top, 0px));
    right: calc(8px + env(safe-area-inset-right, 0px));
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 24px;
  }

  .menu-panel {
    padding-top: calc(12px + env(safe-area-inset-top, 0px));
    padding-left: calc(12px + env(safe-area-inset-left, 0px));
    padding-right: calc(12px + env(safe-area-inset-right, 0px));
    padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  }

  .menu-panel-brand img {
    width: 108px;
    height: 34px;
  }

  .menu-grid a {
    min-height: 56px;
    font-size: 19px;
  }

  .menu-lang-row .lang-dropdown-toggle {
    min-height: 48px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-tools,
  .home-ref-page .nav-wrap--home .nav-tools,
  .ff-page .nav-wrap--home .nav-tools {
    padding-right: calc(44px + 10px);
  }

  .home-hero-ref-content,
  .about-company-hero-content,
  .contact-hero-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-hero-ref-content h1,
  .about-company-hero-copy h1,
  .contact-hero-shell h1,
  .ff-hero-copy h1,
  .rb-intro-copy .ff-mega-title,
  .ff-cta-card h2 {
    letter-spacing: -0.03em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .home-hero-ref-content h1 {
    font-size: 31px;
  }

  .about-company-hero-copy h1,
  .contact-hero-shell h1,
  .ff-hero-copy h1,
  .rb-intro-copy .ff-mega-title {
    font-size: 30px;
  }

  .home-hero-ref-subtitle,
  .about-company-hero-subtitle,
  .contact-hero-shell p,
  .ff-hero-text,
  .rb-intro-text,
  .rb-intro-text--support {
    font-size: 15px;
    line-height: 1.56;
  }

  .home-solutions-shell,
  .home-impact-shell,
  .home-network-shell,
  .home-overview-shell,
  .home-overview-metrics-shell,
  .home-commitment-content,
  .ff-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-solutions-head h2,
  .home-overview-title,
  .home-network-title,
  .home-impact-title,
  .about-editorial-intro h2,
  .about-editorial-intro--compact h2 {
    font-size: 28px;
    line-height: 1.02;
  }

  .home-solutions-desc,
  .home-solution-card-desc,
  .home-overview-copy,
  .home-network-copy,
  .home-impact-copy,
  .about-editorial-copy p,
  .about-editorial-list li,
  .ff-card-body p,
  .rb-capability-card p,
  .rb-why-card p {
    font-size: 15px;
    line-height: 1.58;
  }

  .home-solution-card-body,
  .ff-card-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-solution-card-body h3,
  .ff-card-body h3,
  .rb-capability-card h3,
  .rb-why-card h3 {
    font-size: 19px;
    line-height: 1.16;
  }

  .ff-section-nav {
    top: 0;
  }

  .ff-section-nav-shell {
    gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
    scroll-padding-left: 14px;
    scroll-padding-right: 14px;
  }

  .ff-section-nav a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .contact-interest-form {
    padding: 18px 14px;
  }

  .contact-interest-grid {
    gap: 16px;
    margin-bottom: 16px;
  }

  .contact-interest-field input,
  .contact-interest-field textarea,
  .contact-interest-field select {
    min-height: 50px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .contact-interest-submit,
  .home-hero-ref-btn,
  .home-commitment-btn,
  .about-company-hero-cta,
  .ff-btn {
    min-height: 52px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .about-why-katran,
  .ff-card,
  .rb-capability-card,
  .rb-why-card,
  .ff-cta-card,
  .rb-cta-card,
  .contact-interest-form,
  .ff-hero-media,
  .rb-intro-media {
    border-radius: 16px;
  }

  .ff-cta-card,
  .rb-cta-card {
    min-height: 250px;
    padding: 28px 16px;
  }
}

/* Robotics mobile fixes */
@media (max-width: 820px) {
  .rb-page .rb-intro-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rb-page .rb-intro-media {
    width: 100%;
    min-height: 280px;
    order: -1;
  }

  .rb-page .rb-intro-copy .ff-mega-title,
  .rb-page .rb-section-title,
  .rb-page .rb-why .ff-mega-title {
    max-width: none;
    text-wrap: balance;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .rb-page .rb-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rb-page .rb-capability-card,
  .rb-page .rb-why-card {
    min-width: 0;
  }

  .rb-page .rb-capability-card h3,
  .rb-page .rb-capability-card p,
  .rb-page .rb-why-card h3,
  .rb-page .rb-why-card p {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
}

@media (max-width: 560px) {
  .rb-page .rb-intro,
  .rb-page .rb-capabilities,
  .rb-page .rb-why,
  .rb-page .rb-closing,
  .rb-page .rb-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rb-page .rb-intro-shell {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .rb-page .rb-intro-media {
    min-height: 220px;
    border-radius: 16px;
  }

  .rb-page .rb-intro-copy .ff-mega-title {
    max-width: none;
    font-size: clamp(28px, 8.6vw, 36px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .rb-page .rb-intro-text,
  .rb-page .rb-intro-text--support {
    max-width: none;
    font-size: 16px;
    line-height: 1.58;
    word-break: normal;
    overflow-wrap: normal;
  }

  .rb-page .rb-headline-block {
    max-width: 100%;
    text-align: left;
  }

  .rb-page .rb-section-title {
    max-width: none;
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .rb-page .rb-capability-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .rb-page .rb-capability-card {
    padding: 20px 18px 22px;
    border-radius: 16px;
  }

  .rb-page .rb-capability-index {
    margin-bottom: 14px;
  }

  .rb-page .rb-capability-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: normal;
  }

  .rb-page .rb-capability-card p {
    font-size: 15px;
    line-height: 1.55;
    word-break: normal;
    overflow-wrap: normal;
  }

  .rb-page .rb-why-head {
    margin-bottom: 22px;
  }

  .rb-page .rb-why .ff-mega-title {
    max-width: none;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }
}

@media (max-width: 390px) {
  .rb-page .rb-intro-copy .ff-mega-title,
  .rb-page .rb-section-title,
  .rb-page .rb-why .ff-mega-title {
    max-width: none;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.025em;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .rb-page .rb-capability-card h3 {
    font-size: 22px;
  }

  .rb-page .rb-capability-card p,
  .rb-page .rb-why-card p {
    font-size: 14px;
    line-height: 1.52;
  }
}
