:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f8f9fb;
  --surface-muted: #f3f5f7;
  --text: #171717;
  --muted: #71695f;
  --line: rgba(23, 23, 23, 0.08);
  --accent: #ef6c00;
  --accent-deep: #b85100;
  --accent-soft: #ffe2cb;
  --shadow: 0 24px 70px rgba(99, 63, 31, 0.08);
  --shadow-soft: 0 14px 30px rgba(99, 63, 31, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(239, 108, 0, 0.05), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

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

img {
  max-width: 100%;
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.marketing-body .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(23, 23, 23, 0.04);
}

.header-shell,
.footer-shell,
.site-nav,
.site-actions,
.hero-actions,
.metric-row,
.footer-links {
  display: flex;
  align-items: center;
}

.header-shell,
.footer-shell {
  justify-content: space-between;
  gap: 20px;
}

.header-shell {
  min-height: 88px;
}

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

.brand-logo {
  display: block;
  width: auto;
  height: 72px;
  object-fit: contain;
}

.brand-logo-icon {
  display: none;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.hero-copy h1,
.section-head h2,
.feature-lead-card h3,
.feature-highlight-card h3,
.feature-footer-card h3,
.pricing-card h3,
.editorial-card h3,
.blog-feature-copy h1,
.article-title,
.story-card h3,
.app-cta h3 {
  font-family: "Space Grotesk", sans-serif;
}

.hero-text,
.section-head p,
.feature-lead-card p,
.feature-highlight-card p,
.feature-footer-card p,
.editorial-card p,
.pricing-card small,
.testimonial-card p,
.blog-card-copy p,
.article-meta,
.article-intro,
.story-card p,
.article-content p,
.article-content li,
.footer-shell p {
  color: var(--muted);
}

.site-nav,
.site-actions,
.footer-links {
  gap: 24px;
}

.site-nav a,
.nav-link {
  font-size: 0.94rem;
  font-weight: 600;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  font-weight: 700;
}

.primary-button {
  background: linear-gradient(135deg, var(--accent), #ff9e45);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.secondary-button {
  background: #f4f6f8;
  color: var(--text);
}

.ghost-button {
  background: rgba(239, 108, 0, 0.08);
  color: var(--accent-deep);
}

.full-width {
  width: 100%;
}

.hero-section,
.section-block {
  padding: 44px 0;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(660px, 1.12fr);
  gap: 74px;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.eyebrow,
.soft {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--accent);
}

.soft {
  color: rgba(255, 255, 255, 0.7);
}

.hero-copy {
  max-width: 500px;
  display: grid;
  gap: 22px;
  align-content: center;
}

.hero-copy h1 {
  margin: 0;
  max-width: 470px;
  font-size: clamp(3.05rem, 5.1vw, 4.85rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.hero-copy h1 span,
.section-head h2 span {
  color: var(--accent);
}

.hero-text {
  margin: 0;
  max-width: 455px;
  font-size: 1.04rem;
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 2px;
  flex-wrap: wrap;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 2px;
}

.hero-proof-item:last-child {
  grid-column: 1 / -1;
}

.hero-proof-item {
  padding: 15px 16px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 12px 28px rgba(99, 63, 31, 0.06);
  backdrop-filter: blur(10px);
}

.hero-proof-item strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0 42px;
}

.hero-frame {
  position: relative;
  width: min(100%, 820px);
  padding: 10px 0 58px;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  transform: none;
}

.hero-frame::before {
  content: "";
  position: absolute;
  inset: 8% 4% 14% 8%;
  border-radius: 44px;
  background: radial-gradient(circle at center, rgba(238, 108, 0, 0.13), transparent 64%);
  filter: blur(34px);
  z-index: 0;
}

.hero-app-shot {
  min-height: 520px;
}

.hero-app-shot-mobile {
  display: none;
}

.hero-laptop {
  position: relative;
  width: min(100%, 760px);
  margin-left: auto;
  z-index: 1;
  transform: perspective(2200px) rotateX(5.5deg) rotateY(-2.2deg);
  transform-origin: center top;
}

.hero-laptop-screen {
  position: relative;
  padding: 18px 18px 22px;
  background: linear-gradient(180deg, #f9f3eb 0%, #d8c7b5 100%);
  border-radius: 34px 34px 20px 20px;
  border: 1px solid rgba(82, 63, 46, 0.16);
  box-shadow:
    0 42px 110px rgba(99, 63, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero-laptop-camera {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 78px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(67, 55, 44, 0.16);
}

.hero-laptop-display {
  display: grid;
  gap: 18px;
  min-height: 0;
  aspect-ratio: 16 / 10;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(239, 108, 0, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px 24px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.05);
}

.hero-laptop-topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.hero-laptop-topbar strong {
  margin-top: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
  line-height: 0.96;
}

.hero-app-month {
  padding: 11px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 23, 23, 0.05);
  box-shadow: 0 10px 22px rgba(99, 63, 31, 0.05);
}

.hero-app-month strong {
  margin-top: 6px;
  font-size: 0.92rem;
  display: block;
}

.hero-app-eyebrow {
  display: block;
}

.hero-balance-card {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 12px 30px rgba(99, 63, 31, 0.05);
}

.hero-balance-card > strong {
  margin-top: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.35rem;
  line-height: 0.92;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-mini-stat {
  padding: 14px 14px 15px;
  border-radius: 18px;
  background: #f5f7fa;
  border-bottom: 3px solid var(--accent);
}

.hero-mini-stat.income {
  border-bottom-color: #2477d5;
}

.hero-mini-stat.expense {
  border-bottom-color: #d94a36;
}

.hero-mini-stat span {
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-mini-stat strong {
  margin-top: 8px;
  font-size: 1.1rem;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
}

.hero-mockup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 14px;
}

.hero-laptop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 14px;
}

.hero-goals-card,
.hero-activity-card,
.hero-ai-card {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 12px 30px rgba(99, 63, 31, 0.05);
}

.hero-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.hero-card-head small {
  color: var(--accent);
  font-weight: 700;
}

.hero-goals-card {
  display: grid;
  gap: 12px;
}

.hero-goal-box {
  padding: 13px;
  border-radius: 18px;
  background: #f5f7fa;
  border-top: 3px solid var(--accent);
}

.hero-goal-box.cool {
  border-top-color: #2477d5;
}

.hero-goal-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.hero-goal-track {
  height: 10px;
  margin-top: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(239, 108, 0, 0.14);
}

.hero-goal-track.cool {
  background: rgba(36, 119, 213, 0.14);
}

.hero-goal-track span {
  display: block;
  height: 100%;
  width: 62%;
  background: linear-gradient(90deg, var(--accent), #ffb36d);
}

.hero-goal-track.cool span {
  width: 84%;
  background: linear-gradient(90deg, #2477d5, #7ec0ff);
}

.hero-activity-card {
  display: grid;
  gap: 12px;
}

.hero-activity-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.hero-activity-item strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.2;
}

.hero-activity-item small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.hero-activity-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-activity-item span {
  color: #d94a36;
  font-weight: 800;
  white-space: nowrap;
}

.hero-ai-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border: 2px solid rgba(239, 108, 0, 0.45);
}

.hero-ai-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #ff9e45);
  color: #fff;
  font-weight: 800;
}

.hero-laptop-base {
  position: relative;
  width: calc(100% + 110px);
  height: 20px;
  margin: -2px 0 0 -55px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, #d9cdc0 0%, #b4a18d 100%);
  box-shadow: 0 28px 50px rgba(99, 63, 31, 0.2);
}

.hero-laptop-base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 122px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(110, 92, 75, 0.22);
}

.hero-laptop-base::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -11px;
  height: 16px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, rgba(120, 95, 71, 0.18), rgba(120, 95, 71, 0));
  filter: blur(6px);
}

.hero-laptop-trackpad {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 108px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(114, 92, 74, 0.22), rgba(255, 255, 255, 0.2));
}

.hero-mobile-shell {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-mobile-top,
.hero-mobile-input,
.hero-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-mobile-logo,
.hero-mobile-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hero-mobile-help {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.08);
  color: var(--muted);
}

.hero-mobile-badge {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--accent), #ff9e45);
  box-shadow: var(--shadow-soft);
}

.hero-mobile-copy {
  text-align: center;
}

.hero-mobile-copy strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.75rem;
}

.hero-mobile-copy p {
  margin: 10px auto 0;
  max-width: 260px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-mobile-chat {
  display: grid;
  gap: 12px;
}

.hero-mobile-message {
  max-width: 88%;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 10px 24px rgba(99, 63, 31, 0.05);
}

.hero-mobile-message p {
  margin: 0;
  line-height: 1.55;
}

.hero-mobile-message.outbound {
  margin-left: auto;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
}

.hero-mobile-progress-card {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #f5efe8;
}

.hero-mobile-progress-card span,
.hero-mobile-progress-card strong {
  display: block;
}

.hero-mobile-progress-card span {
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 800;
}

.hero-mobile-progress-card strong {
  margin-top: 6px;
  text-align: right;
}

.hero-mobile-progress {
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(239, 108, 0, 0.16);
}

.hero-mobile-progress span {
  display: block;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #ffb36d);
}

.hero-mobile-input {
  gap: 12px;
  padding: 12px 12px 12px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.06);
}

.hero-mobile-input span {
  color: #a3968a;
}

.hero-mobile-send {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), #ff9e45);
  color: #fff;
  font-weight: 800;
}

.hero-mobile-nav {
  padding: 0 6px;
  color: #a3968a;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-mobile-nav .active {
  color: var(--accent);
}

.section-head {
  margin-bottom: 30px;
}

.split-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.center-head {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-head h2 {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-head p {
  max-width: 460px;
  margin: 0;
  line-height: 1.7;
}

.feature-magazine-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.feature-lead-card,
.feature-highlight-card,
.feature-footer-card,
.pricing-card,
.testimonial-card,
.editorial-card,
.blog-feature,
.story-card,
.article-card,
.article-aside,
.blog-grid-card,
.app-cta {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: 26px;
}

.feature-lead-card,
.feature-highlight-card,
.feature-footer-card {
  padding: 28px;
}

.feature-lead-card {
  display: grid;
  gap: 14px;
}

.tag,
.pricing-badge,
.mini-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-lead-card h3,
.feature-highlight-card h3,
.feature-footer-card h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.03;
}

.feature-portrait {
  min-height: 240px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.2), transparent 28%),
    linear-gradient(180deg, #3b3b3b, #121212);
  position: relative;
  overflow: hidden;
}

.feature-portrait::after {
  content: "";
  position: absolute;
  inset: 18% 18% 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.3), transparent 26%),
    linear-gradient(180deg, #5b5b5b, #1b1b1b);
  clip-path: ellipse(37% 48% at 50% 48%);
}

.accent-card {
  background: linear-gradient(180deg, #8f4306, var(--accent-deep));
  color: white;
}

.accent-card p,
.accent-card .metric-row span {
  color: rgba(255, 255, 255, 0.78);
}

.accent-card .tag {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.metric-row {
  justify-content: space-between;
  margin-top: auto;
  padding-top: 40px;
}

.metric-row strong {
  font-size: 1.8rem;
  font-family: "Space Grotesk", sans-serif;
}

.feature-footer-card.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

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

.mini-columns > div {
  padding: 20px;
  background: var(--surface-soft);
  border-radius: 20px;
}

.pricing-section {
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(239, 108, 0, 0.03));
}

.pricing-showcase {
  display: grid;
  place-items: center;
}

.pricing-card {
  width: min(360px, 100%);
  padding: 28px;
  text-align: center;
}

.pricing-price {
  margin: 18px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.3rem);
  line-height: 0.9;
}

.pricing-price span {
  font-size: 1rem;
  color: var(--muted);
}

.pricing-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  text-align: left;
}

.pricing-list li {
  padding: 12px 14px;
  background: var(--surface-soft);
  border-radius: 16px;
}

.testimonial-grid,
.editorial-grid,
.blog-list-grid,
.story-grid {
  display: grid;
  gap: 18px;
}

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

.testimonial-card,
.editorial-card,
.story-card {
  padding: 24px;
}

.testimonial-card strong,
.editorial-card h3 {
  display: block;
  margin-top: 16px;
}

.editorial-card h3,
.story-card h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
  line-height: 1.1;
}

.stars {
  color: var(--accent);
  letter-spacing: 0.12em;
}

.site-footer {
  padding: 40px 0 50px;
}

.footer-shell {
  padding-top: 26px;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.footer-links {
  flex-wrap: wrap;
}

.blog-page {
  background: #f8f4ef;
}

.blog-hero-section {
  padding: 40px 0 24px;
}

.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 24px;
}

.blog-feature,
.blog-grid-card,
.article-card,
.article-aside,
.app-cta {
  padding: 24px;
}

.blog-feature-visual,
.story-visual {
  min-height: 360px;
  margin-top: 22px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.35)),
    linear-gradient(135deg, #99816c, #d2c0a9);
}

.blog-feature-visual {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: inset 0 -80px 120px rgba(0, 0, 0, 0.12);
}

.blog-feature-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.blog-sidebar-stack,
.article-stack {
  display: grid;
  gap: 18px;
}

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

.article-number-list article {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
}

.article-number-list strong {
  color: var(--accent);
}

.newsletter-box {
  padding: 20px;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: white;
  border-radius: 24px;
}

.newsletter-box p {
  color: rgba(255,255,255,0.86);
}

.blog-list-grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
}

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

.story-visual {
  min-height: 220px;
  margin-bottom: 16px;
  border-radius: 18px;
  overflow: hidden;
}

.story-card.featured .story-visual {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.4)),
    linear-gradient(135deg, #3e2d24, #ae8b73);
}

.article-page {
  background: #faf6f1;
}

.article-hero {
  padding: 30px 0 24px;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.article-title {
  margin: 8px 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.article-meta {
  margin-bottom: 22px;
}

.article-visual {
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.38)),
    linear-gradient(135deg, #8d857d, #d8cab9);
  border-radius: 24px;
  margin-top: 18px;
}

.article-intro {
  font-size: 1.06rem;
  line-height: 1.7;
}

.article-content h2 {
  margin: 30px 0 12px;
  font-size: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
}

.article-content p,
.article-content li {
  line-height: 1.8;
}

.article-content ul,
.article-content ol {
  padding-left: 18px;
}

.article-highlight {
  margin: 26px 0;
  padding: 22px;
  border-left: 4px solid var(--accent);
  background: var(--surface-soft);
  font-weight: 700;
  line-height: 1.7;
}

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

.data-grid article {
  padding: 18px;
  background: var(--surface-soft);
  border-top: 3px solid var(--accent);
}

.data-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
  color: var(--accent);
}

.article-aside {
  position: sticky;
  top: 108px;
}

.article-side-card {
  display: grid;
  gap: 16px;
}

.aside-card + .aside-card {
  margin-top: 16px;
}

.aside-card {
  padding: 18px;
  background: var(--surface-soft);
  border-radius: 20px;
}

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

.aside-list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  font-weight: 600;
}

.app-cta {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  align-items: start;
}

.app-cta-copy {
  display: grid;
  gap: 12px;
}

.app-cta-copy p,
.app-cta-copy h3 {
  margin: 0;
}

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

@media (max-width: 1080px) {
  .header-shell,
  .hero-shell,
  .split-head,
  .feature-magazine-grid,
  .feature-footer-card.wide,
  .testimonial-grid,
  .editorial-grid,
  .blog-hero-grid,
  .blog-list-grid,
  .article-grid,
  .app-cta {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .site-nav,
  .site-actions,
  .mini-columns,
  .story-grid,
  .data-grid,
  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

  .site-nav,
  .site-actions,
  .hero-actions,
  .footer-links {
    flex-wrap: wrap;
  }

  .hero-shell {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-proof-item:last-child {
    grid-column: auto;
  }

  .hero-app-shot-desktop,
  .hero-mockup-grid,
  .hero-mini-stats {
    grid-template-columns: 1fr;
  }

  .hero-app-sidebar {
    display: none;
  }

  .header-shell {
    align-items: center;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .header-shell {
    min-height: 84px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-actions {
    width: auto;
    margin-left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .site-actions .primary-button,
  .site-actions .ghost-button,
  .site-actions .secondary-button {
    width: auto;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 16px;
    white-space: nowrap;
  }

  .brand-logo-full {
    display: none;
  }

  .brand-logo-icon {
    display: block;
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 24px, 1180px);
  }

  .header-shell {
    min-height: 76px;
    gap: 12px;
  }

  .site-actions {
    gap: 10px;
    margin-left: 0;
  }

  .nav-link {
    display: none;
  }

  .site-actions .primary-button,
  .site-actions .secondary-button,
  .site-actions .ghost-button {
    width: auto;
    min-height: 42px;
    padding: 0 15px;
    font-size: 0.94rem;
  }

  .hero-section,
  .section-block {
    padding: 30px 0;
  }

  .hero-shell {
    gap: 28px;
  }

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

  .hero-copy {
    max-width: 100%;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

  .hero-copy h1,
  .blog-feature-copy h1,
  .article-title {
    line-height: 0.98;
  }

  .hero-frame {
    transform: none;
    padding: 8px 0 12px;
  }

  .hero-app-shot-desktop {
    display: none;
  }

  .hero-app-shot-mobile {
    display: block;
    min-height: auto;
  }

  .hero-app-shot,
  .article-visual,
  .blog-feature-visual {
    min-height: 260px;
  }

  .feature-lead-card,
  .feature-highlight-card,
  .feature-footer-card,
  .pricing-card,
  .testimonial-card,
  .editorial-card,
  .blog-feature,
  .story-card,
  .article-card,
  .article-aside,
  .blog-grid-card,
  .app-cta {
    padding: 20px;
  }

  .brand-logo-icon {
    width: 48px;
    height: 48px;
  }

  .feature-lead-card,
  .feature-highlight-card,
  .feature-footer-card,
  .pricing-card,
  .testimonial-card,
  .editorial-card,
  .blog-feature,
  .story-card,
  .article-card,
  .article-aside,
  .blog-grid-card,
  .app-cta,
  .hero-frame,
  .newsletter-box,
  .aside-card {
    border-radius: 22px;
  }
}
