/* ===========================================================
   tlg79.css — the v79 shell: tabs, explore, list, map system, my trip, walks, offer.
   Components carried from v77 (sheet, chips, pins, itin77, near sheet) keep their CSS in
   styles.css / tlg77-elevate.css. Every colour is a token.
   =========================================================== */
:root{ --tabs-h:64px; --top-h:56px; --maxw:1120px; }
body{ background:var(--bg); color:var(--text); font-family:var(--font-body); margin:0; padding-bottom:calc(var(--tabs-h) + env(safe-area-inset-bottom)); }
body[data-view="map"]{ padding-bottom:0; overflow:hidden; }
.main79{ min-height:60vh; }
.view{ animation:none; }
h1,h2,h3{ font-family:var(--font-display); font-weight:500; letter-spacing:-.015em; margin:0; }

/* ---- top bar ---- */
.top79{ position:sticky; top:0; z-index:60; height:var(--top-h); display:flex; align-items:center; gap:10px; padding:0 14px; background:color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter:blur(10px); border-bottom:1px solid var(--border); }
.top79__logo{ display:flex; flex-direction:column; line-height:1; text-decoration:none; color:var(--text); }
.top79__logo b{ font-family:var(--font-display); font-size:17px; letter-spacing:-.01em; white-space:nowrap; }
.top79__logo small{ font-size:8px; font-weight:700; letter-spacing:.16em; color:var(--accent-2); white-space:nowrap; display:none; }
@media(min-width:600px){ .top79__logo small{ display:block; } }
.top79__cta{ font-size:13px; padding:0 12px; }
.top79__nav{ display:none; gap:2px; margin-left:12px; }
.top79__nav a{ padding:8px 12px; border-radius:999px; color:var(--text-muted); text-decoration:none; font-weight:600; font-size:14px; }
.top79__nav a[aria-current="page"]{ background:var(--surface-3); color:var(--text); }
.top79__search{ display:none; flex:1; max-width:420px; margin:0 auto; }
.top79__search input{ width:100%; height:38px; border:1px solid var(--border-strong); border-radius:999px; padding:0 16px; background:var(--surface-1); color:var(--text); font:inherit; font-size:14px; }
.top79__spacer{ flex:1; }
.top79__ico{ width:38px; height:38px; border-radius:50%; border:1px solid var(--border); background:var(--surface-1); color:var(--text); display:grid; place-items:center; cursor:pointer; }
.top79__ico svg{ width:18px; height:18px; }
.top79__cta{ display:inline-flex; align-items:center; height:38px; padding:0 14px; border-radius:999px; background:var(--accent); color:var(--text-on-accent); font-weight:700; font-size:14px; text-decoration:none; white-space:nowrap; box-shadow:var(--shadow-cta); }
body.is-unlocked .top79__cta{ display:none; }
@media(min-width:900px){ .top79{ height:64px; padding:0 24px; } .top79__nav{ display:flex; } .top79__search{ display:block; } .tabs79{ display:none; } body{ padding-bottom:0; } }

/* ---- bottom tabs ---- */
.tabs79{ position:fixed; left:0; right:0; bottom:0; z-index:70; height:calc(var(--tabs-h) + env(safe-area-inset-bottom)); padding-bottom:env(safe-area-inset-bottom); display:grid; grid-template-columns:repeat(5,1fr); background:color-mix(in srgb, var(--surface-1) 92%, transparent); backdrop-filter:blur(12px); border-top:1px solid var(--border); }
.tabs79__item{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; text-decoration:none; color:var(--text-faint); font-size:10.5px; font-weight:700; letter-spacing:.02em; position:relative; }
.tabs79__item svg{ width:22px; height:22px; }
.tabs79__item[aria-current="page"]{ color:var(--accent-2); }
.tabs79__badge{ position:absolute; top:6px; left:calc(50% + 6px); min-width:16px; height:16px; border-radius:999px; background:var(--accent); color:#fff; font-size:10px; display:grid; place-items:center; padding:0 4px; }

/* ---- explore ---- */
.wrap79{ max-width:var(--maxw); margin:0 auto; padding:0 16px; }
.ex79__hero{ padding:26px 0 8px; }
.ex79__kick{ font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-2); margin:0 0 8px; }
.ex79__h1{ font-size:clamp(1.9rem,5.2vw,3rem); line-height:1.06; max-width:16ch; margin-bottom:16px; }
.ex79__h1 em{ font-style:italic; font-weight:400; color:var(--accent-2); }
.ex79__search{ display:flex; align-items:center; gap:8px; height:52px; border:1.5px solid var(--border-strong); border-radius:999px; background:var(--surface-1); padding:0 6px 0 16px; box-shadow:var(--shadow-1); }
.ex79__search:focus-within{ border-color:var(--accent); box-shadow:0 0 0 4px var(--accent-soft); }
.ex79__searchico svg{ width:18px; height:18px; color:var(--text-faint); }
.ex79__search input{ flex:1; min-width:0; border:0; background:transparent; font:inherit; font-size:15px; color:var(--text); outline:none; }
.ex79__go{ height:40px; padding:0 16px; border-radius:999px; border:0; background:var(--accent); color:var(--text-on-accent); font:inherit; font-weight:700; }
.ex79__sugg{ display:flex; flex-wrap:wrap; gap:8px; padding:10px 4px 0; }
.sugg79{ border:1px solid var(--border); background:var(--surface-1); border-radius:999px; padding:6px 12px; font:inherit; font-size:13px; display:inline-flex; gap:6px; align-items:baseline; cursor:pointer; }
.sugg79 b{ font-weight:600; } .sugg79 span{ color:var(--text-faint); font-size:11px; }
.ex79__now{ padding:16px 0 6px; }
.ex79__tiles{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
@media(min-width:720px){ .ex79__tiles{ grid-template-columns:repeat(4,1fr); } }
.tile79{ text-align:left; border:1px solid var(--border); background:var(--surface-1); border-radius:14px; padding:14px; font:inherit; color:var(--text); cursor:pointer; box-shadow:var(--shadow-1); display:grid; gap:2px; }
.tile79__i{ font-size:22px; margin-bottom:4px; } .tile79__t{ font-family:var(--font-display); font-size:19px; } .tile79__s{ font-size:12.5px; color:var(--text-muted); }
.ex79__sec{ padding:22px 0 6px; }
.ex79__head{ display:flex; align-items:end; justify-content:space-between; gap:12px; margin-bottom:12px; }
.ex79__head h2{ font-size:clamp(1.35rem,3vw,1.8rem); }
.ex79__head p{ margin:4px 0 0; color:var(--text-muted); font-size:14px; }
.ex79__more{ color:var(--accent-2); font-weight:600; text-decoration:none; font-size:14px; white-space:nowrap; }
.ex79__groups{ display:grid; grid-template-columns:repeat(5,1fr); gap:8px; }
.grp79{ border:1px solid var(--border); background:var(--surface-1); border-radius:14px; padding:12px 6px 10px; font:inherit; color:var(--text); display:grid; justify-items:center; gap:2px; cursor:pointer; }
.grp79__i{ font-size:22px; } .grp79__t{ font-weight:700; font-size:13px; } .grp79__n{ font-size:11px; color:var(--text-faint); }
.ex79__strip{ display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 0 8px; margin:0 -16px; padding-left:16px; padding-right:16px; scrollbar-width:none; }
.ex79__strip::-webkit-scrollbar{ display:none; }
.nbt79{ flex:0 0 150px; height:110px; scroll-snap-align:start; border:0; border-radius:14px; background:var(--surface-3) center/cover; color:#fff; position:relative; text-align:left; padding:0; cursor:pointer; overflow:hidden; box-shadow:var(--shadow-1); font:inherit; }
.nbt79::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.72)); }
.nbt79__t{ position:absolute; left:10px; right:10px; bottom:9px; z-index:1; font-family:var(--font-display); font-size:16px; line-height:1.1; text-shadow:0 1px 6px rgba(0,0,0,.5); }
.nbt79__n{ position:absolute; right:8px; top:8px; z-index:1; font-size:11px; font-weight:700; background:rgba(255,255,255,.2); backdrop-filter:blur(6px); padding:2px 7px; border-radius:999px; }
.ex79__center{ text-align:center; padding:14px 0 4px; }
.plans79__cards{ display:grid; grid-template-columns:1fr; gap:10px; }
@media(min-width:720px){ .plans79__cards{ grid-template-columns:repeat(2,1fr); } }
.pl79{ text-align:left; border:1px solid var(--border); border-left:5px solid var(--pc,var(--accent)); background:var(--surface-1); border-radius:14px; padding:14px 16px; font:inherit; color:var(--text); cursor:pointer; display:grid; gap:3px; }
.pl79__k{ font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--text-faint); } .pl79__t{ font-family:var(--font-display); font-size:20px; } .pl79__s{ font-size:13.5px; color:var(--text-muted); }
.ex79__kai{ display:grid; grid-template-columns:96px 1fr; gap:16px; align-items:start; border-top:1px solid var(--border); margin-top:14px; padding-top:26px; }
.ex79__kai h2{ font-size:1.5rem; margin-bottom:8px; } .ex79__kai p{ color:var(--text-muted); line-height:1.6; margin:0 0 12px; }
.ex79__kaiimg{ width:96px; aspect-ratio:4/5; object-fit:cover; border-radius:12px; }
.ex79__offer{ background:var(--surface-2); border:1px solid var(--border); border-radius:18px; padding:22px 18px; margin:18px 0 28px; }
.ex79__offer h2{ font-size:clamp(1.5rem,3vw,2rem); margin-bottom:8px; } .ex79__offer p{ color:var(--text-muted); line-height:1.6; margin:0 0 14px; max-width:60ch; }
.btn79{ display:inline-flex; align-items:center; justify-content:center; gap:6px; height:44px; padding:0 18px; border-radius:999px; font:inherit; font-weight:700; font-size:14.5px; text-decoration:none; cursor:pointer; border:1px solid transparent; }
.btn79--primary{ background:var(--accent); color:var(--text-on-accent); box-shadow:var(--shadow-cta); }
.btn79--ghost{ background:var(--surface-1); color:var(--text); border-color:var(--border-strong); }
.btn79--small{ height:34px; padding:0 12px; font-size:13px; background:var(--surface-1); border-color:var(--border-strong); color:var(--text); }

/* ---- cards ---- */
.cards79{ display:grid; grid-template-columns:1fr; gap:10px; }
@media(min-width:720px){ .cards79{ grid-template-columns:repeat(2,1fr); } }
@media(min-width:1100px){ .cards79{ grid-template-columns:repeat(3,1fr); } }
.c79{ display:grid; grid-template-columns:108px 1fr; gap:0; background:var(--surface-1); border:1px solid var(--border); border-radius:14px; overflow:hidden; box-shadow:var(--shadow-1); min-height:118px; }
.c79__media{ position:relative; border:0; padding:0; background:var(--surface-3); cursor:pointer; display:block; }
.c79__media img{ width:100%; height:100%; object-fit:cover; display:block; min-height:118px; }
.c79__tile{ display:grid; place-items:center; width:100%; height:100%; min-height:118px; font-size:30px; background:color-mix(in srgb, var(--cat) 18%, var(--surface-2)); }
.c79__pick{ position:absolute; left:6px; top:6px; background:var(--gold); color:var(--gold-ink); border-radius:999px; width:20px; height:20px; display:grid; place-items:center; }
.c79__pick svg{ width:12px; height:12px; }
.c79__lock{ position:absolute; right:6px; bottom:6px; background:rgba(0,0,0,.55); color:#fff; border-radius:999px; width:22px; height:22px; display:grid; place-items:center; }
.c79__lock svg{ width:12px; height:12px; }
.c79__body{ padding:10px 12px 10px; display:flex; flex-direction:column; gap:4px; min-width:0; }
.c79__row1{ display:flex; align-items:flex-start; justify-content:space-between; gap:8px; }
.c79__name{ border:0; background:none; padding:0; text-align:left; font-family:var(--font-display); font-size:17px; line-height:1.15; color:var(--text); cursor:pointer; letter-spacing:-.01em; }
.c79__name--locked{ font-style:italic; color:var(--text-muted); font-size:15.5px; }
.c79__acts{ display:flex; gap:4px; flex:none; }
.c79__ico{ width:30px; height:30px; border-radius:50%; border:1px solid var(--border); background:var(--surface-1); color:var(--text-muted); display:grid; place-items:center; cursor:pointer; font:inherit; font-weight:700; }
.c79__ico svg{ width:15px; height:15px; }
.c79__ico.is-on{ background:var(--accent-soft); color:var(--accent-2); border-color:var(--accent); }
.c79__meta{ font-size:12px; color:var(--text-muted); }
.c79__meta b{ color:var(--text); }
.c79__why{ margin:0; font-family:var(--font-display); font-style:italic; font-size:14px; line-height:1.35; color:var(--text); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.c79__why--locked{ color:var(--text-faint); font-style:normal; font-family:var(--font-body); font-size:12.5px; }
.c79__facts{ display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:auto; font-size:12px; }
.c79__exit{ display:inline-flex; align-items:center; gap:4px; color:var(--text-muted); min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.c79__exit svg{ width:13px; height:13px; flex:none; color:var(--accent-2); }
.c79__book{ flex:none; border-radius:999px; padding:2px 8px; font-weight:700; font-size:11px; background:var(--surface-3); color:var(--text-muted); }
.c79__book--walk{ background:var(--accent-soft); color:var(--accent-2); } .c79__book--book{ background:#EEF0FF; color:#3F4A9C; } .c79__book--intro{ background:#FBEAEA; color:#9C3F3F; }
:root[data-theme="dark"] .c79__book--book{ background:#22283F; color:#B4BCF5; } :root[data-theme="dark"] .c79__book--intro{ background:#3F2222; color:#F0B4B4; }
.c79__unlock{ display:inline-flex; align-items:center; gap:6px; color:var(--accent-2); font-weight:700; }
.c79__unlock svg{ width:12px; height:12px; }
.c79--locked{ border-style:dashed; }
.c79--compact{ min-height:104px; } .c79--compact .c79__media img,.c79--compact .c79__tile{ min-height:104px; }
.c79.is-focus{ outline:2px solid var(--accent); }
.more79{ display:block; text-align:center; padding:14px; border:1px dashed var(--border-strong); border-radius:14px; color:var(--accent-2); font-weight:700; text-decoration:none; }
.more79 svg{ width:12px; height:12px; vertical-align:-1px; }
.empty79{ text-align:center; padding:30px 0; color:var(--text-muted); }

/* ---- list view ---- */
.hub79__hero{ margin:0 -16px; height:220px; background:var(--surface-3) center/cover; position:relative; color:#fff; display:flex; align-items:flex-end; }
.hub79__hero::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.05) 30%,rgba(0,0,0,.72)); }
.hub79__heroTxt{ position:relative; z-index:1; padding:18px 16px; }
.hub79__heroTxt .ex79__kick{ color:#BFE9D4; } .hub79__heroTxt h1{ font-size:clamp(1.8rem,5vw,2.6rem); color:#fff; } .hub79__heroTxt p{ margin:6px 0 0; color:#E6E6E2; font-size:14px; max-width:60ch; line-height:1.45; }
@media(min-width:900px){ .hub79__hero{ height:300px; border-radius:0 0 18px 18px; } }
.hub79__sub{ color:var(--text-muted); font-size:14px; margin:12px 0 4px; }
.hub79__head{ padding:20px 0 6px; } .hub79__head h1{ font-size:clamp(1.7rem,4vw,2.4rem); } .hub79__head p{ color:var(--text-muted); margin:6px 0 0; max-width:62ch; }
.chips79{ display:flex; gap:8px; overflow-x:auto; padding:10px 0; scrollbar-width:none; }
.chips79::-webkit-scrollbar{ display:none; }
.chip79{ flex:none; display:inline-flex; align-items:center; gap:6px; height:34px; padding:0 12px; border-radius:999px; border:1px solid var(--border); background:var(--surface-1); color:var(--text); font:inherit; font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; white-space:nowrap; }
.chip79 b{ color:var(--text-faint); font-weight:600; }
.chip79.is-on{ background:var(--accent); color:var(--text-on-accent); border-color:var(--accent); } .chip79.is-on b{ color:inherit; }
.chip79 svg{ width:12px; height:12px; }
.list79__bar{ display:flex; align-items:center; justify-content:space-between; padding:6px 0 12px; color:var(--text-muted); font-size:13px; }
.list79__h2{ font-size:1.2rem; margin:6px 0 10px; }
.nbhd__video-card{ margin:12px 0 4px; }

/* ---- map ---- */
#view-map{ position:fixed; inset:var(--top-h) 0 0 0; z-index:40; }
@media(min-width:900px){ #view-map{ inset:64px 0 0 0; } }
#map79{ position:absolute; inset:0; background:var(--surface-2); }
.map79__top{ position:absolute; left:0; right:0; top:0; z-index:500; padding:10px 12px 0; display:flex; flex-direction:column; gap:8px; pointer-events:none; }
.map79__top > *{ pointer-events:auto; }
.map79__cap{ display:inline-flex; align-items:center; gap:8px; align-self:flex-start; background:color-mix(in srgb, var(--surface-1) 92%, transparent); border:1px solid var(--border); border-radius:999px; padding:6px 10px 6px 12px; font-size:12.5px; font-weight:700; }
.map79__cap button{ border:0; background:var(--surface-3); border-radius:999px; padding:3px 8px; font:inherit; font-size:11px; cursor:pointer; color:var(--text); }
.map79__chips{ display:flex; gap:8px; overflow-x:auto; scrollbar-width:none; padding-bottom:2px; }
.map79__chips::-webkit-scrollbar{ display:none; }
.map79__locate{ position:absolute; right:12px; top:98px; z-index:500; width:44px; height:44px; border-radius:50%; border:1px solid var(--border); background:var(--surface-1); color:var(--accent-2); display:grid; place-items:center; box-shadow:var(--shadow-2); cursor:pointer; }
.map79__locate svg{ width:20px; height:20px; }
.map79__sheet{ position:absolute; left:0; right:0; bottom:calc(var(--tabs-h) + env(safe-area-inset-bottom)); z-index:500; padding:8px 0 10px; background:linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg) 70%, transparent) 30%); }
@media(min-width:900px){ .map79__sheet{ bottom:0; left:auto; right:0; top:0; width:400px; background:var(--bg); border-left:1px solid var(--border); padding:110px 12px 12px; overflow-y:auto; } .map79__cards{ display:grid; grid-template-columns:1fr; gap:10px; padding:0 !important; } .map79__cards .c79{ flex:none; width:auto; } .map79__locate{ right:412px; } }
.map79__cards{ display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; padding:0 12px 4px; scrollbar-width:none; }
.map79__cards::-webkit-scrollbar{ display:none; }
.map79__cards .c79{ flex:0 0 300px; scroll-snap-align:center; }
.mapEmpty79{ background:var(--surface-1); border:1px solid var(--border); border-radius:14px; padding:14px; color:var(--text-muted); font-size:13px; margin:0 12px; }
.pin.is-hot, .pin-wrap.is-hot .pin{ transform:scale(1.25); box-shadow:0 0 0 4px var(--accent-soft); }
.pin--route{ background:var(--accent); color:#fff; font-weight:700; font-size:12px; display:grid; place-items:center; border-radius:50%; width:26px; height:26px; border:2px solid #fff; }
.leaflet-container{ font-family:var(--font-body); }

/* ---- walks ---- */
.walks79{ padding:20px 0; }
.walks79__nb{ margin:0 0 22px; }
.walks79__nb h2{ font-size:1.25rem; margin-bottom:8px; display:flex; justify-content:space-between; align-items:baseline; }
.walks79__nb h2 a{ font-size:13px; color:var(--accent-2); text-decoration:none; font-family:var(--font-body); font-weight:600; }
.walks79__row{ display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; margin:0 -16px; padding:0 16px 6px; }
.walks79__row::-webkit-scrollbar{ display:none; }
.walk79{ flex:0 0 220px; scroll-snap-align:start; border:0; padding:0; background:none; text-align:left; font:inherit; color:var(--text); cursor:pointer; }
.walk79__thumb{ position:relative; display:block; aspect-ratio:16/9; border-radius:12px; overflow:hidden; background:var(--surface-3); }
.walk79__thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.walk79__play{ position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:26px; text-shadow:0 2px 8px rgba(0,0,0,.6); }
.walk79__t{ display:block; font-size:13px; line-height:1.3; margin-top:6px; color:var(--text-muted); }
.walk79__player{ aspect-ratio:16/9; border-radius:14px; overflow:hidden; background:#000; margin:0 0 16px; position:relative; }
.walk79__player iframe{ width:100%; height:100%; border:0; display:block; }

/* ---- my trip ---- */
.trip79{ padding:20px 0; }
.trip79 h2{ font-size:1.35rem; margin:18px 0 10px; }
.myplan79__empty{ border:1px dashed var(--border-strong); border-radius:14px; padding:16px; color:var(--text-muted); }
.myday79{ border:1px solid var(--border); border-radius:14px; background:var(--surface-1); padding:12px 14px; margin-bottom:10px; }
.myday79 h3{ font-size:1.05rem; display:flex; justify-content:space-between; } .myday79 h3 span{ font-family:var(--font-body); font-size:12px; color:var(--text-faint); }
.myday79__list{ list-style:none; margin:8px 0 0; padding:0; counter-reset:s; }
.mystop79{ display:grid; grid-template-columns:1fr auto; gap:4px 10px; padding:8px 0; border-top:1px solid var(--border); counter-increment:s; }
.mystop79__name{ border:0; background:none; padding:0; text-align:left; font:inherit; font-family:var(--font-display); font-size:16px; color:var(--text); cursor:pointer; }
.mystop79__name::before{ content:counter(s) ". "; color:var(--accent-2); }
.mystop79__meta{ grid-column:1; font-size:12px; color:var(--text-muted); }
.mystop79__acts{ grid-row:1/3; display:flex; gap:4px; align-items:center; }
.mystop79__acts button, .mystop79__acts select{ height:28px; border:1px solid var(--border); background:var(--surface-2); border-radius:8px; font:inherit; font-size:12px; color:var(--text); padding:0 6px; }
.myday79__none{ color:var(--text-faint); font-size:13px; margin:6px 0 0; }
.sk79__thumb{ display:grid; place-items:center; color:var(--text-faint); }
.sk79__thumb svg{ width:16px; height:16px; }
.planmap79{ margin:14px 0; } .planmap79__k{ font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--text-faint); margin-bottom:6px; }
.planmap79__m{ height:220px; border-radius:14px; overflow:hidden; border:1px solid var(--border); }
#itineraryDetail{ padding-top:10px; }

/* ---- more ---- */
.more79{ padding:20px 0 30px; }
.more79 section{ padding:18px 0; border-top:1px solid var(--border); }
.more79 section:first-child{ border-top:0; }
.more79 h2{ font-size:1.4rem; margin-bottom:8px; }
.more79 p{ color:var(--text-muted); line-height:1.6; max-width:64ch; }
.more79 .tabs{ display:flex; gap:8px; overflow-x:auto; scrollbar-width:none; margin:8px 0 10px; }
.more79 .tab{ flex:none; border:1px solid var(--border); background:var(--surface-1); border-radius:999px; padding:6px 12px; font:inherit; font-size:13px; font-weight:600; color:var(--text); }
.more79 .tab[aria-selected="true"]{ background:var(--accent); color:var(--text-on-accent); border-color:var(--accent); }
.refblock{ background:var(--surface-1); border:1px solid var(--border); border-radius:14px; padding:14px 16px; margin:10px 0; }
.refblock h3{ font-size:1.1rem; margin-bottom:6px; } .refblock p, .refblock li{ color:var(--text-muted); line-height:1.55; }
.trust79{ display:grid; gap:10px; }
.trust79 div{ background:var(--surface-1); border:1px solid var(--border); border-radius:12px; padding:12px 14px; }
.trust79 b{ display:block; margin-bottom:2px; }
@media(min-width:720px){ .trust79{ grid-template-columns:repeat(2,1fr); } }
.more79__links a{ display:block; padding:10px 0; border-top:1px solid var(--border); color:var(--text); text-decoration:none; font-weight:600; }

/* ---- offer ---- */
.offer79{ padding:20px 0 40px; }
.offer79__top h1{ font-size:clamp(1.9rem,5vw,2.8rem); line-height:1.06; max-width:18ch; margin-bottom:10px; }
.offer79__top p{ color:var(--text-muted); line-height:1.6; max-width:60ch; }
.offer79__demo{ margin:22px 0; } .offer79__note{ color:var(--text-muted); font-size:14px; line-height:1.55; margin:10px 0 0; }
.offer79 .buycard{ background:var(--surface-1); border:1px solid var(--border); color:var(--text); box-shadow:var(--shadow-2); margin:16px 0; }
.offer79 .buycard__film, .offer79 .buycard__filmscrim{ display:none; }
.offer79 .buycard__h1, .offer79 .buycard__amount, .offer79 .buycard__list li, .offer79 .bterm, .offer79 .buycard__freeline, .offer79 .buycard__recover{ color:var(--text); }
.offer79 .buycard__frac, .offer79 .buycard__risk, .offer79 .buycard__support{ color:var(--text-muted); }
.offer79 .buycard__amount{ font-family:var(--font-display); font-weight:500; letter-spacing:-.03em; }
.offer79 .bterm{ background:var(--surface-2); border:1px solid var(--border); }
.offer79 .c-buy__check{ background:var(--accent); color:var(--text-on-accent); }
.offer79 .buycard__cta{ background:var(--accent); color:var(--text-on-accent); box-shadow:var(--shadow-cta); }
.offer79 .buycard__ghost{ color:var(--accent-2); }
.offer79 .buycard__key input{ background:var(--surface-2); color:var(--text); border:1px solid var(--border-strong); }
.offer79 .buycard__key button{ background:var(--text); color:var(--bg); }
.offer79 .buycard__support a, .offer79 .buycard__risk a{ color:var(--accent-2); }
.offer79 .hanko{ border-color:var(--gold); color:var(--gold); }
.offer79 [class*="resend"]{ background:var(--surface-2); color:var(--text); border:1px solid var(--border-strong); }
.faq79{ margin-top:22px; } .faq79 h2{ font-size:1.3rem; margin-bottom:8px; }
.faq79 details{ border-top:1px solid var(--border); padding:10px 0; } .faq79 summary{ font-weight:700; cursor:pointer; } .faq79 p{ color:var(--text-muted); line-height:1.55; margin:6px 0 0; }
.noreviews79{ margin:14px 0 0; padding:14px 16px; border:1px dashed var(--border-strong); border-radius:12px; color:var(--text-muted); font-size:14px; line-height:1.5; }

/* ---- toast + sheet extras ---- */
.toast79{ position:fixed; left:50%; bottom:calc(var(--tabs-h) + 14px + env(safe-area-inset-bottom)); transform:translateX(-50%) translateY(10px); background:var(--text); color:var(--bg); padding:10px 16px; border-radius:999px; font-size:13.5px; font-weight:600; opacity:0; pointer-events:none; transition:all .25s var(--ease); z-index:200; white-space:nowrap; }
.toast79.is-on{ opacity:1; transform:translateX(-50%) translateY(0); }
.sh-walk79{ display:block; margin:14px 0 4px; padding:12px 14px; border-radius:12px; background:var(--accent-soft); color:var(--accent-2); font-weight:700; text-decoration:none; }
@media(prefers-reduced-motion:reduce){ .toast79{ transition:none; } }

.nbt79--plain{ background:linear-gradient(160deg,var(--accent) 0%,var(--accent-deep) 100%); } .hub79__hero--plain{ background:linear-gradient(160deg,var(--accent),var(--accent-deep)); }

/* desktop: no bottom tabs (this must come after .tabs79) */
@media(min-width:900px){ .tabs79{ display:none !important; } body{ padding-bottom:0; } }

.top79__cta-s{ display:none; } @media(max-width:599px){ .top79__cta-l{ display:none; } .top79__cta-s{ display:inline; } .top79{ gap:8px; padding:0 12px; } .top79__ico{ width:34px; height:34px; } }

@media(min-width:720px){ .ex79__tiles{ grid-template-columns:repeat(3,1fr); } } @media(min-width:1100px){ .ex79__tiles{ grid-template-columns:repeat(6,1fr); } .tile79__t{ font-size:17px; } }

/* v79b: back bar, locked sheet, hero film, walk close */
.back79{ position:sticky; top:var(--top-h); z-index:50; display:flex; align-items:center; gap:10px; height:46px; margin:0 -16px; padding:0 10px; background:color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter:blur(8px); border-bottom:1px solid var(--border); }
@media(min-width:900px){ .back79{ top:64px; } }
.back79__btn, .back79__x{ width:36px; height:36px; border-radius:50%; border:1px solid var(--border); background:var(--surface-1); color:var(--text); font:inherit; font-size:18px; cursor:pointer; display:grid; place-items:center; }
.back79__t{ flex:1; font-family:var(--font-display); font-size:17px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.lock79{ padding:6px 0 10px; } .lock79__tile{ width:64px; height:64px; min-height:0 !important; border-radius:14px; font-size:30px; margin-bottom:12px; }
.lock79__p{ color:var(--text-muted); line-height:1.55; } .lock79__acts{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.film79{ padding:14px 0 4px; } .film79__btn{ position:relative; display:block; width:100%; aspect-ratio:16/9; border:0; padding:0; border-radius:16px; overflow:hidden; background:#111; cursor:pointer; box-shadow:var(--shadow-2); }
.film79__btn img{ width:100%; height:100%; object-fit:cover; display:block; }
.film79__play{ position:absolute; left:50%; top:50%; transform:translate(-50%,-60%); width:58px; height:58px; border-radius:50%; background:rgba(255,255,255,.92); color:#111; display:grid; place-items:center; font-size:22px; padding-left:4px; }
.film79__cap{ position:absolute; left:0; right:0; bottom:0; padding:28px 14px 12px; color:#fff; font-size:13px; line-height:1.4; text-align:left; background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.75)); }
.film79__player{ position:relative; aspect-ratio:16/9; border-radius:16px; overflow:hidden; background:#000; } .film79__player iframe{ width:100%; height:100%; border:0; display:block; }
.walk79__close{ position:absolute; right:10px; top:10px; width:34px; height:34px; border-radius:50%; border:0; background:rgba(0,0,0,.6); color:#fff; font-size:16px; cursor:pointer; z-index:2; }
.walk79__player{ position:relative; }
.refblock--flash{ outline:2px solid var(--accent); }

/* video lightbox (plan stops) */
.lb79{position:fixed;inset:0;z-index:1200;background:rgba(10,12,11,.86);display:none;align-items:center;justify-content:center;padding:16px}
.lb79.is-on{display:flex}
.lb79__box{width:min(100%,960px)}
.lb79__frame{position:relative;aspect-ratio:16/9;width:100%;background:#000;border-radius:14px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.lb79__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.lb79__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:999px;border:0;background:#fff;color:#111;font-size:18px;cursor:pointer;z-index:2}
.lb79__cap{color:#fff;margin:10px 4px 0;font-size:14px}
body.lb79-open{overflow:hidden}
/* hero: ambient muted loop, animated-image fallback (iOS Low Power Mode), tap for the full walk */
.film79__stage{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#111}
.film79__v,.film79__fallback{width:100%;height:100%;object-fit:cover;display:block}
.film79__watch{position:absolute;left:14px;top:14px;border:0;border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.94);color:#111;font:600 13px/1 "Public Sans",system-ui,sans-serif;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.film79__watch:hover{background:#fff}
/* worth-it row + offer before/after */
.worth79{display:flex;gap:8px;overflow-x:auto;padding:2px 0 6px;scrollbar-width:none}.worth79::-webkit-scrollbar{display:none}
.worth79__a{flex:none;border:1px solid var(--border);background:var(--surface-1);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:600;color:var(--text,#17181A);text-decoration:none;white-space:nowrap}
.worth79__a::before{content:"Is ";font-weight:400;color:var(--text-muted)}.worth79__a::after{content:" worth it?";font-weight:400;color:var(--text-muted)}
.offer79__ba{margin:14px 0 0;font-size:15px;line-height:1.5;color:var(--text,#17181A)}.offer79__ba b{color:var(--accent,#1E5A45)}
.offer79__pdf{margin:8px 0 0;font-size:14px;color:var(--text-muted)}.offer79__pdf a{color:var(--accent,#1E5A45)}

/* the whole card opens, so it has to look like it does (2026-09-11) */
.c79{ cursor:pointer; }
.c79 .c79__ico{ cursor:pointer; }
