:root {
  --paper: #f6f6f2;
  --paper-2: #ededeb;
  --ink: #062a28;
  --ink-muted: #67716f;
  --deep: #041b1a;
  --deep-2: #0a302d;
  --lime: #9dff25;
  --line: rgba(6, 42, 40, 0.15);
  --white: #f9faf6;
  --header-height: 70px;
  --font-family: var(--font-vazirmatn, "Vazirmatn"), "IRANSansX", Tahoma, Arial, sans-serif;
  --font-weight-regular: 400;
  --font-weight-navigation: 500;
  --font-weight-button: 600;
  --font-weight-card-title: 700;
  --font-weight-section-title: 750;
  --font-weight-hero-title: 800;
  --font-size-body: 1rem;
  --font-size-body-large: 1.125rem;
  --font-size-navigation: .925rem;
  --font-size-button: .95rem;
  --font-size-label: .8rem;
  --line-height-body: 1.95;
  --line-height-body-large: 2;
  --line-height-navigation: 1.6;
  --line-height-button: 1.5;
  --line-height-label: 1.5;
  font-family: var(--font-family);
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html,
body {
  direction: rtl;
  font-family: var(--font-family);
  font-weight: var(--font-weight-regular);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "ss02";
}
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: var(--font-size-body); line-height: var(--line-height-body); letter-spacing: 0; overflow-x: hidden; text-align: start; }
body, p { font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 45px 0 auto; z-index: 40; pointer-events: none; }
.nav-shell {
  pointer-events: auto;
  width: min(946px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(119, 116, 120, .74);
  color: var(--white);
  box-shadow: 0 18px 50px rgba(2, 19, 18, .13);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; font-size: 1.25rem; font-weight: var(--font-weight-button); letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 5px; background: var(--white); color: var(--ink); font-size: 1.0625rem; font-weight: var(--font-weight-hero-title); line-height: 1; }
.brand-name { white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 5px; flex: 1 1 auto; }
.nav-link, .menu-trigger { padding: 11px 9px; color: rgba(255,255,255,.88); font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; border: 0; background: transparent; white-space: nowrap; }
.menu-trigger { display: inline-flex; align-items: center; gap: 6px; }
.menu-trigger:hover, .nav-link:hover { color: var(--lime); }
.menu-wrap { position: relative; }
.mega-menu { position: absolute; top: calc(100% + 16px); left: -18px; width: 430px; padding: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(4, 27, 26, .96); box-shadow: 0 24px 70px rgba(2, 19, 18, .25); backdrop-filter: blur(22px); }
.mega-menu.wide { width: 640px; grid-template-columns: repeat(3, 1fr); }
.mega-menu::before { content: ""; position: absolute; top: -6px; left: 36px; width: 12px; height: 12px; background: var(--deep); transform: rotate(45deg); }
.mega-column { display: grid; align-content: start; gap: 9px; }
.mega-column a { color: rgba(249,250,246,.76); font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; }
.mega-column a:hover { color: var(--lime); }
.menu-label, .footer-label, .mobile-panel-label { margin: 0 0 5px; color: rgba(157,255,37,.86); font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; }
.header-actions { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.phone-button, .header-cta, .lime-cta, .light-cta, .footer-cta, .card-cta, .form-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-button);
  letter-spacing: 0;
  line-height: var(--line-height-button);
  text-align: center;
  text-transform: none;
  transition: transform .28s cubic-bezier(.16,1,.3,1), background-color .28s ease, color .28s ease, box-shadow .28s ease;
}
.phone-button { width: 42px; padding: 0; border: 1px solid rgba(255,255,255,.6); color: var(--white); }
.phone-button svg { width: 16px; height: 16px; }
.header-cta { width: 95px; min-width: 95px; padding: 9px 10px; font-size: var(--font-size-button); font-weight: var(--font-weight-button); line-height: var(--line-height-button); white-space: normal; }
.header-actions .lime-cta { width: 145px; min-width: 145px; white-space: nowrap; }
.lime-cta { background: var(--lime); color: var(--ink); }
.light-cta { background: var(--white); color: var(--ink); }
.phone-button:hover, .header-cta:hover, .lime-cta:hover, .light-cta:hover, .footer-cta:hover, .card-cta:hover, .form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(4,27,26,.13); }
.mobile-menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: var(--white); }
.menu-lines { display: grid; gap: 5px; width: 28px; }
.menu-lines i { display: block; height: 2px; background: currentColor; }
.mobile-panel { position: fixed; inset: 0; z-index: 35; padding: 110px 22px 30px; background: rgba(4,27,26,.98); color: var(--white); overflow: auto; }
.mobile-panel-inner { display: grid; gap: 17px; width: min(500px, 100%); margin: 0 auto; }
.mobile-panel-inner > a { font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; }
.mobile-panel-actions { display: grid; gap: 10px; margin-top: 20px; }

.hero-scroll { position: relative; min-height: 300vh; background: var(--deep); }
.hero-sticky { position: sticky; top: 0; min-height: 100dvh; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; background: #050505; }
.hero-poster-picture { display: contents; }
.hero-frame-poster, .hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-frame-poster { z-index: 0; }
.hero-canvas { z-index: 1; display: block; }
.hero-copy { position: relative; z-index: 4; width: min(808px, calc(100% - 48px)); min-height: 100dvh; margin: 0 auto; display: flex; align-items: flex-end; padding: 0 0 14vh; color: var(--white); text-align: center; }
.hero-beat-copy { position: absolute; left: 0; bottom: 14vh; width: 100%; max-width: none; opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .75s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.hero-beat-copy.is-active { opacity: 1; transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--lime); font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; }
.dark-eyebrow { color: #95a39e; }
.hero-beat-copy h1, .hero-beat-copy h2 { max-width: 880px; margin: 0; font-size: clamp(2.7rem, 5.2vw, 4rem); font-weight: var(--font-weight-hero-title); letter-spacing: -.035em; line-height: 1.2; }
.hero-beat-copy h2 { max-width: 860px; }
.hero-scroll-indicator { position: absolute; z-index: 3; top: 58%; right: 28px; color: rgba(249,250,246,.82); font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; transition: opacity .5s ease; }

.light-section { background: var(--paper); }
.section-wrap { width: min(1150px, calc(100% - 72px)); margin: 0 auto; }
.narrow-wrap { width: min(880px, calc(100% - 72px)); text-align: center; }
.section-notch { position: relative; height: 28px; margin-bottom: -1px; background: var(--paper); clip-path: polygon(0 0, 15% 0, 17% 40%, 20% 100%, 80% 100%, 83% 40%, 85% 0, 100% 0, 100% 100%, 0 100%); }
.dark-to-light { background: var(--paper); }
.light-notch { margin-top: -1px; }
.logo-grid { display: grid; border-top: 1px solid rgba(6,42,40,.16); border-left: 1px solid rgba(6,42,40,.16); }
.logo-grid img { width: 100%; height: 115px; object-fit: contain; padding: 30px 28px; border-right: 1px solid rgba(6,42,40,.16); border-bottom: 1px solid rgba(6,42,40,.16); filter: grayscale(1); opacity: .57; transition: filter .3s ease, opacity .3s ease, transform .3s ease; }
.logo-grid img:hover { filter: grayscale(0); opacity: 1; transform: scale(.94); }
.pathways-section { padding: 98px 0 110px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.section-heading h2 span { color: #87918e; }
.centered-heading { text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 75px; }
.product-card { min-height: 548px; display: flex; flex-direction: column; padding: 34px 34px 18px; border-radius: 24px; background: var(--paper-2); overflow: hidden; }
.product-card-copy { flex: 1 1 auto; }
.card-label, .form-kicker, .feature-index, .result-kicker { margin: 0 0 22px; color: #7b8581; font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; }
.product-card h3 { margin: 0 0 22px; font-size: 1.35rem; font-weight: var(--font-weight-card-title); letter-spacing: -.01em; line-height: 1.55; }
.product-card p:not(.card-label) { margin: 0; color: #5f6b68; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); letter-spacing: 0; line-height: var(--line-height-body); }
.product-card img { width: 100%; height: 178px; margin: 22px 0; object-fit: cover; border-radius: 13px; }
.card-cta { min-height: 54px; background: #e0e2de; color: var(--ink); }
.card-cta::after { content: ""; position: absolute; }

.roi-section { padding: 112px 0 100px; }
.roi-section .section-heading { margin-bottom: 74px; }
.roi-layout { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); gap: 42px; align-items: start; }
.roi-form { padding: 12px 0 0; }
.roi-form h3 { margin: 0 0 36px; font-size: 1.35rem; font-weight: var(--font-weight-card-title); letter-spacing: -.01em; line-height: 1.55; }
.input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 26px; }
.input-grid label, .contact-form label { position: relative; display: grid; gap: 8px; color: #66716e; font-size: var(--font-size-label); font-weight: var(--font-weight-button); line-height: var(--line-height-label); letter-spacing: 0; }
.input-grid input, .contact-form input, .contact-form select, #roi-email { width: 100%; min-height: 44px; padding: 4px 0 11px; border: 0; border-bottom: 1px solid rgba(6,42,40,.22); border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.input-grid input:focus, .contact-form input:focus, .contact-form select:focus, #roi-email:focus { border-bottom-color: var(--ink); box-shadow: 0 2px 0 var(--lime); }
.wide-field { grid-column: 1 / -1; }
.currency-prefix { position: absolute; bottom: 13px; left: 0; }
.currency-prefix + input { padding-left: 20px; }
.range-field { display: grid; gap: 13px; margin-top: 35px; color: #66716e; font-size: var(--font-size-label); font-weight: var(--font-weight-button); line-height: var(--line-height-label); letter-spacing: 0; }
.range-field input[type="range"] { width: 100%; accent-color: var(--ink); }
.range-labels { display: flex; justify-content: space-between; color: #98a09d; font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; }
.roi-result { position: relative; padding: 36px 34px 34px; border-radius: 22px; background: linear-gradient(155deg, #0b3b35, #041f1e 75%); color: var(--white); box-shadow: 0 32px 70px rgba(5,37,35,.14); overflow: hidden; }
.roi-result::before { content: ""; position: absolute; top: 0; left: 0; width: 34%; height: 19px; background: var(--paper); clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); }
.result-kicker { margin-bottom: 12px; color: rgba(249,250,246,.74); font-family: var(--font-family); letter-spacing: 0; text-transform: none; font-size: var(--font-size-body-large); font-weight: var(--font-weight-regular); line-height: var(--line-height-body-large); }
.roi-total { display: flex; align-items: baseline; gap: 8px; }
.roi-total span { font-size: 1.35rem; font-weight: var(--font-weight-card-title); line-height: 1.55; letter-spacing: 0; }
.roi-total strong { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: var(--font-weight-card-title); letter-spacing: -.02em; line-height: 1.1; }
.roi-percent { margin: 11px 0 28px; color: rgba(249,250,246,.74); }
.roi-percent strong { color: var(--white); font-size: var(--font-size-body-large); font-weight: var(--font-weight-navigation); line-height: var(--line-height-body-large); }
.result-divider { height: 1px; background: rgba(157,255,37,.18); }
.result-label { margin: 26px 0 18px; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.savings-list { display: grid; gap: 16px; margin: 0; }
.savings-list div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.savings-list dt { color: rgba(249,250,246,.9); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); }
.savings-list dt small { color: rgba(249,250,246,.56); font-size: var(--font-size-label); font-weight: var(--font-weight-regular); line-height: var(--line-height-label); }
.savings-list dd { margin: 0; color: var(--white); font: var(--font-weight-navigation) var(--font-size-body)/var(--line-height-body) var(--font-family); letter-spacing: 0; white-space: nowrap; }
.roi-capture { margin-top: 34px; padding: 25px 27px; border-radius: 14px; background: rgba(170,191,186,.19); }
.roi-capture h3 { margin: 0 0 8px; font-size: 1.35rem; font-weight: var(--font-weight-card-title); letter-spacing: -.01em; line-height: 1.55; }
.roi-capture p { margin: 0 0 20px; color: rgba(249,250,246,.58); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
#roi-email { color: var(--white); border-bottom-color: rgba(249,250,246,.4); }
#roi-email::placeholder { color: rgba(249,250,246,.55); }
#roi-email:focus { border-bottom-color: var(--lime); }
#roi-email-form { display: grid; grid-template-columns: 1fr auto; gap: 13px; align-items: end; }
#roi-email-form button { min-height: 43px; padding: 10px 17px; border: 0; border-radius: 8px; background: var(--lime); color: var(--ink); font-size: var(--font-size-button); font-weight: var(--font-weight-button); line-height: var(--line-height-button); letter-spacing: 0; text-transform: none; }
.form-message { min-height: 20px; margin: 12px 0 0; font-size: var(--font-size-label); font-weight: var(--font-weight-button); line-height: var(--line-height-label); letter-spacing: 0; }
.form-message.is-success { color: var(--lime) !important; }
.form-message.is-error { color: #ffb9a9 !important; }

@media (min-width: 801px) {
  .features-section .feature-step { min-height: 60vh; }
  .pathways-section { min-height: 1024px; }
  .roi-section { min-height: 1291px; }
  .why-section { min-height: 681px; }
  .feature-step { min-height: 60vh; }
  .platform-section { min-height: 1395px; }
  .industry-intro { min-height: 621px; }
  main .quote-section { min-height: 100vh; }
  .contact-section { min-height: 914px; }
  .faq-section { min-height: 767px; }
}

.why-section { padding: 80px 0 94px; }
.why-section .eyebrow, .industry-intro .eyebrow { margin-bottom: 25px; }
.why-section h2, .industry-intro h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.section-lead { max-width: 780px; margin: 42px auto 0; font-size: var(--font-size-body-large); font-weight: var(--font-weight-regular); line-height: var(--line-height-body-large); letter-spacing: 0; }
.features-section { padding: 70px 0 0; }
.feature-stage { width: min(1270px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; }
.feature-copy { padding: 0 4vw 0 max(36px, calc((100vw - 1150px) / 2)); }
.feature-intro { min-height: 58vh; padding-top: 40px; }
.feature-intro h2 { max-width: 500px; margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.feature-list { position: relative; }
.feature-step { min-height: 68vh; display: flex; flex-direction: column; justify-content: center; padding: 64px 0; opacity: .24; transform: translateY(18px); transition: opacity .55s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.feature-step.is-active { opacity: 1; transform: translateY(0); }
.feature-step-title { margin: 0 0 25px; color: var(--ink); font-size: 1.35rem; font-weight: var(--font-weight-card-title); letter-spacing: -.01em; line-height: 1.55; }
.feature-step > p:not(.feature-step-title) { max-width: 470px; margin: 0; color: #4d5c58; font-size: var(--font-size-body-large); font-weight: var(--font-weight-regular); letter-spacing: 0; line-height: var(--line-height-body-large); }
.feature-visual { min-height: 275vh; }
.feature-visual-frame { position: sticky; top: 15vh; height: 74vh; overflow: hidden; border-radius: 25px 0 0 25px; background: var(--deep); }
.feature-visual-frame::before { content: ""; position: absolute; z-index: 2; left: 0; top: 46%; width: 31px; height: 82px; border-radius: 0 22px 22px 0; background: var(--paper); }
.feature-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: brightness(.75) saturate(.75); transition: opacity .75s ease; }
.feature-video.is-active { opacity: 1; }
.feature-visual-overlay { position: absolute; z-index: 3; inset: auto 24px 22px; display: flex; justify-content: space-between; color: rgba(249,250,246,.76); font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; }

.platform-section { padding: 126px 0 132px; }
.platform-section .section-heading > p:not(.eyebrow) { max-width: 810px; margin: 36px auto 0; color: #52615d; font-size: var(--font-size-body-large); font-weight: var(--font-weight-regular); line-height: var(--line-height-body-large); letter-spacing: 0; }
.platform-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 74px; }
.platform-tabs { display: flex; flex-wrap: wrap; gap: 12px; }
.platform-tab, .faq-tab { min-height: 57px; padding: 0 20px; border: 1px solid rgba(6,42,40,.22); border-radius: 10px; background: transparent; color: #9ba29e; font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.platform-tab:hover, .platform-tab.is-active, .faq-tab:hover, .faq-tab.is-active { border-color: transparent; background: var(--paper-2); color: var(--ink); }
.carousel-buttons { display: flex; gap: 10px; }
.carousel-buttons button { width: 57px; height: 57px; border: 0; border-radius: 10px; background: var(--paper-2); color: var(--ink); font-size: 31px; line-height: 1; }
.carousel-buttons button:disabled { opacity: .4; cursor: not-allowed; }
.platform-viewport { margin-top: 46px; overflow: hidden; }
.platform-track { display: flex; gap: 20px; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.platform-card { position: relative; flex: 0 0 calc(74% - 10px); min-height: 530px; overflow: hidden; border-radius: 22px; background: var(--deep); color: var(--white); }
.platform-card:not(.is-active) { flex-basis: calc(37% - 10px); }
.platform-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: brightness(.64) saturate(.8); }
.platform-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(4,27,26,.93) 100%); }
.platform-card-copy { position: absolute; z-index: 1; inset: auto 36px 32px; max-width: 560px; }
.platform-card-copy .card-label { color: var(--lime); }
.platform-card-copy h3 { margin: 0 0 14px; font-size: 1.35rem; font-weight: var(--font-weight-card-title); letter-spacing: -.01em; line-height: 1.55; }
.platform-card:not(.is-active) .platform-card-copy h3 { font-size: 1.35rem; }
.platform-card-copy p:not(.card-label) { margin: 0 0 20px; color: rgba(249,250,246,.72); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.platform-card-copy a { color: var(--lime); font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; }

.industry-intro { padding: 104px 0 88px; }
.quote-section { position: relative; min-height: 90vh; display: grid; place-items: center; background: url("https://a.storyblok.com/f/337048/5112x3410/74c4e40128/quote-image.jpg/m/1970x0/filters:format(jpeg):quality(85)") center / cover no-repeat; color: var(--white); }
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,14,14,.5), rgba(4,14,14,.72)); }
.quote-inner { position: relative; z-index: 1; width: min(900px, calc(100% - 72px)); text-align: center; }
.quote-mark { margin: 0 0 12px; color: var(--lime); font-size: 65px; line-height: .7; }
.quote-inner h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.quote-author { margin: 46px 0 4px; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.quote-role { margin: 0; color: rgba(249,250,246,.66); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }

.contact-section { padding: 116px 0 124px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: 55px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.contact-copy h2 span { color: #84908c; }
.contact-copy > p:not(.trusted-copy) { max-width: 490px; margin: 56px 0 28px; font-size: var(--font-size-body-large); font-weight: var(--font-weight-regular); line-height: var(--line-height-body-large); letter-spacing: 0; }
.contact-benefits { display: grid; gap: 11px; margin: 0; padding: 0 0 0 18px; border-left: 2px solid var(--lime); list-style: none; }
.contact-benefits li { position: relative; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.contact-benefits li::before { content: ""; position: absolute; left: -27px; top: .58em; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.trusted-copy { margin: 62px 0 17px; color: #65716d; }
.contact-logos { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.contact-logos img { width: 82px; height: 34px; object-fit: contain; filter: grayscale(1); opacity: .78; }
.contact-form { padding: 36px 42px 40px; border-radius: 22px; background: var(--deep); color: var(--white); box-shadow: 0 30px 68px rgba(5,37,35,.14); }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { margin-bottom: 27px; color: rgba(249,250,246,.72); }
.contact-form label span { color: var(--lime); }
.contact-form input, .contact-form select { color: var(--white); border-bottom-color: rgba(249,250,246,.3); }
.contact-form input::placeholder { color: rgba(249,250,246,.46); }
.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--lime) 50%) calc(100% - 7px) 12px / 7px 7px no-repeat, linear-gradient(135deg, var(--lime) 50%, transparent 50%) 100% 12px / 7px 7px no-repeat; }
.contact-form select option { color: var(--ink); }
.form-submit { width: 100%; margin-top: 4px; border: 0; background: rgba(172,195,190,.23); color: rgba(249,250,246,.52); }
.form-submit:hover { background: var(--lime); color: var(--ink); }

.faq-section { padding: 90px 0 126px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq-intro h2 { margin: 0 0 24px; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.faq-intro p { max-width: 350px; margin: 0; color: #65716d; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.faq-content { min-width: 0; }
.faq-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 21px; scrollbar-width: none; }
.faq-tabs::-webkit-scrollbar { display: none; }
.faq-tab { min-height: 54px; white-space: nowrap; }
.faq-list { border-top: 1px solid rgba(6,42,40,.15); }
.faq-row { border-bottom: 1px solid rgba(6,42,40,.15); }
.faq-question { width: 100%; min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 16px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: var(--font-size-button); font-weight: var(--font-weight-button); line-height: var(--line-height-button); letter-spacing: 0; }
.faq-question span { flex: 0 0 auto; color: #a1aaa5; font-size: 31px; font-weight: 300; transition: transform .25s ease, color .25s ease; }
.faq-row.is-open .faq-question span { color: var(--ink); transform: rotate(45deg); }
.faq-answer { max-width: 650px; padding: 0 55px 24px 0; color: #65716d; font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }

.site-footer { position: relative; min-height: 1090px; background: var(--deep); color: var(--white); overflow: hidden; }
.site-footer::before, .site-footer::after { content: ""; position: absolute; border: 1px solid rgba(199,244,230,.12); border-radius: 0 0 45px 45px; pointer-events: none; }
.site-footer::before { width: 380px; height: 430px; top: -145px; left: 10%; }
.site-footer::after { width: 520px; height: 470px; top: -160px; right: 10%; border-radius: 0 0 45px 45px; }
.footer-notch { position: relative; z-index: 1; height: 31px; background: var(--paper); clip-path: polygon(0 0, 15% 0, 19% 100%, 81% 100%, 85% 0, 100% 0, 100% 100%, 0 100%); }
.footer-inner { position: relative; z-index: 2; padding: 140px 0 42px; }
.footer-cta-block { display: grid; justify-items: center; text-align: center; }
.footer-cta-block h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: var(--font-weight-section-title); letter-spacing: -.025em; line-height: 1.3; }
.footer-cta { min-width: 290px; margin-top: 58px; background: rgba(154,190,184,.22); color: var(--lime); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.3fr; gap: 36px; margin-top: 237px; }
.footer-brand { color: var(--white); font-size: 1.5rem; font-weight: var(--font-weight-button); line-height: 1.55; letter-spacing: 0; }
.footer-brand-mark { width: 35px; height: 35px; color: var(--lime); }
.market-guide { display: grid; gap: 15px; margin: 46px 0 0; color: rgba(249,250,246,.65); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.gartner-wordmark { color: var(--white); font-size: 2rem; font-weight: var(--font-weight-button); letter-spacing: 0; line-height: 1.2; }
.gartner-wordmark sup { margin-left: 2px; font-size: var(--font-size-label); letter-spacing: 0; vertical-align: top; }
.footer-column { display: grid; align-content: start; gap: 11px; }
.footer-column > a { color: rgba(249,250,246,.82); font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; }
.footer-column > a:hover, .social-links a:hover { color: var(--lime); }
.footer-column > p:not(.footer-label) { margin: 0; color: rgba(249,250,246,.35); font-size: var(--font-size-body); font-weight: var(--font-weight-regular); line-height: var(--line-height-body); letter-spacing: 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; }
.social-links a { color: rgba(249,250,246,.62); font: var(--font-weight-button) var(--font-size-label)/var(--line-height-label) var(--font-family); letter-spacing: 0; text-transform: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 88px; padding-top: 17px; border-top: 1px solid rgba(249,250,246,.12); color: rgba(249,250,246,.4); font-size: var(--font-size-label); font-weight: var(--font-weight-regular); line-height: var(--line-height-label); letter-spacing: 0; }
.footer-bottom a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 92px 92px, 92px 92px; } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.24); opacity: 1; } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 0; }
  .nav-link, .menu-trigger { padding-inline: 6px; font-size: var(--font-size-navigation); font-weight: var(--font-weight-navigation); line-height: var(--line-height-navigation); letter-spacing: 0; }
  .header-cta { min-width: 78px; padding-inline: 11px; font-size: var(--font-size-button); font-weight: var(--font-weight-button); line-height: var(--line-height-button); letter-spacing: 0; }
  .header-actions .lime-cta { width: 132px; min-width: 132px; }
  .phone-button { width: 38px; }
  .nav-shell { gap: 10px; }
  .product-card { padding-inline: 25px; }
  .section-wrap { width: min(100% - 48px, 1150px); }
}

@media (max-width: 800px) {
  body { font-size: .95rem; line-height: 1.9; }
  .site-header { inset: 12px 0 auto; }
  .nav-shell { min-height: 58px; padding: 9px 13px; border-radius: 9px; }
  .brand { font-size: 1.1875rem; }
  .brand-mark { width: 22px; height: 22px; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu-button { display: block; }
  .hero-scroll { min-height: 300vh; }
  .hero-sticky { height: 100svh; min-height: 100svh; }
  .hero-copy { min-height: 100svh; }
  .hero-copy { width: calc(100% - 36px); padding-bottom: 14vh; }
  .hero-beat-copy { bottom: 14vh; }
  .hero-beat-copy h1, .hero-beat-copy h2 { font-size: clamp(2rem, 9vw, 2.8rem); line-height: 1.3; }
  .hero-scroll-indicator { right: 18px; left: 18px; max-width: calc(100% - 36px); text-align: center; font-size: var(--font-size-label); line-height: var(--line-height-label); }
  .section-wrap, .narrow-wrap, .quote-inner { width: calc(100% - 36px); }
  .pathways-section, .roi-section, .platform-section, .contact-section { padding-block: 30px; }
  .section-heading h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.4; }
  .product-grid, .roi-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .product-grid { gap: 16px; margin-top: 48px; }
  .product-card { min-height: 510px; padding: 28px 25px 16px; }
  .roi-layout { gap: 42px; }
  .roi-form h3 { font-size: 1.15rem; line-height: 1.55; }
  .roi-result { padding: 32px 24px 24px; }
  .roi-total strong { font-size: clamp(50px, 14vw, 74px); }
  .savings-list dt { font-size: .95rem; line-height: 1.9; }
  .savings-list dd { font-size: .95rem; line-height: 1.9; }
  .why-section { padding-block: 30px; }
  .why-section h2, .industry-intro h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.4; }
  .features-section { padding-top: 20px; }
  .feature-stage { display: block; }
  .feature-copy { padding: 0 18px; }
  .feature-intro { min-height: 0; padding: 30px 0; }
  .feature-intro h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.4; }
  .feature-step { min-height: 20vh; padding: 46px 0; }
  .feature-step-title { font-size: 1.15rem; line-height: 1.55; }
  .feature-step > p:not(.feature-step-title) { font-size: 1rem; line-height: 1.9; }
  .feature-visual { min-height: 0; padding: 0 18px 20px; }
  .feature-visual-frame { position: relative; top: auto; height: 58vh; border-radius: 22px; }
  .platform-controls { align-items: flex-start; flex-direction: column; margin-top: 52px; }
  .platform-tabs { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .platform-tabs::-webkit-scrollbar { display: none; }
  .platform-tab { flex: 0 0 auto; min-height: 50px; padding-inline: 15px; font-size: var(--font-size-label); line-height: var(--line-height-label); }
  .carousel-buttons { align-self: flex-end; }
  .platform-track { gap: 0; }
  .platform-card, .platform-card:not(.is-active) { flex-basis: 100%; width: 100%; max-width: 100%; min-height: 500px; }
  .platform-card:not(.is-active) .platform-card-copy h3, .platform-card-copy h3 { font-size: 1.15rem; line-height: 1.55; }
  .industry-intro { padding-block: 30px; }
  .quote-section { min-height: 76vh; }
  .quote-inner h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.4; }
  .contact-copy > p:not(.trusted-copy) { margin-top: 40px; }
  .contact-form { padding: 27px 22px 30px; }
  .contact-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .feature-visual-overlay { inset-inline: 16px; gap: 8px 16px; flex-wrap: wrap; }
  .footer-cta { width: 100%; min-width: 0; }
  .faq-layout { gap: 54px; }
  .faq-question { min-height: 78px; font-size: var(--font-size-button); line-height: var(--line-height-button); }
  .faq-answer { padding-right: 20px; }
  .site-footer { min-height: 0; }
  .site-footer::before { left: -100px; }
  .site-footer::after { right: -230px; }
  .footer-inner { padding-top: 95px; }
  .footer-cta-block h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.4; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px 22px; margin-top: 85px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; margin-top: 65px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Persian RTL layer: the original layout and data hooks stay intact. */
html[dir="rtl"] .mega-menu { left: auto; right: -18px; }
html[dir="rtl"] .mega-menu::before { left: auto; right: 36px; }
html[dir="rtl"] .nav-link,
html[dir="rtl"] .menu-trigger,
html[dir="rtl"] .mobile-panel-inner,
html[dir="rtl"] .product-card,
html[dir="rtl"] .roi-form,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .faq-content { text-align: right; }

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .card-label,
html[dir="rtl"] .form-kicker,
html[dir="rtl"] .feature-index,
html[dir="rtl"] .result-kicker,
html[dir="rtl"] .menu-label,
html[dir="rtl"] .footer-label,
html[dir="rtl"] .mobile-panel-label {
  font-family: var(--font-family);
  font-size: var(--font-size-label);
  font-weight: var(--font-weight-button);
  line-height: var(--line-height-label);
  letter-spacing: 0;
  text-transform: none;
}

html[dir="rtl"] .hero-beat-copy h1,
html[dir="rtl"] .hero-beat-copy h2,
html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .why-section h2,
html[dir="rtl"] .industry-intro h2,
html[dir="rtl"] .feature-intro h2,
html[dir="rtl"] .feature-step-title,
html[dir="rtl"] .platform-card-copy h3,
html[dir="rtl"] .contact-copy h2,
  html[dir="rtl"] .faq-intro h2,
html[dir="rtl"] .footer-cta-block h2 {
  letter-spacing: -.025em;
  line-height: 1.3;
  text-wrap: balance;
}

html[dir="rtl"] .hero-beat-copy h1,
html[dir="rtl"] .hero-beat-copy h2 { font-family: var(--font-family); }
html[dir="rtl"] .section-lead,
html[dir="rtl"] .section-heading > p:not(.eyebrow),
html[dir="rtl"] .product-card p:not(.card-label),
html[dir="rtl"] .roi-capture p,
html[dir="rtl"] .contact-copy > p:not(.trusted-copy),
html[dir="rtl"] .faq-intro p,
html[dir="rtl"] .faq-answer { line-height: var(--line-height-body); }

html[dir="rtl"] .feature-copy { padding: 0 max(36px, calc((100vw - 1150px) / 2)) 0 4vw; }
html[dir="rtl"] .feature-visual-frame { border-radius: 0 25px 25px 0; }
html[dir="rtl"] .feature-visual-frame::before { right: 0; left: auto; border-radius: 22px 0 0 22px; }
html[dir="rtl"] .feature-visual-overlay { direction: rtl; }
html[dir="rtl"] .contact-benefits { padding: 0 18px 0 0; border-right: 2px solid var(--lime); border-left: 0; }
html[dir="rtl"] .contact-benefits li::before { right: -27px; left: auto; }
html[dir="rtl"] .faq-question { text-align: right; line-height: var(--line-height-button); }
html[dir="rtl"] .faq-answer { padding: 0 0 24px 55px; }
html[dir="rtl"] .roi-total { direction: ltr; justify-content: flex-start; }
html[dir="rtl"] .savings-list dd { direction: ltr; text-align: left; }
html[dir="rtl"] .currency-prefix { right: 0; left: auto; }
html[dir="rtl"] .currency-prefix + input { padding-right: 20px; padding-left: 0; }
html[dir="rtl"] .contact-form select {
  background: linear-gradient(135deg, transparent 50%, var(--lime) 50%) 7px 12px / 7px 7px no-repeat,
    linear-gradient(45deg, var(--lime) 50%, transparent 50%) 0 12px / 7px 7px no-repeat;
}
html[dir="rtl"] .header-cta,
html[dir="rtl"] .lime-cta,
html[dir="rtl"] .light-cta,
html[dir="rtl"] .footer-cta,
html[dir="rtl"] .card-cta,
html[dir="rtl"] .form-submit,
html[dir="rtl"] #roi-email-form button { letter-spacing: 0; text-transform: none; }

.hero-canvas,
.hero-frame-poster,
.feature-video { backface-visibility: hidden; }
.hero-canvas { will-change: contents; }
.feature-video { will-change: opacity; }

@media (max-width: 800px) {
  html[dir="rtl"] .feature-copy { padding: 0 18px; }
  html[dir="rtl"] .feature-visual-frame { border-radius: 22px; }
  html[dir="rtl"] .faq-answer { padding-left: 20px; }
  html[dir="rtl"] .hero-scroll-indicator { right: 18px; }
}

/* Central typography roles: keep all text on the same Persian type system. */
h1,
.hero-title {
  font-size: clamp(2.7rem, 5.2vw, 4rem);
  font-weight: var(--font-weight-hero-title);
  line-height: 1.2;
  letter-spacing: -.035em;
}

h2,
.section-title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: var(--font-weight-section-title);
  line-height: 1.3;
  letter-spacing: -.025em;
}

h3,
.card-title {
  font-size: 1.35rem;
  font-weight: var(--font-weight-card-title);
  line-height: 1.55;
  letter-spacing: -.01em;
}

.body-large,
.lead,
.subtitle {
  font-size: var(--font-size-body-large);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body-large);
  letter-spacing: 0;
}

nav,
.nav-item,
.nav-link {
  font-size: var(--font-size-navigation);
  font-weight: var(--font-weight-navigation);
  line-height: var(--line-height-navigation);
  letter-spacing: 0;
}

button,
.button,
.btn {
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-button);
  line-height: var(--line-height-button);
  letter-spacing: 0;
}

.label,
.badge,
.caption,
.eyebrow {
  font-size: var(--font-size-label);
  font-weight: var(--font-weight-button);
  line-height: var(--line-height-label);
  letter-spacing: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: var(--font-size-button);
  font-weight: var(--font-weight-regular);
  line-height: 1.7;
  letter-spacing: 0;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: var(--font-weight-regular);
  line-height: 1.7;
}

html[dir="rtl"] .hero-beat-copy h1,
html[dir="rtl"] .hero-beat-copy h2 {
  font-size: clamp(2.7rem, 5.2vw, 4rem);
  font-weight: var(--font-weight-hero-title);
  line-height: 1.2;
  letter-spacing: -.035em;
}

html[dir="rtl"] .feature-step-title,
html[dir="rtl"] .platform-card-copy h3 {
  font-size: 1.35rem;
  font-weight: var(--font-weight-card-title);
  line-height: 1.55;
  letter-spacing: -.01em;
}

html[dir="rtl"] .section-lead,
html[dir="rtl"] .platform-section .section-heading > p:not(.eyebrow),
html[dir="rtl"] .contact-copy > p:not(.trusted-copy),
html[dir="rtl"] .feature-step > p:not(.feature-step-title) {
  font-size: var(--font-size-body-large);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body-large);
  letter-spacing: 0;
}

@media (max-width: 800px) {
  h1,
  .hero-title,
  html[dir="rtl"] .hero-beat-copy h1,
  html[dir="rtl"] .hero-beat-copy h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.3;
  }

  h2,
  .section-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    line-height: 1.4;
  }

  h3,
  .card-title,
  html[dir="rtl"] .feature-step-title,
  html[dir="rtl"] .platform-card-copy h3 {
    font-size: 1.15rem;
  }

  body,
  p {
    font-size: .95rem;
    line-height: 1.9;
  }

  .body-large,
  .lead,
  .subtitle,
  html[dir="rtl"] .section-lead,
  html[dir="rtl"] .platform-section .section-heading > p:not(.eyebrow),
  html[dir="rtl"] .contact-copy > p:not(.trusted-copy),
  html[dir="rtl"] .feature-step > p:not(.feature-step-title) {
    font-size: 1rem;
    line-height: 1.9;
  }
}
