/* ==========================================================
   Heeiz Homepage
   Hero, sections, grids, flows, pricing, CTA
   ========================================================== */
.hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 110px;
  background:
    radial-gradient(800px 420px at 90% 10%, rgba(16, 100, 107, 0.18), transparent 65%),
    radial-gradient(600px 320px at 10% 5%, rgba(26, 163, 154, 0.2), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #f5fafb 70%, #eef6f7 100%);
  border-bottom: 1px solid rgba(16, 100, 107, 0.1);
  color: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.7;
}

.hero-glow--primary {
  right: -120px;
  top: -180px;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.4), transparent 65%);
  animation: heroFloat 16s ease-in-out infinite;
}

.hero-glow--secondary {
  left: -120px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(15, 58, 84, 0.35), transparent 65%);
  animation: heroFloat 18s ease-in-out infinite reverse;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 100, 107, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 163, 154, 0.08) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.32;
  animation: gridMove 20s linear infinite;
}

.hero-beam {
  position: absolute;
  width: 240px;
  height: 160%;
  top: -40%;
  background: linear-gradient(180deg, transparent, rgba(26, 163, 154, 0.16), transparent);
  filter: blur(1px);
  opacity: 0.5;
  transform: rotate(18deg);
  animation: beamSweep 14s ease-in-out infinite;
}

.hero-beam--one {
  left: 10%;
}

.hero-beam--two {
  left: 55%;
  animation-delay: 2s;
}

.hero-stream {
  position: absolute;
  height: 2px;
  width: 240px;
  background: linear-gradient(90deg, transparent, rgba(242, 182, 62, 0.6), transparent);
  opacity: 0.8;
  animation: streamMove 9s linear infinite;
}

.hero-stream--one {
  top: 32%;
  left: -20%;
}

.hero-stream--two {
  top: 62%;
  left: -30%;
  animation-delay: 3s;
}

.hero-particles {
  position: absolute;
  inset: -20%;
  background-image:
    radial-gradient(circle, rgba(16, 100, 107, 0.2) 2px, transparent 2px);
  background-size: 120px 120px;
  opacity: 0.25;
  animation: particleDrift 24s linear infinite;
}

.hero-map {
  position: absolute;
  right: -40px;
  top: 90px;
  width: min(420px, 55vw);
  opacity: 0.55;
  filter: drop-shadow(0 18px 40px rgba(14, 94, 109, 0.2));
  animation: mapFloat 14s ease-in-out infinite;
}

.hero-flow {
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  bottom: clamp(16px, 6vh, 90px);
  width: min(240px, 32vw);
  height: auto;
  opacity: 0.24;
  filter: drop-shadow(0 16px 30px rgba(14, 94, 109, 0.18));
}

.hero-flow-path {
  fill: none;
  stroke: rgba(26, 163, 154, 0.26);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow-path--base {
  stroke: rgba(16, 100, 107, 0.18);
}

.hero-flow-path--active {
  stroke: rgba(242, 182, 62, 0.38);
  stroke-dasharray: 8 14;
  animation: flowDash 8s linear infinite;
}

.hero-flow-path--branch {
  stroke: rgba(26, 163, 154, 0.35);
  stroke-dasharray: 4 10;
  stroke-width: 2.4;
}

.hero-flow-nodes circle {
  fill: rgba(242, 182, 62, 0.46);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2;
}

.hero-flow-nodes text {
  font-size: 14px;
  fill: rgba(11, 47, 51, 0.5);
  font-weight: 600;
  text-anchor: start;
  direction: rtl;
  unicode-bidi: bidi-override;
}

.hero-flow-label {
  animation: labelFloat 4.8s ease-in-out infinite;
}

.hero-flow-nodes g:nth-child(2) .hero-flow-label {
  animation-delay: 0.6s;
}

.hero-flow-nodes g:nth-child(3) .hero-flow-label {
  animation-delay: 1.2s;
}

.hero-flow-nodes g:nth-child(4) .hero-flow-label {
  animation-delay: 1.8s;
}

.hero-flow-nodes g:nth-child(5) .hero-flow-label {
  animation-delay: 2.4s;
}

.hero-flow-nodes g:nth-child(6) .hero-flow-label {
  animation-delay: 3s;
}

.hero-flow-nodes g:nth-child(7) .hero-flow-label {
  animation-delay: 3.6s;
}

.hero-flow-nodes g:nth-child(8) .hero-flow-label {
  animation-delay: 4.2s;
}

.hero-flow-nodes g:nth-child(9) .hero-flow-label {
  animation-delay: 4.8s;
}

.hero-flow-nodes g:nth-child(10) .hero-flow-label {
  animation-delay: 5.4s;
}

.hero-flow-nodes g:nth-child(11) .hero-flow-label {
  animation-delay: 6s;
}

.hero-flow-nodes g:nth-child(12) .hero-flow-label {
  animation-delay: 6.6s;
}

.hero-flow-nodes g:nth-child(13) .hero-flow-label {
  animation-delay: 7.2s;
}

.hero-flow-geo rect {
  fill: rgba(26, 163, 154, 0.08);
  stroke: rgba(16, 100, 107, 0.18);
  stroke-width: 1.5;
}

.hero-flow-dot {
  fill: rgba(14, 94, 109, 0.9);
  filter: drop-shadow(0 0 12px rgba(26, 163, 154, 0.6));
}

.hero-map-outline {
  fill: none;
  stroke: rgba(16, 100, 107, 0.5);
  stroke-width: 2.5;
  stroke-linejoin: round;
}

.hero-map-route {
  fill: none;
  stroke: rgba(242, 182, 62, 0.7);
  stroke-width: 2;
  stroke-dasharray: 6 10;
  animation: routeMove 8s linear infinite;
}

.hero-map-route--alt {
  stroke: rgba(26, 163, 154, 0.7);
  stroke-dasharray: 4 10;
  animation-duration: 10s;
}

.hero-map-nodes circle {
  fill: rgba(26, 163, 154, 0.8);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 2;
  animation: nodePulse 3s ease-in-out infinite;
}

.hero-map-pulses circle {
  fill: none;
  stroke: rgba(16, 100, 107, 0.6);
  stroke-width: 2;
  opacity: 0;
  animation: ringPulse 4.6s ease-out infinite;
}

.hero-map-pulses circle:nth-child(2) {
  animation-delay: 1.2s;
}

.hero-map-pulses circle:nth-child(3) {
  animation-delay: 2.4s;
}

.hero-layout {
  position: relative;
  z-index: 1;
  row-gap: 50px;
}

.hero-content {
  text-align: right;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(16, 100, 107, 0.08);
  border: 1px solid rgba(16, 100, 107, 0.2);
  color: rgba(11, 47, 51, 0.9);
  font-weight: 600;
}

.hero-title {
  font-size: clamp(2.4rem, 2.8vw + 1.2rem, 3.8rem);
  line-height: 1.15;
  margin: 18px 0 20px;
  font-weight: 800;
}

.hero-highlight {
  background: linear-gradient(120deg, #0e5e6d, #1aa39a 55%, #2f7fcf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}

.hero-highlight::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(26, 163, 154, 0.2), rgba(242, 182, 62, 0.6));
  animation: heroSweep 6s ease-in-out infinite;
}

.hero-subtitle {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #50616c;
  max-width: 560px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-ctas .btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.btn-hero-primary,
.btn-hero-outline,
.btn-hero-ghost,
.btn-hero-link {
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 24px;
}

.btn-hero-primary {
  background: linear-gradient(120deg, #0e5e6d, #1aa39a 55%, #2f7fcf);
  color: #fff;
  border: none;
  box-shadow: 0 16px 36px rgba(14, 94, 109, 0.25);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(14, 94, 109, 0.3);
}

.btn-hero-outline {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(16, 100, 107, 0.3);
  color: #0b2f33;
  backdrop-filter: blur(8px);
}

.btn-hero-outline:hover {
  border-color: rgba(16, 100, 107, 0.6);
}

.btn-hero-ghost {
  background: rgba(16, 100, 107, 0.08);
  border: 1px dashed rgba(16, 100, 107, 0.4);
  color: #0b2f33;
}

.btn-hero-ghost:hover {
  background: rgba(16, 100, 107, 0.14);
}

.btn-hero-link {
  color: #0e5e6d;
  background: transparent;
  border: 1px solid transparent;
}

.btn-hero-link:hover {
  color: #0b2f33;
}

.hero-signals {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-signal {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 100, 107, 0.12);
  box-shadow: var(--shadow-sm);
}

.hero-signal i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(26, 163, 154, 0.16);
  color: #0e5e6d;
}

.hero-signal strong {
  display: block;
  font-weight: 700;
}

.hero-signal span {
  display: block;
  color: #5b6a74;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orb {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  top: 10%;
  left: 10%;
  background:
    radial-gradient(circle at 30% 30%, rgba(26, 163, 154, 0.5), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(242, 182, 62, 0.4), transparent 60%);
  filter: blur(2px);
  opacity: 0.8;
  animation: orbFloat 12s ease-in-out infinite;
}

.hero-dashboard {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 251, 0.9));
  border: 1px solid rgba(16, 100, 107, 0.18);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(2, 44, 44, 0.18);
  padding: 24px;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 15% 0%, rgba(26, 163, 154, 0.18), transparent 45%),
    radial-gradient(circle at 85% 100%, rgba(242, 182, 62, 0.18), transparent 45%);
  opacity: 0.9;
  pointer-events: none;
}

.hero-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 100, 107, 0.12);
}

.hero-dashboard-title span {
  display: block;
  font-weight: 800;
}

.hero-dashboard-title small {
  color: #6a7a86;
  font-size: 0.8rem;
}

.hero-status {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(26, 163, 154, 0.2);
  color: #0e5e6d;
  font-weight: 700;
  font-size: 0.85rem;
}

.hero-dashboard-grid {
  display: grid;
  gap: 12px;
}

.hero-dashboard-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: 0 12px 26px rgba(2, 44, 44, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-dashboard-card i {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(26, 163, 154, 0.22), rgba(242, 182, 62, 0.28));
  color: #0b2f33;
}

.hero-dashboard-card span {
  display: block;
  color: #6a7a86;
  font-size: 0.85rem;
}

.hero-dashboard-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(2, 44, 44, 0.12);
}

.hero-dashboard-metrics {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.hero-dashboard-metrics div {
  flex: 1 1 120px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(16, 100, 107, 0.1);
  border: 1px solid rgba(16, 100, 107, 0.18);
  text-align: center;
}

.hero-dashboard-metrics span {
  display: block;
  color: #6a7a86;
  font-size: 0.85rem;
}

.hero-layer {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(16, 100, 107, 0.18);
  font-weight: 600;
  color: #0b2f33;
  box-shadow: var(--shadow-sm);
  animation: cardFloat 6s ease-in-out infinite;
}

.hero-layer--app {
  top: 6%;
  right: 12%;
}

.hero-layer--fulfillment {
  bottom: 14%;
  right: 0;
  animation-delay: 1.5s;
}

.hero-layer--network {
  bottom: 6%;
  left: 5%;
  animation-delay: 3s;
}
.mockup-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 18px;
  position: relative;
  transform: perspective(1200px) rotateY(-4deg);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.mockup-card img {
  border-radius: var(--radius-lg);
  width: 100%;
}

.mockup-card:hover {
  transform: perspective(1200px) rotateY(0deg) translateY(-4px);
  box-shadow: 0 26px 70px rgba(2, 44, 44, 0.22);
}

.mockup-float {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  position: absolute;
  bottom: -18px;
  right: 18px;
  color: var(--ink);
  animation: floatBubble 4s ease-in-out infinite;
}

.mockup-hero {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.92);
}

.mockup-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(16, 100, 107, 0.12);
  box-shadow: var(--shadow-sm);
  position: absolute;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
}

.mockup-badge i {
  color: var(--heeiz);
}

.mockup-badge-top {
  top: 16px;
  left: 16px;
}

.mockup-badge-bottom {
  bottom: 18px;
  left: 18px;
}

.mockup-float i {
  font-size: 1.2rem;
  color: var(--heeiz);
}

.video-section .section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-head {
  text-align: center;
  margin-bottom: 32px;
}

.section-head p {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head.alt {
  text-align: center;
  margin-bottom: 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--heeiz);
  background: rgba(16, 100, 107, 0.08);
  border: 1px solid rgba(16, 100, 107, 0.18);
  margin-bottom: 14px;
}

.solutions-section {
  background:
    radial-gradient(520px 220px at 90% 10%, rgba(242, 182, 62, 0.12), transparent 60%),
    #ffffff;
}

.solutions-section p {
  color: var(--muted);
  line-height: 1.9;
}

.solutions-section .card-elevated h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

.solutions-section .card-elevated p {
  margin-bottom: 0;
  color: var(--muted);
}

.solutions-highlight {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 100, 107, 0.16);
  background: rgba(16, 100, 107, 0.06);
  box-shadow: var(--shadow-sm);
}

.solutions-highlight i {
  font-size: 1.5rem;
  color: var(--heeiz);
}

.video-section .video-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.video-section .video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  mix-blend-mode: screen;
}

.features-section {
  background:
    radial-gradient(420px 160px at 8% 0%, rgba(26, 163, 154, 0.16), transparent 60%),
    radial-gradient(520px 220px at 92% 10%, rgba(242, 182, 62, 0.12), transparent 60%),
    #ffffff;
  position: relative;
}

.features-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 60px;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.12), rgba(242, 182, 62, 0.12));
  bottom: -80px;
  left: -60px;
  --drift-rotate: 18deg;
  opacity: 0.6;
  pointer-events: none;
  animation: drift 14s ease-in-out infinite;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--heeiz);
  background: rgba(16, 100, 107, 0.08);
  border: 1px solid rgba(16, 100, 107, 0.18);
  margin-bottom: 12px;
}

.features-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.4fr);
  gap: 32px;
  align-items: start;
}

.features-copy {
  position: sticky;
  top: 120px;
  align-self: start;
  padding: 32px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.1), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.16);
  box-shadow: var(--shadow-md);
}

.features-copy .section-title {
  text-align: right;
}

.features-copy .subtitle {
  text-align: right;
  max-width: 100%;
  color: var(--muted);
  line-height: 1.9;
}

.features-bullets {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.features-bullets .bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(16, 100, 107, 0.12);
}

.features-bullets .bullet i {
  color: var(--heeiz-2);
}

.features-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.feature-tile {
  padding: 22px;
  border-radius: 22px 8px 22px 8px;
  background: #ffffff;
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  min-height: 230px;
}

.feature-tile::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-tile::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.18), rgba(242, 182, 62, 0.18));
  opacity: 0.8;
  transform: rotate(12deg);
}

.feature-tile:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.feature-tile:hover::after {
  opacity: 1;
}

.feature-tile.accent {
  background:
    linear-gradient(140deg, rgba(16, 100, 107, 0.12), rgba(242, 182, 62, 0.1)),
    #ffffff;
}

.feature-chip {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(26, 163, 154, 0.22);
  color: var(--heeiz);
  font-size: 1.2rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 14px;
}

.feature-tile h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.feature-tile p {
  color: #4b5a65;
  margin-bottom: 0;
}

.stats-section {
  background:
    radial-gradient(500px 200px at 0% 100%, rgba(26, 163, 154, 0.12), transparent 60%),
    #f8fafa;
  text-align: center;
  position: relative;
}

.stats-section::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.2), transparent 60%);
  top: -120px;
  right: -80px;
  --drift-rotate: 0deg;
  opacity: 0.7;
  pointer-events: none;
  animation: drift 16s ease-in-out infinite;
}

.stats-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.4fr);
  gap: 30px;
  align-items: center;
}

.stats-copy {
  text-align: right;
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.1), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.16);
  box-shadow: var(--shadow-sm);
}

.stats-copy .section-title {
  text-align: right;
}

.stats-copy .section-subtitle {
  text-align: right;
  margin-bottom: 18px;
}

.stats-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.stats-badges .badge-pill {
  background: rgba(16, 100, 107, 0.12);
  border: 1px solid rgba(16, 100, 107, 0.2);
  color: var(--heeiz);
}

.section-subtitle {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.stat-box {
  position: relative;
  overflow: hidden;
  border-radius: 22px 8px 22px 8px;
  background: #ffffff;
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
  padding: 26px 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(26, 163, 154, 0.1), rgba(242, 182, 62, 0.08));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.stat-shape {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.2), rgba(242, 182, 62, 0.18));
  transform: rotate(12deg);
  opacity: 0.9;
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.stat-box:hover::before {
  opacity: 1;
}

.stat-box .icon {
  font-size: 30px;
  color: var(--heeiz-2);
  margin-bottom: 15px;
}

.stat-box h3 {
  font-size: 36px;
  color: var(--heeiz);
  margin: 0;
  font-weight: 800;
}

.stat-box p {
  margin-top: 10px;
  color: #58636f;
  font-size: 16px;
}

.stats-grid .stat-box:nth-child(2) {
  transform: translateY(-6px);
}

.stats-grid .stat-box:nth-child(4) {
  transform: translateY(6px);
}

.flow-section {
  background:
    radial-gradient(600px 200px at 50% 0%, rgba(26, 163, 154, 0.08), transparent 60%),
    #ffffff;
}

.journey {
  position: relative;
  min-height: 460px;
  margin-top: 34px;
  perspective: 1200px;
}

.journey-track {
  position: absolute;
  inset: 24px 4% auto 4%;
  height: 260px;
  filter: drop-shadow(0 10px 24px rgba(16, 100, 107, 0.14));
  opacity: 0.9;
}

.journey-glow {
  stroke-dasharray: 140 860;
  stroke-dashoffset: 1000;
  filter: drop-shadow(0 0 8px rgba(242, 182, 62, 0.8));
  animation: glowRun 4.8s linear infinite;
}

.journey-step {
  position: absolute;
  width: 260px;
}

.journey-step .journey-card {
  padding: 20px 18px;
  border-radius: 20px 8px 20px 8px;
  background: #ffffff;
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: translateZ(0);
}

.journey-step .journey-card:hover {
  transform: translateY(-10px) rotateX(4deg);
  box-shadow: var(--shadow-md);
}

.journey-step .journey-card p {
  margin-bottom: 0;
}

.journey-step.step-1 {
  right: 6%;
  top: 2%;
}

.journey-step.step-2 {
  right: 34%;
  bottom: 2%;
}

.journey-step.step-3 {
  right: 56%;
  top: 8%;
}

.journey-step.step-4 {
  right: 78%;
  bottom: 6%;
}

.journey-step.step-1 .journey-card {
  animation: floatStep 5s ease-in-out infinite;
}

.journey-step.step-2 .journey-card {
  animation: floatStep 6s ease-in-out infinite;
  animation-delay: 0.4s;
}

.journey-step.step-3 .journey-card {
  animation: floatStep 5.5s ease-in-out infinite;
  animation-delay: 0.2s;
}

.journey-step.step-4 .journey-card {
  animation: floatStep 6.2s ease-in-out infinite;
  animation-delay: 0.6s;
}

.workflow-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0f6b6d, #23b3aa);
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  box-shadow: 0 8px 18px rgba(0, 100, 107, 0.25);
  transition: transform 0.3s ease;
}

.workflow-icon:hover {
  transform: scale(1.08);
}

.services-section {
  background:
    radial-gradient(520px 200px at 100% 0%, rgba(26, 163, 154, 0.12), transparent 60%),
    #f8fafa;
  position: relative;
}

.services-section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.12), rgba(242, 182, 62, 0.08));
  bottom: -80px;
  right: -60px;
  --drift-rotate: -10deg;
  opacity: 0.6;
  pointer-events: none;
  animation: drift 12s ease-in-out infinite;
}

.shipping-network {
  overflow: hidden;
}

.shipping-network::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 15% 30%, rgba(1, 105, 143, 0.12), transparent 60%),
    radial-gradient(circle at 85% 20%, rgba(242, 182, 62, 0.12), transparent 65%);
  opacity: 0.7;
  pointer-events: none;
  animation: networkDrift 16s ease-in-out infinite;
}

.shipping-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.shipping-title {
  max-width: 620px;
}

.shipping-title .section-title {
  text-align: right;
}

.shipping-title .text-muted strong {
  color: #0b2f33;
}

.shipping-cta {
  display: flex;
  align-items: center;
}

.shipping-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 32px;
}

.shipping-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.shipping-point i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #01698f;
  animation: networkPulse 4.8s ease-in-out infinite;
}

.shipping-point span {
  color: #4f5f6a;
  font-weight: 600;
  font-size: 0.95rem;
}

.shipping-point:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.shipping-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
}

.shipping-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, rgba(1, 105, 143, 0.2), rgba(242, 182, 62, 0.35));
  opacity: 0.6;
}

.shipping-card {
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 16px 28px rgba(2, 44, 44, 0.1);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.shipping-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.shipping-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 40px rgba(2, 44, 44, 0.16);
}

.shipping-card:hover::after {
  opacity: 1;
}

.shipping-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.2), rgba(242, 182, 62, 0.16));
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #01698f;
}

.shipping-card h5 {
  margin-bottom: 8px;
  font-weight: 700;
}

.shipping-card p {
  margin-bottom: 0;
  color: #5b6a75;
  font-size: 0.92rem;
}

@keyframes networkPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes networkDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(18px, -12px, 0);
  }
}

.services-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.services-title {
  max-width: 520px;
}

.services-title .section-title {
  text-align: right;
}

.services-title p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  padding: 24px 22px 54px;
  border-radius: 22px 8px 22px 8px;
  background: #ffffff;
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card.accent {
  background: linear-gradient(145deg, rgba(16, 100, 107, 0.1), rgba(242, 182, 62, 0.08));
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(26, 163, 154, 0.22);
  color: var(--heeiz);
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.service-card h5 {
  margin-bottom: 10px;
  font-weight: 700;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.service-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(16, 100, 107, 0.08);
  border: 1px solid rgba(16, 100, 107, 0.18);
  color: var(--heeiz);
}

.plans-section {
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(26, 163, 154, 0.12), transparent 60%),
    #f7f9fa;
}

.pricing-hero {
  text-align: center;
  padding: 28px 24px;
  margin: 0 auto 36px;
  max-width: 820px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.08), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
}

.pricing-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.pricing-os {
  background:
    radial-gradient(520px 220px at 10% 0%, rgba(1, 105, 143, 0.12), transparent 60%),
    #f7fbfb;
}

.calc-intro {
  line-height: 2;
}

.pricing-rules-card {
  background: rgba(16, 100, 107, 0.06);
  border: 1px solid rgba(16, 100, 107, 0.18);
  border-radius: 18px;
  padding: 16px;
}

.pricing-rules-title {
  color: #0b2f33;
}

.pricing-rules-text {
  line-height: 2;
}

.pricing-calc-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 16px 40px rgba(2, 44, 44, 0.1);
}

.calc-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.12), transparent);
  margin: 16px 0;
}

.calc-result-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(2, 44, 44, 0.08);
}

.calc-details-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(2, 44, 44, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.calc-detail-note {
  line-height: 2;
}

.modal-heeiz .modal-content {
  border-radius: 18px;
  overflow: hidden;
  border: none;
  box-shadow: 0 24px 60px rgba(2, 44, 44, 0.22);
}

.modal-heeiz .modal-header {
  background: linear-gradient(135deg, #10646b, #00918a);
  color: #e7f6ff;
  border: none;
}

.modal-heeiz-summary {
  background: rgba(16, 100, 107, 0.06);
  border: 1px solid rgba(16, 100, 107, 0.18);
}

.modal-consent-label {
  line-height: 2;
}

.modal-heeiz-note {
  line-height: 2;
}

.levels-head {
  text-align: center;
  margin-bottom: 32px;
}

.levels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.level-card {
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
  position: relative;
}

/* Creative cards for service audience */
.service-audience .levels-grid {
  gap: 22px;
}

.service-audience {
  margin-top: 60px;
  margin-bottom: 70px;
}

.service-audience .level-card {
  border-radius: 22px;
  padding: 22px 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(1, 105, 143, 0.06), rgba(0, 145, 138, 0.04)),
    linear-gradient(135deg, #ffffff, #f7fbfb);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: 0 18px 44px rgba(2, 44, 44, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-audience .level-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.35), rgba(0, 145, 138, 0.18), rgba(242, 182, 62, 0.2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.service-audience .level-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 24px;
  top: -28px;
  left: -22px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.14), rgba(0, 145, 138, 0.06));
  transform: rotate(18deg);
  opacity: 0.7;
  pointer-events: none;
}

.service-audience .level-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0b2f33;
}

.service-audience .level-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.service-audience .level-card:hover {
  transform: translateY(-8px);
  border-color: rgba(1, 105, 143, 0.35);
  box-shadow: 0 24px 58px rgba(2, 44, 44, 0.18);
}

.service-audience .level-card:nth-child(3n + 1)::after {
  background: linear-gradient(135deg, rgba(242, 182, 62, 0.18), rgba(0, 145, 138, 0.08));
}

.service-audience .level-card:nth-child(3n + 2)::after {
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(26, 163, 154, 0.1));
}

.service-audience .level-card:nth-child(3n + 3)::after {
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.1), rgba(242, 182, 62, 0.14));
}

.level-card.highlight {
  border-color: rgba(1, 105, 143, 0.3);
  box-shadow: 0 18px 48px rgba(1, 105, 143, 0.18);
  transform: translateY(-6px);
}

.level-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #01698f, #00918a);
}

.level-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(0, 145, 138, 0.14));
  border: 1px solid rgba(1, 105, 143, 0.22);
  color: #01698f;
  margin-bottom: 10px;
}

.level-card ul {
  padding-right: 18px;
  margin: 10px 0 12px;
  color: #2d3a41;
}

.level-note {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(1, 105, 143, 0.06);
  border: 1px dashed rgba(1, 105, 143, 0.18);
  font-size: 0.85rem;
  color: #01698f;
  text-align: center;
  margin-bottom: 12px;
}

.pricing-compare {
  margin: 90px 0;
  text-align: center;
  padding: 24px 0;
}

.pricing-compare .section-title {
  margin-bottom: 22px;
}

.pricing-compare .section-title::after {
  bottom: -14px;
}

.pricing-compare .compare-grid {
  margin-top: 28px;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  position: relative;
  align-items: stretch;
}

.compare-grid::before {
  content: "VS";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #01698f, #00918a);
  box-shadow: 0 18px 40px rgba(1, 105, 143, 0.28);
  z-index: 2;
  animation: pulseHalo 2.6s ease-in-out infinite;
}

.compare-grid::after {
  content: "";
  position: absolute;
  inset: 10% 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(1, 105, 143, 0.35), transparent);
  transform: translateX(-50%);
  z-index: 1;
}

.compare-card {
  background:
    linear-gradient(180deg, rgba(1, 105, 143, 0.06), rgba(0, 145, 138, 0.04)),
    #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.18);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 22px 54px rgba(2, 44, 44, 0.12);
  position: relative;
  overflow: hidden;
  text-align: right;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  animation: floatCard 6s ease-in-out infinite;
}

.compare-card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -30px;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.2), rgba(0, 145, 138, 0.08));
  opacity: 0.7;
  pointer-events: none;
  animation: driftShape 8s ease-in-out infinite;
}

.compare-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #0b2f33;
}

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

.compare-card ul li {
  position: relative;
  padding-right: 28px;
  color: #2d3a41;
}

.compare-card ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: rgba(1, 105, 143, 0.18);
  border: 1px solid rgba(1, 105, 143, 0.35);
}

.compare-card.highlight {
  background:
    linear-gradient(180deg, rgba(0, 145, 138, 0.12), rgba(1, 105, 143, 0.06)),
    #ffffff;
  border-color: rgba(1, 105, 143, 0.35);
  box-shadow: 0 26px 62px rgba(1, 105, 143, 0.22);
  transform: translateY(-6px);
}

.compare-card.highlight ul li::before {
  background: rgba(0, 145, 138, 0.25);
  border-color: rgba(0, 145, 138, 0.55);
}

.compare-card:hover {
  transform: translateY(-10px);
  border-color: rgba(1, 105, 143, 0.4);
  box-shadow: 0 30px 68px rgba(1, 105, 143, 0.2);
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulseHalo {
  0%, 100% {
    box-shadow: 0 18px 40px rgba(1, 105, 143, 0.28);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    box-shadow: 0 26px 60px rgba(1, 105, 143, 0.38);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@keyframes driftShape {
  0%, 100% {
    transform: translate(0, 0) rotate(18deg);
  }
  50% {
    transform: translate(8px, -10px) rotate(26deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .compare-card,
  .compare-card::before,
  .compare-grid::before {
    animation: none;
  }
}

.pricing-cta {
  text-align: center;
  padding: 22px;
  border-radius: 20px;
  background:
    radial-gradient(320px 160px at 15% 0%, rgba(242, 182, 62, 0.18), transparent 60%),
    radial-gradient(260px 180px at 85% 10%, rgba(0, 145, 138, 0.18), transparent 60%),
    linear-gradient(135deg, rgba(1, 105, 143, 0.12), rgba(0, 145, 138, 0.06)),
    #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.2);
  box-shadow: 0 24px 60px rgba(2, 44, 44, 0.16);
  position: relative;
  overflow: hidden;
}

.pricing-cta::before,
.pricing-cta::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 30px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.2), rgba(0, 145, 138, 0.08));
  opacity: 0.6;
  pointer-events: none;
}

.pricing-cta::before {
  top: -60px;
  left: -40px;
}

.pricing-cta::after {
  bottom: -70px;
  right: -30px;
}

.pricing-cta h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0b2f33;
  margin-bottom: 14px;
}

.pricing-cta .pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.pricing-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  margin: 10px 0 28px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fcfc);
  border: 1px solid rgba(1, 105, 143, 0.12);
}

.pricing-block {
  margin: 36px 0;
}

.pricing-copy {
  text-align: right;
}

.pricing-layers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.layer-card {
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
}

.pricing-quote {
  margin-top: 16px;
  font-weight: 700;
  color: #01698f;
}

.pricing-rules {
  margin: 10px 0 32px;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rule-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 100, 107, 0.12);
}

.pricing-why,
.pricing-audience,
.pricing-outro {
  margin: 26px 0;
  text-align: center;
}

.pricing-why {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.08), rgba(0, 145, 138, 0.06));
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: var(--shadow-sm);
}

.why-card {
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.08), rgba(0, 145, 138, 0.06));
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: var(--shadow-sm);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.pricing-audience {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px dashed rgba(1, 105, 143, 0.18);
}

.plans-header {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
}

.audience-grid span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.14);
  font-weight: 600;
}

.pricing-final {
  font-weight: 800;
  color: var(--heeiz);
  margin-bottom: 12px;
}

.plans-head {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.7fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 36px;
}

.plans-title .section-title {
  text-align: right;
}

.plans-title p {
  margin: 12px 0 0;
  color: var(--muted);
}

.plans-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.1), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.16);
  box-shadow: var(--shadow-sm);
}

.plans-note p {
  margin: 4px 0 0;
  color: var(--muted);
}

.note-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(26, 163, 154, 0.22);
  color: var(--heeiz);
}

.plans-header {
  text-align: center;
  margin: 10px auto 28px;
  max-width: 820px;
}

.plans-block {
  margin: 26px 0;
}

.plans-subtitle {
  color: var(--muted);
  margin-top: 10px;
}

.plan-tooltip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #01698f;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.18);
  margin-top: 12px;
}

#api.section {
  background:
    linear-gradient(135deg, rgba(16, 100, 107, 0.08), rgba(242, 182, 62, 0.08)),
    repeating-linear-gradient(90deg, rgba(16, 100, 107, 0.05), rgba(16, 100, 107, 0.05) 1px, transparent 1px, transparent 80px),
    #f7fafb;
  position: relative;
}

#api.section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(26, 163, 154, 0.16), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

#partners.section {
  background:
    radial-gradient(520px 220px at 10% 10%, rgba(26, 163, 154, 0.12), transparent 60%),
    radial-gradient(420px 200px at 90% 0%, rgba(242, 182, 62, 0.12), transparent 60%),
    #f8fafa;
}

#articles .card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#articles .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 46px rgba(2, 44, 44, 0.16);
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.plans-grid {
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.plan-features {
  padding-left: 0;
  margin-bottom: 0;
}

.plan-features li {
  list-style: none;
  padding-right: 18px;
  position: relative;
}

.plan-features li::before {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--heeiz-2);
}

.plan-card {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(1, 105, 143, 0.12);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  min-height: 100%;
}

.plan-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.plan-card.highlight {
  border: 1px solid rgba(1, 105, 143, 0.28);
  box-shadow: 0 18px 48px rgba(1, 105, 143, 0.18);
  transform: translateY(-6px);
}

.plan-recommend {
  position: absolute;
  top: -14px;
  right: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #01698f, #00918a);
  box-shadow: 0 10px 24px rgba(1, 105, 143, 0.35);
}

.plan-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(0, 145, 138, 0.14));
  border: 1px solid rgba(1, 105, 143, 0.22);
  color: #01698f;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.plan-desc {
  color: var(--muted);
  margin: 10px 0 12px;
}

.plan-storage {
  margin-top: 12px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(1, 105, 143, 0.06);
  border: 1px dashed rgba(1, 105, 143, 0.22);
  font-size: 0.85rem;
  color: #01698f;
  text-align: center;
}

.pricing-footnote {
  margin-top: 18px;
  text-align: center;
  font-weight: 700;
  color: #01698f;
  background: rgba(1, 105, 143, 0.06);
  border: 1px solid rgba(1, 105, 143, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
}

.plan-card.highlight .plan-title {
  background-color: rgba(1, 105, 143, 0.12);
}

.plan-card.highlight .whatsapp-btn {
  background: linear-gradient(135deg, #01698f, #00918a);
}
.plan-card:hover::after {
  opacity: 1;
}

.plan-card:nth-child(2) {
  animation-delay: 0.3s;
}

.plan-card:nth-child(3) {
  animation-delay: 0.6s;
}

.plan-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  font-weight: 800;
  color: #01698f;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.16);
  border-radius: 999px;
  padding: 6px 14px;
}

.plan-title {
  background-color: rgba(1, 105, 143, 0.12);
  color: #01698f;
  font-weight: 800;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 12px;
  margin-top: 12px;
  font-size: 18px;
}

.plan-features {
  margin-top: 20px;
  line-height: 1.9;
  font-size: 15px;
  color: #2d3a41;
  flex-grow: 1;
}

.app-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 10% 20%, rgba(16, 100, 107, 0.12), transparent 60%),
    radial-gradient(420px 240px at 90% 10%, rgba(242, 182, 62, 0.12), transparent 60%),
    #ffffff;
}

.app-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(520px 260px at 50% 20%, rgba(0, 145, 138, 0.14), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

.app-copy .section-title {
  max-width: 520px;
}

.app-feature-list {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.app-feature {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
}

.app-feature i {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(1, 105, 143, 0.12);
  color: #01698f;
  font-size: 1.2rem;
}

.app-feature h6 {
  margin: 0 0 4px;
  font-weight: 700;
}

.app-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.app-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.app-mockups {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  max-width: 600px;
}

.app-screen {
  border-radius: 32px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.08), rgba(0, 145, 138, 0.12));
  box-shadow: 0 22px 40px rgba(1, 105, 143, 0.12);
  animation: floatCard 7s ease-in-out infinite;
}

.app-screen.secondary {
  transform: translateY(18px);
  animation-delay: 0.4s;
}

.app-screen svg {
  width: 100%;
  height: auto;
  display: block;
}

.app-badge {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.2);
  box-shadow: var(--shadow-sm);
  font-weight: 600;
  color: #01698f;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.app-badge i {
  color: #00918a;
}

.heeiz-cta-link {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  width: auto;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(1, 105, 143, 0.28);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(1, 105, 143, 0.22), rgba(0, 145, 138, 0.22)) border-box;
  color: #0b2f33;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.heeiz-cta-link i {
  color: #01698f;
}

.heeiz-cta-link::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.heeiz-cta-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.6) 40%, transparent 70%);
  transform: translateX(120%);
  transition: transform 0.6s ease;
}

.heeiz-cta-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(1, 105, 143, 0.18);
  color: #01698f;
}

.heeiz-cta-link:hover::before {
  transform: translateX(-120%);
}

.heeiz-cta-link:hover::after {
  opacity: 1;
}

.heeiz-cta-link .cta-title {
  font-weight: 800;
  color: #0b2f33;
  white-space: nowrap;
}

.heeiz-cta-link .cta-subtext {
  display: none;
}

.app-page .section-title {
  letter-spacing: -0.4px;
}

.app-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #0b2f33, #10646b 55%, #00918a);
  color: #ffffff;
  overflow: hidden;
}

.app-hero-bg {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(520px 240px at 10% 20%, rgba(242, 182, 62, 0.22), transparent 60%),
    radial-gradient(620px 260px at 90% 10%, rgba(26, 163, 154, 0.2), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.app-shot-card {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.45);
}

.app-phone-frame {
  position: relative;
  width: 220px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(0, 145, 138, 0.18));
  box-shadow: 0 18px 40px rgba(1, 105, 143, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.app-frame-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #0b2f33;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(1, 105, 143, 0.12);
  z-index: 2;
}

.app-phone-frame.large {
  width: 260px;
}

.app-phone-grid {
  align-items: stretch;
  justify-content: flex-start;
}

.app-phone-grid.two {
  gap: 20px;
}

.app-phone-grid > .app-phone-frame {
  flex: 0 0 220px;
  scroll-snap-align: center;
}

.app-phone-grid.two > .app-phone-frame {
  flex: 0 0 240px;
}

.app-phone-grid.two {
  justify-content: center;
}

.app-phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 16px;
  border-radius: 999px;
  background: rgba(11, 47, 51, 0.8);
}

.app-phone-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.app-phone-frame.alt {
  transform: rotate(-2deg);
}

.app-section--why .app-phone-frame,
.app-section--tracking .app-phone-frame {
  width: 240px;
}

.app-section--products .app-phone-frame,
.app-section--orders .app-phone-frame,
.app-section--wallet .app-phone-frame,
.app-section--staff .app-phone-frame,
.app-section--settings .app-phone-frame,
.app-section--analytics .app-phone-frame {
  width: 220px;
}

.app-phone-shot {
  width: 100%;
  border-radius: 26px;
  display: block;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
}

.app-phone-frame {
  animation: appFloat 6s ease-in-out infinite;
}

/* App OS page (app/index.html) */
.app-page .appos-hero {
  position: relative;
  padding: 140px 0 120px;
  min-height: 82vh;
  background: radial-gradient(circle at 20% 20%, rgba(1, 105, 143, 0.35), transparent 55%),
    linear-gradient(135deg, #0b2f33 0%, #0f5158 45%, #01698f 100%);
  color: #ffffff;
  overflow: hidden;
}

.app-page .appos-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 47, 51, 0.35) 0%, rgba(11, 47, 51, 0.8) 60%, rgba(11, 47, 51, 0.92) 100%);
  pointer-events: none;
}

.appos-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.appos-hero-shot {
  position: absolute;
  border-radius: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  filter: saturate(1.1);
  box-shadow: 0 30px 80px rgba(2, 44, 44, 0.6);
  animation: apposFloat 14s ease-in-out infinite;
}

.appos-hero-shot--primary {
  width: min(520px, 70vw);
  height: min(620px, 70vw);
  top: 14%;
  left: 6%;
  --appos-tilt: -6deg;
  background-image: url("assets/app/Home.png");
}

.appos-hero-shot--secondary {
  width: min(460px, 65vw);
  height: min(560px, 65vw);
  right: 6%;
  top: 22%;
  --appos-tilt: 7deg;
  background-image: url("assets/app/Dashboard.png");
  animation-delay: -4s;
}

.appos-grid {
  position: absolute;
  inset: -30%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.35;
  animation: apposSweep 18s linear infinite;
}

.appos-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: 18%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.45), transparent 70%);
  filter: blur(6px);
  opacity: 0.7;
}

.appos-hero-panel {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 46px;
  border-radius: 28px;
  background: rgba(7, 28, 30, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 40px 80px rgba(2, 44, 44, 0.6);
  backdrop-filter: blur(14px);
}

.appos-kicker {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.appos-hero-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 32px;
  text-align: start;
}

.appos-hero-meta div {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.appos-hero-meta strong {
  display: block;
  font-size: 0.95rem;
}

.appos-hero-meta span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
}

.app-page .appos-section {
  position: relative;
  padding: 150px 0;
  background: #f6fbfb;
  overflow: hidden;
}

.app-page {
  --appos-phone-frame: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='480' viewBox='0 0 240 480'%3E%3Cdefs%3E%3Cfilter id='ds' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0' dy='4' stdDeviation='6' flood-color='%230b2f33' flood-opacity='0.12'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23ds)'%3E%3Cpath fill='none' stroke='%230b2f33' stroke-opacity='0.25' stroke-width='4' d='M22 30a22 22 0 0 1 22-22h152a22 22 0 0 1 22 22v420a22 22 0 0 1-22 22H44a22 22 0 0 1-22-22Z'/%3E%3Crect x='92' y='18' width='56' height='10' rx='6' fill='%230b2f33' fill-opacity='0.35'/%3E%3C/g%3E%3C/svg%3E");
}

.app-page .appos-section:nth-of-type(even) {
  background: #ffffff;
}

.appos-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  --phone-size: 14%;
  --screen-size: 10%;
  background-size:
    var(--phone-size), var(--screen-size),
    var(--phone-size), var(--screen-size),
    var(--phone-size), var(--screen-size);
  background-position: 14% 55%, 72% 22%, 82% 75%;
  opacity: 0.82;
  filter: saturate(1.2) contrast(1.1);
  transform: scale(1.02);
  animation: apposParallax 18s ease-in-out infinite;
}

.appos-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.4;
}

.appos-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(247, 251, 251, 0.6), rgba(247, 251, 251, 0.45));
  backdrop-filter: blur(2px);
}

.appos-bg--dashboard {
  background-image: var(--appos-phone-frame), url("assets/app/Dashboard.png");
  background-position: 78% 58%, 78% 58%;
}

.appos-bg--why {
  background-image:
    var(--appos-phone-frame), url("assets/app/Home.png"),
    var(--appos-phone-frame), url("assets/app/Dashboard.png"),
    var(--appos-phone-frame), url("assets/app/Products.png"),
    var(--appos-phone-frame), url("assets/app/Order.png"),
    var(--appos-phone-frame), url("assets/app/Wallet.png");
  background-size:
    13%, 9%,
    13%, 9%,
    13%, 9%,
    13%, 9%,
    13%, 9%;
  background-position:
    8% 64%, 8% 64%,
    30% 28%, 30% 28%,
    52% 72%, 52% 72%,
    72% 32%, 72% 32%,
    92% 62%, 92% 62%;
}

.appos-bg--products {
  background-image:
    var(--appos-phone-frame), url("assets/app/Products.png"),
    var(--appos-phone-frame), url("assets/app/Product%20Create.png"),
    var(--appos-phone-frame), url("assets/app/info%20Product.png");
  background-position:
    16% 62%, 16% 62%,
    50% 62%, 50% 62%,
    84% 62%, 84% 62%;
}

.appos-bg--settings {
  background-image:
    var(--appos-phone-frame), url("assets/app/Settings.png");
  background-position: 22% 60%, 22% 60%;
}

.appos-bg--orders {
  background-image:
    var(--appos-phone-frame), url("assets/app/Order.png"),
    var(--appos-phone-frame), url("assets/app/Inventory.png"),
    var(--appos-phone-frame), url("assets/app/Search.png");
  background-position:
    16% 64%, 16% 64%,
    50% 64%, 50% 64%,
    84% 64%, 84% 64%;
}

.appos-bg--wallet {
  background-image:
    var(--appos-phone-frame), url("assets/app/Wallet.png"),
    var(--appos-phone-frame), url("assets/app/Payroll.png");
  background-position:
    26% 60%, 26% 60%,
    74% 60%, 74% 60%;
}

.appos-bg--staff {
  background-image:
    var(--appos-phone-frame), url("assets/app/Staff.png"),
    var(--appos-phone-frame), url("assets/app/Payroll.png");
  background-position:
    26% 60%, 26% 60%,
    74% 60%, 74% 60%;
}

.appos-bg--analytics {
  background-image:
    var(--appos-phone-frame), url("assets/app/Dashboard.png"),
    var(--appos-phone-frame), url("assets/app/Inventory.png"),
    var(--appos-phone-frame), url("assets/app/Order.png");
  background-position:
    16% 62%, 16% 62%,
    50% 62%, 50% 62%,
    84% 62%, 84% 62%;
}

.appos-bg--tracking {
  background-image:
    var(--appos-phone-frame), url("assets/app/Search.png");
  background-position: 78% 60%, 78% 60%;
}

/* Creative background treatments per section */
.appos-why .appos-bg::after {
  background: linear-gradient(135deg, rgba(247, 251, 251, 0.65), rgba(247, 251, 251, 0.45));
}

.appos-why .appos-bg {
  opacity: 0.7;
}

.appos-products .appos-bg {
  transform: scale(1.08);
  filter: saturate(1.15) contrast(1.08);
}

.appos-products .appos-bg::after {
  background: linear-gradient(120deg, rgba(247, 251, 251, 0.62), rgba(247, 251, 251, 0.42));
}

.appos-settings .appos-bg::after {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 251, 0.52));
}

.appos-orders .appos-bg {
  filter: saturate(1.18) contrast(1.1);
}

.appos-orders .appos-bg::after {
  background:
    linear-gradient(135deg, rgba(15, 30, 34, 0.48), rgba(15, 30, 34, 0.24)),
    linear-gradient(120deg, rgba(247, 251, 251, 0.3), rgba(247, 251, 251, 0.15));
  backdrop-filter: blur(5px);
}

.appos-wallet .appos-bg {
  filter: saturate(1.25) contrast(1.08);
}

.appos-wallet .appos-bg::after {
  background: linear-gradient(140deg, rgba(237, 250, 248, 0.58), rgba(247, 251, 251, 0.35));
}

.appos-staff .appos-bg::after {
  background: linear-gradient(120deg, rgba(247, 251, 251, 0.68), rgba(247, 251, 251, 0.48));
}

.appos-analytics .appos-bg::after {
  background:
    linear-gradient(135deg, rgba(1, 105, 143, 0.14), rgba(0, 145, 138, 0.08)),
    linear-gradient(120deg, rgba(247, 251, 251, 0.55), rgba(247, 251, 251, 0.4));
}

.appos-tracking .appos-bg::after {
  background:
    radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.4), rgba(247, 251, 251, 0.2) 45%),
    linear-gradient(120deg, rgba(247, 251, 251, 0.65), rgba(247, 251, 251, 0.45));
}

.appos-tracking .appos-section-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(1, 105, 143, 0.2);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.16);
}

.appos-tracking .appos-section-panel::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 30% 20%, rgba(1, 105, 143, 0.18), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(0, 145, 138, 0.18), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

.appos-tracking .appos-section-panel::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px dashed rgba(1, 105, 143, 0.28);
  opacity: 0.6;
  pointer-events: none;
}

.appos-tracking .appos-section-head {
  position: relative;
  z-index: 1;
}

.appos-tracking .appos-bullets li::before {
  background: linear-gradient(135deg, #0b2f33, #00918a);
}

.appos-tracking-panel {
  align-items: center;
}

.appos-tracking-ui {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.tracking-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.18);
  font-weight: 600;
}

.tracking-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00918a;
  box-shadow: 0 0 0 4px rgba(0, 145, 138, 0.18);
}

.tracking-input {
  color: #0b2f33;
  opacity: 0.8;
}

.tracking-flow {
  display: grid;
  gap: 12px;
}

.tracking-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px dashed rgba(1, 105, 143, 0.2);
}

.tracking-step strong {
  color: #01698f;
}

.tracking-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tracking-metrics div {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.18);
  text-align: center;
  font-weight: 600;
}

.tracking-metrics span {
  display: block;
  font-size: 0.8rem;
  color: #5e6b78;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .appos-tracking-panel {
    grid-template-columns: 1fr;
  }

  .tracking-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .tracking-metrics {
    grid-template-columns: 1fr;
  }
}

.appos-section-panel {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 24px 60px rgba(2, 44, 44, 0.14);
  backdrop-filter: blur(8px);
  text-align: start;
}

.appos-section-panel.dark {
  background: rgba(11, 47, 51, 0.86);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
}

.appos-section-panel.dark .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.appos-section-panel.hud {
  border: 1px solid rgba(1, 105, 143, 0.18);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.18);
  background: rgba(255, 255, 255, 0.82);
}

.appos-section-panel.focus {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.appos-section-panel.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: center;
}

.appos-section-head .section-title {
  margin-bottom: 12px;
}

.appos-bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.appos-bullets li {
  position: relative;
  padding-right: 26px;
}

.appos-bullets li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #01698f, #00918a);
  box-shadow: 0 0 0 6px rgba(1, 105, 143, 0.12);
}

.appos-result {
  margin-top: 20px;
  font-weight: 600;
  color: #0b2f33;
}

.appos-section-panel.dark .appos-result {
  color: #ffffff;
}

.appos-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.appos-why-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: 0 28px 70px rgba(2, 44, 44, 0.14);
}

.appos-why-head .section-title {
  position: relative;
}

.appos-why-head .section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.8), rgba(0, 145, 138, 0.6));
}

.appos-why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  margin-top: 28px;
  align-items: center;
}

.appos-why-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(1, 105, 143, 0.12);
  border: 1px solid rgba(1, 105, 143, 0.2);
  font-weight: 600;
  color: #0b2f33;
  margin-bottom: 12px;
}

.appos-why-lead h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #0b2f33;
}

.appos-why-lead p {
  color: #5a6b76;
  margin-bottom: 18px;
}

.appos-why-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.appos-why-pills span {
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px dashed rgba(1, 105, 143, 0.2);
  font-weight: 600;
  color: #01698f;
}

.appos-why-insight {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(1, 105, 143, 0.06);
  border: 1px solid rgba(1, 105, 143, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.appos-why-stat {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(1, 105, 143, 0.16);
}

.appos-why-stat span {
  display: block;
  font-size: 0.85rem;
  color: #5a6b76;
  margin-bottom: 6px;
}

.appos-why-stat strong {
  display: block;
  font-size: 1.2rem;
  color: #0b2f33;
}

.appos-why-stat small {
  display: block;
  margin-top: 6px;
  color: #6c7b86;
  font-size: 0.8rem;
}

.appos-why-grid {
  margin-top: 28px;
}

.appos-why-grid .appos-value-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 251, 0.7));
}

.appos-why-grid .appos-value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(1, 105, 143, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.appos-why-grid .appos-value-card:hover::after {
  opacity: 1;
}

.appos-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.16), rgba(0, 145, 138, 0.12));
  color: #01698f;
  margin-bottom: 12px;
}

.appos-why-icon i {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .appos-why-layout {
    grid-template-columns: 1fr;
  }
}

.appos-value-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 18px 32px rgba(2, 44, 44, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appos-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 40px rgba(2, 44, 44, 0.12);
}

.appos-panel-side {
  display: grid;
  gap: 14px;
}

.appos-mini-card {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.2);
  font-weight: 600;
  color: #0b2f33;
}

.appos-status,
.appos-metrics,
.appos-hud {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.appos-status div,
.appos-metrics div,
.appos-hud span {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 600;
  text-align: center;
  color: inherit;
}

.appos-section-panel.dark .appos-status div {
  background: rgba(255, 255, 255, 0.08);
}

.appos-hud span {
  background: rgba(1, 105, 143, 0.08);
  color: #0b2f33;
}

.appos-cta {
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.12), rgba(0, 145, 138, 0.2));
}

.appos-cta-showcase {
  position: relative;
  overflow: hidden;
}

.appos-cta-showcase .cta-glow {
  opacity: 0.7;
}

.appos-cta-panel {
  padding: 46px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.18);
}

.appos-cta-panel--showcase {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 249, 0.88));
  border: 1px solid rgba(1, 105, 143, 0.18);
}

.appos-cta-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.appos-cta-head .section-title {
  margin-bottom: 12px;
}

.appos-cta-head .text-muted {
  font-size: 1.05rem;
}

.appos-cta-cards {
  position: relative;
  z-index: 1;
}

.appos-cta-cards .app-box {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(1, 105, 143, 0.2), rgba(242, 182, 62, 0.16)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 32px rgba(2, 44, 44, 0.12);
}

.appos-cta-cards .app-box i {
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(1, 105, 143, 0.18);
}

.appos-cta-showcase::before,
.appos-cta-showcase::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 105, 143, 0.18), transparent 70%);
  filter: blur(2px);
  animation: apposCtaPulse 10s ease-in-out infinite;
  pointer-events: none;
}

.appos-cta-showcase::before {
  top: -80px;
  left: -40px;
}

.appos-cta-showcase::after {
  bottom: -90px;
  right: -30px;
  animation-delay: 4s;
}

.appos-cta-panel--showcase {
  position: relative;
  overflow: hidden;
}

.appos-cta-panel--showcase::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 182, 62, 0.2), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(26, 163, 154, 0.16), transparent 60%);
  opacity: 0.7;
  animation: apposCtaDrift 14s ease-in-out infinite;
  pointer-events: none;
}

.appos-cta-panel--showcase > * {
  position: relative;
  z-index: 1;
}

.appos-cta-head .section-title {
  position: relative;
  display: inline-block;
}

.appos-cta-head .section-title::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -12px;
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.9), rgba(242, 182, 62, 0.7));
}

.appos-cta-cards .app-box {
  position: relative;
  overflow: hidden;
  animation: apposCtaFloat 6s ease-in-out infinite;
}

.appos-cta-cards .col-6:nth-child(2) .app-box {
  animation-delay: 0.6s;
}

.appos-cta-cards .col-6:nth-child(3) .app-box {
  animation-delay: 1.2s;
}

.appos-cta-cards .col-6:nth-child(4) .app-box {
  animation-delay: 1.8s;
}

.appos-cta-cards .col-6:nth-child(5) .app-box {
  animation-delay: 2.4s;
}

.appos-cta-cards .app-box::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.14), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.appos-cta-cards .app-box:hover::after {
  opacity: 1;
}

.appos-cta-cards .app-box:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 26px 48px rgba(2, 44, 44, 0.18);
}

.shipping-page .section {
  position: relative;
  padding: 120px 0;
}

.shipping-page .section + .section {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .shipping-page .section {
    padding: 96px 0;
  }

  .shipping-page .section + .section {
    margin-top: 20px;
  }
}

.shipping-hero {
  background:
    radial-gradient(520px 280px at 85% 20%, rgba(1, 105, 143, 0.18), transparent 60%),
    radial-gradient(420px 220px at 10% 0%, rgba(242, 182, 62, 0.16), transparent 60%),
    #f7fafb;
  padding: 110px 0 90px;
  overflow: hidden;
}

.shipping-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(1, 105, 143, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.35;
  pointer-events: none;
}

.shipping-hero .section-title {
  font-size: 2.4rem;
}

.shipping-hero-panel {
  position: relative;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: 0 28px 60px rgba(2, 44, 44, 0.14);
  overflow: hidden;
}

.shipping-hero-panel::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 182, 62, 0.2), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(1, 105, 143, 0.16), transparent 60%);
  opacity: 0.6;
  animation: networkDrift 18s ease-in-out infinite;
  pointer-events: none;
}

.shipping-hero-panel > * {
  position: relative;
  z-index: 1;
}

.shipping-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shipping-hero-card {
  position: relative;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 249, 0.86));
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 6px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.shipping-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 36px rgba(2, 44, 44, 0.14);
}

.shipping-hero-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.shipping-hero-card:hover::after {
  opacity: 1;
}

.shipping-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.shipping-hero-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.18);
  font-weight: 600;
  color: #01698f;
  font-size: 0.85rem;
}

.shipping-hero-card span {
  font-size: 0.9rem;
  color: #5d6d78;
}

.shipping-hero-card strong {
  font-size: 1.05rem;
  color: #0b2f33;
}

.shipping-hero-route {
  margin: 22px 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.route-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(1, 105, 143, 0.3);
  box-shadow: 0 0 0 6px rgba(1, 105, 143, 0.08);
  animation: networkPulse 4.8s ease-in-out infinite;
}

.route-node.active {
  background: #01698f;
  box-shadow: 0 0 0 6px rgba(1, 105, 143, 0.18);
}

.route-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(1, 105, 143, 0.2), rgba(242, 182, 62, 0.35));
}

.shipping-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(1, 105, 143, 0.1);
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #01698f;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.shipping-hero-badge i {
  color: #0b2f33;
}

.shipping-definition {
  background: #ffffff;
}

.shipping-definition-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.shipping-definition-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(1, 105, 143, 0.06);
  border: 1px solid rgba(1, 105, 143, 0.14);
  font-weight: 600;
  color: #0b2f33;
}

.shipping-definition-list i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(1, 105, 143, 0.12);
  color: #01698f;
}

.shipping-diagram {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  background: rgba(247, 251, 251, 0.9);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: 0 20px 42px rgba(2, 44, 44, 0.12);
}

.shipping-diagram::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.16), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.shipping-diagram > * {
  position: relative;
  z-index: 1;
}

.diagram-head {
  margin-bottom: 18px;
}

.diagram-head h5 {
  font-weight: 700;
}

.diagram-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(1, 105, 143, 0.2);
}

.diagram-step:last-child {
  border-bottom: none;
}

.diagram-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(242, 182, 62, 0.2));
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #01698f;
}

.diagram-step strong {
  display: block;
  color: #0b2f33;
}

.diagram-step p {
  margin-bottom: 0;
  color: #5b6a75;
}

.shipping-engine {
  background:
    radial-gradient(420px 200px at 85% 10%, rgba(242, 182, 62, 0.14), transparent 60%),
    #f7fafb;
}

.shipping-engine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.engine-card {
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.engine-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(1, 105, 143, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.engine-card:hover::after {
  opacity: 1;
}

.engine-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.engine-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(242, 182, 62, 0.12));
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #01698f;
  margin-bottom: 12px;
}

.shipping-management {
  background: #ffffff;
}

.shipping-management-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.management-card {
  position: relative;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 18px 30px rgba(2, 44, 44, 0.1);
  text-align: start;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.management-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.management-card:hover::after {
  opacity: 1;
}

.management-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(2, 44, 44, 0.14);
}

.management-card i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(1, 105, 143, 0.12);
  color: #01698f;
  margin-bottom: 12px;
}

.shipping-difference {
  background:
    linear-gradient(135deg, rgba(1, 105, 143, 0.08), rgba(242, 182, 62, 0.08));
}

.shipping-diff-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  color: #4f5f6a;
  font-weight: 600;
}

.shipping-diff-cards {
  display: grid;
  gap: 16px;
}

.diff-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(1, 105, 143, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.diff-card.highlight {
  border-color: rgba(1, 105, 143, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 249, 0.9));
  box-shadow: 0 24px 44px rgba(2, 44, 44, 0.12);
}

.diff-card span {
  display: block;
  color: #5d6d78;
  margin-bottom: 6px;
}

.shipping-usecases {
  background: #ffffff;
}

.shipping-usecases-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.usecase-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.usecase-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(1, 105, 143, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.usecase-card:hover::after {
  opacity: 1;
}

.shipping-carriers {
  background:
    radial-gradient(420px 200px at 10% 20%, rgba(242, 182, 62, 0.14), transparent 60%),
    radial-gradient(420px 220px at 90% 10%, rgba(1, 105, 143, 0.16), transparent 60%),
    #f7fafb;
}

.shipping-carriers .section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
}

.shipping-carriers .section-pill {
  margin-bottom: 12px;
  display: inline-flex;
}

.shipping-carriers-slider {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
  direction: ltr;
  border-radius: 26px;
  background:
    repeating-linear-gradient(90deg, rgba(1, 105, 143, 0.04) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(1, 105, 143, 0.04) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 249, 0.86));
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 24px 50px rgba(2, 44, 44, 0.12);
}

.shipping-carriers-slider::before,
.shipping-carriers-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  pointer-events: none;
  z-index: 1;
}

.shipping-carriers-slider::before {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 250, 251, 0.95), rgba(247, 250, 251, 0));
}

.shipping-carriers-slider::after {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 250, 251, 0.95), rgba(247, 250, 251, 0));
}

.shipping-carriers-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  animation: carriersMarquee 22s linear infinite;
  will-change: transform;
}

.carrier-set {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-inline: 0;
  flex: 0 0 auto;
  min-width: max-content;
}

.carrier-logo-card {
  position: relative;
  padding: 10px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
  flex: 0 0 auto;
  min-height: 130px;
}

.carrier-logo-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 0;
  border: 1px dashed rgba(1, 105, 143, 0.14);
  background:
    linear-gradient(135deg, rgba(1, 105, 143, 0.05), rgba(242, 182, 62, 0.04));
  clip-path: polygon(6% 0%, 100% 0%, 100% 82%, 94% 100%, 0% 100%, 0% 18%);
  pointer-events: none;
}

.carrier-logo-card:hover {
  transform: translateY(-6px);
}


.carrier-logo-card img {
  padding: 14px 16px;
  border-radius: 40px;
  border: none;
  width: 240px;
  height: 120px;
  object-fit: contain;
  filter: grayscale(0.12) saturate(1.12) contrast(1.08) brightness(1.03);
  transition: filter 0.35s ease, transform 0.35s ease;
  background: transparent;
  box-shadow: none;
}

.carrier-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #42515b;
}

@keyframes carriersMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.carrier-logo-card:hover img {
  filter: saturate(1.12) contrast(1.06) brightness(1.04);
  transform: scale(1.03);
  box-shadow: none;
}

.privacy-page .section {
  position: relative;
}

.privacy-hero {
  background:
    radial-gradient(520px 220px at 90% 10%, rgba(1, 105, 143, 0.16), transparent 60%),
    radial-gradient(420px 240px at 10% 0%, rgba(242, 182, 62, 0.14), transparent 60%),
    #f7fafb;
  padding: 110px 0 70px;
}

.privacy-hero-card {
  padding: 36px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.14);
}

.privacy-content {
  background: #ffffff;
  padding: 50px 0 90px;
}

.privacy-jump {
  position: sticky;
  top: 112px;
  z-index: 9;
  background: rgba(247, 251, 251, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 12px 28px rgba(2, 44, 44, 0.08);
}

.privacy-jump-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  overflow: hidden;
}

.privacy-jump-title {
  font-weight: 700;
  color: #01698f;
  white-space: nowrap;
}

.privacy-chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 0;
  scrollbar-width: thin;
}

.privacy-chips a {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(1, 105, 143, 0.18);
  color: #0b2f33;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.privacy-chips a:hover {
  background: rgba(1, 105, 143, 0.14);
  color: #01698f;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(2, 44, 44, 0.12);
}

.privacy-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 20px 44px rgba(2, 44, 44, 0.1);
  margin-bottom: 22px;
  scroll-margin-top: 160px;
}

.privacy-card p,
.privacy-card li {
  line-height: 1.95;
  color: #4b5c67;
}

.privacy-card p + p {
  margin-top: 12px;
}

.privacy-card .section-title {
  font-size: 1.35rem;
}

.privacy-card:target {
  border-color: rgba(1, 105, 143, 0.28);
  box-shadow: 0 26px 60px rgba(2, 44, 44, 0.16);
}

.privacy-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.privacy-index {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.18), rgba(242, 182, 62, 0.14));
  border: 1px solid rgba(1, 105, 143, 0.2);
  font-weight: 700;
  color: #01698f;
}

.privacy-card .section-title {
  margin-bottom: 0;
}

.privacy-block {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(247, 251, 251, 0.8);
  border: 1px dashed rgba(1, 105, 143, 0.14);
}

.privacy-block h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0b2f33;
  margin-bottom: 8px;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.privacy-list li {
  position: relative;
  padding-right: 26px;
  color: #4f5f6a;
}

.privacy-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #01698f, #00918a);
  box-shadow: 0 0 0 5px rgba(1, 105, 143, 0.12);
}

.privacy-updated {
  margin-top: 18px;
  font-weight: 700;
  color: #0b2f33;
}

.privacy-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.privacy-sidebar-card {
  padding: 22px;
  border-radius: 20px;
  background: rgba(247, 251, 251, 0.95);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 16px 30px rgba(2, 44, 44, 0.1);
}

.privacy-sidebar-card h3 {
  font-size: 1.05rem;
  color: #0b2f33;
}

.privacy-contact li {
  line-height: 1.7;
}

.error-page .section {
  position: relative;
}

.error-hero {
  padding: 110px 0 90px;
  background:
    radial-gradient(520px 240px at 85% 15%, rgba(1, 105, 143, 0.16), transparent 60%),
    radial-gradient(420px 220px at 10% 0%, rgba(242, 182, 62, 0.16), transparent 60%),
    #f7fafb;
  overflow: hidden;
}

.error-card {
  position: relative;
  padding: 36px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(1, 105, 143, 0.14);
  box-shadow: 0 30px 70px rgba(2, 44, 44, 0.16);
  text-align: center;
}

.error-code {
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 800;
  color: #01698f;
  letter-spacing: 4px;
}

.error-orbit {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 12px;
}

.error-orbit span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(1, 105, 143, 0.35);
  animation: errorPulse 2.6s ease-in-out infinite;
}

.error-orbit span:nth-child(2) {
  animation-delay: 0.6s;
}

.error-orbit span:nth-child(3) {
  animation-delay: 1.2s;
}

.error-glow {
  position: absolute;
  inset: 10%;
  background:
    radial-gradient(circle at 30% 20%, rgba(242, 182, 62, 0.2), transparent 60%),
    radial-gradient(circle at 70% 60%, rgba(1, 105, 143, 0.18), transparent 65%);
  filter: blur(30px);
  opacity: 0.8;
  z-index: 0;
}

.error-links {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.error-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.14);
  color: #0b2f33;
  text-decoration: none;
  font-weight: 600;
}

.error-links a:hover {
  color: #01698f;
  background: rgba(1, 105, 143, 0.16);
}

.error-suggestions {
  background: #ffffff;
  padding: 40px 0 90px;
}

.error-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.error-tile {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(1, 105, 143, 0.12);
  box-shadow: 0 18px 32px rgba(2, 44, 44, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.error-tile i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(1, 105, 143, 0.16), rgba(242, 182, 62, 0.14));
  color: #01698f;
  margin-bottom: 12px;
}

.error-tile h5 {
  margin-bottom: 8px;
  font-weight: 700;
}

.error-tile p {
  margin-bottom: 0;
  color: #5b6a75;
}

.error-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 44px rgba(2, 44, 44, 0.14);
}

@keyframes errorPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .error-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .error-grid {
    grid-template-columns: 1fr;
  }

  .error-links {
    justify-content: center;
  }
}

.privacy-toc {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

.privacy-toc a {
  color: #0b2f33;
  text-decoration: none;
  font-weight: 600;
}

.privacy-toc a:hover {
  color: #01698f;
}

.privacy-contact {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
  color: #5b6a75;
}

.privacy-contact i {
  color: #01698f;
  margin-left: 6px;
}

@media (max-width: 992px) {
  .privacy-sidebar {
    position: static;
  }

  .privacy-jump {
    top: 96px;
  }
}

@media (max-width: 576px) {
  .privacy-hero-card,
  .privacy-card,
  .privacy-sidebar-card {
    padding: 20px;
  }

  .privacy-jump-title {
    display: none;
  }
}
.shipping-cta {
  background:
    radial-gradient(420px 200px at 20% 20%, rgba(26, 163, 154, 0.14), transparent 60%),
    #f7fafb;
}

.shipping-cta-panel {
  position: relative;
  padding: 32px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 249, 0.88));
  border: 1px solid rgba(1, 105, 143, 0.18);
  box-shadow: 0 28px 60px rgba(2, 44, 44, 0.16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
}

.shipping-cta-panel::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 182, 62, 0.2), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(1, 105, 143, 0.16), transparent 60%);
  opacity: 0.7;
  animation: networkDrift 16s ease-in-out infinite;
  pointer-events: none;
}

.shipping-cta-panel > * {
  position: relative;
  z-index: 1;
}

.shipping-cta-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.shipping-cta-kpis div {
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  min-width: 140px;
}

.shipping-cta-kpis span {
  display: block;
  font-size: 0.85rem;
  color: #5d6d78;
}

.shipping-cta-kpis strong {
  display: block;
  color: #0b2f33;
  font-size: 1rem;
}

.shipping-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes apposCtaFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes apposCtaPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}

@keyframes apposCtaDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(18px, -16px, 0);
  }
}

@media (max-width: 1200px) {
  .appos-hero-shot--primary,
  .appos-hero-shot--secondary {
    opacity: 0.3;
  }
}

@media (max-width: 992px) {
  .app-page .appos-hero {
    padding: 120px 0 90px;
  }

  .appos-hero-shot--primary {
    width: min(420px, 70vw);
    height: min(520px, 70vw);
    top: 18%;
  }

  .appos-hero-shot--secondary {
    width: min(380px, 64vw);
    height: min(480px, 64vw);
    top: 28%;
  }

  .appos-section-panel.split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .app-page .appos-hero {
    min-height: auto;
    padding: 110px 0 80px;
  }

  .appos-hero-panel {
    padding: 32px;
  }

  .appos-hero-shot--secondary {
    display: none;
  }

  .appos-bg {
    opacity: 0.82;
    --phone-size: 18%;
    --screen-size: 13%;
  }

  .appos-section-panel {
    padding: 32px;
  }
}

@media (max-width: 576px) {
  .app-page .appos-section {
    padding: 120px 0;
  }

  .appos-hero-panel {
    padding: 26px;
  }

  .appos-section-panel {
    padding: 26px;
  }

  .appos-bullets li {
    padding-right: 22px;
  }

  .appos-cta-panel {
    padding: 32px;
  }
}

.app-phone-frame:nth-child(2) {
  animation-delay: 0.4s;
}

.app-phone-frame:nth-child(3) {
  animation-delay: 0.8s;
}

.app-phone-frame:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 46px rgba(1, 105, 143, 0.25);
}

.app-shot-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0b2f33;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.app-shot-badge i {
  color: #01698f;
}

.app-section {
  padding: 90px 0;
}

.app-page .app-section .row {
  flex-direction: column;
  align-items: flex-start;
}

.app-page .app-section .row > [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.app-page .app-section .row > [class*="order-"] {
  order: 0 !important;
}

.app-page .app-copy {
  max-width: 820px;
}

.app-gallery,
.app-phone-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 12px 4px 8px;
  margin-top: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.app-gallery::-webkit-scrollbar,
.app-phone-grid::-webkit-scrollbar {
  height: 6px;
}

.app-gallery::-webkit-scrollbar-thumb,
.app-phone-grid::-webkit-scrollbar-thumb {
  background: rgba(1, 105, 143, 0.25);
  border-radius: 999px;
}

.app-section--why {
  background: linear-gradient(120deg, rgba(1, 105, 143, 0.08), #ffffff);
}

.app-section--products {
  background: linear-gradient(120deg, rgba(242, 182, 62, 0.08), #ffffff);
}

.app-section--settings {
  background: linear-gradient(120deg, rgba(0, 145, 138, 0.08), #ffffff);
}

.app-section--channels {
  background: linear-gradient(120deg, rgba(16, 100, 107, 0.08), #ffffff);
}

.app-section--orders {
  background: linear-gradient(120deg, rgba(16, 100, 107, 0.08), #ffffff);
}

.app-section--wallet {
  background: linear-gradient(120deg, rgba(1, 105, 143, 0.06), rgba(242, 182, 62, 0.08));
}

.app-section--customers {
  background: linear-gradient(120deg, rgba(26, 163, 154, 0.08), #ffffff);
}

.app-section--staff {
  background: linear-gradient(120deg, rgba(2, 44, 44, 0.05), #ffffff);
}

.app-section--analytics {
  background: linear-gradient(120deg, rgba(1, 105, 143, 0.08), #ffffff);
}

.app-section--tracking {
  background: linear-gradient(120deg, rgba(0, 145, 138, 0.06), #ffffff);
}

.app-section--growth {
  background: linear-gradient(120deg, rgba(0, 145, 138, 0.08), #ffffff);
}

.app-section--embedded {
  background: linear-gradient(120deg, rgba(242, 182, 62, 0.06), #ffffff);
}

.app-section--faq {
  background: linear-gradient(120deg, rgba(1, 105, 143, 0.05), #ffffff);
}

.app-section--cta {
  background: #ffffff;
}

.app-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.app-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(1, 105, 143, 0.12);
  font-weight: 600;
  color: #0b2f33;
}

.app-point i {
  color: #01698f;
}

.app-feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.app-feature-list li {
  position: relative;
  padding-right: 18px;
  color: #1f2a30;
}

.app-feature-list li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #00918a;
  font-weight: 700;
}

.app-result {
  margin-top: 16px;
  color: #0b2f33;
  background: rgba(1, 105, 143, 0.08);
  border: 1px solid rgba(1, 105, 143, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
}

.cta-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.08), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.14);
  box-shadow: var(--shadow-sm);
}

.cta-panel-media img {
  width: 100%;
  border-radius: 20px;
}

.app-page .accordion-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(1, 105, 143, 0.12);
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
}

.app-page .accordion-button {
  font-weight: 700;
}

@media (max-width: 991px) {
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .app-phone-frame.alt {
    transform: none;
  }
}

@media (max-width: 767px) {
  .app-hero {
    padding: 90px 0 60px;
  }

  .app-shot-badge {
    position: static;
    margin-top: 12px;
  }

  .app-phone-frame {
    width: 200px;
  }
}

@keyframes appFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

  .app-section-media {
    padding: 8px;
  }

  .app-media--tilt,
  .app-media--rise {
    transform: none;
  }
}

.cta-section {
  background:
    radial-gradient(520px 260px at 10% 0%, rgba(242, 182, 62, 0.2), transparent 60%),
    radial-gradient(520px 220px at 90% 10%, rgba(26, 163, 154, 0.18), transparent 60%),
    #ffffff;
}

.cta-section .app-box {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cta-showcase {
  position: relative;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(420px 220px at 15% 20%, rgba(242, 182, 62, 0.18), transparent 60%),
    radial-gradient(520px 240px at 85% 30%, rgba(26, 163, 154, 0.18), transparent 60%);
  opacity: 0.8;
  animation: drift 16s ease-in-out infinite;
  pointer-events: none;
}

.cta-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 28px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(16, 100, 107, 0.08), rgba(242, 182, 62, 0.08));
  border: 1px solid rgba(16, 100, 107, 0.12);
  box-shadow: var(--shadow-sm);
}

.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-cards {
  position: relative;
  z-index: 1;
}

.cta-cards .app-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(16, 100, 107, 0.25), rgba(242, 182, 62, 0.18)) border-box;
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.4s ease;
}

.cta-cards .app-box::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(26, 163, 154, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cta-cards .app-box::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 182, 62, 0.2), transparent 60%);
  opacity: 0.6;
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.cta-cards .app-box:hover::after {
  opacity: 1;
}

.cta-cards .app-box:hover::before {
  opacity: 0.9;
  transform: translateY(-6px);
}

.cta-cards .app-box i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 163, 154, 0.18), rgba(242, 182, 62, 0.12));
  border: 1px solid rgba(16, 100, 107, 0.18);
  font-size: 1.4rem;
}

.cta-cards .app-box h6 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.cta-cards .app-box small {
  display: block;
  color: var(--muted);
}

.cta-cards .app-box:hover {
  transform: translateY(-10px) rotateX(4deg);
  box-shadow: var(--shadow-md);
}

.cta-cards .col-6:nth-child(2) .app-box {
  transform: translateY(-4px);
}

.cta-cards .col-6:nth-child(4) .app-box {
  transform: translateY(4px);
}

.card img {
  height: 220px;
  object-fit: cover;
}

.col-lg-2-5 {
  flex: 0 0 auto;
  width: 20%;
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .col-lg-2-5 {
    width: 50%;
  }

  .hero {
    padding: 110px 0 90px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-pill {
    align-self: center;
  }

  .hero-subtitle {
    margin: 0 auto;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }

  .hero-map {
    opacity: 0.25;
    right: -80px;
  }

  .hero-flow {
    opacity: 0.55;
    left: 50%;
    bottom: 12px;
    width: min(260px, 50vw);
    transform: translateX(50%);
  }

  .hero-visual {
    min-height: 360px;
  }

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

  .stats-copy {
    text-align: center;
  }

  .stats-copy .section-title,
  .stats-copy .section-subtitle {
    text-align: center;
  }

  .stats-badges {
    justify-content: center;
  }

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

  .shipping-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shipping-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shipping-flow::before {
    display: none;
  }

  .shipping-hero {
    padding: 100px 0 80px;
  }

  .shipping-engine-grid,
  .shipping-management-grid,
  .shipping-usecases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shipping-cta-panel {
    justify-content: center;
    text-align: center;
  }

  .shipping-hero-tags {
    justify-content: center;
  }

  .plans-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .plans-title .section-title {
    text-align: center;
  }

  .plans-note {
    justify-content: center;
  }

  .plans-container {
    grid-template-columns: 1fr;
  }

  .pricing-layers {
    grid-template-columns: 1fr;
  }

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

  .pricing-split {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pricing-copy {
    text-align: center;
  }

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

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

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

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

  .stats-grid .stat-box:nth-child(2),
  .stats-grid .stat-box:nth-child(4) {
    transform: none;
  }

  .app-mockups {
    max-width: 480px;
    margin: 0 auto;
  }

  .app-badge {
    position: static;
    margin: 12px auto 0;
    transform: none;
  }

  .mockup-float {
    position: static;
    margin-top: 14px;
  }

  .mockup-badge {
    position: static;
    margin-top: 12px;
  }

  .pricing-os .section-title,
  .pricing-os .muted {
    text-align: center;
  }

  .pricing-compare .compare-grid::before,
  .pricing-compare .compare-grid::after {
    display: none;
  }

  .pricing-calc-card {
    padding: 20px;
  }

  .calc-result-card,
  .calc-details-card {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: clamp(2rem, 3.6vw + 1.2rem, 2.8rem);
  }

  .hero-ctas {
    flex-direction: column;
  }

  .hero-dashboard {
    padding: 18px;
  }

  .hero-layer {
    position: static;
    margin-top: 12px;
    display: inline-flex;
  }


  .features-shell {
    grid-template-columns: 1fr;
  }

  .features-copy {
    position: static;
  }

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

  .services-head {
    justify-content: center;
    text-align: center;
  }

  .services-title .section-title {
    text-align: center;
  }

  .shipping-head {
    justify-content: center;
    text-align: center;
  }

  .shipping-title .section-title {
    text-align: center;
  }

  .shipping-points {
    grid-template-columns: 1fr;
  }

  .shipping-flow {
    grid-template-columns: 1fr;
  }

  .shipping-hero-panel {
    margin-top: 18px;
  }

  .shipping-hero-grid {
    grid-template-columns: 1fr;
  }

  .shipping-hero-tags {
    justify-content: center;
  }

  .shipping-engine-grid,
  .shipping-management-grid,
  .shipping-usecases-grid {
    grid-template-columns: 1fr;
  }

  .shipping-cta-panel {
    padding: 24px;
  }

  .shipping-cta-kpis {
    justify-content: center;
  }

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

  .app-mockups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .app-screen.secondary {
    transform: none;
  }

  .app-feature {
    grid-template-columns: 40px 1fr;
  }

  .app-visual {
    padding-top: 10px;
  }

  .app-screen {
    padding: 8px;
  }

  .app-screen svg {
    max-height: 240px;
    width: auto;
    margin: 0 auto;
  }

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

  .hero .display-5 {
    font-size: 2rem;
  }

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

  .cta-head {
    padding: 20px;
  }

  .pricing-cta h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .hero-grid {
    background-size: 56px 56px;
  }

  .hero-content .btn {
    width: 100%;
  }

  .services-grid,
  .features-mosaic {
    grid-template-columns: 1fr;
  }

  .pricing-actions {
    flex-direction: column;
  }

  .app-mockups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .app-screen svg {
    max-height: 200px;
  }
}

@media (max-width: 414px) {
  .hero .display-5 {
    font-size: 1.8rem;
  }

  .hero .lead {
    font-size: 0.95rem;
  }

  .cta-cards .app-box i {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 360px) {
  .hero .display-5 {
    font-size: 1.65rem;
  }

  .hero-content .btn {
    min-width: 100%;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 78vh;
  }
}

@media (min-width: 1280px) {
  .hero .lead {
    max-width: 620px;
  }
}

@media (min-width: 1440px) {
  .hero {
    padding: 140px 0 120px;
  }

  .hero-layout {
    row-gap: 60px;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gridMove {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 160px 160px, 160px 160px;
  }
}

@keyframes orbitSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(8deg) scale(1.06);
  }
}

@keyframes heroSweep {
  0%,
  100% {
    transform: translateX(-10%);
    opacity: 0.2;
  }
  50% {
    transform: translateX(10%);
    opacity: 0.6;
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(16px);
  }
}

@keyframes beamSweep {
  0% {
    transform: translateX(-20%) rotate(18deg);
    opacity: 0.35;
  }
  50% {
    transform: translateX(20%) rotate(18deg);
    opacity: 0.6;
  }
  100% {
    transform: translateX(-20%) rotate(18deg);
    opacity: 0.35;
  }
}

@keyframes streamMove {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes particleDrift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-120px, 120px);
  }
}

@keyframes routeMove {
  to {
    stroke-dashoffset: -80;
  }
}

@keyframes flowDash {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes labelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

@keyframes ringPulse {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  40% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes mapFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes orbFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatStep {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes glowRun {
  0% {
    stroke-dashoffset: 0;
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 1000;
    opacity: 0.4;
  }
}

@keyframes floatBubble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0) rotate(var(--drift-rotate));
  }
  50% {
    transform: translateY(-12px) rotate(calc(var(--drift-rotate) + 4deg));
  }
}

@keyframes apposFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--appos-tilt, -6deg));
  }
  50% {
    transform: translateY(-12px) rotate(calc(var(--appos-tilt, -6deg) + 2deg));
  }
}

@keyframes apposSweep {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(120px, 120px);
  }
}

@keyframes apposParallax {
  0%,
  100% {
    transform: translateY(0) scale(1.02);
  }
  50% {
    transform: translateY(-16px) scale(1.03);
  }
}
