.page-home .home-showcase {
  --showcase-accent: #25d366;
  position: relative;
  isolation: isolate;
  padding: 24px 0 22px;
  background:
    url("/assets/brand/neon-flora-corner-left.webp") left bottom / 330px auto no-repeat,
    url("/assets/brand/neon-flora-corner-right.webp") right top / 360px auto no-repeat,
    #030710;
}

.home-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 3, 9, 0.12);
  pointer-events: none;
}

.showcase-wrap {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}

.home-showcase h1 {
  width: 100%;
  max-width: none;
  font: 400 60px / 1.08 Georgia, "Times New Roman", serif;
  color: #fff;
  text-align: center;
  text-wrap: balance;
}

.home-showcase h1 span { color: #ff5ca9; }
.showcase-heading p { margin-top: 12px; color: #e3e6ed; font-size: 18px; line-height: 1.5; text-align: center; }
.home-showcase h2 { font: 700 20px / 1.3 Inter, Arial, sans-serif; color: #151a23; }
.home-showcase figure { margin: 0; }
.home-showcase button { cursor: pointer; }
.home-showcase [hidden] { display: none !important; }
.home-showcase :focus-visible, .service-needs a:focus-visible { outline: 3px solid #22d3ee; outline-offset: 5px; }

.showcase-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(900px, 100%);
  margin: 20px auto 0;
}

.showcase-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #383c48;
  border-radius: 6px;
  background: #10131d;
  color: #f8fbff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: background 160ms, border-color 160ms, color 160ms;
}

.showcase-tabs button i { color: #25d366; font-size: 20px; flex: 0 0 auto; }
.showcase-tabs button:nth-child(2) i { color: #ee5597; }
.showcase-tabs button:nth-child(3) i { color: #ffc84f; }
.showcase-tabs button:hover { background: #202532; border-color: #a8b1c2; }
.showcase-tabs button[aria-selected="true"] { background: #fff; color: #111722; border-color: var(--showcase-accent); box-shadow: 0 0 0 1px var(--showcase-accent); }
.showcase-tabs button[aria-selected="true"] i { color: #128645; }
.home-showcase[data-service="content"] { --showcase-accent: #ff5ca9; }
.home-showcase[data-service="experience"] { --showcase-accent: #ffc84f; }
.home-showcase[data-service="content"] [aria-selected="true"] i { color: #c01c68; }
.home-showcase[data-service="experience"] [aria-selected="true"] i { color: #926000; }

.showcase-panels { margin: 22px auto 0; max-width: 1040px; }
.showcase-panel { display: grid; grid-template-columns: minmax(0, 1fr) 172px minmax(0, 1fr); align-items: center; min-width: 0; height: 280px; }
.showcase-surface { min-width: 0; height: 100%; overflow: hidden; border: 1px solid #dce0e5; border-radius: 8px; background: #fff; color: #181d25; box-shadow: 0 10px 26px #0003; }
.showcase-avatar { flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.showcase-connector { display: flex; justify-content: center; align-items: center; gap: 3px; color: var(--showcase-accent); }
.showcase-connector img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 0 9px #ff2f9126); }
.showcase-connector > i { font-size: 22px; }

.showcase-chat { display: flex; flex-direction: column; background: #eee9e0; border-color: #087767; }
.showcase-chat-head { display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: #fff; background: #075e54; }
.showcase-chat-head > div { flex: 1; min-width: 0; }
.showcase-chat-head strong { display: block; font-size: 15px; }
.showcase-chat-head span { display: block; font-size: 12px; margin-top: 3px; color: #d4efea; }
.showcase-chat-head > i { font-size: 23px; }
.showcase-messages { padding: 24px 16px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; gap: 17px; }
.showcase-message { max-width: 96%; padding: 12px 14px; background: #fff; border-radius: 6px; box-shadow: 0 1px 2px #0001; font-size: 14px; line-height: 1.5; }
.showcase-message.is-reply { align-self: flex-end; background: #d9f8c6; }
.showcase-message i { color: #078ab8; margin-left: 8px; font-size: 12px; }
.showcase-chat-foot { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 12px 8px; color: #42635c; background: #f8faf6; border-top: 1px solid #dde3d9; font-size: 12px; }
.showcase-crm { padding: 18px 20px; display: flex; flex-direction: column; }
.showcase-contact { display: flex; gap: 9px; align-items: center; padding: 13px 0 10px; }
.showcase-contact > div { flex: 1; min-width: 0; }
.showcase-contact strong { display: block; font-size: 14px; }
.showcase-contact div span { display: block; margin-top: 3px; color: #656b76; font-size: 11px; }
.showcase-status { font-size: 11px; padding: 4px 6px; background: #e9f5e6; color: #226b32; border-radius: 3px; }
.showcase-checklist { list-style: none; padding: 0; margin: 0; flex: 1; }
.showcase-checklist li { display: flex; gap: 11px; align-items: center; padding: 9px 0; }
.showcase-checklist i { color: #128a4b; font-size: 23px; }
.showcase-checklist strong { display: block; font-size: 13px; font-weight: 600; }
.showcase-checklist small { display: block; margin-top: 3px; color: #6b7079; font-size: 11px; }
.showcase-outcome { display: flex; align-items: center; gap: 9px; min-height: 38px; margin: 8px 0 0; padding-top: 11px; border-top: 1px solid #e3e6e9; font-size: 13px; font-weight: 600; }
.showcase-outcome i { color: #128a4b; font-size: 21px; flex: 0 0 auto; }
.showcase-footer { text-align: center; }
.showcase-demo-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 10px 0; color: #c4c9d3; font-size: 12px; }
.showcase-demo-note button { display: inline-grid; place-items: center; width: 36px; height: 32px; background: #0c121b; color: #d7dfea; border: 1px solid #566071; border-radius: 4px; }
.showcase-demo-note button:hover { color: #fff; background: #293545; }
.showcase-cta { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 13px 30px; border: 1px solid #ff71a5; border-radius: 5px; background: #df1465; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.4; transition: background 160ms, transform 160ms; }
.showcase-cta:hover { background: #bd0c50; transform: translateY(-2px); }
.showcase-fallback { padding-top: 14px; font-size: 14px; text-align: center; }
.showcase-fallback a { text-decoration: underline; }

.showcase-production { display: flex; flex-direction: column; }
.showcase-production figcaption { display: flex; gap: 9px; align-items: center; min-height: 48px; padding: 12px 16px; font-size: 14px; font-weight: 600; }
.showcase-production figcaption i { color: #bd1c62; }
.showcase-production > img { min-height: 0; flex: 1; width: 100%; object-fit: cover; object-position: 65% center; }
.showcase-production > p { padding: 12px 16px; font-size: 13px; color: #646a72; }
.showcase-social { display: flex; flex-direction: column; padding: 16px; }
.showcase-social-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 15px; }
.showcase-social-head > span { display: flex; gap: 12px; font-size: 18px; }
.showcase-social-head .fa-instagram { color: #c62b69; }
.showcase-social-head .fa-facebook { color: #1877f2; }
.showcase-social-pieces { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; flex: 1; min-height: 0; margin-top: 14px; }
.showcase-social-pieces figure { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.showcase-social-pieces img { width: 100%; min-height: 0; flex: 1; object-fit: cover; object-position: 70% center; border-radius: 3px; }
.showcase-social-pieces figcaption { padding-top: 8px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.showcase-social-pieces figure > span { font-size: 11px; padding-top: 4px; color: #646a72; }
.showcase-story { position: relative; }
.showcase-story img { object-position: 73% center; }
.showcase-story figcaption { position: absolute; top: 7px; left: 7px; right: 7px; padding: 8px; color: #fff; background: #14271de8; border-radius: 3px; }
.showcase-story > span { text-align: center; }
.showcase-site { display: flex; flex-direction: column; }
.showcase-site-bar { display: flex; align-items: center; gap: 12px; min-height: 47px; padding: 12px 16px; }
.showcase-site-bar strong { color: #17513b; font: 700 14px Georgia, serif; }
.showcase-site-bar span { flex: 1; color: #5c655f; font-size: 10px; }
.showcase-site-bar i { font-size: 13px; }
.showcase-site-hero { position: relative; flex: 1; min-height: 0; background: #e7e9e8; }
.showcase-site-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.showcase-site-hero h2 { position: absolute; top: 26px; left: 20px; max-width: 54%; font: 400 27px / 1.12 Georgia, serif; color: #1d2722; }
.showcase-site-foot { padding: 12px 16px; color: #205540; font-size: 13px; }
.showcase-site-foot i { margin-right: 7px; }
.showcase-experience { padding: 18px 20px; }
.showcase-experience-steps { list-style: none; padding: 0; margin: 12px 0 0; }
.showcase-experience-steps li { display: flex; align-items: center; gap: 13px; padding: 14px 0; }
.showcase-experience-steps li + li { border-top: 1px solid #e2e5e9; }
.showcase-experience-steps i { width: 26px; text-align: center; color: #1877f2; font-size: 24px; }
.showcase-experience-steps .fa-whatsapp { color: #128a4b; }
.showcase-experience-steps .fa-heart { color: #c72c67; }
.showcase-experience-steps strong { display: block; font-size: 14px; }
.showcase-experience-steps small { display: block; margin-top: 4px; color: #646a72; font-size: 12px; }

/* A single short reveal explains the sequence; nothing loops or pins scrolling. */
.home-showcase .is-playing [data-showcase-step] { animation: showcase-reveal 450ms both; }
.home-showcase .is-playing [data-showcase-step="1"] { animation-delay: 100ms; }
.home-showcase .is-playing [data-showcase-step="2"] { animation-delay: 450ms; }
.home-showcase .is-playing [data-showcase-step="3"] { animation-delay: 900ms; }
.home-showcase .is-playing [data-showcase-step="4"] { animation-delay: 1350ms; }
@keyframes showcase-reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }

.page-home .service-needs { background: #fff; color: #151923; padding: 44px 0 46px; scroll-margin-top: 90px; }
.service-needs h2 { margin: 0 0 28px; color: #161b25; text-align: center; font: 400 42px / 1.12 Georgia, "Times New Roman", serif; text-wrap: balance; }
.service-needs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.service-need { display: block; min-width: 0; --need-color: #178347; }
.service-need:nth-child(2) { --need-color: #d22670; }
.service-need:nth-child(3) { --need-color: #9b6500; }
.service-need h3 { display: flex; align-items: center; gap: 10px; color: #151b24; font: 700 16px / 1.4 Inter, Arial, sans-serif; margin-bottom: 15px; }
.service-need h3 > i:first-child { color: var(--need-color); font-size: 24px; }
.service-need h3 > span { flex: 1; }
.service-need h3 > i:last-child { color: var(--need-color); font-size: 19px; transition: transform 160ms; }
.service-need:hover h3 > i:last-child { transform: translateX(4px); }
.need-preview { position: relative; height: 184px; border: 1px solid #d7dce1; border-radius: 7px; overflow: hidden; background: #fafbfc; transition: border-color 160ms, box-shadow 160ms; }
.service-need:hover .need-preview { border-color: var(--need-color); box-shadow: 0 4px 14px #12211a12; }
.service-need-caption { margin: 12px 0 0; color: #5c6470; font-size: 12px; line-height: 1.5; }
.need-website-bar { height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; background: #fff; color: #214b39; font-size: 12px; }
.need-website-bar strong { font: 700 12px Georgia, serif; }
.need-website > img { width: 100%; height: calc(100% - 34px); object-fit: cover; object-position: right center; }
.need-website > p { position: absolute; top: 61px; left: 14px; font: 400 21px / 1.12 Georgia, serif; color: #17251c; }
.need-website > span { position: absolute; bottom: 18px; left: 14px; max-width: 45%; font-size: 10px; color: #333e37; }
.need-conversation { background: #eee9e0; }
.need-conversation-head { height: 44px; display: flex; align-items: center; gap: 9px; padding: 6px 12px; background: #075e54; color: #fff; font-size: 13px; }
.need-conversation-head img { border-radius: 50%; object-fit: cover; }
.need-conversation-head strong { flex: 1; }
.need-conversation-head i { font-size: 19px; }
.need-conversation-body { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; padding: 16px 12px; }
.need-conversation-body p { font-size: 11px; line-height: 1.5; padding: 9px 11px; border-radius: 5px; background: #fff; }
.need-conversation-body p + p { align-self: flex-end; background: #d9f8c6; }
.need-contact { padding: 18px; }
.need-contact > div { display: flex; align-items: center; gap: 9px; }
.need-contact img { border-radius: 50%; object-fit: cover; }
.need-contact strong { display: block; font-size: 13px; }
.need-contact small { display: block; font-size: 11px; color: #a34c20; margin-top: 3px; }
.need-contact > p { font-size: 12px; color: #58606b; margin: 12px 0; }
.need-contact .need-contact-task { border-top: 1px solid #dde3e7; padding-top: 12px; }
.need-contact-task > span { flex: 1; }
.need-contact-task > i { color: #2c5a45; font-size: 20px; }
.need-contact-task > i:last-child { color: #158449; }
.need-contact-task small { color: #646b75; }

@media (min-width: 761px) and (max-height: 800px) {
  .page-home .home-showcase { padding: 22px 0; }
  .home-showcase h1 { font-size: 56px; }
  .showcase-heading p { margin-top: 8px; font-size: 16px; }
  .showcase-tabs { margin-top: 18px; }
  .showcase-tabs button { min-height: 48px; }
  .showcase-panels { margin-top: 20px; }
  .showcase-panel { height: 268px; }
  .showcase-messages { padding: 20px 14px; gap: 12px; }
  .showcase-crm, .showcase-experience { padding: 14px 18px; }
  .showcase-contact { padding: 10px 0 6px; }
  .showcase-checklist li { padding: 6px 0; }
  .showcase-experience-steps li { padding: 10px 0; }
  .showcase-cta { min-height: 46px; padding-block: 10px; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .page-home .home-showcase { background-size: 240px auto, 200px auto; background-position: left bottom, right -80px top; }
  .showcase-wrap { width: calc(100% - 56px); }
  .home-showcase h1 { font-size: 56px; }
  .showcase-panel { grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); }
  .showcase-connector img { width: 80px; height: 80px; }
  .showcase-connector > i { font-size: 16px; }
  .showcase-crm, .showcase-experience { padding-inline: 14px; }
  .showcase-contact div span { font-size: 10px; }
  .service-needs-grid { gap: 20px; }
  .service-need h3 { min-height: 40px; font-size: 14px; gap: 8px; }
  .service-need h3 > i:first-child { font-size: 20px; }
  .need-website > p { font-size: 18px; }
}

@media (max-width: 760px) {
  .page-home .home-showcase { padding: 16px 0 18px; background-size: 190px auto, 130px auto; background-position: left bottom, right -30px top; }
  .home-showcase::before { background: rgba(0, 3, 9, 0.36); }
  .showcase-wrap { width: min(470px, calc(100% - 36px)); }
  .home-showcase h1 { max-width: 320px; margin-inline: auto; font-size: 34px; line-height: 1.08; }
  .showcase-heading p { max-width: 320px; margin: 8px auto 0; font-size: 14px; line-height: 1.4; text-wrap: balance; }
  .showcase-tabs { gap: 7px; margin-top: 16px; }
  .showcase-tabs button { flex-direction: column; gap: 4px; min-height: 64px; padding: 5px 4px; font-size: 12px; line-height: 1.3; }
  .showcase-tabs button i { font-size: 19px; }
  .showcase-tabs button > span { min-height: 31px; display: flex; align-items: center; }
  .showcase-panels { margin-top: 16px; }
  .showcase-panel { grid-template-columns: minmax(0, 1fr); grid-template-rows: 136px 44px 146px; height: 338px; gap: 6px; }
  .showcase-connector { gap: 15px; }
  .showcase-connector img { width: 44px; height: 44px; }
  .showcase-connector > i { transform: rotate(90deg); font-size: 20px; }
  .showcase-chat-head { padding: 7px 12px; gap: 8px; }
  .showcase-chat-head img { width: 30px; height: 30px; }
  .showcase-chat-head strong { font-size: 13px; }
  .showcase-chat-head span { font-size: 10px; margin-top: 1px; }
  .showcase-chat-head > i { font-size: 20px; }
  .showcase-messages { padding: 9px 12px; gap: 6px; }
  .showcase-message { padding: 6px 10px; font-size: 12px; line-height: 1.45; }
  .showcase-chat-foot { display: none; }
  .showcase-crm, .showcase-experience { padding: 9px 12px; }
  .home-showcase h2 { font-size: 15px; }
  .showcase-contact { padding: 8px 0 6px; gap: 8px; }
  .showcase-contact img { width: 30px; height: 30px; }
  .showcase-contact strong { font-size: 12px; }
  .showcase-contact div span { font-size: 10px; margin-top: 2px; }
  .showcase-status { font-size: 10px; }
  .showcase-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .showcase-checklist li { gap: 6px; padding: 4px 0; align-items: flex-start; }
  .showcase-checklist i { font-size: 17px; margin-top: 2px; }
  .showcase-checklist strong { font-size: 11px; line-height: 1.4; }
  .showcase-checklist small { display: none; }
  .showcase-outcome { margin-top: 7px; padding-top: 7px; min-height: 25px; gap: 7px; font-size: 11px; }
  .showcase-outcome i { font-size: 16px; }
  .showcase-footer { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 5px 8px; margin-top: 14px; }
  .showcase-demo-note { display: contents; font-size: 10px; }
  .showcase-demo-note > span { grid-row: 2; grid-column: 1 / -1; line-height: 18px; }
  .showcase-demo-note button { grid-row: 1; grid-column: 2; width: 44px; height: 46px; }
  .showcase-cta { grid-row: 1; grid-column: 1; width: 100%; gap: 10px; min-height: 46px; padding: 10px 8px; font-size: 13px; }
  .showcase-production figcaption { min-height: 32px; padding: 8px 12px; font-size: 12px; }
  .showcase-production > p { display: none; }
  .showcase-production > img { object-position: 65% 60%; }
  .showcase-social { padding: 10px 12px; }
  .showcase-social-head { font-size: 13px; }
  .showcase-social-head > span { font-size: 15px; gap: 10px; }
  .showcase-social-pieces { margin-top: 8px; gap: 12px; }
  .showcase-social-pieces figure { position: relative; }
  .showcase-social-pieces figcaption { position: absolute; inset: auto 4px 20px; padding: 5px; font-size: 10px; background: #fffffff2; border-radius: 3px; }
  .showcase-social-pieces figure > span { font-size: 10px; }
  .showcase-social-pieces .showcase-story figcaption { inset: 4px 4px auto; background: #14271de8; color: #fff; }
  .showcase-social .showcase-outcome { display: none; }
  .showcase-site-bar { min-height: 32px; padding: 8px 12px; }
  .showcase-site-bar strong { font-size: 12px; }
  .showcase-site-hero h2 { top: 15px; left: 14px; max-width: 50%; font: 400 20px / 1.1 Georgia, serif; }
  .showcase-site-foot { display: none; }
  .showcase-experience-steps { margin-top: 7px; }
  .showcase-experience-steps li { padding: 6px 0; gap: 9px; }
  .showcase-experience-steps strong { font-size: 12px; }
  .showcase-experience-steps small { display: none; }
  .showcase-experience-steps i { font-size: 18px; width: 22px; }
  .page-home .service-needs { padding: 30px 0 36px; }
  .service-needs h2 { margin-bottom: 24px; font-size: 30px; line-height: 1.15; }
  .service-needs-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .service-need h3 { font-size: 16px; margin-bottom: 12px; }
  .need-preview { height: 176px; }
  .service-need-caption { margin-top: 9px; }
}

@media (max-width: 760px) and (max-height: 800px) {
  .page-home .home-showcase { padding-block: 12px 18px; }
  .home-showcase h1 { font-size: 32px; }
  .showcase-tabs { margin-top: 10px; }
  .showcase-tabs button { min-height: 64px; gap: 4px; padding-block: 5px; }
  .showcase-panels { margin-top: 10px; }
  .showcase-panel { grid-template-rows: 122px 36px 118px; height: 288px; }
  .showcase-connector img { width: 36px; height: 36px; }
  .showcase-messages { padding: 6px 10px; gap: 4px; }
  .showcase-crm { padding-block: 9px; }
  .showcase-crm .showcase-outcome { display: none; }
  .showcase-experience { padding-block: 6px; }
  .showcase-experience-steps li { padding-block: 3px; }
  .showcase-footer { margin-top: 10px; }
}

@media (max-width: 360px) {
  .showcase-wrap { width: calc(100% - 28px); }
  .showcase-tabs { gap: 5px; }
  .showcase-tabs button { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-showcase *, .service-needs * { animation: none !important; transition: none !important; }
  .showcase-demo-note button { display: none; }
  .showcase-cta { grid-column: 1 / -1; }
}
