@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #f7efe7;
  --bg-strong: #f2e6da;
  --paper: rgba(255, 252, 247, 0.92);
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: #fffdf9;
  --soft: #fff4e8;
  --soft-strong: #ffe7cb;
  --accent: #f28a2a;
  --accent-deep: #d86f0d;
  --accent-fade: rgba(242, 138, 42, 0.18);
  --ink: #1f1813;
  --muted: #66594c;
  --line: rgba(173, 129, 86, 0.18);
  --line-strong: rgba(204, 149, 96, 0.34);
  --shadow-soft: 0 22px 60px rgba(110, 73, 39, 0.12);
  --shadow-card: 0 16px 36px rgba(110, 73, 39, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.68;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 28%),
    radial-gradient(circle at top right, rgba(243, 186, 126, 0.22), transparent 22%),
    linear-gradient(180deg, #f9f2eb 0%, var(--bg) 36%, #f4e9dd 100%);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.55;
}

body::before {
  top: 6%;
  left: -8%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(18px);
}

body::after {
  right: -10%;
  bottom: 6%;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(242, 138, 42, 0.12) 0%, rgba(242, 138, 42, 0) 72%);
  filter: blur(12px);
}

img {
  max-width: 100%;
}

a {
  color: var(--accent-deep);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.03em;
}

p,
li {
  color: var(--ink);
}

.topbar,
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 22px;
  background: rgba(255, 251, 246, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 5;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
  flex-shrink: 0;
}

.site-brand-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-brand-copy {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.site-brand-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.site-brand-subtitle {
  display: none;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(230, 196, 154, 0.72);
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(255, 238, 214, 0.96);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffad52 0%, var(--accent) 60%, var(--accent-deep) 100%);
  color: #fffaf4;
  text-decoration: none;
  font-weight: 800;
  border: none;
  box-shadow: 0 18px 30px rgba(216, 111, 13, 0.22);
}

.button:hover {
  filter: brightness(1.03);
}

.eyebrow {
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.theme-home .page,
.theme-guide-overview .page,
.theme-doc .page {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.theme-home .page {
  min-height: 100vh;
}

.theme-home .overlay {
  position: relative;
}

.theme-home .hero {
  padding: 30px 28px 22px;
  border-radius: 38px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(255, 248, 240, 0.88)),
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.92), transparent 32%);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.theme-home .hero::before {
  content: "";
  position: absolute;
  inset: auto auto 8% 28%;
  width: 36%;
  height: 24%;
  border-radius: 50%;
  background: rgba(207, 178, 145, 0.12);
  filter: blur(24px);
}

.theme-home .hero-layout {
  display: grid;
  grid-template-columns: minmax(180px, 270px) minmax(320px, 1fr) minmax(210px, 290px);
  gap: 26px;
  align-items: start;
}

.theme-home .feature-item,
.theme-home .promo-card,
.theme-home .modal-card {
  backdrop-filter: blur(12px);
}

.theme-home .hero-center {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 8px 0 8px;
}

.theme-home h1 {
  max-width: 660px;
  margin: 18px auto 14px;
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
  line-height: 1.04;
  letter-spacing: -0.024em;
}

.theme-home .hero-title-line {
  display: block;
}

.theme-home .accent-word {
  display: block;
  margin-top: 0.12em;
  color: var(--accent);
  text-shadow: 0 10px 24px rgba(242, 138, 42, 0.18);
}

.theme-home .description {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.theme-home .actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.theme-home .brandline {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  color: #6b5b4b;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.theme-home .feature-column {
  display: grid;
  gap: 14px;
}

.theme-home .feature-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 16px 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(235, 212, 188, 0.92);
  box-shadow: var(--shadow-card);
}

.theme-home .feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 246, 236, 0.88);
  color: var(--accent);
  font-size: 24px;
  font-weight: 800;
}

.theme-home .feature-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}

.theme-home .feature-item span {
  color: var(--muted);
  font-size: 13px;
}

.theme-home .promo-section {
  margin-top: 22px;
}

.theme-home .promo-card {
  padding: 32px;
  border-radius: 34px;
  background: rgba(255, 252, 248, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.theme-home .promo-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(242, 138, 42, 0.12);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-home .promo-title {
  margin: 16px 0 0;
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.theme-home .promo-description,
.theme-home .promo-note,
.theme-home .modal-text {
  color: var(--muted);
}

.theme-home .promo-price {
  margin-top: 20px;
  display: inline-block;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 244, 232, 0.88), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(228, 190, 148, 0.7);
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.theme-home .promo-note {
  margin-top: 14px;
  font-size: 15px;
}

.theme-home .promo-features {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.theme-home .promo-features li {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(235, 212, 188, 0.9);
  color: var(--ink);
  font-weight: 600;
}

.theme-home .modal,
.theme-simple .modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(38, 26, 17, 0.34);
  z-index: 20;
}

.theme-home .modal.is-open,
.theme-simple .modal.is-open {
  display: flex;
}

.theme-home .modal-card,
.theme-simple .modal-card {
  width: min(100%, 640px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 251, 246, 0.96);
  border: 1px solid rgba(225, 189, 152, 0.68);
  box-shadow: var(--shadow-soft);
}

.theme-home .modal-head,
.theme-simple .modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.theme-home .modal-title,
.theme-simple .modal-title {
  font-size: 2.3rem;
  line-height: 1;
}

.theme-home .modal-close,
.theme-simple .modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(221, 188, 153, 0.9);
  border-radius: 14px;
  background: rgba(255, 248, 241, 0.92);
  color: var(--accent-deep);
  cursor: pointer;
  font-size: 24px;
}

.theme-home .contact-form,
.theme-simple .contact-form {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.theme-home .field,
.theme-simple .field {
  display: grid;
  gap: 8px;
}

.theme-home .field label,
.theme-simple .field label {
  font-size: 14px;
  font-weight: 700;
  color: #6b5540;
}

.theme-home .field input,
.theme-simple .field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(221, 188, 153, 0.82);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font: inherit;
}

.theme-home .field input:focus,
.theme-simple .field input:focus {
  outline: 2px solid rgba(242, 138, 42, 0.28);
  outline-offset: 2px;
}

.theme-home .submit-button,
.theme-simple .submit-button {
  cursor: pointer;
}

.theme-guide-overview .hero,
.theme-guide-overview .main-toc,
.theme-guide-overview .section,
.theme-doc .page,
.theme-legal .card,
.theme-simple .panel-card {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.theme-guide-overview .hero,
.theme-guide-overview .main-toc,
.theme-guide-overview .section {
  border-radius: 34px;
}

.theme-guide-overview .hero {
  padding: 36px;
}

.theme-guide-overview h1 {
  margin: 14px 0 12px;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 0.96;
}

.theme-guide-overview .lead,
.theme-guide-overview .card p,
.theme-guide-overview .section p,
.theme-guide-overview .sub p,
.theme-guide-overview .sub li,
.theme-guide-overview .strength span {
  color: var(--muted);
}

.theme-guide-overview .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-top: 28px;
}

.theme-guide-overview .card,
.theme-guide-overview .sub {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(232, 205, 177, 0.9);
  box-shadow: var(--shadow-card);
}

.theme-guide-overview .card {
  padding: 24px;
  border-radius: 26px;
}

.theme-guide-overview .card h2,
.theme-guide-overview .section h2 {
  margin-bottom: 12px;
  font-size: 2.2rem;
  line-height: 1.02;
}

.theme-guide-overview .strengths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.theme-guide-overview .strength {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 245, 233, 0.88), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(230, 196, 154, 0.8);
}

.theme-guide-overview .strength b {
  display: block;
  margin-bottom: 6px;
}

.theme-guide-overview .main-toc {
  margin-top: 26px;
  padding: 26px 28px;
}

.theme-guide-overview .main-toc h2 {
  margin-bottom: 14px;
  font-size: 2rem;
}

.theme-guide-overview .toc-list,
.theme-guide-overview .mini-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme-guide-overview .toc-list a,
.theme-guide-overview .mini-toc a,
.theme-guide-overview .doc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 242, 227, 0.92);
  border: 1px solid rgba(230, 196, 154, 0.88);
  color: var(--accent-deep);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.theme-guide-overview .toc-list a:hover,
.theme-guide-overview .mini-toc a:hover,
.theme-guide-overview .doc-link:hover {
  background: rgba(255, 233, 203, 0.96);
}

.theme-guide-overview .sections {
  margin-top: 30px;
  display: grid;
  gap: 24px;
}

.theme-guide-overview .section {
  padding: 30px;
}

.theme-guide-overview .section-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.theme-guide-overview .section-index {
  min-width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff2df, #fffaf2);
  border: 1px solid rgba(230, 196, 154, 0.88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-deep);
  font-size: 24px;
  font-weight: 800;
}

.theme-guide-overview .section-head-copy {
  flex: 1;
}

.theme-guide-overview .mini-toc-wrap {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 248, 241, 0.92);
  border: 1px solid rgba(231, 203, 171, 0.86);
}

.theme-guide-overview .mini-toc-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #735a44;
}

.theme-guide-overview .subsections {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.theme-guide-overview .sub {
  padding: 22px 22px 20px;
  border-radius: 24px;
}

.theme-guide-overview .sub h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1;
}

.theme-guide-overview .sub ul,
.theme-guide-overview .sub ol {
  margin-top: 12px;
  padding-left: 20px;
}

.theme-guide-overview .tag,
.theme-doc .card-title {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 238, 214, 0.96);
  border: 1px solid rgba(230, 196, 154, 0.88);
  color: #935513;
  font-size: 13px;
  font-weight: 800;
}

.theme-guide-overview .tip,
.theme-doc .how,
.theme-doc .tip,
.theme-legal .highlight,
.theme-simple .note,
.theme-simple .email-box {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 247, 237, 0.98);
  border-left: 4px solid var(--accent);
  color: #624f3f;
}

.theme-guide-overview .doc-link-row {
  margin-top: 18px;
}

.theme-doc .page,
.theme-legal .wrap,
.theme-simple .page-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.theme-doc .page {
  border-radius: 34px;
}

.theme-doc .doc {
  padding: 42px 54px 56px;
}

.theme-doc h1 {
  margin: 14px 0 10px;
  font-size: clamp(2.8rem, 4.8vw, 4.2rem);
  line-height: 0.96;
}

.theme-doc h2 {
  margin: 34px 0 14px;
  font-size: 2rem;
  line-height: 1;
}

.theme-doc h3 {
  margin: 24px 0 10px;
  font-size: 1.55rem;
}

.theme-doc .subtitle,
.theme-doc .intro,
.theme-doc p,
.theme-doc li,
.theme-doc .box p {
  color: var(--muted);
}

.theme-doc .intro {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 244, 232, 0.88);
  border: 1px solid rgba(230, 196, 154, 0.82);
}

.theme-doc .toc {
  margin-top: 28px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 205, 177, 0.9);
}

.theme-doc .toc h2 {
  margin-top: 0;
}

.theme-doc .card {
  margin-top: 16px;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 205, 177, 0.9);
  box-shadow: var(--shadow-card);
}

.theme-doc .card-title {
  margin-bottom: 10px;
}

.theme-doc .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.theme-doc .box {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(232, 205, 177, 0.9);
  background: rgba(255, 255, 255, 0.76);
}

.theme-doc .box h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-family: "Manrope", "Avenir Next", sans-serif;
  letter-spacing: 0;
}

.theme-doc .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
}

.theme-doc .table th,
.theme-doc .table td {
  padding: 14px 16px;
  border: 1px solid rgba(232, 205, 177, 0.9);
  text-align: left;
  vertical-align: top;
}

.theme-doc .table th {
  background: rgba(255, 242, 227, 0.88);
  color: var(--ink);
}

.theme-legal .wrap {
  max-width: 980px;
}

.theme-legal .card {
  border-radius: 34px;
  padding: 32px;
}

.theme-legal h1 {
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  margin-bottom: 8px;
}

.theme-legal h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 22px;
  font-size: 1.9rem;
  border-top: 1px solid rgba(221, 188, 153, 0.55);
}

.theme-legal h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.theme-legal .top-note,
.theme-legal .footer,
.theme-legal .lang-label,
.theme-legal p,
.theme-legal li {
  color: var(--muted);
}

.theme-legal .lang-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  align-items: center;
}

.theme-legal .lang-btn {
  border: 1px solid rgba(221, 188, 153, 0.72);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
}

.theme-legal .lang-btn.active {
  background: linear-gradient(135deg, #ffad52 0%, var(--accent) 100%);
  border-color: transparent;
  color: #fffaf4;
  font-weight: 700;
}

.theme-legal .lang-content {
  display: none;
}

.theme-legal .lang-content.active {
  display: block;
}

.theme-simple .page-shell {
  max-width: 840px;
}

.theme-simple .panel-card {
  border-radius: 34px;
  padding: 34px;
}

.theme-simple h1 {
  margin-bottom: 12px;
  font-size: clamp(2.6rem, 4.8vw, 4rem);
}

.theme-simple h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.theme-simple p,
.theme-simple li,
.theme-simple .footer {
  color: var(--muted);
}

.theme-simple .support-lead {
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.theme-simple .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.theme-simple .box {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 205, 177, 0.9);
  box-shadow: var(--shadow-card);
}

.theme-simple .box h2 {
  margin-top: 0;
}

.theme-simple .home-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent-deep);
  text-decoration: none;
  font-weight: 700;
}

.theme-simple .home-link:hover {
  text-decoration: underline;
}

.theme-simple .email-box {
  font-weight: 800;
}

.theme-simple .email-box a {
  color: var(--accent-deep);
}

.theme-simple .pricing-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.theme-simple .pricing-page-card {
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(232, 205, 177, 0.9);
  box-shadow: var(--shadow-card);
}

.theme-simple .pricing-page-card-main {
  background:
    linear-gradient(180deg, rgba(255, 245, 233, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(242, 138, 42, 0.14), transparent 34%);
}

.theme-simple .pricing-page-price {
  margin: 16px 0 14px;
  display: inline-block;
  padding: 18px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 244, 232, 0.88), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(228, 190, 148, 0.7);
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.theme-simple .pricing-note {
  margin-top: 22px;
}

.theme-simple .pricing-cta-box {
  margin-top: 22px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(232, 205, 177, 0.9);
  box-shadow: var(--shadow-soft);
}

.theme-simple .pricing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.theme-simple .pricing-secondary-button {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border: 1px solid rgba(230, 196, 154, 0.84);
  box-shadow: none;
}

.theme-simple .pricing-secondary-button:hover {
  background: rgba(255, 247, 238, 0.98);
  filter: none;
}

.theme-simple .pricing-contact-mini {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
}

.theme-simple .pricing-contact-mini a {
  color: var(--accent-deep);
}

.theme-simple ol,
.theme-simple ul,
.theme-legal ul {
  padding-left: 22px;
}

.theme-legal .footer,
.theme-simple .footer {
  margin-top: 30px;
  font-size: 0.95rem;
}

.theme-home .section-intro,
.theme-home .pricing-layout,
.theme-home .contact-layout,
.theme-home .trust-layout,
.theme-home .difference-grid,
.theme-home .advanced-grid,
.theme-home .industry-grid,
.theme-home .screenshot-grid,
.theme-home .process-grid,
.theme-home .faq-list,
.theme-home .info-band {
  position: relative;
  z-index: 1;
}

.theme-home .hero-layout-product {
  grid-template-columns: minmax(240px, 1fr) minmax(380px, 1.25fr) minmax(260px, 1fr);
  align-items: start;
}

.theme-home .hero-column {
  display: grid;
  gap: 16px;
  align-content: start;
  justify-items: stretch;
}

.theme-home .hero-column-app,
.theme-home .hero-column-owner {
  align-self: start;
}

.theme-home .hero-center-product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding-top: 18px;
}

.theme-home .hero-center-product .description {
  max-width: 700px;
}

.theme-home .hero-promo {
  margin-top: 20px;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.theme-home .hero-promo strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.theme-home .hero-promo span:last-child {
  color: var(--muted);
  font-size: 0.95rem;
}


.theme-home .proof-item,
.theme-home .info-band-item,
.theme-home .content-section,
.theme-home .setup-card,
.theme-home .shot-card,
.theme-home .difference-card,
.theme-home .industry-card,
.theme-home .advanced-card,
.theme-home .trust-card,
.theme-home .pricing-card,
.theme-home .faq-item,
.theme-home .contact-panel,
.theme-home .app-shell {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(235, 212, 188, 0.9);
  box-shadow: var(--shadow-card);
}

.theme-home .proof-item {
  padding: 16px 18px;
  border-radius: 20px;
  text-align: left;
}

.theme-home .proof-item strong,
.theme-home .info-band-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.theme-home .mini-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.theme-home .mini-link:hover {
  text-decoration: underline;
}

.theme-home .proof-item span,
.theme-home .info-band-item span,
.theme-home .section-intro p,
.theme-home .shot-card p,
.theme-home .difference-card p,
.theme-home .industry-card p,
.theme-home .advanced-card p,
.theme-home .trust-card p,
.theme-home .faq-item p,
.theme-home .contact-panel p {
  color: var(--muted);
}

.theme-home .app-shell {
  padding: 14px;
  border-radius: 26px;
}

.theme-home .app-shell-wide {
  padding: 14px;
}

.theme-home .app-shell-label {
  margin-bottom: 12px;
  color: #735a44;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.theme-home .app-screen {
  min-height: 330px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.95), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(242, 138, 42, 0.16), transparent 36%);
  border: 1px solid rgba(228, 190, 148, 0.72);
}

.theme-home .app-screen-wide {
  min-height: 330px;
}

.theme-home .app-screen-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.theme-home .app-screen-top span {
  color: #7e6b58;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.theme-home .app-screen-top strong {
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 800;
}

.theme-home .app-card-stack,
.theme-home .app-grid {
  display: grid;
  gap: 12px;
}

.theme-home .hero-phone-frame {
  width: min(100%, 124px);
  margin: 0 auto;
  padding: 3px;
  border-radius: 22px;
  background: linear-gradient(180deg, #2f241d, #120e0b);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 20px rgba(62, 37, 16, 0.14);
}

.theme-home .hero-phone-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  background: #f7efe7;
}

.theme-home .hero-owner-frame {
  width: min(100%, 124px);
  margin: 0 auto;
  padding: 3px;
  border-radius: 22px;
  background: linear-gradient(180deg, #2f241d, #120e0b);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 20px rgba(62, 37, 16, 0.14);
}

.theme-home .hero-owner-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: contain;
  background: #f7efe7;
}

.theme-home .hero-column-app .app-shell,
.theme-home .hero-column-owner .app-shell {
  min-height: 100%;
}

.theme-home .app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-home .app-card,
.theme-home .app-grid-card,
.theme-home .shot-media {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 16px;
  text-align: center;
  border-radius: 18px;
  border: 1px dashed rgba(216, 111, 13, 0.46);
  background: rgba(255, 255, 255, 0.78);
  color: #6a543f;
  font-size: 14px;
  font-weight: 700;
}

.theme-home .button-secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border: 1px solid rgba(230, 196, 154, 0.84);
  box-shadow: none;
}

.theme-home .button-secondary:hover {
  background: rgba(255, 247, 238, 0.98);
  filter: none;
}

.theme-home .info-band {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.theme-home .info-band-item {
  padding: 18px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.theme-home .channel-note {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(228, 190, 148, 0.5);
}

.theme-home .platform-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.theme-home .platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 247, 238, 0.95);
  border: 1px solid rgba(228, 190, 148, 0.72);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.theme-home .platform-glyph {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--accent-deep);
  font-size: 18px;
  line-height: 1;
}

.theme-home .content-section {
  margin-top: 22px;
  padding: 32px;
  border-radius: 32px;
}

.theme-home .section-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.theme-home .content-section h2 {
  margin: 12px 0 10px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.theme-home .process-grid,
.theme-home .difference-grid,
.theme-home .advanced-grid,
.theme-home .compare-grid,
.theme-home .setup-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-home .industry-grid,
.theme-home .trust-layout,
.theme-home .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-home .screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.theme-home .process-card,
.theme-home .difference-card,
.theme-home .industry-card,
.theme-home .advanced-card,
.theme-home .setup-card,
.theme-home .trust-card,
.theme-home .shot-card,
.theme-home .faq-item,
.theme-home .compare-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(235, 212, 188, 0.94);
}

.theme-home .process-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
}

.theme-home .compare-card-muted {
  background: linear-gradient(180deg, rgba(250, 245, 239, 0.98), rgba(255, 255, 255, 0.86));
}

.theme-home .compare-card-accent {
  background:
    linear-gradient(180deg, rgba(255, 244, 232, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top right, rgba(242, 138, 42, 0.16), transparent 34%);
}

.theme-home .compare-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(242, 138, 42, 0.12);
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-home .process-index {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 244, 232, 0.98), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(228, 190, 148, 0.72);
  color: var(--accent-deep);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.theme-home .process-copy {
  min-width: 0;
}

.theme-home .process-copy h3,
.theme-home .process-copy p {
  margin-top: 0;
}

.theme-home .process-copy p {
  margin-bottom: 0;
}

.theme-home .process-card h3,
.theme-home .difference-card h3,
.theme-home .industry-card h3,
.theme-home .advanced-card h3,
.theme-home .setup-card h3,
.theme-home .trust-card h3,
.theme-home .shot-card h3,
.theme-home .pricing-card h3,
.theme-home .faq-item h3,
.theme-home .contact-panel h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.04;
}

.theme-home .shot-media {
  min-height: 180px;
  margin-bottom: 0;
  line-height: 1.5;
}

.theme-home .shot-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
}

.theme-home .shot-media-portrait {
  width: 150px;
  min-height: 260px;
  margin-bottom: 0;
  border-radius: 24px;
  justify-self: start;
}

.theme-home .shot-copy {
  min-width: 0;
}

.theme-home .shot-copy h3,
.theme-home .shot-copy p {
  margin-top: 0;
}

.theme-home .shot-copy p {
  margin-bottom: 0;
}

.theme-home .shot-card-video .shot-media {
  background: rgba(255, 245, 233, 0.9);
}

.theme-home .pricing-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 16px;
}

.theme-home .setup-card {
  padding: 24px;
  border-radius: 26px;
}

.theme-home .setup-card-main,
.theme-home .final-cta-card {
  background:
    linear-gradient(180deg, rgba(255, 245, 233, 0.92), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at top right, rgba(242, 138, 42, 0.14), transparent 34%);
}

.theme-home .pricing-card {
  padding: 24px;
  border-radius: 26px;
}

.theme-home .pricing-page-link {
  margin-top: 14px;
}

.theme-home .pricing-card-main {
  background:
    linear-gradient(180deg, rgba(255, 245, 233, 0.9), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at top right, rgba(242, 138, 42, 0.14), transparent 30%);
}

.theme-home .clean-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.theme-home .clean-list li + li {
  margin-top: 8px;
}

.theme-home .clean-list-ordered {
  list-style: decimal;
}

.theme-home .final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(235, 212, 188, 0.94);
  box-shadow: var(--shadow-card);
}

.theme-home .final-cta-price {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.theme-home .final-cta-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.theme-home .contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.theme-home .contact-panel {
  padding: 24px;
  border-radius: 26px;
}

.theme-home .form-success {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.98);
  border-left: 4px solid var(--accent);
}

.theme-home .site-footer {
  margin-top: 22px;
  padding: 28px 30px;
  border-radius: 30px;
  background: rgba(255, 252, 248, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.theme-home .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
}

.theme-home .footer-block {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(235, 212, 188, 0.9);
}

.theme-home .footer-block h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.theme-home .footer-block a {
  color: var(--accent-deep);
  text-decoration: none;
}

.theme-home .footer-block a:hover {
  text-decoration: underline;
}

@media (max-width: 920px) {
  .theme-home .hero-layout,
  .theme-guide-overview .hero-grid {
    grid-template-columns: 1fr;
  }

  .theme-home .info-band,
  .theme-home .pricing-layout,
  .theme-home .contact-layout,
  .theme-home .industry-grid,
  .theme-home .setup-layout,
  .theme-home .trust-layout,
  .theme-home .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .theme-home .page,
  .theme-guide-overview .page,
  .theme-doc .page,
  .theme-legal .wrap,
  .theme-simple .page-shell {
    width: calc(100% - 20px);
    padding: 14px 0 40px;
  }

  .topbar {
    margin-bottom: 14px;
  }

  .topbar,
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 14px 12px;
  }

  .site-brand {
    width: 100%;
  }

  .site-nav {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }

  .site-nav a {
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
  }

  .theme-home .hero,
  .theme-guide-overview .hero,
  .theme-guide-overview .section,
  .theme-guide-overview .main-toc,
  .theme-doc .doc,
  .theme-legal .card,
  .theme-simple .panel-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .theme-home .hero {
    padding-top: 18px;
    border-radius: 28px;
  }

  .theme-home .hero-layout-product {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .theme-home .hero-column-app {
    order: 2;
    gap: 12px;
  }

  .theme-home .hero-center-product {
    order: 1;
    padding-top: 0;
    align-items: center;
  }

  .theme-home .hero-column-owner {
    order: 3;
    gap: 12px;
  }

  .theme-home .promo-features,
  .theme-guide-overview .strengths,
  .theme-doc .grid {
    grid-template-columns: 1fr;
  }

  .theme-simple .grid {
    grid-template-columns: 1fr;
  }

  .theme-simple .pricing-page-grid {
    grid-template-columns: 1fr;
  }

  .theme-home .info-band,
  .theme-home .process-grid,
  .theme-home .screenshot-grid,
  .theme-home .difference-grid,
  .theme-home .compare-grid,
  .theme-home .industry-grid,
  .theme-home .advanced-grid,
  .theme-home .setup-layout,
  .theme-home .trust-layout,
  .theme-home .pricing-layout,
  .theme-home .faq-list,
  .theme-home .contact-layout,
  .theme-home .app-grid,
  .theme-home .footer-grid {
    grid-template-columns: 1fr;
  }

  .theme-home h1 {
    margin: 10px auto 12px;
    font-size: clamp(2.45rem, 13vw, 3.45rem);
    line-height: 0.98;
  }

  .theme-home .content-section,
  .theme-home .pricing-card,
  .theme-home .contact-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .theme-home .content-section {
    border-radius: 26px;
  }

  .theme-home .hero-promo {
    margin-top: 16px;
    justify-items: start;
    width: 100%;
  }

  .theme-home .hero-center,
  .theme-home .hero-center-product,
  .theme-home .hero-center-product .description {
    text-align: left;
  }

  .theme-home .hero-center-product .description {
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
  }

  .theme-home .eyebrow {
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .theme-home .actions {
    margin-top: 18px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .theme-home .actions .button {
    width: 100%;
    min-height: 50px;
  }

  .theme-home .promo-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .theme-home .hero-promo strong {
    font-size: 1rem;
  }

  .theme-home .hero-promo span:last-child {
    font-size: 0.92rem;
  }

  .theme-home .app-shell,
  .theme-home .app-shell-wide {
    padding: 12px;
    border-radius: 24px;
  }

  .theme-home .app-screen,
  .theme-home .app-screen-wide {
    min-height: 0;
    padding: 14px;
    border-radius: 20px;
  }

  .theme-home .hero-phone-frame,
  .theme-home .hero-owner-frame {
    width: min(100%, 160px);
  }

  .theme-home .feature-column {
    gap: 10px;
  }

  .theme-home .feature-item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    border-radius: 18px;
  }

  .theme-home .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 20px;
  }

  .theme-home .feature-item strong {
    font-size: 14px;
  }

  .theme-home .feature-item span {
    font-size: 12px;
  }

  .theme-home .final-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .theme-home .final-cta-actions {
    justify-content: flex-start;
  }

  .theme-home .shot-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .theme-home .shot-media-portrait {
    width: 100%;
    min-height: 240px;
  }

  .theme-home .process-card {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .theme-home .process-index {
    width: 48px;
    height: 48px;
    font-size: 18px;
    border-radius: 16px;
  }

  .theme-guide-overview .section-header {
    flex-direction: column;
  }

  .theme-doc .doc {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .theme-doc .page,
  .theme-legal .card,
  .theme-simple .panel-card {
    border-radius: 26px;
  }
}

@media print {
  body {
    background: #fff;
  }

  body::before,
  body::after {
    display: none;
  }

  .theme-doc .page {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: #fff;
  }
}
