:root {
  --ink: #071722;
  --ink-soft: #163041;
  --paper: #f3f7f8;
  --line: rgba(255, 255, 255, 0.12);
  --teal: #1aa6a0;
  --teal-deep: #0d6f6b;
  --gold: #c9a24d;
  --glow: rgba(26, 166, 160, 0.28);
  --shadow: 0 30px 80px rgba(3, 12, 18, 0.35);
  --radius: 28px;
  --font-ar: "IBM Plex Sans Arabic", sans-serif;
  --font-display: "Syne", "IBM Plex Sans Arabic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #e8f1f3;
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(26, 166, 160, 0.22), transparent 55%),
    radial-gradient(900px 600px at 0% 30%, rgba(201, 162, 77, 0.12), transparent 50%),
    linear-gradient(165deg, #06131c 0%, #0b2430 42%, #102f38 100%);
  font-family: var(--font-ar);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 0.6rem; line-height: 1.25; font-weight: 700; }
p { margin: 0; }

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

.top, main, .footer { position: relative; z-index: 2; }

.top {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 6vw;
  backdrop-filter: blur(14px);
  background: rgba(6, 19, 28, 0.55);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  z-index: 20;
}

.top__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-toggle {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #e8f1f3;
  border-radius: 999px;
  min-height: 38px;
  padding: 0.4rem 0.9rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.lang-toggle:hover {
  background: rgba(26, 166, 160, 0.18);
  border-color: rgba(26, 166, 160, 0.45);
  transform: translateY(-1px);
}

html[dir="ltr"] body {
  font-family: var(--font-display), var(--font-ar), sans-serif;
}

html[dir="ltr"] .hero__title,
html[dir="ltr"] .section__head h2,
html[dir="ltr"] .product-block__body h3,
html[dir="ltr"] .about__panel h2,
html[dir="ltr"] .contact__panel h2 {
  letter-spacing: -0.03em;
}

.top__brand img {
  height: auto;
  max-height: 54px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.45) contrast(1.08) drop-shadow(0 8px 18px rgba(0,0,0,0.25));
}

.top__nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.top__nav a {
  opacity: 0.82;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.top__nav a:hover {
  opacity: 1;
  color: #9fe7e2;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 5.5rem 6vw 4.5rem;
  position: relative;
  overflow: hidden;
}

.hero__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: orbPulse 10s ease-in-out infinite alternate;
}

.hero__orb--a {
  width: min(58vw, 720px);
  height: min(58vw, 720px);
  top: -12%;
  inset-inline-end: -8%;
  background: radial-gradient(circle, rgba(26, 166, 160, 0.38) 0%, transparent 68%);
}

.hero__orb--b {
  width: min(48vw, 560px);
  height: min(48vw, 560px);
  bottom: -18%;
  inset-inline-start: -10%;
  background: radial-gradient(circle, rgba(56, 132, 220, 0.28) 0%, transparent 70%);
  animation-delay: -3s;
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 78%);
  animation: gridDrift 22s linear infinite;
}

.hero__plane {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
  transform: scale(1.08);
  animation: drift 18s ease-in-out infinite alternate;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 19, 28, 0.25) 0%, rgba(6, 19, 28, 0.55) 48%, rgba(6, 19, 28, 0.94) 100%),
    radial-gradient(circle at 50% 35%, rgba(26, 166, 160, 0.16), transparent 52%);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  width: 100%;
  text-align: center;
  animation: rise 1s ease both;
}

.hero__brand {
  width: min(460px, 84vw);
  height: auto;
  object-fit: contain;
  margin: 0 auto 1.35rem;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.4));
  animation: floaty 7s ease-in-out infinite;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
  text-wrap: balance;
}

.hero__lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: rgba(232, 241, 243, 0.84);
  max-width: 36ch;
  margin: 0 auto 1.75rem;
  font-weight: 300;
  text-wrap: balance;
}

.hero__cta {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero__scroll {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 28px;
  height: 44px;
  display: grid;
  place-items: center;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.hero__scroll:hover { opacity: 1; }

.hero__scroll-line {
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, rgba(159, 231, 226, 0.1), #9fe7e2);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: #041216;
  box-shadow: 0 12px 30px rgba(26, 166, 160, 0.28);
}

.btn--ghost {
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.04);
}

.section {
  padding: 5.5rem 6vw;
}

.section__head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section__head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.section__head p:last-child {
  color: rgba(232, 241, 243, 0.78);
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #9fe7e2;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  font-weight: 600;
}

.products {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 18%),
    transparent;
}

.product-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0 auto 3rem;
  max-width: 980px;
}

.product-jump a {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.product-jump a:hover {
  background: rgba(26, 166, 160, 0.16);
  border-color: rgba(26, 166, 160, 0.45);
  transform: translateY(-1px);
}

.product-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) 1.3fr;
  gap: 2rem;
  align-items: start;
  margin: 0 auto 2.75rem;
  max-width: 1120px;
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
  scroll-margin-top: 90px;
}

.product-block:nth-of-type(even) {
  grid-template-columns: 1.3fr minmax(240px, 0.9fr);
}

.product-block:nth-of-type(even) .product-block__media {
  order: 2;
}

.product-block__media {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.08);
}

.product-block__media img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.product-block__media--soft {
  background:
    radial-gradient(circle at 30% 20%, rgba(26,166,160,0.25), transparent 55%),
    rgba(255,255,255,0.03);
}

.product-block__media--erp {
  background: #06131c;
  border-color: rgba(255,255,255,0.06);
  padding: 1.6rem;
}

.product-block__media--dark {
  background: radial-gradient(circle at 50% 30%, rgba(70,140,255,0.22), #071018 70%);
}

.product-block__media--light {
  background: linear-gradient(160deg, #f7f9fc, #e8eef7);
}

.product-block__media--navy {
  background: radial-gradient(circle at 50% 35%, rgba(255,140,40,0.18), #0a1424 68%);
}

.product-block__media--decor {
  background: #06131c;
  border: none;
  box-shadow: none;
  padding: 1.5rem;
}

.product-block__media--decor img {
  width: auto;
  max-width: 180px;
  max-height: 180px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-kicker {
  color: #9fe7e2;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.product-block__body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  margin-bottom: 0.55rem;
}

.product-tagline {
  color: #d7b56a;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.product-cta-line {
  margin-top: 1.35rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.4rem;
}

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

.feature-grid h4 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  color: #9fe7e2;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.checklist--wide {
  gap: 0.7rem;
}

.checklist li {
  position: relative;
  padding-inline-start: 1.35rem;
  color: rgba(232, 241, 243, 0.9);
  font-size: 0.96rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--gold));
}

.pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.pill-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.14);
}

.pill-list strong {
  color: #9fe7e2;
  font-size: 0.95rem;
}

.pill-list span {
  color: rgba(232, 241, 243, 0.78);
  font-size: 0.92rem;
}

.product-shot {
  margin: 1.4rem 0 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: #0d1520;
}

.product-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.shot-gallery {
  display: grid;
  gap: 1.1rem;
}

.shot-gallery__item {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.22);
  cursor: zoom-in;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.shot-gallery__item:hover {
  border-color: rgba(26, 166, 160, 0.45);
  transform: translateY(-2px);
}

.shot-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}

.shot-gallery__item figcaption {
  padding: 0.7rem 0.95rem;
  font-size: 0.9rem;
  color: rgba(232, 241, 243, 0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
}

@media (min-width: 900px) {
  .shot-gallery--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: rgba(4, 12, 18, 0.88);
  backdrop-filter: blur(8px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox__img {
  max-width: min(1200px, 96vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 80px rgba(0,0,0,0.45);
  background: #0b1520;
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #e8f1f3;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox__close:hover {
  background: rgba(26, 166, 160, 0.25);
}

.contact__panel {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.2rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(ellipse at top, rgba(26, 166, 160, 0.12), transparent 55%),
    rgba(0, 0, 0, 0.22);
}

.contact__panel .eyebrow {
  margin-bottom: 0.65rem;
}

.contact__panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.05rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.contact__soon {
  color: rgba(232, 241, 243, 0.72);
  margin: 0 auto 1.6rem;
  max-width: 34rem;
  line-height: 1.7;
}

.contact__channels {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .contact__channels {
    grid-template-columns: 1fr 1fr;
  }
}

.contact__channel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  text-align: start;
  padding: 1.05rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #e8f1f3;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.contact__channel:hover {
  border-color: rgba(26, 166, 160, 0.45);
  background: rgba(26, 166, 160, 0.1);
  transform: translateY(-2px);
  color: #e8f1f3;
}

.contact__channel--wa:hover {
  border-color: rgba(37, 211, 102, 0.4);
  background: rgba(37, 211, 102, 0.08);
}

.contact__channel-label {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232, 241, 243, 0.55);
  font-weight: 600;
}

.contact__channel-value {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  word-break: break-word;
}

.contact__channel--wa .contact__channel-value {
  color: #9fe7c8;
}

/* legacy product-page mail button still used elsewhere */
.contact__mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: #041216;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 30px rgba(26, 166, 160, 0.28);
  transition: transform 0.25s ease;
}

.contact__mail:hover {
  transform: translateY(-2px);
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.contact__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  background: #25d366;
  color: #062812;
  font-weight: 700;
  transition: transform 0.25s ease;
}

.contact__wa:hover {
  transform: translateY(-2px);
  color: #041216;
}

.contact__wa-num {
  margin: 0;
  color: rgba(232, 241, 243, 0.72);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.wa-float {
  position: fixed;
  inset-inline-end: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease;
}

.wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff;
}

.wa-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.footer a {
  color: #9fe7e2;
}

.footer a:hover {
  color: #fff;
}

.services {
  border-block: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.12);
}

.service-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  display: grid;
  gap: 1rem;
}

.service-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 1.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.service-list__num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700;
}

.service-list h3 {
  font-size: 1.2rem;
}

.service-list p {
  color: rgba(232, 241, 243, 0.76);
}

.service-list__featured {
  align-items: center;
  border: 1px solid rgba(26, 166, 160, 0.28);
  border-radius: 18px;
  background: rgba(26, 166, 160, 0.06);
  border-bottom: 1px solid rgba(26, 166, 160, 0.28);
  padding: 1.4rem 1.25rem;
}

.service-list__body {
  display: grid;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 760px) {
  .service-list__body {
    grid-template-columns: 1fr minmax(160px, 220px);
  }
}

.service-list__media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.25);
}

.service-list__media img {
  display: block;
  width: 100%;
  height: auto;
}

.about__panel {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.about__logo {
  width: min(260px, 70vw);
  height: auto;
  object-fit: contain;
  margin: 0 auto 1.4rem;
  opacity: 0.95;
}

.about__panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.about__panel p {
  color: rgba(232, 241, 243, 0.8);
  font-size: 1.08rem;
  max-width: 48ch;
  margin: 0 auto;
}

.footer {
  padding: 2rem 6vw 2.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__logo {
  height: auto;
  max-height: 36px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
}

.footer p {
  color: rgba(232, 241, 243, 0.55);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

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

@keyframes drift {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-2%, 1%, 0); }
}

@keyframes orbPulse {
  from { transform: scale(1) translate3d(0, 0, 0); opacity: 0.85; }
  to { transform: scale(1.12) translate3d(2%, -2%, 0); opacity: 1; }
}

@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 36px, 36px 72px; }
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.35; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}

@media (max-width: 980px) {
  .product-block,
  .product-block:nth-of-type(even) {
    grid-template-columns: 1fr;
  }
  .product-block:nth-of-type(even) .product-block__media {
    order: 0;
  }
  .feature-grid,
  .feature-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .top__nav { gap: 0.85rem; font-size: 0.88rem; }
  .service-list li { grid-template-columns: 56px 1fr; }
}

@media (max-width: 640px) {
  .top { padding-inline: 1.1rem; flex-wrap: wrap; }
  .top__actions { width: 100%; justify-content: space-between; gap: 0.6rem; }
  .top__nav { flex-wrap: wrap; }
  .hero { padding-inline: 1.1rem; min-height: 100svh; padding-top: 5.2rem; padding-bottom: 3.8rem; }
  .section { padding: 4rem 1.1rem; }
  .top__brand img { max-height: 44px; }
  .hero__brand { width: min(320px, 86vw); margin-bottom: 1.1rem; }
  .hero__scroll { bottom: 0.9rem; }
}

/* SEO pages */
.page-hero {
  padding: 7rem 6vw 3rem;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.page-hero--compact {
  padding-top: 6rem;
}

.page-hero__logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 22px;
  display: block;
  margin: 0.35rem auto 1.35rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 40px rgba(0, 0, 0, 0.28);
}

.page-hero__logo--wide {
  width: auto;
  max-width: min(480px, 92vw);
  height: 150px;
  object-fit: contain;
  border-radius: 18px;
  padding: 0.9rem 1.35rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-wrap: balance;
  margin-bottom: 0.85rem;
  text-align: center;
}

.page-hero p {
  color: rgba(232, 241, 243, 0.82);
  font-size: 1.08rem;
  max-width: 52ch;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(232, 241, 243, 0.62);
  margin-bottom: 1.2rem;
}

.breadcrumb a:hover { color: #9fe7e2; }
.breadcrumb span[aria-hidden="true"] { opacity: 0.5; }

.page-body {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 6vw 4.5rem;
}

.page-section {
  margin-bottom: 2.75rem;
  padding: 1.6rem;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
}

.page-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin-bottom: 1rem;
  color: #9fe7e2;
}

.page-section > p {
  color: rgba(232, 241, 243, 0.84);
  margin-bottom: 0.5rem;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: 1120px;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 166, 160, 0.45);
  background: rgba(26, 166, 160, 0.08);
}

.product-card__media {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  border-radius: 16px;
  background: rgba(0,0,0,0.2);
}

.product-card__media img {
  max-height: 88px;
  width: auto;
  object-fit: contain;
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.product-card p {
  color: rgba(232, 241, 243, 0.76);
  font-size: 0.94rem;
  flex: 1;
}

.product-card .btn {
  align-self: flex-start;
  font-size: 0.9rem;
  min-height: 42px;
  padding: 0.55rem 1rem;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.12);
}

.faq-item h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  color: #e8f1f3;
}

.faq-item p {
  color: rgba(232, 241, 243, 0.76);
  font-size: 0.95rem;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.related-links a {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  font-size: 0.9rem;
  font-weight: 500;
}

.related-links a:hover {
  background: rgba(26, 166, 160, 0.16);
  border-color: rgba(26, 166, 160, 0.45);
}

.geo-note {
  text-align: center;
  color: rgba(232, 241, 243, 0.65);
  font-size: 0.95rem;
  margin-top: 2rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.88rem;
}

.footer__links a {
  color: rgba(232, 241, 243, 0.62);
}

.footer__links a:hover { color: #9fe7e2; }

.top__nav a.is-active {
  color: #9fe7e2;
  opacity: 1;
}

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

@media (max-width: 640px) {
  .page-hero, .page-body { padding-inline: 1.1rem; }
  .product-cards { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
}
