/*
  Splee public web styles.
  Created by rundo.
*/

:root {
  --almost-black: #20201e;
  --thick-black: #4b4a47;
  --paper: #fafaf7;
  --pane: #f1f1ec;
  --white: #ffffff;
  --stroke: #deded7;
  --placeholder: #a8a7a0;
  --blue-gray: #7895b2;
  --green-gray: #8ca596;
  --red-gray: #bd928e;
  --shadow: rgba(32, 32, 30, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 4%, rgba(120, 149, 178, 0.16), transparent 34%),
    linear-gradient(180deg, var(--paper) 0%, var(--pane) 100%);
  color: var(--almost-black);
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.simple-home-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(620px, calc(100% - 36px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 56px 0 34px;
}

.simple-home {
  text-align: center;
}

.simple-home-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 21px;
  box-shadow: 0 12px 30px rgba(32, 32, 30, 0.13);
}

.simple-home-kicker {
  margin: 0 0 12px;
  color: var(--blue-gray);
  font-size: 14px;
  font-weight: 900;
}

.simple-home h1 {
  max-width: none;
  margin: 0 0 18px;
  color: var(--almost-black);
  font-size: clamp(30px, 6vw, 44px);
  line-height: 1.18;
}

.simple-home-copy {
  max-width: 540px;
  margin: 0 auto;
  color: rgba(75, 74, 71, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.simple-home-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 44px;
  color: rgba(75, 74, 71, 0.58);
  font-size: 12.5px;
  font-weight: 700;
}

.simple-home-footer a {
  color: rgba(75, 74, 71, 0.68);
  text-decoration: none;
}

.simple-home-footer a:hover {
  color: var(--almost-black);
}

.info-page,
.marketing-page {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0 34px;
}

.marketing-page {
  width: min(1040px, calc(100% - 36px));
}

.info-hero,
.marketing-hero,
.info-section {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 42px rgba(32, 32, 30, 0.07);
}

.info-hero,
.marketing-hero {
  border-radius: 28px;
}

.info-hero {
  padding: 34px;
}

.marketing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
}

.info-app-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 19px;
  box-shadow: 0 12px 30px rgba(32, 32, 30, 0.13);
}

.info-kicker {
  margin: 0 0 10px;
  color: var(--blue-gray);
  font-size: 13px;
  font-weight: 900;
}

.info-hero h1,
.marketing-hero h1,
.info-section h2 {
  margin-bottom: 14px;
  line-height: 1.18;
}

.info-hero h1,
.marketing-hero h1 {
  max-width: 620px;
  font-size: clamp(32px, 5vw, 50px);
}

.info-hero p,
.marketing-hero p,
.info-section-copy,
.marketing-closing p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(75, 74, 71, 0.74);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
}

.info-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--almost-black);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(32, 32, 30, 0.16);
}

.info-section {
  margin-top: 16px;
  padding: 28px;
  border-radius: 24px;
}

.info-section h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.info-card {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(222, 222, 215, 0.78);
  border-radius: 18px;
  background: rgba(250, 250, 247, 0.72);
}

.info-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.info-card p,
.info-list li {
  color: rgba(75, 74, 71, 0.74);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.72;
}

.info-card p {
  margin-bottom: 0;
}

.info-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.marketing-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(222, 222, 215, 0.72);
  border-radius: 24px;
  background: rgba(250, 250, 247, 0.7);
}

.marketing-board-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.marketing-board-row.is-strong {
  background: rgba(120, 149, 178, 0.14);
}

.marketing-board-row span {
  color: var(--blue-gray);
  font-size: 13px;
  font-weight: 900;
}

.marketing-board-row strong {
  color: var(--thick-black);
  font-size: 15px;
  text-align: right;
}

.page {
  width: min(1080px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.doc-page {
  width: min(880px, calc(100% - 36px));
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 38px rgba(32, 32, 30, 0.07);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  box-shadow: 0 5px 16px var(--shadow);
}

.brand strong,
.brand span span {
  display: block;
}

.brand strong {
  font-size: 20px;
  line-height: 1.1;
}

.brand span span {
  max-width: 260px;
  overflow: hidden;
  margin-top: 3px;
  color: rgba(75, 74, 71, 0.66);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a,
.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.nav a,
.secondary-link {
  border: 1px solid rgba(222, 222, 215, 0.92);
  background: rgba(255, 255, 255, 0.72);
  color: var(--thick-black);
}

.nav a:hover,
.secondary-link:hover,
.primary-link:hover {
  transform: translateY(-1px);
}

.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 30px;
  align-items: center;
  min-height: 590px;
  overflow: hidden;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68) 52%, rgba(120, 149, 178, 0.18)),
    var(--white);
  box-shadow: 0 24px 70px rgba(32, 32, 30, 0.11);
}

.landing-hero::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(32, 32, 30, 0.035) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(32, 32, 30, 0.026) 0 1px, transparent 1px 80px);
  content: "";
  pointer-events: none;
}

.hero-copy,
.product-scene {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(120, 149, 178, 0.14);
  color: var(--blue-gray);
  font-size: 13px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy p,
.document-section > div > p,
.legal-header p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(75, 74, 71, 0.74);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.primary-link {
  background: var(--almost-black);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(32, 32, 30, 0.16);
}

.secondary-link {
  color: var(--thick-black);
}

.product-scene {
  min-height: 430px;
}

.app-window {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 54px rgba(32, 32, 30, 0.12);
  backdrop-filter: blur(18px);
}

.window-main {
  right: 0;
  bottom: 36px;
  width: min(100%, 360px);
  padding: 18px;
}

.window-week {
  top: 18px;
  right: 86px;
  width: 260px;
  padding: 16px;
  transform: rotate(-3deg);
}

.window-review {
  left: 0;
  bottom: 0;
  width: 230px;
  padding: 16px;
  transform: rotate(4deg);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--thick-black);
  font-size: 14px;
  font-weight: 900;
}

.window-bar span {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--blue-gray);
  box-shadow: 18px 0 0 rgba(140, 165, 150, 0.72), 36px 0 0 rgba(189, 146, 142, 0.66);
}

.window-bar strong {
  margin-left: 38px;
}

.task-list {
  display: grid;
  gap: 10px;
}

.task-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px;
  border: 1px solid rgba(222, 222, 215, 0.74);
  border-radius: 14px;
  background: rgba(250, 250, 247, 0.74);
  color: rgba(75, 74, 71, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.task-row.is-active {
  border-color: rgba(120, 149, 178, 0.38);
  background: rgba(120, 149, 178, 0.12);
  color: var(--almost-black);
}

.task-row i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green-gray);
}

.week-grid,
.review-dots {
  display: grid;
  gap: 8px;
}

.week-grid {
  grid-template-columns: repeat(4, 1fr);
}

.week-grid span {
  min-height: 42px;
  border-radius: 12px;
  background: rgba(120, 149, 178, 0.16);
}

.week-grid span:nth-child(3n) {
  background: rgba(140, 165, 150, 0.18);
}

.review-dots {
  grid-template-columns: repeat(5, 1fr);
}

.review-dots span {
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(222, 222, 215, 0.9);
}

.review-dots span:nth-child(1),
.review-dots span:nth-child(2),
.review-dots span:nth-child(5),
.review-dots span:nth-child(8) {
  background: var(--green-gray);
}

.signal-row,
.feature-grid,
.doc-grid {
  display: grid;
  gap: 12px;
}

.signal-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.signal-row div,
.feature-card,
.doc-card,
.legal-document {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 42px rgba(32, 32, 30, 0.07);
}

.signal-row div {
  min-height: 86px;
  padding: 18px;
  border-radius: 22px;
}

.signal-row strong,
.signal-row span {
  display: block;
}

.signal-row strong {
  margin-bottom: 6px;
  font-size: 17px;
}

.signal-row span {
  color: rgba(75, 74, 71, 0.64);
  font-size: 14px;
  font-weight: 760;
}

.feature-section,
.document-section {
  margin-top: 18px;
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.38);
}

.feature-section h2,
.document-section h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.doc-card {
  border-radius: 22px;
}

.feature-card {
  min-height: 240px;
  padding: 24px;
}

.feature-index,
.doc-chip {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-index {
  background: rgba(120, 149, 178, 0.14);
  color: var(--blue-gray);
}

.feature-card h3,
.doc-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.feature-card p,
.doc-card p {
  margin-bottom: 0;
  color: rgba(75, 74, 71, 0.7);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.68;
}

.document-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
}

.doc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-card {
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(32, 32, 30, 0.11);
}

.doc-chip {
  background: rgba(140, 165, 150, 0.15);
  color: var(--green-gray);
}

.legal-document {
  overflow: hidden;
  border-radius: 28px;
}

.legal-header,
.legal-section {
  padding: 30px;
}

.legal-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(120, 149, 178, 0.12)),
    var(--white);
}

.legal-header h1 {
  font-size: clamp(38px, 6vw, 58px);
}

.legal-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 0;
}

.legal-meta div {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.legal-meta dt {
  margin-bottom: 4px;
  color: var(--placeholder);
  font-size: 12px;
  font-weight: 900;
}

.legal-meta dd {
  margin: 0;
  color: var(--thick-black);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.legal-section {
  border-top: 1px solid rgba(222, 222, 215, 0.74);
}

.legal-section h2 {
  margin-bottom: 12px;
  font-size: 22px;
}

.legal-section p,
.legal-section li {
  color: rgba(75, 74, 71, 0.78);
  font-size: 16px;
  font-weight: 620;
  line-height: 1.86;
}

.legal-section p {
  margin-bottom: 0;
}

.legal-section p + p,
.legal-section ul + p {
  margin-top: 12px;
}

.legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.legal-section a,
.footer a {
  color: var(--blue-gray);
  font-weight: 850;
}

.plain-doc-body {
  background: #ffffff;
}

.plain-doc-page {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 32px 0 64px;
}

.plain-document {
  color: #242424;
}

.plain-document-header {
  margin-bottom: 42px;
}

.plain-kicker {
  margin: 0 0 10px;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}

.plain-document h1 {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.2;
}

.plain-document-header p:not(.plain-kicker):not(.plain-meta) {
  margin: 0;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.plain-meta {
  margin: 18px 0 0;
  color: #777777;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.plain-document section {
  padding: 26px 0;
  border-top: 1px solid #eeeeee;
}

.plain-document h2 {
  margin: 0 0 12px;
  color: #161616;
  font-size: 20px;
  line-height: 1.36;
}

.plain-document p,
.plain-document li {
  color: #444444;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.9;
}

.plain-document p {
  margin: 0;
}

.plain-document p + p,
.plain-document ul + p {
  margin-top: 12px;
}

.plain-document ul {
  margin: 0;
  padding-left: 20px;
}

.plain-document li + li {
  margin-top: 6px;
}

.plain-document a {
  color: #356f9f;
  font-weight: 700;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-top: 26px;
  color: rgba(75, 74, 71, 0.58);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 940px) {
  .marketing-hero {
    grid-template-columns: 1fr;
  }

  .landing-hero,
  .document-section {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    min-height: auto;
  }

  .product-scene {
    min-height: 400px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .info-page,
  .marketing-page {
    width: min(100% - 28px, 640px);
    padding-top: 34px;
  }

  .info-hero,
  .marketing-hero,
  .info-section {
    padding: 24px;
    border-radius: 22px;
  }

  .info-card-grid {
    grid-template-columns: 1fr;
  }

  .marketing-board-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketing-board-row strong {
    text-align: left;
  }

  .page,
  .doc-page {
    width: min(100% - 24px, 1080px);
    padding-top: 16px;
  }

  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 28px;
    margin-bottom: 18px;
  }

  .nav {
    width: 100%;
  }

  .nav a {
    flex: 1;
    padding: 0 10px;
  }

  .landing-hero,
  .feature-section,
  .document-section,
  .legal-header,
  .legal-section {
    padding: 22px;
  }

  .landing-hero {
    border-radius: 26px;
  }

  .hero-actions a,
  .doc-grid,
  .signal-row,
  .legal-meta {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    min-height: 46px;
  }

  .signal-row,
  .doc-grid {
    grid-template-columns: 1fr;
  }

  .product-scene {
    min-height: 340px;
  }

  .window-main {
    right: 0;
    bottom: 28px;
    width: min(100%, 310px);
  }

  .window-week {
    right: 4px;
    width: 220px;
  }

  .window-review {
    width: 196px;
  }
}

@media (max-width: 430px) {
  .brand span span {
    max-width: 190px;
  }

  .product-scene {
    min-height: 310px;
  }

  .window-main {
    width: 280px;
  }

  .window-week,
  .window-review {
    transform: none;
  }
}

@media (max-width: 520px) {
  .simple-home-page {
    width: min(100% - 28px, 620px);
    padding-top: 42px;
  }

  .plain-doc-page {
    width: min(100% - 28px, 760px);
    padding-top: 22px;
  }

  .plain-document section {
    padding: 22px 0;
  }
}
