:root {
  --line-green: #0dc755;
  --linote-teal: #08c5c1;
  --mint-soft: #eefbfb;
  --mint-pale: #f0fdf4;
  --ink: #111;
  --text: #333;
  --muted: #666;
  --border: #e9ecef;
  --card-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  --radius-lg: 24px;
  --radius-md: 16px;
  --content: 1100px;
  --line-url: "";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
}

.nav-logo {
  width: auto;
  height: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #111;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.brand-mark img {
  width: 17px;
  height: 17px;
}

.brand-mark strong {
  font-size: 17px;
}

.nav-logo-text {
  color: var(--line-green);
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

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

.nav-links a {
  color: #555;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--line-green);
  background: #f0fff0;
}

.nav-links .section-link {
  display: none;
}

.nav-cta,
.cta-solid,
.cta-outline,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}

.nav-cta {
  color: #fff !important;
  background: var(--linote-teal) !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  font-weight: 700 !important;
}

.nav-cta:hover,
.cta-solid:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(8, 197, 193, 0.35);
}

.cta-outline {
  min-width: 164px;
  min-height: 56px;
  color: var(--linote-teal);
  background: transparent;
  border: 2px solid var(--linote-teal);
  border-radius: 30px;
  padding: 14px 48px;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.3s, background 0.3s, transform 0.3s;
}

.cta-outline:hover {
  color: #fff;
  background: var(--linote-teal);
  transform: translateY(-3px);
}

.cta-solid,
.btn {
  min-height: 54px;
  color: #fff;
  background: var(--linote-teal);
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.hero {
  padding-top: 70px;
}

.hero-desktop-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  gap: 60px;
}

.hero-text-left,
.hero-visual {
  flex: 1;
}

.hero-text-left h1,
.hero-text-mobile h1 {
  color: #000;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.hero-text-left h1 {
  font-size: clamp(40px, 5vw, 58px);
}

.line-green {
  color: var(--line-green);
}

.highlight-teal {
  color: var(--linote-teal);
}

.hero-tagline {
  display: flex;
  align-items: center;
  margin: 30px 0;
  color: #000;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 900;
}

.linote-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.line-phone {
  position: relative;
  width: min(390px, 100%);
  min-height: 520px;
  padding: 34px 22px 28px;
  background: #f8fbff;
  border: 10px solid #171717;
  border-radius: 44px;
  box-shadow: 20px 22px 0 #09c7bd, 0 18px 46px rgba(0, 0, 0, 0.18);
}

.line-phone::before {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 74px;
  height: 18px;
  content: "";
  background: #171717;
  border-radius: 30px;
  transform: translateX(-50%);
}

.phone-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 34px;
  color: #000;
  font-size: 23px;
  font-weight: 900;
}

.phone-icons {
  color: #111;
  font-size: 20px;
  letter-spacing: 8px;
}

.chat-bubble {
  width: fit-content;
  max-width: 94%;
  margin-left: auto;
  border-radius: 22px;
  padding: 10px 18px;
  color: #000;
  background: #76df09;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.task-sheet {
  margin: 26px -6px 0;
  border-radius: 22px;
  padding: 18px 20px 16px;
  background: #fff;
  box-shadow: var(--card-shadow);
  transform: rotate(-2deg);
}

.task-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
  color: #999;
  font-weight: 800;
  text-align: center;
}

.task-tabs strong {
  color: #111;
  border-bottom: 2px solid #111;
}

.task-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #ddd;
  padding: 11px 0;
}

.task-row .circle {
  width: 19px;
  height: 19px;
  border: 2px solid #999;
  border-radius: 50%;
}

.task-row b {
  display: block;
  color: #111;
  font-size: 17px;
  line-height: 1.35;
}

.task-row small {
  color: var(--line-green);
  font-size: 13px;
  font-weight: 800;
}

.tag {
  border-radius: 10px;
  padding: 4px 8px;
  color: #555;
  background: #eee;
  font-size: 12px;
  font-weight: 800;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  color: #111;
  font-size: 24px;
}

.phone-input span {
  flex: 1;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 30px;
  background: #fff;
}

.hero-mobile-layout {
  display: none;
  padding: 0 20px;
}

.hero-text-mobile {
  padding: 50px 20px 32px;
  text-align: center;
}

.hero-text-mobile h1 {
  font-size: clamp(28px, 9vw, 38px);
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 20px 80px;
  text-align: center;
  background: #fff;
}

.hero-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
  color: #000;
  font-size: clamp(26px, 7vw, 36px);
  font-weight: 900;
  line-height: 1.4;
}

.features {
  padding: 0 20px 92px;
  background: #fff;
}

.concerns-band {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-bottom: 20px;
  padding: 42px 20px 170px;
  background: var(--mint-soft);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
  transform: translateX(-50%);
}

.section-title {
  color: #000;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 30px;
  color: var(--linote-teal);
  font-size: clamp(19px, 2.8vw, 24px);
  font-weight: 800;
}

.section-kicker img {
  width: 17px;
  height: 17px;
}

.kicker-divider {
  color: #000;
  font-weight: 400;
}

.question-slideshow,
.feature-slideshow {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.slideshow-track,
.feature-slideshow-track,
.feature-text-track {
  display: flex;
  transition: transform 0.35s ease;
}

.slide,
.feature-slide,
.feature-text-panel {
  flex: 0 0 100%;
  min-width: 100%;
}

.concern-image {
  display: block;
  width: min(820px, 96%);
  height: auto;
  max-height: 880px;
  object-fit: contain;
  margin: 0 auto;
}

.concern-slide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 390px);
  align-items: center;
  width: min(980px, 100%);
  min-height: 540px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 44% 56% 48% 52% / 30% 28% 72% 70%;
  padding: 54px 56px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8, 197, 193, 0.1);
}

.concern-slide::after {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 110px;
  height: 110px;
  content: "";
  background: #c9c3ff;
  border-radius: 43% 57% 48% 52%;
}

.concern-copy {
  position: relative;
  z-index: 2;
}

.concern-copy h3 {
  color: #000;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.38;
}

.solution-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  border: 4px solid var(--linote-teal);
  border-radius: 999px;
  padding: 13px 22px;
  color: #000;
  background: #fff;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
}

.solution-pill img {
  width: 38px;
  height: 38px;
}

.mini-phone {
  position: relative;
  z-index: 2;
  border: 8px solid #1b1b1b;
  border-radius: 38px;
  padding: 28px 18px 24px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.mini-phone h4 {
  margin-bottom: 14px;
  color: #111;
  font-size: 24px;
  font-weight: 900;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-list-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
}

.mini-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #9de5e2;
}

.mini-list-row b {
  display: block;
  color: #111;
  font-size: 15px;
}

.mini-list-row small {
  color: #888;
}

.slideshow-dots,
.feature-slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot,
.feature-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.dot.active,
.feature-dot.active {
  background: var(--linote-teal);
}

.people-figure {
  display: flex;
  justify-content: center;
  gap: 44px;
  max-width: 980px;
  margin: 30px auto 0;
  padding-right: 20px;
  min-height: 130px;
}

.people-figure img {
  display: none;
  width: min(70%, 560px);
  object-fit: contain;
}

.people-figure::before,
.people-figure::after {
  display: block;
  content: "";
}

.people-figure::before {
  width: 92px;
  height: 92px;
  margin-top: 28px;
  background: #bef28d;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.people-figure::after {
  width: 118px;
  height: 118px;
  background: #ffd093;
  border-radius: 15px;
}

.features-container {
  position: relative;
  z-index: 10;
  max-width: var(--content);
  margin: -80px auto 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: end;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}

.feature-card h3 {
  margin-top: 10px;
  color: var(--linote-teal);
  font-size: 28px;
  font-weight: 900;
}

.feature-card h4 {
  margin: 10px 0;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.feature-card p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.image-stack {
  position: relative;
  display: inline-block;
}

.image-stack::after {
  position: absolute;
  right: -18px;
  bottom: 10px;
  width: 74px;
  height: 74px;
  content: "";
  background: #ffac7b;
  border-radius: 44% 56% 52% 48%;
  box-shadow: 18px -124px 0 -28px #bef28d;
}

.image-stack-asset::after {
  display: none;
}

.image-stack .main-img {
  width: 100%;
  max-width: 300px;
}

.feature-art-image {
  display: block;
  width: min(300px, 100%);
  height: auto;
  object-fit: contain;
}

.image-stack .character {
  position: absolute;
  right: -25px;
  bottom: -5px;
  width: 97px;
  display: none;
}

.feature-visual-card {
  position: relative;
  width: min(300px, 100%);
  min-height: 255px;
  overflow: hidden;
  border-radius: 24px;
  padding: 22px;
  background: #edf4f7;
}

.feature-visual-card.todo {
  display: grid;
  gap: 12px;
}

.line-message {
  margin-left: auto;
  border-radius: 999px;
  padding: 9px 14px;
  color: #111;
  background: #78df0b;
  font-size: 13px;
  font-weight: 900;
}

.todo-mini-card {
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.todo-mini-card b {
  color: #111;
  font-size: 15px;
}

.todo-mini-card small {
  display: block;
  color: var(--line-green);
  font-weight: 800;
}

.todo-mini-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.todo-mini-actions span {
  border-radius: 9px;
  padding: 9px 8px;
  color: #555;
  background: #eee;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.todo-mini-actions .done {
  color: #fff;
  background: var(--line-green);
}

.feature-visual-card.library {
  background: #edf4f7;
}

.library-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.library-mini-item {
  min-height: 80px;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.09);
  text-align: left;
}

.library-mini-item b {
  display: block;
  color: #111;
  font-size: 13px;
}

.library-mini-item small {
  color: var(--line-green);
  font-size: 11px;
  font-weight: 800;
}

.library-mini-file {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: #ef3333;
  font-weight: 900;
}

.feature-slideshow-section {
  max-width: var(--content);
  margin: 60px auto 0;
  padding: 0 20px;
  overflow: hidden;
}

.feature-text-window {
  width: 100%;
  overflow: hidden;
}

.feature-text-track {
  width: 100%;
}

.feature-slide {
  display: flex;
  justify-content: center;
  padding: 6px;
}

.screen-image {
  display: block;
  width: min(580px, 100%);
  height: auto;
  max-height: 760px;
  object-fit: contain;
}

.jp-screen {
  width: min(580px, 100%);
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.calendar-head,
.library-head {
  padding: 26px;
  color: #111;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.month-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 0 22px 20px;
}

.month-tabs span {
  border: 2px solid #e1e1e1;
  border-radius: 999px;
  padding: 10px 8px;
  color: #555;
  font-weight: 800;
  text-align: center;
}

.month-tabs .active {
  color: #fff;
  background: #57c959;
  border-color: #57c959;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
}

.calendar-grid > div {
  min-height: 104px;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 12px 8px;
  color: #222;
  font-weight: 800;
}

.calendar-grid .dow {
  min-height: 44px;
  background: #f5f6f7;
  color: #555;
  text-align: center;
}

.cal-chip {
  display: block;
  width: fit-content;
  margin-top: 8px;
  border-radius: 8px;
  padding: 4px 8px;
  color: #666;
  background: #eee;
  font-size: 13px;
}

.library-screen {
  padding: 26px;
  background: #f7fbfb;
}

.library-search {
  border-radius: 18px;
  padding: 14px 18px;
  color: #999;
  background: #fff;
  box-shadow: inset 0 0 0 1px #e8e8e8;
}

.library-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.library-tags span {
  border-radius: 999px;
  padding: 9px 13px;
  color: #086b68;
  background: #ddfbfa;
  font-size: 14px;
  font-weight: 800;
}

.save-card {
  margin-top: 14px;
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.save-card b {
  color: #111;
  font-size: 18px;
}

.save-card p {
  margin-top: 7px;
  color: #666;
}

.feature-text-panel {
  padding: 4px 10px 12px;
  text-align: center;
}

.feature-text-panel h3 {
  color: #111;
  font-size: 28px;
  font-weight: 900;
}

.feature-text-panel p {
  margin-top: 8px;
  color: #555;
  font-size: 17px;
}

.six-design-section {
  margin-top: 60px;
  padding: 40px 20px;
}

.six-design-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.six-design-left {
  flex: 0 0 30%;
}

.six-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.six-logo-row img {
  width: 19px;
  height: 19px;
}

.six-design-left h2 {
  color: #000;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.35;
}

.six-design-grid {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.six-design-image {
  display: block;
  flex: 1;
  width: min(680px, 100%);
  height: auto;
  max-height: 1180px;
  object-fit: contain;
}

.design-card {
  min-height: 190px;
  border-radius: 28px;
  padding: 28px 32px;
  color: #000;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.3;
}

.design-card small {
  display: block;
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 17px;
  line-height: 1.5;
}

.design-cream {
  background: #f3f0e8;
}

.design-green {
  background: #dff8c6;
}

.design-blue {
  background: #d4f4f4;
}

.design-purple {
  background: #dad5fa;
}

.design-orange {
  background: #ffd093;
}

.design-pink {
  background: #f8c9c1;
}

.pricing {
  display: none;
  padding: 100px 20px;
  background: #fff;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 60px 20px 40px;
  text-align: center;
  background: var(--mint-soft);
}

.stats-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
}

.stats-title {
  margin-bottom: 30px;
  color: #000;
  font-size: clamp(26px, 5vw, 33px);
  font-weight: 900;
}

.stat-block {
  margin-bottom: 20px;
}

.stat-number {
  color: var(--linote-teal);
  font-size: 44px;
  font-weight: 900;
}

.stat-label {
  color: #000;
  font-size: 19px;
  font-weight: 800;
}

.mascot {
  position: absolute;
  right: -30px;
  bottom: 30px;
  height: 125px;
  width: auto;
}

.star-mascot {
  position: absolute;
  left: -20px;
  bottom: -180px;
  height: 109px;
  width: auto;
}

.final-cta h2 {
  margin: 180px 0 20px;
  color: #000;
  font-size: 32px;
  font-weight: 900;
}

.faq {
  max-width: 500px;
  margin: 40px auto 0;
  text-align: left;
}

.faq h3 {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  padding: 15px 20px;
  color: #333;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
}

.faq-arrow {
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #666;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 15px;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.footer-logo-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer-logo-row img {
  width: 17px;
  height: 17px;
}

footer {
  color: #999;
  background: #1a1a1a;
  padding: 40px 20px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: var(--content);
  margin: 0 auto;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-links a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--line-green);
}

.copyright {
  font-size: 13px;
}

.legal-main {
  padding-top: 80px;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.legal-container h1 {
  margin-bottom: 20px;
  color: #222;
  font-size: clamp(32px, 5vw, 45px);
  font-weight: 900;
}

.updated {
  margin-bottom: 30px;
  color: #999;
}

.legal-container h2 {
  margin: 40px 0 20px;
  color: #333;
  font-size: 30px;
}

.legal-container h3 {
  margin: 30px 0 15px;
  color: #444;
  font-size: 22px;
}

.legal-container p,
.legal-container li {
  color: #555;
}

.legal-container ul,
.legal-container ol {
  margin: 15px 0 15px 25px;
}

.legal-container li {
  margin-bottom: 8px;
}

.status-card {
  margin: 25px 0;
  border-radius: 10px;
  padding: 25px;
  background: #f0f0f0;
}

.status-card.accent {
  border-left: 4px solid var(--line-green);
  border-radius: 0 10px 10px 0;
  background: #f9f9f9;
}

.status-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin-left: 0 !important;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}

.status-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

code {
  border-radius: 4px;
  padding: 2px 6px;
  background: #e0e0e0;
}

.endpoint-note {
  margin-top: 16px;
  color: #777;
  font-size: 14px;
}

.status-pill {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 10px;
  color: #555;
  background: #e9ecef;
  font-size: 13px;
  font-weight: 800;
}

.status-pill.ok {
  color: #04743a;
  background: #dff8ea;
}

.status-pill.warn {
  color: #8a5a00;
  background: #fff2ca;
}

.status-pill.error {
  color: #9a2f2f;
  background: #ffe0e0;
}

.login-block {
  margin: 30px 0;
}

.page-footer {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  color: #999;
  margin-top: 60px;
}

.page-footer .footer-links a,
.page-footer .copyright {
  color: #666;
}

@media (max-width: 1024px) {
  .hero-desktop-layout {
    gap: 34px;
  }

  .line-phone {
    width: min(360px, 100%);
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  .features-grid,
  .six-design-container {
    grid-template-columns: 1fr;
  }

  .features-grid {
    gap: 20px;
  }

  .six-design-container {
    display: block;
  }

  .six-design-left {
    margin-bottom: 30px;
    text-align: center;
  }

  .six-logo-row {
    justify-content: center;
  }

  .six-design-grid {
    grid-template-columns: 1fr;
  }

  .six-design-image {
    margin: 0 auto;
  }

  .concern-slide {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .hero-desktop-layout {
    display: none;
  }

  .hero-mobile-layout {
    display: block;
  }

  .nav-logo {
    height: 16px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .cta-outline {
    min-width: 150px;
    min-height: 50px;
    padding: 12px 32px;
    font-size: 16px;
  }

  .line-phone {
    width: min(330px, 100%);
    min-height: 470px;
    margin: 0 auto;
    box-shadow: 12px 16px 0 #09c7bd, 0 14px 32px rgba(0, 0, 0, 0.16);
  }

  .concerns-band {
    padding-bottom: 132px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 110px), 0 100%);
  }

  .concern-slide {
    min-height: 0;
    border-radius: 34px;
    padding: 34px 24px;
  }

  .solution-pill {
    border-width: 3px;
  }

  .concern-image {
    width: min(560px, 100%);
  }

  .screen-image {
    max-height: 620px;
  }

  .people-figure {
    justify-content: center;
  }

  .people-figure img {
    width: min(90%, 420px);
  }

  .feature-card {
    padding: 28px 16px;
  }

  .month-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .calendar-grid > div {
    min-height: 78px;
    padding: 8px 4px;
    font-size: 13px;
  }

  .cal-chip {
    font-size: 11px;
  }

  .mascot {
    right: 0;
    height: 105px;
  }

  .star-mascot {
    left: 0;
    height: 92px;
  }

  .final-cta h2 {
    font-size: 26px;
  }

  .footer-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .site-nav {
    padding: 0 14px;
  }

  .nav-cta {
    padding: 9px 18px !important;
  }

  .mini-phone {
    padding: 24px 14px 20px;
  }

  .mini-list-row {
    grid-template-columns: 30px 1fr auto;
  }

  .mini-avatar {
    width: 30px;
    height: 30px;
  }

  .design-card {
    min-height: 150px;
    padding: 24px;
  }

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