/* ============================================================
   CORNET STUDIO — site v2 overrides
   Web development studio positioning, EN/AR, premium polish
   ============================================================ */

/* ---------- Global ---------- */

html,
body {
  background-color: #0f0e10;
  scroll-behavior: smooth;
}

#benefit,
#build,
#portfolio,
#pricing,
#FAQ,
#Footer {
  scroll-margin-top: 5.5rem;
}

.page-wrapper {
  overflow-x: clip;
}

/* ---------- Site design tokens (editorial dark) ---------- */

:root {
  --surface: #0f0e10;
  --surface-raised: #161418;
  --surface-overlay: rgba(15, 14, 16, 0.92);
  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-default: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text-primary: #eef2f6;
  --text-secondary: #9aa8b8;
  --text-muted: #6d7d8d;
  --accent: #4eb8cc;
  --accent-soft: rgba(78, 184, 204, 0.1);
  --accent-border: rgba(78, 184, 204, 0.38);
  --shadow-card: 0 12px 32px rgba(0, 0, 0, 0.35);
  --shadow-lift: 0 18px 40px rgba(0, 0, 0, 0.42);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  /* Button tokens */
  --btn-radius: 0.5rem;
  --btn-text: var(--text-primary);
  --btn-cyan: var(--accent);
  --btn-cyan-border: var(--accent-border);
  --btn-cyan-border-hover: rgba(78, 184, 204, 0.55);
  --btn-glass-bg: rgba(15, 14, 16, 0.72);
  --btn-glass-border: var(--border-default);
  --btn-glass-border-hover: var(--border-strong);
  --btn-primary-bg: linear-gradient(
    168deg,
    #121f2e 0%,
    #0a1520 45%,
    #070e16 100%
  );
  --btn-primary-glow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 4px 14px rgba(0, 0, 0, 0.38);
  --btn-primary-glow-hover: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 6px 20px rgba(0, 0, 0, 0.44),
    0 0 0 1px var(--accent-border);
  --btn-ease: var(--ease-out);
}

/* Film grain — breaks flat AI-dark uniformity */
.page-wrapper::after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0.028;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Solid headings — no Webflow gradient-text slop */
.main-wrapper .heading-style-h1,
.main-wrapper .heading-style-h2,
.main-wrapper .heading-style-h3,
.main-wrapper .heading-style-h4,
.main-wrapper .heading-style-h5,
.main-wrapper .heading-style-h6 {
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  color: var(--text-primary);
  font-family: "Radio Canada Big", Poppins, sans-serif;
}

.main-wrapper .heading-style-h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.02em;
}

/* Section eyebrows — quiet, editorial */
.name-section-text {
  color: var(--text-muted) !important;
  letter-spacing: 0.14em !important;
  font-weight: 500 !important;
}

.line-wrap .gradient-line-2,
.line-wrap .gradient-line {
  opacity: 0.05 !important;
}

.circle-grey {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

/* Kill legacy Webflow brightness hover on overridden buttons */
.hero-btn-primary:hover,
.hero-btn-secondary:hover,
.contact-actions .button:hover,
.pv3-custom .button:hover,
.nav-button-wrap .button:hover,
.pv3-btn:hover {
  filter: none;
}

.main-wrapper p {
  color: var(--text-secondary);
  line-height: 1.65;
}

.main-wrapper {
  background: var(--surface);
}

/* Arabic typography */
html[lang="ar"] body,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] .heading-style-h1,
html[lang="ar"] .heading-style-h2,
html[lang="ar"] .heading-style-h3,
html[lang="ar"] .button,
html[lang="ar"] .nav-link {
  font-family: Tajawal, Poppins, Arial, sans-serif;
}

html[lang="ar"] .benefit-eyebrow,
html[lang="ar"] .name-section-text,
html[lang="ar"] .pv3-note-top {
  letter-spacing: 0;
}

/* Flip chevrons in RTL */
html[dir="rtl"] .button .icon-1x1-xsmall {
  transform: scaleX(-1);
}

/* ---------- Navbar ---------- */

.navbar.w-nav,
.nav-bar.w-nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  background: transparent !important;
  background-color: transparent !important;
}

/* Kill Webflow clearfix + default grey bar on subpages */
.navbar.w-nav::before,
.navbar.w-nav::after,
.nav-bar.w-nav::before,
.nav-bar.w-nav::after {
  display: none !important;
  content: none !important;
}

.navbar .nav-container,
.nav-bar .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar .nav-brand,
.nav-bar .nav-brand,
.navbar .w-nav-brand,
.nav-bar .w-nav-brand {
  float: none;
  display: flex;
  align-items: center;
  flex: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar .nav-menu,
.nav-bar .nav-menu,
.navbar .w-nav-menu,
.nav-bar .w-nav-menu {
  float: none;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.navbar .nav-button-wrap,
.nav-bar .nav-button-wrap {
  flex: none;
}

.nav-bar {
  z-index: 100;
  padding-top: 1rem;
}

.nav-container {
  grid-column-gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(15, 14, 16, 0.55) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nav-container:hover {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(18, 16, 20, 0.65) !important;
}

.nav-menu {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.nav-link {
  position: relative;
  padding: 0.55rem 0.85rem;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 0.5rem;
  overflow: hidden;
  isolation: isolate;
  color: rgba(234, 246, 255, 0.72);
  transition:
    color 0.32s var(--ease-out),
    transform 0.32s var(--ease-out),
    text-shadow 0.32s var(--ease-out);
}

/* Glass pill — scales in behind text */
.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: scale(0.86);
  transition:
    opacity 0.28s var(--ease-out),
    transform 0.36s var(--ease-out),
    border-color 0.28s ease,
    box-shadow 0.32s ease;
  pointer-events: none;
}

/* Underline sweep from center */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.28rem;
  left: 0.85rem;
  right: 0.85rem;
  height: 1.5px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  );
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition:
    transform 0.36s var(--ease-out),
    opacity 0.24s ease;
  pointer-events: none;
}

.nav-link:hover,
.nav-link.w--current {
  color: #fff;
  transform: translateY(-1px);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.14);
}

.nav-link:hover::before,
.nav-link.w--current::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.nav-link:hover::after,
.nav-link--active::after,
.nav-link.w--current::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-link:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link,
  .nav-link::before,
  .nav-link::after {
    transition: none !important;
  }

  .nav-link:hover,
  .nav-link.w--current {
    transform: none;
    text-shadow: none;
  }

  .nav-link:hover::before,
  .nav-link.w--current::before {
    transform: none;
    opacity: 1;
  }

  .nav-link:hover::after,
  .nav-link.w--current::after {
    transform: none;
    opacity: 1;
  }
}

.nav-button-wrap {
  display: flex;
  align-items: center;
  grid-column-gap: 0.625rem;
}

.nav-button-wrap .button.is-secondary.is-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: var(--btn-radius);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--btn-text);
  white-space: nowrap;
  background: var(--btn-glass-bg) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--btn-glass-border) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22) !important;
  filter: none;
  transition:
    transform 0.22s var(--btn-ease),
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.nav-button-wrap .button.is-secondary.is-menu:hover {
  transform: translateY(-1px);
  border-color: var(--btn-glass-border-hover) !important;
  background: rgba(10, 14, 18, 0.72) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  filter: none;
}

.nav-button-wrap .button.is-secondary.is-menu:focus-visible {
  outline: 2px solid var(--accent-border);
  outline-offset: 2px;
}

.nav-button-wrap .button.is-secondary.is-menu .icon-1x1-xsmall {
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.22s var(--btn-ease);
}

.nav-button-wrap .button.is-secondary.is-menu:hover .icon-1x1-xsmall {
  opacity: 1;
}

html[dir="rtl"] .nav-button-wrap .button.is-secondary.is-menu {
  padding-right: 0.95rem;
  padding-left: 0.95rem;
}

/* Language switcher */
.lang-switch {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.5rem;
  padding: 0.15rem;
  gap: 0.15rem;
}

.lang-btn {
  border: none;
  background: transparent;
  color: #9fb4c4;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.45rem 0.65rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.lang-btn:hover {
  color: #eaf6ff;
}

.lang-btn.is-active {
  color: #0f0e10;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.nav-link:focus-visible,
.lang-btn:focus-visible,
.faq-dropdown:focus-visible,
.footer-v2 .footer-link:focus-visible,
.pf-see-btn:focus-visible {
  outline: 2px solid rgba(120, 210, 255, 0.85);
  outline-offset: 3px;
}

html[dir="rtl"] .nav-link::after {
  transform-origin: center;
}

html[dir="rtl"] .loop-title {
  text-align: center;
}

html[dir="rtl"] .footer-grid {
  direction: rtl;
}

html[dir="rtl"] .footer-brand-col {
  align-items: flex-start;
}

html[dir="rtl"] .footer-bottom {
  direction: rtl;
}

html[dir="rtl"] .pg-price-row {
  direction: rtl;
  justify-content: flex-start;
}

html[dir="rtl"] .faq-dropdown {
  text-align: right;
}

/* ---------- Hero ---------- */

.hero {
  height: auto;
  position: relative;
  overflow: hidden;
  background: #0f0e10;
  /* spacing tokens — tuned to match reference: airy top, clear text/cards split */
  --hero-top: clamp(9.5rem, 6rem + 8vh, 12rem);
  --hero-stack-gap: clamp(4rem, 5vh + 1.5rem, 6.5rem);
  --hero-cards-offset: clamp(3rem, 3vh + 1rem, 4.5rem);
  --hero-bottom: clamp(2.5rem, 4vh, 4.5rem);
}

.hero-container {
  position: relative;
  inset: auto;
  overflow: visible;
  z-index: 2;
}

.hero-bg {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 1;
  min-height: 100%;
  height: 100%;
  opacity: 1;
  background-color: #0f0e10;
  background-image: url("../images/background.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 15%, rgba(255, 255, 255, 0.02), transparent 65%),
    linear-gradient(180deg, rgba(15, 14, 16, 0.15) 0%, rgba(15, 14, 16, 0.55) 78%, #0f0e10 100%);
}

.hero-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hero-stack-gap);
  padding-top: var(--hero-top);
  padding-bottom: var(--hero-bottom);
}

.hero-content-wrap {
  z-index: 3;
  max-width: 56rem;
  width: 100%;
  animation: heroRise 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-content-wrap .heading-style-h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.7rem);
  line-height: 1.14;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: var(--text-primary);
}

/* two-line hero heading like the reference */
.hero-heading-line {
  display: block;
}

.hero-heading-line.accent {
  background: none;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #9eb8c8;
}

.hero-subtext {
  max-width: 38rem;
  margin-top: clamp(1rem, 1.5vh, 1.35rem);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  color: #b6c2d2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: clamp(1.5rem, 2.5vh, 2rem);
  animation: heroRise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

/* Hero + shared CTA button system */
.hero-btn-primary,
.hero-btn-secondary,
.contact-actions .button,
.pv3-custom .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 10.5rem;
  min-height: 2.75rem;
  border-radius: var(--btn-radius);
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: var(--btn-text);
  text-decoration: none;
  filter: none;
  transition:
    transform 0.22s var(--btn-ease),
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

/* Primary — accent reserved for one CTA tier, not neon */
.hero-btn-primary,
.contact-actions .button:not(.is-secondary) {
  position: relative;
  isolation: isolate;
  background-color: #0a1218;
  background-image: var(--btn-primary-bg);
  border: 1px solid var(--btn-cyan-border);
  box-shadow: var(--btn-primary-glow);
}

.hero-btn-primary::before,
.contact-actions .button:not(.is-secondary)::before {
  display: none;
}

.hero-btn-primary:hover,
.contact-actions .button:not(.is-secondary):hover {
  transform: translateY(-2px);
  border-color: var(--btn-cyan-border-hover);
  box-shadow: var(--btn-primary-glow-hover);
  filter: none;
}

.hero-btn-primary:active,
.contact-actions .button:not(.is-secondary):active {
  transform: translateY(0);
}

.hero-btn-primary:focus-visible,
.contact-actions .button:not(.is-secondary):focus-visible {
  outline: 2px solid var(--accent-border);
  outline-offset: 2px;
}

.hero-btn-primary.button.is-icon,
.contact-actions .button.is-icon:not(.is-secondary),
.pv3-custom .button.is-icon {
  padding-right: 1.15rem;
  padding-left: 1.4rem;
}

html[dir="rtl"] .hero-btn-primary.button.is-icon,
html[dir="rtl"] .contact-actions .button.is-icon:not(.is-secondary),
html[dir="rtl"] .pv3-custom .button.is-icon {
  padding-right: 1.4rem;
  padding-left: 1.15rem;
}

.hero-btn-primary .icon-1x1-xsmall,
.contact-actions .button.is-icon:not(.is-secondary) .icon-1x1-xsmall,
.pv3-custom .button.is-icon .icon-1x1-xsmall {
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.22s var(--btn-ease);
}

.hero-btn-primary:hover .icon-1x1-xsmall,
.contact-actions .button.is-icon:not(.is-secondary):hover .icon-1x1-xsmall,
.pv3-custom .button.is-icon:hover .icon-1x1-xsmall {
  opacity: 1;
}

/* Secondary — glass outline */
.hero-btn-secondary,
.contact-actions .button.is-secondary,
.pv3-custom .button {
  font-weight: 500;
  background: var(--btn-glass-bg) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--btn-glass-border) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28) !important;
}

.hero-btn-secondary:hover,
.contact-actions .button.is-secondary:hover,
.pv3-custom .button:hover {
  transform: translateY(-1px);
  border-color: var(--btn-glass-border-hover) !important;
  background: rgba(10, 14, 18, 0.72) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.34) !important;
  filter: none;
}

.hero-btn-secondary:active,
.contact-actions .button.is-secondary:active,
.pv3-custom .button:active {
  transform: translateY(0);
}

.hero-btn-secondary:focus-visible,
.contact-actions .button.is-secondary:focus-visible,
.pv3-custom .button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

/* Card group — images untouched, container improved */
.hero-img-layout {
  direction: ltr;
  z-index: 2;
  grid-column-gap: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 32rem;
  margin-top: var(--hero-cards-offset);
  padding-bottom: clamp(2rem, 4vh, 3.5rem);
  overflow: hidden;
  animation: heroRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.hero-img-layout::before {
  content: "";
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: min(85%, 46rem);
  height: 60%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 45%, transparent 72%);
  filter: blur(30px);
}

.hero-img-layout::after {
  content: "";
  pointer-events: none;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9rem;
  background: linear-gradient(180deg, transparent, #0f0e10 92%);
}

.hero-img-wrap {
  background: linear-gradient(180deg, rgba(22, 20, 24, 0.85), rgba(15, 14, 16, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  width: 19rem;
  padding: 0.45rem;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.hero-img-wrap.center {
  z-index: 3;
  width: 24rem;
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.hero-img-wrap.left {
  transform: translate(7rem, var(--hero-cards-offset)) rotate(-5deg);
}

.hero-img-wrap.right {
  transform: translate(-7rem, var(--hero-cards-offset)) rotate(5deg);
}

.hero-img {
  object-fit: cover;
  object-position: center top;
  border-radius: 0.9rem;
  width: 100%;
  display: block;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keep side-card transforms intact after animation */
.hero-img-wrap.left,
.hero-img-wrap.right {
  animation: none;
}

.loop-section {
  margin-top: 0;
  padding-top: 1rem;
  position: relative;
  z-index: 3;
}

/* ---------- Logo marquee — seamless infinite loop ---------- */

.loop-logo {
  height: 3rem;
  width: 100%;
  overflow: hidden;
}

.loop-container {
  display: flex;
  width: max-content;
  height: 100%;
  direction: ltr;
  will-change: transform;
  opacity: 0;
  animation: loop-marquee var(--loop-dur, 28s) linear infinite;
  animation-play-state: paused;
}

.loop-container.is-loop-ready {
  opacity: 1;
  animation-play-state: running;
}

@keyframes loop-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-shift, 50%)), 0, 0);
  }
}

.loop-logo:hover .loop-container {
  animation-play-state: paused;
}

.loop-logo-wrap {
  flex: none;
}

.loop-logo-wrap img {
  flex: none;
  height: 100%;
  width: auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .loop-container {
    animation: none !important;
    transform: none !important;
  }
}

/* ---------- Section headers (shared) ---------- */

.benefit-eyebrow {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8125rem;
  font-weight: 500;
}

/* Feature icons — neutral, not blue radial orbs */
.feature-icon {
  background: rgba(255, 255, 255, 0.04) !important;
  background-image: none !important;
  border: 1px solid var(--border-subtle);
}

.feature-icon-inside {
  background: transparent !important;
  background-image: none !important;
}

/* FAQ — calmer interaction */
.faq-single {
  border-bottom: 1px solid var(--border-subtle) !important;
  background-image: none !important;
}

.faq-single:hover {
  background: rgba(255, 255, 255, 0.02) !important;
  background-image: none !important;
}

.faq-dropdown.w-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.faq-stack-wrap {
  flex: 1;
  min-width: 0;
  align-items: flex-start;
  gap: 1.25rem;
}

.faq-number {
  width: 3.25rem !important;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.faq-title {
  flex: 1;
  width: auto !important;
  line-height: 1.45;
}

.faq-stack-wrap.content .faq-number {
  width: 3.25rem !important;
}

.faq-content {
  flex: 1;
  width: auto !important;
  line-height: 1.75;
}

.faq .w-icon-dropdown-toggle {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  flex-shrink: 0;
  opacity: 0.55;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.faq-single:hover .w-icon-dropdown-toggle,
.faq-single.w--open .w-icon-dropdown-toggle {
  opacity: 1;
}

.faq-single.w--open .w-icon-dropdown-toggle {
  transform: rotate(180deg);
}

/* FAQ — RTL */
html[dir="rtl"] .faq-layout,
html[dir="rtl"] .faq-wrap {
  direction: rtl;
}

html[dir="rtl"] .faq-dropdown.w-dropdown-toggle {
  flex-direction: row-reverse;
  text-align: right;
}

html[dir="rtl"] .faq-stack-wrap {
  flex-direction: row-reverse;
  padding: 1.5rem 1.5rem 1rem 2.5rem !important;
}

html[dir="rtl"] .faq-stack-wrap.content {
  flex-direction: row-reverse;
}

html[dir="rtl"] .faq-number {
  text-align: right;
}

html[dir="rtl"] .faq-title,
html[dir="rtl"] .faq-content {
  text-align: right;
}

html[dir="rtl"] .faq .title-section.large {
  text-align: center;
}

html[dir="rtl"] .faq .section-intro {
  text-align: center;
}

.section-intro {
  color: var(--text-secondary);
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Why Us — icon cluster + text panel (reference layout) ---------- */

.benefit-panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  border-radius: 0.875rem;
  border: 1px solid var(--border-default);
  background: var(--surface-raised);
  padding: clamp(2rem, 4vw, 3.25rem);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.benefit-panel::before {
  display: none;
}

html[dir="rtl"] .benefit-panel {
  background: var(--surface-raised);
}

.benefit-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 2vw, 1.25rem);
}

.benefit-visual::before {
  display: none;
}

.benefit-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 22rem);
  height: auto;
  object-fit: contain;
  filter: none;
}
}

.benefit-panel-text {
  text-align: start;
}

.benefit-panel-title {
  color: #eaf6ff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 0.85rem;
}

.benefit-panel-desc {
  color: #9fb4c4;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.benefit-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.5rem;
}

.benefit-mini-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #eaf6ff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
}

.benefit-check {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.benefit-check::after {
  content: "";
  width: 0.38rem;
  height: 0.2rem;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg) translateY(-0.5px);
}

/* legacy tile styles kept for safety */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.benefit-tile {
  position: relative;
  border-radius: 0.75rem;
  padding: 1px;
  background: linear-gradient(180deg, rgba(128, 217, 255, 0.16), rgba(128, 217, 255, 0.03) 55%, rgba(128, 217, 255, 0.1));
  transition: transform 0.3s ease, background 0.3s ease;
}

.benefit-tile:hover {
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(15, 178, 200, 0.45), rgba(15, 178, 200, 0.08) 55%, rgba(15, 178, 200, 0.28));
}

.benefit-tile-inner {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  height: 100%;
  border-radius: calc(0.75rem - 1px);
  padding: 1.75rem 1.5rem;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(45, 63, 82, 0.38), rgba(17, 24, 31, 0.95) 65%),
    #0c1218;
}

.benefit-tile-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  border: 1px solid rgba(128, 217, 255, 0.18);
  background: radial-gradient(circle at 50% 120%, rgba(15, 178, 200, 0.28), rgba(15, 178, 200, 0.04));
  box-shadow: inset 0 0 14px rgba(15, 178, 200, 0.22);
  margin-bottom: 0.25rem;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.benefit-tile:hover .benefit-tile-icon {
  border-color: rgba(128, 217, 255, 0.4);
  box-shadow: inset 0 0 16px rgba(15, 178, 200, 0.35), 0 0 18px rgba(15, 178, 200, 0.18);
}

.benefit-tile-title {
  color: #eef3f8;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.35;
}

.benefit-tile-desc {
  color: #a3b0c2;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ---------- What We Build ---------- */

#build .feature-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

#build .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.22);
}

#build .feature-card.reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.feature-card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.02em;
}

.feature-content {
  position: relative;
  z-index: 2;
  max-width: 24rem;
  width: calc(100% - 2.5rem);
  margin: 0;
  padding: 1.5rem 1.625rem 1.625rem;
  text-align: center;
  border-radius: 1.25rem;
  isolation: isolate;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0.5px 0 rgba(255, 255, 255, 0.16),
    0 16px 44px rgba(0, 0, 0, 0.32);
}

.feature-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.02) 24%,
    transparent 48%
  );
}

.feature-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 62%,
    rgba(0, 0, 0, 0.07) 100%
  );
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .feature-content {
    background: rgba(28, 28, 30, 0.82);
  }
}

.feature-content > * {
  position: relative;
  z-index: 1;
}

.feature-content p {
  color: rgba(235, 235, 245, 0.62);
  margin-inline: auto;
  line-height: 1.55;
}

/* One image per feature card — CSS scales it, no srcset duplicates */
.feature-card .feature-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
}

@media (max-width: 767px) {
  .feature-card .feature-bg {
    object-fit: cover;
    height: 100%;
    position: absolute;
  }
}

.feature-learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  color: rgba(100, 210, 255, 0.92);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0;
}

.feature-learn-more:hover {
  color: rgba(130, 220, 255, 1);
}

html[dir="rtl"] .feature-learn-more {
  direction: rtl;
}

@media (max-width: 767px) {
  .feature-content {
    width: calc(100% - 2rem);
    max-width: none;
    padding: 1.25rem 1.35rem 1.35rem;
  }
}

.build-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.build-more-label {
  color: #8b99ab;
  font-size: 0.875rem;
}

.build-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.build-chip {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid var(--border-default);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2rem;
  padding: 0.5rem 1.1rem;
  transition: border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.build-chip:hover {
  border-color: var(--border-strong);
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}

/* ---------- Pricing ---------- */

.pricing-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding-top: 1rem;
}

.pricing-pack {
  width: auto;
  border-radius: 0.85rem;
  padding: 1px;
  background: linear-gradient(180deg, rgba(128, 217, 255, 0.16), rgba(128, 217, 255, 0.04) 55%, rgba(128, 217, 255, 0.1));
  transition: transform 0.3s ease;
}

.pricing-pack:hover {
  transform: translateY(-4px);
}

.pricing-pack.highlight {
  background: linear-gradient(180deg, rgba(15, 178, 200, 0.55), rgba(15, 178, 200, 0.12) 55%, rgba(15, 178, 200, 0.35));
  box-shadow: 0 0 42px rgba(15, 178, 200, 0.1);
}

.pricing-line-gradient {
  display: none;
}

.pricing-main-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: calc(0.85rem - 1px);
  padding: 2rem 1.6rem;
  background:
    radial-gradient(130% 80% at 50% 0%, rgba(45, 63, 82, 0.35), rgba(14, 20, 27, 0.97) 62%),
    #0b1117;
}

.pricing-tag {
  color: #d1f9ff;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(128, 217, 255, 0.3);
  background: rgba(15, 178, 200, 0.14);
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  margin: -0.5rem auto 0;
}

.pricing-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.pricing-title {
  color: #eef3f8;
  font-size: 1.25rem;
  font-weight: 600;
}

.pricing-title.highlight {
  color: #7ce4f2;
}

.pricing-subtitle {
  color: #9aa8ba;
  font-size: 0.875rem;
  line-height: 1.55;
  min-height: 2.7em;
}

.pricing-pricing-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.pricing-price-prefix {
  color: #8b99ab;
  font-size: 0.875rem;
}

.pricing-pricing {
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0;
}

.pricing-per {
  color: #8b99ab;
  font-size: 0.9375rem;
}

.pricing-pack .button {
  text-align: center;
  width: 100%;
}

.pricing-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.4rem;
  margin-top: auto;
}

.pricing-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #c3cfdd;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
}

.pricing-item.last {
  padding-bottom: 0;
}

.check-icon {
  flex: none;
  margin-top: 0.15rem;
}

.pricing-note {
  color: #8b99ab;
  text-align: center;
  font-size: 0.875rem;
  margin: 2rem auto 0;
  max-width: 34rem;
}

/* Custom quote strip */
.pricing-enterprise {
  margin-top: 3rem;
}

.enterprise {
  gap: 1.5rem;
}

.enterprise-title-text {
  color: #eef3f8;
  font-size: 1.35rem;
  font-weight: 600;
}

/* =================================================================
   Pricing — PricingGlass-style glass cards
   ================================================================= */

.pricing-v3 {
  position: relative;
  background: #0f0e10;
  overflow: hidden;
}

.pricing-v3::before {
  display: none;
}

.pricing-v3 > .padding-global {
  position: relative;
  z-index: 1;
}

.pv3-note-top {
  color: var(--text-muted);
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 2rem;
  width: fit-content;
  margin: -1.25rem auto 2.75rem;
  padding: 0.45rem 1.1rem;
}

@keyframes pg-spin {
  to {
    transform: rotate(360deg);
  }
}

.pg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(800px, 90vw);
  height: 600px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.pg-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  max-width: 72rem;
  margin: 0 auto;
}

.pg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(32px) saturate(200%) brightness(110%);
  backdrop-filter: blur(32px) saturate(200%) brightness(110%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.15),
    0 32px 64px -12px rgba(0, 0, 0, 0.6);
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.pg-card:hover {
  border-color: rgba(255, 255, 255, 0.08);
}

.pg-card--popular {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.4),
    inset 0 -1px 1px rgba(255, 255, 255, 0.05),
    0 32px 64px -12px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {
  .pg-card--popular {
    transform: translateY(-1rem);
  }
}

.pg-popular-ring {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 2rem;
  padding: 1px;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.pg-popular-ring::before {
  content: "";
  position: absolute;
  inset: -200%;
  background: conic-gradient(from 0deg, transparent 70%, rgba(255, 255, 255, 0.8) 100%);
  animation: pg-spin 4s linear infinite;
}

.pg-spotlight {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 2rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: radial-gradient(
    600px circle at var(--pg-x, 50%) var(--pg-y, 50%),
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

.pg-card:hover .pg-spotlight {
  opacity: 1;
}

.pg-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 2rem;
  pointer-events: none;
  opacity: 0.03;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.pg-popular-tab {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pg-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}

@media (min-width: 768px) {
  .pg-card-body {
    padding: 2.5rem;
  }
}

.pg-card--popular .pg-card-body {
  padding-top: 2.75rem;
}

@media (min-width: 768px) {
  .pg-card--popular .pg-card-body {
    padding-top: 3rem;
  }
}

.pg-name {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.pg-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.pg-price-prefix {
  width: 100%;
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
  font-weight: 500;
}

.pg-currency {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pg-price-num {
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pg-per {
  margin-left: 0.25rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.125rem;
  font-weight: 500;
}

html[dir="rtl"] .pg-per {
  margin-left: 0;
  margin-right: 0.25rem;
}

.pg-desc {
  margin: 0 0 1.25rem;
  min-height: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  line-height: 1.6;
}

.pg-hosting-note {
  margin: -0.15rem 0 0.85rem;
  color: rgba(100, 210, 255, 0.72);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pg-bestfor {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.pg-bestfor-label {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 600;
}

html[dir="rtl"] .pg-bestfor {
  text-align: right;
}

.pg-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

.pg-features {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.pg-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
}

html[dir="rtl"] .pg-features li {
  flex-direction: row-reverse;
  text-align: right;
}

.pg-check {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.pg-check svg {
  width: 0.75rem;
  height: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}

.pg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.pg-btn:hover {
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
}

.pg-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.pg-btn--primary {
  border-color: transparent;
  background: #fff;
  color: #000;
}

.pg-btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.pv3-note {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 0.875rem;
  margin: 2.5rem auto 0;
  max-width: 34rem;
}

.pg-dm {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: center;
}

.pg-dm-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.pg-dm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.pg-dm-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}

.pg-dm-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}


/* =================================================================
   Portfolio Preview Section
   ================================================================= */

.pf-preview {
  position: relative;
  background: var(--surface);
  overflow: hidden;
}

/* 3-card bento grid: featured left (tall), 2 cards stacked right */
.pf-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  max-width: 72rem;
  margin: 0 auto;
  height: 580px;
}

.pf-card {
  position: relative;
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--surface-raised);
  text-decoration: none;
  transition: transform 0.4s var(--ease-out), border-color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.pf-card:hover {
  transform: scale(1.015);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.55);
}

.pf-card--featured {
  grid-row: 1 / 3;
}

.pf-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transition: transform 0.6s var(--ease-out);
  filter: brightness(0.55) saturate(0.7);
}

.pf-card-img--corfitx {
  background-position: center 12%;
}

.pf-card:hover .pf-card-img {
  transform: scale(1.04);
  filter: brightness(0.65) saturate(0.8);
}

.pf-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Bottom gradient overlay on every card */
.pf-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4, 6, 8, 0.92) 0%,
    rgba(4, 6, 8, 0.45) 40%,
    transparent 70%
  );
  pointer-events: none;
}

.pf-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1.5rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.pf-cat {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.pf-card-name {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.pf-card--featured .pf-card-name {
  font-size: 1.55rem;
}

.pf-card-year {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.48);
}

.pf-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pf-card:hover .pf-arrow {
  opacity: 1;
  transform: translateY(0);
}

/* "See All Work" row */
.pf-see-more {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.pf-see-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pf-see-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

/* RTL overrides */
html[dir="rtl"] .pf-arrow {
  right: auto;
  left: 1.25rem;
}

/* Responsive */
@media (max-width: 900px) {
  .pf-bento {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 200px 200px;
    height: auto;
  }

  .pf-card--featured {
    grid-row: auto;
  }
}

@media (max-width: 479px) {
  .pf-bento {
    grid-template-rows: 280px 180px 180px;
  }

  .pf-card-name {
    font-size: 1rem;
  }

  .pf-card--featured .pf-card-name {
    font-size: 1.2rem;
  }
}

/* =================================================================
   Testimonials — scrolling columns (testimonial-v2 style)
   ================================================================= */

.testimonial {
  background: var(--surface) !important;
  background-image: none !important;
}

.testimonial-layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.testimonial-layout .title-section {
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrap {
  backdrop-filter: none;
  margin-top: 0.25rem;
}

.tm-marquee-wrap {
  margin-top: 0;
  padding-top: 0.5rem;
}

.tm-marquee {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  max-height: 52rem;
  /* clip vertically for scroll, allow horizontal via clip (no scroll container) */
  overflow-y: hidden;
  overflow-x: clip;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
  direction: ltr;
  /* ensure columns never push beyond the parent */
  width: 100%;
}

.tm-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: 19rem;
  overflow: visible;
}

.tm-col--md,
.tm-col--lg {
  display: none;
}

@media screen and (min-width: 768px) {
  .tm-col--md {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .tm-col--lg {
    display: block;
  }
}

.tm-col-track {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0 0 1.25rem;
  animation: tmScroll var(--tm-dur, 32s) linear infinite;
  /* GPU layer for smooth scroll */
  will-change: transform;
  width: 100%;
}

.tm-col--md .tm-col-track {
  animation-direction: reverse;
}

.tm-marquee:hover .tm-col-track {
  animation-play-state: paused;
}

.tm-marquee--static {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.tm-marquee--static .tm-col-track {
  animation: none;
}

.tm-marquee--static .tm-col-track li[aria-hidden="true"] {
  display: none;
}

@keyframes tmScroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

/* Card */
.tm-card-v2 {
  border-radius: 0.875rem;
  border: 1px solid var(--border-subtle);
  background: var(--surface-raised);
  padding: 1.65rem 1.45rem 1.5rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease-out), border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
  user-select: none;
  height: 100%;
  /* ensure cards never overflow their column */
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
}

.tm-card-v2:hover {
  transform: translateY(-2px);
  border-color: var(--border-default);
  box-shadow: var(--shadow-lift);
}

.tm-card-v2-inner {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  border-left: none;
}

.tm-card-v2-quote {
  color: var(--text-primary);
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  flex: 1;
}

html[dir="rtl"] .tm-card-v2-quote {
  text-align: start;
}

.tm-card-v2-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--border-subtle);
}

.tm-card-v2-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  flex: none;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--border-default);
  background: var(--surface-raised);
  transition: border-color 0.25s ease;
}

.tm-card-v2:hover .tm-card-v2-avatar {
  border-color: var(--border-strong);
}

.tm-card-v2-name {
  display: block;
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

.tm-card-v2-role {
  display: block;
  color: var(--text-muted);
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0.12rem;
}

html[dir="rtl"] .tm-card-v2 {
  direction: rtl;
  text-align: start;
}

html[dir="rtl"] .tm-card-v2-inner {
  border-right: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .tm-marquee {
    max-height: 34rem;
    gap: 0.875rem;
  }

  /* show only 1 column on small mobile */
  .tm-col--md {
    display: none !important;
  }

  .tm-col {
    flex: 0 0 min(88vw, 20rem);
    max-width: min(88vw, 20rem);
  }

  .tm-card-v2 {
    padding: 1.35rem 1.2rem;
  }

  .tm-card-v2-quote {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-marquee {
    max-height: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .tm-col-track {
    animation: none !important;
  }

  .tm-col-track li[aria-hidden="true"] {
    display: none;
  }
}

/* =================================================================
   Page-enter fade
   ================================================================= */

html.page-entering .page-wrapper,
html.page-entering .navbar,
html.page-entering .pf-page,
html.page-entering .nav-bar {
  opacity: 0;
}

html.page-entered .page-wrapper,
html.page-entered .navbar,
html.page-entered .pf-page,
html.page-entered .nav-bar {
  opacity: 1;
  transition: opacity 0.45s ease;
}

/* =================================================================
   Scroll reveal (js/motion.js) — four typed variants
   ================================================================= */

/* Base hidden state — only when JS has loaded */
html.js-motion:not(.js-motion-off) .reveal {
  transition-property: opacity, transform, filter;
  transition-duration: 0.65s;
  transition-timing-function: var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

/* slide — headings, large titles */
html.js-motion:not(.js-motion-off) .reveal[data-motion="slide"] {
  opacity: 0;
  transform: translateY(36px);
}

/* up — text blocks, FAQ rows */
html.js-motion:not(.js-motion-off) .reveal[data-motion="up"] {
  opacity: 0;
  transform: translateY(22px);
}

/* rise — cards, tiles (scale + translate) */
html.js-motion:not(.js-motion-off) .reveal[data-motion="rise"] {
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition-duration: 0.7s;
}

/* fade — subtle elements (blur + opacity, no translate) */
html.js-motion:not(.js-motion-off) .reveal[data-motion="fade"] {
  opacity: 0;
  filter: blur(3px);
  transition-duration: 0.6s;
}

/* Legacy / untyped fallback */
html.js-motion:not(.js-motion-off) .reveal:not([data-motion]) {
  opacity: 0;
  transform: translateY(14px);
}

/* Visible state — all variants reset to natural */
html.js-motion:not(.js-motion-off) .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  html.js-motion .reveal,
  html.js-motion .reveal[data-motion] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* =================================================================
   Nav — scroll state
   ================================================================= */

.navbar.is-scrolled .nav-container,
.nav-bar.is-scrolled .nav-container {
  background: rgba(15, 14, 16, 0.82) !important;
  border-color: rgba(255, 255, 255, 0.11) !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.48), 0 1px 0 rgba(255,255,255,0.04) inset;
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  backdrop-filter: blur(28px) saturate(160%);
}

/* =================================================================
   Button micro-interactions
   ================================================================= */

.button,
.pg-btn,
.pf-see-btn,
.pg-dm-btn,
.hero-btn-primary,
.hero-btn-secondary {
  transition-property: transform, background, border-color, box-shadow, color;
  transition-duration: 0.22s;
  transition-timing-function: var(--ease-out);
}

.button:active,
.pg-btn:active,
.pf-see-btn:active,
.pg-dm-btn:active,
.hero-btn-primary:active,
.hero-btn-secondary:active {
  transform: scale(0.97) !important;
}

/* =================================================================
   Card will-change for GPU compositing
   ================================================================= */

.pg-card,
.pf-card,
.benefit-tile {
  will-change: transform;
}

/* =================================================================
   Section intro — fluid clamped size
   ================================================================= */

.section-intro {
  font-size: clamp(1rem, 1.2vw + 0.5rem, 1.125rem);
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 38rem;
  margin-inline: auto;
}

/* =================================================================
   Nav — responsive tightening (no hamburger needed at 1024–768px)
   ================================================================= */

/* Squeeze links on medium screens */
@media screen and (max-width: 1100px) {
  .nav-link {
    padding: 0.5rem 0.65rem;
    font-size: 0.8125rem;
  }

  .nav-container {
    grid-column-gap: 0.35rem;
  }

  .nav-button-wrap .button.is-secondary.is-menu {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }
}

/* At 900px: shrink further, hide "Contact Us" label — icon stays */
@media screen and (max-width: 900px) {
  .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
  }

  .nav-button-wrap .button.is-secondary.is-menu span,
  .nav-button-wrap .button.is-secondary.is-menu div {
    display: none;
  }

  .nav-button-wrap .button.is-secondary.is-menu {
    padding: 0.5rem 0.6rem;
    min-width: 0;
  }

  .lang-btn {
    padding: 0.4rem 0.55rem !important;
    font-size: 0.75rem;
  }
}

/* Below Webflow's tablet breakpoint: Webflow hamburger takes over.
   These rules just polish the mobile overlay menu. */
@media screen and (max-width: 767px) {
  .nav-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    white-space: nowrap;
    display: block;
    text-align: center;
  }

  .nav-link:hover,
  .nav-link.w--current {
    transform: translateX(4px);
    text-shadow: none;
  }

  html[dir="rtl"] .nav-link:hover,
  html[dir="rtl"] .nav-link.w--current {
    transform: translateX(-4px);
  }

  .nav-link::before {
    transform: scale(0.94);
    opacity: 0;
  }

  .nav-link:hover::before,
  .nav-link.w--current::before {
    transform: scale(1);
    opacity: 1;
  }

  .nav-link::after {
    display: none;
  }
}

/* =================================================================
   Portfolio section responsive fixes
   ================================================================= */

@media screen and (max-width: 860px) {
  .pf-bento {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 220px 220px;
    height: auto;
  }

  .pf-card--featured {
    grid-row: auto;
  }
}

@media screen and (max-width: 479px) {
  .pf-bento {
    grid-template-rows: 260px 200px 200px;
  }

  .pf-see-btn {
    width: 100%;
    max-width: 20rem;
    justify-content: center;
  }
}

/* =================================================================
   Pricing glass responsive
   ================================================================= */

@media screen and (max-width: 860px) {
  .pg-grid {
    grid-template-columns: 1fr;
    max-width: 30rem;
    margin-inline: auto;
  }

  .pg-card--popular {
    transform: none !important;
  }

  .pg-card-body {
    padding: 2rem 1.75rem;
  }

  .pg-card--popular .pg-card-body {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .pg-price-num {
    font-size: 2.75rem;
  }

  .pg-card-body {
    padding: 1.75rem 1.5rem;
  }

  .pg-dm {
    padding: 1.5rem 1.25rem;
  }
}

/* =================================================================
   Section spacing — fluid padding on mobile
   ================================================================= */

@media screen and (max-width: 767px) {
  .padding-60 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: clamp(1.6rem, 5vw, 2.25rem) !important;
  }

  .title-section {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-60 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ---------- Testimonials ---------- */

.testimonial-content-text {
  color: #c3cfdd;
}

/* ---------- FAQ ---------- */

.faq-number,
.faq-title {
  color: #adbacc;
  transition: color 0.25s ease;
}

.faq-dropdown:hover .faq-title,
.faq-dropdown:hover .faq-number {
  color: #ffffff;
}

.faq-content {
  color: #aab7c8;
}

.fqa-content {
  opacity: 1;
}

/* ---------- Contact / Footer v2 ---------- */

.footer-v2 {
  background: #0f0e10 !important;
  background-image: none !important;
  position: relative;
  overflow: hidden;
}

.footer-v2 .footer-cta {
  position: relative;
  padding: clamp(4rem, 8vw, 6rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.footer-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(640px, 90vw);
  height: 320px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 200, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.footer-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.footer-main {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 2.5rem);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2.5rem 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.footer-brand-link {
  display: inline-flex;
  text-decoration: none;
}

.footer-brand-logo {
  height: 1.75rem;
  width: auto;
}

.footer-tagline {
  margin: 0;
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
  line-height: 1.65;
}

.footer-wa-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(80, 200, 255, 0.22);
  background: rgba(80, 200, 255, 0.06);
  color: rgba(180, 230, 255, 0.92);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-wa-chip:hover {
  background: rgba(80, 200, 255, 0.12);
  border-color: rgba(80, 200, 255, 0.38);
  transform: translateY(-1px);
}

.footer-col-title {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-col-title--spaced {
  margin-top: 1.75rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-v2 .footer-link {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-v2 .footer-link:hover {
  color: rgba(255, 255, 255, 0.92);
}

.footer-link--accent {
  color: rgba(120, 210, 255, 0.78) !important;
}

.footer-link--accent:hover {
  color: rgba(180, 235, 255, 1) !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.75rem;
  flex-wrap: wrap;
}

.footer-copy,
.footer-made {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.footer-made {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.42);
}

.footer-credit {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-credit-link {
  color: rgba(120, 210, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-credit-link:hover {
  color: rgba(180, 235, 255, 1);
}

.footer-credit-link:focus-visible {
  outline: 2px solid rgba(120, 210, 255, 0.85);
  outline-offset: 2px;
  border-radius: 2px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-social-btn:hover {
  border-color: rgba(80, 200, 255, 0.3);
  background: rgba(80, 200, 255, 0.08);
  color: #fff;
}

.footer-social-btn svg {
  width: 1.1rem;
  height: 1.1rem;
}

html[dir="rtl"] .footer-brand-col {
  align-items: flex-end;
}

html[dir="rtl"] .footer-tagline {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-links--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 600px) {
  .footer-links--inline {
    gap: 0.75rem;
  }
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.contact-actions .button {
  min-width: 13rem;
  text-align: center;
}

.footer-link {
  transition: color 0.2s ease;
}

/* ============================================================
   Responsive
   ============================================================ */

@media screen and (max-width: 991px) {
  .hero {
    --hero-top: clamp(8rem, 5rem + 6vh, 10rem);
    --hero-stack-gap: clamp(2.75rem, 4vh + 1rem, 4.5rem);
    --hero-cards-offset: clamp(2rem, 2vh + 0.75rem, 3rem);
    --hero-bottom: clamp(1.5rem, 3vh, 2.5rem);
  }

  .hero-layout {
    padding-top: var(--hero-top);
    gap: var(--hero-stack-gap);
  }

  .hero-img-layout {
    max-height: 25rem;
    margin-top: var(--hero-cards-offset);
  }

  .hero-img-wrap {
    width: 15.5rem;
  }

  .hero-img-wrap.center {
    width: 20rem;
  }

  .hero-img-wrap.left {
    transform: translate(5rem, var(--hero-cards-offset)) rotate(-5deg);
  }

  .hero-img-wrap.right {
    transform: translate(-5rem, var(--hero-cards-offset)) rotate(5deg);
  }

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

  .benefit-panel {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: clamp(1.75rem, 5vw, 2.5rem);
  }

  .benefit-visual img {
    width: min(100%, 18rem);
  }

  .benefit-panel-text {
    max-width: 34rem;
    margin-inline: auto;
    text-align: center;
  }

  .benefit-mini-list {
    text-align: start;
    margin-inline: auto;
    max-width: fit-content;
  }

  .pricing-layout {
    grid-template-columns: 1fr;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-subtitle {
    min-height: 0;
  }

  .pg-grid {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }

  .pg-card--popular {
    transform: none;
  }

  .pg-desc {
    min-height: 0;
  }

  /* mobile nav */
  .nav-menu {
    text-align: center;
  }

  .lang-switch {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    --hero-top: clamp(7rem, 4.5rem + 5vh, 8.5rem);
    --hero-stack-gap: clamp(2rem, 3vh + 0.75rem, 3rem);
    --hero-cards-offset: clamp(1.25rem, 1.5vh + 0.5rem, 2rem);
    --hero-bottom: clamp(1rem, 2vh, 1.75rem);
  }

  .hero-layout {
    padding-top: var(--hero-top);
    gap: var(--hero-stack-gap);
  }

  .hero-content-wrap .heading-style-h1 {
    font-size: 2.35rem;
  }

  .hero-subtext {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    max-width: 20rem;
  }

  .hero-img-layout {
    max-height: 19rem;
    margin-top: var(--hero-cards-offset);
    padding-bottom: 1.5rem;
  }

  .hero-img-wrap {
    width: 30%;
    padding: 0.35rem;
    border-radius: 0.9rem;
  }

  .hero-img-wrap.center {
    width: 42%;
  }

  .hero-img-wrap.left {
    transform: translate(1.25rem, 1rem) rotate(-5deg);
  }

  .hero-img-wrap.right {
    transform: translate(-1.25rem, 1rem) rotate(5deg);
  }

  .hero-img-layout::after {
    height: 6rem;
  }

  .contact-actions .button {
    width: 100%;
    max-width: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    --hero-top: clamp(6.25rem, 4rem + 4vh, 7.25rem);
    --hero-stack-gap: clamp(1.75rem, 2.5vh + 0.5rem, 2.5rem);
    --hero-cards-offset: 0.75rem;
  }

  .hero-layout {
    padding-top: var(--hero-top);
  }

  .hero-content-wrap .heading-style-h1 {
    font-size: 2rem;
  }

  .hero-img-layout {
    max-height: 15rem;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .benefit-tile-inner {
    padding: 1.5rem 1.25rem;
  }

  .benefit-mini-list {
    grid-template-columns: 1fr;
  }

  .cluster-icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 0.7rem;
  }

  .pricing-main-content {
    padding: 1.75rem 1.25rem;
  }

  .nav-container {
    padding: 0.45rem 0.6rem;
  }

  .lang-btn {
    padding: 0.4rem 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content-wrap,
  .hero-actions,
  .hero-img-layout {
    animation: none;
  }
}

/* ══ FOUNDER SECTION ══════════════════════════════════════════════════════ */
.founder-section {
  position: relative;
}

.founder-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.founder-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4eb8cc;
  margin-bottom: 1rem;
}

.founder-text .heading-style-h2 {
  margin-bottom: 1.25rem;
}

.founder-bio {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 34rem;
}

.founder-trust {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.founder-trust li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.82);
}

.founder-trust li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4eb8cc;
  flex-shrink: 0;
}

.founder-actions {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
}

/* Card */
.founder-card {
  background: linear-gradient(160deg, rgba(78,184,204,0.18), rgba(78,184,204,0.04) 50%, rgba(255,255,255,0.04));
  border: 1px solid rgba(78, 184, 204, 0.22);
  border-radius: 1.25rem;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
}

.founder-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

.founder-avatar-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4eb8cc, #2d7f94);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.founder-avatar-initials {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.founder-card-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.founder-card-role {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.founder-card-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem 0;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  width: 100%;
  justify-content: center;
}

.founder-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.founder-stat-num {
  font-size: 1.375rem;
  font-weight: 800;
  color: #4eb8cc;
  line-height: 1;
}

.founder-stat-label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.founder-stat-divider {
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.1);
}

.founder-card-quote {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
  line-height: 1.6;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

/* Pricing examples inside Elite card */
.pg-examples-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.6rem;
  margin-top: 0;
}

.pg-examples {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pg-examples li {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0.75rem;
  background: rgba(78, 184, 204, 0.07);
  border: 1px solid rgba(78, 184, 204, 0.15);
  border-radius: 0.5rem;
  line-height: 1.4;
}

.pg-price-suffix {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  align-self: flex-end;
  padding-bottom: 0.3rem;
}

/* Responsive */
@media (max-width: 860px) {
  .founder-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .founder-card {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}

html[dir="rtl"] .founder-bio {
  max-width: 100%;
}

html[dir="rtl"] .founder-trust li::before {
  margin-left: 0;
}
