@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');

:root {
  --blue: #1a73e8;
  --blue-700: #1557b0;
  --blue-50: #eaf2ff;
  --red: #ea4335;
  --red-50: #fce8e6;
  --yellow: #fbbc04;
  --yellow-50: #fff7df;
  --green: #188038;
  --green-50: #e6f4ea;
  --ink: #202124;
  --muted: #5f6368;
  --soft: #f8fafd;
  --line: #e0e5ec;
  --white: #fff;
  --shadow: 0 18px 55px rgba(32, 33, 36, .08);
  --radius: 24px;
  --font: 'Noto Sans TC', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid #8ab4f8; outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 15px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; height: 84px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(224,229,236,.9); backdrop-filter: blur(14px); }
.header-inner { max-width: 1240px; height: 100%; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 17px; color: var(--ink); }
.brand-logo { width: 106px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.brand-divider { width: 1px; height: 34px; background: var(--line); }
.brand-copy { font-size: 18px; font-weight: 700; line-height: 1.25; letter-spacing: .01em; white-space: nowrap; }
.brand-copy small { display: block; margin-top: 5px; color: #7f8792; font-size: 11px; font-weight: 500; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { min-height: 44px; padding: 9px 15px; display: grid; place-items: center; border-radius: 11px; color: #4a4f56; font-size: 15px; font-weight: 600; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: var(--blue-50); color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: white; }
.menu-button > span:not(.sr-only) { height: 2px; margin: 5px 0; display: block; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f9fbff 65%, #eef5ff 100%); border-bottom: 1px solid #edf0f5; }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; right: -240px; bottom: -300px; background: radial-gradient(circle, rgba(251,188,4,.20), transparent 67%); pointer-events: none; }
.hero-inner { min-height: 615px; max-width: 1240px; margin: auto; padding: 76px 42px 68px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 65px; }
.gbp-term { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: #3c4043; }
.gbp-dots { display: flex; gap: 5px; flex: 0 0 auto; }
.gbp-term strong { display: block; font-size: 17px; line-height: 1.25; letter-spacing: .01em; }
.gbp-term small { display: block; margin-top: 4px; color: #68727d; font-size: 13px; font-weight: 600; line-height: 1.4; }
.g-dot { width: 8px; height: 8px; border-radius: 50%; }
.blue { background: #4285f4; }.red { background: #ea4335; }.yellow { background: #fbbc04; }.green { background: #34a853; }
.hero h1 { margin: 0; font-size: clamp(43px, 5.2vw, 68px); line-height: 1.22; letter-spacing: -.055em; font-weight: 900; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 590px; margin: 24px 0 30px; color: var(--muted); font-size: 19px; line-height: 1.85; }
.search-box { max-width: 620px; height: 64px; padding: 7px 8px 7px 21px; display: flex; align-items: center; gap: 13px; background: white; border: 1px solid #dce3ed; border-radius: 18px; box-shadow: 0 8px 30px rgba(53,72,104,.09); }
.search-box svg { flex: 0 0 auto; color: #77818e; }
.search-box input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 17px; }
.search-box input::placeholder { color: #8b939e; }
.search-box button { min-width: 86px; height: 48px; border: 0; border-radius: 12px; color: white; background: var(--blue); font-weight: 700; }
.search-box button:hover { background: var(--blue-700); }
.quick-search { margin-top: 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #858d98; font-size: 14px; }
.quick-search button { padding: 5px 12px; border: 1px solid #dfe5ed; border-radius: 999px; color: #59616d; background: white; }
.quick-search button:hover { color: var(--blue); border-color: #9bbef1; }
.search-results { max-width: 620px; margin-top: 12px; padding: 12px; background: white; border: 1px solid #dfe5ed; border-radius: 16px; box-shadow: var(--shadow); }
.search-result { width: 100%; min-height: 54px; padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; gap: 15px; border-radius: 10px; }
.search-result:hover { background: #f5f8fd; }
.search-result strong { display: block; font-size: 15px; }.search-result small { display: block; margin-top: 2px; color: #7b8490; font-size: 13px; }.search-result > span { color: var(--blue); font-size: 19px; }
.search-empty { margin: 0; padding: 8px; color: var(--muted); font-size: 14px; }
.hero-visual { position: relative; min-height: 450px; isolation: isolate; }
.maps-mark { position: absolute; z-index: 3; width: 165px; height: 165px; left: 50%; top: 50%; object-fit: contain; transform: translate(-50%,-54%); filter: drop-shadow(0 18px 24px rgba(48,76,110,.18)); }
.map-orbit { position: absolute; border-radius: 50%; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.orbit-blue { width: 330px; height: 330px; border: 46px solid rgba(66,133,244,.10); border-right-color: rgba(52,168,83,.14); }
.orbit-yellow { width: 235px; height: 235px; border: 2px dashed #d6e3f7; }
.visual-card { position: absolute; z-index: 4; min-width: 190px; padding: 17px 19px; display: grid; grid-template-columns: 37px 1fr; column-gap: 12px; background: white; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 12px 35px rgba(48,63,83,.12); }
.visual-card > span { grid-row: 1 / span 2; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; }
.visual-card strong { font-size: 15px; line-height: 1.3; }.visual-card small { margin-top: 4px; color: #77818e; font-size: 12px; line-height: 1.35; }
.card-one { left: 1%; top: 11%; }.card-two { right: -2%; top: 38%; }.card-two > span { background: var(--red); }.card-three { left: 5%; bottom: 8%; }.card-three > span { background: var(--green); }

.section { max-width: 1240px; margin: auto; padding: 92px 42px; }
.section-heading { margin-bottom: 35px; }
.section-kicker { margin: 0 0 9px; color: #69717d; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2, .support-intro h2, .lesson-faq > h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.38; letter-spacing: -.035em; }
.compact-heading { max-width: 660px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.blue-text { color: var(--blue) !important; }.red-text { color: var(--red) !important; }.green-text { color: var(--green) !important; }
.entry-section { padding-top: 78px; padding-bottom: 86px; }
.entry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.entry-card { position: relative; min-height: 305px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dfe5ed; border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.entry-card::after { content: ''; position: absolute; width: 130px; height: 130px; right: -42px; top: -42px; border-radius: 50%; background: var(--blue-50); }
.entry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c8d8ef; }
.entry-number { color: #98a0aa; font-size: 13px; font-weight: 700; }
.entry-icon { width: 52px; height: 52px; margin: 24px 0 19px; display: grid; place-items: center; border-radius: 16px; color: var(--blue); background: var(--blue-50); font-size: 20px; font-weight: 900; }
.entry-card h3 { margin: 0 0 8px; font-size: 25px; line-height: 1.4; }.entry-card p { margin: 0 0 26px; color: var(--muted); font-size: 15px; }.entry-card > strong { margin-top: auto; color: var(--blue); font-size: 14px; }
.entry-card > strong span { float: right; font-size: 21px; }
.red-card::after, .red-card .entry-icon { background: var(--red-50); }.red-card .entry-icon, .red-card > strong { color: var(--red); }
.green-card::after, .green-card .entry-icon { background: var(--green-50); }.green-card .entry-icon, .green-card > strong { color: var(--green); }

.classroom-section { max-width: none; padding-left: max(42px, calc((100vw - 1156px)/2)); padding-right: max(42px, calc((100vw - 1156px)/2)); background: #f7faff; }
.track-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.track-card { padding: 35px; border: 1px solid #d8e5f8; border-radius: var(--radius); background: white; box-shadow: 0 12px 38px rgba(44,75,119,.06); }
.track-card.advanced { border-color: #d5eadb; }
.track-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.time-chip { padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }.blue-chip { color: var(--blue); background: var(--blue-50); }.green-chip { color: var(--green); background: var(--green-50); }
.audience { color: #818995; font-size: 13px; }
.track-card h3 { max-width: 470px; margin: 25px 0 24px; font-size: 24px; line-height: 1.55; }
.question-list { margin: 0; padding: 0; list-style: none; }
.question-list li { padding: 17px 0; display: grid; grid-template-columns: 43px 1fr; gap: 13px; border-top: 1px solid #ebeff5; }
.question-list li > span { color: #8aa7d4; font-size: 13px; font-weight: 800; }.advanced .question-list li > span { color: #82b392; }
.question-list strong { display: block; font-size: 16px; }.question-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.guide-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 26px; }
.featured-guide { padding: 35px; display: flex; flex-direction: column; border: 1px solid #d9e5f7; border-radius: var(--radius); background: linear-gradient(145deg,#fff,#f3f7ff); transition: transform .2s, box-shadow .2s; }
.featured-guide:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.guide-badge { color: #6d7785; font-size: 13px; }.guide-badge span { margin-right: 8px; padding: 5px 10px; border-radius: 999px; color: white; background: var(--blue); font-weight: 700; }
.guide-title { margin: 36px 0 23px; display: flex; align-items: center; gap: 17px; }.guide-title p { margin: 0 0 3px; color: #798390; font-size: 13px; }.guide-title h3 { margin: 0; font-size: 27px; line-height: 1.4; }
.guide-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--blue); font-size: 22px; font-weight: 900; }.blue-bg { background: var(--blue-50); }
.featured-guide > p { margin: 0; color: var(--muted); font-size: 16px; }
.guide-meta { margin-top: auto; padding-top: 38px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }.guide-meta > span { padding: 5px 10px; border-radius: 7px; background: #edf2f8; color: #687383; font-size: 12px; }.guide-meta strong { margin-left: auto; color: var(--blue); font-size: 14px; }
.topic-list { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.topic-row { min-height: 94px; padding: 17px 22px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid #e9edf2; }
.topic-row:last-child { border-bottom: 0; }.topic-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #566273; background: #f1f4f8; font-weight: 800; }.topic-row strong { display: block; font-size: 16px; }.topic-row small { display: block; margin-top: 3px; color: #7a8390; font-size: 13px; }.topic-label { padding: 4px 9px; border-radius: 999px; color: #697584; background: #f2f4f7; font-size: 11px; }
.topic-row-link { transition: background .2s; }.topic-row-link:hover { background: #f7faff; }.topic-row-link .topic-icon { color: var(--blue); background: var(--blue-50); }.topic-row-link .ready-label { color: var(--green); background: var(--green-50); font-weight: 700; }

.support-section { max-width: none; padding-left: max(42px, calc((100vw - 1156px)/2)); padding-right: max(42px, calc((100vw - 1156px)/2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; background: #f8fbf9; }
.support-intro > p:last-child { max-width: 410px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid #dfe5e3; border-radius: 16px; background: white; }
.faq-list summary { min-height: 72px; padding: 18px 21px; display: grid; grid-template-columns: 38px 1fr 18px; align-items: center; gap: 12px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span { color: #88a592; font-size: 12px; font-weight: 800; }.faq-list summary strong { font-size: 16px; }.faq-list summary i { position: relative; width: 16px; height: 16px; }.faq-list summary i::before, .faq-list summary i::after { content: ''; position: absolute; left: 2px; top: 7px; width: 12px; height: 2px; background: #77818b; }.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s; }.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > div { padding: 0 22px 22px 71px; color: var(--muted); font-size: 15px; }.faq-list details > div p { margin: 0 0 8px; }.faq-list details > div a { color: var(--blue); font-weight: 600; font-size: 14px; }

.official-strip { max-width: 1156px; margin: 74px auto; padding: 28px 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid #dce6f5; border-radius: 22px; background: linear-gradient(100deg,#f6f9ff,#fff); }
.official-strip > div { display: flex; align-items: center; gap: 18px; }.official-strip img { width: 46px; height: 46px; object-fit: contain; }.official-strip p { margin: 0; }.official-strip strong { display: block; font-size: 18px; }.official-strip p span { display: block; margin-top: 2px; color: var(--muted); font-size: 14px; }
.primary-link, .secondary-link { min-height: 50px; padding: 11px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 12px; font-size: 15px; font-weight: 700; }
.primary-link { color: white; background: var(--blue); }.primary-link:hover { background: var(--blue-700); }.primary-link span, .secondary-link span { font-size: 18px; }
.secondary-link { color: var(--blue); background: white; border: 1px solid #b8cff0; }

.site-footer { border-top: 1px solid #e3e8ef; background: #fff; }
.footer-inner { min-height: 122px; max-width: 1240px; margin: auto; padding: 30px 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 30px; }
.footer-note { color: #39414b; font-size: 16px; font-weight: 700; }.line-button { display: inline-flex; align-items: center; justify-content: center; }.line-button img { display: block; width: auto; height: 36px; }
.footer-copyright { grid-column: 1 / -1; margin: 0; color: #8b929c; font-size: 12px; }

/* Lesson */
.lesson-main { background: linear-gradient(180deg,#f7faff 0,#fff 420px); }
.lesson-shell { max-width: 1160px; margin: auto; padding: 32px 42px 95px; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #808894; font-size: 13px; }.breadcrumb a:hover { color: var(--blue); }.breadcrumb strong { color: #59616d; font-weight: 600; }
.lesson-hero { padding: 52px 0 42px; display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 64px; }
.lesson-tags { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 8px; }.lesson-tags span { padding: 5px 10px; border-radius: 999px; color: #5d6c80; background: #edf2f8; font-size: 12px; font-weight: 600; }.lesson-tags span:first-child { color: var(--blue); background: var(--blue-50); }
.lesson-hero h1 { margin: 0 0 16px; font-size: clamp(40px,5vw,60px); line-height: 1.25; letter-spacing: -.045em; }.lesson-hero-copy > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 19px; }
.goal-card { padding: 25px 27px; border: 1px solid #d7e3f5; border-radius: 20px; background: white; box-shadow: 0 13px 38px rgba(51,79,119,.08); }.goal-card p { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; }.goal-card ul { margin: 0; padding: 0; list-style: none; }.goal-card li { position: relative; padding: 5px 0 5px 29px; font-size: 15px; }.goal-card li::before { content: '✓'; position: absolute; left: 0; top: 7px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-50); font-size: 11px; font-weight: 900; }
.route-card { margin-bottom: 70px; padding: 28px 30px; border: 1px solid #dae4f3; border-radius: 22px; background: white; box-shadow: 0 12px 38px rgba(44,74,115,.07); }.route-card > div:first-child { display: flex; align-items: baseline; gap: 18px; }.route-kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }.route-card h2 { margin: 0; font-size: 20px; }.route-flow { margin: 25px 0 15px; padding: 0; display: flex; align-items: center; justify-content: center; gap: 12px; list-style: none; }.route-flow li { display: flex; align-items: center; gap: 9px; }.route-flow img, .route-flow b { width: 36px; height: 36px; object-fit: contain; }.route-flow b { display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--blue-50); font-size: 14px; }.route-flow li:last-child b { color: var(--green); background: var(--green-50); }.route-flow span { white-space: nowrap; font-size: 14px; font-weight: 600; }.route-flow .route-arrow { color: #a0a7b1; font-size: 19px; font-weight: 400; }.route-note { margin: 0; color: #79828e; text-align: center; font-size: 13px; }
.lesson-content { display: grid; grid-template-columns: minmax(0,1fr) 215px; align-items: start; gap: 70px; }.steps-column { min-width: 0; }
.tutorial-step { position: relative; padding: 0 0 84px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 25px; }.tutorial-step:not(:last-of-type)::before { content: ''; position: absolute; left: 28px; top: 58px; bottom: 20px; width: 2px; background: #e3e9f2; }.step-number { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: white; background: var(--blue); font-size: 21px; font-weight: 900; box-shadow: 0 8px 20px rgba(26,115,232,.2); }.red-number { background: var(--red); box-shadow: 0 8px 20px rgba(234,67,53,.18); }.green-number { background: var(--green); box-shadow: 0 8px 20px rgba(24,128,56,.18); }
.step-label { margin: 2px 0 4px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; }.step-body h2 { margin: 0 0 13px; font-size: 30px; line-height: 1.45; letter-spacing: -.02em; }.step-body > p:not(.step-label):not(.figure-caption) { margin: 0 0 24px; color: var(--muted); font-size: 17px; }.step-body > p strong { color: var(--ink); }
.path-graphic { margin: 30px 0 24px; padding: 25px; display: grid; grid-template-columns: 1fr 35px 1fr; align-items: center; gap: 14px; border: 1px solid #e0e7f0; border-radius: 22px; background: #f8fafd; }.path-panel { min-height: 255px; padding: 17px; display: flex; flex-direction: column; border: 5px solid white; border-radius: 25px; background: white; box-shadow: 0 5px 20px rgba(43,58,79,.08); }.screen-title { padding-bottom: 12px; color: #5d6673; font-size: 12px; font-weight: 700; }.map-mini { position: relative; flex: 1; overflow: hidden; border-radius: 13px; background: linear-gradient(26deg,#e4ecd9 0 32%,#dfe9f8 32% 57%,#f0e7d8 57%); }.map-mini i { position: absolute; width: 140%; height: 11px; left: -20%; top: 35%; transform: rotate(-18deg); background: white; }.map-mini i:nth-child(2) { top: 60%; transform: rotate(23deg); }.map-mini i:nth-child(3) { width: 10px; height: 140%; left: 50%; top: -20%; transform: rotate(12deg); }.map-mini img { position: absolute; width: 35px; height: 35px; left: 52%; top: 42%; object-fit: contain; }.bottom-action, .edit-action { position: relative; margin-top: 12px; padding: 11px 9px; display: flex; align-items: center; gap: 9px; border: 2px solid #8bb8f3; border-radius: 12px; color: var(--blue); background: #f7faff; }.bottom-action b, .edit-action b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--blue-50); font-size: 12px; }.bottom-action strong, .edit-action strong { font-size: 13px; }.focus-action em { position: absolute; right: 8px; top: -11px; padding: 2px 7px; border-radius: 999px; color: white; background: var(--blue); font-size: 9px; font-style: normal; font-weight: 700; }.business-mini { flex: 1; padding: 24px 16px; border-radius: 13px; background: #eef4ff; }.business-mini b { display: block; font-size: 17px; }.business-mini span { display: block; margin-top: 6px; color: #718096; font-size: 11px; }.edit-action { margin-top: 12px; }.big-arrow { color: #8e98a5; text-align: center; font-size: 25px; }
.inline-note { margin-top: 19px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr; gap: 13px; border-left: 4px solid var(--blue); border-radius: 8px 14px 14px 8px; color: #4f5a68; background: var(--blue-50); }.inline-note strong { color: #315f9f; font-size: 14px; white-space: nowrap; }.inline-note span { font-size: 14px; }.yellow-note { border-color: var(--yellow); background: var(--yellow-50); }.yellow-note strong { color: #8a6500; }.blue-note { margin-top: 0; }.green-note { border-color: var(--green); background: var(--green-50); }.green-note strong { color: var(--green); }.two-notes { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.two-notes .inline-note { grid-template-columns: 1fr; }
.hours-graphic { margin: 30px 0 24px; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 20px; background: white; box-shadow: 0 10px 28px rgba(42,58,80,.07); }.hours-head { padding: 21px 23px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e8edf3; }.hours-head span { display: block; color: #7a8490; font-size: 12px; }.hours-head strong { display: block; margin-top: 3px; font-size: 18px; }.edit-pencil { width: 42px; height: 42px; display: grid !important; place-items: center; border-radius: 50%; color: var(--blue) !important; background: var(--blue-50); font-size: 17px !important; }.hours-row { min-height: 62px; padding: 10px 22px; display: grid; grid-template-columns: 27px 1fr 78px 18px 78px; align-items: center; gap: 9px; border-bottom: 1px solid #eef1f5; }.hours-row:last-of-type { border-bottom: 0; }.hours-row strong { font-size: 14px; }.hours-row time { padding: 7px; border: 1px solid #dfe5ed; border-radius: 8px; text-align: center; font-size: 13px; }.hours-row i { color: #8b929b; font-style: normal; }.day-check { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 6px; color: white; background: var(--blue); font-size: 12px; font-weight: 900; }.day-check.empty { border: 1px solid #cbd3dd; background: white; }.closed-label { grid-column: 3 / -1; color: #8a929c; font-size: 13px; }.hours-graphic > p { margin: 0; padding: 13px 22px; color: #7d8692; background: #f8fafc; font-size: 12px; }
.screenshot-card { position: relative; width: 100%; min-height: 460px; margin: 30px 0 11px; padding: 45px 28px 23px; overflow: hidden; border: 1px solid #dfe6ee; border-radius: 22px; background: #f5f7fa; }.screenshot-card img { max-height: 390px; width: 100%; display: block; object-fit: contain; mix-blend-mode: multiply; }.image-label { position: absolute; left: 18px; top: 15px; padding: 4px 9px; border-radius: 999px; color: var(--green); background: var(--green-50); font-size: 11px; font-weight: 800; }.image-callout { position: absolute; right: 38px; top: 112px; padding: 8px 12px; border-radius: 10px; color: white; background: var(--red); font-size: 12px; font-weight: 700; box-shadow: 0 5px 15px rgba(234,67,53,.2); }.image-callout::after { content: ''; position: absolute; left: -32px; top: 50%; width: 28px; height: 2px; background: var(--red); }.zoom-hint { position: absolute; right: 18px; bottom: 15px; padding: 5px 9px; border-radius: 7px; color: #596574; background: rgba(255,255,255,.93); font-size: 11px; }.figure-caption { margin: 0 0 22px; color: #7c8490; font-size: 13px; }
.lesson-nav { position: sticky; top: 118px; padding: 22px; border: 1px solid #e0e5ec; border-radius: 18px; background: white; }.lesson-nav > p { margin: 0 0 14px; color: #7b8490; font-size: 12px; font-weight: 800; letter-spacing: .1em; }.lesson-nav a { min-height: 45px; padding: 8px 5px; display: flex; align-items: center; gap: 10px; color: #5c6571; font-size: 13px; font-weight: 600; }.lesson-nav a:hover { color: var(--blue); }.lesson-nav a span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: var(--blue-50); font-size: 11px; }.lesson-nav hr { margin: 14px 0; border: 0; border-top: 1px solid #e8edf3; }.lesson-nav .nav-back { color: var(--blue); }
.lesson-actions { margin: 5px 0 80px; padding: 35px; border-radius: 24px; color: white; background: #1f3047; }.lesson-actions .section-kicker { color: #9dbff4; }.lesson-actions h2 { margin: 0 0 8px; font-size: 30px; }.lesson-actions > p:not(.section-kicker) { margin: 0; color: #c8d4e4; }.action-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }.lesson-actions .secondary-link { color: #dce9ff; border-color: #5f7696; background: transparent; }
.lesson-faq { padding-top: 5px; }.lesson-faq > h2 { margin-bottom: 25px; font-size: 30px; }
.image-dialog { max-width: min(92vw,900px); padding: 52px 20px 20px; border: 0; border-radius: 22px; box-shadow: 0 25px 80px rgba(0,0,0,.3); }.image-dialog::backdrop { background: rgba(15,23,35,.72); backdrop-filter: blur(3px); }.image-dialog img { max-height: 78vh; display: block; margin: auto; }.dialog-close { position: absolute; right: 11px; top: 8px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #505862; background: #f1f3f6; font-size: 25px; line-height: 1; }

/* Ownership lesson */
.account-panel { margin: 28px 0 20px; padding: 24px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; border: 1px solid #dce5f2; border-radius: 20px; background: #f8faff; }
.account-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--blue); background: var(--blue-50); font-size: 24px; font-weight: 900; }
.account-panel h3 { margin: 0 0 10px; font-size: 20px; }.account-panel p { margin: 0; color: var(--muted); font-size: 15px; }
.plain-checks { margin: 17px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }.plain-checks li { position: relative; padding-left: 28px; color: #3f4854; font-size: 15px; }.plain-checks li::before { content: '✓'; position: absolute; left: 0; top: 4px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-50); font-size: 11px; font-weight: 900; }
.search-path { margin: 28px 0 20px; padding: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; border: 1px solid #e0e7f0; border-radius: 22px; background: #f8fafd; }
.search-path-card { position: relative; min-height: 145px; padding: 20px; border: 1px solid #e1e6ed; border-radius: 17px; background: white; }.search-path-card:not(:last-child)::after { content: '→'; position: absolute; z-index: 2; right: -20px; top: 50%; width: 27px; height: 27px; display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; color: #87919e; background: white; border: 1px solid #dde3ea; font-size: 15px; }
.search-path-card b { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 11px; color: white; background: var(--blue); font-size: 13px; }.search-path-card strong { display: block; font-size: 16px; }.search-path-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.decision-grid { margin: 29px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.decision-card { min-height: 196px; padding: 22px; border: 1px solid #dfe5ed; border-top: 5px solid var(--blue); border-radius: 18px; background: white; box-shadow: 0 7px 23px rgba(44,62,86,.06); }.decision-card.green-state { border-top-color: var(--green); }.decision-card.yellow-state { border-top-color: var(--yellow); }.decision-card.red-state { border-top-color: var(--red); }
.decision-code { display: inline-flex; padding: 4px 9px; border-radius: 999px; color: var(--blue); background: var(--blue-50); font-size: 11px; font-weight: 800; }.green-state .decision-code { color: var(--green); background: var(--green-50); }.yellow-state .decision-code { color: #806000; background: var(--yellow-50); }.red-state .decision-code { color: var(--red); background: var(--red-50); }
.decision-card h3 { margin: 13px 0 7px; font-size: 19px; line-height: 1.45; }.decision-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.decision-next { display: block; margin-top: 13px; color: #374151; font-size: 13px; font-weight: 800; }
.branch-stack { margin: 29px 0 20px; display: grid; gap: 13px; }.branch-card { padding: 23px; display: grid; grid-template-columns: 48px 1fr; gap: 17px; border: 1px solid #dfe5ed; border-radius: 19px; background: white; }.branch-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: var(--blue-50); font-size: 14px; font-weight: 900; }.branch-card:nth-child(2) .branch-mark { color: #8a6500; background: var(--yellow-50); }.branch-card:nth-child(3) .branch-mark { color: var(--red); background: var(--red-50); }.branch-card:nth-child(4) .branch-mark { color: var(--green); background: var(--green-50); }
.branch-card h3 { margin: 0 0 6px; font-size: 19px; }.branch-card p { margin: 0; color: var(--muted); font-size: 15px; }.branch-card ol { margin: 13px 0 0; padding-left: 21px; color: #424b57; font-size: 14px; }.branch-card li { margin-top: 5px; }.branch-card a { color: var(--blue); font-weight: 700; }
.wait-panel { margin: 28px 0 20px; padding: 24px; border: 1px solid #dce5f2; border-radius: 20px; background: linear-gradient(135deg,#f7faff,#fff); }.wait-panel h3 { margin: 0 0 17px; font-size: 20px; }.wait-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.wait-item { padding: 17px; border-radius: 15px; background: white; border: 1px solid #e3e8ef; }.wait-item strong { display: block; color: var(--blue); font-size: 21px; }.wait-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.completion-box { margin-top: 18px; padding: 18px 20px; border-left: 5px solid var(--green); border-radius: 9px 16px 16px 9px; background: var(--green-50); }.completion-box strong { display: block; color: var(--green); font-size: 15px; }.completion-box p { margin: 6px 0 0; color: #3f5546; font-size: 14px; }

/* Basic information lesson */
.prep-grid { margin: 28px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.prep-card { min-height: 135px; padding: 20px; border: 1px solid #e0e6ee; border-radius: 17px; background: white; box-shadow: 0 7px 22px rgba(44,62,86,.05); }.prep-card b { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 11px; color: var(--blue); background: var(--blue-50); font-size: 14px; }.prep-card strong { display: block; font-size: 17px; }.prep-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.rule-banner { margin: 27px 0 20px; padding: 22px 24px; display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: center; border: 1px solid #dbe5f4; border-radius: 19px; background: #f7faff; }.rule-banner > b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--blue); font-size: 18px; }.rule-banner strong { display: block; font-size: 19px; }.rule-banner span { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.compare-grid { margin: 20px 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.compare-card { padding: 21px; border: 1px solid #e0e5ec; border-radius: 17px; background: white; }.compare-card.bad-example { border-color: #f0cac6; background: #fffafa; }.compare-card.good-example { border-color: #cce6d3; background: #fbfffc; }.compare-card > span { display: inline-flex; padding: 3px 9px; border-radius: 999px; color: var(--red); background: var(--red-50); font-size: 12px; font-weight: 800; }.good-example > span { color: var(--green); background: var(--green-50); }.compare-card strong { display: block; margin-top: 13px; font-size: 20px; line-height: 1.45; }.compare-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.avoid-list { margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }.avoid-list li { padding: 6px 10px; border-radius: 9px; color: #6a4a46; background: var(--red-50); font-size: 13px; font-weight: 700; }
.industry-split { margin: 25px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.industry-card { padding: 22px; border: 1px solid #dfe5ed; border-radius: 18px; background: white; }.industry-top { display: flex; align-items: center; gap: 11px; }.industry-top b { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: var(--blue-50); font-size: 13px; }.industry-top strong { font-size: 18px; }.industry-card p { margin: 13px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }.industry-card em { display: block; margin-top: 10px; color: #485565; font-size: 14px; font-style: normal; font-weight: 700; }
.category-rule { margin-top: 17px; padding: 17px 19px; border-left: 4px solid var(--yellow); border-radius: 8px 14px 14px 8px; background: var(--yellow-50); }.category-rule strong { display: block; color: #735700; font-size: 15px; }.category-rule p { margin: 5px 0 0; color: #685f48; font-size: 14px; }
.location-flow { margin: 26px 0 20px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: stretch; }.location-card { padding: 19px 16px; display: grid; place-items: center; align-content: center; min-height: 130px; border: 1px solid #dfe5ed; border-radius: 17px; background: white; text-align: center; }.location-card b { width: 37px; height: 37px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 12px; color: var(--blue); background: var(--blue-50); font-size: 13px; }.location-card strong { font-size: 15px; }.location-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.5; }.location-arrow { display: grid; place-items: center; color: #9aa3ad; font-size: 20px; }
.phone-panel { margin: 27px 0 20px; padding: 23px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border: 1px solid #dce5f2; border-radius: 20px; background: #f8faff; }.phone-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: var(--green); background: var(--green-50); font-size: 21px; font-weight: 900; }.phone-panel h3 { margin: 0 0 7px; font-size: 20px; }.phone-panel p { margin: 0; color: var(--muted); font-size: 15px; }.phone-test { margin-top: 15px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.phone-test span { padding: 10px; border-radius: 10px; color: #3f4a58; background: white; border: 1px solid #e2e7ed; text-align: center; font-size: 13px; font-weight: 700; }
.final-audit { margin: 27px 0 20px; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 19px; background: white; }.audit-row { min-height: 72px; padding: 15px 19px; display: grid; grid-template-columns: 29px 110px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid #e9edf2; }.audit-row:last-child { border-bottom: 0; }.audit-row > b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--green); font-size: 12px; }.audit-row strong { font-size: 15px; }.audit-row span { color: var(--muted); font-size: 14px; }

/* Photos, menus, and lodging lesson */
.photo-purpose-grid { margin: 27px 0 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.photo-purpose-card { min-height: 180px; padding: 21px; border: 1px solid #dfe5ed; border-radius: 18px; background: white; }.photo-purpose-card b { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 13px; color: white; background: var(--blue); font-size: 14px; }.photo-purpose-card:nth-child(2) b { background: var(--red); }.photo-purpose-card:nth-child(3) b { background: var(--green); }.photo-purpose-card strong { display: block; font-size: 17px; line-height: 1.5; }.photo-purpose-card span { display: block; margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.photo-quality { margin: 18px 0 20px; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid #dfe5ed; border-radius: 18px; background: #f8faff; }.photo-quality > div { min-height: 94px; padding: 16px 14px; display: grid; align-content: center; border-right: 1px solid #e1e7ef; }.photo-quality > div:last-child { border-right: 0; }.photo-quality span { color: #7b8490; font-size: 12px; font-weight: 700; }.photo-quality strong { margin-top: 3px; font-size: 14px; line-height: 1.45; }
.upload-sequence { margin: 27px 0 17px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }.upload-sequence > div { min-height: 136px; padding: 20px 14px; display: grid; place-items: center; align-content: center; border: 1px solid #dfe5ed; border-radius: 18px; background: white; text-align: center; }.upload-sequence > div b { width: 37px; height: 37px; margin-bottom: 10px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: var(--blue-50); font-size: 13px; }.upload-sequence > div strong { font-size: 15px; }.upload-sequence > div span { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }.upload-sequence > i { color: #9aa3ad; font-size: 20px; font-style: normal; }
.phone-difference { margin: 17px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.phone-difference > div { padding: 18px; border: 1px solid #dfe5ed; border-radius: 16px; background: #f9fbfe; }.phone-chip { display: inline-flex; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }.android-chip { color: var(--green); background: var(--green-50); }.iphone-chip { color: var(--blue); background: var(--blue-50); }.phone-difference p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.phone-difference strong { color: var(--ink); }
.industry-photo-grid { margin: 28px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }.industry-photo-card { overflow: hidden; border: 1px solid #dfe5ed; border-radius: 22px; background: white; box-shadow: 0 8px 26px rgba(44,62,86,.06); }.industry-photo { aspect-ratio: 4/3; overflow: hidden; background: #edf2f8; }.industry-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }.industry-photo-content { padding: 22px; }.industry-photo-content > span { display: inline-flex; padding: 4px 10px; border-radius: 999px; color: #a13a31; background: var(--red-50); font-size: 12px; font-weight: 800; }.lodging-card .industry-photo-content > span { color: #176735; background: var(--green-50); }.industry-photo-content h3 { margin: 12px 0 17px; font-size: 20px; line-height: 1.45; }.industry-photo-content ol { margin: 0; padding: 0; list-style: none; }.industry-photo-content li { padding: 11px 0; display: grid; grid-template-columns: 28px 1fr; gap: 9px; border-top: 1px solid #e9edf2; }.industry-photo-content li b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--red); background: var(--red-50); font-size: 11px; }.lodging-card .industry-photo-content li b { color: var(--green); background: var(--green-50); }.industry-photo-content li span { color: var(--muted); font-size: 14px; line-height: 1.55; }.industry-photo-content li strong { display: block; color: var(--ink); font-size: 14px; }
.industry-info-grid { margin: 28px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; align-items: start; }.industry-info-card { padding: 23px; border: 1px solid #dfe5ed; border-radius: 21px; background: white; }.restaurant-info { border-top: 4px solid var(--red); }.lodging-info { border-top: 4px solid var(--green); }.industry-info-head { display: grid; grid-template-columns: 47px 1fr; align-items: center; gap: 13px; }.industry-info-head > b { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; color: var(--red); background: var(--red-50); font-size: 15px; }.lodging-info .industry-info-head > b { color: var(--green); background: var(--green-50); }.industry-info-head span { color: #818995; font-size: 12px; font-weight: 700; }.industry-info-head h3 { margin: 2px 0 0; font-size: 19px; line-height: 1.45; }.industry-info-card > ul { margin: 22px 0; padding: 0; list-style: none; }.industry-info-card > ul li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid #e9edf2; color: #4f5965; font-size: 14px; line-height: 1.55; }.industry-info-card > ul li::before { content: '✓'; position: absolute; left: 2px; top: 10px; color: var(--green); font-weight: 900; }.mini-path { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 13px 10px; border-radius: 13px; background: #fff7f6; }.mini-path span { color: #74443f; font-size: 12px; font-weight: 700; }.mini-path i { color: #ba8a85; font-size: 13px; font-style: normal; }.desktop-exception { padding: 16px; border-radius: 14px; background: var(--yellow-50); }.desktop-exception > span { display: inline-flex; margin-bottom: 8px; padding: 3px 9px; border-radius: 999px; color: #805e00; background: #ffe7a2; font-size: 11px; font-weight: 900; }.desktop-exception strong { display: block; color: #6f5406; font-size: 14px; line-height: 1.55; }.desktop-exception p { margin: 6px 0 0; color: #71674e; font-size: 13px; line-height: 1.55; }.industry-caption { margin: 14px 0 0; color: #7c8490; font-size: 12px; line-height: 1.65; }
.publish-status { margin: 27px 0 17px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.publish-status > div { padding: 19px; display: grid; grid-template-columns: 13px 1fr; gap: 3px 10px; border: 1px solid #dfe5ed; border-radius: 17px; background: white; }.publish-status b { width: 11px; height: 11px; margin-top: 8px; border-radius: 50%; }.pending-dot { background: var(--yellow); }.live-dot { background: var(--green); }.publish-status strong { font-size: 16px; }.publish-status span { grid-column: 2; color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Customer review lesson */
.review-reading-grid { margin: 27px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.review-reading-grid > div { min-height: 125px; padding: 20px; display: grid; grid-template-columns: 42px 1fr; gap: 2px 13px; align-content: center; border: 1px solid #dfe5ed; border-radius: 18px; background: white; }.review-reading-grid b { grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--blue-50); font-size: 13px; }.review-reading-grid > div:nth-child(2) b { color: #a13a31; background: var(--red-50); }.review-reading-grid > div:nth-child(3) b { color: #806000; background: var(--yellow-50); }.review-reading-grid > div:nth-child(4) b { color: var(--green); background: var(--green-50); }.review-reading-grid strong { font-size: 17px; }.review-reading-grid span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.review-priority { margin: 27px 0 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.priority-card { min-height: 235px; padding: 21px; display: flex; flex-direction: column; border: 1px solid #dfe5ed; border-radius: 19px; background: white; }.priority-card > span { align-self: flex-start; padding: 4px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; }.priority-card h3 { margin: 15px 0 8px; font-size: 18px; line-height: 1.45; }.priority-card p { margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.6; }.priority-card > strong { margin-top: auto; font-size: 13px; }.priority-now { border-top: 4px solid var(--red); }.priority-now > span { color: #a13a31; background: var(--red-50); }.priority-now > strong { color: var(--red); }.priority-next { border-top: 4px solid var(--yellow); }.priority-next > span { color: #7d5d00; background: var(--yellow-50); }.priority-next > strong { color: #876500; }.priority-batch { border-top: 4px solid var(--green); }.priority-batch > span { color: var(--green); background: var(--green-50); }.priority-batch > strong { color: var(--green); }
.reply-formula { margin: 28px 0 20px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: stretch; }.reply-formula > div { min-height: 240px; padding: 20px 17px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #dfe5ed; border-radius: 19px; background: white; }.reply-formula > div > b { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 12px; color: white; background: var(--blue); font-size: 14px; }.reply-formula > div:nth-of-type(2) > b { background: var(--yellow); }.reply-formula > div:nth-of-type(3) > b { background: var(--green); }.reply-formula > div > span { color: #858e99; font-size: 11px; font-weight: 800; letter-spacing: .06em; }.reply-formula > div > strong { margin-top: 5px; font-size: 16px; line-height: 1.5; }.reply-formula > div > p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.reply-formula > i { display: grid; place-items: center; color: #9aa3ad; font-size: 20px; font-style: normal; }
.reply-do-not { margin: 20px 0; padding: 20px; border-radius: 18px; background: #fff8f7; border: 1px solid #f0d1ce; }.reply-do-not > strong { color: #a13a31; font-size: 14px; }.reply-do-not ul { margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }.reply-do-not li { padding: 6px 10px; border-radius: 9px; color: #744b47; background: white; border: 1px solid #efd7d4; font-size: 13px; font-weight: 700; }
.reply-examples { margin: 28px 0 20px; display: grid; gap: 13px; }.reply-example { padding: 22px; display: grid; grid-template-columns: 145px 1fr; gap: 11px 22px; border: 1px solid #dfe5ed; border-left: 5px solid var(--green); border-radius: 19px; background: white; }.example-head { display: grid; align-content: start; gap: 7px; }.example-head span { color: #f5a623; font-size: 16px; letter-spacing: 1px; white-space: nowrap; }.example-head strong { color: var(--green); font-size: 13px; }.reply-example blockquote { margin: 0; color: #4b5563; font-size: 15px; line-height: 1.7; }.reply-copy { grid-column: 2; padding: 15px 17px; border-radius: 13px; background: var(--green-50); }.reply-copy b { color: var(--green); font-size: 12px; }.reply-copy p { margin: 5px 0 0; color: #334a3b; font-size: 14px; line-height: 1.7; }.mixed-example { border-left-color: var(--yellow); }.mixed-example .example-head strong { color: #806000; }.mixed-example .reply-copy { background: var(--yellow-50); }.mixed-example .reply-copy b { color: #806000; }.mixed-example .reply-copy p { color: #5f5742; }.negative-example { border-left-color: var(--red); }.negative-example .example-head strong { color: var(--red); }.negative-example .reply-copy { background: var(--red-50); }.negative-example .reply-copy b { color: #a13a31; }.negative-example .reply-copy p { color: #63443f; }
.report-decision { margin: 28px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.report-decision > section { padding: 23px; border: 1px solid #dfe5ed; border-radius: 20px; background: white; }.report-decision section > span { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }.decision-reply { border-top: 4px solid var(--blue) !important; }.decision-reply > span { color: var(--blue); background: var(--blue-50); }.decision-report { border-top: 4px solid var(--red) !important; }.decision-report > span { color: #a13a31; background: var(--red-50); }.report-decision h3 { margin: 14px 0; font-size: 19px; line-height: 1.45; }.report-decision ul { margin: 0; padding: 0; list-style: none; }.report-decision li { position: relative; padding: 9px 0 9px 24px; border-top: 1px solid #e9edf2; color: var(--muted); font-size: 14px; line-height: 1.55; }.report-decision li::before { content: '•'; position: absolute; left: 6px; color: var(--blue); font-weight: 900; }.decision-report li::before { color: var(--red); }.report-decision section > strong { display: block; margin-top: 16px; color: var(--blue); font-size: 13px; }.decision-report > strong { color: var(--red) !important; }
.review-to-action { margin: 20px 0; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 19px; background: white; }.review-to-action > p { margin: 0; padding: 14px 19px; color: #596574; background: #f5f8fc; font-size: 13px; font-weight: 800; }.review-to-action > div { min-height: 68px; padding: 13px 19px; display: grid; grid-template-columns: 155px 25px 1fr; gap: 10px; align-items: center; border-top: 1px solid #e8edf3; }.review-to-action span { color: #5c6571; font-size: 14px; }.review-to-action i { color: #9aa3ad; font-style: normal; }.review-to-action strong { font-size: 14px; }

/* Health check action lesson */
.audit-boundary-grid { margin: 27px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.boundary-card { padding: 23px; border: 1px solid #dfe5ed; border-radius: 20px; background: white; }.boundary-card > span { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }.boundary-yes { border-top: 4px solid var(--green); }.boundary-yes > span { color: var(--green); background: var(--green-50); }.boundary-no { border-top: 4px solid var(--yellow); }.boundary-no > span { color: #7b5a00; background: var(--yellow-50); }.boundary-card h3 { margin: 14px 0 12px; font-size: 19px; }.boundary-card ul { margin: 0; padding: 0; list-style: none; }.boundary-card li { position: relative; padding: 10px 0 10px 25px; border-top: 1px solid #e9edf2; color: var(--muted); font-size: 14px; line-height: 1.55; }.boundary-card li::before { content: '✓'; position: absolute; left: 2px; top: 10px; color: var(--green); font-weight: 900; }.boundary-no li::before { content: '?'; color: #947000; }
.must-do-filter { margin: 27px 0 16px; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 20px; background: white; }.must-do-filter > section { min-height: 94px; padding: 18px 21px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; border-top: 1px solid #e8edf3; }.must-do-filter > section:first-child { border-top: 0; }.must-do-filter b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--red); font-size: 12px; }.must-do-filter section:nth-child(2) b { background: var(--yellow); }.must-do-filter section:nth-child(3) b { background: var(--blue); }.must-do-filter span { color: #838c98; font-size: 11px; font-weight: 800; letter-spacing: .04em; }.must-do-filter strong { display: block; margin-top: 2px; font-size: 17px; }.must-do-filter p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.must-do-card { margin: 16px 0 20px; padding: 20px 22px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; border: 1px solid #efc9c5; border-radius: 18px; background: var(--red-50); }.must-do-card > div { padding-right: 20px; border-right: 1px solid #e7bbb7; }.must-do-card span { display: block; color: #93605a; font-size: 11px; font-weight: 800; }.must-do-card strong { display: block; margin-top: 2px; color: var(--red); font-size: 23px; }.must-do-card p { margin: 0; color: #664843; font-size: 14px; line-height: 1.65; }
.action-sheet { margin: 28px 0 18px; overflow: hidden; border: 1px solid #dce4ee; border-radius: 21px; background: white; box-shadow: 0 10px 28px rgba(42,58,80,.06); }.action-sheet-head { min-height: 61px; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; color: white; background: #21364f; }.action-sheet-head strong { font-size: 17px; }.action-sheet-head span { padding: 4px 9px; border-radius: 999px; color: #d8e8ff; background: #37506e; font-size: 11px; font-weight: 800; }.action-tier { min-height: 96px; padding: 16px 20px; display: grid; grid-template-columns: 79px repeat(3,1fr); gap: 12px; align-items: center; border-top: 1px solid #e8edf3; }.action-tier > b { align-self: start; padding: 5px 8px; border-radius: 9px; text-align: center; font-size: 11px; }.tier-must > b { color: #a13a31; background: var(--red-50); }.tier-next > b { color: #176735; background: var(--green-50); }.action-tier div { min-height: 60px; padding-left: 12px; border-left: 1px solid #e4e9ef; }.action-tier span { display: block; color: #8a929c; font-size: 10px; font-weight: 800; }.action-tier strong { display: block; margin-top: 6px; font-size: 13px; line-height: 1.45; }.lesson-shortcuts { margin: 17px 0 20px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }.lesson-shortcuts a { min-height: 100px; padding: 13px 10px; display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-content: center; border: 1px solid #dfe5ed; border-radius: 15px; background: white; transition: border-color .2s, background .2s; }.lesson-shortcuts a:hover { border-color: #9dbff1; background: #f7faff; }.lesson-shortcuts a > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-50); font-size: 12px; font-weight: 900; }.lesson-shortcuts strong { align-self: center; font-size: 12px; line-height: 1.35; }.lesson-shortcuts i { grid-column: 2; color: var(--blue); font-size: 13px; font-style: normal; }
.industry-audit-grid { margin: 27px 0 20px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.industry-audit-card { overflow: hidden; border: 1px solid #dfe5ed; border-radius: 21px; background: white; }.industry-audit-card header { min-height: 118px; padding: 22px; background: #fff7f6; border-top: 4px solid var(--red); }.lodging-audit header { background: #f3fbf6; border-top-color: var(--green); }.industry-audit-card header span { color: #a13a31; font-size: 11px; font-weight: 800; }.lodging-audit header span { color: var(--green); }.industry-audit-card h3 { margin: 7px 0 0; font-size: 19px; line-height: 1.45; }.industry-audit-card ol { margin: 0; padding: 4px 21px 18px; list-style: none; }.industry-audit-card li { padding: 16px 0; display: grid; grid-template-columns: 47px 1fr; gap: 12px; border-top: 1px solid #e9edf2; }.industry-audit-card li > b { align-self: start; padding: 4px 6px; border-radius: 8px; color: #a13a31; background: var(--red-50); text-align: center; font-size: 10px; }.industry-audit-card li:not(:first-child) > b { color: #176735; background: var(--green-50); }.industry-audit-card li strong { display: block; font-size: 14px; }.industry-audit-card li p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.proof-flow { margin: 27px 0 20px; display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr; gap: 8px; align-items: stretch; }.proof-flow section { min-height: 158px; padding: 19px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #dfe5ed; border-radius: 18px; background: white; }.proof-flow section > b { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 11px; color: white; background: var(--blue); font-size: 13px; }.proof-flow section:last-of-type > b { background: var(--green); }.proof-flow section > strong { font-size: 16px; }.proof-flow section > span { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.55; }.proof-flow > i { display: grid; place-items: center; color: #9aa3ad; font-size: 19px; font-style: normal; }.support-packet { margin: 20px 0; overflow: hidden; border: 1px solid #cfe1d5; border-radius: 20px; background: white; }.support-packet-head { padding: 21px 22px; color: white; background: #176b3a; }.support-packet-head span { color: #bde4ca; font-size: 11px; font-weight: 800; }.support-packet-head h3 { margin: 5px 0 0; font-size: 19px; }.support-packet-grid { padding: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }.support-packet-grid > div { min-height: 65px; padding: 13px; display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; border-radius: 13px; background: #f3f9f5; }.support-packet-grid b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: white; font-size: 10px; }.support-packet-grid span { color: #3e5546; font-size: 13px; font-weight: 700; }.support-packet > p { margin: 0; padding: 13px 20px; color: #80605c; background: #fff8f7; border-top: 1px solid #f0d6d2; font-size: 12px; }.support-packet > p strong { color: var(--red); }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-top: 65px; }.hero-visual { min-height: 390px; max-width: 570px; width: 100%; margin: auto; }.entry-grid { grid-template-columns: 1fr; }.entry-card { min-height: 240px; }.track-grid, .guide-layout { grid-template-columns: 1fr; }.featured-guide { min-height: 350px; }.support-section { grid-template-columns: 1fr; gap: 35px; }.official-strip { margin-left: 42px; margin-right: 42px; }.lesson-hero { grid-template-columns: 1fr; gap: 25px; }.goal-card { max-width: 520px; }.lesson-content { grid-template-columns: 1fr; }.lesson-nav { display: none; }
}

@media (max-width: 740px) {
  body { font-size: 16px; }.site-header { height: 76px; }.header-inner { padding: 0 16px; }.brand { gap: 10px; }.brand-logo { width: 74px; height: 34px; }.brand-divider { height: 30px; }.brand-copy { font-size: 14px; }.brand-copy small { margin-top: 3px; font-size: 9px; letter-spacing: .03em; }.menu-button { display: block; flex: 0 0 auto; }.main-nav { position: absolute; left: 12px; right: 12px; top: 68px; padding: 10px; display: none; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }.main-nav.open { display: grid; }.main-nav a { justify-content: start; place-items: center start; padding-left: 16px; }
  .hero-inner { padding: 46px 21px 50px; gap: 28px; }.hero h1 { font-size: 41px; line-height: 1.27; }.hero-lead { margin-top: 19px; font-size: 17px; }.search-box { height: 59px; padding-left: 16px; gap: 9px; }.search-box input { font-size: 15px; }.search-box button { min-width: 66px; height: 45px; }.hero-visual { min-height: 330px; }.maps-mark { width: 125px; height: 125px; }.orbit-blue { width: 245px; height: 245px; border-width: 34px; }.orbit-yellow { width: 180px; height: 180px; }.visual-card { min-width: 152px; padding: 13px; grid-template-columns: 31px 1fr; column-gap: 9px; }.visual-card > span { width: 31px; height: 31px; }.visual-card strong { font-size: 13px; }.visual-card small { font-size: 10px; }.card-one { left: 0; }.card-two { right: 0; top: 42%; }.card-three { left: 3%; bottom: 3%; }
  .section { padding: 67px 21px; }.section-heading { margin-bottom: 26px; }.section-heading h2, .support-intro h2 { font-size: 30px; }.split-heading { display: block; }.split-heading > p { margin-top: 12px; }.entry-section { padding-top: 58px; }.entry-grid { gap: 14px; }.entry-card { min-height: 255px; padding: 25px; }.track-card { padding: 25px 21px; }.track-top { align-items: start; }.audience { text-align: right; }.track-card h3 { margin-top: 21px; font-size: 22px; }.question-list li { grid-template-columns: 35px 1fr; }.featured-guide { min-height: 355px; padding: 26px 23px; }.guide-title { margin-top: 31px; }.guide-title h3 { font-size: 24px; }.guide-meta strong { width: 100%; margin: 10px 0 0; }.topic-row { min-height: 90px; padding: 15px; grid-template-columns: 42px 1fr; }.topic-label { grid-column: 2; justify-self: start; }.faq-list summary { grid-template-columns: 32px 1fr 18px; padding: 17px 15px; }.faq-list details > div { padding: 0 16px 20px 59px; }.official-strip { margin: 55px 21px; padding: 24px; display: grid; }.official-strip .primary-link { width: 100%; }.footer-inner { min-height: 164px; padding: 28px 21px; grid-template-columns: 1fr; text-align: center; justify-items: center; }.footer-copyright { grid-column: 1; }
  .lesson-shell { padding: 23px 20px 70px; }.lesson-hero { padding: 36px 0 28px; }.lesson-hero h1 { font-size: 38px; }.lesson-hero-copy > p { font-size: 17px; }.goal-card { width: 100%; }.route-card { margin-bottom: 55px; padding: 23px 19px; }.route-card > div:first-child { display: block; }.route-card h2 { margin-top: 4px; }.route-flow { justify-content: start; gap: 8px; overflow-x: auto; padding-bottom: 9px; }.route-flow img, .route-flow b { width: 31px; height: 31px; }.route-flow span { font-size: 12px; }.route-note { text-align: left; }.tutorial-step { grid-template-columns: 44px minmax(0,1fr); gap: 15px; padding-bottom: 67px; }.tutorial-step:not(:last-of-type)::before { left: 21px; top: 46px; }.step-number { width: 44px; height: 44px; border-radius: 14px; font-size: 17px; }.step-body h2 { font-size: 25px; }.step-body > p:not(.step-label):not(.figure-caption) { font-size: 16px; }.path-graphic { margin-left: -59px; padding: 14px; grid-template-columns: 1fr; }.path-panel { min-height: 238px; }.big-arrow { transform: rotate(90deg); }.inline-note { grid-template-columns: 1fr; }.inline-note strong { white-space: normal; }.hours-graphic { margin-left: -59px; }.hours-row { padding: 10px 13px; grid-template-columns: 24px 1fr 64px 12px 64px; gap: 5px; }.hours-row time { padding: 6px 2px; font-size: 11px; }.two-notes { grid-template-columns: 1fr; }.screenshot-card { min-height: 390px; margin-left: -59px; width: calc(100% + 59px); padding-left: 12px; padding-right: 12px; }.image-callout { right: 12px; top: 85px; }.lesson-actions { margin-left: -59px; padding: 27px 20px; }.lesson-actions h2 { font-size: 26px; }.action-links, .action-links a { width: 100%; }.lesson-faq { margin-left: -59px; }.lesson-faq > h2 { font-size: 26px; }.image-dialog { max-width: 96vw; }
  .account-panel, .search-path, .decision-grid, .branch-stack, .wait-panel, .prep-grid, .rule-banner, .compare-grid, .industry-split, .location-flow, .phone-panel, .final-audit, .photo-purpose-grid, .photo-quality, .upload-sequence, .phone-difference, .industry-photo-grid, .industry-info-grid, .publish-status { margin-left: -59px; width: calc(100% + 59px); }.account-panel { padding: 19px; grid-template-columns: 46px 1fr; gap: 13px; }.account-mark { width: 46px; height: 46px; border-radius: 14px; font-size: 19px; }.search-path { padding: 13px; grid-template-columns: 1fr; }.search-path-card { min-height: 0; }.search-path-card:not(:last-child)::after { content: '↓'; right: auto; left: 50%; top: auto; bottom: -20px; transform: translateX(-50%); }.decision-grid, .prep-grid, .compare-grid, .industry-split, .photo-purpose-grid, .phone-difference, .industry-photo-grid, .industry-info-grid, .publish-status { grid-template-columns: 1fr; }.decision-card { min-height: 0; }.branch-card { padding: 19px; grid-template-columns: 42px 1fr; gap: 13px; }.branch-mark { width: 42px; height: 42px; border-radius: 13px; }.wait-grid { grid-template-columns: 1fr; }
  .rule-banner { padding: 19px; grid-template-columns: 42px 1fr; gap: 13px; }.rule-banner > b { width: 42px; height: 42px; border-radius: 13px; }.location-flow { grid-template-columns: 1fr; }.location-card { min-height: 112px; }.location-arrow { transform: rotate(90deg); }.phone-panel { padding: 19px; grid-template-columns: 46px 1fr; gap: 13px; }.phone-mark { width: 46px; height: 46px; border-radius: 14px; }.phone-test { grid-column: 1 / -1; grid-template-columns: 1fr; }.audit-row { grid-template-columns: 28px 1fr; }.audit-row span { grid-column: 2; }
  .photo-purpose-card { min-height: 0; }.photo-quality { grid-template-columns: repeat(2,1fr); }.photo-quality > div { min-height: 84px; border-bottom: 1px solid #e1e7ef; }.photo-quality > div:nth-child(2) { border-right: 0; }.photo-quality > div:nth-child(3), .photo-quality > div:nth-child(4) { border-bottom: 0; }.upload-sequence { grid-template-columns: 1fr; }.upload-sequence > div { min-height: 108px; }.upload-sequence > i { text-align: center; transform: rotate(90deg); }.industry-photo-content { padding: 20px; }.industry-info-card { padding: 20px; }
}

@media (max-width: 740px) {
  .review-reading-grid, .review-priority, .reply-formula, .reply-do-not, .reply-examples, .report-decision, .review-to-action { margin-left: -59px; width: calc(100% + 59px); }
  .review-reading-grid, .review-priority, .report-decision { grid-template-columns: 1fr; }
  .priority-card { min-height: 0; }
  .reply-formula { grid-template-columns: 1fr; }.reply-formula > div { min-height: 0; }.reply-formula > i { transform: rotate(90deg); }
  .reply-example { padding: 19px; grid-template-columns: 1fr; }.reply-copy { grid-column: 1; }
  .review-to-action > div { grid-template-columns: 1fr 20px; }.review-to-action > div strong { grid-column: 1 / -1; }.review-to-action > div i { grid-column: 2; grid-row: 1; }
}

@media (max-width: 740px) {
  .audit-boundary-grid, .must-do-filter, .must-do-card, .action-sheet, .lesson-shortcuts, .industry-audit-grid, .proof-flow, .support-packet { margin-left: -59px; width: calc(100% + 59px); }
  .audit-boundary-grid, .industry-audit-grid { grid-template-columns: 1fr; }
  .must-do-card { padding: 18px; grid-template-columns: 1fr; gap: 12px; }.must-do-card > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid #e7bbb7; }
  .action-tier { grid-template-columns: 70px 1fr; gap: 9px; }.action-tier > b { grid-row: 1 / span 3; }.action-tier div { min-height: 0; padding: 7px 0 7px 11px; }
  .lesson-shortcuts { grid-template-columns: repeat(2,1fr); }.lesson-shortcuts a { min-height: 86px; }
  .proof-flow { grid-template-columns: 1fr; }.proof-flow section { min-height: 0; }.proof-flow > i { transform: rotate(90deg); }
  .support-packet-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
