/* PrivateSync Automations — shared marketing styles
   Theme: black, locked. Accent: baby blue (#7dd3fc).
   No em-dashes anywhere in content. One radius scale (12px cards, full pills). */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600&display=swap');

:root {
  --bg: #0a0c0b;
  --bg-2: #0e1210;
  --surface: #121613;
  --surface-2: #161b17;
  --line: #232a25;
  --line-2: #2e3730;
  --text: #e9ede9;
  --text-muted: #9aa39c;
  --text-dim: #6f7872;
  --accent: #7dd3fc;
  --accent-strong: #38bdf8;
  --accent-deep: #0ea5e9;
  --accent-tint: rgba(125, 211, 252, 0.12);
  --danger: #e87a6a;
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1180px;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'Inter Tight', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,12,11,0.72);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand .mark { width: 26px; height: 26px; flex: none; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--text-muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: inline-flex; }
.btn.nav-cta { padding: 9px 16px; font-size: 13.5px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); cursor: pointer; padding: 6px; margin-left: 4px; align-items: center; }
@media (max-width: 860px) {
  .nav-inner { gap: 10px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-links {
    position: fixed; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10,12,11,0.98); backdrop-filter: blur(16px) saturate(140%);
    border-bottom: 1px solid var(--line);
    padding: 4px 24px 16px;
    transform: translateY(-14px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
    z-index: 49;
  }
  .nav.open .nav-links { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-links a { padding: 15px 2px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .btn.nav-cta { padding: 8px 14px; font-size: 12.5px; }
}
@media (max-width: 400px) {
  .brand { font-size: 16px; }
  .btn.nav-cta { padding: 7px 11px; font-size: 11.5px; }
}
.menu-cta { display: none; }
@media (max-width: 860px) {
  .nav-links .menu-cta {
    display: block; text-align: center;
    margin-top: 14px; padding: 15px; border-bottom: 0;
    background: var(--accent-strong); color: #04121d;
    font-family: var(--font-display); font-weight: 600; font-size: 15px;
    border-radius: 999px;
  }
  .nav-links .menu-cta:hover { background: var(--accent); color: #04121d; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--accent-strong); color: #04121d; }
.btn-primary:hover { background: var(--accent); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { padding: 16px 28px; font-size: 16px; }

/* ---------- Generic section ---------- */
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.eyebrow { font-family: var(--font-display); font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.h-xl { font-size: clamp(2.4rem, 6vw, 4.2rem); }
.h-lg { font-size: clamp(2rem, 4.4vw, 3.1rem); }
.h-md { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.lead { color: var(--text-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 60ch; }
.muted { color: var(--text-muted); }
.center { text-align: center; }
.maxw-prose { max-width: 64ch; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: calc(100dvh - 68px); display: flex; align-items: center; padding: 64px 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; width: 100%; }
.hero h1 { font-size: clamp(2.7rem, 6.4vw, 4.6rem); }
.hero .lead { margin-top: 22px; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-assure { margin-top: 26px; display: flex; gap: 22px; flex-wrap: wrap; color: var(--text-dim); font-size: 14px; }
.hero-assure span { display: inline-flex; align-items: center; gap: 7px; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius); border: 1px solid var(--line-2); aspect-ratio: 4/5; object-fit: cover; }
.hero-chip {
  position: absolute; left: -18px; bottom: 28px;
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius-sm);
  padding: 14px 18px; box-shadow: 0 20px 50px rgba(0,0,0,.45);
}
.hero-chip .k { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--accent); }
.hero-chip .l { font-size: 12.5px; color: var(--text-muted); }
.glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, var(--accent-tint), transparent 70%); top: -120px; right: -80px; pointer-events: none; filter: blur(8px); }
@media (max-width: 860px) {
  .hero { min-height: auto; padding: 48px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; }
  .hero-visual img { aspect-ratio: 16/11; }
}

/* ---------- Pillars / value ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pillar { background: var(--surface); padding: 34px 30px; }
.pillar .ic { color: var(--accent); margin-bottom: 16px; }
.pillar h3 { font-size: 1.2rem; margin-bottom: 10px; }
.pillar p { color: var(--text-muted); font-size: 15.5px; }
@media (max-width: 860px) { .pillars { grid-template-columns: 1fr; } }

/* ---------- Bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento .cell { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; }
.cell h3 { font-size: 1.25rem; margin-bottom: 10px; }
.cell p { color: var(--text-muted); font-size: 15px; }
.cell.span-3 { grid-column: span 3; }
.cell.span-2 { grid-column: span 2; }
.cell.span-4 { grid-column: span 4; }
.cell.tall { min-height: 280px; }
.cell.img { padding: 0; }
.cell.img img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.cell.accent { background: linear-gradient(150deg, rgba(56,189,248,.16), rgba(56,189,248,.03)); border-color: var(--line-2); }
@media (max-width: 860px) { .bento { grid-template-columns: 1fr; } .bento .cell { grid-column: 1 / -1 !important; } }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: s; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.step .num { font-family: var(--font-display); font-weight: 700; color: var(--accent); font-size: 1.1rem; margin-bottom: 14px; }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--text-muted); font-size: 14.5px; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Compare table ---------- */
.cmp { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cmp th, .cmp td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15.5px; vertical-align: middle; }
.cmp thead th { background: var(--surface-2); font-family: var(--font-display); font-size: 14px; letter-spacing: .01em; }
.cmp thead th.us { color: var(--accent); }
.cmp tbody td:first-child { color: var(--text); font-weight: 500; }
.cmp td.us { background: rgba(56,189,248,.06); color: var(--text); font-weight: 500; }
.cmp td.them { color: var(--text-muted); }
.cmp tr:last-child td { border-bottom: 0; }
.yes { color: var(--accent); font-weight: 600; }
.no { color: var(--danger); }
.cmp-scroll { overflow-x: auto; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(150deg, var(--surface-2), var(--bg-2)); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 56px; text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; }
.cta-band .btn { margin-top: 28px; }

/* ---------- Quote ---------- */
.quote { border-left: 2px solid var(--accent); padding-left: 26px; }
.quote p { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 500; line-height: 1.3; letter-spacing: -0.01em; }
.quote .who { margin-top: 18px; color: var(--text-muted); font-size: 15px; }
.quote .who b { color: var(--text); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: '\2212'; }
.faq p { color: var(--text-muted); margin-top: 14px; max-width: 70ch; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; background: var(--bg-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h4 { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--text-dim); margin-bottom: 16px; }
.footer a { display: block; color: var(--text-muted); font-size: 14.5px; padding: 5px 0; transition: color .2s; }
.footer a:hover { color: var(--accent); }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--text-dim); font-size: 13.5px; }
.footer .tag { color: var(--text-muted); max-width: 38ch; font-size: 14.5px; margin-top: 12px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Misc layout ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius); border: 1px solid var(--line-2); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 32px; } }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.pill { border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 16px; font-size: 14px; color: var(--text-muted); }
.section-head { max-width: 62ch; margin-bottom: 48px; }
.breadcrumb { color: var(--text-dim); font-size: 14px; padding-top: 28px; }
.breadcrumb a:hover { color: var(--accent); }

/* ---------- Active nav + hover underline ---------- */
.nav-links a { position: relative; }
.nav-links a.active { color: var(--text); }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; border-radius: 2px; width: 0; background: var(--accent); transition: width .25s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* ---------- Scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); transform-origin: 0 50%; transform: scaleX(0); z-index: 95; }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    .scroll-progress { animation: ps-progress linear both; animation-timeline: scroll(root block); }
  }
}
@keyframes ps-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ---------- Back to top ---------- */
.to-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--text); display: grid; place-items: center; cursor: pointer; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease, border-color .2s ease, color .2s ease; z-index: 80; }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { border-color: var(--accent); color: var(--accent); }

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9999; opacity: 0; will-change: transform; }
.cursor-dot { width: 7px; height: 7px; background: var(--accent); }
.cursor-ring { width: 34px; height: 34px; border: 1.5px solid var(--accent-strong); transition: width .2s ease, height .2s ease, background .2s ease, border-color .2s ease; }
body.cursor-on .cursor-dot, body.cursor-on .cursor-ring { opacity: 1; }
.cursor-ring.hover { width: 54px; height: 54px; background: var(--accent-tint); border-color: var(--accent); }
.cursor-ring.down { width: 26px; height: 26px; }
body.has-cursor, body.has-cursor a, body.has-cursor button, body.has-cursor summary, body.has-cursor .prod-card, body.has-cursor label { cursor: none; }
body.has-cursor input, body.has-cursor textarea, body.has-cursor select { cursor: text; }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Credibility stats strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; gap: 1px; }
.stat { background: var(--surface); padding: 30px 28px; }
.stat .n { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--accent); letter-spacing: -0.01em; }
.stat .l { color: var(--text-muted); font-size: 14.5px; margin-top: 6px; }
@media (max-width: 760px) { .stats { grid-template-columns: 1fr 1fr; } }

/* ---------- Founders / team ---------- */
.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 780px; }
@media (max-width: 640px) { .founders { grid-template-columns: 1fr; } }
.founder { display: flex; align-items: center; gap: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; }
.founder .avatar { width: 58px; height: 58px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: #04121d; background: linear-gradient(150deg, var(--accent), var(--accent-deep)); }
.founder .f-name { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--text); }
.founder .f-role { color: var(--accent); font-size: 14px; font-weight: 500; margin-top: 2px; }

/* ---------- Old way vs PrivateSync way ---------- */
.oldnew { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 760px) { .oldnew { grid-template-columns: 1fr; } }
.way { border-radius: var(--radius); padding: 30px 28px; border: 1px solid var(--line); }
.way h3 { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 20px; }
.way ul { list-style: none; display: grid; gap: 14px; }
.way li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.4; }
.way .ic { flex: none; margin-top: 1px; }
.way-old { background: var(--bg-2); }
.way-old h3 { color: var(--text-muted); }
.way-old li { color: var(--text-dim); }
.way-old .ic { color: var(--danger); }
.way-new { background: linear-gradient(155deg, rgba(56,189,248,.12), rgba(56,189,248,.02)); border-color: var(--line-2); }
.way-new h3 { color: var(--text); }
.way-new li { color: var(--text); }
.way-new .ic { color: var(--accent); }

/* ============================================================
   MOTION LAYER — lots of moving parts (gated to reduced-motion)
   ============================================================ */

/* card + interactive hover lifts (work with reduced motion via transition off) */
.step, .pillar, .cell, .stat { transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.step:hover, .cell:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.pillar:hover, .stat:hover { background: var(--surface-2); }

/* button shine */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after { content: ''; position: absolute; top: 0; left: -120%; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-18deg); pointer-events: none; }

/* marquee band */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); padding: 18px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; width: max-content; }
.marquee-track span { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .02em; color: var(--text-muted); display: inline-flex; align-items: center; padding: 0 30px; }
.marquee-track span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-right: 30px; }

/* particles container */
.particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.particles span { position: absolute; bottom: -12px; border-radius: 50%; background: var(--accent); opacity: 0; }
.hero > .wrap { position: relative; z-index: 1; }

@media (prefers-reduced-motion: no-preference) {
  /* hero staggered entrance */
  .hero-grid .reveal.in > .eyebrow,
  .hero-grid .reveal.in > h1,
  .hero-grid .reveal.in > .lead,
  .hero-grid .reveal.in > .hero-cta,
  .hero-grid .reveal.in > .hero-assure { opacity: 0; animation: riseIn .8s cubic-bezier(.16,1,.3,1) forwards; }
  .hero-grid .reveal.in > .eyebrow { animation-delay: .05s; }
  .hero-grid .reveal.in > h1 { animation-delay: .15s; }
  .hero-grid .reveal.in > .lead { animation-delay: .30s; }
  .hero-grid .reveal.in > .hero-cta { animation-delay: .42s; }
  .hero-grid .reveal.in > .hero-assure { animation-delay: .54s; }
  @keyframes riseIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

  /* drifting hero glow */
  .glow { animation: drift 16s ease-in-out infinite; }
  @keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(36px,28px) scale(1.12); } 66% { transform: translate(-28px,18px) scale(.95); } }

  /* hero visual gentle float */
  .hero-visual { animation: floaty 7s ease-in-out infinite; }
  @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

  /* hero chip pulse */
  .hero-chip { animation: chipPulse 3.2s ease-in-out infinite; }
  @keyframes chipPulse { 0%,100% { box-shadow: 0 20px 50px rgba(0,0,0,.45); } 50% { box-shadow: 0 18px 60px rgba(125,211,252,.22); } }

  /* marquee scroll */
  .marquee-track { animation: marq 28s linear infinite; }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  @keyframes marq { to { transform: translateX(-50%); } }

  /* particles float up */
  .particles span { animation: floatUp linear infinite; }
  @keyframes floatUp { 0% { transform: translateY(0) scale(.5); opacity: 0; } 12% { opacity: .5; } 88% { opacity: .35; } 100% { transform: translateY(-112vh) scale(1); opacity: 0; } }

  /* button shine on hover */
  .btn-primary:hover::after { animation: shine .85s ease; }
  @keyframes shine { to { left: 150%; } }

  /* animated gradient on accent surfaces */
  .cell.accent, .cta-band { background-size: 200% 200%; animation: gradMove 10s ease infinite; }
  @keyframes gradMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

  /* eyebrow accent dot pulse */
  .eyebrow::after { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-left: 10px; vertical-align: middle; animation: dotPulse 1.8s ease-in-out infinite; }
  @keyframes dotPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.6); } }
}
