:root {
  --fpp-paper: #fbf7f1;
  --fpp-card: #fffdf9;
  --fpp-ink: #302927;
  --fpp-muted: #756b66;
  --fpp-line: rgba(91, 70, 60, .16);
  --fpp-rose: #b97878;
  --fpp-rose-deep: #945f62;
  --fpp-rose-soft: #edd4d1;
  --fpp-sage: #788274;
  --fpp-sage-soft: #dfe4da;
  --fpp-champagne: #bd9560;
  --fpp-font: "Avenir Next", Avenir, Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html.fp-privacy-page { min-width: 320px; color-scheme: light; background: var(--fpp-paper); scroll-behavior: smooth; }
body.fp-privacy {
  min-width: 320px;
  margin: 0;
  color: var(--fpp-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(237, 212, 209, .72), transparent 25rem),
    radial-gradient(circle at 95% 16%, rgba(223, 228, 218, .86), transparent 30rem),
    var(--fpp-paper);
  font-family: var(--fpp-font);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.fp-privacy a { color: inherit; text-decoration-color: rgba(148, 95, 98, .5); text-underline-offset: .2em; }
body.fp-privacy a:hover { color: var(--fpp-rose-deep); }
.fpp-skip {
  position: fixed;
  z-index: 1000;
  top: .7rem;
  left: .7rem;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--fpp-rose-deep);
  text-decoration: none;
  transform: translateY(-160%);
}
.fpp-skip:focus { transform: none; }
.fpp-header {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
  border-bottom: 1px solid var(--fpp-line);
  background: rgba(255, 253, 249, .78);
  backdrop-filter: blur(18px);
}
.fpp-brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.fpp-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.fpp-brand b { font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.fpp-brand small { margin-top: .32rem; color: var(--fpp-rose-deep); font-size: .48rem; font-weight: 800; letter-spacing: .24em; }
.fpp-brand-mark { position: relative; width: 36px; height: 36px; }
.fpp-brand-mark::before,
.fpp-brand-mark::after,
.fpp-brand-mark i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid var(--fpp-champagne);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.fpp-brand-mark::after { width: 15px; height: 15px; opacity: .62; }
.fpp-brand-mark i { width: 7px; height: 7px; border-color: var(--fpp-rose); }
.fpp-header nav { display: flex; align-items: center; gap: 1.3rem; }
.fpp-header nav > a { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.fpp-header-cta { padding: .72rem .9rem; border: 1px solid rgba(185, 120, 120, .38); color: #704948; background: rgba(255, 253, 249, .64); }
.fpp-header-cta span { margin-left: .5rem; }

.fpp-hero {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 8vw, 8rem) clamp(4rem, 7vw, 6rem);
  border-bottom: 1px solid var(--fpp-line);
}
.fpp-kicker { margin: 0 0 1rem; color: var(--fpp-rose-deep); font-size: .67rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.fpp-kicker span { display: inline-block; width: 28px; height: 1px; margin: 0 .7rem .2rem 0; background: var(--fpp-rose); }
.fpp-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 8.4rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.07em;
}
.fpp-hero h1 em { color: var(--fpp-rose); font-style: normal; font-weight: 650; }
.fpp-lead { max-width: 740px; margin: 2rem 0 0; color: #655c58; font-size: clamp(1rem, 1.7vw, 1.25rem); }
.fpp-updated { margin: 2rem 0 0; color: var(--fpp-muted); font-size: .72rem; }

.fpp-essential {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4rem, 7vw, 6.5rem) clamp(1.2rem, 8vw, 8rem);
  background: rgba(237, 212, 209, .42);
}
.fpp-essential h2,
.fpp-aside h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.055em; }
.fpp-essential ul { display: grid; gap: 1rem; padding: 0; margin: 0; list-style: none; }
.fpp-essential li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.15rem; border: 1px solid var(--fpp-line); border-radius: 18px; background: rgba(255, 253, 249, .7); }
.fpp-essential li span { color: var(--fpp-rose-deep); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.fpp-essential li p { margin: 0; color: #5f5551; }

.fpp-layout {
  display: grid;
  max-width: 1460px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 8vw, 8rem);
  margin: 0 auto;
}
.fpp-content { min-width: 0; }
.fpp-content > section { padding: 0 0 clamp(4rem, 7vw, 6.5rem); }
.fpp-content > section + section { padding-top: clamp(4rem, 7vw, 6.5rem); border-top: 1px solid var(--fpp-line); }
.fpp-number { margin: 0 0 .8rem; color: var(--fpp-rose-deep); font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.fpp-content h2 { max-width: 820px; margin: 0 0 1.5rem; font-size: clamp(2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.055em; }
.fpp-content > section > p:not(.fpp-number):not(.fpp-note) { max-width: 880px; color: #5f5652; }
.fpp-data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.fpp-data-grid > div { padding: 1.35rem; border: 1px solid var(--fpp-line); border-radius: 20px; background: rgba(255, 253, 249, .72); }
.fpp-data-grid h3,
.fpp-contact-card h3 { margin: 0 0 .55rem; font-size: 1rem; }
.fpp-data-grid p { margin: 0; color: var(--fpp-muted); font-size: .9rem; }
.fpp-note { padding: 1rem 1.15rem; border-left: 3px solid var(--fpp-sage); color: #5a5750; background: rgba(223, 228, 218, .58); }
.fpp-check-list { display: grid; gap: .75rem; max-width: 850px; padding: 0; margin: 1.5rem 0; list-style: none; }
.fpp-check-list li { position: relative; padding-left: 1.8rem; color: #5f5652; }
.fpp-check-list li::before { position: absolute; top: 0; left: 0; color: var(--fpp-sage); font-weight: 900; content: "✓"; }
.fpp-contact-card { display: grid; max-width: 880px; grid-template-columns: 56px 1fr; gap: 1rem; padding: 1.2rem; margin: 1.5rem 0; border: 1px solid rgba(185, 120, 120, .34); border-radius: 22px; background: rgba(237, 212, 209, .34); }
.fpp-contact-card > div:first-child { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--fpp-rose); }
.fpp-contact-card p { margin: 0; color: #5f5652; }

.fpp-aside {
  position: sticky;
  top: 2rem;
  padding: 1.7rem;
  border: 1px solid var(--fpp-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(223, 228, 218, .9), transparent 16rem),
    rgba(255, 253, 249, .86);
  box-shadow: 0 20px 58px rgba(73, 52, 43, .08);
}
.fpp-aside h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.fpp-aside ul { display: grid; gap: 1rem; padding: 1.4rem 0 1.4rem 1.1rem; color: #655b56; }
.fpp-aside > a { display: flex; justify-content: space-between; padding-top: 1.1rem; border-top: 1px solid var(--fpp-line); color: var(--fpp-rose-deep); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.fpp-footer,
.fpd-legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1.2rem, 5vw, 5rem);
  border-top: 1px solid var(--fpp-line);
  color: var(--fpp-muted);
  background: #f6eee6;
  font-family: var(--fpp-font);
  font-size: .72rem;
}
.fpp-footer p { margin: 0; }
.fpp-footer p strong { color: var(--fpp-ink); }
.fpp-footer nav,
.fpd-legal-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.fpp-footer a,
.fpd-legal-footer a { color: var(--fpp-muted); text-decoration: none; }
.fpp-footer a:hover,
.fpd-legal-footer a:hover { color: var(--fpp-rose-deep); }
.fpd-legal-footer { min-height: 72px; }
.fpd-legal-footer p { margin: 0; }

:where(.fp-privacy, [data-fpd-demo]) :focus-visible { outline: 3px solid rgba(185, 120, 120, .72); outline-offset: 3px; }

@media (max-width: 820px) {
  .fpp-header nav > a:first-child { display: none; }
  .fpp-essential,
  .fpp-layout { grid-template-columns: 1fr; }
  .fpp-aside { position: static; }
}

@media (max-width: 600px) {
  .fpp-header { min-height: 70px; padding-inline: .9rem; }
  .fpp-brand small { letter-spacing: .11em; }
  .fpp-header-cta { padding: .65rem .7rem; font-size: .56rem !important; }
  .fpp-hero { padding-top: 4.5rem; }
  .fpp-hero h1 { font-size: clamp(3rem, 16vw, 5.4rem); overflow-wrap: anywhere; }
  .fpp-data-grid { grid-template-columns: 1fr; }
  .fpp-contact-card { grid-template-columns: 1fr; }
  .fpp-footer,
  .fpd-legal-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html.fp-privacy-page { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
