:root {
  --fv4-forest-950: #0d2a21;
  --fv4-forest-900: #12382b;
  --fv4-forest-800: #1b4d3a;
  --fv4-forest-700: #2c654f;
  --fv4-matcha-600: #748c69;
  --fv4-matcha-500: #8ea37f;
  --fv4-matcha-300: #c4d0b9;
  --fv4-matcha-150: #e8eee3;
  --fv4-cream-100: #f8f6ef;
  --fv4-cream-50: #fcfbf7;
  --fv4-stone-300: #dcded6;
  --fv4-stone-200: #e8e9e3;
  --fv4-stone-100: #f1f2ed;
  --fv4-ink: #15211b;
  --fv4-muted: #66726a;
  --fv4-white: #ffffff;
  --fv4-gold: #b79a61;
  --fv4-shadow-sm: 0 12px 30px rgba(13, 42, 33, .08);
  --fv4-shadow-md: 0 24px 60px rgba(13, 42, 33, .12);
  --fv4-shadow-lg: 0 34px 90px rgba(13, 42, 33, .18);
  --fv4-radius-xl: 34px;
  --fv4-radius-lg: 24px;
  --fv4-radius-md: 16px;
  --fv4-shell: 1260px;
}

html { scroll-behavior: smooth; }
body.fv4-home {
  margin: 0;
  background: var(--fv4-cream-50);
  color: var(--fv4-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body.fv4-home {
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}
body.fv4-home *, body.fv4-home *::before, body.fv4-home *::after { box-sizing: border-box; }
body.fv4-home img { display: block; max-width: 100%; height: auto; }
body.fv4-home a { color: inherit; text-decoration: none; }
body.fv4-home button, body.fv4-home input, body.fv4-home textarea, body.fv4-home select { font: inherit; }
body.fv4-home h1, body.fv4-home h2, body.fv4-home h3, body.fv4-home p, body.fv4-home blockquote { margin-top: 0; }
body.fv4-home svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
body.fv4-home .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body.fv4-home #trp_ald_modal_container,
body.fv4-home .trp-language-switcher-container,
body.fv4-home .trp_language_switcher_shortcode,
body.fv4-home .trp-ls-shortcode-current-language,
body.fv4-home .trp-ls-shortcode-language { display: none !important; }

.fv4-shell { width: min(calc(100% - 48px), var(--fv4-shell)); margin-inline: auto; }
.fv4-main { overflow: hidden; }
.fv4-skip { position: fixed; inset-inline-start: 18px; top: -90px; z-index: 100000; padding: 12px 18px; color: #fff; background: var(--fv4-forest-900); border-radius: 10px; }
.fv4-skip:focus { top: 18px; }
.fv4-staging-ribbon { position: fixed; z-index: 99999; inset-inline: 0; bottom: 0; background: #9b2e2e; color: #fff; text-align: center; font-size: 12px; font-weight: 700; padding: 8px 15px; }

.fv4-header { position: relative; z-index: 1000; background: rgba(252, 251, 247, .98); border-bottom: 1px solid rgba(13, 42, 33, .08); }
.fv4-header.is-scrolled { position: sticky; top: 0; box-shadow: var(--fv4-shadow-sm); backdrop-filter: blur(14px); }
.fv4-topbar { background: var(--fv4-forest-950); color: rgba(255,255,255,.82); }
.fv4-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.fv4-topbar__contacts { display: flex; gap: 22px; align-items: center; }
.fv4-topbar a { display: inline-flex; align-items: center; gap: 7px; color: #fff; }
.fv4-topbar svg { width: 15px; height: 15px; }
.fv4-topbar__message { opacity: .9; }
.fv4-header__main { min-height: 86px; display: grid; grid-template-columns: 180px minmax(0,1fr) auto; gap: 28px; align-items: center; }
.fv4-brand { display: inline-flex; align-items: center; width: 165px; height: 58px; overflow: hidden; }
.fv4-brand img { max-width: 100%; max-height: 54px; object-fit: contain; }
.fv4-nav, .fv4-mobile-nav { list-style: none; margin: 0; padding: 0; }
.fv4-nav { display: flex; justify-content: center; gap: clamp(16px, 1.8vw, 30px); align-items: center; }
.fv4-nav a { position: relative; display: block; padding: 13px 0; color: #2e4037; font-size: 13px; font-weight: 700; white-space: nowrap; }
.fv4-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; background: var(--fv4-matcha-500); transform: scaleX(0); transition: transform .2s ease; }
.fv4-nav a:hover::after, .fv4-nav a:focus-visible::after { transform: scaleX(1); }
.fv4-header__actions { display: flex; align-items: center; gap: 9px; }
.fv4-language, .fv4-header-track { height: 44px; min-width: 44px; padding: 0 12px; border: 1px solid var(--fv4-stone-300); background: #fff; color: var(--fv4-forest-900); border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; font-weight: 800; cursor: pointer; }
.fv4-header-track svg { width: 18px; height: 18px; }
.fv4-language:hover, .fv4-header-track:hover { border-color: var(--fv4-matcha-500); background: var(--fv4-matcha-150); }
.fv4-menu-toggle { display: none; width: 44px; height: 44px; border: 0; padding: 11px; border-radius: 12px; background: var(--fv4-forest-900); cursor: pointer; }
.fv4-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 9px; }
.fv4-mobile-panel { background: var(--fv4-cream-50); border-top: 1px solid var(--fv4-stone-200); padding: 18px 24px 26px; box-shadow: var(--fv4-shadow-md); }
.fv4-mobile-nav li + li { border-top: 1px solid var(--fv4-stone-200); }
.fv4-mobile-nav a { display: block; padding: 14px 0; font-size: 14px; font-weight: 700; }
.fv4-mobile-panel__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }

.fv4-btn { min-height: 52px; border: 1px solid transparent; border-radius: 13px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fv4-btn:hover { transform: translateY(-2px); }
.fv4-btn--compact { min-height: 44px; padding: 10px 17px; }
.fv4-btn--dark { color: #fff !important; background: var(--fv4-forest-900); box-shadow: 0 14px 28px rgba(13,42,33,.16); }
.fv4-btn--dark:hover { background: var(--fv4-forest-800); box-shadow: 0 18px 34px rgba(13,42,33,.22); }
.fv4-btn--light { color: var(--fv4-forest-900); background: rgba(255,255,255,.72); border-color: rgba(13,42,33,.16); }
.fv4-btn--light:hover { background: #fff; border-color: var(--fv4-matcha-500); }
.fv4-btn--cream { color: var(--fv4-forest-950); background: var(--fv4-cream-100); }
.fv4-btn--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); }
.fv4-btn--outline { color: var(--fv4-forest-900); background: #fff; border-color: var(--fv4-stone-300); }

.fv4-hero { position: relative; padding: 92px 0 110px; background:
  radial-gradient(circle at 8% 16%, rgba(142,163,127,.22), transparent 27%),
  radial-gradient(circle at 92% 2%, rgba(183,154,97,.11), transparent 24%),
  linear-gradient(145deg, var(--fv4-cream-50), #f2f1e8);
}
.fv4-hero::before { content: ""; position: absolute; width: 540px; height: 540px; top: -290px; inset-inline-start: -250px; border: 1px solid rgba(116,140,105,.18); border-radius: 50%; box-shadow: 0 0 0 72px rgba(116,140,105,.035), 0 0 0 144px rgba(116,140,105,.02); }
.fv4-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,.96fr) minmax(500px,1.04fr); gap: clamp(50px,7vw,100px); align-items: center; }
.fv4-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--fv4-forest-700); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 18px; }
html[dir="rtl"] .fv4-kicker { letter-spacing: 0; font-size: 13px; }
.fv4-kicker > span { width: 28px; height: 1px; background: var(--fv4-gold); }
.fv4-kicker--light { color: var(--fv4-matcha-300); }
.fv4-hero__copy h1 { max-width: 720px; margin-bottom: 25px; color: var(--fv4-forest-950); font-size: clamp(48px,5.3vw,78px); line-height: 1.04; letter-spacing: -.045em; font-weight: 800; }
html[dir="rtl"] .fv4-hero__copy h1 { font-size: clamp(43px,4.7vw,68px); line-height: 1.35; letter-spacing: -.02em; font-weight: 700; }
.fv4-hero__copy > p { max-width: 680px; color: #58665e; font-size: clamp(16px,1.35vw,19px); line-height: 1.9; margin-bottom: 31px; }
.fv4-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 42px; }
.fv4-hero__trust { max-width: 620px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(13,42,33,.15); padding-top: 22px; }
.fv4-hero__trust > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 12px; padding-inline-end: 22px; }
.fv4-hero__trust > div + div { border-inline-start: 1px solid rgba(13,42,33,.13); padding-inline-start: 22px; }
.fv4-hero__trust strong { grid-row: span 2; color: var(--fv4-forest-900); font-size: 29px; line-height: 1; }
.fv4-hero__trust span { color: var(--fv4-muted); font-size: 11px; line-height: 1.45; font-weight: 700; }
.fv4-hero__visual { position: relative; min-height: 600px; }
.fv4-hero__figure { position: absolute; inset: 0 36px 0 0; margin: 0; overflow: hidden; border-radius: 44px 44px 130px 44px; background: var(--fv4-forest-900); box-shadow: var(--fv4-shadow-lg); }
html[dir="rtl"] .fv4-hero__figure { inset: 0 0 0 36px; border-radius: 44px 44px 44px 130px; }
.fv4-hero__figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,42,33,.02), rgba(13,42,33,.42)); }
.fv4-hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.fv4-hero__figure figcaption { position: absolute; z-index: 2; inset-inline-start: 24px; bottom: 24px; max-width: calc(100% - 48px); padding: 12px 16px; display: flex; gap: 10px; align-items: center; color: var(--fv4-forest-950); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.6); backdrop-filter: blur(12px); border-radius: 13px; font-size: 11px; font-weight: 700; }
.fv4-pulse { width: 9px; height: 9px; border-radius: 50%; background: #5a905f; box-shadow: 0 0 0 6px rgba(90,144,95,.16); }
.fv4-hero__badge { position: absolute; z-index: 4; max-width: 250px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; color: var(--fv4-forest-950); background: rgba(255,255,255,.94); border: 1px solid rgba(13,42,33,.08); border-radius: 17px; box-shadow: var(--fv4-shadow-md); backdrop-filter: blur(12px); }
.fv4-hero__badge > svg { width: 27px; height: 27px; color: var(--fv4-matcha-600); }
.fv4-hero__badge strong { display: block; font-size: 12px; margin-bottom: 2px; }
.fv4-hero__badge span { display: block; color: var(--fv4-muted); font-size: 10px; }
.fv4-hero__badge--top { top: 54px; inset-inline-start: -20px; }
.fv4-hero__badge--bottom { bottom: 58px; inset-inline-end: -15px; }

.fv4-quick { position: relative; z-index: 8; margin-top: -44px; }
.fv4-quick__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; border-radius: 22px; overflow: hidden; box-shadow: var(--fv4-shadow-md); background: #fff; border: 1px solid rgba(13,42,33,.08); }
.fv4-quick__item { min-height: 180px; position: relative; padding: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: start; text-align: start; border: 0; border-inline-end: 1px solid var(--fv4-stone-200); background: #fff; color: var(--fv4-ink); cursor: pointer; }
.fv4-quick__item:last-child { border-inline-end: 0; }
.fv4-quick__item:hover { background: var(--fv4-cream-100); }
.fv4-quick__item--tracking { grid-template-columns: auto 1fr; background: var(--fv4-forest-900); color: #fff; }
.fv4-quick__item--tracking:hover { background: var(--fv4-forest-900); }
.fv4-quick__icon { width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--fv4-matcha-150); color: var(--fv4-forest-900); }
.fv4-quick__item--tracking .fv4-quick__icon { background: rgba(255,255,255,.12); color: var(--fv4-matcha-300); }
.fv4-quick__icon svg { width: 24px; height: 24px; }
.fv4-quick__copy > span { display: block; color: var(--fv4-matcha-600); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
html[dir="rtl"] .fv4-quick__copy > span { letter-spacing: 0; }
.fv4-quick__item--tracking .fv4-quick__copy > span { color: var(--fv4-matcha-300); }
.fv4-quick__copy h2 { margin-bottom: 6px; color: inherit; font-size: 19px; line-height: 1.35; }
.fv4-quick__copy p { margin-bottom: 0; color: var(--fv4-muted); font-size: 11px; line-height: 1.7; }
.fv4-quick__item--tracking .fv4-quick__copy p { color: rgba(255,255,255,.67); }
.fv4-quick__item > svg { margin-top: 8px; color: var(--fv4-matcha-600); }
.fv4-track-form { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 4px; }
.fv4-track-form input { min-width: 0; height: 45px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; outline: none; color: #fff; background: rgba(255,255,255,.08); font-size: 11px; }
.fv4-track-form input::placeholder { color: rgba(255,255,255,.55); }
.fv4-track-form input:focus { border-color: var(--fv4-matcha-300); }
.fv4-track-form button { height: 45px; padding: 0 15px; border: 0; border-radius: 11px; display: inline-flex; align-items: center; gap: 7px; color: var(--fv4-forest-950); background: var(--fv4-matcha-300); font-size: 11px; font-weight: 800; cursor: pointer; }
.fv4-track-message { grid-column: 1 / -1; min-height: 15px; color: #d7dfd2; font-size: 9px; }

.fv4-section { padding: 118px 0; }
.fv4-about { background: var(--fv4-cream-50); }
.fv4-about__grid { display: grid; grid-template-columns: minmax(480px,1fr) minmax(0,.92fr); gap: clamp(55px,7vw,100px); align-items: center; }
.fv4-about__media { position: relative; min-height: 600px; }
.fv4-about__main-image { position: absolute; inset: 0 95px 50px 0; width: calc(100% - 95px); height: calc(100% - 50px); object-fit: cover; border-radius: 30px 30px 110px 30px; box-shadow: var(--fv4-shadow-md); }
html[dir="rtl"] .fv4-about__main-image { inset: 0 0 50px 95px; border-radius: 30px 30px 30px 110px; }
.fv4-about__small-image { position: absolute; inset-inline-end: 0; bottom: 0; width: 230px; height: 230px; padding: 10px; background: #fff; border-radius: 28px; box-shadow: var(--fv4-shadow-md); }
.fv4-about__small-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 21px; }
.fv4-about__experience { position: absolute; top: 46px; inset-inline-start: -24px; width: 168px; padding: 20px; color: #fff; background: var(--fv4-forest-900); border-radius: 18px; box-shadow: var(--fv4-shadow-md); }
.fv4-about__experience strong { display: block; font-size: 36px; line-height: 1; margin-bottom: 8px; }
.fv4-about__experience span { display: block; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.fv4-about__copy h2, .fv4-section-heading h2, .fv4-routes h2, .fv4-cta h2 { color: var(--fv4-forest-950); font-size: clamp(36px,4vw,57px); line-height: 1.18; letter-spacing: -.035em; font-weight: 800; margin-bottom: 24px; }
html[dir="rtl"] .fv4-about__copy h2, html[dir="rtl"] .fv4-section-heading h2, html[dir="rtl"] .fv4-routes h2, html[dir="rtl"] .fv4-cta h2 { line-height: 1.5; letter-spacing: -.02em; font-weight: 700; }
.fv4-about__copy > p { color: var(--fv4-muted); font-size: 15px; line-height: 2; margin-bottom: 26px; }
.fv4-check-list { list-style: none; padding: 0; margin: 0 0 28px; }
.fv4-check-list li { display: flex; gap: 11px; align-items: flex-start; padding: 10px 0; color: #34473d; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--fv4-stone-200); }
.fv4-check-list svg { margin-top: 4px; color: var(--fv4-matcha-600); }
.fv4-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--fv4-forest-900); font-size: 12px; font-weight: 800; }
.fv4-text-link:hover { color: var(--fv4-matcha-600); }

.fv4-services { background: #fff; }
.fv4-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.48fr); gap: 60px; align-items: end; margin-bottom: 55px; }
.fv4-section-heading h2 { margin-bottom: 0; max-width: 760px; }
.fv4-section-heading > p { margin: 0; color: var(--fv4-muted); font-size: 13px; line-height: 1.9; }
.fv4-section-heading--center { grid-template-columns: 1fr; max-width: 860px; margin-inline: auto; text-align: center; }
.fv4-section-heading--center .fv4-kicker { justify-content: center; }
.fv4-section-heading--center h2 { margin-inline: auto; }
.fv4-section-heading--center > p { max-width: 650px; margin-inline: auto; }
.fv4-services__grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.fv4-service-card { grid-column: span 2; overflow: hidden; min-height: 470px; display: flex; flex-direction: column; background: var(--fv4-cream-50); border: 1px solid var(--fv4-stone-200); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.fv4-service-card:nth-child(4), .fv4-service-card:nth-child(5) { grid-column: span 3; }
.fv4-service-card:hover { transform: translateY(-7px); border-color: var(--fv4-matcha-300); box-shadow: var(--fv4-shadow-md); }
.fv4-service-card__image { height: 225px; overflow: hidden; background: var(--fv4-forest-900); }
.fv4-service-card:nth-child(4) .fv4-service-card__image, .fv4-service-card:nth-child(5) .fv4-service-card__image { height: 250px; }
.fv4-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fv4-service-card:hover .fv4-service-card__image img { transform: scale(1.04); }
.fv4-service-card__body { position: relative; flex: 1; padding: 28px; }
.fv4-service-card__icon { position: absolute; top: -28px; inset-inline-end: 24px; width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; color: #fff; background: var(--fv4-forest-900); box-shadow: var(--fv4-shadow-sm); }
.fv4-service-card__icon svg { width: 26px; height: 26px; }
.fv4-service-card h3 { margin-bottom: 13px; color: var(--fv4-forest-950); font-size: 21px; line-height: 1.3; }
.fv4-service-card p { color: var(--fv4-muted); font-size: 12px; line-height: 1.9; margin-bottom: 22px; }
.fv4-service-card__body > a { display: inline-flex; align-items: center; gap: 7px; color: var(--fv4-forest-900); font-size: 11px; font-weight: 800; }

.fv4-impact { background: var(--fv4-matcha-150); border-block: 1px solid var(--fv4-matcha-300); }
.fv4-impact__grid { min-height: 160px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.fv4-impact__grid > div { min-height: 80px; padding: 0 34px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-inline-end: 1px solid rgba(13,42,33,.13); }
.fv4-impact__grid > div:last-child { border-inline-end: 0; }
.fv4-impact strong { color: var(--fv4-forest-950); font-size: 38px; line-height: 1; margin-bottom: 8px; }
.fv4-impact span { color: var(--fv4-muted); font-size: 11px; font-weight: 700; }

.fv4-companies { background: var(--fv4-cream-100); }
.fv4-companies__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.fv4-company-card { min-height: 360px; padding: 29px; position: relative; overflow: hidden; display: flex; flex-direction: column; color: var(--fv4-ink); background: #fff; border: 1px solid var(--fv4-stone-200); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.fv4-company-card::after { content: ""; position: absolute; width: 180px; height: 180px; inset-inline-end: -90px; bottom: -90px; border: 1px solid rgba(116,140,105,.23); border-radius: 50%; box-shadow: 0 0 0 34px rgba(116,140,105,.04); }
.fv4-company-card:hover { transform: translateY(-7px); color: #fff; background: var(--fv4-forest-900); box-shadow: var(--fv4-shadow-md); }
.fv4-company-card__number { margin-bottom: 30px; color: var(--fv4-matcha-500); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.fv4-company-card__role { margin-bottom: 7px; color: var(--fv4-matcha-600); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
html[dir="rtl"] .fv4-company-card__role { letter-spacing: 0; }
.fv4-company-card:hover .fv4-company-card__role { color: var(--fv4-matcha-300); }
.fv4-company-card h3 { color: inherit; font-size: 22px; line-height: 1.3; margin-bottom: 14px; }
.fv4-company-card p { color: var(--fv4-muted); font-size: 11px; line-height: 1.9; margin-bottom: 22px; }
.fv4-company-card:hover p { color: rgba(255,255,255,.68); }
.fv4-company-card__link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--fv4-forest-900); font-size: 11px; font-weight: 800; }
.fv4-company-card:hover .fv4-company-card__link { color: #fff; }

.fv4-routes { position: relative; padding: 118px 0; color: #fff; background: var(--fv4-forest-950); overflow: hidden; }
.fv4-routes::before { content: ""; position: absolute; width: 620px; height: 620px; inset-inline-end: -260px; top: -240px; border: 1px solid rgba(196,208,185,.13); border-radius: 50%; box-shadow: 0 0 0 74px rgba(196,208,185,.02), 0 0 0 148px rgba(196,208,185,.015); }
.fv4-routes__grid { position: relative; display: grid; grid-template-columns: minmax(0,.72fr) minmax(550px,1.28fr); gap: 80px; align-items: center; }
.fv4-routes h2 { color: #fff; }
.fv4-routes__copy > p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.95; margin-bottom: 27px; }
.fv4-routes__visual { position: relative; min-height: 460px; padding: 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: rgba(255,255,255,.04); }
.fv4-routes__visual img { width: 100%; height: 300px; object-fit: contain; opacity: .9; filter: sepia(.08) saturate(.7) brightness(1.2); }
.fv4-route-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.fv4-route-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.04); font-size: 10px; font-weight: 700; }

.fv4-why { background: #fff; }
.fv4-why__grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--fv4-stone-200); border-radius: 24px; overflow: hidden; }
.fv4-why__grid article { min-height: 280px; padding: 36px; border-inline-end: 1px solid var(--fv4-stone-200); }
.fv4-why__grid article:last-child { border-inline-end: 0; }
.fv4-why__grid article > span { width: 56px; height: 56px; margin-bottom: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; color: var(--fv4-forest-900); background: var(--fv4-matcha-150); }
.fv4-why__grid article > span svg { width: 27px; height: 27px; }
.fv4-why h3 { margin-bottom: 12px; color: var(--fv4-forest-950); font-size: 20px; }
.fv4-why p { color: var(--fv4-muted); font-size: 12px; line-height: 1.9; margin-bottom: 0; }

.fv4-founder { padding: 80px 0 0; background: linear-gradient(180deg,#fff,var(--fv4-cream-100)); }
.fv4-founder__grid { min-height: 480px; display: grid; grid-template-columns: 390px 1fr; align-items: end; gap: 90px; }
.fv4-founder__portrait { align-self: stretch; display: flex; align-items: flex-end; justify-content: center; background: var(--fv4-matcha-150); border-radius: 36px 36px 0 0; overflow: hidden; }
.fv4-founder__portrait img { max-height: 430px; object-fit: contain; }
.fv4-founder blockquote { position: relative; align-self: center; margin-bottom: 58px; max-width: 720px; }
.fv4-founder__quote { display: block; color: var(--fv4-matcha-500); font-family: Georgia, serif; font-size: 90px; line-height: .65; }
.fv4-founder blockquote p { color: var(--fv4-forest-950); font-size: clamp(23px,2.5vw,37px); line-height: 1.55; font-weight: 700; margin-bottom: 28px; }
html[dir="rtl"] .fv4-founder blockquote p { line-height: 1.85; font-weight: 600; }
.fv4-founder blockquote footer { display: flex; flex-direction: column; }
.fv4-founder blockquote strong { color: var(--fv4-forest-900); font-size: 13px; }
.fv4-founder blockquote footer span { color: var(--fv4-muted); font-size: 11px; }

.fv4-insights { background: var(--fv4-cream-50); }
.fv4-insights .fv4-section-heading { align-items: center; }
.fv4-insights .fv4-section-heading > .fv4-text-link { justify-self: end; }
.fv4-insights__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fv4-post-card { overflow: hidden; background: #fff; border: 1px solid var(--fv4-stone-200); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.fv4-post-card:hover { transform: translateY(-6px); box-shadow: var(--fv4-shadow-md); }
.fv4-post-card__image { display: block; height: 230px; overflow: hidden; }
.fv4-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.fv4-post-card:hover .fv4-post-card__image img { transform: scale(1.04); }
.fv4-post-card__body { padding: 26px; }
.fv4-post-card__body > span { display: block; color: var(--fv4-matcha-600); font-size: 9px; font-weight: 800; margin-bottom: 10px; }
.fv4-post-card h3 { color: var(--fv4-forest-950); font-size: 18px; line-height: 1.55; margin-bottom: 12px; }
.fv4-post-card p { color: var(--fv4-muted); font-size: 11px; line-height: 1.9; margin-bottom: 17px; }
.fv4-post-card__body > a:last-child { display: inline-flex; align-items: center; gap: 7px; color: var(--fv4-forest-900); font-size: 10px; font-weight: 800; }

.fv4-cta { padding: 78px 0; color: #fff; background: var(--fv4-forest-800); }
.fv4-cta__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: center; }
.fv4-cta__inner > div:first-child > span { display: block; color: var(--fv4-matcha-300); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
html[dir="rtl"] .fv4-cta__inner > div:first-child > span { letter-spacing: 0; }
.fv4-cta h2 { max-width: 760px; color: #fff; margin-bottom: 0; font-size: clamp(31px,3.6vw,51px); }
.fv4-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }

.fv4-footer { padding-top: 76px; color: rgba(255,255,255,.74); background: var(--fv4-forest-950); }
.fv4-footer__grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1.15fr; gap: 55px; padding-bottom: 60px; }
.fv4-footer__brand > a { display: inline-flex; width: 196px; height: 72px; padding: 10px 16px; align-items: center; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(9,42,30,.06); }
.fv4-footer__brand img { max-width: 100%; max-height: 56px; object-fit: contain; }
.fv4-footer__brand p { max-width: 330px; margin: 20px 0 0; font-size: 11px; line-height: 1.9; }
.fv4-footer h2 { color: #fff; font-size: 14px; margin-bottom: 20px; }
.fv4-footer ul { list-style: none; padding: 0; margin: 0; }
.fv4-footer li + li { margin-top: 10px; }
.fv4-footer li a { font-size: 11px; }
.fv4-footer li a:hover { color: var(--fv4-matcha-300); }
.fv4-footer__contact > a, .fv4-footer__contact > p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 13px; font-size: 10px; line-height: 1.75; }
.fv4-footer__contact svg { margin-top: 3px; width: 16px; height: 16px; color: var(--fv4-matcha-300); }
.fv4-footer__bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.fv4-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.fv4-socials a { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #fff; background: rgba(255,255,255,.02); }
.fv4-socials a svg { width: 18px; height: 18px; stroke: currentColor; fill: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fv4-socials a:hover { color: var(--fv4-forest-950); background: var(--fv4-matcha-300); border-color: var(--fv4-matcha-300); }
.fv4-socials a:hover svg { fill: currentColor; }

.fv4-modal[hidden] { display: none !important; }
.fv4-modal { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: 24px; }
.fv4-modal__backdrop { position: absolute; inset: 0; background: rgba(6,25,18,.72); backdrop-filter: blur(8px); }
.fv4-modal__dialog { position: relative; width: min(760px,100%); max-height: min(86vh,850px); overflow: auto; background: var(--fv4-cream-50); border-radius: 24px; box-shadow: var(--fv4-shadow-lg); }
.fv4-modal__close { position: absolute; z-index: 2; top: 15px; inset-inline-end: 15px; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(13,42,33,.12); border-radius: 11px; color: var(--fv4-forest-950); background: #fff; cursor: pointer; }
.fv4-modal__head { padding: 38px 44px 28px; color: #fff; background: var(--fv4-forest-900); }
.fv4-modal__head > span { display: block; color: var(--fv4-matcha-300); font-size: 10px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; }
.fv4-modal__head h2 { font-size: 31px; line-height: 1.4; margin-bottom: 8px; }
.fv4-modal__head p { color: rgba(255,255,255,.68); font-size: 11px; margin-bottom: 0; }
.fv4-modal__body { padding: 35px 44px 40px; }
body.fv4-modal-open { overflow: hidden; }
.fv4-modal .wpcf7-form { display: grid; gap: 12px; }
.fv4-modal .wpcf7-form p { margin: 0; }
.fv4-modal .wpcf7-form-control:not(.wpcf7-submit) { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--fv4-stone-300); border-radius: 11px; color: var(--fv4-ink); background: #fff; outline: none; }
.fv4-modal textarea.wpcf7-form-control { min-height: 110px !important; resize: vertical; }
.fv4-modal .wpcf7-form-control:focus { border-color: var(--fv4-matcha-600); box-shadow: 0 0 0 3px rgba(116,140,105,.12); }
.fv4-modal .wpcf7-submit { min-height: 50px; padding: 11px 22px; border: 0; border-radius: 11px; color: #fff; background: var(--fv4-forest-900); font-weight: 800; cursor: pointer; }
.fv4-modal__fallback { text-align: center; }

@media (max-width: 1120px) {
  .fv4-desktop-nav { display: none; }
  .fv4-header__main { grid-template-columns: 180px 1fr; }
  .fv4-header__actions { justify-content: flex-end; }
  .fv4-menu-toggle { display: inline-block; }
  .fv4-hero__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .fv4-hero__visual { min-height: 540px; }
  .fv4-quick__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .fv4-about__grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .fv4-about__media { min-height: 520px; }
  .fv4-services__grid { grid-template-columns: repeat(2,1fr); }
  .fv4-service-card, .fv4-service-card:nth-child(4), .fv4-service-card:nth-child(5) { grid-column: auto; }
  .fv4-service-card:last-child { grid-column: 1 / -1; }
  .fv4-companies__grid { grid-template-columns: repeat(2,1fr); }
  .fv4-routes__grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .fv4-footer__grid { grid-template-columns: 1.25fr .75fr .75fr; }
  .fv4-footer__contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 30px; }
  .fv4-footer__contact h2 { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .fv4-shell { width: min(calc(100% - 32px), var(--fv4-shell)); }
  .fv4-topbar__message { display: none; }
  .fv4-topbar__inner { justify-content: center; }
  .fv4-header__main { min-height: 76px; grid-template-columns: 150px 1fr; }
  .fv4-brand { width: 145px; }
  .fv4-header-track span, .fv4-header__actions > .fv4-btn { display: none; }
  .fv4-hero { padding: 64px 0 92px; }
  .fv4-hero__grid { grid-template-columns: 1fr; }
  .fv4-hero__copy { text-align: center; }
  .fv4-kicker { justify-content: center; }
  .fv4-hero__copy h1, .fv4-hero__copy > p { margin-inline: auto; }
  .fv4-hero__actions { justify-content: center; }
  .fv4-hero__trust { margin-inline: auto; }
  .fv4-hero__visual { min-height: 540px; width: min(650px,100%); margin-inline: auto; }
  .fv4-quick { margin-top: -30px; }
  .fv4-quick__grid { grid-template-columns: 1fr; }
  .fv4-quick__item { border-inline-end: 0; border-bottom: 1px solid var(--fv4-stone-200); }
  .fv4-quick__item:last-child { border-bottom: 0; }
  .fv4-section { padding: 88px 0; }
  .fv4-about__grid { grid-template-columns: 1fr; }
  .fv4-about__media { width: min(620px,100%); margin-inline: auto; }
  .fv4-about__copy { text-align: center; }
  .fv4-about__copy .fv4-kicker { justify-content: center; }
  .fv4-check-list { text-align: start; }
  .fv4-section-heading { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .fv4-section-heading .fv4-kicker { justify-content: center; }
  .fv4-section-heading h2, .fv4-section-heading > p { margin-inline: auto; }
  .fv4-impact__grid { grid-template-columns: repeat(2,1fr); padding-block: 20px; }
  .fv4-impact__grid > div:nth-child(2) { border-inline-end: 0; }
  .fv4-impact__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(13,42,33,.13); }
  .fv4-routes__grid { grid-template-columns: 1fr; text-align: center; }
  .fv4-routes__copy .fv4-kicker { justify-content: center; }
  .fv4-routes__copy > p { max-width: 650px; margin-inline: auto; }
  .fv4-why__grid { grid-template-columns: 1fr; }
  .fv4-why__grid article { min-height: auto; border-inline-end: 0; border-bottom: 1px solid var(--fv4-stone-200); text-align: center; }
  .fv4-why__grid article:last-child { border-bottom: 0; }
  .fv4-founder__grid { grid-template-columns: 300px 1fr; gap: 45px; }
  .fv4-insights__grid { grid-template-columns: 1fr 1fr; }
  .fv4-post-card:last-child { grid-column: 1 / -1; }
  .fv4-cta__inner { grid-template-columns: 1fr; text-align: center; }
  .fv4-cta h2 { margin-inline: auto; }
  .fv4-cta__actions { justify-content: center; }
  .fv4-footer__grid { grid-template-columns: repeat(2,1fr); }
  .fv4-footer__contact { grid-column: auto; display: block; }
}

@media (max-width: 600px) {
  .fv4-topbar__contacts { width: 100%; justify-content: space-between; gap: 10px; }
  .fv4-topbar__contacts a { font-size: 9px; }
  .fv4-header__main { grid-template-columns: 125px 1fr; gap: 10px; }
  .fv4-brand { width: 120px; }
  .fv4-language, .fv4-header-track, .fv4-menu-toggle { width: 40px; height: 40px; min-width: 40px; padding: 9px; }
  .fv4-header__actions { gap: 6px; }
  .fv4-mobile-panel__actions { grid-template-columns: 1fr; }
  .fv4-hero__copy h1 { font-size: 39px; }
  html[dir="rtl"] .fv4-hero__copy h1 { font-size: 37px; }
  .fv4-hero__actions { display: grid; grid-template-columns: 1fr; }
  .fv4-hero__trust { grid-template-columns: 1fr; gap: 13px; text-align: start; }
  .fv4-hero__trust > div { padding: 0 0 13px; border-bottom: 1px solid rgba(13,42,33,.12); }
  .fv4-hero__trust > div + div { border-inline-start: 0; padding-inline-start: 0; }
  .fv4-hero__visual { min-height: 480px; }
  .fv4-hero__figure, html[dir="rtl"] .fv4-hero__figure { inset: 0; border-radius: 28px 28px 80px 28px; }
  html[dir="rtl"] .fv4-hero__figure { border-radius: 28px 28px 28px 80px; }
  .fv4-hero__badge--top { top: 22px; inset-inline-start: 10px; }
  .fv4-hero__badge--bottom { bottom: 22px; inset-inline-end: 10px; }
  .fv4-hero__badge { max-width: 210px; padding: 12px; }
  .fv4-quick__item { padding: 22px; }
  .fv4-about__media { min-height: 430px; }
  .fv4-about__main-image, html[dir="rtl"] .fv4-about__main-image { inset: 0 35px 50px 0; width: calc(100% - 35px); border-radius: 24px 24px 65px 24px; }
  html[dir="rtl"] .fv4-about__main-image { inset: 0 0 50px 35px; border-radius: 24px 24px 24px 65px; }
  .fv4-about__small-image { width: 150px; height: 150px; }
  .fv4-about__experience { top: 26px; inset-inline-start: 8px; width: 140px; }
  .fv4-about__copy h2, .fv4-section-heading h2, .fv4-routes h2, .fv4-cta h2 { font-size: 32px; }
  .fv4-services__grid, .fv4-companies__grid, .fv4-insights__grid { grid-template-columns: 1fr; }
  .fv4-service-card:last-child, .fv4-post-card:last-child { grid-column: auto; }
  .fv4-impact__grid { grid-template-columns: 1fr; }
  .fv4-impact__grid > div { border-inline-end: 0; border-bottom: 1px solid rgba(13,42,33,.13); padding-block: 22px; }
  .fv4-impact__grid > div:last-child { border-bottom: 0; }
  .fv4-routes__visual { min-height: 390px; padding: 20px; }
  .fv4-routes__visual img { height: 230px; }
  .fv4-founder { padding-top: 70px; }
  .fv4-founder__grid { grid-template-columns: 1fr; gap: 20px; }
  .fv4-founder__portrait { width: 280px; height: 340px; margin-inline: auto; border-radius: 28px; }
  .fv4-founder blockquote { text-align: center; margin-bottom: 60px; }
  .fv4-founder blockquote p { font-size: 23px; }
  .fv4-cta__actions { flex-direction: column; }
  .fv4-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .fv4-footer__bottom { flex-direction: column; justify-content: center; padding: 18px 0; text-align: center; }
  .fv4-modal { padding: 12px; }
  .fv4-modal__head, .fv4-modal__body { padding-inline: 22px; }
  .fv4-modal__head h2 { font-size: 25px; }
}

/* =========================================================
   v0.5 — Refined Matcha Craft Layer
   Smaller scale, tighter rhythm, cleaner typography.
   ========================================================= */
:root {
  --fv4-shell: 1320px;
  --fv4-shadow-sm: 0 8px 24px rgba(13,42,33,.055);
  --fv4-shadow-md: 0 18px 48px rgba(13,42,33,.09);
  --fv4-shadow-lg: 0 26px 72px rgba(13,42,33,.13);
}

body.fv4-home {
  font-family: "Manrope", Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  background: #fbfaf6;
}
html[dir="rtl"] body.fv4-home {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

/* Compact, architectural header */
.fv4-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,253,.94);
  border-bottom: 1px solid rgba(13,42,33,.075);
  backdrop-filter: saturate(150%) blur(18px);
  box-shadow: none;
}
.fv4-header.is-scrolled { box-shadow: 0 10px 30px rgba(13,42,33,.07); }
.fv4-header__main {
  min-height: 78px;
  grid-template-columns: 132px minmax(0,1fr) auto;
  gap: 24px;
}
.fv4-brand { width: 122px; height: 50px; }
.fv4-brand img { max-height: 46px; }
.fv4-nav { gap: clamp(15px,1.6vw,25px); }
.fv4-nav a {
  padding: 27px 0 25px;
  font-size: 13px;
  font-weight: 650;
  color: #22372e;
}
html[dir="rtl"] .fv4-nav a { font-size: 14px; }
.fv4-nav a::after {
  bottom: 18px;
  height: 1.5px;
  border-radius: 99px;
  background: var(--fv4-matcha-600);
}
.fv4-header__actions { gap: 8px; }
.fv4-language, .fv4-header-track {
  height: 42px;
  min-width: 42px;
  border-radius: 13px;
  border-color: rgba(13,42,33,.13);
  font-size: 12px;
  background: rgba(255,255,255,.78);
}
.fv4-header-track { padding-inline: 13px; }
.fv4-btn--compact { min-height: 42px; padding: 9px 17px; border-radius: 13px; }
.fv4-btn {
  min-height: 48px;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 12.5px;
  font-weight: 700;
  box-shadow: none;
}
.fv4-btn:hover { transform: translateY(-1px); }
.fv4-btn--dark { box-shadow: 0 9px 22px rgba(13,42,33,.13); }

/* Hero: calm hierarchy, no oversized typography */
.fv4-hero {
  padding: 72px 0 88px;
  min-height: auto;
  background:
    radial-gradient(circle at 12% 12%, rgba(142,163,127,.14), transparent 28%),
    radial-gradient(circle at 88% 15%, rgba(183,154,97,.08), transparent 26%),
    linear-gradient(145deg,#fbfaf6 0%,#f6f5ee 100%);
}
.fv4-hero::before {
  width: 430px;
  height: 430px;
  top: -250px;
  inset-inline-start: -210px;
  box-shadow: 0 0 0 58px rgba(116,140,105,.025), 0 0 0 116px rgba(116,140,105,.012);
}
.fv4-hero__grid {
  grid-template-columns: minmax(0,.92fr) minmax(480px,1.08fr);
  gap: clamp(48px,6vw,84px);
}
.fv4-kicker {
  margin-bottom: 15px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .09em;
}
html[dir="rtl"] .fv4-kicker { font-size: 12.5px; }
.fv4-kicker > span { width: 22px; background: rgba(183,154,97,.82); }
.fv4-hero__copy h1 {
  max-width: 640px;
  margin-bottom: 19px;
  font-size: clamp(42px,4.4vw,61px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 700;
}
html[dir="rtl"] .fv4-hero__copy h1 {
  max-width: 610px;
  font-size: clamp(39px,4vw,55px);
  line-height: 1.48;
  letter-spacing: -.015em;
  font-weight: 700;
}
.fv4-hero__copy > p {
  max-width: 625px;
  margin-bottom: 25px;
  font-size: clamp(14px,1.12vw,16.5px);
  line-height: 2;
  color: #607068;
}
.fv4-hero__actions { margin-bottom: 31px; gap: 10px; }
.fv4-hero__trust {
  max-width: 580px;
  padding-top: 17px;
  border-top-color: rgba(13,42,33,.11);
}
.fv4-hero__trust > div { gap: 5px 10px; padding-inline-end: 18px; }
.fv4-hero__trust > div + div { padding-inline-start: 18px; }
.fv4-hero__trust strong { font-size: 23px; font-weight: 700; }
.fv4-hero__trust span { font-size: 9.5px; font-weight: 600; }
.fv4-hero__visual { min-height: 500px; }
.fv4-hero__figure {
  inset: 10px 20px 10px 0;
  border-radius: 30px 30px 86px 30px;
  box-shadow: 0 24px 62px rgba(13,42,33,.16);
}
html[dir="rtl"] .fv4-hero__figure {
  inset: 10px 0 10px 20px;
  border-radius: 30px 30px 30px 86px;
}
.fv4-hero__figure::after { background: linear-gradient(180deg,rgba(13,42,33,0),rgba(13,42,33,.28)); }
.fv4-hero__figure figcaption {
  inset-inline-start: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 12px;
  font-size: 9.5px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
}
.fv4-hero__badge {
  max-width: 225px;
  padding: 15px 16px;
  border-radius: 17px;
  box-shadow: 0 16px 38px rgba(13,42,33,.12);
}
.fv4-hero__badge--top { top: 62px; inset-inline-start: -22px; }
.fv4-hero__badge--bottom { display: none; }
.fv4-hero__badge > svg { width: 21px; height: 21px; }
.fv4-hero__badge strong { font-size: 13px; }
.fv4-hero__badge span { font-size: 9.5px; }

/* Quick actions: one elegant information bar */
.fv4-quick { margin-top: -34px; }
.fv4-quick__grid {
  grid-template-columns: 1.32fr .84fr .84fr;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(13,42,33,.09);
  border: 1px solid rgba(13,42,33,.08);
}
.fv4-quick__item { min-height: 150px; padding: 21px 23px; }
.fv4-quick__icon { width: 42px; height: 42px; border-radius: 13px; }
.fv4-quick__icon svg { width: 20px; height: 20px; }
.fv4-quick__copy > span { font-size: 8.5px; letter-spacing: .06em; }
.fv4-quick h2 { font-size: 16px; margin-bottom: 5px; }
.fv4-quick p { font-size: 10px; line-height: 1.75; }
.fv4-track-form input { min-height: 42px; border-radius: 11px; font-size: 10px; }
.fv4-track-form button { min-height: 42px; border-radius: 11px; font-size: 10px; }

/* Whole page refinement */
.fv4-section { padding: 94px 0; }
.fv4-section-heading { margin-bottom: 42px; gap: 48px; }
.fv4-about__copy h2, .fv4-section-heading h2, .fv4-routes h2, .fv4-cta h2 {
  font-size: clamp(31px,3.15vw,44px);
  line-height: 1.32;
  letter-spacing: -.025em;
  font-weight: 700;
  margin-bottom: 18px;
}
html[dir="rtl"] .fv4-about__copy h2,
html[dir="rtl"] .fv4-section-heading h2,
html[dir="rtl"] .fv4-routes h2,
html[dir="rtl"] .fv4-cta h2 { line-height: 1.65; letter-spacing: -.01em; }
.fv4-section-heading > p, .fv4-about__copy > p, .fv4-routes__copy > p { font-size: 12px; }
.fv4-about__grid { grid-template-columns: minmax(430px,.95fr) minmax(0,1.05fr); gap: clamp(48px,6vw,78px); }
.fv4-about__media { min-height: 520px; }
.fv4-about__main-image { inset: 0 74px 42px 0; width: calc(100% - 74px); height: calc(100% - 42px); border-radius: 25px 25px 78px 25px; }
html[dir="rtl"] .fv4-about__main-image { inset: 0 0 42px 74px; border-radius: 25px 25px 25px 78px; }
.fv4-about__small-image { width: 190px; height: 190px; border-radius: 23px; }
.fv4-about__small-image img { border-radius: 17px; }
.fv4-about__experience { top: 34px; width: 148px; padding: 17px; border-radius: 15px; }
.fv4-about__experience strong { font-size: 30px; }
.fv4-check-list li { font-size: 11.5px; }

.fv4-services__grid { gap: 16px; }
.fv4-service-card { min-height: 410px; border-radius: 19px; }
.fv4-service-card:hover { transform: translateY(-4px); }
.fv4-service-card__image { height: 195px; }
.fv4-service-card:nth-child(4) .fv4-service-card__image,
.fv4-service-card:nth-child(5) .fv4-service-card__image { height: 215px; }
.fv4-service-card__body { padding: 24px; }
.fv4-service-card__icon { top: -23px; width: 46px; height: 46px; border-radius: 13px; }
.fv4-service-card__icon svg { width: 22px; height: 22px; }
.fv4-service-card h3 { font-size: 18px; margin-bottom: 9px; }
.fv4-service-card p { font-size: 10.5px; line-height: 1.85; }

.fv4-impact__grid { min-height: 126px; }
.fv4-impact strong { font-size: 30px; }
.fv4-impact span { font-size: 9.5px; }
.fv4-company-card { min-height: 315px; padding: 25px; border-radius: 19px; }
.fv4-company-card:hover { transform: translateY(-4px); }
.fv4-company-card__number { margin-bottom: 23px; }
.fv4-company-card h3 { font-size: 19px; }
.fv4-company-card p { font-size: 10px; }
.fv4-routes { padding: 96px 0; }
.fv4-routes__grid { grid-template-columns: minmax(0,.8fr) minmax(500px,1.2fr); gap: 66px; }
.fv4-routes__visual { min-height: 410px; border-radius: 23px; }
.fv4-why__grid { border-radius: 20px; }
.fv4-why__grid article { min-height: 240px; padding: 30px; }
.fv4-why__grid article > span { width: 48px; height: 48px; border-radius: 14px; }
.fv4-why h3 { font-size: 18px; }
.fv4-founder__grid { grid-template-columns: 330px 1fr; gap: 70px; min-height: 430px; }
.fv4-founder__portrait img { max-height: 385px; }
.fv4-founder blockquote p { font-size: clamp(21px,2.1vw,30px); }
.fv4-post-card { border-radius: 19px; }
.fv4-post-card__image { height: 205px; }
.fv4-post-card__body { padding: 22px; }
.fv4-post-card h3 { font-size: 16px; }
.fv4-cta { padding: 62px 0; }
.fv4-footer { padding-top: 64px; }

@media (max-width: 1120px) {
  .fv4-header__main { grid-template-columns: 132px 1fr; }
  .fv4-hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .fv4-hero__visual { min-height: 470px; }
}
@media (max-width: 860px) {
  .fv4-header__main { min-height: 70px; }
  .fv4-hero { padding: 54px 0 78px; }
  .fv4-hero__copy { text-align: start; }
  .fv4-kicker { justify-content: flex-start; }
  html[dir="rtl"] .fv4-kicker { justify-content: flex-start; }
  .fv4-hero__copy h1, .fv4-hero__copy > p { margin-inline: 0; }
  .fv4-hero__actions { justify-content: flex-start; }
  .fv4-hero__trust { margin-inline: 0; }
  .fv4-hero__visual { min-height: 470px; }
  .fv4-quick { margin-top: -26px; }
  .fv4-section { padding: 76px 0; }
}
@media (max-width: 600px) {
  .fv4-header__main { grid-template-columns: 108px 1fr; }
  .fv4-brand { width: 104px; }
  .fv4-hero__copy h1,
  html[dir="rtl"] .fv4-hero__copy h1 { font-size: 34px; line-height: 1.55; }
  .fv4-hero__copy > p { font-size: 13.5px; line-height: 1.9; }
  .fv4-hero__visual { min-height: 400px; }
  .fv4-hero__figure,
  html[dir="rtl"] .fv4-hero__figure { inset: 0; border-radius: 24px 24px 62px 24px; }
  html[dir="rtl"] .fv4-hero__figure { border-radius: 24px 24px 24px 62px; }
  .fv4-hero__badge--top { top: 25px; inset-inline-start: 10px; }
  .fv4-hero__trust strong { font-size: 21px; }
  .fv4-about__copy h2, .fv4-section-heading h2, .fv4-routes h2, .fv4-cta h2 { font-size: 29px; }
  .fv4-service-card { min-height: 380px; }
}


/* ===== v0.6 refinements ===== */
.fv4-header {
  background: rgba(251,250,246,.96);
  border-bottom: 1px solid rgba(16,47,38,.08);
}
.fv4-header__main {
  min-height: 94px;
  grid-template-columns: 210px minmax(0,1fr) auto;
  gap: 36px;
}
.fv4-brand {
  width: 188px;
  height: 72px;
}
.fv4-brand img {
  max-width: 100%;
  max-height: 68px;
  object-fit: contain;
}
.fv4-nav {
  gap: 28px;
}
.fv4-nav a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}
html[dir="rtl"] .fv4-nav a {
  font-weight: 600;
}
.fv4-header__actions {
  gap: 10px;
}
.fv4-language,
.fv4-header-track {
  height: 46px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: 13px;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.fv4-btn--compact {
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 16px;
  font-size: 13px;
}
.fv4-hero {
  padding: 56px 0 86px;
}
.fv4-hero__grid {
  align-items: center;
  gap: 54px;
}
.fv4-hero__copy {
  max-width: 560px;
}
.fv4-kicker {
  gap: 10px;
  margin-bottom: 14px;
  color: var(--fv4-matcha-600);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}
html[dir="rtl"] .fv4-kicker {
  font-size: 12px;
  font-weight: 700;
}
.fv4-kicker > span {
  width: 24px;
}
.fv4-hero__copy h1 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: clamp(34px,3.9vw,52px);
  line-height: 1.14;
  letter-spacing: -.03em;
  font-weight: 700;
}
html[dir="rtl"] .fv4-hero__copy h1 {
  max-width: 460px;
  font-size: clamp(34px,3.5vw,50px);
  line-height: 1.48;
  letter-spacing: -.015em;
  font-weight: 700;
}
.fv4-hero__copy > p {
  max-width: 500px;
  margin-bottom: 22px;
  color: #607066;
  font-size: 16px;
  line-height: 1.95;
}
html[dir="rtl"] .fv4-hero__copy > p {
  font-size: 15.5px;
  line-height: 2.08;
}
.fv4-hero__actions {
  gap: 12px;
  margin-bottom: 26px;
}
.fv4-btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
}
.fv4-btn--light {
  background: rgba(255,255,255,.92);
}
.fv4-hero__trust {
  gap: 14px;
}
.fv4-hero__trust > div {
  min-height: 86px;
  padding: 16px 18px;
  border-radius: 18px;
}
.fv4-hero__trust strong {
  font-size: 26px;
}
.fv4-hero__trust span {
  font-size: 11px;
}
.fv4-hero__figure {
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(20,51,43,.12);
}
.fv4-hero__figure img {
  min-height: 520px;
}
.fv4-hero__badge {
  min-width: 220px;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 34px rgba(16,47,38,.12);
}
.fv4-hero__badge strong {
  font-size: 17px;
}
.fv4-hero__badge span {
  font-size: 12px;
}
.fv4-hero__badge--bottom {
  display: none;
}
.fv4-quick {
  margin-top: -18px;
}
.fv4-quick__grid {
  gap: 18px;
}
.fv4-quick__item {
  border-radius: 22px;
}
.fv4-footer .fv4-brand,
.fv4-footer-brand img {
  max-height: 82px;
}
@media (max-width: 1100px) {
  .fv4-header__main { grid-template-columns: 176px 1fr; }
  .fv4-brand { width: 164px; height: 66px; }
  .fv4-nav { gap: 22px; }
}
@media (max-width: 767px) {
  .fv4-header__main {
    min-height: 78px;
    grid-template-columns: 132px 1fr;
    gap: 12px;
  }
  .fv4-brand {
    width: 126px;
    height: 58px;
  }
  .fv4-brand img { max-height: 54px; }
  .fv4-hero { padding: 34px 0 60px; }
  .fv4-hero__copy h1,
  html[dir="rtl"] .fv4-hero__copy h1 {
    max-width: none;
    font-size: 30px;
    line-height: 1.55;
  }
  .fv4-hero__copy > p {
    font-size: 14.5px;
    line-height: 2;
  }
  .fv4-hero__figure img { min-height: 340px; }
  .fv4-hero__badge--top {
    inset-inline-start: 14px;
    inset-inline-end: 14px;
    bottom: 14px;
    min-width: auto;
    width: auto;
  }
}

.fv4-socials a svg path, .fv4-socials a svg rect, .fv4-socials a svg circle { vector-effect: non-scaling-stroke; }
