﻿:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-soft: #fafbfd;
  --surface-deep: #f1f4f8;
  --ink: #111522;
  --ink-soft: #2a3242;
  --muted: #5f697a;
  --line: #e5e9f0;
  --line-strong: #d4dce6;
  --shadow-xs: 0 8px 20px rgba(16, 24, 40, 0.05);
  --shadow-sm: 0 14px 28px rgba(16, 24, 40, 0.08);
  --shadow-md: 0 24px 56px rgba(16, 24, 40, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.2, 0.82, 0.2, 1);
  --ml: #ffe600;
  --ml-deep: #e2cb00;
  --shopee: #ef6d31;
  --shopee-deep: #d85b1f;
  --amazon: #151922;
  --amazon-soft: #2b3342;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 230, 0, 0.14), transparent 24%),
    radial-gradient(circle at 96% 6%, rgba(239, 109, 49, 0.12), transparent 20%),
    linear-gradient(180deg, #f8f9fb 0%, #f4f6f8 50%, #f8f9fb 100%);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background-image: radial-gradient(rgba(24, 31, 43, 0.12) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(22, 27, 35, 0.08);
  background: rgba(248, 250, 252, 0.82);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: clamp(66px, 6vw, 78px);
  display: grid;
  place-items: center;
  position: relative;
}

.logo {
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-brand-logo {
  width: clamp(114px, 12vw, 152px);
}

.logo-text {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 1.18rem + 0.58vw, 1.62rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111522;
}

.header-social {
  position: absolute;
  right: 0;
  display: inline-flex;
  gap: 8px;
}

.header-action {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 11px;
  transition: transform 200ms var(--ease-soft), box-shadow 200ms var(--ease-soft), filter 200ms var(--ease-soft);
}

.header-action.ig {
  background: linear-gradient(145deg, #f58529, #dd2a7b 48%, #8134af 72%, #515bd4);
  box-shadow: 0 8px 18px rgba(129, 52, 175, 0.28);
}

.header-action.wa {
  background: linear-gradient(145deg, #25d366, #1fad52);
  box-shadow: 0 8px 18px rgba(20, 152, 71, 0.28);
}

.header-action:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.header-action.ig:hover {
  box-shadow: 0 12px 22px rgba(129, 52, 175, 0.34);
}

.header-action.wa:hover {
  box-shadow: 0 12px 22px rgba(20, 152, 71, 0.34);
}

.header-action svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.section {
  padding: clamp(78px, 8.8vw, 120px) 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: clamp(24px, 2.6vw, 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 11px;
  font-size: clamp(0.69rem, 0.66rem + 0.15vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #7a8698;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.017em;
  color: var(--ink);
}

h1 {
  max-width: 15ch;
  font-size: clamp(2.25rem, 1.72rem + 2.38vw, 4.2rem);
  line-height: 1.07;
}

h2 {
  font-size: clamp(1.75rem, 1.32rem + 1.58vw, 2.7rem);
  line-height: 1.14;
  text-align: center;
}

h3 {
  font-size: clamp(1.07rem, 0.98rem + 0.48vw, 1.36rem);
  line-height: 1.26;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 0.92rem + 0.2vw, 1.03rem);
}

.hero {
  padding: 20px 0 6px;
}

.hero-shell {
  position: relative;
  width: min(1520px, 97.2vw);
  margin: 0 auto;
}

.hero-carousel {
  position: relative;
  min-height: min(62vh, 540px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid #d5dde7;
  box-shadow: var(--shadow-md);
  background: #cfd7e3;
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  display: grid;
  align-items: end;
  transition: opacity 760ms var(--ease-out);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(0.95) contrast(1.06);
  transform: scale(1.08);
  transition: transform 8s linear, filter 760ms var(--ease-soft);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(8, 11, 18, 0.62) 14%, rgba(8, 11, 18, 0.36) 52%, rgba(8, 11, 18, 0.56) 100%),
    linear-gradient(to top, rgba(8, 11, 18, 0.7), rgba(8, 11, 18, 0.42));
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide.active::before {
  transform: scale(1);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1180px);
  margin: 0 auto;
  padding: 0 0 min(11vh, 108px);
}

.hero-content .eyebrow {
  color: #f4cc42;
}

.hero-content h1,
.hero-content p {
  color: #f8fafc;
}

.hero-content p {
  max-width: 60ch;
  margin-top: 15px;
  font-size: clamp(1rem, 0.98rem + 0.3vw, 1.16rem);
}

.hero-cta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  transition: all 240ms var(--ease-soft);
}

.hero-dots button.active {
  width: 24px;
  background: #ffd943;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(13, 17, 24, 0.34);
  color: #fff;
  cursor: pointer;
  transition: transform 220ms var(--ease-soft), background-color 220ms var(--ease-soft), border-color 220ms var(--ease-soft);
}

.hero-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  background: rgba(13, 17, 24, 0.58);
  border-color: rgba(255, 255, 255, 0.68);
}

.hero-arrow.prev {
  left: 18px;
}

.hero-arrow.next {
  right: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: transform 220ms var(--ease-soft), box-shadow 240ms var(--ease-soft), background-color 220ms var(--ease-soft), border-color 220ms var(--ease-soft), color 220ms var(--ease-soft);
}

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

.btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(27, 35, 50, 0.15);
}

.btn-primary {
  background: linear-gradient(140deg, #ffe45f, #f9d241);
  color: #151b25;
  box-shadow: 0 12px 24px rgba(245, 198, 22, 0.34);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.58);
  color: #f8fafc;
}

.btn-market.ml {
  background: linear-gradient(145deg, var(--ml), #ffd83d);
  color: #171d29;
  box-shadow: 0 12px 24px rgba(231, 201, 16, 0.33);
}

.btn-market.shopee {
  background: linear-gradient(145deg, var(--shopee), #e35f23);
  color: #fff;
  box-shadow: 0 12px 24px rgba(222, 95, 37, 0.32);
}

.btn-market.amazon {
  background: linear-gradient(145deg, var(--amazon-soft), var(--amazon));
  color: #fff;
  box-shadow: 0 12px 24px rgba(25, 30, 40, 0.3);
}

.btn-market.ml:hover {
  background: linear-gradient(145deg, #ffeb3d, #ffd200);
}

.btn-market.shopee:hover {
  background: linear-gradient(145deg, #f6864f, #d9551a);
}

.btn-market.amazon:hover {
  background: linear-gradient(145deg, #3a4558, #101620);
}

.market-grid,
.products-grid,
.trust-grid {
  display: grid;
  gap: 20px;
}

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

.market-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(160deg, #fff, #f8fafc);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition: transform 280ms var(--ease-soft), box-shadow 280ms var(--ease-soft), border-color 280ms var(--ease-soft);
}

.market-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.market-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.market-card.ml::before {
  background: radial-gradient(circle at 105% -8%, rgba(255, 230, 0, 0.26), transparent 44%);
}

.market-card.shopee::before {
  background: radial-gradient(circle at 105% -8%, rgba(239, 109, 49, 0.23), transparent 44%);
}

.market-card.amazon::before {
  background: radial-gradient(circle at 105% -8%, rgba(34, 42, 56, 0.18), transparent 44%);
}

.market-card.ml::after {
  background: linear-gradient(90deg, rgba(255, 230, 0, 0), rgba(255, 230, 0, 0.8), rgba(255, 230, 0, 0));
}

.market-card.shopee::after {
  background: linear-gradient(90deg, rgba(239, 109, 49, 0), rgba(239, 109, 49, 0.76), rgba(239, 109, 49, 0));
}

.market-card.amazon::after {
  background: linear-gradient(90deg, rgba(34, 42, 56, 0), rgba(34, 42, 56, 0.72), rgba(34, 42, 56, 0));
}

.market-card:hover {
  transform: translateY(-7px);
  border-color: #c9d2df;
  box-shadow: var(--shadow-sm);
}

.market-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.market-orb {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  flex-shrink: 0;
}

.market-card.ml .market-orb {
  background: radial-gradient(circle at 32% 30%, #fff5aa, #ffe600);
}

.market-card.shopee .market-orb {
  background: radial-gradient(circle at 32% 30%, #ffc4aa, #ef6d31);
}

.market-card.amazon .market-orb {
  background: radial-gradient(circle at 32% 30%, #76839b, #1f2633);
}

.market-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 12px;
  padding: 0 24px;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: none;
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.08);
  border: 1px solid transparent;
}

.market-card.ml .market-badge {
  background: #fff3a8;
  color: #675900;
  border-color: #f1de66;
}

.market-card.shopee .market-badge {
  background: #ffd8c3;
  color: #843513;
  border-color: #f2b08e;
}

.market-card.amazon .market-badge {
  background: #dfe5ef;
  color: #1f2937;
  border-color: #c2cddd;
}

.market-card p {
  color: #535f70;
  min-height: 84px;
}

.market-card h3 {
  font-size: clamp(1.36rem, 1.24rem + 0.6vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f1420;
}

.btn-card {
  margin-top: auto;
  width: 100%;
}

.btn-card.ml {
  background: linear-gradient(145deg, var(--ml), #ffd838);
  color: #161c27;
}

.btn-card.shopee {
  background: linear-gradient(145deg, var(--shopee), #e35f23);
  color: #fff;
}

.btn-card.amazon {
  background: linear-gradient(145deg, var(--amazon-soft), var(--amazon));
  color: #fff;
}

.differentials {
  padding-top: clamp(72px, 8vw, 112px);
}

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

.diff-item {
  grid-column: span 4;
  position: relative;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(164deg, #ffffff, #f8fafc);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
  transition: transform 250ms var(--ease-soft), box-shadow 250ms var(--ease-soft), border-color 250ms var(--ease-soft);
}

.diff-item:nth-child(1),
.diff-item:nth-child(6) {
  grid-column: span 5;
}

.diff-item:nth-child(3),
.diff-item:nth-child(4) {
  grid-column: span 3;
}

.diff-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(47, 111, 237, 0.22);
  border-color: #d3dbe6;
}

.diff-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.diff-icon::before,
.diff-icon::after {
  content: "";
  position: absolute;
}

.i-shield::before {
  inset: 7px 9px 6px;
  border: 1.8px solid #2f3848;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.i-tool::before {
  width: 12px;
  height: 2px;
  left: 9px;
  top: 15px;
  background: #2f3848;
  transform: rotate(-35deg);
}

.i-tool::after {
  width: 6px;
  height: 6px;
  right: 8px;
  top: 10px;
  border: 1.8px solid #2f3848;
  border-radius: 50%;
}

.i-support::before {
  left: 8px;
  top: 8px;
  width: 14px;
  height: 10px;
  border: 1.8px solid #2f3848;
  border-bottom: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.i-support::after {
  width: 9px;
  height: 2px;
  left: 11px;
  bottom: 8px;
  background: #2f3848;
}

.i-home::before {
  left: 8px;
  top: 11px;
  width: 14px;
  height: 12px;
  border: 1.8px solid #2f3848;
}

.i-home::after {
  left: 8px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-left: 1.8px solid #2f3848;
  border-top: 1.8px solid #2f3848;
  transform: rotate(45deg);
}

.i-compare::before {
  left: 8px;
  top: 10px;
  width: 16px;
  height: 2px;
  background: #2f3848;
}

.i-compare::after {
  left: 8px;
  top: 18px;
  width: 11px;
  height: 2px;
  background: #2f3848;
}

.i-speed::before {
  width: 16px;
  height: 16px;
  left: 8px;
  top: 8px;
  border: 1.8px solid #2f3848;
  border-radius: 50%;
}

.i-speed::after {
  width: 7px;
  height: 2px;
  left: 15px;
  top: 16px;
  background: #2f3848;
  transform-origin: left center;
  transform: rotate(-38deg);
}

.diff-item p {
  margin-top: 9px;
}

.products-head {
  max-width: none;
  text-align: left;
}

.products-head .eyebrow,
.products-head p {
  display: none;
}

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

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: 456px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(164deg, #ffffff, #f8fafc);
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.06);
  overflow: hidden;
  transition: transform 260ms var(--ease-soft), box-shadow 260ms var(--ease-soft), border-color 260ms var(--ease-soft);
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 118px;
  background: linear-gradient(to top, rgba(247, 249, 252, 0.98), rgba(247, 249, 252, 0));
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 260ms var(--ease-soft);
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-7px);
  border-color: #c9d2de;
  box-shadow: var(--shadow-sm);
}

.product-card:hover::after,
.product-card:focus-within::after {
  opacity: 1;
}

.product-media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eff2f7;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-soft);
}

.product-card:hover .product-media img,
.product-card:focus-within .product-media img {
  transform: scale(1.055);
}

.product-card p {
  color: #596476;
  min-height: 44px;
}

.product-links {
  margin-top: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 8px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  position: relative;
  z-index: 2;
  transition: opacity 260ms var(--ease-soft), transform 260ms var(--ease-soft);
}

.product-card:hover .product-links,
.product-card:focus-within .product-links {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.product-links a {
  min-height: 38px;
  min-width: 0;
  flex: 1 1 0;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: transform 200ms var(--ease-soft), box-shadow 220ms var(--ease-soft), background-color 220ms var(--ease-soft);
}

.product-links a:hover {
  transform: translateY(-1px);
}

.product-links a.ml-link {
  color: #161d29;
  background: linear-gradient(145deg, var(--ml), #ffd738);
  box-shadow: 0 8px 16px rgba(230, 201, 17, 0.3);
}

.product-links a.shopee-link {
  color: #fff;
  background: linear-gradient(145deg, var(--shopee), #de5a1f);
  box-shadow: 0 8px 16px rgba(218, 92, 34, 0.28);
}

.product-links a.amazon-link {
  color: #fff;
  background: linear-gradient(145deg, var(--amazon-soft), var(--amazon));
  box-shadow: 0 8px 16px rgba(25, 31, 42, 0.27);
}

.product-links a.ml-link:hover {
  background: linear-gradient(145deg, #ffec42, #ffd100);
  box-shadow: 0 10px 18px rgba(230, 201, 17, 0.4);
}

.product-links a.shopee-link:hover {
  background: linear-gradient(145deg, #fa8a55, #db5318);
  box-shadow: 0 10px 18px rgba(218, 92, 34, 0.38);
}

.product-links a.amazon-link:hover {
  background: linear-gradient(145deg, #39465d, #0f1622);
  box-shadow: 0 10px 18px rgba(25, 31, 42, 0.35);
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 26px;
  padding: clamp(28px, 3.3vw, 40px);
  border-radius: 24px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, #fff, #f8fafd);
  box-shadow: var(--shadow-xs);
  align-items: center;
  text-align: left;
}

.about-wrap h2,
.about-wrap p {
  text-align: left;
}

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

.trust-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, #fff, #f9fbfd);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.05);
  transition: transform 240ms var(--ease-soft), box-shadow 240ms var(--ease-soft), border-color 240ms var(--ease-soft);
}

.trust-item p {
  margin-top: 9px;
}

.trust-item:hover {
  transform: translateY(-4px);
  border-color: #d2dbe7;
  box-shadow: 0 14px 24px rgba(16, 24, 40, 0.08);
}

.final-cta {
  padding-top: clamp(62px, 7vw, 98px);
}

.cta-box {
  border-radius: 26px;
  padding: clamp(26px, 4.1vw, 44px);
  border: 1px solid #e5dcc1;
  text-align: center;
  background:
    radial-gradient(circle at 92% 20%, rgba(239, 109, 49, 0.2), transparent 38%),
    radial-gradient(circle at 6% 84%, rgba(255, 230, 0, 0.23), transparent 35%),
    linear-gradient(145deg, #fff, #fff9e9 56%, #fff5ec);
  box-shadow: var(--shadow-sm);
}

.cta-box p {
  margin-top: 10px;
  color: #566173;
}

.cta-links {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

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

.social-link {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 220ms var(--ease-soft), box-shadow 220ms var(--ease-soft), filter 220ms var(--ease-soft);
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.social-link.instagram {
  background: linear-gradient(145deg, #f58529, #dd2a7b 45%, #8134af 72%, #515bd4);
  box-shadow: 0 10px 20px rgba(129, 52, 175, 0.28);
}

.social-link.whatsapp {
  background: linear-gradient(145deg, #25d366, #1fad52);
  box-shadow: 0 10px 20px rgba(20, 152, 71, 0.28);
}

.social-link:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.social-link.instagram:hover {
  box-shadow: 0 14px 24px rgba(129, 52, 175, 0.34);
}

.social-link.whatsapp:hover {
  box-shadow: 0 14px 24px rgba(20, 152, 71, 0.34);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-decoration: none;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 28% 24%, #4ee086, #25d366 58%, #1fa855 100%);
  box-shadow: 0 14px 28px rgba(20, 152, 71, 0.34);
  z-index: 130;
  transition: transform 220ms var(--ease-soft), box-shadow 220ms var(--ease-soft), filter 220ms var(--ease-soft);
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 34px rgba(20, 152, 71, 0.4);
  filter: saturate(1.03);
}

.floating-whatsapp:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.25), 0 14px 28px rgba(20, 152, 71, 0.34);
}

.floating-whatsapp__icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.floating-whatsapp__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #ffffff;
}

.site-footer {
  margin-top: 86px;
  border-top: 1px solid var(--line-strong);
  background: #fff;
}

.foot-wrap {
  padding: 30px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
}

.foot-wrap strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
}

.footer-brand-logo {
  width: clamp(52px, 5vw, 69px);
  margin-bottom: 0;
  flex-shrink: 0;
}

.footer-brand p {
  margin: 0;
}

.foot-wrap nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.foot-wrap nav a {
  color: #2d3443;
  text-decoration: none;
  font-weight: 600;
  transition: color 200ms var(--ease-soft);
}

.foot-wrap nav a:hover {
  color: #121722;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.99);
  filter: blur(4px);
  transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out), filter 720ms var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (max-width: 1080px) {
  .market-grid,
  .products-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .diff-item,
  .diff-item:nth-child(1),
  .diff-item:nth-child(3),
  .diff-item:nth-child(4),
  .diff-item:nth-child(6) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 70px 0;
  }

  .hero {
    padding-top: 12px;
  }

  .hero-carousel {
    min-height: 430px;
    border-radius: 20px;
  }

  .hero-content {
    width: min(92%, 1180px);
    padding-bottom: 94px;
  }

  .hero-arrow {
    display: none;
  }

  .market-grid,
  .products-grid,
  .trust-grid,
  .about-wrap,
  .diff-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .product-card::after {
    display: none;
  }

  .product-links {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 10px;
  }

  .product-links a {
    font-size: 0.6rem;
    min-width: 0;
  }

  .header-action {
    width: 34px;
    height: 34px;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp__icon {
    width: 28px;
    height: 28px;
  }

  .foot-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
