/* ========== Variables ========== */
:root {
  --primary: #0ea5e9;
  --primary-dark: #0369a1;
  --accent: #22c55e;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --light: #f8fafc;
  --gray: #64748b;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.15);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--dark);
  background: var(--light);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.tag {
  display: inline-block;
  background: rgba(14, 165, 233, 0.1);
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.section-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}

.section-head p {
  color: var(--gray);
  font-size: 1rem;
}

/* ========== Buttons ========== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.35);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

/* ========== Top Bar ========== */
.topbar {
  background: var(--dark);
  color: #cbd5e1;
  font-size: 0.82rem;
}

.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-inner a {
  transition: var(--transition);
}
.topbar-inner a:hover {
  color: var(--primary);
}

.topbar-social {
  display: flex;
  gap: 16px;
}

/* ========== Header ========== */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--primary-dark);
}

.logo img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

nav {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding: 6px 0;
  color: var(--dark-2);
  transition: var(--transition);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-dark);
}
.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-cta {
  padding: 10px 26px;
  font-size: 0.9rem;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  position: relative;
  z-index: 1002;
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: var(--dark);
  border-radius: 3px;
  transition: var(--transition);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ========== Hero ========== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(3, 105, 161, 0.92), rgba(14, 165, 233, 0.85)),
    url("https://imgs.search.brave.com/qh3HGfmUfOUazy2I4uyEaE0VEfR7mlwtoyo3-cGfnac/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9zdGF0/aWMudmVjdGVlenku/Y29tL3N5c3RlbS9y/ZXNvdXJjZXMvdGh1/bWJuYWlscy8wNTkv/MjM5LzU4OS9zbWFs/bC9jbGVhbmluZy1z/ZXJ2aWNlLXdvcmtl/ci11c2luZy1mbG9v/ci1zY3J1YmJlci1t/YWNoaW5lLWluLWZh/Y3RvcnktcGhvdG8u/anBn")
      center/cover;
  z-index: -1;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(255, 255, 255, 0.15),
    transparent 40%
  );
}

.hero-content {
  width: 100%;
  max-width: 780px;
  padding: 0 24px;
}

.badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  backdrop-filter: blur(6px);
}

.hero h1 {
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero h1 span {
  color: #bbf7d0;
}

.hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: 0.95;
  max-width: 560px;
  margin: 0 auto 34px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 680px;
  margin: 0 auto;
}

.stat h3 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
}

.stat p {
  font-size: 0.8rem;
  opacity: 0.85;
  margin: 0;
}

.scroll-down {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 1.4rem;
  animation: bounce 2s infinite;
  opacity: 0.85;
}

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

/* ========== Scrolling Products Strip ========== */
.scrolling-section {
  padding: 60px 0 40px;
  text-align: center;
  background: var(--white);
}

.scrolling-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 34px;
  font-weight: 700;
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
}

.scroll-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scrollLoop 26s linear infinite;
}

.scroll-track img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.scroll-track img:hover {
  transform: scale(1.06);
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== Products ========== */
.products {
  padding: 90px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

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

.product-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 1 / 1;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover .product-img img {
  transform: scale(1.08);
}

.product-card h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.product-card p {
  color: var(--gray);
  font-size: 0.88rem;
  margin-bottom: 18px;
  min-height: 42px;
}

.product-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.cart-btn,
.buy-btn {
  flex: 1;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: inherit;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: var(--transition);
}

.cart-btn {
  background: rgba(34, 197, 94, 0.12);
  color: #16803d;
}
.cart-btn:hover {
  background: var(--accent);
  color: var(--white);
}

.buy-btn {
  background: rgba(14, 165, 233, 0.12);
  color: var(--primary-dark);
}
.buy-btn:hover {
  background: var(--primary);
  color: var(--white);
}

/* ========== Lab Strip ========== */
.lab-strip {
  background: linear-gradient(135deg, var(--dark), var(--dark-2));
  color: var(--white);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}

.lab-track {
  display: inline-flex;
  width: max-content;
  animation: labScroll 18s linear infinite;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.95rem;
}

@keyframes labScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ========== Services ========== */
.services {
  padding: 90px 24px;
  background: var(--light);
}

.service-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

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

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-text {
  padding: 20px;
}
.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.service-card p {
  color: var(--gray);
  font-size: 0.87rem;
}

@media (max-width: 900px) {
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .service-list {
    grid-template-columns: 1fr;
  }
}

/* ========== About ========== */
.about {
  padding: 90px 24px;
  background: var(--white);
}

.about-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-media {
  position: relative;
  height: 420px;
}

.about-img {
  position: absolute;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.about-img-1 {
  width: 68%;
  height: 78%;
  top: 0;
  left: 0;
}

.about-img-2 {
  width: 58%;
  height: 55%;
  bottom: 0;
  right: 0;
  border: 6px solid var(--white);
}

.about-badge {
  position: absolute;
  top: 20px;
  right: 10px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px 22px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.about-badge strong {
  display: block;
  font-size: 1.6rem;
  color: var(--primary-dark);
}
.about-badge span {
  font-size: 0.75rem;
  color: var(--gray);
}

.about-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 16px;
  font-weight: 700;
}
.about-content p {
  color: var(--gray);
  margin-bottom: 22px;
}

.about-list {
  margin-bottom: 30px;
}
.about-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* ========== Testimonials ========== */
.testimonials {
  padding: 90px 24px;
  background: var(--light);
}

.testimonial-slider {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-viewport {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
}

.testimonial-slide {
  flex: 0 0 100%;
  padding: 4px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
}

.stars {
  color: #facc15;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.testimonial-card p {
  font-style: italic;
  color: var(--dark-2);
  margin-bottom: 16px;
}
.testimonial-card h4 {
  color: var(--primary-dark);
  font-size: 0.95rem;
}

.t-arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  box-shadow: var(--shadow);
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  color: var(--primary-dark);
}

.t-arrow:hover {
  background: var(--primary);
  color: var(--white);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
  cursor: pointer;
  padding: 0;
  transition: var(--transition);
}

.testimonial-dots .dot.active {
  background: var(--primary);
  width: 24px;
  border-radius: 6px;
}

@media (max-width: 640px) {
  .testimonial-slider {
    gap: 8px;
  }
  .t-arrow {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
}

/* ========== Contact ========== */
.contact {
  padding: 90px 24px;
  background: var(--white);
}

.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info h2 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-bottom: 14px;
  font-weight: 700;
}
.contact-info p {
  color: var(--gray);
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.contact-item span {
  font-size: 1.3rem;
}
.contact-item strong {
  display: block;
  margin-bottom: 2px;
}
.contact-item p,
.contact-item a {
  color: var(--gray);
  font-size: 0.92rem;
}
.contact-item a:hover {
  color: var(--primary-dark);
}

.contact-form {
  background: var(--light);
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 14px;
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-family: inherit;
  font-size: 0.92rem;
  background: var(--white);
  transition: var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form button {
  margin-top: 22px;
  padding: 14px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(14, 165, 233, 0.35);
}

.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 320px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

/* ========== Footer ========== */
.site-footer {
  background: var(--dark);
  color: #cbd5e1;
  padding: 70px 24px 24px;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}

.site-footer h3 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
}

.site-footer p {
  font-size: 0.88rem;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--primary);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
}

/* ========== Enquiry Popup ========== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.popup-box {
  background: var(--white);
  border-radius: var(--radius);
  width: 100%;
  max-width: 400px;
  padding: 34px 30px 30px;
  position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(30px) scale(0.96);
  transition: transform 0.35s ease;
}

.popup-overlay.show .popup-box {
  transform: translateY(0) scale(1);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: var(--light);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  color: var(--gray);
  transition: var(--transition);
}

.popup-close:hover {
  background: #fee2e2;
  color: #dc2626;
}

.popup-header {
  text-align: center;
  margin-bottom: 22px;
}

.popup-header img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
}

.popup-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--dark);
}
.popup-header p {
  font-size: 0.85rem;
  color: var(--gray);
}

.popup-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-family: inherit;
  font-size: 0.92rem;
}

.popup-form .form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.popup-form .btn-block {
  width: 100%;
  padding: 13px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
}

.popup-form .btn-block:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .popup-box {
    padding: 28px 22px 24px;
  }
}

/* ========== Floating Buttons ========== */
.float-whatsapp,
.float-call {
  position: fixed;
  right: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  transition: var(--transition);
  background: var(--white);
}

.float-whatsapp {
  bottom: 96px;
}
.float-call {
  bottom: 24px;
  background: #25d366;
}

.float-whatsapp img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.float-call svg {
  width: 28px;
  height: 28px;
}

.float-whatsapp:hover,
.float-call:hover {
  transform: scale(1.12);
}

.float-enquire {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 8px 0 0 8px;
  background: #0ea5e9;
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  z-index: 900;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}

.float-enquire:hover {
  right: 4px;
}

@media (max-width: 480px) {
  .float-enquire {
    padding: 10px 8px;
    font-size: 0.8rem;
  }
}

.scroll-top {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--primary);
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 900;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ========== Animations ========== */
[data-animate] {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

[data-animate="fade-up"] {
  transform: translateY(40px);
}
[data-animate="fade-left"] {
  transform: translateX(40px);
}
[data-animate="fade-right"] {
  transform: translateX(-40px);
}

[data-animate].in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/* ========== Responsive ========== */
@media (max-width: 900px) {
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .about-media {
    height: 340px;
    margin-bottom: 20px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 260px;
    max-width: 80vw;
    background: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 30px;
    gap: 24px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1001;
  }

  nav.open {
    transform: translateX(0);
  }

  .menu-toggle {
    display: flex;
  }
  .header-cta {
    display: none;
  }
  .topbar-inner {
    font-size: 0.72rem;
    justify-content: center;
  }
  .topbar-social {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-actions {
    flex-direction: column;
  }
}
