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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  color: #1a1a1a;
  line-height: 1.65;
  font-size: 16px;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: url('white-textured.jpg') repeat;
  opacity: 0.3;
  z-index: -1;
}

/* =====================
   Container
   ===================== */
.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =====================
   NAV
   ===================== */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
}

.nav-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: -0.5px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
}

.logo-sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 24px;
}

.nav-links a {
  font-size: 0.875rem;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}

.nav-links a:hover {
  color: #1a1a1a;
}

/* =====================
   HERO
   ===================== */
.hero {
  padding: 80px 0 72px;
}

.hero-heading {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.brand {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  display: inline;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
}

.hero-sub {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.cta-link {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 600;
}

.cta-link.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-desc {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 4px;
}

/* Two-col intro (What We Do / Who We Work With) */
.two-col-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 72px;
}

.two-col-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* color: #999; */
  margin-bottom: 14px !important;
}

.two-col-block p:not(.two-col-label) {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .two-col-intro {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
}

/* Flow diagram */
.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.flow-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flow-card {
  background: #fff;
  border: 1px solid #ddd9d3;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 220px;
}

.flow-label {
  font-size: 0.9rem;
  font-weight: 600;
}

.flow-tag {
  font-size: 0.72rem;
  color: #888;
  background: transparent;
  border: 1px solid #ddd9d3;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 500;
}

.flow-arrow {
  font-size: 1.5rem;
  color: #aaa;
  flex-shrink: 0;
}

.flow-destination {
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.hero-note {
  font-size: 0.875rem;
  color: #666;
  background: #fff;
  border: 1px solid #ddd9d3;
  border-radius: 8px;
  padding: 12px 16px;
  display: inline-block;
}

/* =====================
   SECTIONS
   ===================== */
.section {
  padding: 25px 0;
  scroll-margin-top: 60px;
}

.section-alt {
  background: transparent;
}

.section h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 36px;
  line-height: 1.25;
}

/* =====================
   STEPS
   ===================== */
.steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.steps li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.step-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #aaa;
  background: #fff;
  border: 1px solid #ddd9d3;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.steps p {
  font-size: 1rem;
  color: #333;
  line-height: 1.65;
}

/* =====================
   VERTICAL GRID
   ===================== */
.vertical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.vertical-card {
  background: #fff;
  border: 1px solid #ddd9d3;
  border-radius: 10px;
  padding: 24px 20px;
}

.vertical-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.vertical-card p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.55;
}

/* =====================
   PRICING
   ===================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd9d3;
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-featured {
  border-color: #1a1a1a;
}

.pricing-plan {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
}

.pricing-price {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.pricing-desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.55;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.pricing-features li {
  font-size: 0.875rem;
  color: #444;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
  margin-top: 6px;
}

.btn:hover {
  opacity: 0.85;
}

.btn-dark {
  background: #1a1a1a;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}

.pricing-footnote {
  font-size: 0.78rem;
  color: #999;
  text-align: center;
}

/* =====================
   FAQ
   ===================== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.faq-item {
}

.faq-item summary {
  padding: 16px 20px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  transition: background 0.1s;
}

.faq-item summary:hover {
  background: #f7f5f2;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.1rem;
  color: #aaa;
  flex-shrink: 0;
  margin-left: 16px;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  padding: 0 20px 16px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.65;
}

/* =====================
   ABOUT / CTA
   ===================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}

.about-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 14px !important;
  font-family: monospace;
}

.about-text p {
  font-size: 0.925rem;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.7;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-cta {
  text-align: right;
  flex-shrink: 0;
}

.about-cta p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  white-space: nowrap;
}

.cta-link.big {
  font-size: 1.1rem;
}

/* =====================
   FOOTER
   ===================== */
footer {
  padding: 20px 0;
}

.footer-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
  color: #888;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #888;
  text-decoration: none;
  font-size: 0.825rem;
  transition: color 0.15s;
}

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

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 600px) {
  .hero-heading {
    font-size: 1.6rem;
  }

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

  .flow-arrow {
    transform: rotate(90deg);
  }

  .flow-destination {
    white-space: normal;
  }

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

  .about-cta {
    text-align: left;
  }

  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

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

  .nav-links {
    gap: 14px;
  }
}
