/* DALSEEN — page-specific styles */

/* ============ HOME HERO ============ */
.hero {
  position: relative;
  padding: 72px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--paper) 0%, var(--neutral) 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

.hero-copy {
  max-width: 900px;
}

.hero-copy .pill {
  margin-bottom: 22px;
}

.hero-copy h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 22px;
  text-wrap: balance;
}

.hero-copy h1 .green {
  color: var(--green);
  font-style: normal;
}

.hero-copy .hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--warm-grey);
  max-width: 620px;
  margin-bottom: 32px;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--warm-grey);
}

.hero-trust .avatars {
  display: flex;
}

.hero-trust .avatars .av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green-tint);
  border: 2px solid var(--paper);
  margin-left: -8px;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--green-deep);
  font-weight: 600;
}

.hero-trust .avatars .av:first-child {
  margin-left: 0;
}

/* Hero visual — product UI mockup */
.hero-visual {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: visible;
  margin-top: 10px;
}

.hero-visual .shell {
  background: var(--neutral-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px clamp(24px, 4vw, 56px) 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hero-visual .shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(22, 50, 74, 0.08), transparent 60%);
  pointer-events: none;
}

/* Device: desktop dashboard mockup */
.ui-dash {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 30px 60px rgba(14, 22, 18, 0.12);
  overflow: hidden;
  position: relative;
}

.ui-dash-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #F6F7F6;
  border-bottom: 1px solid var(--line);
}

.ui-dash-bar .dots {
  display: flex;
  gap: 6px;
}

.ui-dash-bar .dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D8DAD6;
}

.ui-dash-bar .url {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 5px 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--warm-grey);
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

.ui-dash-body {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 360px;
}

.ui-dash-side {
  background: #FAFBFA;
  border-right: 1px solid var(--line);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ui-dash-side .logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-soft);
}

.ui-dash-side .logo-row .mk {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 11px;
}

.ui-dash-side .logo-row span {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
}

.ui-dash-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: var(--warm-grey);
}

.ui-dash-nav-item .ic {
  width: 14px;
  height: 14px;
  color: currentColor;
}

.ui-dash-nav-item.active {
  background: var(--green-tint);
  color: var(--green-deep);
  font-weight: 500;
}

.ui-dash-main {
  padding: 18px 22px;
  background: #fff;
}

.ui-dash-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}

.ui-dash-head h4 {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}

.ui-dash-head .date {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.1em;
}

.ui-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.ui-stat {
  padding: 12px;
  background: #FAFBFA;
  border-radius: 8px;
  border: 1px solid var(--line-soft);
}

.ui-stat .lbl {
  font-size: 10px;
  color: var(--warm-grey);
  font-family: var(--f-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ui-stat .val {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}

.ui-stat .delta {
  font-size: 10px;
  color: var(--green);
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.ui-chart {
  height: 150px;
  background: #FAFBFA;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.ui-chart .chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ui-chart .chart-head h5 {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
}

.ui-chart .chart-head .legend {
  display: flex;
  gap: 10px;
  font-size: 9px;
  color: var(--warm-grey);
  font-family: var(--f-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ui-chart .chart-head .legend span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ui-chart .chart-head .legend .d {
  width: 8px;
  height: 2px;
  background: var(--green);
}

.ui-chart .chart-head .legend .d2 {
  background: var(--gold);
}

.ui-chart svg {
  width: 100%;
  height: 100%;
}

/* Phone mockup */
.ui-phone {
  position: absolute;
  width: 200px;
  height: 400px;
  right: clamp(40px, 7vw, 80px);
  top: 70px;
  background: #0E1612;
  border-radius: 28px;
  padding: 6px;
  box-shadow: 0 40px 80px rgba(14, 22, 18, 0.25);
  transform: rotate(4deg);
}

.ui-phone-inner {
  background: #fff;
  border-radius: 22px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ui-phone-notch {
  height: 22px;
  background: #0E1612;
  border-radius: 0 0 12px 12px;
  width: 60px;
  margin: 0 auto;
}

.ui-phone-body {
  padding: 12px;
  flex: 1;
}

.ui-phone-body h6 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
}

.ui-phone-body .sub {
  font-size: 10px;
  color: var(--warm-grey);
  margin-bottom: 12px;
}

.ui-phone-amt {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.ui-phone-amt sub {
  font-size: 12px;
  color: var(--warm-grey);
  font-weight: 500;
  margin-left: 3px;
  vertical-align: baseline;
}

.ui-phone-tap {
  margin-top: 16px;
  padding: 18px 12px;
  background: var(--green-tint);
  border: 1px dashed var(--green);
  border-radius: 10px;
  text-align: center;
}

.ui-phone-tap .ic {
  width: 36px;
  height: 36px;
  background: var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  margin: 0 auto 8px;
}

.ui-phone-tap .ic svg {
  width: 18px;
  height: 18px;
}

.ui-phone-tap .lbl {
  font-size: 11px;
  font-weight: 600;
  color: var(--green-deep);
}

.ui-phone-tap .sub2 {
  font-size: 9px;
  color: var(--green-deep);
  opacity: 0.7;
  margin-top: 2px;
}

.ui-phone-schemes {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.ui-phone-schemes .sc {
  height: 16px;
  padding: 0 8px;
  background: #F3F3EF;
  border-radius: 4px;
  font-family: var(--f-mono);
  font-size: 8px;
  font-weight: 600;
  display: grid;
  place-items: center;
  color: var(--ink-2);
  letter-spacing: 0.05em;
}

/* Proof bar */
.proof-bar {
  background: var(--green-darker);
  color: #fff;
  padding: 20px 0;
}

.proof-bar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-item .v {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #fff;
}

.proof-item .l {
  font-size: 12px;
  color: rgba(214, 234, 221, 0.75);
  line-height: 1.3;
}

.proof-item .ic {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
}

/* Section base */
.section {
  padding: clamp(72px, 10vw, 112px) 0;
  position: relative;
}

.section-tint {
  background: var(--neutral);
}

.section-green-tint {
  background: var(--green-tint);
}

.section-deep-green {
  background: var(--green-deep);
  color: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}

.section-head h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--ink);
  max-width: 18ch;
  text-wrap: balance;
}

.section-head h2 .green {
  color: var(--green);
}

.section-head .lead {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.55;
  color: var(--warm-grey);
  max-width: 50ch;
}

.section-head.centered {
  grid-template-columns: 1fr;
  text-align: center;
  place-items: center;
}

.section-head.centered h2 {
  margin: 14px auto 0;
}

.section-head.centered .lead {
  margin-top: 14px;
}

.section-head-simple {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 48px;
  max-width: 720px;
}

.section-head-simple h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.section-head-simple .lead {
  color: var(--warm-grey);
  font-size: 16px;
  line-height: 1.6;
  max-width: 60ch;
}

/* ============ PRODUCTS GRID (home) ============ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pc-color, var(--navy));
  border-radius: var(--radius) var(--radius) 0 0;
  opacity: 0.9;
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .25s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--pc-color, var(--navy)) 18%, transparent);
  border-color: color-mix(in srgb, var(--pc-color, var(--navy)) 35%, transparent);
}

.product-card h3 .latin-ds {
  color: var(--pc-color-deep, var(--navy)) !important;
}

.product-card .pc-features li svg {
  color: var(--pc-color, var(--navy)) !important;
}

.product-card .pc-link {
  color: var(--pc-color-deep, var(--navy)) !important;
}

.product-card .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-card .pc-ic {
  width: 52px;
  height: 52px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.product-card .pc-ic svg {
  width: 26px;
  height: 26px;
}

.product-card .pc-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-grey);
}

.product-card h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.05;
}

.product-card h3 .latin-ds {
  color: var(--green);
  font-weight: 500;
  margin-right: 6px;
}

.product-card .pc-pitch {
  font-size: 15px;
  line-height: 1.5;
  color: var(--warm-grey);
  flex: 1;
}

.product-card .pc-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.product-card .pc-features li {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
}

.product-card .pc-features li svg {
  width: 14px;
  height: 14px;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 3px;
}

.product-card .pc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}

.product-card .pc-link svg {
  width: 14px;
  height: 14px;
  transition: transform .2s;
}

.product-card:hover .pc-link svg {
  transform: translateX(4px);
}

/* ============ WHY GRID (6 cards) ============ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.why-card {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all .2s;
}

.why-card:hover {
  border-color: rgba(22, 50, 74, 0.3);
}

.why-card .ic {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.why-card .ic svg {
  width: 22px;
  height: 22px;
}

.why-card h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.why-card p {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.55;
}

/* ============ INDUSTRIES ROW ============ */
.industries-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.industry-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  aspect-ratio: 4 / 4;
  transition: all .2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.industry-card:hover {
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.industry-card .ic {
  width: 40px;
  height: 40px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.industry-card h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-top: auto;
}

.industry-card p {
  font-size: 12.5px;
  color: var(--warm-grey);
  line-height: 1.45;
}

.industry-card .arr {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--warm-grey);
  transition: all .2s;
}

.industry-card:hover .arr {
  color: var(--green);
  transform: translate(2px, -2px);
}

html[lang="ar"] .industry-card .arr {
  right: auto;
  left: 22px;
  transform: scaleX(-1);
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testimonial-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial-card .quote-mark {
  font-family: var(--f-display);
  font-size: 40px;
  line-height: 1;
  color: var(--green);
  font-weight: 600;
  height: 20px;
}

.testimonial-card q {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -0.01em;
  quotes: none;
}

.testimonial-card .attr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.testimonial-card .av {
  width: 40px;
  height: 40px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
}

.testimonial-card .who {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.testimonial-card .biz {
  font-size: 12px;
  color: var(--warm-grey);
}

/* ============ CTA BAND ============ */
.cta-band {
  background: var(--green-deep);
  color: #fff;
  padding: clamp(72px, 10vw, 112px) 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(22, 50, 74, 0.35), transparent 70%),
    radial-gradient(ellipse 80% 50% at 90% 80%, rgba(212, 165, 71, 0.08), transparent 70%);
  pointer-events: none;
}

.cta-band-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

.cta-band h2 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
  margin: 14px 0 20px;
}

.cta-band p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  max-width: 50ch;
  margin-bottom: 32px;
}

.cta-band .ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-band .contact-lines {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(8px);
}

.cta-band .contact-lines h4 {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}

.cta-band .contact-lines .line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band .contact-lines .line:last-child {
  border-bottom: none;
}

.cta-band .contact-lines .line span:first-child {
  color: rgba(255, 255, 255, 0.6);
}

.cta-band .contact-lines .line span:last-child {
  font-weight: 500;
}

/* ============ PRODUCT PAGE ============ */
.product-hero {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--green-tint) 0%, var(--paper) 100%);
}

.product-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-bottom: 80px;
}

.product-hero-copy .pill {
  margin-bottom: 20px;
}

.product-hero-copy h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 18px;
}

.product-hero-copy h1 .p-name {
  color: var(--green);
  font-weight: 600;
}

.product-hero-copy .hero-sub {
  font-size: 18px;
  color: var(--warm-grey);
  line-height: 1.55;
  margin-bottom: 30px;
  max-width: 44ch;
}

.product-hero-copy .meta {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.product-hero-copy .meta>div .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.product-hero-copy .meta>div .val {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.product-hero-visual {
  position: relative;
}

/* Problem / solution */
.prob-sol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.prob-sol .col {
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.prob-sol .col.prob {
  background: var(--neutral);
}

.prob-sol .col.sol {
  background: var(--green-tint);
  border-color: var(--line-green);
}

.prob-sol .col h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.prob-sol .col p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}

.prob-sol .col .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.prob-sol .col.sol .lbl {
  color: var(--green-deep);
}

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-item {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all .2s;
}

.feature-item:hover {
  border-color: var(--line-green);
}

.feature-item .ic {
  width: 38px;
  height: 38px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 9px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.feature-item .ic svg {
  width: 20px;
  height: 20px;
}

.feature-item h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.feature-item p {
  font-size: 13.5px;
  color: var(--warm-grey);
  line-height: 1.55;
}

/* Perfect-for */
.perfect-for {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.perfect-for .p-item {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 12px;
}

.perfect-for .p-item svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex-shrink: 0;
}

.perfect-for .p-item span {
  font-size: 14px;
  color: var(--ink-2);
}

/* Integrations */
.integrations-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.integ-chip {
  padding: 10px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.integ-chip .d {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

/* FAQ */
.faq {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}

.faq-row {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}

.faq-row summary {
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.01em;
}

.faq-row summary::-webkit-details-marker {
  display: none;
}

.faq-row summary .sign {
  width: 22px;
  height: 22px;
  color: var(--green);
  transition: transform .2s;
  flex-shrink: 0;
}

.faq-row[open] summary .sign {
  transform: rotate(45deg);
}

.faq-row .a {
  padding: 0 4px 18px;
  font-size: 14.5px;
  color: var(--warm-grey);
  line-height: 1.6;
  max-width: 68ch;
}

/* Pricing preview strip */
.pricing-preview {
  background: var(--neutral);
  border-radius: var(--radius);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  flex-wrap: wrap;
}

.pricing-preview .price-big {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.025em;
}

.pricing-preview .price-big sub {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--warm-grey);
  font-weight: 500;
  margin-left: 4px;
  vertical-align: baseline;
  bottom: 0;
}

/* ============ PRICING PAGE ============ */
.pricing-hero {
  padding: 80px 0 40px;
  text-align: center;
}

.pricing-hero .pill {
  margin-bottom: 20px;
}

.pricing-hero h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 16px;
  text-wrap: balance;
}

.pricing-hero h1 .green {
  color: var(--green);
}

.pricing-hero p {
  font-size: 18px;
  color: var(--warm-grey);
  line-height: 1.5;
  max-width: 56ch;
  margin: 0 auto;
}

.pricing-toggle {
  display: inline-flex;
  padding: 4px;
  background: var(--neutral);
  border: 1px solid var(--line);
  border-radius: 999px;
  margin: 32px auto 0;
  gap: 2px;
}

.pricing-toggle button {
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--warm-grey);
}

.pricing-toggle button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 60px;
}

.tier {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.tier.featured {
  background: var(--green-deep);
  color: #fff;
  border-color: var(--green-deep);
  box-shadow: 0 20px 40px rgba(18, 79, 49, 0.25);
}

.tier.featured h3,
.tier.featured .price,
.tier.featured .price sub {
  color: #fff;
}

.tier.enterprise {
  background: linear-gradient(180deg, var(--neutral) 0%, var(--paper) 100%);
}

.tier .badge {
  position: absolute;
  top: -12px;
  left: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tier .badge.popular {
  background: var(--gold);
  color: var(--ink);
}

.tier .badge.enterprise {
  background: var(--ink);
  color: var(--gold);
}

.tier-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tier h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.tier .tier-sub {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.5;
}

.tier.featured .tier-sub {
  color: rgba(255, 255, 255, 0.75);
}

.tier .price {
  font-family: var(--f-display);
  font-size: 48px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.tier .price .sar {
  font-size: 18px;
  font-weight: 500;
  color: var(--warm-grey);
  letter-spacing: 0;
}

.tier .price sub {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--warm-grey);
  font-weight: 500;
  vertical-align: baseline;
  bottom: 0;
  margin-left: 2px;
}

.tier.featured .price sub,
.tier.featured .price .sar {
  color: rgba(255, 255, 255, 0.7);
}

.tier .from {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: -6px;
}

.tier.featured .from {
  color: rgba(255, 255, 255, 0.6);
}

.tier .btn {
  width: 100%;
  justify-content: center;
}

.tier.featured .btn-primary {
  background: #fff;
  color: var(--green-deep);
}

.tier.featured .btn-primary:hover {
  background: var(--green-tint);
  box-shadow: none;
}

.tier-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.tier.featured .tier-feats {
  border-color: rgba(255, 255, 255, 0.12);
}

.tier-feats h5 {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-grey);
  font-weight: 500;
}

.tier.featured .tier-feats h5 {
  color: rgba(255, 255, 255, 0.6);
}

.tier-feats li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.45;
}

.tier.featured .tier-feats li {
  color: rgba(255, 255, 255, 0.88);
}

.tier-feats li svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}

.tier.featured .tier-feats li svg {
  color: var(--gold);
}

/* Compare table */
.compare-table {
  margin: 60px auto 0;
  max-width: 1000px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.compare-table table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 14px 20px;
  text-align: start;
  font-size: 14px;
  border-bottom: 1px solid var(--line-soft);
}

.compare-table th {
  font-family: var(--f-display);
  font-weight: 600;
  background: var(--neutral);
  font-size: 14px;
  color: var(--ink);
}

.compare-table th:not(:first-child),
.compare-table td:not(:first-child) {
  text-align: center;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table td svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  display: inline-block;
}

.compare-table td .dash {
  color: var(--line);
}

/* ============ ABOUT PAGE ============ */
.about-hero {
  padding: 80px 0 60px;
  background: var(--green-tint);
}

.about-hero h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 72px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  color: var(--ink);
  margin-bottom: 22px;
  max-width: 20ch;
  text-wrap: balance;
}

.about-hero h1 .green {
  color: var(--green);
}

.about-hero p {
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.55;
  max-width: 62ch;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 48px 0 0;
  padding: 32px 0;
  border-top: 1px solid var(--line-green);
}

.about-stat .v {
  font-family: var(--f-display);
  font-size: 38px;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: -0.025em;
  line-height: 1;
}

.about-stat .l {
  font-size: 13px;
  color: var(--warm-grey);
  margin-top: 6px;
}

.leadership {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.leader-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leader-card .portrait {
  aspect-ratio: 4 / 3;
  background: var(--green-tint);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--green-deep);
}

.leader-card .portrait .ph-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  opacity: 0.6;
}

.leader-card .portrait .monogram {
  font-family: var(--f-display);
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: rgba(22, 50, 74, 0.3);
}

.leader-card h4 {
  font-family: var(--f-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.leader-card .role {
  font-size: 13px;
  color: var(--green);
  font-weight: 500;
  font-family: var(--f-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -10px;
}

.leader-card p {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.55;
}

.timeline-v {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.tl-row-v {
  display: grid;
  grid-template-columns: 110px 40px 1fr;
  gap: 24px;
  padding: 20px 0;
  align-items: start;
  position: relative;
}

.tl-year-v {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: -0.01em;
  padding-top: 2px;
}

.tl-dot {
  position: relative;
  padding-top: 8px;
}

.tl-dot::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid var(--paper);
  outline: 2px solid var(--green);
}

.tl-dot::after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: -20px;
  left: 50%;
  width: 2px;
  background: var(--line);
  transform: translateX(-50%);
}

.tl-row-v:last-child .tl-dot::after {
  display: none;
}

.tl-title-v {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.tl-desc-v {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.55;
  max-width: 62ch;
}

/* ============ CONTACT PAGE ============ */
.contact-hero-v2 {
  padding: 80px 0 40px;
  text-align: center;
}

.contact-hero-v2 h1 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 64px);
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 16px;
  text-wrap: balance;
}

.contact-hero-v2 h1 .green {
  color: var(--green);
}

.contact-hero-v2 p {
  font-size: 17px;
  color: var(--warm-grey);
  line-height: 1.5;
  max-width: 54ch;
  margin: 0 auto;
}

.contact-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-path {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all .25s;
  text-align: start;
}

.contact-path.featured {
  background: var(--green-deep);
  color: #fff;
  border-color: var(--green-deep);
}

.contact-path:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.contact-path .ic {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.contact-path.featured .ic {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.contact-path h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.contact-path.featured h3 {
  color: #fff;
}

.contact-path p {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.55;
  flex: 1;
}

.contact-path.featured p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-path .big {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.contact-path.featured .big {
  color: #fff;
}

.contact-path .btn {
  margin-top: auto;
  align-self: start;
}

.contact-form-v2 {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.contact-form-v2 h3 {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.contact-form-v2>p {
  font-size: 14px;
  color: var(--warm-grey);
  margin-bottom: 28px;
}

.ff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ff {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ff.full {
  grid-column: 1 / -1;
}

.ff label {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
}

.ff input,
.ff textarea,
.ff select {
  padding: 11px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
}

.ff input:focus,
.ff textarea:focus,
.ff select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-tint);
}

.ff textarea {
  min-height: 120px;
  resize: vertical;
}

.ff-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.ff-chip {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12.5px;
  background: var(--paper);
  cursor: pointer;
  transition: all .15s;
}

.ff-chip:hover {
  border-color: var(--ink);
}

.ff-chip.active {
  background: var(--green-tint);
  color: var(--green-deep);
  border-color: var(--green);
}

.ff-submit {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ff-submit .note {
  font-size: 12px;
  color: var(--warm-grey);
}

.map-embed {
  margin-top: 24px;
  aspect-ratio: 16/6;
  background: var(--green-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.map-embed .grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line-green) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-green) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.5;
}

.map-embed .pin {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.map-embed .pin-dot {
  width: 16px;
  height: 16px;
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(18, 79, 49, 0.4);
}

.map-embed .pin-dot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--green);
  border-radius: 50%;
  animation: pinPulse 2s ease-out infinite;
}

@keyframes pinPulse {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.map-embed .pin-label {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 12px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

/* ============ INDUSTRIES (SOLUTIONS) PAGE ============ */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.solution-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  transition: all .25s;
  cursor: pointer;
}

.solution-card:hover {
  border-color: var(--line-green);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.solution-card .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solution-card .ic {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}

.solution-card h3 {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.solution-card p {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.55;
}

.solution-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.solution-card .tag {
  padding: 3px 9px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
}

.solution-card .visual {
  aspect-ratio: 1;
  background: var(--green-tint);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--green-deep);
}

.solution-card .visual .mono {
  font-family: var(--f-display);
  font-size: 88px;
  font-weight: 700;
  color: rgba(22, 50, 74, 0.2);
  letter-spacing: -0.04em;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-grid,
  .why-grid,
  .feature-grid,
  .testimonials,
  .industries-row,
  .pricing-tiers,
  .leadership,
  .contact-paths,
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-bar-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prob-sol {
    grid-template-columns: 1fr;
  }

  .cta-band-inner {
    grid-template-columns: 1fr;
  }

  .ui-phone {
    right: clamp(20px, 4vw, 40px);
    top: 50px;
    width: 160px;
    height: 340px;
    transform: rotate(3deg);
  }

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

@media (max-width: 700px) {
  .hero {
    padding: 48px 0 60px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy .hero-sub {
    font-size: 16px;
  }

  .products-grid,
  .why-grid,
  .feature-grid,
  .testimonials,
  .industries-row,
  .pricing-tiers,
  .leadership,
  .contact-paths,
  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .proof-bar-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ui-phone {
    display: none;
  }

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

  .ui-dash-body {
    grid-template-columns: 1fr;
  }

  .ui-dash-side {
    display: none;
  }

  .section {
    padding: 60px 0;
  }

  .section-head {
    margin-bottom: 36px;
  }

  .tl-row-v {
    grid-template-columns: 70px 30px 1fr;
    gap: 16px;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-v2 {
    padding: 24px;
  }

  .ff-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    grid-template-columns: 1fr;
  }

  .solution-card .visual {
    display: none;
  }

  .compare-table {
    font-size: 12px;
  }

  .compare-table th,
  .compare-table td {
    padding: 10px 12px;
  }
}


/* ============================================================
   v2 — Pricing, Solutions, About, Contact (new pages)
   ============================================================ */

/* PRICING */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.tier {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: all .25s ease;
}

.tier:hover {
  border-color: rgba(22, 50, 74, 0.2);
  box-shadow: var(--shadow-sm);
}

.tier.accent {
  border-color: var(--green);
  border-width: 2px;
  box-shadow: 0 20px 60px rgba(22, 50, 74, 0.12);
  transform: translateY(-6px);
}

.tier.gold {
  border-color: rgba(212, 165, 71, 0.35);
  background: linear-gradient(180deg, #FDFBF4 0%, var(--paper) 40%);
}

.tier .ribbon {
  position: absolute;
  top: -14px;
  left: 28px;
  background: var(--green);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-family: var(--f-mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

.tier h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.tier .tag {
  font-size: 13px;
  color: var(--warm-grey);
  margin-top: -8px;
}

.tier-price .amt {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 44px;
  color: var(--ink);
  letter-spacing: -0.035em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px;
}

.tier-price .amt .curr {
  color: var(--warm-grey);
  margin-right: 4px;
  align-self: center;
  display: flex;
  align-items: center;
}

.tier-price .amt sub {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--warm-grey);
  font-weight: 500;
  margin-left: 4px;
  vertical-align: baseline;
  bottom: 0;
}

.tier-price .note {
  font-size: 11px;
  color: var(--warm-grey);
  margin-top: 8px;
  font-family: var(--f-mono);
  letter-spacing: 0.05em;
}

.tier-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  margin-top: 4px;
}

.tier-features li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.45;
}

.tier-features li svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Compare table */
.compare {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.compare table {
  width: 100%;
  border-collapse: collapse;
}

.compare th,
.compare td {
  padding: 14px 20px;
  text-align: start;
  font-size: 13.5px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-2);
}

.compare th {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  background: var(--neutral);
}

.compare th:not(:first-child),
.compare td:not(:first-child) {
  text-align: center;
}

.compare th.accent,
.compare td.accent {
  background: var(--green-tint);
  color: var(--green-deep);
  font-weight: 500;
}

.compare tr:last-child td {
  border-bottom: none;
}

.compare td:first-child {
  font-weight: 500;
  color: var(--ink);
}

/* SOLUTIONS */
.solutions-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}

.solution-block {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  padding: 40px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all .25s;
}

.solution-block:hover {
  border-color: rgba(22, 50, 74, 0.2);
  box-shadow: var(--shadow-sm);
}

.solution-block .s-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: start;
}

.solution-block .s-num {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--green);
  letter-spacing: 0.2em;
  font-weight: 600;
}

.solution-block .ic {
  width: 48px;
  height: 48px;
  background: var(--green-tint);
  border-radius: var(--radius-sm);
  color: var(--green);
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}

.solution-block h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: -0.025em;
}

.solution-block p {
  font-size: 15px;
  color: var(--warm-grey);
  line-height: 1.6;
  max-width: 55ch;
}

.solution-block .s-modules {
  margin: 10px 0;
}

.solution-block .s-modules .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.solution-block .s-modules .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mod-chip {
  padding: 6px 12px;
  background: var(--neutral);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--ink-2);
  cursor: pointer;
  transition: all .15s;
  display: inline-flex;
  align-items: center;
}

.mod-chip:hover {
  background: var(--green-tint);
  border-color: var(--green);
  color: var(--green-deep);
}

.mod-chip .latin-ds {
  color: var(--green);
  font-weight: 500;
  margin-right: 4px;
  font-family: var(--f-display);
}

.solution-block .s-right {
  background: var(--neutral);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}

.s-stat {
  border-left: 2px solid var(--green);
  padding-left: 14px;
}

html[lang="ar"] .s-stat {
  border-left: none;
  border-right: 2px solid var(--green);
  padding-left: 0;
  padding-right: 14px;
}

.s-stat .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.s-stat .v {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

/* ABOUT */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid var(--line-soft);
}

.about-story .story-text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  margin-bottom: 18px;
}

.mission-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 80px;
}

.mv-card {
  padding: 40px;
  background: var(--green-tint);
  border: 1px solid var(--line-green);
  border-radius: var(--radius);
}

.mv-card:last-child {
  background: var(--gold-tint);
  border-color: rgba(212, 165, 71, 0.3);
}

.mv-card h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-top: 14px;
}

.creds {
  margin-top: 100px;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cred {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all .2s;
}

.cred:hover {
  border-color: var(--green);
}

.cred .c-badge {
  display: inline-block;
  padding: 4px 10px;
  background: var(--green-tint);
  color: var(--green-deep);
  border-radius: 5px;
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}

.cred .c-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 4px;
}

.cred .c-status {
  font-size: 13px;
  color: var(--warm-grey);
  line-height: 1.5;
}

.leadership {
  margin-top: 100px;
  display: block;
  grid-template-columns: none;
}

.leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.leader {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.leader .l-av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green-deep);
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.leader .l-role {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--green);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}

.leader .l-name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.leader p {
  font-size: 13.5px;
  color: var(--warm-grey);
  line-height: 1.55;
}

/* CONTACT */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}

.contact-paths,
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-path {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.c-path .ic {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  color: var(--green);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.c-path h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.c-path>p {
  font-size: 13.5px;
  color: var(--warm-grey);
  margin-bottom: 18px;
  line-height: 1.55;
}

.calendar-embed {
  background: var(--neutral);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  padding: 16px;
}

.cal-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 14px;
}

.cal-head .m {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  letter-spacing: 0.05em;
}

.cal-head .sm {
  font-size: 11px;
  color: var(--warm-grey);
  margin-top: 2px;
}

.cal-nav {
  display: flex;
  gap: 10px;
  font-family: var(--f-display);
  font-size: 18px;
  color: var(--warm-grey);
}

.cal-nav span {
  cursor: pointer;
  padding: 0 4px;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
  margin-bottom: 16px;
}

.cal-dow {
  text-align: center;
  font-family: var(--f-mono);
  font-size: 9px;
  color: var(--warm-grey);
  padding: 6px 0;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.cal-day {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-family: var(--f-mono);
  color: var(--ink-2);
  border-radius: 4px;
  cursor: default;
}

.cal-day.past {
  color: var(--warm-grey);
  opacity: 0.3;
}

.cal-day.avail {
  background: var(--green-tint);
  color: var(--green-deep);
  font-weight: 600;
  cursor: pointer;
}

.cal-day.avail:hover {
  background: var(--green);
  color: #fff;
}

.cal-day.sel {
  background: var(--green);
  color: #fff;
  font-weight: 600;
}

.cal-times .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}

.cal-times .slots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.slot {
  padding: 6px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--ink-2);
  cursor: pointer;
}

.slot:hover {
  border-color: var(--green);
  color: var(--green);
}

.slot.sel {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.direct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.drc {
  padding: 14px;
  background: var(--neutral);
  border-radius: var(--radius-sm);
}

.drc .lbl {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.drc .v {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}

.contact-form {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-form .ic {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  color: var(--green);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.contact-form h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.contact-form>p {
  font-size: 13.5px;
  color: var(--warm-grey);
  margin-bottom: 20px;
  line-height: 1.55;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-form label span {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--warm-grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px 12px;
  background: var(--neutral);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 14px;
  color: var(--ink);
  transition: border-color .15s, background .15s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
  background: var(--paper);
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.form-done {
  text-align: center;
  padding: 40px 20px;
}

.form-done .ic-ok {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green);
  display: grid;
  place-items: center;
}

.form-done h5 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 8px;
}

.form-done p {
  font-size: 14px;
  color: var(--warm-grey);
}

/* Office */
.office {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
  padding-top: 80px;
  border-top: 1px solid var(--line-soft);
}

.o-left .o-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.o-left .line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
}

.o-left .line span:first-child {
  color: var(--warm-grey);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.o-left .line span:last-child {
  color: var(--ink);
  font-weight: 500;
}

.o-map {
  height: 320px;
  background: var(--green-tint);
  border-radius: var(--radius);
  border: 1px solid var(--line-green);
  position: relative;
  overflow: hidden;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(22, 50, 74, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 50, 74, 0.15) 1px, transparent 1px);
  background-size: 32px 32px;
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--green);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(22, 50, 74, 0.3);
  white-space: nowrap;
}

.map-note {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--green-deep);
  opacity: 0.5;
  text-align: center;
  letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 1080px) {

  .pricing-grid,
  .cred-grid,
  .leaders,
  .mission-vision,
  .contact-layout,
  .about-story,
  .office {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-story,
  .office {
    padding-top: 40px;
    margin-top: 40px;
  }

  .solution-block {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
  }

  .tier.accent {
    transform: none;
  }

  .tier .ribbon {
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 680px) {

  .contact-form form .row,
  .direct-row {
    grid-template-columns: 1fr;
  }

  .compare {
    font-size: 11px;
    overflow-x: auto;
  }

  .compare th,
  .compare td {
    padding: 10px 8px;
  }
}