/* =========================================================
   HOME PAGE SECTIONS
   Intro + Demos
========================================================= */

.site-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================= SHARED ========================= */
.home-section-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c6f82;
}

.home-section-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #506070;
}

/* ========================= INTRO SECTION ========================= */
.home-intro-section {
  position: relative;
  padding: 88px 0 38px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 42px;
  align-items: center;
}



.home-intro-copy h2 {
  margin: 0 0 18px;
  max-width: 700px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-intro-copy .home-section-lead {
  max-width: 660px;
}

.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-btn-outline,
.home-btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.home-btn-outline {
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d5f9c, #0f4f88);
  border: 1px solid rgba(13, 72, 124, 0.92);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(29, 95, 156, 0.22);
}

.home-btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(29, 95, 156, 0.28);
}

.home-btn-outline:focus-visible {
  outline: 3px solid rgba(29, 95, 156, 0.22);
  outline-offset: 3px;
}

.home-btn-text {
  padding: 0 4px;
  color: #1d5f9c;
}

.home-btn-text:hover {
  transform: translateY(-1px);
  color: #144f86;
}

.home-intro-visual {
  position: relative;
  min-height: 560px;
}

.intro-visual-main {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 560px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.intro-visual-main img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-chat-preview {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: min(320px, 72%);
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.intro-chat-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 14px;
}

.intro-chat-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b7df52;
  flex: 0 0 auto;
}

.intro-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.intro-chat-message {
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.intro-chat-message-user {
  align-self: flex-start;
  background: #eff4f8;
  color: #1e293b;
}

.intro-chat-message-assistant {
  align-self: flex-end;
  background: #eef8cf;
  color: #20310d;
}

.intro-proof-card {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: min(280px, 60%);
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}

.intro-proof-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.3;
}

.intro-proof-card span {
  display: block;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.home-intro-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 100px;
}

.home-intro-benefit {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.home-intro-benefit h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
  line-height: 1.35;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-intro-benefit h3 i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}
.home-intro-benefit:nth-child(1) h3 i {
  background: #eef4ff;
  color: #315ea8;
}

.home-intro-benefit:nth-child(2) h3 i {
  background: #eef8cf;
  color: #4e6d12;
}

.home-intro-benefit:nth-child(3) h3 i {
  background: #fff1e8;
  color: #b45a2b;
}


.home-intro-benefit p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6a79;
}

.home-intro-benefit h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-intro-benefit h3 i {
  font-size: 16px;
  color: #5c6f82;
  flex: 0 0 auto;
}

/* =========================================================
   AI OVERVIEW · WEBSITE AI PATHS
========================================================= */
.home-ai-overview-section {
  position: relative;
  padding: 18px 0 58px;
  background: #ffffff;
}

.home-ai-overview-head {
  max-width: 1160px;
  margin: 0 auto 26px;
  text-align: center;
}

.home-ai-overview-head h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-ai-overview-head .home-section-lead {
  color: #5a6978;
  font-size: 15px;
  line-height: 1.72;
}

.home-ai-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-ai-overview-card {
  padding: 24px 22px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.home-ai-overview-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #0f172a;
}

.home-ai-overview-card h3 i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #5c6f82;
  font-size: 16px;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.home-ai-overview-card:nth-child(1) h3 i {
  background: #eef4ff;
  color: #315ea8;
}

.home-ai-overview-card:nth-child(2) h3 i {
  background: #ecfdf3;
  color: #18794e;
}

.home-ai-overview-card:nth-child(3) h3 i {
  background: #fff4e8;
  color: #b8691b;
}

.home-ai-overview-card:nth-child(4) h3 i {
  background: #f3efff;
  color: #6c46c7;
}

.home-ai-overview-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5c6a78;
}

.home-ai-overview-list {
  display: grid;
  gap: 12px;
}

.home-ai-overview-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.4;
}

.home-ai-overview-item span {
  display: block;
  color: #5c6a78;
  font-size: 14px;
  line-height: 1.7;
}

.home-ai-fit-row {
  margin-top: 22px;
  text-align: center;
}

.home-ai-fit-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.home-ai-fit-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  background: #eff4f8;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.home-ai-fit-chip i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.home-ai-fit-chip:nth-child(1) i {
  background: #eef4ff;
  color: #315ea8;
}

.home-ai-fit-chip:nth-child(2) i {
  background: #eef8cf;
  color: #4e6d12;
}

.home-ai-fit-chip:nth-child(3) i {
  background: #f3efff;
  color: #6c46c7;
}

.home-ai-fit-chip:nth-child(4) i {
  background: #e8f1ff;
  color: #2f6fda;
}

.home-ai-overview-note {
  max-width: 880px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.72;
  color: #5b6a79;
}

.home-free-ai-points span {
  gap: 8px;
}

.home-free-ai-points i {
  color: #20310d;
}

@media (max-width: 900px) {
  .home-ai-overview-grid {
    grid-template-columns: 1fr;
  }

  .home-ai-overview-section {
    padding: 12px 0 42px;
  }
}

@media (max-width: 640px) {
  .home-ai-overview-head h2 {
    line-height: 1.18;
  }

  .home-ai-overview-card {
    padding: 20px 18px;
    border-radius: 20px;
  }
}

/* ========================= HOME DEMOS / NO-CARD CINEMATIC ========================= */
.home-demos-cinematic-section {
  position: relative;
  padding: 72px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-demos-cinematic-shell {
  width: min(1700px, calc(100% - 40px));
  margin: 0 auto;
}

.home-demos-cinematic-head {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.home-demos-cinematic-head h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #0f172a;
}

.home-demos-cinematic-head .home-section-lead {
  margin: 0;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.85;
  color: #5a6978;
}

/* ========================= OPEN ROWS ========================= */
.home-demo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 70px;
  margin: 0 0 72px;
}

.home-demo-feature:last-child {
  margin-bottom: 0;
}

.home-demo-feature-chatbot {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.home-demo-feature > * {
  min-width: 0;
}

/* ========================= MEDIA ========================= */
.home-demo-feature-media {
  width: 100%;
}

.home-demo-image-link {
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 28px;
  overflow: hidden;
  background: #eef2f7;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-demo-image-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
}

.home-demo-image-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* ========================= COPY ========================= */
.home-demo-feature-copy {
  width: 100%;
  max-width: none;
}

.home-demo-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7a2f;
}

.home-demo-feature-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-demo-feature-copy p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.9;
  color: #556371;
}

.home-demo-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ========================= BUTTONS ========================= */
.home-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.home-demo-btn:hover {
  transform: translateY(-2px);
}

.home-demo-btn-primary {
  background: #dff3a8;
  color: #20310d;
  box-shadow: 0 12px 28px rgba(183, 223, 82, 0.22);
}

.home-demo-btn-secondary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.home-demo-btn-ghost {
  background: rgba(255, 255, 255, 0.92);
  color: #1f2a37;
  border-color: rgba(15, 23, 42, 0.12);
}

.home-demo-image-link:focus-visible,
.home-demo-btn:focus-visible {
  outline: 3px solid rgba(183, 223, 82, 0.55);
  outline-offset: 3px;
}

/* ========================= TABLET ========================= */
@media (max-width: 1180px) {
  .home-demo-feature,
  .home-demo-feature-chatbot {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 56px;
  }

  .home-demo-feature-chatbot .home-demo-feature-copy {
    order: 2;
  }

  .home-demo-feature-chatbot .home-demo-feature-media {
    order: 1;
  }

  .home-demo-feature-copy h3 {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
  }

  .home-demo-feature-copy p {
    font-size: 16px;
  }
}

/* ========================= MOBILE ========================= */
@media (max-width: 768px) {
  .home-demos-cinematic-section {
    padding: 48px 0 90px;
  }

  .home-demos-cinematic-shell {
    width: min(100% - 24px, 1700px);
  }

  .home-demos-cinematic-head {
    margin-bottom: 34px;
  }

  .home-demo-feature {
    gap: 22px;
    margin-bottom: 44px;
  }

  .home-demo-image-link {
    border-radius: 18px;
  }

  .home-demo-feature-copy h3 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .home-demo-feature-copy p {
    font-size: 15px;
    line-height: 1.72;
  }

  .home-demo-feature-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-demo-btn {
    width: 100%;
  }
}
/* ========================= RESPONSIVE ========================= */
@media (max-width: 1100px) {
  .home-intro-grid {
    grid-template-columns: 1fr;
  }

  .home-intro-visual {
    min-height: 520px;
  }

  .home-intro-copy h2 {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .home-intro-benefits,
  .home-demos-grid {
    grid-template-columns: 1fr;
  }

  .home-intro-section {
    padding: 72px 0 28px;
  }

  .home-demos-section {
    padding: 34px 0 76px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding: 0 18px;
  }

  .home-intro-visual {
    min-height: 440px;
  }

  .intro-visual-main {
    width: 100%;
  }

  .intro-chat-preview {
    left: 12px;
    bottom: 58px;
    width: calc(100% - 72px);
  }

  .intro-proof-card {
    right: 12px;
    width: 220px;
  }

  .home-intro-copy h2,
  .home-demos-head h2 {
    line-height: 1.16;
  }

  .home-intro-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========================= WHAT GETS INTEGRATED / PREMIUM ========================= */
.home-includes-premium-section {
  position: relative;
  padding: 84px 0 110px;
  background:
    radial-gradient(circle at top left, rgba(223, 243, 168, 0.35), transparent 28%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.04), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.home-includes-premium-shell {
  width: min(1500px, calc(100% - 40px));
  margin: 0 auto;
}

.home-includes-premium-head {
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.home-includes-premium-head h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #0f172a;
}

.home-includes-premium-head .home-section-lead {
  margin: 0;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.85;
  color: #5a6978;
}

/* ========================= GRID ========================= */
.home-includes-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.home-includes-premium-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-includes-premium-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.home-includes-premium-item:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.home-includes-premium-item > * {
  min-width: 0;
}

/* ========================= ICON ========================= */
.home-includes-premium-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, #eef8cf 0%, #dff3a8 100%);
  color: #20310d;
  font-size: 26px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 16px 30px rgba(183, 223, 82, 0.18);
}

/* ========================= COPY ========================= */
.home-includes-premium-copy {
  width: 100%;
}

.home-includes-premium-label {
  margin: 2px 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #70803a;
}

.home-includes-premium-copy h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.home-includes-premium-copy p:last-child {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.85;
  color: #5b6977;
}

/* ========================= FOOT / CTA ========================= */
.home-includes-premium-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 34px;
  padding: 28px 30px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.home-includes-premium-foot-copy h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
  line-height: 1.2;
  color: #0f172a;
}

.home-includes-premium-foot-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #70803a;
}

.home-includes-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-includes-premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.home-includes-premium-btn:hover {
  transform: translateY(-2px);
}

.home-includes-premium-btn-primary {
  background: #dff3a8;
  color: #20310d;
  box-shadow: 0 12px 28px rgba(183, 223, 82, 0.22);
}

.home-includes-premium-btn-primary:hover {
  background: #d4eb95;
}

.home-includes-premium-btn-ghost {
  background: #ffffff;
  color: #1f2a37;
  border-color: rgba(15, 23, 42, 0.12);
}

.home-includes-premium-btn-ghost:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: #fdfefe;
}

/* ========================= FOCUS ========================= */
.home-includes-premium-btn:focus-visible {
  outline: 3px solid rgba(183, 223, 82, 0.55);
  outline-offset: 3px;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 980px) {
  .home-includes-premium-grid {
    grid-template-columns: 1fr;
  }

  .home-includes-premium-foot {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .home-includes-premium-section {
    padding: 64px 0 86px;
  }

  .home-includes-premium-shell {
    width: min(100% - 24px, 1500px);
  }

  .home-includes-premium-head {
    margin-bottom: 36px;
  }

  .home-includes-premium-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 18px 22px;
    border-radius: 22px;
  }

  .home-includes-premium-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 22px;
  }

  .home-includes-premium-copy h3 {
    font-size: 1.15rem;
  }

  .home-includes-premium-copy p:last-child {
    font-size: 15px;
    line-height: 1.72;
  }

  .home-includes-premium-foot {
    margin-top: 24px;
    padding: 22px 0 0;
  }

  .home-includes-premium-actions {
    width: 100%;
    flex-direction: column;
  }

  .home-includes-premium-btn {
    width: 100%;
  }
}



/* =========================================================
   FINAL CTA
========================================================= */
.home-final-cta-section {
  padding: 12px 0 110px;
  background: #ffffff;
}

.home-final-cta-box {
  padding: 42px 36px;
  border-radius: 32px;
  text-align: center;
  background:
    linear-gradient(
      135deg,
      rgba(183, 223, 82, 0.14) 0%,
      rgba(255, 255, 255, 0.98) 45%,
      rgba(248, 251, 255, 0.98) 100%
    );
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.home-final-cta-box h2 {
  max-width: 860px;
  margin: 0 auto 16px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-final-cta-box .home-section-lead {
  max-width: 760px;
  margin: 0 auto;
  color: #586878;
}

.home-final-cta-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-final-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.home-final-cta-note {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5c6a78;
}

.home-final-cta-note a {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.home-final-cta-note a:hover {
  text-decoration: underline;
}

.home-final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-final-cta-primary,
.home-final-cta-secondary,
.home-final-cta-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.home-final-cta-primary {
  padding: 0 22px;
  border-radius: 999px;
  background: #b7df52;
  color: #16210f;
  box-shadow: 0 14px 30px rgba(183, 223, 82, 0.24);
}

.home-final-cta-primary:hover {
  transform: translateY(-2px);
  background: #addb42;
  color: #11180d;
  box-shadow: 0 18px 36px rgba(183, 223, 82, 0.30);
}

.home-final-cta-secondary {
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: #0f172a;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.home-final-cta-secondary:hover {
  transform: translateY(-2px);
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.16);
}

.home-final-cta-text {
  padding: 0 4px;
  color: #16578f;
}

.home-final-cta-text:hover {
  transform: translateY(-1px);
  color: #124a79;
}

.home-final-cta-primary:focus-visible,
.home-final-cta-secondary:focus-visible,
.home-final-cta-text:focus-visible {
  outline: 3px solid rgba(183, 223, 82, 0.55);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .home-final-cta-section {
    padding: 10px 0 84px;
  }

  .home-final-cta-box {
    padding: 30px 18px;
    border-radius: 24px;
  }

  .home-final-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-final-cta-primary,
  .home-final-cta-secondary {
    width: 100%;
  }

  .home-final-cta-text {
    justify-content: center;
  }
}



/* =========================================================
   FLOATING GUIDE — PARROT GREEN GLASS VERSION
========================================================= */

.wd-guide {
  position: fixed;
  top: 96px;
  right: 22px;
  bottom: auto;
  left: auto;

  width: min(520px, calc(100vw - 28px));
  max-width: 520px;
background:
  radial-gradient(
    circle at 14% 10%,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 255, 255, 0.42) 34%,
    rgba(255, 255, 255, 0.10) 58%,
    transparent 76%
  ),
  linear-gradient(
    135deg,
    rgba(250, 255, 236, 0.72) 0%,
    rgba(213, 245, 116, 0.30) 48%,
    rgba(183, 223, 82, 0.24) 100%
  );

border: 1px solid rgba(255, 255, 255, 0.54);
border-radius: 24px;

box-shadow:
  0 26px 70px rgba(15, 23, 42, 0.16),
  0 12px 34px rgba(87, 117, 18, 0.14),
  inset 0 1px 0 rgba(255, 255, 255, 0.82),
  inset 0 -1px 0 rgba(74, 94, 16, 0.08);

backdrop-filter: blur(20px) saturate(150%);
-webkit-backdrop-filter: blur(20px) saturate(150%);


  padding: 22px 22px 20px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(0.96);

  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.wd-guide::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  pointer-events: none;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.52),
      rgba(255, 255, 255, 0.10) 42%,
      rgba(183, 223, 82, 0.08) 100%
    );
  opacity: 0.9;
}

.wd-guide > * {
  position: relative;
  z-index: 1;
}


.wd-guide.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.wd-guide.is-closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.96);
}

/* small red pin */
.wd-guide-pin {
  position: absolute;
  top: -6px;
  right: 46px;
  width: 10px;
  height: 10px;
  background: #ef3340;
  border-radius: 50%;
  box-shadow:
    0 4px 10px rgba(15, 23, 42, 0.22),
    0 0 0 3px rgba(255, 255, 255, 0.62);
}

/* close */
.wd-guide-close {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.42);
  color: #1f2a12;

  font-size: 18px;
  line-height: 1;
  cursor: pointer;

  display: grid;
  place-items: center;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(15, 23, 42, 0.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    background 0.22s ease,
    transform 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.wd-guide-close:hover {
  background: rgba(255, 255, 255, 0.68);
  color: #10180a;
  transform: rotate(90deg);
}

/* layout */
.wd-guide-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wd-guide-text {
  padding-right: 28px;
}

.wd-guide-kicker {
  display: inline-flex;
  align-items: center;

  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.38);
  color: #405c0e;

  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  border: 1px solid rgba(255, 255, 255, 0.44);
}

.wd-guide-text h3 {
  margin: 9px 0 6px;
  font-size: 1.34rem;
  line-height: 1.25;
  color: #10180a;
  letter-spacing: -0.025em;
}

.wd-guide-text p {
  margin: 0;
  max-width: 58ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #263515;
}

/* =========================================================
   ACTIONS — ALWAYS ONE ROW
========================================================= */

.wd-guide-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;

  overflow-x: auto;
  overflow-y: hidden;

  padding-bottom: 2px;
  scrollbar-width: none;
}

.wd-guide-actions::-webkit-scrollbar {
  display: none;
}

.wd-guide-btn,
.wd-guide-actions .header-cta,
.wd-guide-actions .wd-guide-primary {
  position: relative;
  overflow: hidden;

  flex: 0 0 auto;

  min-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 1;

  font-size: 0.84rem;
  font-weight: 750;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

/* dark glass buttons */
.wd-guide-btn {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(17, 24, 39, 0.88));
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.wd-guide-btn:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(15, 23, 42, 0.94));
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

/* green primary button */
.wd-guide-actions .header-cta,
.wd-guide-actions .wd-guide-primary,
.wd-guide-btn-primary {
  background:
    linear-gradient(135deg, #b7df52, #d4f56f);
  color: #16210f;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 12px 26px rgba(82, 113, 17, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.wd-guide-actions .header-cta:hover,
.wd-guide-actions .wd-guide-primary:hover,
.wd-guide-btn-primary:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, #c3ea5c, #e0fb82);
  color: #11180d;
  box-shadow:
    0 16px 32px rgba(82, 113, 17, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.wd-guide-actions .header-cta i,
.wd-guide-actions .wd-guide-primary i {
  font-size: 0.84rem;
  line-height: 1;
}

/* button shine */
.wd-guide-btn::after,
.wd-guide-actions .header-cta::after,
.wd-guide-actions .wd-guide-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.48),
    transparent
  );
}

.wd-guide.highlight .wd-guide-btn::after,
.wd-guide.highlight .header-cta::after,
.wd-guide.highlight .wd-guide-primary::after {
  animation: wdGuideSweep 0.9s ease;
}

@keyframes wdGuideSweep {
  to {
    left: 140%;
  }
}

/* glow pulse */
.wd-guide.glow {
  box-shadow:
    0 30px 90px rgba(15, 23, 42, 0.22),
    0 12px 34px rgba(82, 113, 17, 0.22),
    0 0 0 4px rgba(183, 223, 82, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .wd-guide {
    top: 84px;
    right: 14px;
    width: min(460px, calc(100vw - 28px));
  }
}

@media (max-width: 640px) {
  .wd-guide {
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;

    padding: 18px;
    border-radius: 20px;
  }

  .wd-guide-inner {
    gap: 15px;
  }

  .wd-guide-text {
    padding-right: 28px;
  }

  .wd-guide-text h3 {
    font-size: 1.16rem;
  }

  .wd-guide-text p {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .wd-guide-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .wd-guide-btn,
  .wd-guide-actions .header-cta,
  .wd-guide-actions .wd-guide-primary {
    width: auto;
    min-height: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 0.76rem;
  }
}

@media (max-width: 430px) {
  .wd-guide {
    top: 74px;
    right: 10px;
    left: 10px;
    padding: 16px;
  }

  .wd-guide-kicker {
    font-size: 0.62rem;
  }

  .wd-guide-text h3 {
    font-size: 1.08rem;
  }

  .wd-guide-text p {
    font-size: 0.82rem;
  }

  .wd-guide-actions {
    gap: 7px;
  }

  .wd-guide-btn,
  .wd-guide-actions .header-cta,
  .wd-guide-actions .wd-guide-primary {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.72rem;
  }
}

@media (max-width: 360px) {
  .wd-guide-actions .header-cta span,
  .wd-guide-actions .wd-guide-primary span {
    display: none;
  }

  .wd-guide-actions .header-cta,
  .wd-guide-actions .wd-guide-primary {
    width: 38px;
    padding: 0;
  }
}