/* Photojam landing — self-contained, no build step.
   Aesthetic: refined commercial studio · teal brand + warm coral · real product imagery. */
:root {
  --teal: #006D77;
  --teal-deep: #00343a;
  --teal-700: #00565e;
  --mint: #26D87C;
  --soft-teal: #83C5BE;
  --coral: #FF6A3D;
  --coral-dark: #ed5526;
  --ink: #122a2c;
  --muted: #51696b;
  --paper: #ffffff;
  --sand: #eef6f4;
  --sand-2: #e3efed;
  --line: #dcebe9;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 6px 18px rgba(0,52,58,.08);
  --shadow: 0 18px 44px rgba(0,52,58,.14);
  --shadow-lg: 0 36px 80px rgba(0,52,58,.22);
  --maxw: 1200px;
  --display: "Unbounded", "Manrope", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper);
  line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* Grain overlay for atmosphere */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Typography */
h1, h2, h3 { font-family: var(--display); line-height: 1.08; margin: 0; letter-spacing: -0.02em; font-weight: 700; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--teal); }
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--body);
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal);
}
.kicker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.kicker--light { color: #bfeef0; }

.section-head { margin: 0 0 26px; }
.section-head.center { text-align: center; max-width: 660px; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 40px); margin-top: 10px; }
.section-sub { color: var(--muted); margin-top: 12px; font-size: 16px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--body); font-weight: 700; font-size: 15px; line-height: 1;
  padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .14s ease, background .16s ease, box-shadow .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-accent { background: var(--coral); color: #fff; box-shadow: 0 10px 24px rgba(255,106,61,.32); }
.btn-accent:hover { background: var(--coral-dark); box-shadow: 0 14px 30px rgba(255,106,61,.4); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--teal); border-color: var(--line); }
.btn-ghost:hover { background: var(--sand); }
.btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-line:hover { background: rgba(255,255,255,.12); }
.btn-lg { padding: 16px 30px; font-size: 16px; }

/* Motion — orchestrated hero entrance on load (bulletproof: content is always
   visible by default; the animation only plays when JS marks <html>.reveal-on,
   and never leaves anything hidden). Below-the-fold content is static. */
@keyframes pjFadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.reveal-on .hero-copy { animation: pjFadeUp .8s cubic-bezier(.2,.7,.2,1) both; }
.reveal-on .hero-visual { animation: pjFadeUp .9s cubic-bezier(.2,.7,.2,1) .12s both; }
@media (prefers-reduced-motion: reduce) {
  .reveal-on .hero-copy, .reveal-on .hero-visual { animation: none; }
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82);
  backdrop-filter: saturate(1.5) blur(12px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 26px; height: 66px; }
.brand { display: flex; align-items: center; }
.brand img { height: 28px; width: auto; display: block; }
.brand-name { font-size: 19px; font-family: var(--display); letter-spacing: -.02em; }
.nav { display: flex; gap: 26px; margin-left: 6px; }
.nav a { color: var(--muted); font-weight: 600; font-size: 15px; position: relative; }
.nav a:hover { color: var(--ink); }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--coral); transition: width .2s ease; }
.nav a:hover::after { width: 100%; }
.header-cta { margin-left: auto; display: flex; gap: 10px; }

/* Hero */
.hero { position: relative; padding: 64px 0 52px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: -20% -10% auto -10%; height: 120%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 50% at 78% 18%, rgba(38,216,124,.16), transparent 60%),
    radial-gradient(45% 45% at 12% 30%, rgba(0,109,119,.14), transparent 60%),
    radial-gradient(40% 40% at 60% 90%, rgba(255,106,61,.10), transparent 60%);
  filter: blur(8px);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.hero-copy h1 { font-size: clamp(34px, 5vw, 60px); line-height: 1.12; margin: 16px 0 18px; }
.lede { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 540px; }
.hero-actions { display: flex; gap: 12px; margin: 28px 0 24px; flex-wrap: wrap; }
.hero-actions .btn-line { color: var(--teal); border-color: var(--line); }
.hero-actions .btn-line:hover { background: var(--sand); }
.hero-trust { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.hero-trust li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--teal-700); font-weight: 600; }
.hero-trust span { color: var(--coral); }

/* Hero visual: layered after + floating before */
.hero-visual { position: relative; }
.hero-after { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; aspect-ratio: 4/3; }
.hero-after img { width: 100%; height: 100%; object-fit: cover; }
.hero-after figcaption { position: absolute; right: 14px; bottom: 14px; background: rgba(0,52,58,.66); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.hero-before { margin: 0; position: absolute; left: -22px; bottom: -26px; width: 38%; max-width: 190px; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); background: #fff; border: 4px solid #fff; transform: rotate(-4deg); }
.hero-before img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: var(--sand); }
.hero-before figcaption { position: absolute; left: 8px; top: 8px; background: rgba(255,255,255,.92); color: var(--ink); font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }

/* Value strip */
.value { padding: 8px 0 12px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-item { background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.value-item strong { display: block; font-family: var(--display); font-size: 20px; color: var(--teal); letter-spacing: -.02em; }
.value-item span { font-size: 14px; color: var(--muted); }

/* Sections base */
.cases, .tool-section, .gallery, .free-tool, .how, .faq { padding: 56px 0; }
.flagship { padding: 40px 0 8px; }

/* Before / After slider */
.ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ba {
  position: relative; margin: 0; aspect-ratio: 4/3; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); --pos: 50%; background: var(--sand);
}
.ba-pane { position: absolute; inset: 0; }
.ba-pane img { width: 100%; height: 100%; object-fit: cover; }
.ba-before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba--animate .ba-before { transition: clip-path .55s cubic-bezier(.5,0,.2,1); }
.ba--animate .ba-handle { transition: left .55s cubic-bezier(.5,0,.2,1); }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 4; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: #fff; transform: translateX(-1px); box-shadow: 0 0 0 1px rgba(0,52,58,.15); pointer-events: none; z-index: 3; }
.ba-handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 40px; height: 40px; border-radius: 50%; box-shadow: var(--shadow-sm);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23006D77' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='10 8 6 12 10 16'/%3E%3Cpolyline points='14 8 18 12 14 16'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
}
.ba-label {
  position: absolute; top: 12px; z-index: 3; font-size: 12px; font-weight: 700; letter-spacing: .03em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 999px; pointer-events: none;
}
.ba-label--before { left: 12px; background: rgba(255,255,255,.92); color: var(--ink); }
.ba-label--after { right: 12px; background: var(--teal); color: #fff; }
.ba figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 34px 14px 12px; font-size: 13px; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(0,40,45,.86)); pointer-events: none; }

/* Flagship */
.flagship-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep)); color: #fff;
  border-radius: var(--radius-lg); padding: 44px; overflow: hidden; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease; position: relative;
}
.flagship-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 10%, rgba(38,216,124,.22), transparent 60%); pointer-events: none; }
.flagship-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.flagship-text { position: relative; z-index: 1; }
.flagship-text h2 { font-size: clamp(26px, 3vw, 40px); margin: 12px 0 14px; }
.flagship-text h2 em { color: #aef0c8; }
.flagship-text p { color: #d3ecee; max-width: 460px; }
.link-cta { display: inline-block; margin-top: 18px; font-weight: 700; color: inherit; }
.flagship-media { position: relative; z-index: 1; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.flagship-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Tool cards */
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 8px; }
.tool-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.tool-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.tool-cover { position: relative; aspect-ratio: 4/3; background: var(--sand); }
.tool-cover img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; top: 12px; left: 12px; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; color: #fff; background: var(--teal); }
.badge-brand { background: var(--teal); } .badge-green { background: #2f9e6f; } .badge-cyan { background: #1496a8; } .badge-yellow { background: #c98a12; } .badge-pink { background: #c4567e; }
.tool-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.tool-body h3 { font-size: 20px; margin-bottom: 8px; }
.tool-body p { color: var(--muted); font-size: 14.5px; margin: 0 0 12px; }
.when { font-size: 12.5px; color: var(--teal-700); background: var(--sand); padding: 6px 11px; border-radius: 8px; align-self: flex-start; }
.tool-body .link-cta { color: var(--teal); margin-top: auto; padding-top: 14px; }

/* Scenes gallery — horizontal scroll */
.gallery { background: var(--teal-deep); color: #fff; padding-bottom: 64px; }
.gallery .kicker { color: #bfeef0; }
.gallery .section-head h2 { color: #fff; } .gallery .section-head h2 em { color: var(--mint); }
.gallery .section-sub { color: #9fc7c9; }
.gallery-rail { position: relative; margin-top: 30px; }
.gallery-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: #fff center / 20px 20px no-repeat; box-shadow: var(--shadow);
  transition: transform .15s ease, opacity .15s ease; opacity: .96;
}
.gallery-nav:hover { transform: translateY(-50%) scale(1.08); }
.gallery-nav[disabled] { opacity: 0; pointer-events: none; }
.gallery-nav--prev { left: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23006D77' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 6 9 12 15 18'/%3E%3C/svg%3E"); }
.gallery-nav--next { right: 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23006D77' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E"); }
.gallery-track-wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-snap-type: x proximity; cursor: grab; }
.gallery-track-wrap.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.gallery-track-wrap.is-dragging img { pointer-events: none; }
.gallery-track-wrap::-webkit-scrollbar { display: none; }
.gallery-track { display: flex; align-items: flex-start; gap: 16px; padding: 0 max(22px, calc((100vw - var(--maxw)) / 2 + 22px)); width: max-content; }
.gallery-track figure { margin: 0; position: relative; width: 320px; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); flex: 0 0 auto; scroll-snap-align: start; }
.gallery-track img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.gallery-track figure:hover img { transform: scale(1.05); }
.gallery-track figcaption { position: absolute; left: 12px; bottom: 11px; font-size: 12.5px; font-weight: 600; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,.5); }

/* Free tool */
.free-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: var(--sand); border-radius: var(--radius-lg); padding: 44px; }
.free-copy h2 { font-size: clamp(24px, 2.8vw, 36px); margin: 10px 0 12px; }
.free-copy p { color: var(--muted); max-width: 420px; margin-bottom: 22px; }
.free-media img { border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }

/* How it works */
.steps { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; }
.steps .num { font-family: var(--display); font-weight: 700; color: var(--coral); font-size: 15px; }
.steps h3 { font-size: 17px; margin: 12px 0 8px; }
.steps p { color: var(--muted); font-size: 14px; margin: 0; }

/* CTA band */
.cta-band { padding: 16px 0 60px; }
.cta-inner { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--teal), var(--teal-deep)); color: #fff; border-radius: var(--radius-lg); padding: 56px 32px; text-align: center; }
.cta-inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 100% at 50% 0%, rgba(38,216,124,.2), transparent 60%); }
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner h2 { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 10px; }
.cta-inner p { color: #d3ecee; margin: 0 0 26px; }

/* FAQ */
.faq-list { max-width: 820px; margin: 28px auto 0; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; padding: 2px 20px; margin-bottom: 12px; background: #fff; transition: box-shadow .16s ease; }
.faq-list details[open] { box-shadow: var(--shadow-sm); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; font-size: 24px; line-height: 1; color: var(--teal); font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); margin: 0 0 16px; }
.faq-list a { color: var(--teal); text-decoration: underline; }

/* Footer */
.site-footer { background: var(--teal-deep); color: #cfe6e8; padding: 52px 0 26px; position: relative; z-index: 2; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.4fr; gap: 32px; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; }
.footer-logo img { display: block; }
.footer-brand .brand-name { color: #fff; font-size: 19px; font-weight: 800; font-family: var(--display); }
.footer-brand p { color: #9fc4c8; max-width: 260px; margin-top: 8px; }
.footer-col h4 { color: #fff; font-size: 14px; margin: 0 0 14px; }
.footer-col a { display: block; color: #cfe6e8; font-size: 14px; margin-bottom: 10px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 18px; font-size: 13px; color: #9fc4c8; }

/* Mobile sticky CTA */
.mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.mobile-cta .btn { width: 100%; }

/* Cookie */
.cookie[hidden] { display: none; }
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; max-width: 720px; margin: 0 auto; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 16px 18px; display: flex; align-items: center; gap: 16px; }
.cookie p { margin: 0; font-size: 13.5px; color: var(--muted); }
.cookie a { color: var(--teal); text-decoration: underline; }
.cookie .btn { flex-shrink: 0; }

/* Legal pages */
.legal-hero { background: linear-gradient(180deg, var(--sand), #fff); padding: 44px 0 24px; }
.legal-hero h1 { font-size: clamp(26px, 3.4vw, 38px); }
.legal-hero .legal-meta { color: var(--muted); font-size: 14px; margin-top: 10px; }
.legal { padding: 28px 0 64px; }
.legal-body { max-width: 820px; margin: 0 auto; }
.legal-body h2 { font-family: var(--display); font-size: 21px; margin: 32px 0 12px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { color: #2f4749; font-size: 15px; margin: 0 0 12px; }
.legal-body ul { margin: 0 0 12px; padding-left: 20px; color: #2f4749; font-size: 15px; }
.legal-body li { margin-bottom: 6px; }
.legal-body .term { font-weight: 700; color: var(--ink); }
.legal-body a { color: var(--teal); text-decoration: underline; }
.requisites { margin-top: 14px; background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.requisites dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 18px; margin: 0; }
.requisites dt { font-weight: 700; color: var(--muted); font-size: 14px; }
.requisites dd { margin: 0; font-size: 14px; color: var(--ink); }
.legal-back { display: inline-block; margin-top: 28px; color: var(--teal); font-weight: 700; }

/* Responsive */
@media (max-width: 980px) {
  .hero-grid, .flagship-card, .free-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 520px; }
  .ba-grid { grid-template-columns: 1fr 1fr; }
  .ba-grid .ba:last-child { grid-column: span 2; max-width: 520px; margin: 0 auto; width: 100%; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .gallery-nav { display: none; }
}
@media (max-width: 620px) {
  .hero { padding: 28px 0 26px; }
  .hero-copy h1 { font-size: clamp(30px, 8.5vw, 40px); line-height: 1.15; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-before { left: -8px; bottom: -14px; width: 33%; }
  .section-head h2, .free-copy h2, .cta-inner h2 { font-size: clamp(24px, 6.5vw, 30px); }
  .header-cta .btn-ghost { display: none; }
  .ba-grid { grid-template-columns: 1fr; }
  .ba-grid .ba:last-child { grid-column: auto; }
  .tool-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .flagship-card, .free-grid, .cta-inner { padding: 28px 22px; }
  .gallery-track figure { width: 240px; }
  .cookie { flex-direction: column; align-items: stretch; text-align: center; left: 10px; right: 10px; bottom: 84px; }
  .mobile-cta { display: block; }
  body { padding-bottom: 72px; }
  .mobile-cta ~ .cookie, .cookie { bottom: 86px; }
}
