:root {
  --ink: #1a0047;
  --purple: #6b22bf;
  --lilac: #b163ff;
  --lilac-soft: #cea4ff;
  --cyan: #00cfff;
  --cyan-soft: #a1f2ff;
  --cloud: #f6f5f8;
  --muted: #716b7b;
  --white: #ffffff;
  --shadow: 0 24px 64px rgba(26, 0, 71, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { background: var(--cyan-soft); border-radius: 0 0 10px 10px; color: var(--ink); font-size: .82rem; font-weight: 800; left: 18px; padding: 11px 15px; position: fixed; top: -60px; transition: top .2s ease; z-index: 30; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -0.055em; }
h1 { font-size: clamp(3.4rem, 6.2vw, 6.3rem); line-height: 0.98; font-weight: 700; }
h2 { font-size: clamp(2.5rem, 4.3vw, 4.5rem); line-height: 1.03; }
h3 { font-size: 1.45rem; line-height: 1.1; }
strong { font-weight: 800; }

.site-header {
  align-items: center;
  background: rgba(26, 0, 71, 0.9);
  backdrop-filter: blur(18px);
  display: flex;
  gap: 36px;
  height: 76px;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.site-header.scrolled { background: rgba(18, 0, 46, .96); box-shadow: 0 10px 30px rgba(9, 0, 28, .16); }
.brand { align-items: center; display: flex; height: 46px; overflow: hidden; width: 130px; }
.brand img { filter: brightness(0) invert(1); width: 130px; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a, .login-link, .nav-dropdown-toggle {
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  font-weight: 600;
  transition: color .2s ease;
}
.main-nav a:hover, .login-link:hover, .nav-dropdown-toggle:hover { color: var(--white); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { align-items: center; background: transparent; border: 0; cursor: pointer; display: flex; font-family: inherit; gap: 5px; padding: 0; }
.nav-dropdown-toggle span { color: var(--cyan-soft); font-size: .9rem; transition: transform .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.nav-dropdown-menu { background: rgba(255,255,255,.98); border: 1px solid rgba(26,0,71,.08); border-radius: 15px; box-shadow: 0 18px 38px rgba(9,0,28,.18); display: none; gap: 2px; left: -18px; min-width: 260px; padding: 8px; position: absolute; top: 27px; }
.nav-dropdown.open .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { border-radius: 10px; display: block; padding: 11px; }
.nav-dropdown-menu a:hover { background: #f4effb; }
.nav-dropdown-menu strong, .nav-dropdown-menu small { display: block; }
.nav-dropdown-menu strong { color: var(--ink); font-size: .78rem; }
.nav-dropdown-menu small { color: var(--muted); font-size: .66rem; line-height: 1.35; margin-top: 3px; }
.header-actions { align-items: center; display: flex; gap: 24px; }
.button {
  align-items: center;
  background: linear-gradient(120deg, var(--cyan-soft), var(--cyan));
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  justify-content: center;
  padding: 15px 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { box-shadow: 0 12px 34px rgba(0,207,255,.26); transform: translateY(-2px); }
.button-small { padding: 11px 17px; }
.button-ghost { background: rgba(255,255,255,.1); color: var(--white); gap: 12px; }
.button-ghost:hover { box-shadow: none; background: rgba(255,255,255,.17); }
.menu-toggle { background: transparent; border: 0; display: none; }

.hero {
  background:
    radial-gradient(ellipse at 88% 16%, rgba(177,99,255,.54), transparent 27%),
    radial-gradient(ellipse at 72% 52%, rgba(0,207,255,.18), transparent 30%),
    radial-gradient(ellipse at 22% 106%, rgba(0,207,255,.3), transparent 38%),
    linear-gradient(132deg, #12002e 0%, var(--ink) 46%, #350778 100%);
  color: var(--white);
  min-height: 820px;
  overflow: hidden;
  padding: 164px 0 74px;
  position: relative;
}
.hero-grid { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.15fr .85fr; position: relative; z-index: 2; }
.hero-copy { max-width: 680px; }
.hero h1 strong, .features h2 strong, .wearable h2 strong, .final-cta h2 strong { color: var(--cyan-soft); display: block; }
.eyebrow {
  align-items: center;
  color: var(--cyan-soft);
  display: flex;
  font-size: .74rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .14em;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--cyan); border-radius: 50%; display: block; height: 8px; width: 8px; }
.eyebrow.dark { color: var(--purple); }
.eyebrow.dark span { background: var(--lilac); }
.hero-text, .section-text { color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.7; max-width: 600px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.signature { color: var(--lilac-soft); font-size: .88rem; font-weight: 600; margin: 42px 0 0; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.hero-proof span { align-items: center; color: rgba(255,255,255,.68); display: flex; font-size: .69rem; font-weight: 700; gap: 6px; }
.hero-proof i { align-items: center; background: rgba(161,242,255,.16); border-radius: 50%; color: var(--cyan-soft); display: flex; font-size: .56rem; font-style: normal; height: 18px; justify-content: center; width: 18px; }
.hero-pattern, .cta-pattern {
  background: url("assets/fingerprint.png") center/cover;
  inset: 0;
  opacity: .13;
  position: absolute;
}
.orb { border-radius: 50%; filter: blur(40px); opacity: .32; position: absolute; }
.orb-one { background: var(--purple); height: 420px; right: -100px; top: 110px; width: 420px; }
.orb-two { background: var(--cyan); bottom: -280px; height: 440px; left: 25%; width: 440px; }
.hero-device-area { min-height: 560px; position: relative; }
.device-glow {
  background: rgba(161,242,255,.34);
  border-radius: 50%;
  filter: blur(62px);
  height: 390px;
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
  width: 390px;
}
.device {
  background: #100329;
  border: 9px solid #422773;
  border-radius: 45px;
  box-shadow: 0 34px 80px rgba(0,0,0,.4);
  height: 570px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(4deg);
  width: 290px;
}
.device-top { background: #100329; height: 32px; padding-top: 9px; position: relative; z-index: 3; }
.device-top span { background: #030107; border-radius: 99px; display: block; height: 15px; margin: auto; width: 82px; }
.device-screen { background: linear-gradient(160deg, #2d0860, #521392 64%, #251044); height: 100%; padding: 16px; position: relative; }
.screen-rings {
  background: url("assets/fingerprint.png") center/cover;
  inset: 0;
  opacity: .12;
  position: absolute;
}
.app-top, .app-status, .app-grid, .app-reminder, .app-kicker, .device-screen h2 { position: relative; }
.app-top { align-items: center; display: flex; justify-content: space-between; }
.mini-logo { color: white; font-size: .86rem; font-weight: 800; }
.profile-dot { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--ink); display: flex; font-size: .7rem; font-weight: 800; height: 28px; justify-content: center; width: 28px; }
.app-kicker { color: var(--cyan-soft); font-size: .7rem; margin: 36px 0 8px; }
.device-screen h2 { font-size: 1.45rem; line-height: 1.12; margin-bottom: 20px; }
.app-status { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; display: flex; gap: 11px; padding: 13px; }
.status-icon { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--ink); display: flex; font-weight: 800; height: 34px; justify-content: center; width: 34px; }
.app-status strong, .app-status small { display: block; }
.app-status strong { font-size: .78rem; }
.app-status small { color: rgba(255,255,255,.64); font-size: .59rem; margin-top: 3px; }
.app-grid { display: grid; gap: 8px; grid-template-columns: repeat(3,1fr); margin-top: 12px; }
.app-grid div { background: rgba(255,255,255,.11); border-radius: 13px; padding: 13px 4px; text-align: center; }
.app-grid span, .app-grid small { display: block; }
.app-grid span { color: var(--cyan-soft); font-size: 1.1rem; }
.app-grid small { color: rgba(255,255,255,.7); font-size: .58rem; margin-top: 5px; }
.app-reminder { background: var(--cyan-soft); border-radius: 14px; color: var(--ink); margin-top: 13px; padding: 13px; }
.app-reminder span, .app-reminder strong { display: block; }
.app-reminder span { color: var(--purple); font-size: .57rem; font-weight: 700; text-transform: uppercase; }
.app-reminder strong { font-size: .73rem; line-height: 1.25; margin-top: 5px; }
.floating-card { align-items: center; backdrop-filter: blur(14px); background: rgba(255,255,255,.92); border-radius: 16px; box-shadow: var(--shadow); color: var(--ink); display: flex; gap: 10px; padding: 13px; position: absolute; z-index: 4; }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { font-size: .77rem; }
.floating-card small { color: var(--muted); font-size: .62rem; margin-top: 3px; }
.floating-icon { align-items: center; background: var(--cyan-soft); border-radius: 50%; display: flex; font-size: .8rem; font-weight: 800; height: 31px; justify-content: center; width: 31px; }
.floating-icon.purple { background: var(--lilac-soft); }
.floating-top { right: -30px; top: 100px; }
.floating-bottom { bottom: 56px; left: -45px; }

.trust-strip { background: linear-gradient(100deg, var(--cyan-soft), #d8d2ff 48%, var(--lilac-soft)); box-shadow: inset 0 1px rgba(255,255,255,.45); padding: 20px 0; }
.trust-content { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.trust-content p { font-size: .86rem; font-weight: 700; margin: 0; }
.trust-tags { display: flex; gap: 20px; }
.trust-tags span { color: var(--purple); font-size: .78rem; font-weight: 700; text-transform: uppercase; }

.section-heading { align-items: end; display: grid; gap: 40px; grid-template-columns: 1.2fr .8fr; margin-bottom: 52px; }
.section-heading h2, .section-heading p { margin: 0; }
.section-heading strong, .how strong, .faq strong { color: var(--purple); }
.section-heading p, .faq .section-text { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.audiences { background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%); }
.audience-heading strong { color: var(--purple); }
.audience-grid { display: grid; gap: 14px; grid-template-columns: repeat(3,1fr); }
.audience-card { border: 1px solid #ebe6f0; border-radius: 24px; min-height: 480px; overflow: hidden; padding: 27px; position: relative; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.audience-card::after { background: linear-gradient(90deg, var(--lilac), var(--cyan)); bottom: 0; content: ""; height: 5px; left: 0; opacity: .7; position: absolute; right: 0; }
.audience-card.professional { background: var(--ink); border-color: var(--ink); color: white; }
.audience-card.company { background: #f7f4fb; }
.audience-card:hover { border-color: var(--cyan); box-shadow: 0 24px 52px rgba(26,0,71,.16), 0 0 0 4px rgba(0,207,255,.1); transform: translateY(-11px) scale(1.018); }
.audience-top { align-items: center; display: flex; justify-content: space-between; }
.audience-icon { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--purple); display: flex; font-size: 1.1rem; font-weight: 800; height: 47px; justify-content: center; width: 47px; }
.audience-label { color: var(--purple); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.professional .audience-label { color: var(--cyan-soft); }
.audience-card h3 { font-size: 1.65rem; line-height: 1.15; margin: 39px 0 14px; }
.audience-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.professional p { color: rgba(255,255,255,.66); }
.audience-card ul { display: grid; gap: 9px; list-style: none; margin: 24px 0 30px; padding: 0; }
.audience-card li { color: var(--purple); font-size: .77rem; font-weight: 700; padding-left: 16px; position: relative; }
.audience-card li::before { color: var(--cyan); content: "✓"; font-size: .68rem; left: 0; position: absolute; }
.professional li { color: var(--cyan-soft); }
.audience-link { bottom: 30px; color: var(--purple); display: flex; font-size: .78rem; font-weight: 800; gap: 10px; position: absolute; }
.professional .audience-link { color: var(--cyan-soft); }

.human-stories {
  background:
    radial-gradient(ellipse at 90% 5%, rgba(0,207,255,.3), transparent 31%),
    radial-gradient(ellipse at 6% 98%, rgba(177,99,255,.36), transparent 34%),
    linear-gradient(132deg, #f7f0ff 0%, #effcff 49%, #fff 100%);
  overflow: hidden;
  padding: 112px 0;
  position: relative;
}
.human-stories-glow { background: rgba(177,99,255,.24); border-radius: 50%; filter: blur(70px); height: 360px; position: absolute; right: -100px; top: 60px; width: 360px; }
.human-stories-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1.18fr .82fr; margin-bottom: 40px; position: relative; }
.human-stories-heading h2 { margin-bottom: 0; }
.human-stories-heading h2 strong { color: var(--purple); }
.human-stories-heading > p { color: var(--muted); line-height: 1.72; margin-bottom: 6px; }
.story-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.story-card { border-radius: 24px; box-shadow: 0 20px 44px rgba(26,0,71,.1); display: block; height: 440px; overflow: hidden; position: relative; transition: box-shadow .32s ease, transform .32s ease; }
.story-card img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.story-card:hover { box-shadow: 0 28px 58px rgba(26,0,71,.2), 0 0 0 4px rgba(0,207,255,.13); transform: translateY(-8px); }
.story-card:hover img { transform: scale(1.075); }
.story-overlay { background: linear-gradient(0deg, rgba(26,0,71,.92), rgba(26,0,71,.08) 70%); inset: 0; position: absolute; transition: background .3s ease; }
.story-card:hover .story-overlay { background: linear-gradient(0deg, rgba(26,0,71,.96), rgba(107,34,191,.13) 74%); }
.story-content { bottom: 0; color: white; display: grid; gap: 10px; left: 0; padding: 25px; position: absolute; right: 0; }
.story-content small { color: var(--cyan-soft); font-size: .67rem; font-style: normal; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.story-content strong { font-family: "Manrope", Arial, sans-serif; font-size: 1.34rem; line-height: 1.18; }
.story-content em { color: rgba(255,255,255,.76); font-size: .75rem; font-style: normal; font-weight: 700; margin-top: 3px; }
.story-content b { color: var(--cyan); font-size: 1rem; margin-left: 5px; }
.story-note { color: rgba(26,0,71,.5); font-size: .67rem; margin: 15px 0 0; }

.value-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); }
.value-card { background: var(--cloud); border-radius: 22px; min-height: 300px; padding: 30px; position: relative; transition: box-shadow .32s ease, transform .32s ease; }
.value-card:hover { box-shadow: 0 22px 48px rgba(26,0,71,.15), 0 0 0 4px rgba(177,99,255,.12); transform: translateY(-10px) scale(1.018); }
.value-card.featured { background: var(--ink); color: white; }
.card-number { color: var(--lilac); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.line-icon { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--purple); display: flex; font-size: 1.55rem; height: 56px; justify-content: center; margin: 42px 0 24px; width: 56px; }
.value-card p { color: var(--muted); font-size: .94rem; line-height: 1.65; margin-bottom: 0; }
.value-card.featured p { color: rgba(255,255,255,.68); }

.features { background: radial-gradient(ellipse at 92% 22%, rgba(0,207,255,.17), transparent 34%), radial-gradient(ellipse at 12% 86%, rgba(177,99,255,.28), transparent 36%), linear-gradient(135deg, #12002f 0%, var(--ink) 48%, #421080 100%); color: white; overflow: hidden; position: relative; }
.features-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr .9fr; }
.features-copy h2 { margin-bottom: 22px; }
.feature-tabs { display: grid; gap: 7px; margin-top: 34px; }
.feature-tab {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: rgba(255,255,255,.65);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  gap: 16px;
  padding: 15px 16px;
  text-align: left;
  transition: .25s ease;
}
.feature-tab span { color: var(--cyan-soft); font-size: .72rem; }
.feature-tab.active, .feature-tab:hover { background: rgba(255,255,255,.09); border-color: rgba(161,242,255,.56); color: white; transform: translateX(8px); }
.feature-panel { background: linear-gradient(150deg, rgba(177,99,255,.34), rgba(0,207,255,.16)); border: 1px solid rgba(161,242,255,.35); border-radius: 28px; box-shadow: var(--shadow); min-height: 520px; padding: 34px; }
.panel-label { color: var(--cyan-soft); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature-panel h3 { font-size: 2rem; margin: 12px 0; }
.feature-panel > p:not(.panel-label) { color: rgba(255,255,255,.68); line-height: 1.6; }
.dashboard-card { background: rgba(255,255,255,.94); border-radius: 19px; color: var(--ink); margin-top: 28px; padding: 20px; }
.dashboard-top { color: var(--purple); display: flex; font-size: .76rem; font-weight: 800; justify-content: space-between; text-transform: uppercase; }
.progress-ring { align-items: center; background: radial-gradient(circle at center, white 49%, transparent 51%), conic-gradient(var(--cyan) 0 86%, #e8e4ee 86% 100%); border-radius: 50%; display: flex; flex-direction: column; height: 142px; justify-content: center; margin: 24px auto; width: 142px; }
.progress-ring strong { color: var(--purple); font-size: 1.8rem; }
.progress-ring small { color: var(--muted); }
.dashboard-items { display: grid; gap: 9px; }
.dashboard-items span { background: #f6f3f9; border-radius: 9px; color: var(--purple); font-size: .74rem; font-weight: 700; padding: 9px; }

.product-showcase, .health-news { background: linear-gradient(135deg, #faf7ff, #effcff); overflow: hidden; padding: 112px 0; }
.carousel-heading { align-items: end; display: flex; gap: 48px; justify-content: space-between; margin-bottom: 38px; }
.carousel-heading h2 { margin-bottom: 14px; max-width: 820px; }
.carousel-heading h2 strong { color: var(--purple); }
.carousel-heading p:not(.eyebrow) { color: var(--muted); line-height: 1.68; margin: 0; max-width: 690px; }
.carousel-controls { display: flex; gap: 8px; padding-bottom: 5px; }
.carousel-auto-label { align-items: center; color: var(--purple); display: flex; font-size: .61rem; font-weight: 800; gap: 6px; letter-spacing: .08em; margin-right: 5px; text-transform: uppercase; }
.carousel-auto-label i { animation: autoplay-pulse 1.7s ease-in-out infinite; background: var(--cyan); border-radius: 50%; display: block; height: 7px; width: 7px; }
@keyframes autoplay-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(0,207,255,.28); opacity: .75; } 50% { box-shadow: 0 0 0 6px rgba(0,207,255,0); opacity: 1; } }
.carousel-controls button { align-items: center; background: white; border: 1px solid #e3dce9; border-radius: 50%; color: var(--purple); cursor: pointer; display: flex; font-family: inherit; font-size: 1.12rem; height: 45px; justify-content: center; transition: .2s ease; width: 45px; }
.carousel-controls button:hover { background: var(--ink); border-color: var(--ink); color: white; transform: translateY(-2px); }
.carousel-track { display: flex; gap: 14px; overflow-x: auto; padding: 14px 8px 27px; scroll-behavior: smooth; scrollbar-color: var(--lilac-soft) transparent; scrollbar-width: thin; }
.carousel-track::-webkit-scrollbar { height: 5px; }
.carousel-track::-webkit-scrollbar-thumb { background: var(--lilac-soft); border-radius: 99px; }
.product-track { gap: 18px; overflow: hidden; padding: 14px 8px 22px; scroll-snap-type: x mandatory; }
.product-card {
  background: linear-gradient(125deg, #210052, #6b22bf);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  color: white;
  cursor: pointer;
  flex: 0 0 calc(100% - 16px);
  min-height: 255px;
  overflow: hidden;
  padding: 26px 32px;
  position: relative;
  scroll-snap-align: start;
  transition: background .42s ease, border-color .32s ease, box-shadow .32s ease, transform .32s ease;
}
.product-card::before, .product-card::after { display: none; }
.product-card:hover { border-color: rgba(161,242,255,.82); box-shadow: 0 26px 54px rgba(26,0,71,.24), 0 0 0 5px rgba(0,207,255,.14); transform: translateY(-7px); z-index: 2; }
.product-card.tone-purple { background: linear-gradient(125deg, #1a0047, #6b22bf 70%, #9b4cf0); }
.product-card.tone-purple:hover { background: linear-gradient(125deg, #2b0762, #8c43dc 62%, #00cfff); }
.product-card.tone-cyan { background: linear-gradient(125deg, #16003f, #3342a3 62%, #00a9d8); }
.product-card.tone-cyan:hover { background: linear-gradient(125deg, #1a0047, #007da8 54%, #00cfff); }
.product-card.tone-lilac { background: linear-gradient(125deg, #270054, #8444c8 62%, #b163ff); }
.product-card.tone-lilac:hover { background: linear-gradient(125deg, #35106d, #b163ff 56%, #00cfff); }
.product-card.tone-blue { background: linear-gradient(125deg, #16003f, #4d28a7 58%, #0ab4db); }
.product-card.tone-blue:hover { background: linear-gradient(125deg, #2f0667, #00a6cb 62%, #a1f2ff); }
.product-card.tone-deep { background: linear-gradient(125deg, #12002e, #442074 58%, #6b22bf); }
.product-card.tone-deep:hover { background: linear-gradient(125deg, #210052, #6b22bf 54%, #00cfff); }
.product-main { background: var(--ink); color: white; }
.product-state { color: var(--cyan-soft); font-size: .68rem; font-weight: 800; letter-spacing: .12em; position: relative; text-transform: uppercase; z-index: 1; }
.product-icon { align-items: center; background: rgba(161,242,255,.92); border-radius: 50%; color: var(--purple); display: flex; font-size: 1.1rem; height: 46px; justify-content: center; margin: 24px 0 15px; position: relative; width: 46px; z-index: 1; }
.product-card h3 { font-size: 1.75rem; margin-bottom: 8px; position: relative; z-index: 1; }
.product-card p { color: rgba(255,255,255,.74); font-size: .94rem; line-height: 1.62; max-width: 580px; position: relative; z-index: 1; }
.product-audience { bottom: 23px; color: var(--cyan-soft); font-size: .64rem; font-weight: 800; left: 32px; position: absolute; text-transform: uppercase; z-index: 1; }
.banner-footer { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-top: 3px; padding-right: 150px; }
.banner-progress { display: flex; gap: 7px; justify-content: center; margin-top: 3px; }
.banner-progress button { background: #d5cce0; border: 0; border-radius: 99px; cursor: pointer; height: 6px; padding: 0; transition: background .25s ease, width .25s ease; width: 19px; }
.banner-progress button.active { background: var(--purple); width: 48px; }
.catalog-toggle { align-items: center; background: transparent; border: 0; color: var(--purple); cursor: pointer; display: flex; font-family: inherit; font-size: .78rem; font-weight: 800; gap: 8px; padding: 8px 2px; }
.catalog-toggle span { color: var(--cyan); font-size: 1rem; transition: transform .2s ease; }
.catalog-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.all-products-panel { align-items: start; background: white; border: 1px solid #e7dff0; border-radius: 20px; display: grid; gap: 30px; grid-template-columns: .9fr 1.1fr; margin-top: 18px; padding: 24px; }
.all-products-panel[hidden] { display: none; }
.all-products-panel h3 { margin: 0 0 8px; }
.all-products-panel p:not(.eyebrow) { color: var(--muted); font-size: .84rem; line-height: 1.55; margin: 0; }
.catalog-grid { display: grid; gap: 8px; grid-template-columns: repeat(2,1fr); }
.catalog-grid span { background: #f6f1fb; border-radius: 10px; color: var(--purple); font-size: .76rem; font-weight: 800; padding: 11px; }

.editorial { height: 650px; overflow: hidden; position: relative; }
.editorial img { height: 100%; object-fit: cover; object-position: 62% center; width: 100%; }
.editorial-overlay { background: linear-gradient(90deg, rgba(26,0,71,.9), rgba(26,0,71,.56) 39%, rgba(26,0,71,.18) 68%, rgba(26,0,71,.04)); inset: 0; position: absolute; }
.editorial-copy { color: white; left: max(54px, calc((100vw - 1160px) / 2)); position: absolute; top: 50%; transform: translateY(-50%); width: min(560px, calc(100% - 48px)); }
.editorial-copy p { color: var(--cyan-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; margin: 0 0 15px; text-shadow: 0 2px 16px rgba(9,0,28,.72); text-transform: uppercase; }
.editorial-copy h2 { filter: drop-shadow(0 8px 16px rgba(9,0,28,.5)); font-size: clamp(2.5rem, 3.8vw, 4.2rem); margin-bottom: 0; max-width: 560px; }
.editorial-copy strong { color: var(--cyan-soft); display: block; }

.compact { grid-template-columns: 1fr 1fr; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 25px; position: relative; }
.steps::before { background: #e2d8ed; content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 44px; }
.step { padding-right: 42px; position: relative; }
.step-number { color: var(--purple); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.step-dot { background: var(--cyan); border: 7px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #e2d8ed; height: 20px; margin: 17px 0 34px; position: relative; width: 20px; }
.step p { color: var(--muted); line-height: 1.65; }

.principles { background: radial-gradient(ellipse at 18% 15%, rgba(255,255,255,.56), transparent 28%), radial-gradient(ellipse at 84% 88%, rgba(177,99,255,.38), transparent 32%), linear-gradient(120deg, var(--cyan-soft), #d6d0ff 54%, var(--lilac-soft)); padding: 92px 0; }
.principles-heading { display: grid; gap: 20px; grid-template-columns: .76fr 1.24fr; }
.principles-heading h2 { font-size: clamp(2.5rem, 4.3vw, 4.4rem); margin: 0; }
.principles-heading strong { color: var(--purple); }
.principles-grid { display: grid; gap: 1px; grid-template-columns: repeat(3,1fr); margin-top: 48px; }
.principles-grid article { border-left: 1px solid rgba(26,0,71,.18); padding: 3px 32px 5px; }
.principle-index { color: var(--purple); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.principles-grid h3 { font-size: 1.3rem; margin: 28px 0 10px; }
.principles-grid p { color: rgba(26,0,71,.68); font-size: .9rem; line-height: 1.65; margin: 0; }

.human-moments { background: linear-gradient(145deg, #fff 0%, #f7f1ff 54%, #effcff 100%); overflow: hidden; padding: 118px 0; position: relative; }
.human-moments-wash { background: var(--cyan); border-radius: 50%; filter: blur(96px); height: 330px; opacity: .18; position: absolute; right: -80px; top: -60px; width: 330px; }
.human-moments-grid { align-items: center; display: grid; gap: 58px; grid-template-columns: .82fr 1.18fr; position: relative; }
.human-moments-copy h2 { font-size: clamp(2.5rem, 4vw, 4.25rem); }
.human-moments-copy h2 strong { color: var(--purple); display: block; }
.human-moments-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; max-width: 480px; }
.dark-link { color: var(--purple); }
.moments-collage { display: grid; gap: 14px; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, 205px); }
.moment-card { border-radius: 22px; box-shadow: 0 18px 40px rgba(26,0,71,.12); margin: 0; overflow: hidden; position: relative; transition: box-shadow .32s ease, transform .32s ease; }
.moment-card img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.moment-card:hover { box-shadow: 0 26px 52px rgba(26,0,71,.2), 0 0 0 4px rgba(177,99,255,.16); transform: translateY(-7px); }
.moment-card:hover img { transform: scale(1.075); }
.moment-main { grid-row: 1 / 3; }
.moment-card::after { background: linear-gradient(0deg, rgba(26,0,71,.72), transparent 58%); content: ""; inset: 0; position: absolute; }
.moment-card figcaption { bottom: 15px; color: white; font-size: .74rem; font-weight: 800; left: 17px; letter-spacing: .06em; position: absolute; text-transform: uppercase; z-index: 1; }

.wearable { background: radial-gradient(ellipse at 88% 34%, rgba(107,34,191,.5), transparent 36%), linear-gradient(135deg, #12002f, var(--ink)); color: white; overflow: hidden; }
.wearable-grid { align-items: center; display: grid; gap: 64px; grid-template-columns: 1.06fr .94fr; }
.wearable-image { display: block; height: 570px; object-fit: cover; width: 100%; }
.wearable-copy { padding-right: 30px; }
.wearable-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.7; max-width: 490px; }
.text-link { color: var(--cyan-soft); display: inline-flex; font-size: .9rem; font-weight: 800; gap: 14px; margin-top: 20px; }

.health-news { background: radial-gradient(ellipse at 90% 10%, rgba(0,207,255,.13), transparent 30%), radial-gradient(ellipse at 5% 90%, rgba(177,99,255,.14), transparent 34%), linear-gradient(145deg, #fff, #faf5ff 62%, #edfcff); }
.news-highlight { align-items: center; background: var(--cyan-soft); border-radius: 18px; display: flex; gap: 18px; margin-bottom: 20px; padding: 17px 20px; }
.news-highlight strong { color: var(--purple); font-family: "Manrope", Arial, sans-serif; font-size: 1.45rem; white-space: nowrap; }
.news-highlight span { color: rgba(26,0,71,.72); font-size: .8rem; font-weight: 600; line-height: 1.5; }
.news-card { background: #f8f6fa; border: 1px solid #ebe6ef; border-radius: 20px; display: flex; flex: 0 0 354px; flex-direction: column; min-height: 312px; padding: 22px; transition: background .32s ease, border-color .32s ease, box-shadow .32s ease, transform .32s ease; }
.news-card:hover { background: white; border-color: var(--cyan); box-shadow: 0 23px 48px rgba(26,0,71,.16), 0 0 0 4px rgba(0,207,255,.11); transform: translateY(-11px) scale(1.018); z-index: 2; }
.news-meta { align-items: center; display: flex; justify-content: space-between; }
.news-meta span { color: var(--purple); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-meta time { color: var(--muted); font-size: .65rem; }
.news-card h3 { font-size: 1.26rem; line-height: 1.2; margin: 35px 0 10px; }
.news-card p { color: var(--muted); font-size: .84rem; line-height: 1.58; margin-bottom: 24px; }
.news-card a { color: var(--purple); font-size: .76rem; font-weight: 800; margin-top: auto; }
.news-card a span { color: var(--cyan); font-size: .95rem; margin-left: 5px; }
.news-footer { display: flex; justify-content: flex-end; margin-top: 18px; }
.news-all-button { background: var(--ink); color: white; gap: 10px; padding: 13px 19px; }
.news-all-button span { color: var(--cyan-soft); font-size: 1rem; }
.flow-marquee { background: var(--cyan-soft); overflow: hidden; padding: 16px 0; }
.flow-marquee-track { animation: marquee-flow 28s linear infinite; align-items: center; display: flex; gap: 28px; width: max-content; }
.flow-marquee span { color: var(--purple); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flow-marquee i { color: var(--cyan); font-size: .65rem; }
@keyframes marquee-flow { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.faq { background: var(--cloud); }
.faq-grid { display: grid; gap: 74px; grid-template-columns: .75fr 1.25fr; }
.accordion { border-top: 1px solid #d9d1df; }
.faq-item { border-bottom: 1px solid #d9d1df; }
.faq-item button { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: flex; font-family: inherit; font-size: 1rem; font-weight: 700; justify-content: space-between; padding: 21px 0; text-align: left; width: 100%; }
.faq-item button strong { color: var(--purple); font-size: 1.25rem; }
.faq-item p { color: var(--muted); display: none; line-height: 1.65; margin: -3px 0 23px; }
.faq-item.active p { display: block; }

.final-cta { background: radial-gradient(ellipse at 84% 20%, rgba(0,207,255,.28), transparent 30%), radial-gradient(ellipse at 8% 96%, rgba(177,99,255,.34), transparent 34%), linear-gradient(135deg, #150038, #3b0a76 68%, #6620b6); color: white; overflow: hidden; padding: 100px 0; position: relative; }
.final-cta-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr .78fr; position: relative; }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.7; }
.interest-form { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; display: grid; gap: 15px; padding: 24px; }
.form-heading strong, .form-heading span { display: block; }
.form-heading strong { color: var(--cyan-soft); font-family: "Manrope", Arial, sans-serif; font-size: 1.02rem; }
.form-heading span { color: rgba(255,255,255,.63); font-size: .75rem; line-height: 1.5; margin-top: 5px; }
.interest-form label span { display: block; font-size: .75rem; font-weight: 700; margin: 0 0 6px 4px; }
.interest-form input, .interest-form select { background: rgba(255,255,255,.94); border: 0; border-radius: 12px; color: var(--ink); font-family: inherit; outline: none; padding: 14px; width: 100%; }
.interest-form input:focus, .interest-form select:focus { box-shadow: 0 0 0 3px var(--cyan-soft); }
.interest-form small { color: rgba(255,255,255,.56); font-size: .65rem; text-align: center; }
.form-success { background: rgba(161,242,255,.95); border-radius: 14px; color: var(--ink); display: none; padding: 14px; }
.form-success strong, .form-success span { display: block; }
.form-success strong { font-size: .86rem; }
.form-success span { color: var(--purple); font-size: .68rem; line-height: 1.5; margin-top: 4px; }
.interest-form.submitted label, .interest-form.submitted button, .interest-form.submitted small { display: none; }
.interest-form.submitted .form-success { display: block; }

.site-footer { background: #16003a; color: white; padding: 58px 0 0; }
.footer-grid { display: grid; gap: 38px; grid-template-columns: 1.55fr .95fr 1fr 1fr; padding-bottom: 40px; }
.footer-grid img { filter: brightness(0) invert(1); width: 135px; }
.footer-grid p { color: rgba(255,255,255,.56); font-size: .9rem; max-width: 300px; }
.footer-grid strong, .footer-grid a { display: block; }
.footer-grid strong { color: var(--cyan-soft); font-size: .78rem; margin-bottom: 14px; text-transform: uppercase; }
.footer-grid a { color: rgba(255,255,255,.58); font-size: .82rem; margin-top: 8px; }
.footer-grid a:hover { color: var(--cyan-soft); }
.footer-help h2 { font-size: 2rem; margin: 27px 0 10px; }
.footer-help .footer-phone { align-items: center; background: linear-gradient(110deg, rgba(0,207,255,.2), rgba(177,99,255,.3)); border: 1px solid rgba(161,242,255,.28); border-radius: 999px; color: white; display: inline-flex; font-size: 1.08rem; font-weight: 800; margin: 0 0 9px; padding: 10px 16px; }
.footer-help .footer-primary-link { color: var(--cyan-soft); font-weight: 700; }
.footer-legal { background: #0d0025; }
.compact-footer { padding-top: 0; }
.footer-bottom { color: rgba(255,255,255,.52); display: flex; flex-wrap: wrap; font-size: .68rem; gap: 10px 24px; justify-content: center; padding: 15px 0; text-align: center; }

.floating-tools { bottom: 20px; display: grid; gap: 9px; position: fixed; right: 20px; z-index: 20; }
.floating-action { align-items: center; border: 0; border-radius: 999px; box-shadow: 0 12px 28px rgba(26,0,71,.2); cursor: pointer; display: flex; font-family: inherit; font-size: .76rem; font-weight: 800; gap: 8px; justify-content: center; min-height: 48px; padding: 0 15px; transition: box-shadow .25s ease, transform .25s ease; }
.floating-action:hover { box-shadow: 0 16px 34px rgba(26,0,71,.28); transform: translateY(-4px); }
.floating-symbol { align-items: center; display: flex; justify-content: center; }
.floating-symbol svg { display: block; height: 24px; width: 24px; }
.whatsapp-button { background: #1fbd68; color: white; padding: 0; width: 54px; }
.accessibility-button { background: var(--ink); color: white; margin-left: auto; width: 48px; }
.accessibility-panel { background: white; border: 1px solid #e6ddec; border-radius: 18px; bottom: 58px; box-shadow: 0 18px 42px rgba(26,0,71,.18); display: grid; gap: 9px; max-height: min(680px, calc(100vh - 95px)); overflow-y: auto; padding: 14px; position: absolute; right: 0; width: min(340px, calc(100vw - 28px)); }
.accessibility-panel[hidden] { display: none; }
.accessibility-panel-header { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.accessibility-panel strong { color: var(--purple); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.accessibility-panel p { color: var(--muted); font-size: .74rem; line-height: 1.45; margin: 0 0 4px; }
.accessibility-group-title { border-top: 1px solid #ece5f1; color: var(--ink); font-size: .71rem; font-weight: 800; letter-spacing: .08em; padding-top: 10px; text-transform: uppercase; }
.accessibility-options { display: grid; gap: 7px; grid-template-columns: repeat(2,1fr); }
.accessibility-panel button { background: #f5f0fa; border: 1px solid transparent; border-radius: 9px; color: var(--ink); cursor: pointer; font-family: inherit; font-size: .7rem; font-weight: 700; line-height: 1.22; min-height: 48px; padding: 9px; text-align: left; }
.accessibility-panel button[aria-pressed="true"] { background: var(--cyan-soft); }
.accessibility-panel .accessibility-reset { background: transparent; color: var(--purple); min-height: 0; padding: 5px; text-align: right; }
.large-text { font-size: 112%; }
.readable-font, .readable-font * { font-family: Arial, sans-serif !important; letter-spacing: normal; }
.line-spacing p, .line-spacing li, .line-spacing a, .line-spacing button { line-height: 1.95 !important; }
.text-spacing p, .text-spacing li, .text-spacing a, .text-spacing button { letter-spacing: .08em !important; }
.hide-images img { opacity: 0 !important; }
.hide-images .hero-pattern, .hide-images .cta-pattern, .hide-images .screen-rings { background-image: none !important; }
body.high-contrast { --cloud: #fff; --muted: #33264a; color: #100026; }
.high-contrast .site-header { background: #100026; }
.high-contrast .button { border: 2px solid #100026; }
.grayscale main, .grayscale .site-header, .grayscale .site-footer { filter: grayscale(1); }
.highlight-links a:not(.button):not(.brand):not(.floating-action) { background: #ffef70 !important; color: #100026 !important; text-decoration: underline !important; text-decoration-thickness: 2px !important; }
.focus-highlight :focus-visible { outline: 5px solid #ffb000 !important; outline-offset: 5px !important; }
.reading-guide { background: rgba(0,207,255,.24); border-bottom: 2px solid rgba(26,0,71,.7); border-top: 2px solid rgba(26,0,71,.7); display: none; height: 38px; left: 0; pointer-events: none; position: fixed; right: 0; transform: translateY(-50%); z-index: 40; }
.reading-guide-active .reading-guide { display: block; }
.reduce-animations *, .reduce-animations *::before, .reduce-animations *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.audience-page { background: #fff; }
.audience-page .site-header { position: fixed; }
.audience-hero { background: var(--ink); color: white; overflow: hidden; padding: 158px 0 100px; position: relative; }
.audience-hero-grid { align-items: center; display: grid; gap: 62px; grid-template-columns: 1.08fr .92fr; position: relative; z-index: 2; }
.audience-hero h1 { font-size: clamp(3.4rem, 5.3vw, 5.7rem); margin-bottom: 26px; }
.audience-hero h1 strong { color: var(--cyan-soft); display: block; }
.audience-hero p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.08rem; line-height: 1.72; max-width: 620px; }
.audience-hero-card { background: linear-gradient(140deg, rgba(177,99,255,.36), rgba(0,207,255,.16)); border: 1px solid rgba(161,242,255,.32); border-radius: 30px; padding: 32px; }
.audience-hero-card > span { color: var(--cyan-soft); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audience-hero-card h2 { font-size: 2rem; margin: 20px 0 12px; }
.audience-hero-card ul { display: grid; gap: 11px; list-style: none; margin: 26px 0 0; padding: 0; }
.audience-hero-card li { color: rgba(255,255,255,.8); font-size: .84rem; font-weight: 700; padding-left: 21px; position: relative; }
.audience-hero-card li::before { color: var(--cyan); content: "✓"; left: 0; position: absolute; }
.breadcrumb { color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 32px; text-transform: uppercase; }
.breadcrumb a { color: var(--cyan-soft); }
.audience-intro { background: var(--cloud); }
.audience-intro-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); margin-top: 48px; }
.audience-benefit { background: white; border-radius: 20px; min-height: 230px; padding: 25px; }
.audience-benefit span { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--purple); display: flex; font-size: 1rem; font-weight: 800; height: 42px; justify-content: center; width: 42px; }
.audience-benefit h3 { font-size: 1.28rem; margin: 31px 0 9px; }
.audience-benefit p { color: var(--muted); font-size: .86rem; line-height: 1.65; margin: 0; }
.audience-solutions { background: white; }
.audience-solution-grid { align-items: center; display: grid; gap: 68px; grid-template-columns: .94fr 1.06fr; }
.audience-solution-visual { background: var(--ink); border-radius: 28px; min-height: 480px; overflow: hidden; position: relative; }
.audience-solution-visual img { height: 100%; object-fit: cover; opacity: .56; position: absolute; width: 100%; }
.solution-overlay { background: linear-gradient(0deg, rgba(26,0,71,.9), rgba(26,0,71,.08)); inset: 0; position: absolute; }
.solution-caption { bottom: 26px; color: white; left: 26px; position: absolute; right: 26px; }
.solution-caption span { color: var(--cyan-soft); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.solution-caption h3 { font-size: 2rem; margin: 11px 0 0; }
.solution-list { display: grid; gap: 18px; margin-top: 28px; }
.solution-item { border-bottom: 1px solid #e4ddea; padding: 0 0 17px 47px; position: relative; }
.solution-item span { align-items: center; background: var(--cyan-soft); border-radius: 50%; color: var(--purple); display: flex; font-size: .73rem; font-weight: 800; height: 30px; justify-content: center; left: 0; position: absolute; top: 0; width: 30px; }
.solution-item h3 { font-size: 1.08rem; margin: 0 0 6px; }
.solution-item p { color: var(--muted); font-size: .85rem; line-height: 1.58; margin: 0; }
.audience-page-cta { background: var(--cyan-soft); padding: 90px 0; text-align: center; }
.audience-page-cta h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); margin: 0 auto 18px; max-width: 800px; }
.audience-page-cta strong { color: var(--purple); }
.audience-page-cta p { color: rgba(26,0,71,.68); line-height: 1.65; margin: 0 auto 28px; max-width: 620px; }
.audience-page-cta .button { background: var(--ink); color: white; }

.news-page { background: #faf8fd; }
.news-page-hero { background: radial-gradient(ellipse at 84% 22%, rgba(0,207,255,.25), transparent 32%), linear-gradient(135deg, #130031, #3c0a78); color: white; padding: 146px 0 84px; }
.news-page-hero h1 { font-size: clamp(3.2rem, 5.2vw, 5.8rem); margin-bottom: 18px; max-width: 900px; }
.news-page-hero h1 strong { color: var(--cyan-soft); display: block; }
.news-page-hero p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.7; max-width: 680px; }
.news-page-content { padding: 92px 0 112px; }
.news-page-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 30px; }
.news-page-heading h2 { font-size: clamp(2.3rem, 3.8vw, 3.8rem); margin: 0; }
.news-page-heading p { color: var(--muted); line-height: 1.6; margin: 0; max-width: 520px; }
.news-list-grid { display: grid; gap: 15px; grid-template-columns: repeat(2,1fr); }
.news-list-grid .news-card { min-height: 290px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { gap: 16px; padding: 0 24px; }
  .main-nav { display: none; }
  .main-nav.open { background: #1a0047; display: grid; gap: 19px; left: 0; padding: 24px; position: absolute; top: 76px; width: 100%; }
  .nav-dropdown-toggle { font-size: .88rem; }
  .nav-dropdown-menu { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); box-shadow: none; left: 0; margin-top: 10px; min-width: 0; position: relative; top: 0; width: 100%; }
  .nav-dropdown-menu a:hover { background: rgba(255,255,255,.08); }
  .nav-dropdown-menu strong { color: var(--cyan-soft); }
  .nav-dropdown-menu small { color: rgba(255,255,255,.6); }
  .menu-toggle { display: grid; gap: 4px; margin-left: auto; padding: 6px; }
  .menu-toggle span { background: white; display: block; height: 2px; width: 20px; }
  .login-link { display: none; }
  .hero { min-height: auto; padding-bottom: 100px; }
  .hero-grid, .features-grid, .wearable-grid, .faq-grid, .final-cta-grid { grid-template-columns: 1fr; }
  .human-moments-grid { grid-template-columns: 1fr; }
  .audience-hero-grid, .audience-solution-grid { grid-template-columns: 1fr; }
  .audience-intro-grid { grid-template-columns: 1fr; }
  .all-products-panel { grid-template-columns: 1fr; }
  .news-page-heading { align-items: start; display: grid; gap: 15px; }
  .hero-device-area { margin-top: 25px; min-height: 560px; }
  .features-grid, .faq-grid, .final-cta-grid { gap: 42px; }
  .floating-top { right: 3%; }
  .floating-bottom { left: 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .value-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .human-stories-heading { display: block; }
  .human-stories-heading > p { margin-top: 18px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { height: 370px; }
  .audience-card { min-height: 420px; }
  .value-card { min-height: 230px; }
  .line-icon { margin: 28px 0 18px; }
  .wearable-image { height: 400px; }
  .wearable-copy { padding: 0 0 70px; }
  .carousel-heading { align-items: start; display: grid; gap: 20px; }
  .principles-heading { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { border-left: 0; border-top: 1px solid rgba(26,0,71,.18); padding: 22px 0; }
  .principles-grid h3 { margin: 16px 0 8px; }
  .moments-collage { grid-template-rows: repeat(2, 185px); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 84px 0; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.55rem; }
  .brand, .brand img { width: 112px; }
  .button-small { font-size: .76rem; padding: 10px 12px; }
  .hero { padding-top: 133px; }
  .hero-text { font-size: 1rem; }
  .hero-device-area { min-height: 510px; }
  .device { height: 510px; width: 260px; }
  .floating-card { padding: 10px; }
  .floating-card strong { font-size: .68rem; }
  .floating-card small { font-size: .55rem; }
  .floating-top { right: -2%; top: 86px; }
  .floating-bottom { bottom: 40px; left: -2%; }
  .trust-content { display: block; }
  .trust-tags { gap: 12px; margin-top: 10px; }
  .trust-tags span { font-size: .68rem; }
  .product-showcase, .health-news { padding: 82px 0; }
  .human-stories { padding: 82px 0; }
  .story-card { height: 330px; }
  .human-moments { padding: 82px 0; }
  .moments-collage { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 230px); }
  .moment-main { grid-row: auto; }
  .carousel-auto-label { display: none; }
  .banner-footer { align-items: start; display: grid; gap: 8px; padding-right: 0; }
  .floating-tools { bottom: 14px; right: 14px; }
  .whatsapp-button { font-size: .7rem; min-height: 44px; width: 46px; }
  .product-card { flex-basis: calc(100% - 8px); min-height: 300px; padding: 25px; }
  .product-card h3 { font-size: 1.7rem; }
  .product-audience { bottom: 25px; left: 28px; }
  .news-card { flex-basis: 86vw; }
  .news-list-grid { grid-template-columns: 1fr; }
  .news-highlight { align-items: start; display: grid; gap: 3px; }
  .hero-proof { gap: 10px 14px; }
  .hero-proof span { font-size: .63rem; }
  .editorial { height: 540px; }
  .editorial img { object-position: 68% center; }
  .editorial-copy { left: 20px; top: auto; bottom: 28px; transform: none; width: min(92%, 510px); }
  .editorial-copy h2 { font-size: 2.4rem; }
  .steps { display: grid; gap: 25px; grid-template-columns: 1fr; }
  .steps::before { bottom: 0; height: auto; left: 9px; right: auto; top: 0; width: 1px; }
  .step { padding-left: 36px; padding-right: 0; }
  .step-dot { left: 0; margin: 8px 0 10px; position: absolute; top: 9px; transform: translateX(-1px); }
  .step-number { display: block; margin-bottom: 7px; }
  .step h3 { margin-bottom: 8px; }
  .wearable-image { height: 330px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 8px; }
}
