/* FuseSchedule site — transcribed 1:1 from FuseSchedule-Web.dc.html */
* { box-sizing: border-box; }
html, body { margin: 0; background: #F5F7F8; }
body { color: #1F4E5A; font-family: 'Sora', system-ui, sans-serif; min-height: 100vh; }
a { color: #1F4E5A; text-decoration: none; }
a:hover { color: #163740; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245,247,248,0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid #e2e9ec; }
.site-header .inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; }
.brand { display: flex; align-items: center; gap: 10px; color: #1F4E5A; }
.brand .logo { position: relative; width: 30px; height: 30px; }
.brand .logo .sq1 { position: absolute; width: 20px; height: 20px; border-radius: 6px; background: #5FBFC9; opacity: 0.75; top: 0; left: 0; }
.brand .logo .sq2 { position: absolute; width: 20px; height: 20px; border-radius: 6px; background: #F2A81D; opacity: 0.75; top: 9px; left: 9px; mix-blend-mode: multiply; }
.brand .name { font-size: 19px; font-weight: 700; letter-spacing: -0.3px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 15px; font-weight: 500; color: #5a7079; }
.nav a.active { font-weight: 600; color: #1F4E5A; }
.nav a.cta { background: #1F4E5A; color: #fff; font-size: 14px; font-weight: 600; border-radius: 11px; padding: 10px 18px; }

/* hero */
.hero { max-width: 1140px; margin: 0 auto; padding: 70px 28px 40px; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero .pill { display: inline-block; font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #158a99; background: #e6f4f6; border-radius: 20px; padding: 7px 14px; margin-bottom: 22px; }
.hero h1 { font-size: 60px; font-weight: 700; line-height: 1.02; letter-spacing: -1.5px; margin: 0 0 20px; }
.hero h1 .accent { color: #158a99; }
.hero .sub { font-size: 19px; line-height: 1.5; color: #5a7079; max-width: 470px; margin-bottom: 32px; }
.hero .cta-row { display: flex; gap: 14px; align-items: center; }
.store-btn { display: flex; align-items: center; gap: 10px; background: #1F4E5A; color: #fff; border-radius: 14px; padding: 14px 22px; }
.store-btn .small { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: #a9cdd3; }
.store-btn .big { font-size: 17px; font-weight: 600; }
.price-note { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #8aa0a8; line-height: 1.4; }

/* phone mockup */
.phone-wrap { display: flex; justify-content: center; height: 560px; overflow: hidden; align-items: flex-start; }
.phone { width: 402px; height: 874px; transform: scale(0.62); transform-origin: top center; background: #F5F7F8; border-radius: 54px; border: 10px solid #1F4E5A; overflow: hidden; box-shadow: 0 30px 60px rgba(31,78,90,0.28); }
.phone .p-head { padding: 64px 20px 6px; }
.phone .p-kicker { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #8aa0a8; }
.phone .p-title { font-size: 32px; font-weight: 700; letter-spacing: -0.6px; line-height: 1.1; }
.phone .p-banner { margin: 12px 16px 0; border-radius: 16px; padding: 14px 16px; background: #e6f4f6; border: 1px solid #bfe4e9; display: flex; align-items: center; gap: 10px; }
.phone .p-banner .dot { width: 10px; height: 10px; border-radius: 50%; background: #158a99; flex-shrink: 0; }
.phone .p-banner .t { font-size: 15px; font-weight: 600; color: #158a99; }
.phone .p-banner .s { font-size: 13px; color: #5a7079; }
.phone .p-card { margin: 14px 16px 0; background: #fff; border: 1px solid #e2e9ec; border-radius: 18px; overflow: hidden; }
.phone .p-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid #eef3f4; }
.phone .p-row .swatch { width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0; }
.phone .p-row .n { flex: 1; font-size: 15px; font-weight: 600; }
.phone .p-row .badge { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 600; border-radius: 8px; padding: 4px 8px; background: #e6f4f6; color: #158a99; }
.phone .p-gen { margin: 18px 16px 0; height: 54px; border-radius: 16px; background: #F2A81D; color: #1F4E5A; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; }

/* features */
.features { background: #fff; border-top: 1px solid #e2e9ec; border-bottom: 1px solid #e2e9ec; }
.features .inner { max-width: 1140px; margin: 0 auto; padding: 64px 28px; }
.kicker { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #8aa0a8; margin-bottom: 10px; }
.features h2 { font-size: 34px; font-weight: 700; letter-spacing: -0.6px; max-width: 560px; margin: 0 0 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { background: #f5f9fa; border: 1px solid #e2e9ec; border-radius: 18px; padding: 24px; }
.feature-card .tag { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #158a99; margin-bottom: 14px; }
.feature-card .title { font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.feature-card .body { font-size: 14px; line-height: 1.55; color: #5a7079; }

/* trust / warning highlight */
.trust { max-width: 1140px; margin: 0 auto; padding: 72px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.trust .kicker { color: #158a99; }
.trust h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.7px; line-height: 1.1; margin: 0 0 20px; }
.trust p { font-size: 17px; line-height: 1.6; color: #5a7079; margin: 0; }
.warning-card { background: #fbe4e2; border: 1px solid #f2c4bd; border-radius: 20px; padding: 28px; }
.warning-card .head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.warning-card .dot { width: 12px; height: 12px; border-radius: 50%; background: #c0392b; }
.warning-card .title { font-size: 17px; font-weight: 600; color: #c0392b; }
.warning-card .body { font-size: 15px; color: #8a4a44; line-height: 1.5; }

/* pricing */
.pricing { max-width: 1140px; margin: 0 auto; padding: 0 28px 80px; }
.pricing .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan { background: #fff; border: 1px solid #e2e9ec; border-radius: 20px; padding: 32px; }
.plan .plan-name { font-size: 15px; font-weight: 600; color: #8aa0a8; margin-bottom: 6px; }
.plan .plan-price { font-size: 40px; font-weight: 700; letter-spacing: -1px; margin-bottom: 18px; }
.plan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.plan li { font-size: 15px; color: #5a7079; }
.plan.pro { background: #1F4E5A; color: #eaf4f6; border: none; position: relative; }
.plan.pro .plan-name { color: #F2A81D; }
.plan.pro .plan-price { margin-bottom: 2px; }
.plan.pro .per { font-size: 18px; color: #a9cdd3; font-weight: 400; }
.plan.pro .monthly { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #7ba7ae; margin-bottom: 18px; }
.plan.pro li { color: #cfe6ea; }
.plan.pro .badge { position: absolute; top: 26px; right: 28px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #1F4E5A; background: #F2A81D; border-radius: 20px; padding: 5px 11px; }

/* content pages */
.page { max-width: 820px; margin: 0 auto; padding: 64px 28px 90px; }
.page.narrow { max-width: 760px; }
.page .kicker { color: #158a99; margin-bottom: 12px; }
.page h1 { font-size: 42px; font-weight: 700; letter-spacing: -0.9px; margin: 0 0 14px; }
.page.narrow h1 { font-size: 38px; letter-spacing: -0.8px; margin-bottom: 6px; }
.page .date { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #8aa0a8; margin-bottom: 30px; }
.page .lede { font-size: 17px; color: #5a7079; margin-bottom: 34px; }
.legal p { font-size: 15px; line-height: 1.7; color: #5a7079; margin: 0 0 14px; }
.legal h3 { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 600; color: #1F4E5A; margin: 32px 0 10px; }
.legal li { font-size: 15px; line-height: 1.7; color: #5a7079; margin-bottom: 7px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq { background: #fff; border: 1px solid #e2e9ec; border-radius: 16px; padding: 22px 24px; }
.faq .q { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.faq .a { font-size: 15px; line-height: 1.6; color: #5a7079; }
.steps { background: #fff; border: 1px solid #e2e9ec; border-radius: 16px; padding: 22px 24px; margin-top: 24px; }
.steps ol { margin: 0; padding-left: 20px; }
.steps li { font-size: 15px; line-height: 1.8; color: #5a7079; }

/* footer */
.site-footer { border-top: 1px solid #e2e9ec; background: #eef3f4; }
.site-footer .inner { max-width: 1140px; margin: 0 auto; padding: 36px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer .copy { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #8aa0a8; }
.site-footer .links { display: flex; gap: 22px; }
.site-footer .links a { color: #1F4E5A; font-size: 14px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .phone-wrap { height: 420px; }
  .feature-grid { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .pricing .grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .nav { gap: 14px; flex-wrap: wrap; }
}
