/* =============================================================
   Nidoo — Landing page styles
   ============================================================= */

/* ─── Phosphor weight defenses ─── */
i.ph-light, i.ph-light::before { font-family: 'Phosphor-Light' !important; }
i.ph-fill,  i.ph-fill::before  { font-family: 'Phosphor-Fill' !important; }
i.ph-bold,  i.ph-bold::before  { font-family: 'Phosphor-Bold' !important; }

/* ─── Layout primitives ─── */
html, body { margin: 0; padding: 0; background: #FBF7F0; }
body {
  font-family: 'Manrope', sans-serif;
  color: #2E1F18;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ─── Container & section rhythm ─── */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 700px) { .wrap { padding: 0 20px; } }

section { padding: 96px 0; }
@media (max-width: 900px) { section { padding: 64px 0; } }

/* ─── Type defaults ─── */
h1, h2, h3 { font-family: 'Newsreader', serif; font-weight: 400; letter-spacing: -0.02em; line-height: 1.08; margin: 0; overflow-wrap: break-word; hyphens: auto; }
h1 { font-size: 76px; }
h2 { font-size: 56px; line-height: 1.05; }
h3 { font-size: 32px; line-height: 1.15; }
@media (max-width: 700px) {
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  h3 { font-size: 24px; }
}
@media (max-width: 400px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
}
em { font-style: italic; }
p  { font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.6; color: #5C4A40; margin: 0; }

.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #C77B5C;
}

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; border-radius: 10px;
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 600;
  cursor: pointer; border: none; white-space: nowrap;
  transition: transform 160ms cubic-bezier(0.22,1,0.36,1), background-color 160ms cubic-bezier(0.22,1,0.36,1);
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: #C77B5C; color: #fff; box-shadow: 0 1px 2px rgba(46,31,24,0.08); }
.btn-primary:hover { background: #B36A4C; }
.btn-secondary { background: #F4EFE6; color: #2E1F18; border: 1px solid rgba(46,31,24,0.08); }
.btn-secondary:hover { background: #ECE4D6; }
.btn-ghost { background: transparent; color: #2E1F18; }
.btn-ghost:hover { background: rgba(46,31,24,0.04); }
.btn-lg { padding: 16px 28px; font-size: 15px; }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-icon { width: 40px; height: 40px; padding: 0; border-radius: 999px; }

/* ─── Nav ─── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,240,0.85);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid rgba(46,31,24,0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}
.nav-logo { display: inline-flex; align-items: center; gap: 0; height: 32px; }
.nav-logo img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a.lnk {
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 500;
  color: #5C4A40;
}
.nav-links a.lnk:hover { color: #2E1F18; }
@media (max-width: 700px) {
  .nav-links .hide-sm { display: none; }
}

.lang-toggle {
  display: inline-flex; padding: 3px; background: #F4EFE6; border-radius: 999px;
  border: 1px solid rgba(46,31,24,0.06);
}
.lang-toggle button {
  background: transparent; border: none; cursor: pointer; padding: 5px 11px;
  border-radius: 999px;
  font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700;
  color: #5C4A40; letter-spacing: 0.06em;
  transition: background-color 220ms cubic-bezier(0.22,1,0.36,1), color 220ms cubic-bezier(0.22,1,0.36,1);
}
.lang-toggle button.active { background: #2E1F18; color: #FBF7F0; }

/* ─── Hero ─── */
.hero {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding-top: 48px; }
}
.hero h1 em { color: #2E1F18; }
.hero-sub { margin-top: 24px; max-width: 520px; font-size: 18px; line-height: 1.55; }
@media (max-width: 700px) { .hero-sub { font-size: 16px; } }
.hero-ctas { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }

.hero-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 360px;
}

/* Decorative polaroids in the hero */
.pol {
  position: absolute;
  background: #fff;
  padding: 12px 12px 38px;
  box-shadow: 0 6px 18px rgba(46,31,24,0.14), 0 2px 4px rgba(46,31,24,0.08);
}
.pol .ph-img {
  aspect-ratio: 1; border-radius: 1px;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2), transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(46,31,24,0.15), transparent 60%),
    linear-gradient(135deg, var(--c1) 0%, var(--c2) 55%, var(--c3) 100%);
}
.pol .cap {
  position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;
  font-family: 'Caveat', cursive; font-size: 20px; color: #5C4A40;
}
.pol-a { left: 5%;  top: 8%;  width: 38%; transform: rotate(-6deg); --c1: #E8C2B0; --c2: #D9A55C; --c3: #87A088; }
.pol-b { right: 8%; top: 18%; width: 36%; transform: rotate(4deg);  --c1: #C5D3C6; --c2: #87A088; --c3: #6E8870; }
.pol-c { left: 22%; bottom: 6%; width: 42%; transform: rotate(-1deg); z-index: 2; --c1: #F6E5DD; --c2: #E8C2B0; --c3: #C77B5C; }

/* ─── Trust strip ─── */
.trust {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid rgba(46,31,24,0.08);
  font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600;
  color: #8C7B6F; letter-spacing: 0.06em;
}
.trust strong { color: #2E1F18; font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; font-weight: 500; letter-spacing: 0; display: block; margin-bottom: 2px; }
.trust-cell { line-height: 1.3; }

/* ─── Sections ─── */
.alt { background: #F4EFE6; }
.center { text-align: center; max-width: 720px; margin: 0 auto; }
.center p { margin: 18px auto 0; max-width: 560px; }
.center .eyebrow { display: block; margin-bottom: 16px; }

/* ─── How it works ─── */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; gap: 20px; } }
.step {
  background: #fff; padding: 32px 28px;
  border-radius: 16px; border: 1px solid rgba(46,31,24,0.08);
  box-shadow: 0 1px 2px rgba(46,31,24,0.06);
}
.step .num {
  font-family: 'Newsreader', serif; font-style: italic; font-weight: 500;
  font-size: 56px; line-height: 1; color: #C77B5C; margin-bottom: 16px;
}
.step h3 { margin-bottom: 10px; }
.step p { font-size: 15px; }

/* ─── Features grid ─── */
.features {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 56px;
}
@media (max-width: 800px) { .features { grid-template-columns: 1fr; } }
.feat {
  background: #FBF7F0; padding: 28px 26px;
  border-radius: 16px; border: 1px solid rgba(46,31,24,0.08);
  display: flex; gap: 18px;
}
.feat .icon-tile {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
}
.feat h3 { font-size: 22px; margin-bottom: 6px; }
.feat p { font-size: 14px; }

/* ─── Privacy strip ─── */
.privacy-strip {
  background: linear-gradient(135deg, #E5ECE5 0%, #C5D3C6 100%);
  padding: 80px 0;
}
.privacy-strip .wrap {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center;
}
@media (max-width: 800px) { .privacy-strip .wrap { grid-template-columns: 1fr; gap: 24px; } }
.privacy-strip h2 em { color: #6E8870; }
.privacy-strip .icon-big {
  width: 80px; height: 80px; border-radius: 22px;
  background: #fff; box-shadow: 0 4px 12px rgba(46,31,24,0.08);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.promises { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
.promise { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: #2E1F18; }
.promise i { color: #6E8870; margin-top: 3px; flex-shrink: 0; }

/* ─── Testimonial ─── */
.testimonial {
  max-width: 820px; margin: 0 auto; text-align: center; padding: 0 12px;
}
.testimonial blockquote {
  font-family: 'Newsreader', serif; font-style: italic; font-weight: 400;
  font-size: 36px; line-height: 1.25; letter-spacing: -0.01em;
  color: #2E1F18; margin: 0 0 28px;
}
@media (max-width: 700px) { .testimonial blockquote { font-size: 24px; } }
.testimonial .who { font-family: 'Manrope', sans-serif; font-size: 13px; color: #5C4A40; font-weight: 600; }
.testimonial .who small { color: #8C7B6F; font-weight: 500; }
.testimonial .who .av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #C77B5C, #D9A55C); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; vertical-align: middle;
  font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; margin-right: 10px;
}

/* ─── CTA band ─── */
.cta-band {
  background: #2E1F18; color: #FBF7F0;
  padding: 96px 0;
}
@media (max-width: 700px) { .cta-band { padding: 64px 0; } }
.cta-band h2 { color: #FBF7F0; }
.cta-band p { color: rgba(251,247,240,0.7); margin-top: 18px; }
.cta-band .btn-primary { background: #C77B5C; color: #fff; }
.cta-band .btn-secondary { background: rgba(255,255,255,0.1); color: #FBF7F0; border: 1px solid rgba(255,255,255,0.15); }
.cta-band .btn-secondary:hover { background: rgba(255,255,255,0.15); }
.cta-row { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.cta-share-toast {
  display: inline-flex; align-items: center; gap: 8px;
  background: #87A088; color: #fff;
  padding: 8px 14px; border-radius: 999px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600;
  opacity: 0; transform: translateY(8px);
  transition: all 220ms cubic-bezier(0.22,1,0.36,1);
  pointer-events: none;
  margin-left: 8px;
}
.cta-share-toast.on { opacity: 1; transform: translateY(0); }

/* ─── Footer ─── */
footer {
  padding: 56px 0 40px;
  background: #FBF7F0;
  border-top: 1px solid rgba(46,31,24,0.08);
}
.ft-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 800px) { .ft-grid { grid-template-columns: 1fr 1fr; } }
.ft-grid h4 {
  font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: #8C7B6F;
  margin: 0 0 14px;
}
.ft-grid a {
  display: block; font-family: 'Manrope', sans-serif; font-size: 14px;
  color: #5C4A40; padding: 4px 0;
}
.ft-grid a:hover { color: #C77B5C; }
.ft-tagline {
  font-family: 'Newsreader', serif; font-style: italic; font-size: 18px;
  color: #5C4A40; margin: 14px 0 18px; max-width: 280px; line-height: 1.4;
}
.ft-socials { display: flex; gap: 10px; margin-top: 12px; }
.ft-socials a {
  width: 36px; height: 36px; border-radius: 50%;
  background: #F4EFE6;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color 220ms cubic-bezier(0.22,1,0.36,1);
  padding: 0;
}
.ft-socials a:hover { background: #ECE4D6; }
.ft-bottom {
  margin-top: 48px; padding-top: 24px;
  border-top: 1px solid rgba(46,31,24,0.06);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-family: 'Manrope', sans-serif; font-size: 12px; color: #8C7B6F;
}

/* ─── PWA install banner ─── */
.pwa-banner {
  position: fixed;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: 16px;
  right: 16px;
  z-index: 100;
  background: #fff;
  border-radius: 18px;
  padding: 14px 14px 14px 16px;
  box-shadow: 0 16px 40px rgba(46,31,24,0.18), 0 4px 12px rgba(46,31,24,0.08);
  border: 1px solid rgba(46,31,24,0.06);
  display: flex; align-items: center; gap: 12px;
  transform: translateY(calc(100% + 48px));
  transition: transform 380ms cubic-bezier(0.22,1,0.36,1);
}
.pwa-banner.show { transform: translateY(0); }
.pwa-banner .logo {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 1px 3px rgba(46,31,24,0.1);
  background: #FBF7F0;
  display: flex; align-items: center; justify-content: center;
}
.pwa-banner .logo img { width: 70%; height: 70%; display: block; object-fit: contain; }
.pwa-banner .body { flex: 1; min-width: 0; }
.pwa-banner .ttl { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; color: #2E1F18; line-height: 1.2; }
.pwa-banner .sub { font-family: 'Manrope', sans-serif; font-size: 11px; color: #8C7B6F; margin-top: 2px; }
.pwa-banner .install {
  background: #C77B5C; color: #fff; border: none; cursor: pointer;
  padding: 9px 14px; border-radius: 999px;
  font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700;
  flex-shrink: 0; white-space: nowrap;
}
.pwa-banner .install:hover { background: #B36A4C; }
.pwa-banner .close {
  width: 28px; height: 28px; border-radius: 50%;
  background: #F4EFE6; border: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* On desktop the banner is hidden — only mobile/tablet sees it */
@media (min-width: 1025px) {
  .pwa-banner:not(.force-show) { display: none; }
}

/* ─── Share dropdown ─── */
.share-pop {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: #fff; border-radius: 14px;
  box-shadow: 0 12px 28px rgba(46,31,24,0.12);
  border: 1px solid rgba(46,31,24,0.06);
  padding: 8px; min-width: 220px;
  opacity: 0; transform: translateY(-6px) scale(0.97);
  pointer-events: none;
  transition: all 220ms cubic-bezier(0.22,1,0.36,1);
  z-index: 60;
}
.share-pop.on { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.share-pop .item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 10px; cursor: pointer;
  background: transparent; border: none; width: 100%; text-align: left;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; color: #2E1F18;
}
.share-pop .item:hover { background: #F4EFE6; }
.share-pop .item i { color: #C77B5C; }

.share-wrap { position: relative; display: inline-block; }

/* ─── Hamburger button (mobile nav trigger) ─── */
.nav-burger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  color: #2E1F18;
  flex-shrink: 0;
}
.nav-burger:hover { background: #F4EFE6; }
.nav-burger .bar {
  display: block;
  width: 22px; height: 2px;
  background: #2E1F18;
  border-radius: 1px;
  transition: transform 280ms ease, opacity 280ms ease;
  transform-origin: center;
}
.nav-burger .bar + .bar { margin-top: 5px; }

/* Burger → X animation */
.nav-burger.open .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── Mobile drawer ─── */
.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  background: rgba(251, 247, 240, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: calc(20px + env(safe-area-inset-top)) 28px calc(32px + env(safe-area-inset-bottom));
  transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}
.nav-drawer.open { transform: translateX(0); }

.nav-drawer .drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav-drawer .close-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: #F4EFE6; border: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  color: #2E1F18;
}
.nav-drawer .close-btn:hover { background: #ECE4D6; }

.nav-drawer .drawer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.nav-drawer .drawer-link {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #2E1F18;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(46, 31, 24, 0.08);
  display: block;
}
.nav-drawer .drawer-link:last-child { border-bottom: none; }
.nav-drawer .drawer-link:active { color: #C77B5C; }

.nav-drawer .drawer-footer {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-drawer .drawer-cta {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.nav-drawer .drawer-cta.primary { background: #C77B5C; color: #fff; }
.nav-drawer .drawer-cta.secondary { background: #F4EFE6; color: #2E1F18; }

.nav-drawer .drawer-lang {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.nav-drawer .drawer-lang button {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1.5px solid rgba(46, 31, 24, 0.12);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #5C4A40;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
}
.nav-drawer .drawer-lang button.active {
  background: #2E1F18;
  color: #FBF7F0;
  border-color: #2E1F18;
}

/* Show burger, hide drawer links at small widths */
@media (max-width: 700px) {
  .nav-burger { display: flex; flex-direction: column; justify-content: center; }
  /* Hide the "Abrir la app" button in nav on very small screens — it's in the drawer */
  .nav-links .btn.btn-primary { display: none; }
}

/* Hero CTAs full-width on small mobile */
@media (max-width: 500px) {
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn,
  .hero-ctas .share-wrap { width: 100%; }
  .hero-ctas .share-wrap button { width: 100%; justify-content: center; }
}

/* ─── hide-md: nav links hide at tablet breakpoint ─── */
@media (max-width: 880px) {
  .nav-links .hide-md { display: none !important; }
  .nav-burger { display: flex; flex-direction: column; justify-content: center; }
}

/* ─── Nav drawer: arrow icons + tagline ─── */
.nav-drawer .drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-drawer .drawer-link i { color: #C77B5C; font-size: 18px; flex-shrink: 0; }
.nav-drawer .drawer-tag {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: #8C7B6F;
  line-height: 1.5;
  max-width: 280px;
  margin-top: 4px;
}

/* ─── PROBLEM hero (dark) ─── */
.problem {
  background: #2E1F18;
  color: #FBF7F0;
  padding: 84px 0 92px;
  position: relative;
  overflow: hidden;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .problem-grid { grid-template-columns: 1fr; gap: 44px; } }
.problem-eyebrow { color: #D9A55C; }
.problem h1 { color: #FBF7F0; font-size: 66px; margin-top: 18px; }
.problem h1 em { color: #E8A07F; }
@media (max-width: 700px) { .problem h1 { font-size: 40px; } }
.problem-sub {
  color: rgba(251,247,240,0.78);
  font-size: 18px; line-height: 1.55;
  margin-top: 22px; max-width: 520px;
}
@media (max-width: 700px) { .problem-sub { font-size: 16px; } }
.risk-list { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 12px; }
.risk-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: 'Manrope', sans-serif; font-size: 15px;
  color: rgba(251,247,240,0.9); line-height: 1.45;
}
.risk-list li i { color: #E8A07F; font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.problem-jump {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 32px;
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: 21px; color: #E8C2B0;
}
.problem-jump:hover { color: #F6E5DD; }
.problem-jump i { font-size: 17px; }
@media (max-width: 700px) { .problem { padding: 56px 0 64px; } }

/* ─── Exposure visual (problem) ─── */
.exposure-stage { position: relative; aspect-ratio: 1 / 1; min-height: 340px; }
.exposed-pol {
  position: absolute; left: 50%; top: 50%; width: 56%;
  transform: translate(-50%, -50%) rotate(-3deg); z-index: 3;
  background: #fff; padding: 12px 12px 38px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.42);
}
.exposed-pol .ph-img {
  aspect-ratio: 1; border-radius: 1px;
  background-image:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2), transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(46,31,24,0.15), transparent 60%),
    linear-gradient(135deg, #E8C2B0 0%, #D9A55C 55%, #87A088 100%);
  filter: saturate(0.82);
}
.exposed-pol .cap {
  position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;
  font-family: 'Caveat', cursive; font-size: 20px; color: #5C4A40;
}
.exposed-seal {
  position: absolute; top: -14px; right: -14px;
  width: 52px; height: 52px; border-radius: 50%;
  background: #8B3A3A; color: #FBF7F0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #2E1F18;
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
  transform: rotate(8deg);
}
.exposed-seal i { font-size: 24px; }
.repost {
  position: absolute; left: 50%; top: 50%; width: 56%; aspect-ratio: 0.84;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 2px;
}
.repost-1 { transform: translate(-44%, -55%) rotate(-10deg); }
.repost-2 { transform: translate(-58%, -45%) rotate(7deg); }
.threat {
  position: absolute; z-index: 5;
  display: inline-flex; align-items: center; gap: 7px;
  background: #FBF7F0; color: #2E1F18;
  border-radius: 999px; padding: 7px 12px;
  font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.32);
  white-space: nowrap;
}
.threat i { color: #8B3A3A; font-size: 15px; }
.threat-eye  { top: 4%; left: -3%; }
.threat-dl   { top: 30%; right: -5%; }
.threat-shot { bottom: 22%; left: -5%; }
.threat-scan { bottom: 2%; right: 0%; }
@media (max-width: 700px) {
  .exposure-stage { aspect-ratio: 4 / 3.6; max-height: 360px; }
  .threat { font-size: 11px; padding: 6px 10px; }
  .threat-eye { left: 0; } .threat-dl { right: 0; }
  .threat-shot { left: 0; } .threat-scan { right: 0; }
}

/* ─── Polaroid seal stamps (solution visual) ─── */
.pol .seal {
  position: absolute; top: -10px; right: -10px;
  width: 44px; height: 44px; border-radius: 50%;
  background: #2E1F18; color: #FBF7F0;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(46,31,24,0.22);
  transform: rotate(8deg);
  border: 2px solid #FBF7F0;
}
.pol .seal i { font-size: 20px; }
.pol-a .seal { background: #6E8870; transform: rotate(-12deg); }
.pol-b .seal { background: #2E1F18; transform: rotate(10deg); }
.pol-c .seal { background: #C77B5C; transform: rotate(-6deg); top: -14px; right: -14px; width: 52px; height: 52px; }
.pol-c .seal i { font-size: 24px; }

/* ─── Access chip ─── */
.access-chip {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  background: #FBF7F0;
  border: 1px solid rgba(46,31,24,0.12);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(46,31,24,0.18);
  z-index: 5;
  display: flex; flex-direction: column; gap: 8px;
  width: 220px;
  font-family: 'Manrope', sans-serif;
}
.access-chip-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #6E8870;
}
.access-chip-head .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #6E8870;
  box-shadow: 0 0 0 3px rgba(110,136,112,0.18);
  flex-shrink: 0;
}
.access-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: #2E1F18;
}
.access-row .who { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.access-row .who .av {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Newsreader', serif; font-style: italic;
  color: #FBF7F0; font-size: 12px; font-weight: 500;
  flex-shrink: 0;
}
.access-row .state {
  font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700; color: #5C4A40;
}
.access-row.revoked .who { color: #8C7B6F; text-decoration: line-through; }
.access-row.revoked .state { color: #8B3A3A; }

/* ─── SOLUTION section ─── */
.solution-grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: 56px; align-items: center;
}
@media (max-width: 900px) {
  .solution-grid { grid-template-columns: 1fr; gap: 40px; }
  .solution-visual { order: 2; }
}
.solution h2 em { color: #6E8870; }
.solution-visual .hero-stage { aspect-ratio: 1 / 1; min-height: 320px; }
@media (max-width: 700px) {
  .solution-visual .hero-stage { aspect-ratio: 4 / 3.4; min-height: 0; max-height: 360px; }
}

/* ─── DOWNLOAD section ─── */
.dl-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: center; margin-top: 32px;
}
.dl-note {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600;
  color: #6E8870;
}
.dl-note i { font-size: 16px; }
@media (max-width: 600px) {
  .dl-ctas { flex-direction: column; align-items: stretch; }
  .dl-ctas .btn { width: 100%; }
  .dl-ctas .share-wrap { width: 100%; }
  .dl-ctas .share-wrap button { width: 100%; }
  .dl-ctas .share-pop { left: 0; right: auto; }
}
