/* ===================================================================
   Oraqoo — Landing page styles
   =================================================================== */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #101114;
  font-family: 'Montserrat', ui-rounded, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a { color: #5C5AB6; text-decoration: none; }
a:hover { color: #4A48A3; }

input::placeholder, textarea::placeholder { color: #9AA3AE; opacity: 1; }
input:focus, textarea:focus {
  outline: none;
  border-color: #5C5AB6 !important;
  box-shadow: 0 0 0 3px rgba(92, 90, 182, 0.12);
}

button { font-family: inherit; }

/* ===== Page shell ===== */
.page { min-width: 1440px; background: #FFFFFF  url('images/bg.png') no-repeat left top; }
.page-inner { max-width: 1440px; margin: 0 auto; }

/* ===== Buttons ===== */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #5C5AB6;
  color: #ffffff;
  font-weight: 600;
  transition: background 0.2s ease;
}
.btn-primary:hover { background: #4B49A0; color: #ffffff; }
.btn-primary--header { width: 193px; height: 52px; font-size: 15px; }
.btn-primary--hero { width: 214px; height: 60px; font-size: 16px; margin-top: 44px; }
.btn-primary--experts { width: 214px; height: 60px; font-size: 16px; flex: 0 0 auto; }

.btn-submit {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  margin-top: 28px;
  border: none;
  border-radius: 16px;
  background: #5C5AB6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-submit:hover { background: #4B49A0; }
.btn-submit:disabled { opacity: 0.7; cursor: default; }

/* ===== Hero ===== */
.hero {
  position: relative;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 80px 0 80px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-text { font-size: 24px; font-weight: 700; letter-spacing: 0.2px; color: #101114; }

.hero-content {
  display: flex;
  gap: 48px;
  padding: 70px 89px 0 79px;
}
.hero-text { flex: 0 1 540px;  }
.hero-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #101114;
  text-wrap: pretty;
}
.hero-desc {
  margin: 26px 0 0 0;
  font-size: 16px;
  line-height: 1.68;
  color: #2A2E35;
  max-width: 500px;
  text-wrap: pretty;
}


.hero-star-block span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background-color: #EDEBFC;
  padding: 14px;
  border: 1px solid #F5F6F8;
  border-radius: 20px;
  font-size: 16px;
  color: #5D59B7 !important;
  font-weight: 600;
  white-space: nowrap;
}


.hero-badges {
  display: flex;
  gap: 9px;
  margin-top: 32px;
  flex-wrap: nowrap;
  width: max-content;
}
.badge {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #F5F6F8;
  box-shadow: 0 1px 2px rgba(16, 17, 20, 0.03);
  font-size: 13px;
  color: #3A3F47;
}

.hero-collage {  padding-top: 16px; }
.collage-stack { display: flex; flex-direction: column; gap: 12px; }

/* ===== Feature cards ===== */
.feature-cards {
  background-color: #EDEBFC;
  border-radius: 20px;
  padding: 32px;
  margin:100px 80px 0 80px;
}
.feature-cards-title {
  margin: 0 0 30px 0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #101114;
  text-wrap: pretty;
}
.feature-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-card {
  background: #ffffff;
  border: 2px solid #F5F4FD;
  border-radius: 15px;
  padding: 17px 19px 21px 15px;
  box-shadow: 0 2px 10px rgba(92, 90, 182, 0.04);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #F5F4FD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5C5AB6;
}
.feature-title { margin: 18px 0 0 1px; font-size: 15px; font-weight: 700; color: #101114; }
.feature-desc { margin: 9px 0 0 1px; font-size: 13px; line-height: 1.6; color: #8E97A3; }

/* ===== Experts grid ===== */
.experts-section { padding: 56px 80px 0 80px; }
.experts-header { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.section-title { margin: 0; font-size: 32px; line-height: 1.3; font-weight: 700; color: #101114; }

.experts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 32px;
}
.expert-card {
  border: 1px solid rgba(210, 216, 224, 0.5);
  border-radius: 15.5px;
  padding: 19px 16px 20px 16px;
  background: #ffffff;
}
.expert-title { margin: 16px 0 0 0; font-size: 15px; font-weight: 700; color: #101114; }
.expert-sub { margin-top: 7px; font-size: 12.5px; color: #8E97A3; }

/* ===== Why now ===== */
.why-now { padding: 84px 80px 0 80px; }
.why-now-title { margin: 0; font-size: 30px; line-height: 1.3; font-weight: 700; color: #101114; }
.why-now-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 36px; }
.why-now-col { padding-right: 26px; }
.why-now-col.has-divider { padding: 0 26px; border-left: 1px solid #E9EBEF; }
.why-now-col.is-last { padding-left: 26px; border-left: 1px solid #E9EBEF; }
.why-now-col-title { margin: 0; font-size: 15px; font-weight: 700; color: #101114; }
.why-now-col-desc { margin-top: 14px; font-size: 15px; line-height: 1.4; color: #8E97A3; }

/* ===== Cabinet screenshot ===== */
.cabinet-section { padding: 100px 80px 0 80px; }

.cabinet-section img {
  width: 100%;
}

.cabinet-slider {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(16, 17, 20, 0.08);
  user-select: none;
}
.cabinet-slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}
.cabinet-slide {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: block;
}
.cabinet-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #101114;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(16, 17, 20, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cabinet-slider-arrow:hover { background: #ffffff; transform: translateY(-50%) scale(1.05); }
.cabinet-slider-arrow--prev { left: 20px; }
.cabinet-slider-arrow--next { right: 20px; }
.cabinet-slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cabinet-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.cabinet-slider-dot.is-active { width: 22px; background: #ffffff; }

/* ===== Form + FAQ band ===== */
.form-faq-band {  padding-top: 100px; }

.apply-section { max-width: 844px; margin: 0 auto; scroll-margin-top: 40px; background-color: #F4F6FC; padding: 32px; border-radius: 20px;}
.apply-title { margin: 0; font-size: 30px; line-height: 1.42; font-weight: 700; color: #101114; text-wrap: pretty; }
.apply-desc { margin: 14px 0 0 0; font-size: 15px; line-height: 1.7; color: #2A2E35; text-wrap: pretty; }

.apply-card {
  margin-top: 24px;
  background: #ffffff;
  border: 1px solid #F5F4FD;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 2px 14px rgba(92, 90, 182, 0.05);
}

.apply-form { display: flex; flex-direction: column; gap: 0; }

.form-field {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #DCE1E7;
  border-radius: 16px;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  color: #101114;
}
.form-textarea {
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  padding: 15px 20px;
  border: 1px solid #DCE1E7;
  border-radius: 16px;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  color: #101114;
  resize: none;
  line-height: 1.5;
}
.mt-16 { margin-top: 16px; }
.mt-28 { margin-top: 28px; }

.field-label { font-size: 14.5px; font-weight: 700; color: #101114; }
.radio-group { display: flex; flex-direction: column; gap: 2px; margin-top: 10px; }
.radio-label { display: flex; align-items: center; gap: 12px; padding: 7px 0; cursor: pointer; font-size: 14px; color: #101114; }
.radio-label input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: #5C5AB6; cursor: pointer; }

.success-box { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 80px 60px; }
.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: #F5F4FD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5C5AB6;
}
.success-title { margin-top: 24px; font-size: 22px; font-weight: 700; color: #101114; }
.success-desc { margin-top: 14px; max-width: 520px; font-size: 14.5px; line-height: 1.7; color: #2A2E35; }
.success-note { margin-top: 18px; max-width: 520px; font-size: 12.5px; line-height: 1.6; color: #8E97A3; }

/* ===== FAQ ===== */
.faq-section { max-width: 844px; margin: 0 auto; padding: 106px 40px 0 40px; }
.faq-title { margin: 0; font-size: 24px; font-weight: 700; color: #101114; }
.faq-list { margin-top: 40px; border-top: 1px solid #E9EBEF; }
.faq-item { border-bottom: 1px solid #E9EBEF; }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 2px; cursor: pointer; }
.faq-question-text { margin: 0; font-size: 15px; font-weight: 700; color: #101114; }
.faq-chevron { flex: 0 0 auto; transition: transform 0.25s ease; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 40px 26px 2px; font-size: 13.5px; line-height: 1.75; color: #8E97A3; }
.faq-item.is-open .faq-answer { display: block; }

/* ===== Contact ===== */
.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1280px;
  margin: 80px auto 0 auto;
  padding: 48px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(92, 90, 182, 0.06), rgba(47, 128, 236, 0.06));
}
.contact-left { max-width: 600px; }
.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 18px;
  border-radius: 20px;
  background: #EDEBFC;
  font-size: 13px;
  font-weight: 700;
  color: #5C5AB6;
}
.contact-title { margin: 20px 0 0 0; font-size: 28px; font-weight: 700; line-height: 1.3; color: #101114; }
.contact-desc { margin: 16px 0 0 0; font-size: 14.5px; line-height: 1.7; color: #565C63; }
.contact-mail-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 16px;
  background: #5C5AB6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease;
}
.contact-mail-btn:hover { background: #4B49A0; color: #ffffff; }
.contact-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 13px; color: #5C5AB6; }

.contact-right { display: flex; flex-direction: column; gap: 16px; width: 400px; flex: 0 0 auto; }
.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 80px;
  padding: 0 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}
.contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F3F7FD;
  flex-shrink: 0;
}
.contact-card-text { flex: 1 1 auto; }
.contact-card-label { font-size: 12.5px; color: #8E97A3; }
.contact-card-value { margin-top: 2px; font-size: 15px; font-weight: 700; color: #101114; }
.contact-card-chevron { flex: 0 0 auto; }

.icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


/* ===== Founders offer ===== */
.founders-section { padding: 100px 80px 0 80px; }
.founders-title {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #101114;
  text-align: center;
}
.founders-subtitle {
  margin: 18px auto 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #565C63;
  text-align: center;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  align-items: start;
}

.offer-card {
  border-radius: 20px;
  padding: 28px;
}
.offer-card--special {
  background: #080909;
}
.offer-card--standard {
  background: #FAFAFC;
  border: 1px solid #EEEFF3;
}

/* Card head */
.offer-head { display: flex; align-items: center; gap: 14px; }
.offer-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(245, 198, 74, 0.12);
  border: 1px solid rgba(245, 198, 74, 0.3);
  flex-shrink: 0;
}
.offer-head-icon--light {
  background: #F5F4FD;
  border: 1px solid #EAE8FB;
}
.offer-head-text { flex: 1 1 auto; min-width: 0; }
.offer-card-title { margin: 0; font-size: 21px; font-weight: 700; color: #101114; }
.offer-card-title--light { color: #ffffff; }
.offer-card-sub { margin-top: 3px; font-size: 13px; color: #8E97A3; }
.offer-card-sub--muted { color: #9EA2AD; }
.offer-seats {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 17px;
  background: #5C5AB6;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Rates table */
.offer-rates {
  margin-top: 16px;
  border-radius: 14px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #EEEFF3;
}
.offer-rates--dark {
  background: #1E1F1F;
  border: 1px solid #26272E;
}
.offer-rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
}
.offer-rates--dark .offer-rate-row { border-bottom-color: rgba(255, 255, 255, 0.08); }
.offer-rate-row:last-child { border-bottom: none; }
.offer-rate-label { font-size: 14px; color: #C9CCD3; }
.offer-rate-label--dark { color: #565C63; }
.offer-rate-value {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.offer-rate-value--light {
  background: #F1F2F6;
  color: #101114;
}

/* Features list */
.offer-features {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  padding: 16px;
  background: #ffffff;
}
.offer-features.offer-features--dark {
  background: #1E1F1F;
  gap: 16px;
}
.offer-feature { display: flex; align-items: flex-start; gap: 12px; }
.offer-feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
}
.offer-feature-check--on { background: #5C5AB6; }
.offer-feature-check--off { background: #EDEFF3; }
.offer-feature-text { display: flex; flex-direction: column; gap: 4px; }
.offer-feature-title { font-size: 14px; font-weight: 600; color: #ffffff; }
.offer-feature-title--dark { color: #101114; font-weight: 500; }
.offer-feature-title--off { color: #101114; font-weight: 500; }
.offer-feature-desc { font-size: 12.5px; line-height: 1.5; color: #8B8F98; }

/* Note box */
.offer-note {
  margin-top: 16px;
  border-radius: 14px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #EEEFF3;
}
.offer-note--dark {
  background: #1E1F1F;
  border: 1px solid #26272E;
}
.offer-note-head { display: flex; align-items: center; gap: 9px; }
.offer-note-title { font-size: 14px; font-weight: 700; color: #ffffff; }
.offer-note-title--dark { color: #101114; }
.offer-note-desc { margin: 10px 0 0 0; font-size: 13px; line-height: 1.6; color: #9EA2AD; }
.offer-note-desc--muted { color: #101114; }

/* Card button */
.offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  margin-top: 16px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.offer-btn--special { background: #5C5AB6; color: #ffffff; }
.offer-btn--special:hover { background: #6B69C4; color: #ffffff; }
.offer-btn--standard { background: #5C5AB6; color: #ffffff; }
.offer-btn--standard:hover { background: #4B49A0; color: #ffffff; }

/* Why block */
.founders-why {
  margin-top: 32px;
  border-radius: 20px;
  padding: 32px 36px;
  background: #F5F7FD;
  border: 1px solid #EEEFF3;
}
.founders-why-title { margin: 0; font-size: 22px; font-weight: 700; color: #101114; text-wrap: pretty; }
.founders-why-desc { margin: 16px 0 0 0; font-size: 15px; line-height: 1.7; text-wrap: pretty; }

/* ===== How we find clients ===== */
.find-clients-section { padding: 100px 80px 0 80px; }
.find-clients-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #101114;
  text-align: center;
  text-wrap: balance;
}
.find-clients-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.find-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #EBEDF1;
  box-shadow: 0 1px 3px rgba(16, 17, 20, 0.03);
  font-size: 15px;
  font-weight: 600;
  color: #101114;
}
.find-chip-emoji { font-size: 17px; line-height: 1; }

/* ===== Footer ===== */
.site-footer { margin-top: 100px; border-radius: 20px 20px 0 0; padding: 26px 80px 28px 80px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer-logo { display: flex; align-items: center; gap: 9px; }
.footer-logo-text { font-size: 19px; font-weight: 700; color: #101114; }
.footer-socials { display: flex; align-items: center; gap: 10px; }
.footer-social { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #F9F9FA; flex-shrink: 0; }
.footer-social svg { width: 24px; height: 24px; }
.footer-desc { margin-top: 22px; font-size: 12px; color: #8E97A3; }
.footer-divider { margin-top: 22px; border-top: 1px solid rgba(142, 151, 163, 0.2); }
.footer-divider--tight { margin-top: 20px; border-top: 1px solid rgba(142, 151, 163, 0.2); }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 0; padding: 20px 0 0 0; font-size: 12px; line-height: 1.8; color: #8E97A3; }
.footer-links a { color: #8E97A3; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; font-size: 12px; color: #101114; }

/* ===================================================================
   Mobile / tablet (≤860px)
   =================================================================== */
@media (max-width: 860px) {
  .page { min-width: 0; overflow-x: hidden; }

  /* Header */
  .site-header { padding: 24px 20px 0 20px; }
  .btn-primary--header { width: auto; height: 44px; padding: 0 18px; font-size: 14px; }

  /* Hero */
  .hero-content { flex-direction: column; padding: 32px 20px 0 20px; gap: 32px; }
  .hero-text { flex: 1 1 auto; width: 100%; padding-top: 0; }
  .hero-title { font-size: 28px; }
  .hero-desc { font-size: 15px; max-width: 100%; }
  .btn-primary--hero { width: 100%; margin-top: 32px; }
  .hero-badges { flex-wrap: wrap; width: auto; }

  .hero-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; padding-top: 0; }
  .collage-stack { display: contents; }
  .hero-collage img { width: 100%; height: 160px; object-fit: cover; border-radius: 16px; }

  /* Feature cards */
  .feature-cards { grid-template-columns: 1fr; padding: 40px 20px; gap: 14px; }

  /* Experts */
  .experts-section { padding: 48px 20px 0 20px; }
  .experts-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .section-title { font-size: 24px; }
  .btn-primary--experts { width: 100%; }
  .experts-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 32px; }

  /* Why now */
  .why-now { padding: 56px 20px 0 20px; }
  .why-now-title { font-size: 24px; }
  .why-now-grid { grid-template-columns: 1fr; margin-top: 32px; gap: 28px; }
  .why-now-col { padding: 0; }
  .why-now-col.has-divider, .why-now-col.is-last { border-left: none; padding: 0; border-top: 1px solid #E9EBEF; padding-top: 24px; }

  /* Cabinet screenshot */
  .cabinet-section { padding: 56px 20px 0 20px; }
  .cabinet-slider { border-radius: 14px; }
  .cabinet-slider-arrow { width: 38px; height: 38px; }
  .cabinet-slider-arrow--prev { left: 10px; }
  .cabinet-slider-arrow--next { right: 10px; }
  .cabinet-slider-dots { bottom: 12px; }

  /* Form + FAQ */
  .form-faq-band { margin-top: 56px; padding-top: 56px; }
  .apply-section { padding: 0 20px; }
  .apply-title { font-size: 24px; }
  .apply-card { padding: 18px; margin-top: 40px; }
  .success-box { padding: 48px 20px; }

  .faq-section { padding: 56px 20px 0 20px; }
  .faq-answer { padding: 0 24px 22px 0; }

  /* Contact */
  .contact-section { flex-direction: column; align-items: stretch; margin: 56px 20px 0 20px; padding: 28px 20px; }
  .contact-left { max-width: none; }
  .contact-title { font-size: 22px; }
  .contact-right { width: 100%; margin-top: 8px; }

  /* Founders offer */
  .founders-section { padding: 56px 20px 0 20px; }
  .founders-title { font-size: 24px; }
  .founders-subtitle { font-size: 14px; }
  .founders-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .offer-card { padding: 20px; }
  .offer-head { flex-wrap: wrap; }
  .offer-card-title { font-size: 19px; }
  .founders-why { margin-top: 24px; padding: 24px 20px; }
  .founders-why-title { font-size: 19px; }
  .founders-why-desc { font-size: 14px; }

  /* How we find clients */
  .find-clients-section { padding: 56px 20px 0 20px; }
  .find-clients-title { font-size: 24px; }
  .find-clients-chips { gap: 10px; margin-top: 28px; }
  .find-chip { height: 46px; padding: 0 18px; font-size: 14px; }

  /* Footer */
  .site-footer { padding: 24px 20px 28px 20px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-socials { gap: 6px; }
  .footer-social { width: 36px; height: 36px; }
  .footer-social svg { width: 22px; height: 22px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 24px; }
  .hero-collage {grid-template-columns: auto auto;}
  .hero-collage img { height: auto; }
  .experts-grid { gap: 10px; }
  .expert-card { padding: 14px 12px 16px 12px; }
}
