:root {
  color-scheme: light;
  --app-bg: #f6efe7;
  --app-bg-secondary: #fff9f3;
  --app-surface: rgba(255, 252, 247, 0.84);
  --app-surface-strong: #fffdf9;
  --app-border: rgba(103, 76, 60, 0.14);
  --app-border-strong: rgba(103, 76, 60, 0.22);
  --app-text: #221b16;
  --app-muted: #695c52;
  --app-accent: #b55e3d;
  --app-accent-deep: #8f462a;
  --app-success: #2f7d54;
  --app-shadow: 0 20px 50px rgba(84, 55, 35, 0.12);
  --app-shadow-soft: 0 10px 28px rgba(84, 55, 35, 0.08);
  --app-radius-xl: 28px;
  --app-radius-lg: 22px;
  --app-radius-md: 16px;
  --app-radius-sm: 12px;
  --page-width: min(1360px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter Tight', sans-serif;
  color: var(--app-text);
  background:
    radial-gradient(circle at top left, rgba(255, 224, 196, 0.92), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 239, 214, 0.82), transparent 28%),
    linear-gradient(180deg, #fff9f2 0%, #f6efe7 42%, #f3ebe3 100%);
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.marketing-page {
  position: relative;
}

.page-shell {
  width: var(--page-width);
  margin: 0 auto;
  padding: 28px 0 56px;
}

.page-shell-wide {
  width: min(1380px, calc(100% - 32px));
}

.site-header,
.site-footer,
.feature-card,
.step-card,
.pricing-preview-card,
.platform-card,
.hero-visual > *,
.trust-strip,
.cta-panel,
.legal-card,
.beta-note,
.faq-item,
.legal-hero {
  border: 1px solid var(--app-border);
  border-radius: var(--app-radius-xl);
  background: var(--app-surface);
  box-shadow: var(--app-shadow);
  backdrop-filter: blur(18px);
}

.site-header,
.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  margin-bottom: 22px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand-mark small {
  display: block;
  color: var(--app-muted);
  font-size: 0.85rem;
}

.brand-mark__icon {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(143, 70, 42, 0.18);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand__icon {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(143, 70, 42, 0.18);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a {
  color: var(--app-muted);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--app-accent-deep);
}

.site-actions,
.hero-actions,
.section-actions,
.cta-panel__actions,
.footer-links,
.platform-pill-row,
.hero-metrics,
.hero-points,
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-actions {
  justify-content: flex-end;
}

.nav-toggle {
  display: none;
  justify-self: end;
  border: 1px solid var(--app-border-strong);
  border-radius: 999px;
  background: rgba(255, 249, 243, 0.9);
  color: var(--app-text);
  padding: 10px 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(181, 94, 61, 0.98), rgba(143, 70, 42, 1));
  color: #fff7f1;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(143, 70, 42, 0.18);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255, 249, 243, 0.86);
  border-color: var(--app-border-strong);
  color: var(--app-text);
  box-shadow: none;
}

.section-space {
  margin-bottom: 24px;
}

.section-hero {
  padding-top: 10px;
}

.hero-grid,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 20px;
  align-items: start;
}

.hero-copy,
.section-heading {
  padding: 12px 6px;
}

.eyebrow,
.dashboard-kicker,
.pricing-badge,
.platform-tag {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--app-accent-deep);
}

h1,
h2,
h3,
.dashboard-card strong,
.step-number {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

p {
  margin: 0;
}

.lead,
.section-heading p,
.feature-card p,
.step-card p,
.platform-card p,
.pricing-copy,
.legal-card p,
.beta-note,
.faq-item p,
.site-footer p,
.dashboard-stat-card p,
.queue-item span,
.queue-item p {
  color: var(--app-muted);
  line-height: 1.65;
}

.lead {
  margin-top: 18px;
  font-size: 1.08rem;
}

.lead-wide {
  max-width: 64ch;
}

.hero-points,
.feature-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.feature-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--app-border);
  border-radius: 999px;
  background: rgba(255, 249, 243, 0.7);
  color: var(--app-text);
}

.hero-metrics {
  margin-top: 24px;
}

.metric-chip {
  min-width: 160px;
  padding: 18px;
  border: 1px solid var(--app-border);
  border-radius: var(--app-radius-md);
  background: rgba(255, 253, 249, 0.72);
  box-shadow: var(--app-shadow-soft);
}

.metric-chip strong {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
}

.metric-chip span {
  color: var(--app-muted);
  font-size: 0.95rem;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.dashboard-card {
  padding: 20px;
}

.dashboard-card-primary {
  background:
    linear-gradient(145deg, rgba(255, 252, 247, 0.92), rgba(255, 244, 232, 0.96)),
    rgba(255, 252, 247, 0.9);
}

.dashboard-card-secondary {
  background: rgba(255, 249, 243, 0.92);
}

.dashboard-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.dashboard-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.queue-list {
  display: grid;
  gap: 12px;
}

.queue-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: var(--app-radius-md);
  border: 1px solid var(--app-border);
  background: rgba(255, 250, 245, 0.82);
}

.queue-item p {
  color: var(--app-text);
  font-weight: 700;
}

.queue-item strong {
  font-size: 1rem;
}

.queue-item-accent {
  background: rgba(181, 94, 61, 0.08);
  border-color: rgba(181, 94, 61, 0.22);
}

.platform-pill-row span,
.trust-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid var(--app-border);
}

.trust-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
}

.trust-strip p {
  font-weight: 700;
  color: var(--app-text);
}

.trust-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-heading {
  max-width: 720px;
}

.section-heading p:last-child {
  margin-top: 14px;
}

.feature-grid,
.platform-grid,
.pricing-preview-grid,
.faq-list,
.legal-layout,
.step-list {
  display: grid;
  gap: 18px;
}

.feature-grid,
.platform-grid,
.pricing-preview-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.feature-card,
.platform-card,
.pricing-preview-card {
  padding: 22px;
}

.feature-card,
.platform-card {
  grid-column: span 4;
}

.feature-card-compact {
  min-height: 0;
}

.step-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  padding: 22px;
}

.step-number {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 2rem;
  color: var(--app-accent);
}

.platform-card {
  min-height: 220px;
}

.pricing-preview-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.pricing-preview-card h3 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.pricing-preview-card-featured {
  background:
    linear-gradient(180deg, rgba(181, 94, 61, 0.12), rgba(255, 252, 247, 0.92)),
    rgba(255, 252, 247, 0.92);
  border-color: rgba(181, 94, 61, 0.24);
}

.pricing-copy {
  margin-bottom: 16px;
}

.feature-list {
  margin-top: auto;
  gap: 10px;
}

.feature-list li {
  width: 100%;
  border-radius: var(--app-radius-sm);
}

.section-actions {
  margin-top: 18px;
}

.security-grid .feature-card h3 {
  max-width: 18ch;
}

.beta-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 20px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 22px 20px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.cta-panel h2 {
  margin-bottom: 14px;
}

.legal-layout {
  grid-template-columns: minmax(0, 1fr);
}

.legal-hero,
.legal-card {
  padding: 24px;
}

.legal-hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.legal-card h2 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.site-footer {
  margin-top: 24px;
}

.footer-brand p {
  margin: 6px 0 0;
}

.footer-links {
  justify-content: center;
}

.footer-meta {
  justify-self: end;
}

.fade-in-up {
  animation: fadeInUp 0.72s ease both;
}

.fade-in-delay-1 {
  animation-delay: 0.08s;
}

.fade-in-delay-2 {
  animation-delay: 0.16s;
}

.fade-in-delay-3 {
  animation-delay: 0.24s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .split-section,
  .cta-panel,
  .site-footer,
  .site-header {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer {
    justify-items: start;
  }

  .site-actions,
  .footer-meta {
    justify-self: start;
  }

  .feature-card,
  .platform-card,
  .pricing-preview-card {
    grid-column: span 6;
  }

  .step-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .page-shell,
  .page-shell-wide {
    width: min(100% - 20px, 100% - 20px);
    padding-top: 18px;
  }

  .site-header,
  .site-footer,
  .feature-card,
  .step-card,
  .pricing-preview-card,
  .platform-card,
  .dashboard-card,
  .cta-panel,
  .legal-card,
  .legal-hero,
  .trust-strip,
  .beta-note,
  .faq-item summary,
  .faq-item p {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    justify-content: flex-start;
    padding-top: 4px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-actions {
    width: 100%;
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .dashboard-row,
  .feature-grid,
  .platform-grid,
  .pricing-preview-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .platform-card,
  .pricing-preview-card {
    grid-column: span 1;
  }

  .hero-points li,
  .feature-list li,
  .metric-chip {
    width: 100%;
  }

  .cta-panel__actions,
  .hero-actions,
  .section-actions,
  .site-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fade-in-up {
    animation: none;
  }

  .btn:hover,
  .btn:focus-visible {
    transform: none;
  }
}

.hero-visual-showcase {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 28px;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 210, 177, 0.68), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(255, 238, 217, 0.72), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(248, 239, 230, 0.92));
}

.showcase-glow {
  position: absolute;
  inset: 10% 14% auto;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(181, 94, 61, 0.18), transparent 65%);
  filter: blur(12px);
  animation: pulseGlow 5s ease-in-out infinite;
  z-index: 0;
}

.screenshot-frame,
.showcase-chip,
.hero-proof-bar {
  position: absolute;
  margin: 0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.screenshot-frame {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(103, 76, 60, 0.16);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 26px 70px rgba(84, 55, 35, 0.18);
}

.screenshot-frame img,
.tour-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.screenshot-frame-main {
  left: 5%;
  top: 11%;
  width: 70%;
  z-index: 2;
  animation: floatCardA 8s ease-in-out infinite;
}

.screenshot-frame-top {
  right: 4%;
  top: 7%;
  width: 41%;
  z-index: 3;
  transform: rotate(7deg);
  animation: floatCardB 9s ease-in-out infinite;
}

.screenshot-frame-side {
  right: 2%;
  bottom: 14%;
  width: 44%;
  z-index: 3;
  transform: rotate(-5deg);
  animation: floatCardC 10s ease-in-out infinite;
}

.screenshot-frame-mobile {
  left: 10%;
  bottom: 6%;
  width: 24%;
  max-width: 180px;
  z-index: 4;
  border-radius: 28px;
  animation: floatCardB 7.5s ease-in-out infinite;
}

.showcase-chip,
.hero-proof-bar {
  border: 1px solid rgba(103, 76, 60, 0.16);
  border-radius: 20px;
  background: rgba(255, 250, 244, 0.88);
  box-shadow: var(--app-shadow-soft);
  backdrop-filter: blur(14px);
}

.showcase-chip {
  max-width: 220px;
  padding: 14px 16px;
  z-index: 5;
}

.showcase-chip strong {
  display: block;
  margin-bottom: 4px;
  font-family: 'Space Grotesk', sans-serif;
}

.showcase-chip span {
  color: var(--app-muted);
  line-height: 1.5;
}

.showcase-chip-primary {
  right: 8%;
  top: 43%;
}

.showcase-chip-secondary {
  left: 23%;
  bottom: 26%;
}

.hero-proof-bar {
  left: 29%;
  bottom: 7%;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.hero-proof-bar span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.tour-card {
  grid-column: span 4;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--app-border);
  border-radius: var(--app-radius-xl);
  background: var(--app-surface);
  box-shadow: var(--app-shadow);
  backdrop-filter: blur(18px);
}

.tour-card-wide {
  grid-column: span 8;
}

.tour-card__copy p:last-child {
  color: var(--app-muted);
  line-height: 1.65;
}

.tour-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(103, 76, 60, 0.14);
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: var(--app-shadow-soft);
}

.tour-shot-mobile {
  border-radius: 28px;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(26px);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 720ms ease, transform 720ms ease;
}

@keyframes floatCardA {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-12px) rotate(0deg);
  }
}

@keyframes floatCardB {
  0%, 100% {
    transform: translateY(0) rotate(6deg);
  }

  50% {
    transform: translateY(-16px) rotate(8deg);
  }
}

@keyframes floatCardC {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}

@media (max-width: 1120px) {
  .tour-card {
    grid-column: span 6;
  }

  .tour-card-wide {
    grid-column: span 12;
  }

  .hero-visual-showcase {
    min-height: 820px;
  }

  .screenshot-frame-main {
    width: 76%;
  }

  .screenshot-frame-top {
    width: 48%;
  }

  .screenshot-frame-side {
    width: 50%;
  }
}

@media (max-width: 820px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-card,
  .tour-card-wide {
    grid-column: span 1;
  }

  .hero-visual-showcase {
    min-height: 660px;
    padding: 18px;
  }

  .screenshot-frame-main {
    left: 2%;
    top: 12%;
    width: 82%;
  }

  .screenshot-frame-top {
    top: 3%;
    right: 0;
    width: 46%;
  }

  .screenshot-frame-side {
    right: 0;
    bottom: 16%;
    width: 52%;
  }

  .screenshot-frame-mobile {
    left: 2%;
    bottom: 16%;
    width: 31%;
  }

  .showcase-chip {
    max-width: 170px;
    padding: 10px 12px;
  }

  .showcase-chip-primary {
    right: 2%;
    top: 38%;
  }

  .showcase-chip-secondary {
    left: 3%;
    bottom: 30%;
  }

  .hero-proof-bar {
    left: 2%;
    right: 2%;
    bottom: 4%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }

  .showcase-glow,
  .screenshot-frame-main,
  .screenshot-frame-top,
  .screenshot-frame-side,
  .screenshot-frame-mobile {
    animation: none;
  }
}