:root {
  color-scheme: light;
  --ink: #1f1b12;
  --muted: #706957;
  --line: rgba(73, 59, 23, 0.14);
  --paper: #fffdf8;
  --cream: #faf4e8;
  --yellow: #f5c928;
  --yellow-dark: #c59800;
  --green: #207a4d;
  --red: #9d3d2b;
  --shadow: 0 20px 55px rgba(57, 43, 12, 0.1);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
button, input, select { font: inherit; }
button { color: inherit; }
.is-hidden { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: sticky; z-index: 50; top: 0; display: flex; justify-content: space-between; align-items: center;
  min-height: 72px; padding: 10px max(20px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.92); backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font-size: 15px; }
.brand small { color: var(--muted); font-size: 10px; }
.brand-mark { display: grid; grid-template-columns: repeat(2, 12px); grid-template-rows: repeat(2, 12px); gap: 2px; width: 34px; height: 34px; padding: 4px; border-radius: 10px; background: linear-gradient(145deg, #ffdc56, #d8aa04); box-shadow: inset 0 0 0 1px rgba(97, 71, 0, 0.14); }
.brand-mark i { border-radius: 2px; background: rgba(255,255,255,.32); }
.brand-mark i:last-child { grid-column: 1 / -1; }
.local-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(32,122,77,.16); border-radius: 999px; color: var(--green); background: #f2fbf5; font-size: 12px; font-weight: 750; }
.local-status span { width: 8px; height: 8px; border-radius: 50%; background: #32a96c; box-shadow: 0 0 0 4px rgba(50,169,108,.12); }

.hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.72fr); align-items: center; gap: 76px; min-height: 600px; padding-block: 76px 90px; }
.eyebrow, .section-heading > span { color: #8a6800; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 14px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 74px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero-copy > p { max-width: 690px; margin: 28px 0 0; color: #625b4e; font-size: 19px; line-height: 1.6; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-points span { padding: 8px 11px; border: 1px solid rgba(148,111,5,.16); border-radius: 999px; color: #62501c; background: #fff8df; font-size: 11px; font-weight: 800; }
.hero-visual { position: relative; min-height: 380px; }
.photo-card { position: absolute; inset: 34px 14px 16px 14px; overflow: hidden; border-radius: 26px; }
.photo-card-back { inset: 4px 42px 48px -10px; background: #f1cc58; transform: rotate(-5deg); }
.photo-card-front { border: 10px solid #fff; background: #f8f1e2; box-shadow: 0 28px 70px rgba(55,42,14,.2); transform: rotate(2deg); }
.photo-sky { position: absolute; inset: 0; background: linear-gradient(#eadfbf 0 48%, #91b8aa 48%); }
.photo-hills { position: absolute; inset: 36% -8% 23%; border-radius: 50% 50% 0 0; background: linear-gradient(155deg, #607b58, #3d593e 55%, #253e32); transform: rotate(-5deg); }
.photo-hills::after { content: ""; position: absolute; inset: 44% -5% -40%; background: #d9b66a; transform: rotate(6deg); }
.photo-lock { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: white; background: var(--green); font-size: 22px; font-weight: 900; box-shadow: 0 8px 20px rgba(32,122,77,.26); }
.photo-caption { position: absolute; inset: auto 14px 14px; display: grid; gap: 3px; padding: 13px 15px; border-radius: 15px; background: rgba(255,253,248,.93); backdrop-filter: blur(10px); }
.photo-caption strong { font-size: 13px; }.photo-caption span { color: var(--muted); font-size: 10px; }

.privacy { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-bottom: 88px; padding: 22px 24px; border: 1px solid rgba(32,122,77,.18); border-radius: 20px; background: linear-gradient(135deg, #f2fbf5, #fffdf8); box-shadow: 0 15px 40px rgba(35,105,72,.07); }
.privacy-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: var(--green); background: #dff4e7; font-size: 24px; font-weight: 900; }
.privacy strong { font-size: 16px; }.privacy p { margin: 5px 0 0; color: #5f695f; font-size: 13px; line-height: 1.55; }
.privacy-proof { padding: 10px 13px; border-radius: 12px; color: #306b4d; background: rgba(255,255,255,.74); font-size: 11px; font-weight: 800; white-space: nowrap; }
.privacy-proof span { font-size: 18px; }

.workspace { padding-bottom: 92px; }
.section-heading { display: grid; grid-template-columns: 72px 1fr; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px,4vw,44px); font-weight: 500; letter-spacing: -.025em; }
.section-heading p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.card { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.device-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 22px; }
.device-score { display: grid; place-items: center; align-content: center; width: 82px; height: 82px; border-radius: 22px; color: #725600; background: #fff2bc; }
.device-score span { font-size: 28px; font-weight: 900; line-height: 1; }.device-score small { margin-top: 5px; font-size: 9px; text-transform: uppercase; }
.device-copy h3 { margin: 0; font-size: 17px; }.device-copy p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.device-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }.device-facts span { padding: 5px 8px; border-radius: 999px; color: #665c44; background: #f7f4ed; font-size: 10px; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border: 1px solid transparent; border-radius: 11px; font-weight: 780; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }.button:disabled { opacity: .45; cursor: not-allowed; }
.button.primary { color: #251d06; background: var(--yellow); box-shadow: 0 9px 22px rgba(221,170,0,.2); }
.button.secondary { color: #433919; border-color: rgba(120,91,8,.2); background: #fff8df; }
.button.ghost { color: #554d3b; border-color: var(--line); background: #fff; }
.button.danger { color: var(--red); }.button.large { min-height: 50px; padding-inline: 24px; }.button.small { min-height: 34px; padding-inline: 11px; font-size: 11px; }
.text-button { padding: 0; border: 0; color: #80620b; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }

.dropzone { display: grid; justify-items: center; padding: 50px 24px; border: 2px dashed rgba(144,107,8,.24); border-radius: 24px; outline: 0; text-align: center; background: linear-gradient(180deg,#fffdf7,#fff9e8); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.dropzone.is-dragging { border-color: #c89b09; background: #fff3bf; transform: scale(1.005); }
.dropzone:focus-visible { box-shadow: 0 0 0 4px rgba(245,201,40,.2); }
.drop-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; color: #6f5300; background: #f8d75c; font-size: 30px; box-shadow: inset 0 0 0 1px rgba(100,74,0,.1); }
.dropzone h3 { margin: 16px 0 0; font-size: 20px; }.dropzone p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }.dropzone small { margin-top: 16px; color: #7d755f; font-size: 10px; }
.drop-actions { display: flex; gap: 10px; margin-top: 20px; }
.selection { display: grid; gap: 18px; margin-top: 18px; padding: 20px; }
.selection-main, .process-summary { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.selection-main > div, .process-summary > div { display: grid; gap: 5px; padding: 13px; border-radius: 13px; background: #f8f6f0; }
.selection-main span, .process-summary span { color: var(--muted); font-size: 10px; text-transform: uppercase; }.selection-main strong, .process-summary strong { font-size: 15px; }
.recommendation { display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px; border-radius: 13px; background: #f4f2ed; }
.recommendation[data-level="good"] { color: #23623f; background: #edf8f1; }.recommendation[data-level="warning"] { color: #705800; background: #fff6d7; }.recommendation[data-level="danger"] { color: #873927; background: #fff0eb; }
.recommendation-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 4px; border-radius: 50%; background: currentColor; }.recommendation strong { font-size: 12px; }.recommendation p { margin: 3px 0 0; font-size: 11px; line-height: 1.45; }
.file-strip { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 5px; }.file-thumb { position: relative; flex: 0 0 78px; width: 78px; height: 60px; overflow: hidden; border-radius: 10px; background: #eee9dd; }.file-thumb img { width: 100%; height: 100%; object-fit: cover; }.file-thumb span { position: absolute; inset: auto 4px 4px; overflow: hidden; padding: 2px 4px; border-radius: 4px; color: white; background: rgba(20,18,12,.68); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }

.settings-layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(340px,.82fr); align-items: start; gap: 18px; }.settings-card, .preview-card { padding: 20px; }
.preset-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.preset { position: relative; display: grid; justify-items: start; min-height: 105px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }.preset input { position: absolute; opacity: 0; pointer-events: none; }.preset.selected { border-color: rgba(166,125,0,.5); background: #fff8df; box-shadow: inset 0 0 0 1px rgba(166,125,0,.08); }.preset-icon { font-size: 20px; }.preset strong { margin-top: 8px; font-size: 12px; }.preset small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.locked-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin-top: 18px; padding: 13px; border: 1px solid rgba(32,122,77,.14); border-radius: 13px; background: #f2faf5; }.check-mark { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; color: white; background: var(--green); font-weight: 900; }.locked-option div { display: grid; gap: 3px; }.locked-option strong { font-size: 12px; }.locked-option small { color: #58705f; font-size: 9px; }.always-on { color: var(--green); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.control-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 18px; }.field { display: grid; align-content: start; gap: 7px; min-width: 0; }.field > span, .slider-row > span { color: #554d3d; font-size: 11px; font-weight: 750; }.field input[type="number"], .field select { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; }.field small { color: var(--muted); font-size: 9px; }.range-field > span { display: flex; justify-content: space-between; }.field output, .slider-row output { color: #866500; font-size: 10px; font-weight: 850; }
input[type="range"] { width: 100%; accent-color: #c99a05; }
.advanced { margin-top: 20px; border-top: 1px solid var(--line); }.advanced summary { padding: 18px 0 12px; font-size: 12px; font-weight: 800; cursor: pointer; }.slider-grid { display: grid; gap: 12px; }.slider-row { display: grid; grid-template-columns: 180px 1fr 62px; align-items: center; gap: 10px; }.slider-row output { text-align: right; }
.preview-card { position: sticky; top: 92px; }.card-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; }.card-head span { color: #8a6800; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.card-head h3 { margin: 4px 0 0; font-size: 17px; }.preview-empty { display: grid; justify-items: center; gap: 8px; min-height: 350px; align-content: center; color: var(--muted); text-align: center; }.preview-empty span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: #f4f0e6; font-size: 23px; }.preview-empty p { max-width: 240px; margin: 0; font-size: 11px; line-height: 1.5; }
.preview-stage { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 16px; }.preview-image { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 12px; background: #eee9de; }.preview-image > span { position: absolute; z-index: 2; top: 7px; left: 7px; padding: 4px 6px; border-radius: 6px; color: white; background: rgba(25,22,15,.7); font-size: 8px; font-weight: 800; }.preview-image img { width: 100%; height: 100%; object-fit: contain; }.preview-stats, .metadata-report { grid-column: 1/-1; display: grid; gap: 6px; padding: 11px; border-radius: 11px; background: #f8f6f0; }.preview-stats div, .metadata-report div { display: flex; justify-content: space-between; gap: 10px; font-size: 10px; }.preview-stats span, .metadata-report span { color: var(--muted); }.metadata-report strong.good { color: var(--green); }

.process-card { padding: 20px; }.process-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }.progress-wrap { margin-top: 18px; }.progress-label { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }.progress-track { overflow: hidden; height: 10px; margin-top: 9px; border-radius: 999px; background: #efeade; }.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#f2c321,#dfaa00); transition: width .2s ease; }.progress-wrap p { margin: 7px 0 0; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.process-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }.process-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }.results { margin-top: 18px; padding: 20px; }.result-list { display: grid; gap: 7px; max-height: 360px; margin-top: 14px; overflow: auto; }.result-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 9px 11px; border-radius: 10px; background: #f8f6f0; }.result-row strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.result-row span { color: var(--muted); font-size: 9px; }.result-row em { color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; }
.limitations { display: grid; grid-template-columns: minmax(260px,.7fr) 1.3fr; gap: 70px; margin-bottom: 90px; padding: 34px; border-radius: 24px; color: #fff; background: #2c291f; }.limitations span { color: #f3ce50; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.limitations h2 { margin: 8px 0 0; font-family: Georgia,serif; font-size: 36px; font-weight: 500; }.limitations ul { display: grid; gap: 13px; margin: 0; padding-left: 18px; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.5; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px max(20px,calc((100vw - 1180px)/2)); border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; background: var(--cream); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-block: 58px 70px; }.hero-visual { width: min(100%,520px); min-height: 330px; margin-inline: auto; }
  .settings-layout { grid-template-columns: 1fr; }.preview-card { position: static; }.preset-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .privacy { grid-template-columns: auto 1fr; }.privacy-proof { grid-column: 2; justify-self: start; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px,1180px); }.topbar { min-height: 64px; padding-inline: 12px; }.brand strong { font-size: 12px; }.brand small { font-size: 8px; }.local-status { padding: 7px 9px; font-size: 9px; }
  .hero { min-height: 0; padding-top: 48px; }.hero h1 { font-size: 43px; }.hero-copy > p { font-size: 16px; }.hero-visual { min-height: 270px; }
  .privacy { grid-template-columns: 1fr; gap: 12px; margin-bottom: 70px; padding: 18px; }.privacy-proof { grid-column: auto; }.privacy-icon { width: 40px; height: 40px; }
  .workspace { padding-bottom: 72px; }.section-heading { grid-template-columns: 1fr; gap: 8px; }.section-heading h2 { font-size: 32px; }.section-heading p { line-height: 1.5; }
  .device-card { grid-template-columns: auto 1fr; }.device-card .button { grid-column: 1/-1; width: 100%; }.device-score { width: 66px; height: 66px; border-radius: 18px; }
  .dropzone { padding: 38px 16px; }.drop-actions { width: 100%; flex-direction: column; }.drop-actions .button { width: 100%; }
  .selection-main, .process-summary { grid-template-columns: repeat(2,minmax(0,1fr)); }.preset-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.control-grid { grid-template-columns: 1fr; }.slider-row { grid-template-columns: 1fr 58px; }.slider-row input { grid-column: 1/-1; grid-row: 2; }.slider-row output { grid-column: 2; grid-row: 1; }
  .settings-card, .preview-card, .process-card, .results { padding: 15px; }.process-actions { flex-direction: column; }.process-actions .button { width: 100%; }.limitations { grid-template-columns: 1fr; gap: 25px; padding: 25px 20px; }.limitations h2 { font-size: 31px; }
  footer { flex-direction: column; }
}

@media (max-width: 370px) {
  .local-status { max-width: 100px; }.hero h1 { font-size: 37px; }.preset-grid, .selection-main, .process-summary { grid-template-columns: 1fr; }
}

/* Public TABS tool shell: aligned with the date generator landing. */
body {
  background:
    radial-gradient(circle at 10% 3%, rgba(241, 204, 88, 0.22), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0, #fff 39rem);
}

.topbar {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(300px, 1fr);
  gap: 22px;
  min-height: 74px;
  padding: 10px clamp(20px, 4vw, 64px);
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.brand strong {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.brand small {
  font-size: 11px;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbar nav a {
  color: #504a3d;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.topbar nav a:hover { color: #8a670c; }

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(126, 94, 11, 0.2);
  border-radius: 11px;
  color: #65501a;
  background: rgba(255, 250, 235, 0.86);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.share-button:hover { border-color: rgba(166, 124, 0, 0.5); background: #fff5ce; }
.share-button:focus-visible { outline: 3px solid rgba(212, 160, 23, 0.24); outline-offset: 2px; }
.share-button svg { width: 17px; height: 17px; fill: currentColor; }

.share-notice {
  position: fixed;
  z-index: 100;
  top: 86px;
  right: clamp(16px, 4vw, 64px);
  max-width: min(390px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  background: rgba(31, 28, 20, 0.95);
  box-shadow: 0 14px 34px rgba(37, 28, 7, 0.18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hero { min-height: 610px; padding-block: 72px 88px; }
.hero-cta { width: fit-content; min-height: 50px; margin-top: 28px; padding-inline: 22px; text-decoration: none; }

.guest-quota {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.42fr);
  align-items: center;
  gap: 30px;
  margin-top: -50px;
  margin-bottom: 88px;
  padding: 20px 24px;
  border: 1px solid rgba(155, 115, 7, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8df, #fffdf8);
  box-shadow: 0 16px 40px rgba(58, 43, 9, 0.08);
}

.guest-quota > div:first-child { display: grid; gap: 5px; }
.guest-quota > div:first-child > span { color: #846100; font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.guest-quota > div:first-child > strong { font-size: 16px; }
.guest-quota p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.guest-quota.is-authed { border-color: rgba(32, 122, 77, 0.18); background: linear-gradient(135deg, #edf9f2, #fff); }
.guest-quota.is-locked { border-color: rgba(157, 61, 43, 0.22); background: linear-gradient(135deg, #fff0eb, #fff); }
.quota-meter-wrap { display: grid; gap: 8px; }
.quota-meter-label { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; }
.quota-meter-label span { color: var(--muted); }.quota-meter-label strong { font-size: 11px; }
.quota-meter { overflow: hidden; height: 8px; border-radius: 999px; background: #ece5d1; }
.quota-meter span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #d5a402, #f5c928); transition: width 0.2s ease; }
.guest-quota.is-authed .quota-meter span { background: #32a96c; }
.guest-quota.is-locked .quota-meter span { background: #bd5841; }

.section-heading.centered {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.section-heading.centered > div { display: grid; justify-items: center; }
.section-heading.centered p { max-width: 700px; }
.seo-section, .faq { padding-bottom: 96px; }

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.how-grid li {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(57, 43, 12, 0.06);
}

.how-grid li > span { color: #b08300; font-size: 11px; font-weight: 900; }
.how-grid h3 { margin: 24px 0 8px; font-size: 16px; }
.how-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.seo-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  margin-bottom: 96px;
  padding: 42px;
  border-radius: 26px;
  background: #f8f3e8;
}

.seo-copy h2 { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 46px); font-weight: 500; line-height: 1.08; letter-spacing: -0.03em; }
.seo-copy-text { display: grid; align-content: center; gap: 14px; }
.seo-copy-text p { margin: 0; color: #625b4e; font-size: 13px; line-height: 1.7; }

.faq-list { display: grid; gap: 9px; width: min(900px, 100%); margin-inline: auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-list summary { padding: 17px 19px; font-size: 13px; font-weight: 800; cursor: pointer; }
.faq-list p { margin: 0; padding: 0 19px 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  margin-bottom: 26px;
  padding: 34px 38px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #28261e, #393323);
}

.final-cta > div:first-child > span { color: #f3ce50; font-size: 10px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.final-cta h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 36px; font-weight: 500; }
.final-cta p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 12px; line-height: 1.5; }
.final-cta-actions { display: flex; align-items: center; gap: 10px; }
.final-cta .button { text-decoration: none; }.final-cta .button.ghost { color: #fff; border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.06); }

footer a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.modal-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(22, 20, 15, 0.66);
  backdrop-filter: blur(8px);
}

.limit-modal {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 34px;
  border-radius: 24px;
  text-align: center;
  background: #fffdf8;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.modal-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: #5f5745; background: #fff; font-size: 22px; cursor: pointer; }
.modal-icon { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 18px; border-radius: 20px; color: #6b5000; background: #f7d45d; font-size: 21px; font-weight: 900; }
.limit-modal h2 { margin: 10px 0 0; font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1.05; }
.limit-modal > p { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.limit-modal ul { display: grid; gap: 8px; width: 100%; margin: 20px 0; padding: 15px 18px 15px 36px; border-radius: 14px; text-align: left; background: #f7f3e9; font-size: 11px; }
.limit-modal .button { width: 100%; text-decoration: none; }
.modal-login { margin-top: 14px; color: #735800; font-size: 11px; font-weight: 800; }

@media (max-width: 1240px) {
  .topbar { grid-template-columns: minmax(180px, 1fr) auto; }
  .topbar nav { display: none; }
}

@media (max-width: 760px) {
  .topbar { grid-template-columns: 1fr auto; gap: 10px; padding-inline: 14px; }
  .brand img { width: 34px; height: 34px; }.brand strong { font-size: 13px; }.brand small { font-size: 8px; }
  .header-actions { gap: 7px; }.header-actions .login-link { display: none; }.header-actions .button { min-height: 40px; padding-inline: 12px; font-size: 10px; }
  .share-button { width: 40px; min-height: 40px; padding: 0; }.share-button span { display: none; }
  .hero { padding-top: 54px; }.hero-cta { width: fit-content; }
  .guest-quota { grid-template-columns: 1fr; gap: 17px; margin-top: -34px; margin-bottom: 72px; padding: 18px; }
  .how-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-copy { grid-template-columns: 1fr; gap: 24px; padding: 28px 20px; }
  .final-cta { grid-template-columns: 1fr; padding: 28px 20px; }.final-cta-actions { align-items: stretch; flex-direction: column; }.final-cta-actions .button { width: 100%; }
}

@media (max-width: 480px) {
  .header-actions .button.primary { padding-inline: 10px; }
  .how-grid { grid-template-columns: 1fr; }
  .limit-modal { padding: 30px 20px 24px; }.limit-modal h2 { font-size: 31px; }
  footer { align-items: flex-start; }
}
