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

:root {
  --home-bg: #f8f8f8;
  --cachi-bg: #fffaf4;
  --black: #000000;
  --body: #636267;
  --muted: #8a888a;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; }

/* Fabio Pizzano */
.home-page {
  min-height: 100dvh;
  background: var(--home-bg);
  color: var(--black);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.home-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-2px);
}
.fp-logo {
  width: 110px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin-bottom: 17px;
}
.home-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.home-role {
  margin: 7px 0 0;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: -0.035em;
}
.linkedin-link {
  width: 32px;
  height: 32px;
  margin-top: 26px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.11);
  text-decoration: none;
  transition: opacity .15s ease;
}
.linkedin-link:hover { opacity: .75; }
.linkedin-link svg { width: 21px; height: 21px; display: block; }

/* Cachi shared */
.cachi-page {
  min-height: 100dvh;
  background: var(--cachi-bg);
  color: var(--black);
}
.cachi-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

/* Cachi landing */
.cachi-landing {
  position: relative;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
}
.cachi-hero {
  position: absolute;
  top: 36.82vh; /* 377 / 1024 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.cachi-title {
  margin: 17px 0 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.cachi-tagline {
  margin: 5px 0 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: -0.035em;
}
.app-store-link {
  display: block;
  width: 165px;
  height: 64px;
  margin-top: 29px;
  text-decoration: none;
}
.app-store-link img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cachi-privacy-link {
  position: absolute;
  left: 50%;
  bottom: 57px;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.cachi-privacy-link:hover { text-decoration: underline; }

/* Privacy policy */
.privacy-page {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 0 24px 48px;
}
.privacy-wrap {
  width: min(100%, 520px);
  margin-top: 33.1vh;
}
.privacy-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.privacy-header .cachi-icon { width: 100px; height: 100px; }
.privacy-title {
  margin: 17px 0 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.privacy-subtitle {
  margin: 6px 0 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  color: #999698;
  letter-spacing: -0.035em;
}
.privacy-copy {
  margin-top: 28px;
  color: var(--body);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.012em;
}
.privacy-copy ul {
  margin: 0;
  padding-left: 22px;
}
.privacy-copy li { padding-left: 2px; }
.privacy-copy li + li { margin-top: 18px; }
.privacy-contact { margin: 25px 0 0; }
.privacy-contact a { text-decoration: underline; text-underline-offset: 2px; }
.privacy-updated { margin: 20px 0 0; font-style: italic; }

@media (max-width: 700px), (max-height: 760px) {
  .home-card { transform: none; }
  .fp-logo { width: 88px; height: 72px; margin-bottom: 14px; }
  .home-title { font-size: 20px; }
  .home-role { margin-top: 5px; font-size: 19px; }
  .linkedin-link { width: 29px; height: 29px; margin-top: 21px; }
  .linkedin-link svg { width: 19px; height: 19px; }

  .cachi-hero {
    top: 50%;
    transform: translate(-50%, -53%);
  }
  .cachi-icon, .privacy-header .cachi-icon { width: 88px; height: 88px; }
  .cachi-title, .privacy-title { font-size: 20px; margin-top: 14px; }
  .cachi-tagline, .privacy-subtitle { font-size: 18px; }
  .app-store-link { width: 145px; height: auto; margin-top: 24px; }
  .cachi-privacy-link { bottom: max(28px, env(safe-area-inset-bottom)); font-size: 13px; }

  .privacy-page { align-items: flex-start; padding: 42px 24px 48px; }
  .privacy-wrap { margin-top: 0; width: min(100%, 480px); }
  .privacy-copy { font-size: 13.5px; line-height: 1.38; margin-top: 25px; }
  .privacy-copy li + li { margin-top: 16px; }
  .privacy-contact { margin-top: 22px; }
  .privacy-updated { margin-top: 18px; }
}
