/* Homepage composition measured against the live Taquad landing page.
 * The content and component implementation are original to the marketplace.
 */

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 72px;
  background: var(--page);
}
.home-hero__main {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.home-hero__copy {
  max-width: 576px;
  justify-self: start;
}
.home-hero__copy h1 {
  position: relative;
  margin: 12px 0 24px;
  color: var(--text);
  font-size: clamp(48px, 4.22vw, 60.8px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}
.home-hero__copy h1::after {
  content: "";
  position: absolute;
  top: 12px;
  inset-inline-start: -18px;
  width: 3px;
  height: 30px;
  border-radius: 999px;
  background: var(--accent);
}
.home-hero__accent {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.home-hero__accent::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-inline: -3px;
  bottom: 7px;
  height: 10px;
  border-radius: 2px;
  background: rgba(200, 150, 78, .28);
  transform: rotate(-.8deg);
}
.home-hero__copy .lead {
  max-width: 560px;
  color: #626a73;
  font-size: 15px;
  line-height: 1.95;
}
.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.home-hero__micro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 19px;
  color: #707070;
  font-size: 11.5px;
}
.home-hero__micro-links a {
  color: var(--text);
  border-bottom: 1px solid #d5b27a;
}
.home-hero__trust {
  width: min(530px, 100%);
  min-height: 76px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.home-hero__avatars {
  display: flex;
  direction: ltr;
  padding-left: 8px;
}
.home-hero__avatars span {
  width: 28px;
  height: 28px;
  margin-left: -7px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ddd;
}
.home-hero__avatars img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__trust-text { display: grid; gap: 2px; }
.home-hero__trust-text strong { color: var(--text); font-size: 11px; font-weight: 800; }
.home-hero__trust-text span { color: #8a8a8a; font-size: 9.5px; }
.home-hero__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.home-hero__rating span { color: var(--accent); font-size: 10px; letter-spacing: .08em; }
.home-hero__rating strong { color: var(--text); font-size: 12px; }

.home-hero__visual {
  position: relative;
  min-height: 520px;
  direction: ltr;
}
.hero-stack-card {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  background: var(--bg-dark);
  transform-origin: center;
}
.hero-stack-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-stack-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 38%, rgba(0,0,0,.8) 100%);
}
.hero-stack-card__copy {
  position: absolute;
  inset: auto 18px 20px;
  display: grid;
  gap: 5px;
  direction: rtl;
  color: #fff;
  text-align: right;
}
.hero-stack-card__copy small { color: rgba(255,255,255,.7); font-size: 9px; }
.hero-stack-card__copy strong { font-size: 17px; font-weight: 800; line-height: 1.45; }
.hero-stack-card__copy span { color: #f1d3a4; font-size: 12px; font-weight: 800; }
.hero-stack-card--back {
  z-index: 1;
  left: 84px;
  top: 52px;
  width: 293px;
  height: 388px;
  background:
    radial-gradient(55% 45% at 35% 65%, rgba(200,150,78,.13), transparent 65%),
    var(--bg-dark);
  transform: rotate(4.5deg);
}
.hero-stack-card--back::before,
.hero-stack-card--back::after,
.hero-stack-card__bar {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.hero-stack-card--back::before { top: 34px; }
.hero-stack-card--back::after { top: 50px; right: 90px; }
.hero-stack-card__bar { top: 66px; right: 56px; }
.hero-stack-card--middle {
  z-index: 2;
  left: 96px;
  top: 82px;
  width: 255px;
  height: 352px;
  box-shadow: 0 28px 68px rgba(0,0,0,.17), 0 5px 16px rgba(0,0,0,.08);
  transform: rotate(-5deg) translateX(-34px);
  opacity: .96;
}
.hero-stack-card--front {
  z-index: 3;
  left: 118px;
  top: 68px;
  width: 268px;
  height: 370px;
  box-shadow: 0 28px 68px rgba(0,0,0,.17), 0 5px 16px rgba(0,0,0,.08);
  transform: rotate(1.5deg);
}
.hero-float {
  position: absolute;
  z-index: 5;
  display: grid;
  align-items: center;
  border-radius: 12px;
  background: #111;
  color: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,.2);
  direction: rtl;
}
.hero-float--metric {
  left: 24px;
  top: 194px;
  width: 96px;
  padding: 12px;
  text-align: center;
}
.hero-float--metric small { color: rgba(255,255,255,.58); font-size: 8px; }
.hero-float--metric strong { margin-top: 3px; font-size: 19px; }
.hero-float--metric span { color: #d9b47d; font-size: 8px; }
.hero-float--status {
  right: 6px;
  bottom: 42px;
  grid-template-columns: 8px 1fr;
  gap: 9px;
  width: 156px;
  padding: 11px 13px;
  background: rgba(255,255,255,.96);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}
.hero-float__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hero-float--status div { display: grid; }
.hero-float--status strong { font-size: 9.5px; }
.hero-float--status small { color: #888; font-size: 8px; }
.hero-stack-indicator {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 12px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent);
}
.home-hero__signal {
  width: min(440px, calc(100% - 32px));
  min-height: 44px;
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #191919;
  color: #ecebe8;
  box-shadow: 0 8px 22px rgba(0,0,0,.13);
  font-size: 10px;
  font-weight: 700;
}
.home-hero__signal-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #171717;
  font-size: 9px;
}
.home-hero__signal-arrow { color: var(--accent-light); }
.home-proof { margin-top: 48px; text-align: center; }
.home-proof > p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent-dark);
  font-size: 10.5px;
  font-weight: 800;
}
.home-proof > p::before,
.home-proof > p::after { content: ""; width: 28px; height: 1px; background: #d9b47d; }
.home-proof__logos {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
  color: #c8cdd1;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
}

/* Smart valuation panel --------------------------------------------------- */
.home-smart {
  padding: 75px 0 118px;
  background: var(--bg-primary);
}
.home-smart__panel {
  min-height: 654px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--bg-dark-card);
  box-shadow: 0 28px 70px rgba(12,12,12,.18);
}
.home-smart__art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  background: #161616;
}
.home-smart__art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 45% at 42% 56%, rgba(200,150,78,.15), transparent 66%),
    radial-gradient(25% 20% at 68% 32%, rgba(255,255,255,.03), transparent 70%);
}
.home-smart__glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,78,.18), rgba(200,150,78,.03) 45%, transparent 70%);
  filter: blur(3px);
}
.home-smart__art-link {
  position: relative;
  z-index: 2;
  min-width: 230px;
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200,150,78,.26);
  border-radius: 999px;
  background: rgba(200,150,78,.08);
  color: rgba(245,245,243,.58);
  font-size: 22px;
  text-decoration: underline;
  text-underline-offset: 7px;
  box-shadow: 0 0 42px rgba(200,150,78,.12);
}
.home-smart__content {
  padding: 56px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(255,255,255,.035), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 22px),
    #181818;
  color: #fff;
}
.home-smart__content .rule-label { color: var(--accent-light); }
.home-smart__content h2 {
  max-width: 518px;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(38px, 3.33vw, 48px);
  line-height: 1.18;
}
.home-smart__content > p {
  max-width: 520px;
  color: rgba(255,255,255,.63);
  font-size: 12.5px;
  line-height: 1.95;
}
.home-smart__form {
  margin-top: 28px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  color: var(--text);
}
.home-smart__form textarea {
  min-height: 122px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  background: transparent;
  font-size: 11px;
  line-height: 1.8;
}
.home-smart__formbar {
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 7px 10px 9px;
  border-top: 1px solid var(--border-light);
}
.home-smart__formbar > span { color: #aaa; font-size: 9px; text-align: center; }
.home-smart__voice {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--bg-secondary);
  color: var(--accent-dark);
  cursor: pointer;
}
.home-smart__examples { margin-top: 16px; display: grid; gap: 8px; }
.home-smart__examples small { color: rgba(255,255,255,.42); font-size: 9px; }
.home-smart__examples div { display: flex; flex-wrap: wrap; gap: 6px; }
.home-smart__examples button {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: rgba(255,255,255,.6);
  font-size: 9px;
  cursor: pointer;
}

/* Shared homepage heading ------------------------------------------------- */
.home-section-heading { max-width: 1120px; }
.home-section-heading--center { margin-inline: auto; text-align: center; }
.home-section-heading h2 {
  margin-top: 12px;
  color: #101113;
  font-size: clamp(38px, 3.33vw, 48px);
  line-height: 1.16;
  letter-spacing: -.01em;
}
.home-section-heading > p {
  max-width: 720px;
  margin: 12px auto 0;
  color: #74787d;
  font-size: 12px;
  line-height: 1.85;
}
.home-section-heading--dark h2 { color: #fff; }
.home-section-heading--dark > p { color: rgba(255,255,255,.58); }

/* Workflow ---------------------------------------------------------------- */
.home-workflow {
  padding: 130px 0 115px;
  background: #fff;
  text-align: center;
}
.home-workflow__tabs { margin: 28px auto 58px; }
.home-workflow__timeline {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.home-workflow__timeline[hidden] { display: none !important; }
.home-workflow__timeline::before {
  content: "";
  position: absolute;
  top: 15px;
  inset-inline: 9%;
  border-top: 1px dashed #cfcdc7;
}
.home-workflow__timeline article { position: relative; text-align: center; }
.home-workflow__point {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  display: block;
  margin: 10px auto 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d0cec9;
  box-shadow: 0 0 0 1px #d9d7d1;
}
.home-workflow__timeline h3 {
  margin-bottom: 10px;
  color: #252525;
  font-size: 21.76px;
  line-height: 1.25;
}
.home-workflow__card {
  min-height: 116px;
  padding: 18px 20px;
  border: 1px solid var(--accent-border);
  border-radius: 2px;
  background: #f7ead7;
  color: #333;
  font-size: 11.5px;
  line-height: 1.85;
  text-align: right;
  box-shadow: 0 8px 18px rgba(17,17,17,.025);
}
.home-workflow__cta { width: auto; margin-top: 34px; }
.home-workflow__benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 22px;
  color: #7a7a7a;
  font-size: 9.5px;
}
.home-workflow__benefits span::before { content: "◇"; margin-inline-end: 6px; color: var(--accent); }

/* Dark experience --------------------------------------------------------- */
.home-experience {
  padding: 16px;
  background: var(--page);
}
.home-experience__inner {
  min-height: 980px;
  padding: 60px 70px 70px;
  overflow: hidden;
  border-radius: 22px;
  background: #1b1a19;
  color: #fff;
}
.home-experience__inner .home-section-heading { max-width: 760px; }
.home-experience__inner .home-section-heading h2 {
  font-size: clamp(38px, 3.22vw, 46.4px);
  line-height: 1.12;
}
.home-experience__tabs {
  max-width: 980px;
  margin: 34px auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(255,255,255,.08);
}
.home-experience-tab {
  min-height: 126px;
  padding: 20px 24px;
  border: 0;
  border-inline-start: 1px solid rgba(255,255,255,.08);
  background: transparent;
  color: rgba(255,255,255,.55);
  text-align: right;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.home-experience-tab:last-child { border-inline-start: 0; }
.home-experience-tab small { display: block; margin-bottom: 9px; color: var(--accent-light); font-size: 9px; }
.home-experience-tab strong { display: block; font-size: 13px; font-weight: 800; line-height: 1.55; }
.home-experience-tab span { display: block; margin-top: 7px; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.65; }
.home-experience-tab.is-active { background: rgba(255,255,255,.035); color: #fff; }
.home-experience__stage {
  position: relative;
  width: min(820px, 100%);
  height: 340px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: #242322;
  box-shadow: 0 24px 72px rgba(0,0,0,.24);
}
.home-experience__stage > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.67); }
.home-experience__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23,22,21,.64), rgba(23,22,21,.08) 46%, rgba(23,22,21,.2));
}
.experience-window {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.experience-window--list {
  left: 48px;
  bottom: 34px;
  width: 238px;
  padding: 14px;
  background: rgba(249,248,246,.92);
  color: var(--text);
}
.experience-window__head { display: flex; gap: 4px; direction: ltr; }
.experience-window__head span { width: 5px; height: 5px; border-radius: 50%; background: #c9c4bb; }
.experience-window__line { width: 62%; height: 6px; margin-top: 13px; border-radius: 99px; background: #dfddd8; }
.experience-window__line--wide { width: 88%; }
.experience-window__stats { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.experience-window__stats span { padding: 8px; border-radius: 6px; background: #f2f0eb; }
.experience-window__stats small { display: block; color: #8b8b8b; font-size: 7px; }
.experience-window__stats strong { display: block; margin-top: 3px; color: #222; font-size: 9px; }
.experience-window--card {
  right: 50px;
  top: 56px;
  width: 178px;
  padding: 16px;
  display: grid;
  gap: 5px;
  background: rgba(18,18,18,.86);
  color: #fff;
  direction: rtl;
}
.experience-window--card small { color: rgba(255,255,255,.5); font-size: 8px; }
.experience-window--card strong { font-size: 18px; }
.experience-window--card span { color: var(--accent-light); font-size: 8px; }
.home-experience__summary {
  width: min(820px, 100%);
  min-height: 185px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px 30px;
  align-items: start;
  padding: 23px 26px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  background: #252524;
}
.home-experience__summary .eyebrow { font-size: 9px; }
.home-experience__summary h3 {
  margin-top: 7px;
  color: #fff;
  font-size: 20.8px;
  font-weight: 900;
  line-height: 1.45;
}
.home-experience__summary > p { color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.85; }
.home-experience__chips {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.home-experience__chips span {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  color: rgba(255,255,255,.58);
  font-size: 8.5px;
}

/* Testimonials ------------------------------------------------------------ */
.home-testimonials {
  position: relative;
  overflow: hidden;
  padding: 92px 0 70px;
  background: var(--bg-primary);
}
.home-testimonials::before,
.home-testimonials::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(200,150,78,.12);
  pointer-events: none;
}
.home-testimonials::before { left: -170px; top: 90px; }
.home-testimonials::after { right: -190px; bottom: 10px; }
.home-testimonials .home-section-heading h2 {
  font-size: clamp(34px, 2.72vw, 39.2px);
  line-height: 1.18;
}
.home-testimonials__stage {
  position: relative;
  max-width: 1020px;
  margin: 48px auto 0;
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.testimonial-card {
  min-height: 408px;
  display: flex;
  flex-direction: column;
  padding: 30px 26px 24px;
  border: 1px solid #eadfce;
  border-radius: 22px;
  background: linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.82));
  box-shadow: 0 13px 34px rgba(17,17,17,.035);
}
.testimonial-card__quote { color: var(--accent); font-family: Georgia, serif; font-size: 52px; line-height: .8; }
.testimonial-card > p { margin-top: 18px; color: #3f3f3f; font-size: 11px; line-height: 2.05; }
.testimonial-card__stars { margin-top: auto; padding-top: 22px; color: var(--accent); font-size: 10px; letter-spacing: .12em; }
.testimonial-card footer {
  margin-top: 18px;
  padding-top: 16px;
  display: flex;
  gap: 11px;
  align-items: center;
  border-top: 1px solid var(--border-light);
}
.testimonial-card footer img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.testimonial-card footer div { display: grid; gap: 2px; }
.testimonial-card footer strong { color: var(--text); font-size: 11px; }
.testimonial-card footer span { color: #929292; font-size: 9px; }
.home-testimonials__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.home-testimonials__arrow--next { right: -58px; }
.home-testimonials__arrow--prev { left: -58px; }
.home-testimonials__dots { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
.home-testimonials__dots span { width: 5px; height: 5px; border-radius: 50%; background: #d6d1c8; }
.home-testimonials__dots .is-active { width: 20px; border-radius: 99px; background: var(--accent); }

/* White feature card ------------------------------------------------------ */
.home-everything {
  padding: 112px 0;
  background: #f6f3ee;
}
.home-everything__card {
  min-height: 756px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e8e0d5;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(54,42,25,.09);
  direction: ltr;
}
.home-everything__copy {
  align-self: center;
  padding: 44px 40px;
  direction: rtl;
}
.home-everything__copy h2 {
  max-width: 490px;
  margin-top: 10px;
  color: #171716;
  font-size: clamp(34px, 2.8vw, 40.32px);
  line-height: 1.2;
  letter-spacing: -.01em;
}
.home-everything__copy > p { max-width: 500px; margin-top: 18px; color: #706d69; font-size: 11px; line-height: 1.95; }
.home-everything__items { margin-top: 30px; display: grid; }
.home-everything__items article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--border-light);
}
.home-everything__items article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent-border);
  border-radius: 8px;
  background: var(--accent-bg);
  color: var(--accent-dark);
  font-size: 8px;
  font-weight: 800;
}
.home-everything__items h3 { color: #24211e; font-size: 15.68px; line-height: 1.55; }
.home-everything__items p { margin-top: 4px; color: #817d78; font-size: 9.5px; line-height: 1.75; }
.home-everything__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.home-everything__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 22px;
  direction: rtl;
}
.home-everything__visual > img { width: 100%; height: 100%; object-fit: cover; }
.home-everything__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(0,0,0,.2)); }
.home-everything__floating {
  position: absolute;
  z-index: 3;
  left: 34px;
  bottom: 34px;
  width: 220px;
  padding: 16px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 10px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}
.home-everything__floating small { color: #8c8984; font-size: 8px; }
.home-everything__floating strong { color: var(--text); font-size: 12px; }
.home-everything__floating span { color: var(--accent-dark); font-size: 10px; font-weight: 800; }

/* FAQ --------------------------------------------------------------------- */
.home-faq {
  padding: 130px 0;
  background: var(--page);
}
.home-faq .home-section-heading { max-width: 780px; }
.home-faq .home-section-heading h2 {
  color: #4b5563;
  font-size: clamp(38px, 3.11vw, 44.8px);
  line-height: 1.2;
}
.home-faq__list {
  max-width: 900px;
  margin: 58px auto 0;
  border-top: 1px solid var(--border);
}
.home-faq__item { border-bottom: 1px solid var(--border); }
.home-faq__item > button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: right;
  cursor: pointer;
}
.home-faq__item > button span { font-size: 12.5px; font-weight: 800; }
.home-faq__item > button i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  color: var(--accent-dark);
  font-style: normal;
  font-size: 13px;
}
.home-faq__item > div { display: none; padding: 0 0 24px; }
.home-faq__item.is-open > div { display: block; }
.home-faq__item > div p { max-width: 760px; color: #73787e; font-size: 11px; line-height: 1.95; }

/* Final dark CTA ---------------------------------------------------------- */
.home-final-cta { padding: 0 0 100px; background: var(--page); }
.home-final-cta__card {
  min-height: 444px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
  padding: 72px 56px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(35% 65% at 20% 50%, rgba(200,150,78,.12), transparent 70%),
    radial-gradient(35% 65% at 85% 70%, rgba(26,122,109,.08), transparent 72%),
    var(--bg-dark);
  color: var(--text-on-dark);
}
.home-final-cta__copy h2 {
  max-width: 624px;
  margin: 12px 0 16px;
  color: var(--text-on-dark);
  font-size: clamp(31px, 2.45vw, 35.2px);
  line-height: 1.25;
}
.home-final-cta__copy > p { max-width: 570px; color: rgba(245,245,243,.6); font-size: 11px; line-height: 1.9; }
.home-final-cta__copy > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.home-final-cta__light { background: #fff; color: var(--text); box-shadow: none; }
.home-final-cta__light:hover { background: #f6f3ee; }
.home-final-cta__visual { display: grid; place-items: center; }
.home-final-cta__mini {
  width: min(360px, 100%);
  padding: 26px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
}
.home-final-cta__mini strong { color: #fff; font-size: 20px; }
.home-final-cta__mini small { color: rgba(255,255,255,.52); font-size: 10px; }
.home-final-cta__mini > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.home-final-cta__mini > div span { padding: 10px; border-radius: 8px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.68); font-size: 9px; }

@media (max-width: 1100px) {
  .home-hero__main { gap: 28px; }
  .home-hero__copy h1 { font-size: 52px; }
  .home-smart__content { padding: 44px; }
  .home-workflow__timeline { gap: 54px; }
  .home-testimonials__arrow { display: none; }
  .home-everything__copy { padding: 34px 28px; }
}

@media (max-width: 860px) {
  .home-hero { padding-top: 48px; }
  .home-hero__main { min-height: auto; grid-template-columns: 1fr; gap: 28px; }
  .home-hero__copy { max-width: 680px; }
  .home-hero__copy h1 { font-size: clamp(42px, 9vw, 56px); }
  .home-hero__visual { min-height: 480px; order: 2; max-width: 560px; width: 100%; margin-inline: auto; }
  .home-proof__logos { grid-template-columns: repeat(3, 1fr); }
  .home-smart__panel { grid-template-columns: 1fr; min-height: 0; }
  .home-smart__art { min-height: 280px; border-radius: 20px 20px 0 0; }
  .home-smart__content { border-radius: 0 0 20px 20px; }
  .home-workflow__timeline { grid-template-columns: 1fr; gap: 28px; max-width: 540px; }
  .home-workflow__timeline::before { display: none; }
  .home-workflow__point { margin-bottom: 12px; }
  .home-experience__inner { padding: 56px 24px 60px; }
  .home-experience__tabs { grid-template-columns: 1fr; }
  .home-experience-tab { min-height: 94px; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .home-experience-tab:first-child { border-top: 0; }
  .home-experience__summary { grid-template-columns: 1fr; }
  .home-testimonials__grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .testimonial-card { min-height: 330px; }
  .home-everything__card { grid-template-columns: 1fr; direction: rtl; }
  .home-everything__visual { min-height: 430px; order: -1; }
  .home-final-cta__card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home-hero { padding: 34px 0 58px; }
  .home-hero__copy h1 { font-size: clamp(38px, 11vw, 48px); line-height: 1.2; }
  .home-hero__copy h1::after { display: none; }
  .home-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .home-hero__actions .button { width: 100%; padding-inline: 14px; font-size: 11.5px; }
  .home-hero__trust { grid-template-columns: auto 1fr; }
  .home-hero__rating { grid-column: 2; }
  .home-hero__visual { min-height: 400px; transform: scale(.86); transform-origin: top center; margin-bottom: -44px; }
  .hero-stack-card--back { left: calc(50% - 146px); }
  .hero-stack-card--middle { left: calc(50% - 128px); }
  .hero-stack-card--front { left: calc(50% - 134px); }
  .hero-float--metric { left: calc(50% - 190px); }
  .hero-float--status { right: calc(50% - 188px); }
  .home-proof__logos { gap: 18px; font-size: 13px; }
  .home-smart { padding: 58px 0 76px; }
  .home-smart__content { padding: 30px 22px; }
  .home-smart__content h2 { font-size: 34px; }
  .home-workflow { padding: 84px 0; }
  .home-section-heading h2 { font-size: 36px; }
  .home-experience { padding: 8px; }
  .home-experience__inner { padding: 44px 16px 48px; }
  .home-experience__stage { height: 310px; }
  .experience-window--list { left: 20px; bottom: 20px; width: 210px; }
  .experience-window--card { right: 20px; top: 28px; width: 150px; }
  .home-testimonials { padding: 78px 0 60px; }
  .home-everything { padding: 74px 0; }
  .home-everything__card { padding: 10px; }
  .home-everything__copy { padding: 28px 18px 34px; }
  .home-everything__visual { min-height: 340px; }
  .home-faq { padding: 88px 0; }
  .home-final-cta__card { padding: 48px 26px; min-height: 0; }
  .home-final-cta__copy > div { display: grid; grid-template-columns: 1fr 1fr; }
  .home-final-cta__copy .button { width: 100%; padding-inline: 12px; font-size: 11px; }
}

/* Hero service navigation: one compact swipe rail replaces the old CTA pair. */
.home-hero-services {
  width: min(100%, 576px);
  margin-top: 24px;
}
.home-hero-services__hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  color: var(--brand-dark, #1d4128);
  font-size: 11.5px;
  font-weight: 800;
}
.home-hero-services__hint span { font-size: 15px; }
.home-hero-services__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  padding: 2px 2px 8px;
}
.home-hero-services__rail::-webkit-scrollbar { display: none; }
.home-hero-service-tab {
  min-width: 0;
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px 12px;
  scroll-snap-align: start;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(48,67,53,.045);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.home-hero-service-tab:hover {
  transform: translateY(-2px);
  border-color: #d8bd86;
}
.home-hero-service-tab.is-active {
  border-color: #d8bd86;
  background: #f3e4c7;
  box-shadow: 0 8px 20px rgba(169,126,44,.1);
}
.home-hero-service-tab strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
  white-space: normal;
  line-height: 1.35;
}
.home-hero-service-tab[href="/funding/"] { }
.home-hero-service-tab small {
  color: #747474;
  font-size: 9.5px;
  white-space: normal;
  line-height: 1.35;
}
@media (max-width: 720px) {
  .home-hero-services { width: 100%; margin-top: 18px; }
  .home-hero-services__rail {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    margin-inline: -2px;
    padding: 2px 2px 6px;
    scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .home-hero-service-tab { flex: 0 0 126px; min-height: 64px; }
  .home-hero-service-tab[href="/funding/"] { flex-basis: 168px; }
}
