/* ============================================================
   Grovega — extra component styles for Ecommerce/LeadGen/Pricing/
   About/Contact pages. Homepage's styles.css is untouched; these
   are additive only, for components the homepage never needed.
   ============================================================ */

/* FAQ accordion (Pricing) */
.faq-item { background: #fff; border: 1px solid #E7EEF8; border-radius: 16px; overflow: hidden; }
.faq-toggle { width: 100%; background: none; border: none; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; }
.faq-toggle__q { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); }
.faq-toggle__sign { font-size: 24px; font-weight: 700; color: var(--coral); line-height: 1; flex: none; }
.faq-content { padding: 0 22px 20px; font-size: 15px; color: var(--muted); line-height: 1.6; display: none; }
.faq-item.is-open .faq-content { display: block; }

/* Comparison table (Pricing) */
.cmp-table { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 20px 50px -34px rgba(22,33,58,0.3); }
.cmp-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; padding: 16px 24px; align-items: center; border-top: 1px solid #F5F1EA; }
.cmp-scroll { overflow-x: auto; }
.cmp-table--4 { min-width: 720px; }
.cmp-table--4 .cmp-row { grid-template-columns: 1.5fr repeat(4, 1fr); }
.cmp-row:first-child { border-top: none; background: var(--cream); padding: 18px 24px; }
.cmp-row__label { font-size: 15px; color: var(--ink); }
.cmp-row__cell { text-align: center; font-size: 14px; color: var(--muted); }
.cmp-row__cell--growth { color: var(--ink); font-weight: 600; }
.cmp-head { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.cmp-head--growth { color: var(--coral); }

/* Contact form */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: 0 20px 50px -34px rgba(22,33,58,0.3); }
.form-field { display: block; margin-bottom: 18px; }
.form-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid #E6E0D6; border-radius: 12px;
  font-size: 15px; background: #FCFBF9; transition: border-color .15s, box-shadow .15s;
}
.form-field textarea { resize: vertical; }
.form-success { text-align: center; padding: 40px 12px; display: none; }
.form-success__check { width: 60px; height: 60px; border-radius: 50%; background: var(--mint); color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 800; margin: 0 auto; }
.contact-form.is-sent .form-fields { display: none; }
.contact-form.is-sent .form-success { display: block; }

.reach-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; display: flex; gap: 16px; align-items: flex-start; box-shadow: 0 10px 30px -22px rgba(22,33,58,0.25); transition: transform .2s, box-shadow .2s; }
.reach-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(22,33,58,0.35); }
.reach-card__icon { width: 46px; height: 46px; border-radius: 13px; flex: none; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; }
.reach-card__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.reach-card__body { font-size: 14px; color: var(--muted); margin: 4px 0 8px; }

.office-card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 10px 30px -20px rgba(22,33,58,0.25); }
.office-card__tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; }
.office-card__city { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin: 14px 0 6px; }

.quickfaq-card { background: var(--cream); border-radius: 16px; padding: 22px; }
.quickfaq-card__q { font-family: var(--font-display); font-weight: 700; font-size: 16px; margin-bottom: 7px; }

/* About: origin stats + value cards + trust band + team */
.originstat { background: #fff; border-radius: 18px; padding: 24px; box-shadow: 0 10px 30px -20px rgba(22,33,58,0.25); }
.originstat b { font-family: var(--font-display); font-weight: 800; font-size: 34px; display: block; }
.originstat span { font-size: 14px; color: var(--muted); margin-top: 4px; display: block; }
.trust-card { background: #fff; border-radius: 24px; padding: 44px; box-shadow: 0 20px 50px -34px rgba(22,33,58,0.3); display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.team-avatar { text-align: center; }
.team-avatar__circle { width: 76px; height: 76px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 28px; margin: 0 auto; }

@media (max-width: 900px) {
  .cmp-row { grid-template-columns: 1.3fr 1fr 1fr 1fr; padding: 14px 16px; }
  .cmp-row:first-child { padding: 16px; }
}

/* Waitlist email capture (Shopping Dashboard, Product Feed Tool, Insight Engine) */
.waitlist.is-joined .waitlist-form { display: none; }
.waitlist:not(.is-joined) .waitlist-success { display: none; }
.waitlist-input { border-radius: 999px; font-size: 16px; padding: 16px 18px; border: 1px solid #E6E0D6; color: var(--ink); }

/* Early-access / coming-soon badge next to eyebrow */
.stage-badge { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--grape); background: #F1EDFF; padding: 6px 12px; border-radius: 999px; }

/* Preview card "Upcoming" tag (Insight Engine) */
.upcoming-tag { position: absolute; top: 18px; right: 18px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--grape); background: #F1EDFF; padding: 4px 9px; border-radius: 999px; }

/* Book a Demo: tabbed scheduler (pick a time / send details) + booked success state */
.demo-scheduler { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: 0 24px 60px -34px rgba(22,33,58,0.35); }
.demo-scheduler .demo-booked { display: none; text-align: center; padding: 36px 8px; }
.demo-scheduler.is-booked .demo-booked { display: block; }
.demo-scheduler.is-booked .demo-notbooked { display: none; }
.demo-tabs { display: flex; gap: 8px; margin-bottom: 20px; background: var(--cream); padding: 5px; border-radius: 999px; }
.demo-tab { flex: 1; border: none; background: transparent; color: var(--muted); font-weight: 600; font-size: 14px; padding: 10px; border-radius: 999px; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; }
.demo-tab.is-active { background: #fff; color: var(--ink); box-shadow: 0 6px 16px -8px rgba(22,33,58,0.35); }
.demo-panel { display: none; }
.demo-panel.is-active { display: block; }
.demo-slots { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.demo-slot { background: #fff; border: 1px solid #E6E0D6; border-radius: 12px; padding: 13px 0; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: border-color .15s, color .15s; }
.demo-slot:hover { border-color: var(--coral); color: var(--coral); }

/* Integrations overview: live search + category filter chips */
.int-search { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #E6E0D6; border-radius: 999px; padding: 6px 6px 6px 20px; box-shadow: 0 8px 24px -18px rgba(22,33,58,0.3); }
.int-search input { flex: 1; border: none; padding: 12px 0; font-size: 16px; background: transparent; color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }
.int-chips { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; justify-content: center; }
.int-chip { border: 1px solid #E6E0D6; background: #fff; color: var(--muted); font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: 999px; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; }
.int-chip.is-active { border: none; background: var(--teal); color: #fff; }
.int-group { margin-top: 36px; }
.int-group.is-hidden { display: none; }
.int-group__name { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin-bottom: 16px; color: var(--ink); }
.int-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.int-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: 0 10px 30px -22px rgba(22,33,58,0.25); transition: transform .2s, box-shadow .2s; display: flex; gap: 14px; align-items: flex-start; }
.int-card.is-hidden { display: none; }
.int-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -24px rgba(22,33,58,0.35); }
.int-card__mark { width: 46px; height: 46px; border-radius: 13px; flex: none; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; }
.int-card__name { font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.int-card__desc { font-size: 13px; color: var(--muted); margin: 3px 0 8px; }
.int-empty { display: none; text-align: center; padding: 60px 0; color: var(--muted); }
.int-empty.is-visible { display: block; }
@media (max-width: 860px) { .int-grid { grid-template-columns: 1fr; } }

/* "Don't see yours?" request capture (Integrations overview) */
.request-wrap .request-success { display: none; }
.request-wrap.is-requested .request-form { display: none; }
.request-wrap.is-requested .request-success { display: block; }
