:root {
  --mint: #08c8be;
  --mint-deep: #039c98;
  --mint-pale: #e5faf6;
  --ink: #173d48;
  --ink-soft: #46636a;
  --paper: #f7fffd;
  --white: #fff;
  --line: rgba(23, 61, 72, .12);
  --muted: #789198;
  --coral: #ff7a67;
  --orange: #ffb461;
  --blue: #75b8ef;
  --shadow: 0 22px 60px rgba(16, 93, 99, .13);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scrollbar-width: none; background: var(--paper); }
html::-webkit-scrollbar { width: 0; height: 0; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background-color: var(--paper); background-image: linear-gradient(rgba(8, 200, 190, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 200, 190, .035) 1px, transparent 1px); background-size: 32px 32px; letter-spacing: 0; }
body.is-locked { overflow: hidden; }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell { position: relative; width: min(100%, 1240px); margin: 0 auto; overflow: clip; background: rgba(247, 255, 253, .96); box-shadow: 0 0 80px rgba(5, 90, 90, .06); }
.site-header { position: sticky; top: 0; z-index: 60; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 clamp(20px, 5vw, 68px); border-bottom: 1px solid rgba(23, 61, 72, .08); background: rgba(247, 255, 253, .88); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 38px; height: 38px; flex: 0 0 38px; }
.brand span { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.brand strong { font-size: 15px; font-weight: 760; letter-spacing: .03em; white-space: nowrap; }
.brand small { color: var(--muted); font-family: Georgia, serif; font-size: 8px; letter-spacing: .16em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); margin-left: auto; }
.desktop-nav a { color: var(--ink-soft); font-size: 12px; transition: color 150ms ease; }
.desktop-nav a:hover { color: var(--mint-deep); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-login, .menu-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; transition: 150ms ease; }
.header-login { min-height: 34px; padding: 0 14px; color: var(--mint-deep); font-size: 11px; font-weight: 700; }
.header-login:hover { border-color: var(--mint); background: var(--mint-pale); }
.header-login svg { width: 14px; height: 14px; }
.menu-button { width: 34px; height: 34px; padding: 0; display: none; }
.menu-button svg { width: 16px; height: 16px; }

.hero-board { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 10px; overflow: hidden; padding: 88px clamp(22px, 6vw, 82px) 54px; color: var(--white); background: linear-gradient(116deg, #0ebdc4 0%, #08c8be 53%, #1bdc96 100%); }
.hero-board::before { position: absolute; top: -210px; right: -140px; width: 610px; height: 610px; content: ""; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255, 255, 255, .035), 0 0 0 104px rgba(255, 255, 255, .028); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black 0 44%, transparent 82%); }
.hero-copy, .hero-devices { position: relative; z-index: 1; }
.hero-copy { align-self: center; max-width: 530px; padding: 24px 0 12px; }
.micro-label { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }
.micro-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 180, 97, .18); }
.hero-kicker { margin: 46px 0 10px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 11px; letter-spacing: .23em; }
.hero-copy h1 { margin: 0; font-size: clamp(42px, 5.5vw, 76px); font-weight: 760; line-height: 1.08; letter-spacing: 0; }
.hero-copy h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-description { max-width: 370px; margin: 24px 0 28px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.primary-button, .outline-button, .text-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; border-radius: 999px; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.primary-button { padding: 0 18px; border: 0; color: var(--ink); background: var(--orange); box-shadow: 0 10px 20px rgba(255, 130, 87, .22); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(255, 130, 87, .3); }
.primary-button svg, .outline-button svg, .text-button svg { width: 15px; height: 15px; }
.text-button { padding: 0; border: 0; color: var(--white); background: transparent; }
.text-button:hover { color: var(--orange); }
.hero-meta { display: flex; align-items: center; gap: 13px; margin-top: 88px; color: rgba(255,255,255,.6); font-family: Georgia, serif; font-size: 9px; letter-spacing: .1em; }
.hero-meta b { color: var(--white); font-weight: 500; }
.meta-line { width: 68px; height: 1px; background: rgba(255,255,255,.5); }
.hero-devices { align-self: center; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.device-shadow { position: absolute; bottom: 48px; left: 50%; width: 320px; height: 30px; transform: translateX(-50%); border-radius: 50%; background: rgba(0, 64, 76, .2); filter: blur(14px); }
.phone { position: absolute; width: 236px; height: 472px; padding: 8px; border: 2px solid rgba(255,255,255,.82); border-radius: 36px; background: #163e4a; box-shadow: 0 28px 48px rgba(0, 80, 80, .28); }
.phone-back { transform: translate(-78px, 24px) rotate(-12deg); opacity: .86; }
.phone-front { transform: translate(66px, -5px) rotate(9deg); z-index: 2; }
.phone-speaker { position: absolute; top: 13px; left: 50%; z-index: 2; width: 68px; height: 16px; transform: translateX(-50%); border-radius: 999px; background: #163e4a; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 28px; background: #effcf9; }
.app-status, .mini-status { display: flex; justify-content: space-between; align-items: center; padding: 26px 15px 0; color: var(--ink-soft); font-size: 7px; }
.app-status span:last-child, .mini-status svg { display: inline-flex; align-items: center; gap: 4px; }
.app-status svg, .mini-status svg { width: 10px; height: 10px; }
.app-greeting { display: flex; align-items: center; justify-content: space-between; padding: 20px 16px 14px; }
.app-greeting span:first-child { display: flex; flex-direction: column; gap: 5px; }
.app-greeting small { color: var(--muted); font-size: 7px; }
.app-greeting strong { font-size: 14px; }
.app-avatar { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #ffd8a8; font-size: 10px; font-weight: 700; }
.app-score { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 13px; padding: 13px 14px; border-radius: 15px; color: var(--white); background: var(--mint); box-shadow: 0 9px 18px rgba(8, 200, 190, .2); }
.app-score > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.app-score small { font-size: 7px; opacity: .8; }
.app-score strong { font-family: Georgia, serif; font-size: 33px; font-weight: 500; line-height: 1; }
.app-score span { font-size: 7px; opacity: .86; }
.score-chart { display: flex; align-items: flex-end; gap: 3px; height: 42px; }
.score-chart i { width: 4px; border-radius: 99px; background: rgba(255,255,255,.55); }
.score-chart i:nth-child(1) { height: 13px; }.score-chart i:nth-child(2) { height: 22px; }.score-chart i:nth-child(3) { height: 18px; }.score-chart i:nth-child(4) { height: 32px; }.score-chart i:nth-child(5) { height: 25px; }.score-chart i:nth-child(6) { height: 36px; }.score-chart i:nth-child(7) { height: 30px; }
.app-section-title { display: flex; align-items: center; justify-content: space-between; margin: 18px 15px 10px; }.app-section-title strong { font-size: 11px; }.app-section-title span { display: inline-flex; align-items: center; gap: 2px; color: var(--muted); font-size: 7px; }.app-section-title svg { width: 9px; height: 9px; }
.app-shortcuts { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; padding: 0 13px; }.app-shortcuts span { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 9px 4px 8px; border: 1px solid rgba(23,61,72,.08); border-radius: 11px; background: var(--white); }.app-shortcuts svg { width: 15px; height: 15px; color: var(--mint-deep); }.app-shortcuts span:nth-child(2) svg { color: var(--coral); }.app-shortcuts span:nth-child(3) svg { color: var(--blue); }.app-shortcuts span:nth-child(4) svg { color: #e19a47; }.app-shortcuts small { color: var(--ink-soft); font-size: 7px; white-space: nowrap; }
.app-reminder { display: flex; align-items: center; gap: 8px; margin: 13px; padding: 10px; border-radius: 12px; background: #fff5e5; }.reminder-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; color: #db903a; background: #ffe0af; }.reminder-icon svg { width: 13px; height: 13px; }.app-reminder span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; min-width: 0; }.app-reminder small { color: #bd864d; font-size: 7px; }.app-reminder strong { overflow: hidden; color: var(--ink); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.app-reminder > svg { width: 12px; height: 12px; margin-left: auto; color: #bd864d; }
.phone-tabbar { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5,1fr); align-items: end; min-height: 47px; padding: 6px 5px 6px; background: rgba(255,255,255,.95); border-top: 1px solid rgba(23,61,72,.08); }.phone-tabbar span { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--muted); font-size: 6px; }.phone-tabbar svg { width: 12px; height: 12px; }.phone-tabbar .is-active { color: var(--mint-deep); }.phone-tabbar .tab-vip { width: 28px; height: 28px; justify-self: center; margin-top: -13px; padding-top: 6px; border: 3px solid #effcf9; border-radius: 50%; color: var(--white); background: var(--coral); box-shadow: 0 5px 12px rgba(255,122,103,.28); }.phone-tabbar .tab-vip svg { width: 13px; height: 13px; }
.mini-screen { background: #f3fffb; }.mini-welcome { display: flex; flex-direction: column; gap: 5px; padding: 30px 15px 13px; }.mini-welcome span { color: var(--muted); font-size: 7px; }.mini-welcome strong { font-size: 13px; }.mini-rings { display: flex; align-items: center; justify-content: space-evenly; margin: 0 12px; padding: 18px 9px; border-radius: 15px; background: #dff8f3; }.mini-rings span { width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid var(--mint); border-radius: 50%; color: var(--ink); font-family: Georgia, serif; font-size: 16px; }.mini-rings .ring-two { border-color: var(--orange); }.mini-rings small { display: block; font-family: inherit; color: var(--muted); font-size: 6px; }.mini-list { display: grid; gap: 8px; margin: 19px 15px; }.mini-list span { height: 34px; border-radius: 9px; background: var(--white); }.mini-list span:nth-child(2) { width: 86%; background: #ffe9e3; }.mini-list span:nth-child(3) { width: 65%; background: #e9f0ff; }.mini-nav { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-around; padding: 15px 12px 12px; background: var(--white); }.mini-nav svg { width: 13px; height: 13px; color: var(--muted); }.mini-nav svg:nth-child(3) { color: var(--coral); }
.device-note { position: absolute; right: -10px; bottom: 11px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-family: Georgia, serif; font-size: 9px; letter-spacing: .1em; transform: rotate(-90deg); transform-origin: right bottom; }.device-note span:first-child { color: var(--white); }.device-note::before { width: 52px; height: 1px; content: ""; background: rgba(255,255,255,.52); }

.section { padding: clamp(70px, 9vw, 126px) clamp(22px, 7vw, 90px); }
.section-heading { display: grid; grid-template-columns: 50px minmax(0, 1fr) minmax(150px, 250px); align-items: start; gap: 24px; margin-bottom: 48px; }.section-index { color: var(--mint-deep); font-family: Georgia, serif; font-size: 14px; letter-spacing: .08em; }.section-kicker { margin: 0 0 12px; color: var(--mint-deep); font-family: Georgia, serif; font-size: 10px; letter-spacing: .18em; }.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); font-weight: 740; line-height: 1.15; letter-spacing: 0; }.section-heading h2 em { color: var(--mint-deep); }.section-side-note { max-width: 240px; justify-self: end; margin: 25px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }.overview-section { background: rgba(255,255,255,.7); }.overview-board { display: grid; grid-template-columns: 1.2fr 1fr .4fr; gap: 0; min-height: 260px; border: 1px solid var(--line); background: var(--white); }.overview-statement { position: relative; padding: 42px 42px 34px; border-right: 1px solid var(--line); }.quote-mark { position: absolute; top: 24px; left: 26px; color: var(--mint); font-family: Georgia, serif; font-size: 60px; line-height: .8; }.overview-statement p { max-width: 330px; margin: 18px 0 28px; font-size: 20px; font-weight: 600; line-height: 1.6; }.statement-line { width: 54px; height: 2px; display: block; background: var(--coral); }.overview-statement small { display: block; margin-top: 16px; color: var(--muted); font-family: Georgia, serif; font-size: 8px; letter-spacing: .14em; }.overview-stat { display: grid; grid-template-columns: repeat(3, 1fr); align-content: center; gap: 24px; padding: 34px; border-right: 1px solid var(--line); }.overview-stat div { display: flex; flex-direction: column; gap: 8px; }.overview-stat strong { color: var(--mint-deep); font-family: Georgia, serif; font-size: 42px; font-weight: 500; line-height: 1; }.overview-stat strong small { font-size: 16px; }.overview-stat span { color: var(--muted); font-size: 10px; line-height: 1.5; }.overview-palette { display: flex; flex-direction: column; gap: 0; }.overview-palette span { flex: 1; min-height: 50px; background: var(--swatch); }

.framework-section { background: #e9fbf7; }.framework-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center; }.framework-map { position: relative; min-height: 470px; border: 1px solid rgba(8, 200, 190, .28); background-image: linear-gradient(rgba(8,200,190,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(8,200,190,.13) 1px, transparent 1px); background-size: 36px 36px; }.framework-map::before, .framework-map::after { position: absolute; top: 50%; left: 50%; content: ""; border: 1px solid rgba(8,200,190,.28); border-radius: 50%; transform: translate(-50%,-50%); }.framework-map::before { width: 260px; height: 260px; }.framework-map::after { width: 410px; height: 410px; border-color: rgba(8,200,190,.16); }.map-center { position: absolute; top: 50%; left: 50%; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 5px; width: 136px; height: 136px; justify-content: center; transform: translate(-50%,-50%); border-radius: 50%; color: var(--white); background: var(--mint); box-shadow: 0 16px 30px rgba(8,200,190,.22); }.map-center img { width: 35px; height: 35px; filter: brightness(0) invert(1); }.map-center strong { font-size: 15px; }.map-center small { color: rgba(255,255,255,.76); font-size: 9px; }.map-node { position: absolute; z-index: 3; width: 102px; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 11px 6px; border: 1px solid rgba(8,200,190,.2); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 10px 20px rgba(16,93,99,.08); text-align: center; }.map-node::before { position: absolute; width: 1px; height: 50px; content: ""; background: rgba(8,200,190,.32); }.map-node i { width: 17px; height: 17px; color: var(--mint-deep); }.map-node b { font-size: 11px; }.map-node small { color: var(--muted); font-size: 8px; }.node-one { top: 26px; left: 27%; }.node-one::before { bottom: -50px; }.node-two { top: 24%; right: 5%; }.node-two::before { bottom: -44px; transform: rotate(88deg); transform-origin: top; }.node-three { right: 20%; bottom: 20px; }.node-three::before { top: -46px; }.node-four { bottom: 23px; left: 18%; }.node-four::before { top: -48px; transform: rotate(-78deg); transform-origin: top; }.node-five { top: 35%; left: 4%; }.node-five::before { right: -52px; transform: rotate(90deg); transform-origin: top; }.node-six { top: 42%; right: 5%; }.node-six::before { left: -49px; transform: rotate(-90deg); transform-origin: top; }.framework-list { display: grid; gap: 0; }.framework-list article { display: grid; grid-template-columns: 34px 1fr 16px; gap: 14px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(23,61,72,.14); }.framework-list article:first-child { border-top: 1px solid rgba(23,61,72,.14); }.framework-list article > span { color: var(--mint-deep); font-family: Georgia, serif; font-size: 11px; }.framework-list strong { display: block; font-size: 18px; }.framework-list p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }.framework-list article > i { width: 15px; height: 15px; color: var(--coral); }

.prototype-section { background: var(--white); }.outline-button { padding: 0 17px; border: 1px solid var(--mint); color: var(--mint-deep); background: transparent; }.outline-button:hover { color: var(--white); background: var(--mint); }.prototype-board { padding: 26px; border: 1px solid var(--line); background: #f5fffd; }.prototype-caption { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--ink-soft); font-size: 11px; }.prototype-caption small { color: var(--muted); font-size: 9px; }.app-frame { overflow: hidden; border: 1px solid rgba(23,61,72,.15); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }.frame-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--muted); }.frame-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d8f3ee; }.frame-bar > span:nth-child(2) { background: #ffe0b7; }.frame-bar > span:nth-child(3) { background: #ffb6a8; }.frame-bar strong { margin: 0 auto; color: var(--muted); font-size: 10px; font-weight: 500; }.frame-bar svg { width: 15px; height: 15px; }.frame-body { display: grid; grid-template-columns: 158px 1fr; min-height: 420px; }.frame-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 24px 16px; border-right: 1px solid var(--line); background: #effcf9; }.frame-sidebar > img { width: 32px; height: 32px; margin: 0 0 20px; }.frame-sidebar > span { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 9px; color: var(--muted); font-size: 11px; }.frame-sidebar > span svg { width: 15px; height: 15px; }.frame-sidebar .sidebar-active { color: var(--mint-deep); background: var(--white); box-shadow: 0 4px 10px rgba(16,93,99,.06); }.frame-sidebar button { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 11px; border: 0; border-radius: 11px; color: var(--white); background: var(--coral); cursor: pointer; }.frame-sidebar button svg { width: 16px; height: 16px; }.frame-sidebar button small { font-size: 10px; }.frame-main { padding: 28px 34px; }.frame-topline { display: flex; align-items: center; justify-content: space-between; }.frame-topline small { color: var(--muted); font-size: 10px; }.frame-topline h3 { margin: 8px 0 0; font-size: 22px; }.frame-profile { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #ffe0b2; font-weight: 700; }.frame-health { display: flex; justify-content: space-between; gap: 25px; margin-top: 24px; padding: 23px; border-radius: 15px; color: var(--white); background: var(--mint); }.frame-health > div:first-child { display: flex; flex-direction: column; gap: 5px; }.frame-health span { font-size: 10px; opacity: .84; }.frame-health strong { font-family: Georgia, serif; font-size: 54px; font-weight: 500; line-height: 1; }.frame-health small { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; opacity: .84; }.frame-health small svg { width: 12px; height: 12px; }.health-bars { display: flex; align-items: flex-end; gap: 5px; height: 74px; padding-bottom: 18px; }.health-bars i { width: 8px; border-radius: 99px; background: rgba(255,255,255,.48); }.health-bars i:nth-child(1){height:18px}.health-bars i:nth-child(2){height:28px}.health-bars i:nth-child(3){height:23px}.health-bars i:nth-child(4){height:46px}.health-bars i:nth-child(5){height:38px}.health-bars i:nth-child(6){height:58px}.health-bars i:nth-child(7){height:47px}.health-bars i:nth-child(8){height:63px}.health-bars i:nth-child(9){height:54px}.health-bars i:nth-child(10){height:68px}.health-bars span { position: absolute; margin-top: 93px; color: rgba(255,255,255,.68); font-size: 8px; }.frame-heading { display: flex; align-items: center; justify-content: space-between; margin: 27px 0 12px; }.frame-heading strong { font-size: 14px; }.frame-heading button { display: inline-flex; align-items: center; gap: 3px; padding: 0; border: 0; color: var(--mint-deep); background: transparent; font-size: 10px; cursor: pointer; }.frame-heading svg { width: 12px; height: 12px; }.frame-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.frame-service-grid button { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; min-height: 110px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); text-align: left; cursor: pointer; transition: 150ms ease; }.frame-service-grid button:hover { border-color: var(--mint); transform: translateY(-2px); }.frame-service-grid svg { width: 18px; height: 18px; color: var(--mint-deep); }.frame-service-grid button:nth-child(2) svg { color: var(--coral); }.frame-service-grid button:nth-child(3) svg { color: var(--blue); }.frame-service-grid button:nth-child(4) svg { color: #d99950; }.frame-service-grid strong { font-size: 12px; }.frame-service-grid small { color: var(--muted); font-size: 9px; line-height: 1.4; }.frame-reminder { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px; border-radius: 12px; background: #fff5e6; }.frame-reminder > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #d89347; background: #ffe0ad; }.frame-reminder svg { width: 16px; height: 16px; }.frame-reminder div { display: flex; flex-direction: column; gap: 4px; }.frame-reminder small { color: #bf8750; font-size: 9px; }.frame-reminder strong { font-size: 11px; }.frame-reminder > svg { width: 15px; height: 15px; margin-left: auto; color: #bf8750; }

.logo-section { background: #f2fffc; }.logo-board { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 340px; border: 1px solid var(--line); background: var(--white); }.logo-display { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; border-right: 1px solid var(--line); background: var(--mint); }.logo-display::after { position: absolute; right: 12%; bottom: 14%; width: 150px; height: 150px; content: ""; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; }.logo-display img { position: relative; z-index: 1; width: 124px; height: 124px; filter: brightness(0) invert(1); }.logo-display > span { color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; }.logo-notes { display: grid; align-content: center; gap: 0; padding: 38px 44px; }.logo-notes > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }.logo-notes > div:last-child { border-bottom: 0; }.logo-notes span { color: var(--coral); font-family: Georgia, serif; font-size: 10px; }.logo-notes strong { font-size: 15px; }.logo-notes p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.visual-section { background: var(--white); }.visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.visual-colors, .visual-type { min-height: 310px; border: 1px solid var(--line); background: var(--paper); }.visual-colors { display: grid; grid-template-rows: 1fr 1fr; }.color-swatch { display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; min-height: 120px; padding: 20px; color: var(--white); background: var(--swatch); }.color-swatch span { font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }.color-swatch strong { font-size: 17px; }.main-swatch { --swatch: var(--mint); }.color-row { display: grid; grid-template-columns: 1fr 1fr; }.coral { --swatch: var(--coral); }.orange { --swatch: var(--orange); color: var(--ink); }.visual-type { display: flex; flex-direction: column; padding: 30px 34px; }.type-label { color: var(--muted); font-family: Georgia, serif; font-size: 9px; letter-spacing: .16em; }.visual-type > strong { margin-top: 32px; font-size: 28px; line-height: 1.35; }.visual-type > p { max-width: 340px; margin: 20px 0; color: var(--muted); font-size: 11px; line-height: 1.8; }.type-scale { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }.type-scale span { font-size: 12px; }.type-scale b { margin-left: auto; color: var(--mint-deep); font-family: Georgia, serif; font-size: 24px; font-weight: 500; }.type-scale small { color: var(--muted); font-family: Georgia, serif; font-size: 8px; }
.services-section { background: #e9fbf7; }.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 13px; }.service-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 220px; padding: 23px; border: 1px solid rgba(23,61,72,.12); border-radius: 12px; background: var(--white); text-align: left; cursor: pointer; transition: 160ms ease; }.service-card:hover { border-color: var(--mint); box-shadow: 0 16px 28px rgba(16,93,99,.1); transform: translateY(-3px); }.service-card.featured { color: var(--white); background: var(--mint); }.service-no { color: var(--mint-deep); font-family: Georgia, serif; font-size: 10px; }.service-card.featured .service-no { color: rgba(255,255,255,.68); }.service-card > svg { width: 25px; height: 25px; margin: 27px 0 19px; color: var(--mint-deep); }.service-card.featured > svg { color: var(--white); }.service-card strong { font-size: 20px; }.service-card p { max-width: 230px; margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }.service-card.featured p { color: rgba(255,255,255,.76); }.service-card b { display: inline-flex; align-items: center; gap: 4px; margin-top: auto; padding-top: 22px; color: var(--mint-deep); font-size: 10px; }.service-card.featured b { color: var(--white); }.service-card b svg { width: 13px; height: 13px; }
.doctors-section { background: var(--white); }.doctor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.doctor-card { display: grid; grid-template-columns: 58px 1fr 16px; align-items: center; gap: 14px; min-height: 102px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-align: left; cursor: pointer; transition: 150ms ease; }.doctor-card:hover { border-color: var(--mint); transform: translateY(-2px); }.doctor-initial { width: 58px; height: 70px; display: grid; place-items: center; border-radius: 10px; color: var(--white); background: #75b8ef; font-size: 21px; font-weight: 700; }.doctor-initial.coral-bg { background: var(--coral); }.doctor-initial.orange-bg { color: var(--ink); background: var(--orange); }.doctor-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 5px; min-width: 0; }.doctor-card strong { font-size: 14px; }.doctor-card small { color: var(--muted); font-size: 10px; }.doctor-card em { color: var(--mint-deep); font-size: 9px; font-style: normal; }.doctor-card > svg { width: 15px; height: 15px; color: var(--coral); }
.closing-board { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; min-height: 360px; padding: 74px clamp(22px, 7vw, 90px); color: var(--white); background: var(--ink); }.closing-board .section-kicker { color: var(--mint); }.closing-board h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.15; }.closing-board > div:last-child > p:last-of-type { max-width: 340px; margin: 18px 0 25px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.8; }.primary-button.light { color: var(--ink); background: var(--orange); }.closing-art { position: relative; min-height: 230px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); overflow: hidden; }.closing-circle { position: absolute; width: 320px; height: 320px; border: 1px solid rgba(8,200,190,.45); border-radius: 50%; box-shadow: 0 0 0 36px rgba(8,200,190,.06), 0 0 0 80px rgba(8,200,190,.045); }.closing-art img { position: relative; z-index: 1; width: 92px; height: 92px; filter: brightness(0) invert(1); }.closing-label { position: absolute; right: 18px; bottom: 16px; color: rgba(255,255,255,.56); font-family: Georgia, serif; font-size: 9px; letter-spacing: .16em; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px clamp(22px, 7vw, 90px) calc(28px + var(--safe-bottom)); color: var(--muted); background: var(--paper); font-size: 10px; }.footer-brand { display: inline-flex; align-items: center; gap: 8px; }.footer-brand img { width: 26px; height: 26px; }.footer-brand span { display: flex; flex-direction: column; gap: 3px; }.footer-brand strong { color: var(--ink); font-size: 11px; }.footer-brand small { font-size: 8px; }.site-footer button { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; color: var(--mint-deep); background: transparent; font-size: 10px; cursor: pointer; }.site-footer button svg { width: 13px; height: 13px; }
.bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; width: min(100%, 640px); display: none; grid-template-columns: repeat(5,1fr); min-height: 64px; margin: 0 auto; padding: 6px 8px calc(6px + var(--safe-bottom)); border-top: 1px solid rgba(23,61,72,.1); background: rgba(247,255,253,.96); backdrop-filter: blur(18px); }.bottom-nav a, .bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 0; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 9px; cursor: pointer; }.bottom-nav a.is-active, .bottom-nav button:hover { color: var(--mint-deep); }.bottom-nav svg { width: 18px; height: 18px; }.bottom-nav .vip-nav-button { position: relative; margin-top: -18px; }.vip-nav-button > span { width: 48px; height: 48px; display: grid; place-items: center; border: 5px solid var(--paper); border-radius: 50%; color: var(--white); background: var(--coral); box-shadow: 0 8px 18px rgba(255,122,103,.28); }.vip-nav-button svg { width: 21px; height: 21px; }.vip-nav-button small { margin-top: 3px; color: var(--coral); font-size: 9px; font-weight: 700; }

.overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; padding: 0; background: rgba(14, 49, 55, .42); opacity: 0; pointer-events: none; transition: opacity 220ms ease; }.overlay.is-open { opacity: 1; pointer-events: auto; }.bottom-sheet { position: relative; width: min(100%, 640px); max-height: 86vh; overflow: auto; padding: 18px 24px calc(26px + var(--safe-bottom)); border-radius: 26px 26px 0 0; background: var(--paper); transform: translateY(102%); transition: transform 260ms cubic-bezier(.2,.8,.2,1); box-shadow: 0 -20px 50px rgba(18,64,70,.18); }.overlay.is-open .bottom-sheet { transform: translateY(0); }.sheet-close { position: absolute; top: 20px; right: 22px; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: var(--white); cursor: pointer; }.sheet-close svg { width: 15px; height: 15px; }.sheet-handle { width: 42px; height: 4px; margin: 0 auto 22px; border-radius: 99px; background: rgba(23,61,72,.18); }.sheet-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-right: 42px; }.sheet-heading .section-kicker { margin-bottom: 8px; }.sheet-heading h2 { margin: 0; font-size: 28px; }.vip-status { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: var(--coral); background: #ffe7e2; font-size: 9px; font-weight: 700; }.vip-status.is-logged { color: var(--mint-deep); background: var(--mint-pale); }.sheet-lead { max-width: 450px; margin: 12px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.75; }.qr-stage { position: relative; width: min(100%, 330px); min-height: 280px; display: grid; place-items: center; margin: 0 auto; border: 1px solid var(--line); background: var(--white); }.qr-large { width: 214px; height: 214px; display: grid; grid-template-columns: repeat(21,1fr); grid-template-rows: repeat(21,1fr); padding: 13px; gap: 0; border: 8px solid var(--ink); background: var(--white); transition: filter 180ms ease; }.qr-large span { display: block; background: var(--ink); }.qr-stage.is-obscured .qr-large { filter: blur(10px); opacity: .48; }.qr-mask { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ink); background: rgba(247,255,253,.42); text-align: center; }.qr-mask svg { width: 23px; height: 23px; color: var(--coral); }.qr-mask strong { font-size: 17px; }.qr-mask span { color: var(--muted); font-size: 10px; }.qr-mask .primary-button { min-height: 36px; margin-top: 7px; font-size: 10px; }.qr-stage.is-unlocked .qr-mask { display: none; }.vip-benefits { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin: 20px auto 0; max-width: 420px; }.vip-benefits span { display: flex; flex-direction: column; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }.vip-benefits svg { width: 18px; height: 18px; color: var(--mint-deep); }.sheet-note { display: flex; align-items: flex-start; gap: 5px; margin: 18px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }.sheet-note svg { width: 12px; height: 12px; flex: 0 0 12px; margin-top: 1px; }.detail-sheet, .profile-sheet { min-height: 320px; }.detail-body { padding: 12px 3px 0; }.detail-body .section-kicker { margin-bottom: 8px; }.detail-body h2 { margin: 0; font-size: 30px; }.detail-body > p { max-width: 470px; color: var(--muted); font-size: 12px; line-height: 1.8; }.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }.detail-tags span { padding: 6px 9px; border-radius: 999px; color: var(--mint-deep); background: var(--mint-pale); font-size: 9px; }.detail-list { display: grid; gap: 10px; margin: 18px 0; padding: 0; list-style: none; }.detail-list li { display: flex; align-items: flex-start; gap: 7px; color: var(--ink-soft); font-size: 11px; }.detail-list svg { width: 13px; height: 13px; flex: 0 0 13px; color: var(--mint-deep); }.consult-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; padding: 15px; border-radius: 12px; background: #e9fbf7; }.consult-card > div { display: flex; flex-direction: column; gap: 4px; }.consult-card small { color: var(--muted); font-size: 9px; }.consult-card strong { font-size: 22px; }.consult-card span { color: var(--coral); font-size: 10px; }.profile-login { display: flex; align-items: center; gap: 12px; margin: 22px 0; padding: 16px; border-radius: 14px; background: var(--white); }.profile-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #ffe0b2; font-weight: 700; }.profile-login > div { display: flex; flex-direction: column; gap: 5px; min-width: 0; }.profile-login strong { font-size: 14px; }.profile-login small { color: var(--muted); font-size: 10px; }.profile-login button { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; padding: 8px 11px; border: 0; border-radius: 999px; color: var(--white); background: var(--mint); font-size: 10px; cursor: pointer; }.profile-login button svg { width: 12px; height: 12px; }.profile-links { display: grid; gap: 0; }.profile-links button { display: grid; grid-template-columns: 22px 1fr 15px; align-items: center; gap: 10px; min-height: 60px; padding: 0; border: 0; border-bottom: 1px solid var(--line); color: var(--muted); background: transparent; text-align: left; cursor: pointer; }.profile-links button > svg:first-child { width: 17px; height: 17px; color: var(--mint-deep); }.profile-links button > svg:last-child { width: 14px; height: 14px; }.profile-links span { display: flex; flex-direction: column; gap: 4px; }.profile-links strong { color: var(--ink); font-size: 12px; }.profile-links small { font-size: 9px; }
.toast { position: fixed; right: 50%; bottom: calc(82px + var(--safe-bottom)); z-index: 130; max-width: min(88vw, 360px); padding: 11px 15px; border-radius: 999px; color: var(--white); background: rgba(23,61,72,.93); font-size: 10px; opacity: 0; pointer-events: none; transform: translate(50%, 10px); transition: 180ms ease; }.toast.is-visible { opacity: 1; transform: translate(50%, 0); }

@media (max-width: 880px) { .desktop-nav { gap: 16px; }.desktop-nav a { font-size: 11px; }.hero-board { grid-template-columns: .9fr 1.1fr; padding-right: 34px; padding-left: 34px; }.phone { width: 210px; height: 420px; }.phone-front { transform: translate(49px, -4px) rotate(9deg); }.phone-back { transform: translate(-61px, 24px) rotate(-12deg); }.hero-devices { min-height: 455px; }.overview-board { grid-template-columns: 1fr .95fr .24fr; }.overview-statement { padding: 32px; }.overview-statement p { font-size: 17px; }.framework-layout { gap: 32px; }.frame-main { padding: 24px; }.frame-sidebar { padding: 22px 12px; }.frame-service-grid { gap: 7px; }.frame-service-grid button { padding: 11px; }.frame-service-grid strong { font-size: 11px; }.frame-service-grid small { font-size: 8px; } }
@media (max-width: 680px) { body { background-size: 26px 26px; }.site-shell { width: 100%; }.site-header { min-height: 62px; padding: 0 18px; }.brand img { width: 34px; height: 34px; }.brand strong { font-size: 14px; }.desktop-nav { display: none; }.menu-button { display: grid; }.header-login { min-height: 32px; padding: 0 11px; font-size: 10px; }.hero-board { display: block; min-height: 720px; padding: 70px 22px 34px; }.hero-copy { max-width: none; padding: 10px 0 0; }.hero-kicker { margin-top: 34px; }.hero-copy h1 { font-size: 45px; }.hero-description { max-width: 300px; margin-top: 20px; font-size: 12px; }.hero-meta { margin-top: 33px; }.hero-devices { min-height: 365px; margin-top: 22px; }.phone { width: 168px; height: 336px; padding: 6px; border-radius: 27px; }.phone-screen { border-radius: 21px; }.phone-speaker { top: 10px; width: 48px; height: 11px; }.phone-front { transform: translate(43px, 0) rotate(9deg); }.phone-back { transform: translate(-45px, 18px) rotate(-12deg); }.app-status, .mini-status { padding: 19px 11px 0; font-size: 5px; }.app-status svg, .mini-status svg { width: 7px; height: 7px; }.app-greeting { padding: 15px 11px 10px; }.app-greeting small { font-size: 5px; }.app-greeting strong { font-size: 10px; }.app-avatar { width: 20px; height: 20px; font-size: 8px; }.app-score { margin: 0 9px; padding: 10px; border-radius: 11px; }.app-score small, .app-score span { font-size: 5px; }.app-score strong { font-size: 24px; }.score-chart { height: 30px; gap: 2px; }.score-chart i { width: 3px; }.app-section-title { margin: 12px 10px 7px; }.app-section-title strong { font-size: 8px; }.app-section-title span { font-size: 5px; }.app-shortcuts { gap: 4px; padding: 0 9px; }.app-shortcuts span { gap: 4px; padding: 6px 2px; border-radius: 8px; }.app-shortcuts svg { width: 11px; height: 11px; }.app-shortcuts small { font-size: 5px; }.app-reminder { gap: 5px; margin: 9px; padding: 7px; border-radius: 8px; }.reminder-icon { width: 18px; height: 18px; border-radius: 6px; }.reminder-icon svg { width: 10px; height: 10px; }.app-reminder small { font-size: 5px; }.app-reminder strong { font-size: 6px; }.app-reminder > svg { width: 9px; height: 9px; }.phone-tabbar { min-height: 34px; padding: 3px 2px 4px; }.phone-tabbar span { gap: 2px; font-size: 4px; }.phone-tabbar svg { width: 8px; height: 8px; }.phone-tabbar .tab-vip { width: 20px; height: 20px; padding-top: 3px; border-width: 3px; margin-top: -9px; }.phone-tabbar .tab-vip svg { width: 9px; height: 9px; }.mini-welcome { padding: 22px 11px 10px; }.mini-welcome span { font-size: 5px; }.mini-welcome strong { font-size: 10px; }.mini-rings { margin: 0 8px; padding: 12px 5px; }.mini-rings span { width: 42px; height: 42px; border-width: 3px; font-size: 12px; }.mini-rings small { font-size: 4px; }.mini-list { gap: 5px; margin: 12px 11px; }.mini-list span { height: 24px; border-radius: 6px; }.mini-nav { padding: 9px 7px 8px; }.mini-nav svg { width: 9px; height: 9px; }.device-note { right: -13px; bottom: 4px; font-size: 7px; }.device-note::before { width: 28px; }.section { padding: 70px 18px; }.section-heading { grid-template-columns: 30px 1fr; gap: 13px; margin-bottom: 32px; }.section-index { font-size: 11px; }.section-kicker { font-size: 8px; margin-bottom: 9px; }.section-heading h2 { font-size: 29px; }.section-side-note { grid-column: 2; justify-self: start; max-width: 280px; margin: 0; font-size: 10px; }.section-heading > .outline-button { grid-column: 2; justify-self: start; }.overview-board { display: block; min-height: 0; }.overview-statement { padding: 32px 25px; border-right: 0; border-bottom: 1px solid var(--line); }.overview-statement p { margin-top: 14px; font-size: 17px; }.overview-stat { padding: 25px; border-right: 0; border-bottom: 1px solid var(--line); }.overview-stat strong { font-size: 34px; }.overview-palette { flex-direction: row; min-height: 54px; }.overview-palette span { min-height: 54px; }.framework-layout { display: block; }.framework-map { min-height: 360px; margin-bottom: 32px; background-size: 28px 28px; }.framework-map::before { width: 210px; height: 210px; }.framework-map::after { width: 310px; height: 310px; }.map-center { width: 108px; height: 108px; }.map-center img { width: 28px; height: 28px; }.map-center strong { font-size: 13px; }.map-center small { font-size: 8px; }.map-node { width: 80px; padding: 8px 4px; border-radius: 9px; }.map-node i { width: 14px; height: 14px; }.map-node b { font-size: 9px; }.map-node small { font-size: 7px; }.node-one { top: 14px; left: 24%; }.node-two { top: 20%; right: 1%; }.node-three { right: 13%; bottom: 12px; }.node-four { bottom: 12px; left: 8%; }.node-five { top: 35%; left: 0; }.node-six { top: 45%; right: 0; }.map-node::before { height: 30px; }.node-one::before { bottom: -30px; }.node-two::before { bottom: -28px; }.node-three::before { top: -30px; }.node-four::before { top: -30px; }.node-five::before { right: -32px; }.node-six::before { left: -31px; }.prototype-board { padding: 12px; }.prototype-caption { gap: 8px; margin: 0 3px 10px; font-size: 9px; }.prototype-caption small { font-size: 7px; text-align: right; }.frame-body { display: block; min-height: 0; }.frame-sidebar { display: none; }.frame-main { padding: 18px 14px 20px; }.frame-topline h3 { font-size: 17px; }.frame-profile { width: 30px; height: 30px; font-size: 11px; }.frame-health { gap: 10px; margin-top: 16px; padding: 16px; }.frame-health strong { font-size: 42px; }.frame-health span, .frame-health small { font-size: 8px; }.health-bars { gap: 3px; height: 57px; }.health-bars i { width: 5px; }.health-bars span { margin-top: 71px; font-size: 6px; }.frame-heading { margin: 20px 0 10px; }.frame-heading strong { font-size: 12px; }.frame-heading button { font-size: 8px; }.frame-service-grid { grid-template-columns: repeat(2,1fr); gap: 7px; }.frame-service-grid button { min-height: 93px; padding: 11px; }.frame-service-grid svg { width: 16px; height: 16px; }.frame-service-grid strong { font-size: 11px; }.frame-service-grid small { font-size: 8px; }.frame-reminder { gap: 8px; margin-top: 11px; padding: 11px; }.frame-reminder > span { width: 25px; height: 25px; }.frame-reminder strong { font-size: 9px; }.logo-board { display: block; }.logo-display { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }.logo-display img { width: 92px; height: 92px; }.logo-notes { padding: 22px 20px; }.logo-notes > div { grid-template-columns: 25px 1fr; gap: 9px; padding: 13px 0; }.logo-notes strong { font-size: 13px; }.logo-notes p { font-size: 10px; }.visual-grid { display: block; }.visual-colors { margin-bottom: 12px; }.visual-type { min-height: 270px; padding: 24px; }.visual-type > strong { margin-top: 22px; font-size: 23px; }.service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }.service-card { min-height: 200px; padding: 16px; border-radius: 10px; }.service-card > svg { width: 21px; height: 21px; margin: 22px 0 15px; }.service-card strong { font-size: 16px; }.service-card p { font-size: 10px; }.service-card b { padding-top: 15px; font-size: 9px; }.doctor-grid { display: block; }.doctor-card { margin-bottom: 8px; }.closing-board { display: block; min-height: 0; padding: 60px 22px 74px; }.closing-art { min-height: 180px; margin-bottom: 45px; }.closing-art img { width: 70px; height: 70px; }.closing-board h2 { font-size: 36px; }.site-footer { padding: 18px 18px calc(83px + var(--safe-bottom)); font-size: 9px; }.site-footer > span { display: none; }.bottom-nav { display: grid; }.bottom-sheet { max-height: 88vh; padding-right: 18px; padding-left: 18px; }.sheet-heading h2 { font-size: 25px; }.qr-stage { min-height: 255px; }.qr-large { width: 190px; height: 190px; }.vip-benefits { gap: 3px; }.vip-benefits span { font-size: 8px; }.vip-benefits svg { width: 16px; height: 16px; }.toast { bottom: calc(78px + var(--safe-bottom)); } }
@media (max-width: 390px) { .hero-copy h1 { font-size: 40px; }.hero-board { min-height: 700px; }.hero-devices { min-height: 340px; }.phone { width: 153px; height: 306px; }.phone-front { transform: translate(38px, 0) rotate(9deg); }.phone-back { transform: translate(-40px, 17px) rotate(-12deg); }.service-card { min-height: 190px; }.service-card strong { font-size: 15px; }.vip-benefits span { font-size: 7px; } }
