:root {
  --primary: #0077e1;
  --primary-glow: #4b9cff;
  --background: #ffffff;
  --foreground: #121417;
  --muted: #66717f;
  --border: #d7e7f8;
  --card: #ffffff;
  --secondary: #f3f8fe;
  --whatsapp: #22c766;
  --footer: #101010;
  --footer-text: #ededed;
  --shadow-card: 0 8px 30px -8px rgba(0,0,0,.12);
  --shadow-glow: 0 10px 40px -10px rgba(0,119,225,.35);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "SF Pro", "Helvetica Neue", "Helvetica", "Arial", system-ui, sans-serif; letter-spacing: -0.015em; color: var(--foreground); background: var(--background); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(100% - 48px, 1280px); margin: 0 auto; }
.header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 20px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { height: 40px; width: auto; }
.phone-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(0,119,225,.35); background: rgba(0,119,225,.05); color: var(--primary); border-radius: 999px; padding: 9px 17px; font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); }
.hero { position: relative; overflow: hidden; min-height: 895px; padding: 187px 0 92px; background: radial-gradient(circle at 81% 56%, rgba(77,163,255,.52), transparent 31%), radial-gradient(circle at 3% 31%, rgba(0,119,225,.08), transparent 18%), linear-gradient(135deg, #edf7ff 0%, #dceeff 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: center; gap: 70px; }
.badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; border: 1px solid rgba(0,119,225,.34); background: rgba(0,119,225,.09); color: var(--primary); padding: 8px 16px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.badge svg { width: 14px; height: 14px; }
h1 { margin-top: 32px; max-width: 560px; color: #080a0e; font-size: clamp(50px, 4.65vw, 74px); line-height: 1.02; letter-spacing: -0.045em; font-weight: 800; }
h1 span, .gradient-text { background: linear-gradient(120deg, var(--primary), var(--primary-glow)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lead { margin-top: 26px; max-width: 680px; color: #20252d; font-size: 19px; line-height: 1.38; font-weight: 500; }
.sub { margin-top: 12px; color: #505a66; font-size: 16px; line-height: 1.45; }
.trust { margin-top: 22px; color: #25303b; font-size: 14px; font-weight: 700; }
.hero-actions { margin-top: 34px; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border-radius: 999px; background: var(--whatsapp); color: #fff; padding: 0 28px; font-size: 16px; font-weight: 750; box-shadow: 0 14px 34px -14px rgba(34,199,102,.75); transition: transform .2s ease, filter .2s ease; }
.cta:hover { transform: translateY(-2px) scale(1.02); filter: brightness(1.05); }
.cta svg { width: 21px; height: 21px; }
.hero-art { position: relative; justify-self: end; width: min(100%, 600px); }
.hero-art::before { content: ""; position: absolute; inset: 4% -3% -2%; border-radius: 999px; background: rgba(0,119,225,.20); filter: blur(64px); }
.hero-art img { position: relative; width: 100%; filter: drop-shadow(0 20px 60px rgba(0,119,225,.24)); }
.section { padding: 86px 0; }
.eyebrow { text-align: center; color: var(--muted); font-size: 16px; }
h2 { color: #101418; font-size: clamp(31px, 3vw, 48px); line-height: 1.08; letter-spacing: -0.035em; font-weight: 800; text-align: center; }
.section-title { margin-top: 12px; color: var(--primary); text-transform: uppercase; }
.section-copy { max-width: 680px; margin: 16px auto 0; color: var(--muted); text-align: center; font-size: 16px; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 56px; }
.card { border: 1px solid var(--border); background: var(--card); border-radius: 28px; padding: 32px; box-shadow: var(--shadow-card); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(0,119,225,.42); box-shadow: var(--shadow-glow); }
.product-image { height: 224px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .55s ease; }
.card:hover .product-image img { transform: scale(1.055); }
h3 { margin-top: 24px; color: #111418; text-align: center; font-size: 24px; letter-spacing: -0.02em; font-weight: 800; }
.tag { margin-top: 9px; color: var(--primary); text-align: center; font-size: 14px; font-weight: 750; }
.desc { margin-top: 16px; color: var(--muted); text-align: center; line-height: 1.6; font-size: 16px; }
.center { display: flex; justify-content: center; margin-top: 26px; }
.section-soft { background: linear-gradient(135deg, #edf7ff 0%, #dceeff 100%); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; }
.feature { text-align: center; }
.icon-box { width: 80px; height: 80px; margin: 0 auto; display: grid; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-glow)); box-shadow: var(--shadow-glow); }
.feature h3 { color: var(--primary); font-size: 20px; }
.feature p { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 64px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; max-width: 1024px; }
.stat-number { color: var(--primary); font-size: clamp(46px, 4vw, 64px); line-height: 1; font-weight: 800; letter-spacing: -0.04em; }
.stat-label { margin-top: 12px; color: var(--muted); }
.gallery { overflow: hidden; background: var(--secondary); padding: 48px 0; }
.gallery h2 { font-size: 30px; margin-bottom: 32px; }
.marquee { overflow: hidden; }
.marquee-track { display: flex; width: max-content; gap: 12px; padding: 0 12px; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.gallery-card { flex: 0 0 auto; width: 256px; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow-card); background: #dfeaf6; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
@keyframes marquee { to { transform: translateX(-50%); } }
.final { padding: 80px 0; background: linear-gradient(135deg, #edf7ff 0%, #dceeff 100%); text-align: center; }
.final p { margin-top: 16px; color: var(--muted); }
.footer { background: var(--footer); color: var(--footer-text); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 42px; }
.footer-logo { height: 40px; filter: brightness(0) invert(1); }
.footer p, .footer li { color: rgba(237,237,237,.72); line-height: 1.55; font-size: 14px; }
.footer p { margin-top: 18px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; }
.footer ul { list-style: none; display: grid; gap: 13px; }
.footer li { display: flex; gap: 10px; align-items: flex-start; }
.footer svg { flex: 0 0 auto; color: var(--primary-glow); margin-top: 2px; }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(237,237,237,.62); text-align: center; font-size: 12px; }
.footer-bottom a { color: var(--primary-glow); font-weight: 800; }
.float-wa { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 64px; height: 64px; border-radius: 999px; display: grid; place-items: center; background: var(--whatsapp); color: #fff; box-shadow: 0 16px 44px -16px rgba(34,199,102,.9); }
.float-wa::before { content: ""; position: absolute; inset: -26px; border-radius: inherit; background: rgba(34,199,102,.16); }
.float-wa::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--whatsapp); opacity: .30; animation: ping 1.4s cubic-bezier(0,0,.2,1) infinite; }
.float-wa svg { position: relative; z-index: 1; width: 31px; height: 31px; }
@keyframes ping { 75%,100% { transform: scale(1.85); opacity: 0; } }
@media (max-width: 1366px) { .container { width: min(100% - 96px, 1180px); } .hero { min-height: 768px; padding: 187px 0 72px; } .hero-grid { gap: 58px; } h1 { font-size: clamp(48px, 4.35vw, 62px); max-width: 510px; } .lead { max-width: 620px; font-size: 18px; } .sub { font-size: 16px; } .trust { font-size: 14px; } .hero-art { width: min(100%, 540px); } }
@media (max-width: 900px) { .container { width: min(100% - 32px, 1180px); } .phone-btn { display: none; } .hero { min-height: auto; padding: 122px 0 70px; } .hero-grid, .cards, .features, .stats-grid, .footer-grid { grid-template-columns: 1fr; } .hero-grid { gap: 38px; } h1 { font-size: 44px; } .hero-art { justify-self: center; } .section { padding: 70px 0; } .gallery-card { width: 220px; } .footer { padding-bottom: 92px; } }
@media (max-width: 520px) { h1 { font-size: 38px; } .badge { font-size: 11px; } .cta { width: 100%; } .float-wa { width: 58px; height: 58px; } }
