/* DAWASOUQ POC base styles — landing / homepage / thank-you sections.
   Fresh, brand-neutral; mobile-first like the GetNuvia pattern (sticky CTA). */

.tib-page { max-width: 720px; margin: 0 auto; padding: 24px 18px 90px; font-size: 17px; line-height: 1.55; }
.tib-hero { text-align: center; padding: 18px 0 6px; }
.tib-hero h1 { font-size: 34px; line-height: 1.15; margin: 10px 0; }
.tib-sub { color: #444; font-size: 18px; }

.tib-badge { display: inline-block; background: #eaf7ee; color: #157a3a; border: 1px solid #bfe5cb;
  border-radius: 999px; padding: 6px 14px; font-weight: 700; font-size: 14px; }

.tib-price { font-size: 24px; margin: 14px 0; }
.tib-price del { color: #999; margin-inline-end: 8px; }
.tib-price strong { color: #c0291f; font-size: 30px; }
.tib-ship { color: #157a3a; font-weight: 600; font-size: 16px; }

.tib-cta { display: inline-block; background: #157a3a; color: #fff !important; text-decoration: none;
  font-weight: 700; font-size: 18px; padding: 14px 28px; border-radius: 10px;
  box-shadow: 0 3px 10px rgba(21,122,58,.35); }
.tib-cta:hover { background: #116330; }
.tib-cta-alt { background: #1a1a1a; box-shadow: none; }

.tib-benefits ul, .tib-ty-steps { list-style: none; padding: 0; margin: 22px 0; }
.tib-benefits li, .tib-ty-steps li { padding: 10px 14px; margin: 8px 0; background: #fafafa;
  border: 1px solid #ececee; border-radius: 10px; }

.tib-featured { text-align: center; border-top: 1px solid #ececee; margin-top: 26px; padding-top: 20px; }
.tib-cta-bottom { text-align: center; border-top: 1px solid #ececee; margin-top: 26px; padding-top: 20px; }
.tib-support { color: #777; font-size: 14px; margin-top: 18px; }

/* Sticky mobile CTA (GetNuvia mobile pattern, rebuilt) */
.tib-sticky-cta { display: none; }
@media (max-width: 600px) {
  .tib-hero h1 { font-size: 27px; }
  .tib-sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
    background: #fff; border-top: 1px solid #e3e3e6; box-shadow: 0 -4px 18px rgba(0,0,0,.12);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); text-align: center; }
  .tib-sticky-cta .tib-cta { display: block; width: 100%; box-sizing: border-box; }
}
