app-landing-home {
  display: block;
  overflow: hidden;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0d9488;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #0d9488;
}

.section-heading {
  max-width: 690px;
  margin: 16px 0 0;
  color: #050a16;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.section-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: #60716b;
  font-size: 16px;
  line-height: 1.75;
}

.hero {
  min-height: 830px;
  padding: 150px 0 86px;
  position: relative;
  background:
    radial-gradient(circle at 16% 4%, rgba(13, 148, 136, .3), transparent 24%),
    linear-gradient(180deg, #f6f8f3 0%, #edf3eb 100%);
}

.hero-aurora {
  position: absolute;
  width: 440px;
  height: 440px;
  inset: 13% auto auto 42%;
  border-radius: 50%;
  background: rgba(13, 148, 136, .1);
  filter: blur(70px);
  pointer-events: none;
  animation: aurora-drift 9s ease-in-out infinite alternate;
}

.hero-orbit {
  position: absolute;
  width: 180px;
  height: 180px;
  inset: auto 4% 7% auto;
  border: 1px solid rgba(13, 148, 136, .14);
  border-radius: 50%;
  pointer-events: none;
  animation: orbit-spin 18s linear infinite;
}

.hero-orbit::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  inset: 14px auto auto 28px;
  border-radius: 50%;
  background: #0d9488;
  box-shadow: 0 0 0 7px rgba(13, 148, 136, .18);
}

@keyframes aurora-drift {
  from { transform: translate3d(-8%, -4%, 0) scale(.9); }
  to { transform: translate3d(12%, 8%, 0) scale(1.14); }
}

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

.tunisia-pattern {
  position: absolute;
  inset: 88px 0 auto;
  height: 260px;
  opacity: .22;
  pointer-events: none;
  background:
    radial-gradient(circle at 12px 12px, rgba(13, 148, 136, .34) 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 47%, rgba(5, 10, 22, .11) 48% 52%, transparent 53% 100%);
  background-size: 34px 34px, 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 72%, transparent);
}

.heritage-card {
  position: relative;
  max-width: 520px;
  margin-top: 28px;
  padding: 16px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  border: 1px solid rgba(13, 148, 136, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 16px 36px rgba(5, 10, 22, .07);
  backdrop-filter: blur(16px);
  animation: hero-enter .8s .5s both cubic-bezier(.2, .8, .2, 1);
}

.heritage-stamp {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(5, 10, 22, .1);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(13, 148, 136, .16), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 50% 50%, rgba(13, 148, 136, .22), transparent 42%);
  color: #050a16;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.heritage-title {
  margin: 0;
  color: #050a16;
  font-size: 14px;
  font-weight: 850;
}

.heritage-copy {
  margin: 6px 0 0;
  color: #60716b;
  font-size: 12px;
  line-height: 1.6;
}

.city-pills {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.city-pill {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(13, 148, 136, .1);
  color: #0d9488;
  font-size: 11px;
  font-weight: 800;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .32;
  pointer-events: none;
  background-image: linear-gradient(rgba(5, 10, 22, .07) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(5, 10, 22, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 68px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 148, 136, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #0d9488;
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 7px 24px rgba(5, 10, 22, .05);
  animation: hero-enter .7s .08s both cubic-bezier(.2, .8, .2, 1);
}

.hero-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d9488;
  box-shadow: 0 0 0 4px rgba(13, 148, 136, .25);
}

.hero h1 {
  max-width: 620px;
  margin: 26px 0 0;
  color: #050a16;
  font-size: clamp(48px, 6.1vw, 78px);
  line-height: .98;
  letter-spacing: -.072em;
  animation: hero-enter .8s .16s both cubic-bezier(.2, .8, .2, 1);
}

.hero h1 span {
  color: #0d9488;
}

.hero-copy {
  max-width: 590px;
  margin: 28px 0 0;
  color: #52635d;
  font-size: 17px;
  line-height: 1.72;
  animation: hero-enter .8s .25s both cubic-bezier(.2, .8, .2, 1);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  animation: hero-enter .8s .34s both cubic-bezier(.2, .8, .2, 1);
}

.primary-cta, .secondary-cta {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 13px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}

.primary-cta {
  background: #050a16;
  color: #fff;
  box-shadow: 0 13px 30px rgba(5, 10, 22, .18);
}

.primary-cta .arrow {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0d9488;
  color: #050a16;
}

.secondary-cta {
  border: 1px solid #ccd8d1;
  background: rgba(255, 255, 255, .65);
  color: #050a16;
}

.primary-cta:hover, .secondary-cta:hover { transform: translateY(-2px); }

.hero-facts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 31px;
  color: #65756f;
  font-size: 12px;
  font-weight: 650;
  animation: hero-enter .8s .42s both cubic-bezier(.2, .8, .2, 1);
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.fact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.check {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcebdd;
  color: #0d9488;
  font-size: 11px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.fact:hover .check, .plan-list li:hover .check {
  transform: scale(1.15) rotate(-8deg);
  background: #0d9488;
}

.product-scene {
  position: relative;
  padding: 22px 0 30px;
  perspective: 1200px;
  animation: hero-enter .9s .26s both cubic-bezier(.2, .8, .2, 1);
}

.dashboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(5, 10, 22, .15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 40px 90px rgba(5, 10, 22, .17);
  transform: rotate(1.2deg) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, box-shadow .25s ease;
}

.product-scene:hover .dashboard {
  box-shadow: 0 48px 110px rgba(5, 10, 22, .22);
}

.browser-bar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border-bottom: 1px solid #e9eeea;
  background: #fafbf9;
}

.browser-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5cf;
}

.browser-address {
  width: 190px;
  margin-inline-start: 8px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #eef2ee;
  color: #89958f;
  font-size: 9px;
}

.dashboard-body {
  min-height: 470px;
  display: grid;
  grid-template-columns: 140px 1fr;
}

.sidebar {
  padding: 22px 14px;
  background: #050a16;
  color: rgba(255, 255, 255, .65);
}

.side-brand {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.side-logo {
  width: 94px;
  height: auto;
  display: block;
}

.side-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 650;
}

.side-link.active {
  background: rgba(13, 148, 136, .12);
  color: #0d9488;
}

.side-icon {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 4px;
  opacity: .8;
}

.dash-content {
  padding: 25px;
  background: #f7f9f6;
}

.dash-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 21px;
}

.dash-title {
  color: #050a16;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.dash-subtitle {
  margin-top: 4px;
  color: #83908a;
  font-size: 9px;
}

.dash-button {
  padding: 8px 11px;
  border-radius: 7px;
  background: #0d9488;
  color: #fff;
  font-size: 9px;
  font-weight: 750;
}

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

.kpi-card {
  padding: 15px;
  border: 1px solid #e3e9e4;
  border-radius: 11px;
  background: #fff;
}

.kpi-label { color: #89958f; font-size: 8px; font-weight: 750; text-transform: uppercase; }
.kpi-value { margin-top: 7px; color: #050a16; font-size: 19px; font-weight: 850; letter-spacing: -.04em; }
.kpi-trend { margin-top: 5px; color: #0d9488; font-size: 8px; font-weight: 750; }

.dash-lower {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 11px;
  margin-top: 11px;
}

.chart-card, .orders-card {
  padding: 15px;
  border: 1px solid #e3e9e4;
  border-radius: 11px;
  background: #fff;
}

.card-label {
  color: #050a16;
  font-size: 10px;
  font-weight: 800;
}

.chart {
  height: 110px;
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  border-bottom: 1px solid #e8ede9;
}

.bar {
  flex: 1;
  min-width: 5px;
  border-radius: 4px 4px 0 0;
  background: #0d9488;
  opacity: .75;
  transform-origin: bottom;
  animation: chart-grow .8s both cubic-bezier(.2, .8, .2, 1);
  animation-delay: calc(var(--bar-index) * 45ms + 500ms);
}

@keyframes chart-grow {
  from { transform: scaleY(.05); opacity: .2; }
  to { transform: scaleY(1); opacity: .75; }
}

.order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1ee;
  font-size: 8px;
}

.order-name { color: #050a16; font-weight: 750; }
.order-meta { margin-top: 2px; color: #909b96; }
.order-status {
  padding: 4px 6px;
  border-radius: 999px;
  background: #e1f2e8;
  color: #0d9488;
  font-weight: 750;
  white-space: nowrap;
}

.floating-card {
  position: absolute;
  padding: 12px 14px;
  border: 1px solid rgba(5, 10, 22, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 44px rgba(5, 10, 22, .16);
  backdrop-filter: blur(10px);
}

.floating-card strong {
  display: block;
  color: #050a16;
  font-size: 11px;
}

.floating-card span {
  display: block;
  margin-top: 3px;
  color: #788680;
  font-size: 9px;
}

.floating-order { inset: 6px -25px auto auto; }
.floating-stock { inset: auto auto 0 -26px; }

.floating-order { animation: float-card 4.4s ease-in-out infinite; }
.floating-stock { animation: float-card 5.1s .7s ease-in-out infinite reverse; }

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.local-strip {
  position: relative;
  z-index: 2;
  margin-top: -26px;
}

.local-inner {
  min-height: 82px;
  padding: 16px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid #dbe4dd;
  border-radius: 17px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 40px rgba(5, 10, 22, .08);
  backdrop-filter: blur(14px);
}

.local-item {
  transition: color .2s ease, transform .2s ease;
}

.local-item:hover {
  color: #0d9488;
  transform: translateY(-2px);
}

.local-item {
  min-height: 42px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-inline-end: 1px solid #e4e9e5;
  color: #40524c;
  font-size: 12px;
  font-weight: 700;
}

.local-item:last-child { border-inline-end: 0; }

.local-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #edf4ee;
  color: #0d9488;
  font-size: 11px;
  font-weight: 900;
}

.local-icon.tunisian {
  background:
    linear-gradient(135deg, rgba(13, 148, 136, .14), rgba(5, 10, 22, .06)),
    #fff;
  border: 1px solid rgba(13, 148, 136, .2);
}

.workflow {
  padding: 130px 0 115px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.workflow::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,4 56,30 30,56 4,30' fill='rgba(13,148,136,.05)' stroke='rgba(13,148,136,.14)' stroke-width='1'/%3E%3Crect x='15' y='15' width='30' height='30' fill='rgba(13,148,136,.04)' stroke='rgba(13,148,136,.12)' stroke-width='1'/%3E%3Ccircle cx='30' cy='4' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='56' cy='30' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='30' cy='56' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='4' cy='30' r='2' fill='rgba(13,148,136,.22)'/%3E%3Crect x='-4' y='-4' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 0 0)'/%3E%3Crect x='56' y='-4' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 60 0)'/%3E%3Crect x='-4' y='56' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 0 60)'/%3E%3Crect x='56' y='56' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 60 60)'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.workflow-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.workflow-header .section-copy { max-width: 450px; }

.steps {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dce5df;
}

.step {
  position: relative;
  padding: 38px 38px 0 0;
  transition: transform .25s ease;
}

.step:hover { transform: translateY(-6px); }

.step::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  inset: -5px auto auto 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0d9488;
  box-shadow: 0 0 0 1px #0d9488;
}

.step-number {
  color: #0d9488;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.step h3 {
  margin: 18px 0 0;
  color: #050a16;
  font-size: 23px;
  letter-spacing: -.04em;
}

.step p {
  max-width: 320px;
  margin: 13px 0 0;
  color: #687872;
  line-height: 1.7;
}

.product {
  padding: 115px 0;
  background: #050a16;
  color: #fff;
}

.product .eyebrow { color: #0d9488; }
.product .eyebrow::before { background: #0d9488; }
.product .section-heading { color: #fff; }
.product .section-copy { color: rgba(255, 255, 255, .62); }

.product-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 76px;
}

.capability-list {
  margin-top: 40px;
  display: grid;
  gap: 10px;
}

.capability {
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.capability:hover {
  transform: translateX(8px);
  border-color: rgba(13, 148, 136, .3);
  background: rgba(13, 148, 136, .055);
}

[dir="rtl"] app-landing-home .capability:hover { transform: translateX(-8px); }

.capability-index {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(13, 148, 136, .12);
  color: #0d9488;
  font-size: 11px;
  font-weight: 850;
}

.capability h3 { margin: 0; font-size: 14px; }
.capability p { margin: 5px 0 0; color: rgba(255, 255, 255, .54); font-size: 12px; line-height: 1.55; }

.store-preview {
  position: relative;
  min-height: 590px;
  border-radius: 24px;
  background: #eef1e9;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .24);
  overflow: hidden;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.store-preview:hover { transform: translateY(-8px) rotate(-.35deg); }

.store-top {
  height: 62px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #050a16;
}

.store-logo { font-size: 15px; font-weight: 850; letter-spacing: -.04em; }
.store-nav { display: flex; gap: 19px; color: #73817b; font-size: 9px; font-weight: 700; }
.store-cart {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #050a16;
  color: #fff;
  font-size: 10px;
}

.store-hero {
  padding: 45px 34px 38px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 24px;
  background: #d9e9d6;
  color: #050a16;
}

.store-kicker {
  color: #0d9488;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.store-hero h3 {
  margin: 9px 0 0;
  font-size: 30px;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.store-hero p {
  margin: 12px 0 0;
  color: #5b6d66;
  font-size: 10px;
  line-height: 1.6;
}

.shop-button {
  margin-top: 17px;
  padding: 9px 13px;
  display: inline-block;
  border-radius: 8px;
  background: #050a16;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.product-shape {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 42% 58%;
  background: #0d9488;
  box-shadow: inset -24px -18px 0 rgba(5, 10, 22, .16);
  animation: product-breathe 5s ease-in-out infinite;
}

@keyframes product-breathe {
  0%, 100% { transform: rotate(-2deg) scale(1); border-radius: 50% 50% 42% 58%; }
  50% { transform: rotate(3deg) scale(1.04); border-radius: 44% 56% 53% 47%; }
}

.hero-shop-bag {
  width: 54%;
  aspect-ratio: .88;
  position: relative;
  display: grid;
  place-items: center;
  border: 7px solid #050a16;
  border-radius: 12px 12px 20px 20px;
  background: #fff;
  box-shadow: 10px 12px 0 rgba(5, 10, 22, .18);
  transform: rotate(2deg);
}

.hero-shop-bag::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 35%;
  top: -28%;
  left: 25%;
  border: 7px solid #050a16;
  border-bottom: 0;
  border-radius: 50px 50px 0 0;
}

.hero-shop-bag::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  left: 50%;
  border-radius: 50%;
  background: #0d9488;
  box-shadow: -31px 0 #0d9488, 31px 0 #0d9488;
  transform: translateX(-50%);
}

.hero-shop-bag img {
  width: 60%;
  height: auto;
  margin-top: 12%;
  display: block;
}

.store-products { padding: 28px 26px; color: #050a16; }
.store-products-title { font-size: 13px; font-weight: 850; }
.store-product-grid { margin-top: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.store-product-card { padding: 9px; border-radius: 11px; background: #fff; }
.store-product-card { transition: transform .22s ease, box-shadow .22s ease; }
.store-product-card:hover,
.store-product-card:focus-visible { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(5, 10, 22, .12); }
.store-product-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #edf3ee;
}
.store-product-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity .35s ease, transform .4s cubic-bezier(.2, .8, .2, 1);
}
.store-product-image--alt { opacity: 0; transform: scale(1.06); }
.store-product-card:hover .store-product-image--primary,
.store-product-card:focus-visible .store-product-image--primary { opacity: 0; transform: scale(.96); }
.store-product-card:hover .store-product-image--alt,
.store-product-card:focus-visible .store-product-image--alt { opacity: 1; transform: scale(1); }
.store-product-name { margin-top: 8px; font-size: 9px; font-weight: 750; }
.store-product-price { margin-top: 3px; color: #0d9488; font-size: 9px; font-weight: 850; }

.solutions {
  padding: 115px 0;
  background: #f6f8f3;
  position: relative;
  overflow: hidden;
}

.solutions::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,4 56,30 30,56 4,30' fill='rgba(13,148,136,.05)' stroke='rgba(13,148,136,.14)' stroke-width='1'/%3E%3Crect x='15' y='15' width='30' height='30' fill='rgba(13,148,136,.04)' stroke='rgba(13,148,136,.12)' stroke-width='1'/%3E%3Ccircle cx='30' cy='4' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='56' cy='30' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='30' cy='56' r='2' fill='rgba(13,148,136,.22)'/%3E%3Ccircle cx='4' cy='30' r='2' fill='rgba(13,148,136,.22)'/%3E%3Crect x='-4' y='-4' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 0 0)'/%3E%3Crect x='56' y='-4' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 60 0)'/%3E%3Crect x='-4' y='56' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 0 60)'/%3E%3Crect x='56' y='56' width='8' height='8' fill='rgba(13,148,136,.14)' transform='rotate(45 60 60)'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.solutions-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.solution-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 13px;
}

.solution-card {
  min-height: 330px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dce5df;
  border-radius: 17px;
  background: #fff;
  transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s ease, border-color .25s ease;
}

.solution-card:hover {
  transform: translateY(-9px);
  border-color: rgba(13, 148, 136, .36);
  box-shadow: 0 22px 45px rgba(5, 10, 22, .1);
}

.solution-card.primary {
  border-color: #050a16;
  background: #050a16;
  color: #fff;
}

.solution-code {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #dce5df;
  border-radius: 11px;
  color: #0d9488;
  font-size: 11px;
  font-weight: 900;
}

.primary .solution-code {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(13, 148, 136, .12);
  color: #0d9488;
}

.solution-card h3 {
  margin: 54px 0 0;
  font-size: 23px;
  letter-spacing: -.045em;
}

.solution-card p {
  margin: 13px 0 0;
  color: #687872;
  font-size: 13px;
  line-height: 1.65;
}

.primary p { color: rgba(255, 255, 255, .58); }

.solution-link {
  margin-top: auto;
  padding-top: 22px;
  color: #0d9488;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.primary .solution-link { color: #0d9488; }

.features {
  padding: 115px 0;
  background: #081c22;
}

.feature-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.feature-card {
  min-height: 230px;
  padding: 25px;
  border: 1px solid #e0e7e2;
  border-radius: 16px;
  background: #fbfcfa;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(13, 148, 136, .28);
  background: #fff;
}

.feature-symbol {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e7f0e8;
  color: #0d9488;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .25s ease, background .25s ease;
}

.feature-card:hover .feature-symbol {
  transform: rotate(-7deg) scale(1.08);
  background: #0d9488;
  color: #050a16;
}

.feature-card h3 {
  margin: 44px 0 0;
  color: #050a16;
  font-size: 18px;
  letter-spacing: -.035em;
}

.feature-card p {
  margin: 10px 0 0;
  color: #6a7974;
  font-size: 13px;
  line-height: 1.65;
}

.pricing {
  padding: 115px 0;
  background: #edf3eb;
  position: relative;
  overflow: hidden;
}

.pricing::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,4 56,30 30,56 4,30' fill='rgba(13,148,136,.08)' stroke='rgba(13,148,136,.24)' stroke-width='1'/%3E%3Crect x='15' y='15' width='30' height='30' fill='rgba(13,148,136,.07)' stroke='rgba(13,148,136,.2)' stroke-width='1'/%3E%3Ccircle cx='30' cy='4' r='2' fill='rgba(13,148,136,.3)'/%3E%3Ccircle cx='56' cy='30' r='2' fill='rgba(13,148,136,.3)'/%3E%3Ccircle cx='30' cy='56' r='2' fill='rgba(13,148,136,.3)'/%3E%3Ccircle cx='4' cy='30' r='2' fill='rgba(13,148,136,.3)'/%3E%3Crect x='-4' y='-4' width='8' height='8' fill='rgba(13,148,136,.18)' transform='rotate(45 0 0)'/%3E%3Crect x='56' y='-4' width='8' height='8' fill='rgba(13,148,136,.18)' transform='rotate(45 60 0)'/%3E%3Crect x='-4' y='56' width='8' height='8' fill='rgba(13,148,136,.18)' transform='rotate(45 0 60)'/%3E%3Crect x='56' y='56' width='8' height='8' fill='rgba(13,148,136,.18)' transform='rotate(45 60 60)'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.pricing-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.plan {
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d7e1da;
  border-radius: 18px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(5, 10, 22, .1); }

.plan.featured {
  border-color: #050a16;
  background: #050a16;
  color: #fff;
  box-shadow: 0 24px 60px rgba(5, 10, 22, .18);
}

.plan-tag {
  align-self: flex-start;
  padding: 5px 8px;
  border-radius: 999px;
  background: #0d9488;
  color: #050a16;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.plan-name {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 850;
}

.plan-price {
  margin-top: 13px;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.plan-price small {
  color: #75837d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.featured .plan-price small { color: rgba(255, 255, 255, .5); }

.plan-desc {
  min-height: 45px;
  margin-top: 10px;
  color: #6b7a74;
  font-size: 12px;
  line-height: 1.6;
}

.featured .plan-desc { color: rgba(255, 255, 255, .58); }

.plan-list {
  margin: 26px 0 0;
  padding: 24px 0 0;
  display: grid;
  gap: 11px;
  border-top: 1px solid #e5ebe6;
  list-style: none;
}

.featured .plan-list { border-color: rgba(255, 255, 255, .11); }

.plan-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4d5f58;
  font-size: 12px;
  font-weight: 650;
}

.featured .plan-list li { color: rgba(255, 255, 255, .75); }

.plan-cta {
  min-height: 45px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cad6ce;
  border-radius: 11px;
  color: #050a16;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
}

.featured .plan-cta {
  border-color: #0d9488;
  background: #0d9488;
  color: #050a16;
}

.faq {
  padding: 115px 0;
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
}

.faq-list { border-top: 1px solid #dce5df; }

.faq-item { border-bottom: 1px solid #dce5df; }

.faq-question {
  width: 100%;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #050a16;
  cursor: pointer;
  text-align: start;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
}

.faq-plus {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #edf3ee;
  color: #0d9488;
  transition: transform .2s ease;
}

.faq-item.open .faq-plus { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #687872;
  font-size: 13px;
  line-height: 1.7;
  transition: max-height .25s ease, padding .25s ease;
}

.faq-item.open .faq-answer {
  max-height: 220px;
  padding: 0 45px 22px 0;
}

.final-cta {
  padding: 0 0 80px;
  background: #fff;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  border-radius: 25px;
  background: #0d9488;
  color: #fff;
  transition: transform .25s ease;
}

.cta-panel:hover { transform: translateY(-5px); }

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-panel::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  inset: -160px -90px auto auto;
  border: 70px solid rgba(13, 148, 136, .15);
  border-radius: 50%;
}

.cta-panel h2 {
  max-width: 650px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.cta-panel p {
  max-width: 550px;
  margin: 18px 0 0;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
}

.cta-panel .primary-cta {
  position: relative;
  z-index: 1;
  background: #050a16;
  color: #fff;
  white-space: nowrap;
}

/* === TESTIMONIALS === */
.testimonials {
  padding: 115px 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(13, 148, 136, .1), transparent 30%),
    linear-gradient(180deg, #f4f8f5, #fff);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image: radial-gradient(rgba(13, 148, 136, .18) 1px, transparent 1px);
  background-size: 22px 22px;
}

.testimonials .wrap { position: relative; z-index: 1; }

.testimonials .section-heading { color: #050a16; }

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

.testimonial-card {
  padding: 30px;
  border: 1px solid #e5ede0;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(5, 10, 22, .1);
  border-color: rgba(13, 148, 136, .3);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  color: #c99108;
  font-size: 18px;
}

.testimonial-quote {
  margin: 18px 0 0;
  flex: 1;
  color: #3b4b45;
  font-size: 14px;
  line-height: 1.78;
  font-style: italic;
}

.testimonial-author {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid #edf2ee;
}

.testimonial-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d9488, #065e57);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  letter-spacing: -.01em;
}

.testimonial-name {
  color: #050a16;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.testimonial-meta {
  margin-top: 3px;
  color: #7c8c86;
  font-size: 11px;
}

/* === MARKET === */
.market {
  padding: 115px 0;
  background: #050a16;
  position: relative;
  overflow: hidden;
}

.market-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  inset: -200px -140px auto auto;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 148, 136, .2), transparent 65%);
  pointer-events: none;
}

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

.market .eyebrow { color: #0d9488; }
.market .eyebrow::before { background: #0d9488; }

.market-heading {
  max-width: 500px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.market-heading span { color: #0d9488; }

.market-copy {
  max-width: 440px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 16px;
  line-height: 1.72;
}

.market-stats {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.market-stat {
  padding: 20px 14px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  transition: border-color .25s ease;
}

.market-stat:hover { border-color: rgba(13, 148, 136, .35); }

.market-stat-value {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #0d9488;
}

.market-stat-label {
  margin-top: 5px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.market-cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 13px;
  background: #0d9488;
  color: #050a16;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 13px 30px rgba(13, 148, 136, .3);
}

.market-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(13, 148, 136, .42); }

.market-cta .arrow {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #050a16;
  color: #0d9488;
}

.market-visual { position: relative; }

.market-live-badge {
  position: absolute;
  top: -14px;
  right: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: 999px;
  background: #0d9488;
  color: #050a16;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.market-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #050a16;
  animation: live-pulse 1.5s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.market-mockup {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .09);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.market-product {
  padding: 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .07);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.market-product:hover {
  transform: translateY(-5px);
  background: rgba(13, 148, 136, .1);
  border-color: rgba(13, 148, 136, .25);
}

.market-product-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(13, 148, 136, .14);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 11px;
}

.market-product-name {
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 750;
}

.market-product-price {
  margin-top: 4px;
  color: #0d9488;
  font-size: 12px;
  font-weight: 900;
}

/* === CTA side === */
.cta-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cta-note {
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.performance {
  padding: 118px 0;
  background: linear-gradient(180deg, #050a16, #07121f);
}

.performance-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .6fr);
  gap: 42px;
  align-items: end;
}

.performance-grid {
  position: relative;
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.performance-card {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.performance-code {
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(94, 234, 212, .13);
  color: #5eead4;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.performance-card h3 {
  margin: 22px 0 10px;
  color: #f8fffd;
  font-size: 25px;
  letter-spacing: -.045em;
}

.performance-card p {
  margin: 0;
  color: rgba(238, 247, 245, .66);
  line-height: 1.72;
  font-size: 14px;
}

.performance-card ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.performance-card li {
  position: relative;
  padding-inline-start: 24px;
  color: rgba(238, 247, 245, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.performance-card li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: .45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5eead4;
}

[dir="rtl"] app-landing-home .performance-card li {
  padding-inline-start: 24px;
  padding-left: 0;
  text-align: right;
}

[dir="rtl"] app-landing-home .performance-card li::before {
  left: auto;
  right: 0;
}

.performance-band {
  position: relative;
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(13, 148, 136, .92), rgba(94, 234, 212, .74));
  color: #ffffff;
}

.performance-band h3 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: -.06em;
}

.performance-band p {
  margin: 0;
  color: rgba(5, 10, 22, .76);
  font-weight: 750;
  line-height: 1.65;
}

.performance-band .btn-dark {
  background: #3aa89b;
  color: white;
}

/* 2026 redesign: premium dark, glass, and brand-led surfaces */
app-landing-home {
  background: #050a16;
  color: #eef7f5;
}

.wrap { width: min(1240px, calc(100% - 48px)); }

.section-heading {
  color: #f8fffd;
  font-size: clamp(36px, 5vw, 70px);
  letter-spacing: -.075em;
}

.section-copy { color: rgba(238, 247, 245, .68); }

.eyebrow {
  color: #5eead4;
  letter-spacing: .14em;
}

.eyebrow::before { background: linear-gradient(90deg, transparent, #5eead4); }

.hero {
  min-height: 860px;
  padding: 142px 0 96px;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 14%, rgba(13, 148, 136, .42), transparent 28%),
    radial-gradient(circle at 18% 28%, rgba(94, 234, 212, .18), transparent 24%),
    linear-gradient(135deg, #050a16 0%, #07111f 48%, #081f23 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 42% 24%, #000 0 34%, transparent 72%);
}

.hero::after {
  opacity: .4;
  background: radial-gradient(circle at 8px 8px, rgba(94, 234, 212, .22) 1.5px, transparent 2.5px);
  background-size: 26px 26px;
  mask-image: linear-gradient(130deg, #000, transparent 62%);
}

.hero-aurora {
  width: 620px;
  height: 620px;
  inset: 3% auto auto 48%;
  background: conic-gradient(from 120deg, rgba(94,234,212,.38), rgba(13,148,136,.05), rgba(255,255,255,.16), rgba(94,234,212,.38));
  filter: blur(80px);
  opacity: .75;
}

.hero-orbit {
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: 50px;
  border-color: rgba(94, 234, 212, .18);
  box-shadow: inset 0 0 80px rgba(13, 148, 136, .08);
}

.tunisia-pattern {
  inset: 118px 0 auto;
  height: 480px;
  opacity: .26;
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(94, 234, 212, .16) 47% 53%, transparent 54% 100%),
    linear-gradient(45deg, transparent 0 46%, rgba(255, 255, 255, .08) 47% 53%, transparent 54% 100%);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 76%, transparent);
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(520px, .98fr);
  gap: 58px;
}

.hero-brand {
  width: 205px;
  height: auto;
  display: block;
  margin-bottom: 28px;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,.32));
  animation: hero-enter .7s both cubic-bezier(.2, .8, .2, 1);
}

.hero-tag {
  border-color: rgba(94, 234, 212, .22);
  background: rgba(255, 255, 255, .08);
  color: #a7fff1;
  box-shadow: 0 20px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.hero-tag-dot {
  background: #5eead4;
  box-shadow: 0 0 0 5px rgba(94, 234, 212, .16), 0 0 24px rgba(94, 234, 212, .55);
}

.hero h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(56px, 6.5vw, 92px);
  line-height: .9;
  letter-spacing: -.09em;
  text-wrap: balance;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, #5eead4, #0d9488 58%, #d9fff7);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  max-width: 610px;
  color: rgba(238, 247, 245, .72);
  font-size: 18px;
}

.primary-cta {
  background: #5eead4;
  color: #050a16;
  box-shadow: 0 18px 42px rgba(13, 148, 136, .28);
}

.primary-cta .arrow {
  background: #050a16;
  color: #5eead4;
}

.secondary-cta {
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .07);
  color: #eef7f5;
  backdrop-filter: blur(18px);
}

.hero-facts { color: rgba(238, 247, 245, .68); }

.check {
  background: #05312abd;
  color: #00ffd7;
}

.heritage-card {
  max-width: 590px;
  border-color: rgba(94, 234, 212, .18);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 24px 70px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
}

.heritage-stamp {
  border-color: rgba(94, 234, 212, .2);
  background:
    radial-gradient(circle at 30% 18%, rgba(94, 234, 212, .4), transparent 34%),
    linear-gradient(135deg, rgba(94, 234, 212, .14), rgba(255,255,255,.04));
  color: #fff;
}

.heritage-title { color: #fff; }
.heritage-copy { color: rgba(238, 247, 245, .64); }

.city-pill {
  background: rgba(94, 234, 212, .12);
  color: #a7fff1;
}

.dashboard {
  border-color: rgba(94, 234, 212, .22);
  border-radius: 28px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 44px 120px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(22px);
}

.browser-bar {
  border-color: rgba(255,255,255,.08);
  background: rgba(255, 255, 255, .06);
}

.browser-address {
  background: rgba(255, 255, 255, .08);
  color: rgba(238, 247, 245, .55);
}

.dashboard-body { min-height: 500px; }

.sidebar {
  background:
    radial-gradient(circle at 50% 0%, rgba(94, 234, 212, .16), transparent 34%),
    #030711;
}

.dash-content {
  background:
    radial-gradient(circle at 92% 8%, rgba(13, 148, 136, .16), transparent 28%),
    #f6faf8;
}

.kpi-card, .chart-card, .orders-card {
  border-color: rgba(13, 148, 136, .14);
  box-shadow: 0 14px 30px rgba(5, 10, 22, .06);
}

.floating-card {
  border-color: rgba(94, 234, 212, .18);
  background: rgba(5, 10, 22, .88);
  box-shadow: 0 24px 64px rgba(0,0,0,.3);
}

.floating-card strong { color: #fff; }
.floating-card span { color: rgba(238, 247, 245, .64); }

.local-strip { background: linear-gradient(45deg, #06101d, #081e22);}

.local-inner {
  border-color: rgba(94, 234, 212, .16);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 18px 58px rgba(0,0,0,.25);
}

.local-item {
  border-color: rgba(255,255,255,.08);
  color: rgba(238, 247, 245, .74);
}

.local-icon {
  background: rgba(94, 234, 212, .12);
  color: #5eead4;
}

.workflow, .faq {
  background:
    radial-gradient(circle at 12% 8%, rgba(13, 148, 136, .09), transparent 28%),
    #f4f8f5;
  color: #050a16;
}
.solutions, .pricing {
  background:
    radial-gradient(circle at 12% 8%, rgba(13, 148, 136, .09), transparent 28%),#081c22;
  color: #050a16;
}


.solutions .section-heading,
.pricing .section-heading { color: #ffffff; }

.workflow .section-heading,
.faq .section-heading { color: #050a16; }

.workflow .section-copy,
.solutions .section-copy,
.pricing .section-copy { color: #60716b; }

.workflow::before {
  opacity: .5;
  mix-blend-mode: multiply;
}

.steps {
  gap: 18px;
  border-top: 0;
}

.step {
  padding: 34px 28px 30px;
  border: 1px solid rgba(13, 148, 136, .12);
  border-radius: 24px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 50px rgba(5,10,22,.06);
  backdrop-filter: blur(12px);
}

.step::before { display: none; }

.product {
  background:
    radial-gradient(circle at 78% 16%, rgba(94, 234, 212, .17), transparent 32%),
    linear-gradient(180deg, #050a16, #07131f 55%, #050a16);
}

.capability {
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.store-preview {
  border: 1px solid rgba(94, 234, 212, .16);
  border-radius: 32px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 42px 120px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
  margin-left: auto;
  margin-right: auto;
}

.store-top { background: rgba(255, 255, 255, .92); }

.store-hero {
  background:
    radial-gradient(circle at 82% 45%, rgba(94, 234, 212, .35), transparent 32%),
    linear-gradient(135deg, #d9e9d6, #f5fbf6);
}

.store-products { background: rgba(255,255,255,.86); }

.solution-card, .feature-card, .testimonial-card, .plan, .faq-item {
  border-color: rgba(13, 148, 136, .13);
  border-radius: 15px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 20px 60px rgba(5,10,22,.06);
  backdrop-filter: blur(14px);
}

.feature-card:hover, .solution-card:hover, .testimonial-card:hover, .plan:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 76px rgba(5,10,22,.11);
}

.market {
  background:
    radial-gradient(circle at 24% 16%, rgba(94, 234, 212, .18), transparent 30%),
    #050a16;
}

.market-heading {
  color: #fff;
  letter-spacing: -.075em;
}

.market-copy { color: rgba(238, 247, 245, .66); }

.market-mockup {
  border-radius: 32px;
  border-color: rgba(94, 234, 212, .16);
  background: rgba(255,255,255,.07);
  box-shadow: 0 34px 100px rgba(0,0,0,.36);
  backdrop-filter: blur(16px);
}

.plan.featured {
  background:
    radial-gradient(circle at 80% 10%, rgba(94, 234, 212, .22), transparent 30%),
    #050a16;
  border-color: rgba(94, 234, 212, .25);
}

.cta-panel {
  border: 1px solid rgba(94, 234, 212, .2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 30%, rgba(94, 234, 212, .18), transparent 34%),
    #050a16;
  box-shadow: 0 38px 110px rgba(5,10,22,.28);
}

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; }
  .product-scene { max-width: 720px; margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .store-preview { max-width: 760px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { grid-template-columns: 1fr; }
  .market-inner { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .hero { min-height: auto; padding: 126px 0 75px; }
  .hero h1 { font-size: clamp(46px, 13vw, 66px); }
  .product-scene { margin-top: 12px; }
  .dashboard { transform: none; }
  .floating-card { display: none; }
  .local-inner { grid-template-columns: 1fr 1fr; }
  .local-item:nth-child(2) { border-inline-end: 0; }
  .local-item:nth-child(-n + 2) { border-bottom: 1px solid #e4e9e5; padding-bottom: 12px; }
  .local-item:nth-child(n + 3) { padding-top: 12px; }
  .workflow-header, .solutions-head { align-items: flex-start; flex-direction: column; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .step { padding: 28px 0 28px 30px; border-inline-start: 1px solid #dce5df; }
  .step::before { inset: 32px auto auto -5px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-panel { padding: 55px 42px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .market-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .hero { padding-top: 112px; }
  .hero h1 {
    max-width: 420px;
    font-size: 47px;
    line-height: 1.01;
    letter-spacing: -.065em;
  }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-facts { align-items: flex-start; flex-direction: column; }
  .dashboard-body { grid-template-columns: 74px 1fr; min-height: 370px; }
  .sidebar { padding: 15px 8px; }
  .side-logo { width: 54px; }
  .side-link span:last-child { display: none; }
  .side-brand, .side-link { justify-content: center; }
  .dash-content { padding: 14px; }
  .dash-button { display: none; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .kpi-grid .kpi-card:last-child { display: none; }
  .dash-lower { grid-template-columns: 1fr; }
  .orders-card { display: none; }
  .local-inner { padding: 12px; }
  .local-item { padding-inline: 10px; font-size: 10px; }
  .workflow, .product, .solutions, .features, .performance, .testimonials, .market, .pricing, .faq { padding: 86px 0; }
  .performance-head,
  .performance-band { grid-template-columns: 1fr; }
  .section-heading { font-size: 38px; }
  .solution-grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 260px; }
  .solution-card h3 { margin-top: 34px; }
  .store-preview { min-height: 480px; }
  .store-nav { display: none; }
  .store-hero { padding: 32px 23px; grid-template-columns: 1fr .58fr; }
  .store-hero h3 { font-size: 24px; }
  .store-product-grid { grid-template-columns: 1fr 1fr; }
  .store-product-card:last-child { display: none; }
  .cta-panel { padding: 46px 25px; }
  .cta-panel .primary-cta { white-space: normal; }
  .market-mockup { grid-template-columns: 1fr 1fr; }
  .market-stats { grid-template-columns: 1fr 1fr; }
  .cta-note { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-aurora, .hero-orbit, .hero-tag, .hero h1, .hero-copy, .hero-actions,
  .hero-facts, .product-scene, .bar, .floating-card, .product-shape {
    animation: none !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .dashboard, .store-preview, .solution-card, .feature-card, .plan, .cta-panel {
    transition: none;
  }
  .market-live-dot { animation: none !important; }
}

/* Landing premium refresh: dark commerce identity inspired by Hanoutech campaign assets. */
app-landing-home {
  background: #050a16;
}

app-landing-home .hero {
  min-height: 910px;
  padding: 156px 0 96px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 14%, rgba(13, 148, 136, .48), transparent 29%),
    radial-gradient(circle at 7% 0%, rgba(20, 184, 166, .26), transparent 27%),
    linear-gradient(135deg, #051019 0%, #050a16 45%, #06241f 100%);
}

app-landing-home .hero::after {
  opacity: .42;
  background-image:
    linear-gradient(rgba(39, 255, 220, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 255, 220, .08) 1px, transparent 1px);
}

app-landing-home .tunisia-pattern {
  inset: 80px 0 auto;
  height: 100%;
  opacity: .18;
  background:
    radial-gradient(circle at 12px 12px, rgba(48, 255, 220, .5) 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 47%, rgba(13, 148, 136, .24) 48% 52%, transparent 53% 100%);
  background-size: 30px 30px, 64px 64px;
}

app-landing-home .hero-aurora {
  width: 620px;
  height: 620px;
  inset: 7% 2% auto auto;
  background: rgba(13, 148, 136, .28);
  filter: blur(90px);
}

app-landing-home .hero-orbit {
  width: 320px;
  height: 320px;
  border-color: rgba(13, 148, 136, .24);
}

app-landing-home .hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  gap: 74px;
}

app-landing-home .hero-tag,
app-landing-home .heritage-card {
  border-color: rgba(99, 255, 224, .28);
  background: rgba(8, 24, 32, .68);
  color: #62f7df;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

app-landing-home .hero-tag-dot {
  background: #62f7df;
  box-shadow: 0 0 0 5px rgba(98, 247, 223, .2), 0 0 22px rgba(98, 247, 223, .62);
}

app-landing-home .hero h1 {
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .34);
}

app-landing-home .hero h1 span {
  display: block;
  color: #40e0cd;
}

app-landing-home .hero-copy {
  color: rgba(238, 247, 245, .74);
}

app-landing-home .primary-cta {
  background: linear-gradient(135deg, #53f4dc, #0d9488);
  color: #050a16;
  box-shadow: 0 20px 46px rgba(13, 148, 136, .34);
}

app-landing-home .primary-cta .arrow {
  background: #050a16;
  color: #fff;
}

app-landing-home .secondary-cta {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  backdrop-filter: blur(12px);
}

app-landing-home .hero-facts {
  color: rgba(238, 247, 245, .72);
}

app-landing-home .check {
  background: rgba(13, 148, 136, .18);
  color: #62f7df;
}

app-landing-home .heritage-stamp {
  border-color: rgba(98, 247, 223, .18);
  background:
    linear-gradient(135deg, rgba(13, 148, 136, .26), rgba(255, 255, 255, .06)),
    radial-gradient(circle at 50% 30%, rgba(98, 247, 223, .26), transparent 52%);
  color: #fff;
}

app-landing-home .heritage-title {
  color: #fff;
}

app-landing-home .heritage-copy {
  color: rgba(238, 247, 245, .66);
}

app-landing-home .city-pill {
  background: rgba(98, 247, 223, .12);
  color: #62f7df;
}

app-landing-home .product-scene {
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

app-landing-home .brand-showcase {
  position: absolute;
  inset: 12px -72px auto -20px;
  z-index: 0;
  overflow: hidden;
  border: 1px solid rgba(98, 247, 223, .18);
  border-radius: 30px;
  background: #020705;
  box-shadow: 0 46px 120px rgba(0, 0, 0, .5);
}

app-landing-home .brand-showcase::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .28), rgba(5, 10, 22, .08) 44%, rgba(5, 10, 22, .44)),
    radial-gradient(circle at 74% 34%, rgba(13, 148, 136, .22), transparent 34%);
  pointer-events: none;
}

app-landing-home .brand-showcase img {
  width: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

app-landing-home .brand-showcase-copy {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 1;
  max-width: 360px;
  padding: 14px 16px;
  border: 1px solid rgba(98, 247, 223, .2);
  border-radius: 16px;
  background: rgba(5, 10, 22, .58);
  color: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
}

app-landing-home .brand-showcase-copy span {
  display: block;
  color: #62f7df;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

app-landing-home .brand-showcase-copy strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

app-landing-home .dashboard {
  z-index: 2;
  width: min(560px, 92%);
  margin: 250px 0 0 auto;
  border-color: rgba(98, 247, 223, .22);
  background: rgba(246, 248, 243, .94);
  box-shadow: 0 34px 92px rgba(0, 0, 0, .46);
  transform: rotate(1deg) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}

app-landing-home .floating-card {
  z-index: 3;
  border-color: rgba(98, 247, 223, .2);
  background: rgba(5, 10, 22, .78);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .36);
}

app-landing-home .floating-card strong {
  color: #fff;
}

app-landing-home .floating-card span {
  color: rgba(238, 247, 245, .66);
}

app-landing-home .floating-order {
  inset: 36px -54px auto auto;
}

app-landing-home .floating-stock {
  inset: auto auto 12px 12px;
}

app-landing-home .local-strip,
app-landing-home .solutions,
app-landing-home .features,
app-landing-home .performance,
app-landing-home .market,
app-landing-home .pricing,
app-landing-home .faq,
app-landing-home .final-cta {
  background: #050a16;
}

app-landing-home .local-inner {
  border-color: rgba(98, 247, 223, .16);
  background: rgba(11, 26, 34, .9);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

app-landing-home .local-item {
  border-inline-end-color: rgba(255, 255, 255, .08);
  color: rgba(238, 247, 245, .72);
}

app-landing-home .section-heading,
app-landing-home .market-heading,
app-landing-home .cta-panel h2 {
  color: #fff;
}

app-landing-home .section-copy,
app-landing-home .market-copy,
app-landing-home .cta-panel p {
  color: rgba(238, 247, 245, .66);
}

app-landing-home .step,
app-landing-home .solution-card,
app-landing-home .feature-card,
app-landing-home .performance-card,
app-landing-home .testimonial-card,
app-landing-home .plan,
app-landing-home .faq-item {
  border-color: rgba(98, 247, 223, .14);
  background: linear-gradient(180deg, rgba(18, 32, 43, .94), rgba(7, 15, 27, .96));
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

app-landing-home .step h3,
app-landing-home .solution-card h3,
app-landing-home .feature-card h3,
app-landing-home .performance-card h3,
app-landing-home .plan-name,
app-landing-home .plan-price,
app-landing-home .faq-question,
app-landing-home .testimonial-name {
  color: #fff;
}

app-landing-home .step p,
app-landing-home .solution-card p,
app-landing-home .feature-card p,
app-landing-home .performance-card p,
app-landing-home .performance-card li,
app-landing-home .plan-desc,
app-landing-home .plan-list,
app-landing-home .faq-answer,
app-landing-home .testimonial-quote,
app-landing-home .testimonial-meta {
  color: rgba(238, 247, 245, .68);
}

app-landing-home .feature-card,
app-landing-home .feature-card:hover {
  border-color: rgba(98, 247, 223, .14);
  background:
    radial-gradient(circle at 12% 10%, rgba(13, 148, 136, .13), transparent 30%),
    linear-gradient(180deg, rgba(18, 32, 43, .94), rgba(7, 15, 27, .96));
  color: #fff;
}

app-landing-home .feature-card:hover {
  border-color: rgba(98, 247, 223, .32);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .28);
}

app-landing-home .feature-card .feature-symbol {
  background: rgba(238, 247, 245, .92);
  color: #0d9488;
}

app-landing-home .feature-card:hover .feature-symbol {
  background: #0d9488;
  color: #fff;
}

app-landing-home .feature-card h3 {
  color: #fff;
}

app-landing-home .feature-card p {
  color: rgba(238, 247, 245, .68);
}

app-landing-home .plan,
app-landing-home .plan:hover {
  border-color: rgba(98, 247, 223, .18);
  background:
    radial-gradient(circle at 90% 8%, rgba(13, 148, 136, .14), transparent 30%),
    linear-gradient(180deg, rgba(18, 32, 43, .96), rgba(7, 15, 27, .98));
  color: #fff;
}

app-landing-home .plan.featured,
app-landing-home .plan.featured:hover {
  border-color: rgba(98, 247, 223, .34);
  background:
    radial-gradient(circle at 78% 0%, rgba(13, 148, 136, .24), transparent 36%),
    linear-gradient(180deg, #0d2d2d, #050a16 72%);
  box-shadow: 0 30px 86px rgba(0, 0, 0, .35);
}

app-landing-home .plan-price small,
app-landing-home .featured .plan-price small {
  color: rgba(238, 247, 245, .58);
}

app-landing-home .plan-desc,
app-landing-home .featured .plan-desc {
  color: rgba(238, 247, 245, .68);
}

app-landing-home .plan-list,
app-landing-home .featured .plan-list {
  border-top-color: rgba(238, 247, 245, .16);
}

app-landing-home .plan-list li,
app-landing-home .featured .plan-list li {
  color: rgba(238, 247, 245, .76);
}

app-landing-home .plan-cta {
  border-color: rgba(238, 247, 245, .76);
  color: #fff;
  background: rgba(255, 255, 255, .04);
}

app-landing-home .plan-cta:hover {
  border-color: #62f7df;
  background: rgba(98, 247, 223, .12);
  color: #62f7df;
}

app-landing-home .featured .plan-cta {
  border-color: #0d9488;
  background: #0d9488;
  color: #050a16;
}

app-landing-home .featured .plan-cta:hover {
  border-color: #53f4dc;
  background: #53f4dc;
  color: #050a16;
}

app-landing-home .faq {
  padding: 112px 0;
  background:
    radial-gradient(circle at 16% 10%, rgba(13, 148, 136, .16), transparent 30%),
    linear-gradient(180deg, #050a16 0%, #07121d 100%);
  color: #fff;
}

app-landing-home .faq-grid {
  grid-template-columns: minmax(280px, .82fr) minmax(520px, 1.18fr);
  gap: 64px;
  align-items: start;
}

app-landing-home .faq .section-heading {
  max-width: 460px;
  color: #fff;
}

app-landing-home .faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

app-landing-home .faq-item {
  overflow: hidden;
  border: 1px solid rgba(98, 247, 223, .14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(13, 148, 136, .12), transparent 34%),
    linear-gradient(180deg, rgba(18, 32, 43, .96), rgba(7, 15, 27, .98));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
}

app-landing-home .faq-item.open {
  border-color: rgba(98, 247, 223, .32);
}

app-landing-home .faq-question {
  min-height: 72px;
  padding: 0 22px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

app-landing-home .faq-plus {
  width: 30px;
  height: 30px;
  background: rgba(238, 247, 245, .94);
  color: #0d9488;
  font-weight: 900;
}

app-landing-home .faq-item.open .faq-plus {
  background: #0d9488;
  color: #fff;
}

app-landing-home .faq-answer {
  color: rgba(238, 247, 245, .68);
  font-size: 14px;
}

app-landing-home .faq-item.open .faq-answer {
  padding: 0 64px 22px 22px;
}

:host-context([dir="rtl"]) app-landing-home .faq-item.open .faq-answer,
[dir="rtl"] app-landing-home .faq-item.open .faq-answer {
  padding: 0 22px 22px 64px;
}

app-landing-home .hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
}

app-landing-home .product-scene {
  min-height: 650px;
  align-items: flex-end;
  justify-content: flex-end;
  isolation: isolate;
}

app-landing-home .brand-showcase {
  inset: 10px 0 auto 34px;
  width: min(640px, calc(100% - 34px));
  height: 360px;
  border-radius: 30px;
}

app-landing-home .brand-showcase img {
  min-height: 100%;
  height: 100%;
  object-position: 50% center;
}

app-landing-home .brand-showcase::after {
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .16), rgba(5, 10, 22, .04) 42%, rgba(5, 10, 22, .34)),
    radial-gradient(circle at 25% 10%, rgba(98, 247, 223, .18), transparent 34%);
}

app-landing-home .brand-showcase-copy {
  left: 24px;
  bottom: 22px;
  max-width: 330px;
}

app-landing-home .dashboard {
  width: min(500px, 74%);
  margin: 285px 42px 10px auto;
  transform: rotate(1.2deg) translateZ(0) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}

app-landing-home .dashboard-body {
  min-height: 390px;
}

app-landing-home .dash-content {
  padding: 20px;
}

app-landing-home .floating-order {
  inset: 48px 22px auto auto;
}

app-landing-home .floating-stock {
  inset: auto auto 22px 72px;
}

app-landing-home .market {
  background:
    radial-gradient(circle at 80% 24%, rgba(13, 148, 136, .28), transparent 30%),
    linear-gradient(135deg, #061018, #050a16 54%, #06251f);
}

app-landing-home .market-mockup {
  border-color: rgba(98, 247, 223, .18);
  background:
    linear-gradient(rgba(5, 10, 22, .76), rgba(5, 10, 22, .76)),
    url('/assets/brand/hanoutech-fb-banner.png') center / cover;
}

app-landing-home .market-product {
  border-color: rgba(98, 247, 223, .16);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

app-landing-home .cta-panel {
  overflow: hidden;
  border-color: rgba(98, 247, 223, .2);
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .72), rgba(5, 10, 22, .86)),
    url('/assets/brand/hanoutech-fb-banner.png') center / cover;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .36);
}

@media (max-width: 1080px) {
  app-landing-home .hero-grid {
    grid-template-columns: 1fr;
  }

  app-landing-home .product-scene {
    min-height: 620px;
    justify-content: center;
  }

  app-landing-home .brand-showcase {
    inset: 0 auto auto 50%;
    width: min(680px, 100%);
    transform: translateX(-50%);
  }

  app-landing-home .dashboard {
    width: min(520px, 82%);
    margin: 285px auto 0;
  }
}

@media (max-width: 680px) {
  app-landing-home .hero {
    min-height: auto;
    padding: 118px 0 72px;
  }

  app-landing-home .product-scene {
    min-height: 460px;
    margin-top: 28px;
  }

  app-landing-home .brand-showcase {
    inset: 0;
    width: 100%;
    height: 300px;
    transform: none;
    border-radius: 22px;
  }

  app-landing-home .brand-showcase img {
    min-height: 100%;
    height: 100%;
    object-position: 40% center;
  }

  app-landing-home .brand-showcase-copy {
    right: 18px;
    left: 18px;
    bottom: 18px;
  }

  app-landing-home .dashboard,
  app-landing-home .floating-card {
    display: none;
  }
}

/* Final hero composition: dashboard-only visual, matching the requested reference. */
app-landing-home .hero {
  min-height: 900px;
  padding: 142px 0 70px;
}

app-landing-home .hero-grid {
  grid-template-columns: minmax(620px, 1.1fr) minmax(480px, .9fr);
  gap: 34px;
  align-items: center;
}

app-landing-home .hero h1 {
  max-width: 790px;
  font-size: clamp(62px, 6.1vw, 90px);
  line-height: .94;
  letter-spacing: -.078em;
}

app-landing-home .hero-copy {
  max-width: 620px;
}

app-landing-home .product-scene {
  min-height: 610px;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}

app-landing-home .brand-showcase {
  display: none;
}

app-landing-home .dashboard {
  width: min(560px, 108%);
  margin: 40px -48px 0 0;
  transform: rotate(1.4deg) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transform-origin: center;
}

app-landing-home .dashboard-body {
  min-height: 500px;
}

app-landing-home .browser-bar {
  height: 50px;
}

app-landing-home .sidebar {
  padding-top: 24px;
}

app-landing-home .dash-content {
  padding: 28px;
}

app-landing-home .floating-order {
  inset: 74px 22px auto auto;
}

app-landing-home .floating-stock {
  inset: auto auto 38px -8px;
}

@media (max-width: 1080px) {
  app-landing-home .hero-grid {
    grid-template-columns: 1fr;
  }

  app-landing-home .product-scene {
    min-height: 600px;
    justify-content: center;
  }

  app-landing-home .dashboard {
    width: min(620px, 92%);
    margin: 20px auto 0;
  }
}

@media (max-width: 680px) {
  app-landing-home .hero h1 {
    font-size: clamp(48px, 14vw, 64px);
    line-height: .98;
  }

  app-landing-home .product-scene {
    min-height: 0;
  }
}

@media (max-height: 780px) and (min-width: 900px) {
  app-landing-home .hero {
    min-height: 760px;
    padding: 110px 0 48px;
  }

  app-landing-home .hero-grid {
    align-items: start;
  }

  app-landing-home .hero h1 {
    margin-top: 22px;
    max-width: 720px;
    font-size: clamp(54px, 5.4vw, 76px);
    line-height: .93;
  }

  app-landing-home .hero-copy {
    margin-top: 22px;
    max-width: 590px;
    font-size: 15px;
    line-height: 1.6;
  }

  app-landing-home .hero-actions {
    margin-top: 26px;
  }

  app-landing-home .hero-facts {
    margin-top: 22px;
  }

  app-landing-home .heritage-card {
    margin-top: 20px;
  }

  app-landing-home .product-scene {
    min-height: 520px;
  }

  app-landing-home .dashboard {
    width: min(520px, 108%);
    margin-top: 72px;
  }

  app-landing-home .dashboard-body {
    min-height: 430px;
  }
}

/* Final solutions composition: single e-commerce card with branded visual panel. */
app-landing-home .solutions {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: #050a16;
}

app-landing-home .solutions::before {
  opacity: .72;
  background-image:
    linear-gradient(90deg, rgba(98, 247, 223, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(98, 247, 223, .035) 1px, transparent 1px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpolygon points='30,4 56,30 30,56 4,30' fill='rgba(13,148,136,.07)' stroke='rgba(98,247,223,.16)' stroke-width='1'/%3E%3Crect x='15' y='15' width='30' height='30' fill='rgba(13,148,136,.035)' stroke='rgba(98,247,223,.1)' stroke-width='1'/%3E%3Ccircle cx='30' cy='4' r='2' fill='rgba(245,189,70,.45)'/%3E%3Ccircle cx='56' cy='30' r='2' fill='rgba(245,189,70,.35)'/%3E%3Ccircle cx='30' cy='56' r='2' fill='rgba(245,189,70,.35)'/%3E%3Ccircle cx='4' cy='30' r='2' fill='rgba(245,189,70,.35)'/%3E%3C/svg%3E");
  background-size: 42px 42px, 42px 42px, 60px 60px;
}

app-landing-home .solutions::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 24%, rgba(13, 148, 136, .2), transparent 28%),
    linear-gradient(180deg, rgba(5, 10, 22, .04), #050a16 94%);
}

app-landing-home .solutions .wrap {
  position: relative;
  z-index: 1;
}

app-landing-home .solutions-head {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(360px, .88fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}

app-landing-home .solutions .section-heading {
  max-width: 650px;
  color: #fff;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: .98;
  letter-spacing: -.075em;
}

app-landing-home .solutions .section-copy {
  max-width: 620px;
  margin: 0 0 10px;
  color: rgba(238, 247, 245, .52);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}

app-landing-home .solution-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

app-landing-home .solution-card,
app-landing-home .solution-card.primary {
  min-height: 380px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(98, 247, 223, .12);
  background: rgba(5, 10, 22, .96);
  color: #fff;
  box-shadow: none;
}

app-landing-home .solution-card:hover,
app-landing-home .solution-card.primary:hover {
  transform: translateY(-4px);
  border-color: rgba(98, 247, 223, .25);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
}

app-landing-home .solution-code {
  width: 40px;
  height: 40px;
  border-color: rgba(98, 247, 223, .22);
  background: rgba(13, 148, 136, .11);
  color: #62f7df;
}

app-landing-home .solution-card h3 {
  margin-top: auto;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.045em;
}

app-landing-home .solution-card p {
  max-width: 310px;
  margin-top: 18px;
  color: rgba(238, 247, 245, .7);
  font-size: 14px;
  line-height: 1.6;
}

app-landing-home .solution-link {
  color: #18d8c6;
  padding-top: 32px;
}

app-landing-home .solution-showcase {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(98, 247, 223, .18);
  background: radial-gradient(circle at 85% 0%, rgb(5 10 22), #050a16 34%), #050b16;
}

app-landing-home .solution-showcase::before,
app-landing-home .solution-showcase::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

app-landing-home .solution-showcase::before {
  width: 260px;
  height: 260px;
  top: -82px;
  right: 10%;
  border-radius: 50%;
  background: rgba(13, 148, 136, .26);
  z-index: 1;
}

app-landing-home .solution-showcase::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .34), rgba(5, 10, 22, .05) 45%, rgba(5, 10, 22, .28)),
    linear-gradient(180deg, rgba(5, 10, 22, .02), rgba(5, 10, 22, .24));
  z-index: 2;
}

app-landing-home .solution-showcase img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  opacity: 0.79;
  filter: saturate(1.24) contrast(1.12) brightness(1.08);
}

@media (max-width: 960px) {
  app-landing-home .solutions-head,
  app-landing-home .solution-grid {
    grid-template-columns: 1fr;
  }

  app-landing-home .solutions .section-copy {
    margin: 0;
  }

  app-landing-home .solution-card,
  app-landing-home .solution-card.primary,
  app-landing-home .solution-showcase,
  app-landing-home .solution-showcase img {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  app-landing-home .solutions {
    padding: 86px 0;
  }

  app-landing-home .solutions .section-heading {
    font-size: clamp(38px, 14vw, 54px);
  }

  app-landing-home .solution-card,
  app-landing-home .solution-card.primary {
    min-height: 330px;
    padding: 24px;
  }

  app-landing-home .solution-showcase,
  app-landing-home .solution-showcase img {
    min-height: 250px;
  }
}

/* Mobile overflow fixes after all landing overrides. */
@media (min-width: 681px) and (max-width: 1024px) {
  app-landing-home,
  app-landing-home .landing-page {
    overflow-x: hidden;
  }

  app-landing-home .faq {
    padding: 92px 0 76px;
  }

  app-landing-home .faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  app-landing-home .faq .section-heading {
    max-width: 640px;
    font-size: clamp(42px, 7vw, 58px);
    line-height: 1;
  }

  app-landing-home .faq-list,
  app-landing-home .faq-item {
    width: 100%;
    min-width: 0;
  }

  app-landing-home .faq-question {
    padding: 0 20px;
  }

  app-landing-home .faq-item.open .faq-answer {
    padding: 0 20px 22px;
  }

  [dir="rtl"] app-landing-home .faq-item.open .faq-answer {
    padding: 0 20px 22px;
  }
}

@media (max-width: 680px) {
  app-landing-home,
  app-landing-home .landing-page {
    overflow-x: hidden;
  }

  app-landing-home .faq {
    padding: 78px 0 64px;
  }

  app-landing-home .faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  app-landing-home .faq .section-heading {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.02;
    letter-spacing: -.06em;
  }

  app-landing-home .faq-list {
    width: 100%;
    min-width: 0;
  }

  app-landing-home .faq-item {
    width: 100%;
    min-width: 0;
  }

  app-landing-home .faq-question {
    min-height: 62px;
    padding: 0 16px;
    gap: 12px;
    font-size: 13px;
  }

  app-landing-home .faq-plus {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }

  app-landing-home .faq-item.open .faq-answer {
    padding: 0 16px 18px;
  }

  [dir="rtl"] app-landing-home .faq-item.open .faq-answer {
    padding: 0 16px 18px;
  }

  app-landing-home .final-cta {
    padding-top: 64px;
  }
}
  
