/* ===== Reset & Base ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #131518;
  color: #fff;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* ===== Typography ===== */
.font-instrument {
  font-family: 'Instrument Sans', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.font-inter-tight {
  font-family: 'Inter Tight', sans-serif;
}

/* ===== Language Toggle ===== */
.lang-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
}

.audience-link {
  margin-right: auto;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #bf5e41;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(191, 94, 65, 0.3);
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.audience-link:hover {
  color: #fff;
  background: #bf5e41;
  border-color: #bf5e41;
}

.lang-bar-current {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #797b85;
  padding: 4px 10px;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #797b85;
}

.lang-toggle a {
  color: #bf5e41;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.lang-toggle a:hover {
  color: #fff;
}

.lang-toggle a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.lang-toggle .separator {
  color: #444;
}

/* Policy page lang toggle */
.policy-header .lang-bar {
  max-width: 900px;
  margin: 0 auto 8px;
}

/* Light background version */
.lang-toggle-light a {
  color: #94969d;
}

.lang-toggle-light a:hover {
  color: #111;
}

.lang-toggle-light a.active {
  color: #111;
  background: rgba(0, 0, 0, 0.06);
}

.lang-toggle-light .separator {
  color: #ccc;
}

/* ===== Hero Section ===== */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 60px 80px;
  background: rgb(18, 19, 20);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-site-name {
  font-family: 'Inter Tight', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #bf5e41;
  text-align: center;
  margin-bottom: 24px;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  flex: 1;
}

.hero-left {
  flex: 1;
  max-width: 600px;
}

.hero-community {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.hero-avatars {
  display: flex;
}

.hero-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #18181a;
  margin-right: -10px;
}

.hero-avatar:last-child {
  margin-right: 0;
}

.hero-community span {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #d2cbbc;
  margin-left: 4px;
}

.hero-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -2px;
  color: rgb(200, 215, 200);
  margin-bottom: 32px;
}

.hero-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #94969d;
  margin-bottom: 40px;
  max-width: 420px;
}

.hero-subheading strong {
  font-weight: 600;
  color: #d2cbbc;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 30px;
  border-radius: 50px;
  background: #2a2a2e;
  color: #fff;
  transition: background 0.2s ease;
}

.btn-store:hover {
  background: #353538;
}

.store-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.google-play-icon {
  width: 36px;
  height: 36px;
}

.appstore-icon {
  border-radius: 8px;
}

.store-text {
  display: flex;
  flex-direction: column;
}

.store-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.3;
}

.store-name {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

/* Hero Right - Phone */
.hero-right {
  flex: 0 0 auto;
  position: relative;
}

.hero-phone-container {
  position: relative;
}

.hero-phone {
  width: 420px;
  height: auto;
  mix-blend-mode: lighten;
}


/* ===== Testimonials Section ===== */
.testimonials {
  padding: 60px 0;
  background: #f8f6f1;
  overflow: hidden;
  position: relative;
}

.testimonials::before,
.testimonials::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.testimonials::before {
  left: 0;
  background: linear-gradient(to right, #f8f6f1, transparent);
}

.testimonials::after {
  right: 0;
  background: linear-gradient(to left, #f8f6f1, transparent);
}

.testimonials-track {
  display: flex;
  gap: 24px;
  animation: scroll-left 40s linear infinite;
  width: max-content;
  padding: 0 80px;
}

.testimonials-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  flex-shrink: 0;
  width: 240px;
}

.testimonial-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.testimonial-info {
  padding: 14px 4px 0;
}

.testimonial-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.testimonial-location {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94969d;
}

/* ===== Features Section ===== */
.features {
  padding: 40px 20px 100px;
  background: #f8f6f1;
  color: #131518;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
}

.features-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
  background: #eae8e2;
  padding: 12px 24px;
  border-radius: 50px;
}

.features-label-wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.features-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  color: #111;
  margin-bottom: 24px;
}

.features-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #3a3a3f;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}

.feature-video-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  border-radius: 24px;
  overflow: hidden;
}

.feature-video {
  width: 100%;
  display: block;
  border-radius: 24px;
}

/* Feature Block */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.feature-block:last-child {
  margin-bottom: 0;
}

.feature-block.reverse {
  direction: rtl;
}

.feature-block.reverse > * {
  direction: ltr;
}

.feature-text {
  padding: 20px;
}

.feature-number {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #bf5e41;
  margin-bottom: 12px;
}

.feature-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.8px;
  color: #111;
  margin-bottom: 20px;
  max-width: 450px;
}

.feature-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  color: #333;
  max-width: 440px;
}

.feature-images {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-images img {
  border-radius: 16px;
  object-fit: cover;
}

.feature-phone {
  width: 240px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.feature-artwork {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
}

.feature-single-image {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
}

.feature-artwork-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feature-artwork-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

/* ===== FAQ Section ===== */
.faq {
  padding: 100px 20px;
  background: #f8f6f1;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.faq-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -1.2px;
  text-align: center;
  color: #111;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #e8e6e0;
  padding: 28px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  color: #111;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 0;
}

.faq-question:hover {
  color: #333;
}

.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #b0b0b0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-top: 16px;
  padding-left: 36px;
}

.faq-answer p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #888;
}

/* ===== Pricing Section ===== */
.pricing {
  padding: 100px 20px;
  background: #f8f6f1;
}

.pricing-container {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-label-wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.pricing-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  display: inline-block;
  background: #eae8e2;
  padding: 10px 22px;
  border-radius: 50px;
}

.pricing-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  color: #111;
  margin-bottom: 16px;
}

.pricing-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #62646c;
  text-align: center;
  margin-bottom: 60px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pricing-card-wrapper {
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid #111;
  display: flex;
  flex-direction: column;
}

.pricing-card-wrapper.premium {
  border-color: #bf5e41;
}

.pricing-card-top {
  padding: 36px 32px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pricing-card-top-free {
  background: #111;
  color: #fff;
}

.pricing-card-top-premium {
  background: #bf5e41;
  color: #fff;
}

.pricing-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #111;
  padding: 8px 16px;
  border-radius: 50px;
}

.pricing-plan-name {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.pricing-price {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}

.pricing-card-top-free .pricing-price {
  color: #fff;
}

.pricing-card-top-premium .pricing-price {
  color: #fff;
}

.pricing-price-period {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.pricing-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 28px;
  flex: 1;
}

.pricing-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s ease;
}

.pricing-btn:hover {
  opacity: 0.85;
}

.pricing-btn-free {
  background: #bf5e41;
  color: #fff;
}

.pricing-btn-premium {
  background: #fff;
  color: #111;
}

.pricing-card-bottom {
  padding: 28px 32px;
}

.pricing-card-bottom-free {
  background: #f0ede6;
}

.pricing-card-bottom-premium {
  background: #f0ede6;
}

.pricing-included-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #111;
}

.pricing-features li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ===== CTA Section ===== */
.cta {
  padding: 100px 20px 0;
  background: #f8f6f1;
  text-align: center;
  overflow: hidden;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-label-wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.cta-label {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  display: inline-block;
  background: #eae8e2;
  padding: 10px 22px;
  border-radius: 50px;
}

.cta-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  color: #111;
  margin-bottom: 20px;
}

.cta-heading-accent {
  color: #bf5e41;
}

.cta-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #3a3a3f;
  margin-bottom: 40px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.btn-store-dark {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 30px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  transition: background 0.2s ease;
}

.btn-store-dark:hover {
  background: #222;
}

.btn-store-dark .store-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.btn-store-dark .appstore-icon {
  border-radius: 8px;
}

.store-label-dark {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.3;
  display: block;
  text-align: left;
}

.store-name-dark {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  display: block;
  text-align: left;
}

.cta-image {
  max-width: 500px;
  margin: 0 auto;
}

.cta-image img {
  width: 100%;
  display: block;
}

/* ===== Footer ===== */
.footer {
  padding: 60px 60px 30px;
  background: #1d1d20;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 50px;
}

.footer-logo-img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.footer-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.footer-col-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #94969d;
}

.footer-col-text a {
  color: #d2cbbc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-col-text a:hover {
  color: #fff;
}

.footer-divider {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94969d;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: #fff;
}

.footer-social a svg {
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  gap: 60px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #94969d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
}

/* ===== Animations ===== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero {
    padding: 40px 40px 60px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .hero-phone {
    width: 300px;
    border-radius: 36px;
  }

  .features-heading {
    font-size: 40px;
  }

  .feature-block {
    gap: 30px;
  }

  .feature-title {
    font-size: 40px;
  }

  .cta-heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 30px 20px 40px;
  }

  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

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

  .hero-community {
    justify-content: center;
  }

  .hero-heading {
    font-size: 44px;
    letter-spacing: -1.2px;
  }

  .hero-subheading {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-right {
    display: block;
    text-align: center;
  }

  .hero-phone {
    width: 280px;
    margin: 0 auto;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .feature-block.reverse {
    direction: ltr;
  }

  .feature-text {
    padding: 0;
    text-align: center;
  }

  .feature-description {
    max-width: 100%;
  }

  .features-heading {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .feature-title {
    font-size: 36px;
    max-width: 100%;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    font-size: 40px;
  }

  .faq-heading {
    font-size: 36px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .footer {
    padding: 40px 20px 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .hero-heading {
    font-size: 36px;
  }

  .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-store {
    padding: 12px 18px;
    gap: 10px;
  }

  .btn-store .store-icon {
    width: 28px;
    height: 28px;
  }

  .btn-store .store-name {
    font-size: 14px;
  }

  .btn-store .store-label {
    font-size: 10px;
  }

  .testimonial-card {
    width: 200px;
  }

  .testimonial-image {
    height: 240px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-store-dark {
    width: 100%;
    justify-content: center;
  }
}

/* ===== Policy Pages ===== */
.policy-header {
  background: rgb(19, 20, 22);
  padding: 40px 60px;
  text-align: center;
}

.policy-header-inner {
  max-width: 900px;
  margin: 0 auto;
}

.policy-header .hero-site-name {
  margin-bottom: 16px;
}

.policy-header a {
  color: #bf5e41;
}

.policy-header h1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: rgb(200, 215, 200);
  letter-spacing: -1.5px;
  margin-bottom: 8px;
}

.policy-header .policy-date {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #94969d;
}

.policy-body {
  background: #f8f6f1;
  padding: 60px 20px 100px;
}

.policy-content {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
}

.policy-content h2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-top: 48px;
  margin-bottom: 16px;
}

.policy-content h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-top: 32px;
  margin-bottom: 12px;
}

.policy-content p {
  margin-bottom: 16px;
}

.policy-content ul, .policy-content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.policy-content li {
  margin-bottom: 8px;
}

.policy-content a {
  color: #bf5e41;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-content a:hover {
  color: #a04e35;
}

.policy-content strong {
  font-weight: 600;
  color: #111;
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.policy-content th, .policy-content td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #e0ddd6;
  font-size: 15px;
}

.policy-content th {
  font-weight: 700;
  color: #111;
  background: #eae8e2;
}

@media (max-width: 768px) {
  .policy-header {
    padding: 30px 20px;
  }

  .policy-header h1 {
    font-size: 32px;
  }
}

/* ===== BUSINESS PAGE ===== */

.biz-hero {
  padding-bottom: 60px;
}

.biz-hero-inner {
  align-items: center;
}

.biz-hero-video {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.06);
}

.biz-video {
  width: 100%;
  height: auto;
  display: block;
}

.btn-primary-cta {
  display: inline-block;
  background: #bf5e41;
  color: #fff;
  padding: 16px 28px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  transition: background 0.2s, transform 0.2s;
  white-space: nowrap;
}

.btn-primary-cta:hover {
  background: #a64d33;
  transform: translateY(-1px);
}

.btn-primary-cta-large {
  padding: 20px 40px;
  font-size: 18px;
}

/* Layout containers */
.biz-section {
  padding: 100px 24px;
  background: #131518;
  color: #fff;
}

.biz-section + .biz-section {
  border-top: 1px solid rgba(255,255,255,0.05);
}

.biz-container {
  max-width: 1200px;
  margin: 0 auto;
}

.biz-container-narrow {
  max-width: 760px;
}

.biz-section-header {
  text-align: center;
  margin-bottom: 64px;
}

.biz-eyebrow {
  display: inline-block;
  color: #bf5e41;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.biz-heading {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  color: #f8f6f1;
  margin-bottom: 20px;
}

.biz-lede {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #d2cbbc;
  max-width: 720px;
  margin: 0 auto;
}

/* Card grids */
.biz-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 80px;
}

.biz-cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.biz-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s, transform 0.2s;
}

.biz-card:hover {
  border-color: rgba(191,94,65,0.4);
  transform: translateY(-2px);
}

.biz-card-image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-card-placeholder {
  background: linear-gradient(135deg, #2a2a2e 0%, #1d1d20 100%);
  color: rgba(191,94,65,0.6);
}

.biz-card-placeholder svg {
  width: 56px;
  height: 56px;
}

.biz-card-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #f8f6f1;
  margin-bottom: 10px;
}

.biz-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #94969d;
}

/* Mockup cards */
.biz-mockup-card {
  text-align: center;
}

.biz-mockup-img {
  height: 420px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 24px;
  display: block;
}

@media (max-width: 640px) {
  .biz-mockup-img {
    height: 320px;
  }
}

/* Pullquote */
.biz-pullquote {
  text-align: center;
  font-family: 'Instrument Sans', sans-serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.3;
  color: #bf5e41;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Timeline */
.biz-timeline {
  list-style: none;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

.biz-timeline-step {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.biz-timeline-step:last-child {
  border-bottom: none;
}

.biz-timeline-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #bf5e41;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.biz-timeline-num-optional {
  background: transparent;
  border: 2px dashed rgba(191,94,65,0.5);
  color: #bf5e41;
}

.biz-timeline-optional .biz-timeline-title em {
  color: #94969d;
  font-style: italic;
  font-weight: 400;
  font-size: 0.7em;
}

.biz-timeline-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #f8f6f1;
  margin-bottom: 10px;
}

.biz-timeline-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #d2cbbc;
}

.biz-timeline-text strong {
  color: #f8f6f1;
}

/* Offer cards */
.biz-offer-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.biz-offer-card {
  background: #f8f6f1;
  color: #111;
  border-radius: 18px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
}

.biz-offer-pilot {
  background: #bf5e41;
  color: #fff;
}

.biz-offer-name {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.biz-offer-tagline {
  font-family: 'Instrument Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 24px;
  opacity: 0.85;
}

.biz-offer-pilot .biz-offer-tagline {
  color: #f8f6f1;
}

.biz-offer-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.biz-offer-pilot .biz-offer-body strong {
  color: #fff;
}

/* Stats */
.biz-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.biz-stat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 28px 22px;
}

.biz-stat-number {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #bf5e41;
  line-height: 1;
  margin-bottom: 14px;
}

.biz-stat-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #d2cbbc;
  margin-bottom: 12px;
}

.biz-stat-text strong {
  color: #f8f6f1;
}

.biz-stat-source {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #797b85;
  font-style: italic;
}

/* Founders */
.biz-founder {
  text-align: center;
  margin-top: 20px;
}

.biz-founder-name {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #f8f6f1;
  margin-bottom: 14px;
}

.biz-founder-role {
  font-weight: 400;
  color: #94969d;
  font-style: italic;
}

.biz-founder-bio {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #d2cbbc;
  max-width: 640px;
  margin: 0 auto;
}

/* Final CTA */
.biz-final-cta {
  background: #131518;
}

.biz-final-cta-inner {
  text-align: center;
}

.biz-final-cta .biz-heading {
  margin-bottom: 36px;
}

/* Responsive */
@media (max-width: 1024px) {
  .biz-cards-3,
  .biz-offer-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .biz-cards-4,
  .biz-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .biz-section {
    padding: 64px 20px;
  }
  .biz-heading {
    font-size: 32px;
  }
  .biz-pullquote {
    font-size: 24px;
  }
  .biz-cards-3,
  .biz-cards-4,
  .biz-offer-cards,
  .biz-stats {
    grid-template-columns: 1fr;
  }
  .biz-timeline-step {
    gap: 16px;
  }
  .biz-timeline-num {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .biz-stat-number {
    font-size: 32px;
  }
}
