:root {
  --orange: #ff7a1a;
  --orange-dark: #d94f00;
  --orange-soft: #fff0e3;
  --ink: #17130f;
  --muted: #6f6258;
  --line: #f0ded0;
  --white: #ffffff;
  --cream: #fffaf4;
  --teal: #0f766e;
  --blue: #2563eb;
  --shadow: 0 24px 70px rgba(107, 50, 6, 0.16);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root.theme-dark {
  --orange: #ff8a2a;
  --orange-dark: #ffb36f;
  --orange-soft: #2d2118;
  --ink: #f8efe6;
  --muted: #c8b8aa;
  --line: #3a2d24;
  --white: #17130f;
  --cream: #0f0d0b;
  --teal: #5eead4;
  --blue: #93c5fd;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
}

:root.theme-dark body {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 122, 26, 0.16), transparent 28%),
    var(--cream);
}

:root.theme-dark .site-header {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(23, 19, 15, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
}

:root.theme-dark .site-header.scrolled,
:root.theme-dark .main-nav,
:root.theme-dark .ghost-link,
:root.theme-dark .secondary-cta,
:root.theme-dark .theme-toggle,
:root.theme-dark .logo-strip,
:root.theme-dark .feature-card,
:root.theme-dark .price-card,
:root.theme-dark .confidence-card,
:root.theme-dark .seo-content,
:root.theme-dark .rich-footer,
:root.theme-dark .page-card,
:root.theme-dark .story-panel,
:root.theme-dark .contact-form,
:root.theme-dark .contact-aside,
:root.theme-dark .auth-card {
  background: rgba(23, 19, 15, 0.92);
  color: var(--ink);
}

:root.theme-dark .main-nav a {
  color: #ead8c8;
}

:root.theme-dark .main-nav a:hover,
:root.theme-dark .kicker,
:root.theme-dark .seo-tags span {
  background: rgba(255, 138, 42, 0.13);
  border-color: rgba(255, 138, 42, 0.34);
  color: var(--orange-dark);
}

:root.theme-dark .hero::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 122, 26, 0.22), transparent 28%),
    linear-gradient(135deg, #0f0d0b 0%, #1b130e 48%, #11100e 100%);
}

:root.theme-dark .hero::after {
  background: linear-gradient(180deg, transparent, var(--cream));
}

:root.theme-dark .hero-service-card,
:root.theme-dark .hero-dashboard {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(31, 24, 19, 0.96), rgba(21, 17, 14, 0.88)),
    radial-gradient(circle at 80% 18%, rgba(255, 122, 26, 0.2), transparent 34%);
}

:root.theme-dark .service-phone {
  border-color: rgba(255, 255, 255, 0.08);
  background: #090807;
}

:root.theme-dark .phone-action,
:root.theme-dark .service-hero-stats span,
:root.theme-dark .floating-ticket,
:root.theme-dark .metric,
:root.theme-dark .order-stream div {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
}

:root.theme-dark .floating-ticket span,
:root.theme-dark .phone-action span,
:root.theme-dark .footer-brand p,
:root.theme-dark .footer-col a,
:root.theme-dark .footer-col span,
:root.theme-dark .footer-bottom,
:root.theme-dark .hero p,
:root.theme-dark .section-heading p,
:root.theme-dark .start-panel p,
:root.theme-dark .seo-content p,
:root.theme-dark .confidence-card p,
:root.theme-dark .page-card p,
:root.theme-dark .story-panel p,
:root.theme-dark .contact-aside p {
  color: var(--muted);
}

:root.theme-dark .start-panel,
:root.theme-dark .price-card.highlighted {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.18), rgba(9, 8, 7, 0.98)), #0b0908;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 28px));
  height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 12px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(92, 44, 7, 0.13);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
}

.brand,
.header-actions,
.main-nav,
.hero-actions,
.trust-row,
.check-list span {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.34);
}

.main-nav {
  justify-content: center;
  gap: 8px;
}

.main-nav a {
  min-height: 40px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  color: #4f443c;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.main-nav.open {
  display: grid;
}

.main-nav .mobile-auth {
  display: none;
}

.header-actions {
  gap: 8px;
}

.ghost-link,
.solid-link,
.primary-cta,
.secondary-cta,
.price-card a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.ghost-link {
  padding: 0 13px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.solid-link,
.primary-cta {
  padding: 0 16px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: white;
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.3);
}

.ghost-link,
.solid-link,
.primary-cta {
  cursor: pointer;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.theme-toggle {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(107, 50, 6, 0.08);
  touch-action: manipulation;
}

.theme-toggle svg {
  width: 17px;
  height: 17px;
  color: var(--orange-dark);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 42px;
  padding: 132px max(24px, calc((100vw - 1180px) / 2)) 72px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 122, 26, 0.24), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff7ee 45%, #ffffff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  z-index: -2;
  background: linear-gradient(180deg, transparent, var(--cream));
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.hero-content {
  max-width: 560px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #ffd0aa;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(50px, 5.7vw, 82px);
  line-height: 0.92;
  font-weight: 900;
}

.hero p,
.section-heading p,
.showcase-copy p,
.start-panel p,
.faq p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-cta,
.secondary-cta {
  min-height: 50px;
  padding: 0 20px;
}

.primary-cta svg,
.secondary-cta svg,
.solid-link svg,
.feature-card svg,
.check-list svg {
  width: 18px;
  height: 18px;
}

.secondary-cta {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 122, 26, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #65554b;
  font-size: 13px;
}

.trust-row b {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-dashboard {
  position: absolute;
  top: 48px;
  right: 0;
  width: min(680px, 100%);
  min-height: 430px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-service-card {
  position: absolute;
  top: 42px;
  right: 0;
  width: min(680px, 100%);
  min-height: 448px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 238, 0.86)),
    radial-gradient(circle at 80% 18%, rgba(255, 122, 26, 0.17), transparent 34%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.service-hero-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.service-hero-head span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #ffd0aa;
  border-radius: 999px;
  background: white;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-hero-head strong {
  max-width: 245px;
  text-align: right;
  font-size: 34px;
  line-height: 1.05;
}

.service-phone {
  min-height: 262px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #17130f;
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.phone-top,
.phone-action,
.service-line {
  display: flex;
  align-items: center;
}

.phone-top {
  justify-content: space-between;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.phone-top span {
  width: 52px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.service-list {
  display: grid;
  gap: 10px;
}

.service-line {
  min-height: 68px;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.service-line i {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 122, 26, 0.18);
  color: #ffb16d;
}

.service-line div {
  min-width: 0;
  flex: 1;
}

.service-line b,
.service-line span,
.service-line strong {
  display: block;
}

.service-line b {
  font-size: 15px;
}

.service-line span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.35;
}

.service-line strong {
  min-width: 64px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 11px;
  text-align: center;
}

.service-line.instagram {
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.28), rgba(255, 255, 255, 0.07));
}

.service-line.tiktok i {
  color: #67e8f9;
  background: rgba(103, 232, 249, 0.13);
}

.service-line.youtube i {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.16);
}

.phone-action {
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 900;
}

.phone-action span {
  color: var(--muted);
  font-size: 13px;
}

.service-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.service-hero-stats span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.service-hero-stats b {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.dash-top,
.service-top,
.start-panel,
.site-footer,
.section-heading {
  display: flex;
}

.dash-top {
  align-items: center;
  justify-content: space-between;
}

.dash-top span,
.metric span,
.order-stream em {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.dash-top strong {
  display: block;
  margin-top: 4px;
  font-size: 42px;
  line-height: 1;
}

.dash-pill {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #e8f7f5;
  color: var(--teal);
  font-weight: 900;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.metric {
  min-height: 106px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf6;
}

.metric.active {
  background: var(--orange);
  color: white;
}

.metric.active span {
  color: rgba(255, 255, 255, 0.82);
}

.metric strong {
  display: block;
  margin-top: 18px;
  font-size: 26px;
}

.order-stream {
  display: grid;
  gap: 10px;
}

.order-stream div {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.order-stream span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 122, 26, 0.14);
}

.floating-ticket {
  position: absolute;
  left: 10px;
  bottom: 92px;
  width: 280px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(71, 38, 9, 0.15);
  backdrop-filter: blur(16px);
}

.floating-ticket.second {
  left: auto;
  right: 36px;
  bottom: 16px;
}

.floating-ticket i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.floating-ticket strong,
.floating-ticket span {
  display: block;
}

.floating-ticket span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.logo-strip {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 10px;
  margin: -24px auto 46px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 42px rgba(107, 50, 6, 0.08);
}

.logo-strip span {
  text-align: center;
  color: #76685f;
  font-weight: 900;
}

.section,
.faq {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.section-heading {
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}

.section-heading h2,
.showcase-copy h2,
.start-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

.section-heading p,
.showcase-copy p,
.start-panel p {
  margin: 0;
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card,
.price-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 20px 50px rgba(107, 50, 6, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(107, 50, 6, 0.13);
}

.feature-card svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 8px;
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.feature-card h3 {
  margin: 28px 0 10px;
  font-size: 22px;
}

.feature-card p,
.price-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.service-showcase {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 36px;
  margin: 24px auto;
  padding: 52px 0;
}

.showcase-copy {
  display: grid;
  gap: 18px;
}

.check-list {
  display: grid;
  gap: 11px;
  margin-top: 8px;
}

.check-list span {
  gap: 9px;
  color: #4a4038;
  font-weight: 800;
}

.check-list svg {
  padding: 3px;
  border-radius: 50%;
  background: #e8f7f5;
  color: var(--teal);
}

.product-frame {
  min-height: 440px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: #17130f;
  box-shadow: var(--shadow);
}

.product-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 15px;
  border-radius: 8px;
  background: #241c16;
}

.product-sidebar span {
  height: 36px;
  border-radius: 8px;
  background: #352920;
}

.product-sidebar span:first-child {
  background: var(--orange);
}

.product-main {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  background: #fff8f1;
}

.product-bar {
  height: 54px;
  border-radius: 8px;
  background: white;
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-stats span {
  height: 100px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #ffe7d1);
}

.product-table {
  display: grid;
  gap: 10px;
}

.product-table span {
  height: 42px;
  border-radius: 8px;
  background: white;
}

.pricing-section {
  padding-top: 82px;
}

.price-card {
  display: grid;
  align-content: start;
  gap: 16px;
}

.price-card.highlighted {
  background: var(--ink);
  color: white;
  transform: translateY(-10px);
}

.price-card.highlighted p {
  color: rgba(255, 255, 255, 0.74);
}

.plan {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.highlighted .plan {
  color: #ffbd86;
}

.price-card strong {
  font-size: 42px;
}

.price-card a {
  width: fit-content;
  margin-top: 10px;
  padding: 0 15px;
  background: var(--orange);
  color: white;
}

.start-section {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 50px 0;
}

.start-panel {
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 19, 15, 0.92), rgba(73, 33, 6, 0.88)),
    var(--ink);
  color: white;
  box-shadow: var(--shadow);
}

.start-panel p {
  max-width: 690px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 44px rgba(107, 50, 6, 0.06);
}

.faq summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 16px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 30px;
  color: var(--muted);
}

.rich-footer {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 26, 0.13), transparent 34%),
    white;
  box-shadow: 0 20px 54px rgba(107, 50, 6, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 0.85fr 0.95fr;
  gap: 24px;
}

.footer-brand p,
.footer-col a,
.footer-col span,
.footer-bottom {
  color: var(--muted);
  line-height: 1.7;
}

.footer-brand p {
  margin: 16px 0 0;
  max-width: 440px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-col h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 15px;
}

.footer-col a,
.footer-col span {
  font-size: 14px;
  font-weight: 700;
}

.footer-col a:hover {
  color: var(--orange-dark);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.seo-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 50px 0 70px;
}

.seo-content {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(107, 50, 6, 0.07);
}

.seo-content h2 {
  max-width: 820px;
  margin: 16px 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.seo-content p {
  max-width: 920px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.seo-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #ffd0aa;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.confidence-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.confidence-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 20px 50px rgba(107, 50, 6, 0.08);
}

.confidence-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.confidence-card h3 {
  margin: 26px 0 10px;
  font-size: 23px;
}

.confidence-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.page-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 60px;
}

.inner-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 122, 26, 0.22), transparent 34%),
    linear-gradient(135deg, white, #fff3e8);
  box-shadow: var(--shadow);
}

.inner-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
  font-weight: 900;
}

.inner-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.page-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.page-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.page-card,
.story-panel,
.contact-form,
.contact-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 20px 50px rgba(107, 50, 6, 0.08);
}

.page-card {
  min-height: 230px;
  padding: 24px;
}

.page-card svg,
.contact-aside svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 8px;
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.page-card h2,
.contact-aside h2,
.story-panel h2 {
  margin: 22px 0 10px;
  font-size: 24px;
}

.page-card p,
.story-panel p,
.contact-aside p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.page-pricing {
  margin-top: 24px;
}

.story-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 26px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  margin-top: 24px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #3f352e;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  outline: 0;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 130px;
  padding: 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.13);
}

.contact-aside {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.contact-aside .primary-cta {
  width: fit-content;
  margin-top: 10px;
}

.page-faq {
  width: 100%;
  padding: 24px 0 0;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.auth-modal.open {
  display: flex;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 19, 15, 0.58);
  backdrop-filter: blur(12px);
}

.auth-card {
  position: relative;
  width: min(470px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.98)),
    white;
  box-shadow: 0 30px 90px rgba(35, 18, 5, 0.28);
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.auth-close svg {
  width: 18px;
  height: 18px;
}

.auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 46px;
}

.auth-brand strong,
.auth-brand small {
  display: block;
}

.auth-brand small {
  margin-top: 3px;
  color: var(--muted);
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 24px 0;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff7ef;
}

.auth-tabs button,
.auth-tabs a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
}

.auth-tabs button.active,
.auth-tabs a.active {
  background: var(--orange);
  color: white;
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.24);
}

.auth-alert {
  margin: -6px 0 14px;
  padding: 12px 13px;
  border: 1px solid #ffd0aa;
  border-radius: 8px;
  background: #fff4ea;
  color: #9f3b00;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.auth-alert.error {
  border-color: #f6c7c7;
  background: #fff0f0;
  color: #a62626;
}

.account-orders {
  display: grid;
  gap: 10px;
}

.account-orders p {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf4;
}

.auth-form {
  display: none;
}

.auth-form.active {
  display: grid;
  gap: 14px;
}

.auth-form h2 {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 1.08;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: #3f352e;
  font-size: 14px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  outline: 0;
  padding: 0 13px;
}

.auth-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.13);
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

.auth-options label {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}

.auth-options input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--orange);
}

.auth-options a,
.auth-form p button {
  border: 0;
  background: transparent;
  color: var(--orange-dark);
  font-weight: 900;
}

.auth-submit {
  min-height: 50px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  background: var(--orange);
  color: white;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(255, 122, 26, 0.28);
}

.auth-form p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.auth-form p a {
  color: var(--orange-dark);
  font-weight: 900;
}

.auth-page-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 122, 26, 0.23), transparent 28%),
    linear-gradient(135deg, #fff, #fff4e8);
}

.auth-page-brand {
  position: fixed;
  top: 22px;
  left: 22px;
}

.auth-page-card {
  width: min(470px, 100%);
}

@media (max-width: 760px) {
  .site-header {
    min-height: 62px;
    height: auto;
    padding: 10px;
  }

  .main-nav {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .main-nav a {
    min-height: 46px;
    width: 100%;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-content {
    order: 1;
  }

  .hero-visual {
    order: 2;
  }

  .hero-dashboard,
  .hero-service-card,
  .floating-ticket {
    box-shadow: 0 16px 40px rgba(71, 38, 9, 0.12);
  }

  .dash-grid,
  .product-stats {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    gap: 8px;
  }

  .feature-card,
  .price-card,
  .confidence-card,
  .page-card {
    min-height: auto;
  }

  .contact-aside .primary-cta {
    width: 100%;
  }

  .auth-page-main {
    align-content: start;
    place-items: stretch;
    padding: 88px 14px 18px;
  }

  .auth-page-brand {
    top: 14px;
    left: 14px;
  }

  .auth-page-card {
    width: 100%;
    max-height: none;
  }
}

body.auth-lock {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    justify-content: center;
    background: #fffaf4;
  }

  .main-nav .mobile-auth {
    display: inline-flex;
    border: 1px solid var(--orange);
    background: var(--orange);
    color: white;
    font-weight: 900;
  }

  .main-nav .mobile-auth + .mobile-auth {
    background: var(--ink);
    border-color: var(--ink);
  }

  .header-actions .ghost-link,
  .header-actions .solid-link {
    display: none;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  .theme-toggle {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
  }

  .theme-toggle span {
    display: none;
  }

  .menu-btn {
    display: grid;
    flex: 0 0 42px;
    position: relative;
    z-index: 4;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 122px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-dashboard {
    left: 0;
  }

  .hero-service-card {
    left: 0;
  }

  .logo-strip,
  .feature-grid,
  .service-showcase,
  .pricing-grid,
  .confidence-grid,
  .footer-grid,
  .page-grid.three,
  .story-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    margin-top: 0;
  }

  .price-card.highlighted {
    transform: none;
  }

  .start-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .theme-toggle,
  .menu-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brand span:last-child {
    max-width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 112px 16px 48px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 52px);
    line-height: 0.98;
  }

  .hero p,
  .section-heading p,
  .showcase-copy p,
  .start-panel p {
    font-size: 16px;
  }

  .hero-actions,
  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .auth-card {
    padding: 20px;
  }

  .auth-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 680px;
  }

  .hero-dashboard {
    top: 24px;
    right: 0;
    padding: 14px;
  }

  .hero-service-card {
    top: 24px;
    right: 0;
    padding: 14px;
  }

  .service-hero-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .service-hero-head strong {
    max-width: 100%;
    text-align: left;
    font-size: 28px;
  }

  .service-phone {
    padding: 12px;
  }

  .service-line {
    align-items: flex-start;
  }

  .service-line strong {
    min-width: 58px;
  }

  .service-hero-stats {
    grid-template-columns: 1fr;
  }

  .dash-top strong {
    font-size: 32px;
  }

  .dash-grid {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: 82px;
  }

  .metric strong {
    margin-top: 8px;
  }

  .order-stream div {
    grid-template-columns: 10px 1fr;
  }

  .order-stream em {
    grid-column: 2;
  }

  .floating-ticket,
  .floating-ticket.second {
    left: 8px;
    right: 8px;
    width: auto;
  }

  .floating-ticket {
    bottom: 86px;
  }

  .floating-ticket.second {
    bottom: 4px;
  }

  .logo-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .section,
  .faq,
  .confidence-section,
  .seo-section,
  .service-showcase,
  .start-section,
  .page-main {
    width: calc(100% - 28px);
    padding: 54px 0;
  }

  .page-main {
    padding-top: 112px;
  }

  .inner-hero {
    min-height: 300px;
    padding: 24px;
  }

  .inner-hero h1 {
    font-size: 38px;
  }

  .section-heading h2,
  .showcase-copy h2,
  .start-panel h2 {
    font-size: clamp(29px, 9vw, 34px);
    line-height: 1.08;
  }

  .feature-card,
  .price-card,
  .start-panel {
    padding: 20px;
  }

  .product-frame {
    min-height: 320px;
    grid-template-columns: 58px 1fr;
    padding: 10px;
  }

  .product-sidebar {
    padding: 10px;
  }

  .product-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer {
    width: calc(100% - 28px);
  }

  .rich-footer,
  .seo-content {
    padding: 20px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .auth-tabs {
    margin: 18px 0;
  }

  .auth-form h2 {
    font-size: 26px;
  }

  .auth-submit,
  .contact-form .auth-submit {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .brand span:last-child {
    max-width: 132px;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-visual {
    min-height: 720px;
  }

  .dash-top {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  .dash-pill {
    min-height: 30px;
  }

  .service-line {
    display: grid;
    grid-template-columns: 38px 1fr;
  }

  .service-line i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .service-line strong {
    grid-column: 2;
    width: max-content;
    min-width: 0;
  }

  .phone-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-ticket,
  .floating-ticket.second {
    grid-template-columns: 38px 1fr;
    padding: 12px;
  }

  .floating-ticket i {
    width: 38px;
    height: 38px;
  }

  .logo-strip {
    grid-template-columns: 1fr;
  }

  .product-frame {
    display: grid;
    min-height: 280px;
    grid-template-columns: 46px 1fr;
    gap: 8px;
  }

  .product-main,
  .product-sidebar {
    padding: 8px;
    gap: 8px;
  }

  .product-sidebar span {
    height: 28px;
  }

  .product-bar {
    height: 42px;
  }

  .product-stats {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .product-stats span {
    height: 48px;
  }

  .product-table span {
    height: 30px;
  }

  .service-showcase {
    padding-top: 28px;
  }

  .inner-hero {
    padding: 20px;
  }

  .inner-hero h1 {
    font-size: 32px;
  }

  .page-main {
    width: calc(100% - 20px);
  }

  .auth-card {
    padding: 16px;
  }

  .rich-footer,
  .seo-content {
    padding: 16px;
  }

  .seo-tags span {
    width: 100%;
    justify-content: center;
  }
}
