/* ==========================================================================
   Paint a 3D Textured Bird — sales page
   Rebuilt from the ClickFunnels page for static hosting on Cloudflare Pages.
   ========================================================================== */

:root {
  --ink: #071f2f;        /* body / headline text */
  --blue: #1048e0;       /* accent (bold words, borders) */
  --sky: #d1f0ff;        /* card borders, FAQ headers */
  --orange: #f26522;     /* CTA + timer accent */
  --page: #f4f4f4;       /* page background */
  --red: #e02910;        /* "$97" strike price headline */
  --footer: #4d5663;
  --font-head: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-sub: "Poppins", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
}

/* ClickFunnels scales the whole page through the root font size:
   16px on desktop, 12px on phones. Everything below is in rem so the
   same trick keeps proportions identical. */
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
@media (max-width: 770px) { html { font-size: 12px; } }

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: inline-block; vertical-align: middle; }
a { color: inherit; }
u { text-decoration: underline; }
s, strike { text-decoration: line-through; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.section { padding: 20px 0; }
.section.pad-60 { padding: 60px 0; }

.container { width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.container.w-949 { max-width: 949px; }
.container.w-859 { max-width: 859px; }
.container.w-800 { max-width: 800px; }

.row { display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto; padding: 20px 0; }
.col { padding: 0 15px; width: 100%; }
.col-3 { width: 25%; }
.col-4 { width: 33.3333%; }
.col-5 { width: 41.6667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.3333%; }
.col-8 { width: 66.6667%; }
.col-12 { width: 100%; }
@media (max-width: 770px) {
  .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 { width: 100%; }
}

.center { text-align: center; }
.left { text-align: left; }
.black { color: #000; }

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }

.only-mobile { display: none !important; }
@media (max-width: 770px) {
  .only-desktop { display: none !important; }
  .only-mobile { display: inline-block !important; }
}

/* --------------------------------------------------------------------------
   Typography (mirrors the ClickFunnels style guide sizes)
   -------------------------------------------------------------------------- */
.h {
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: var(--ink);
}
.h strong, .h b { color: var(--blue); }
.h-xl { font-size: 3.75rem; }
.h-l  { font-size: 3.125rem; }
.h-m  { font-size: 2.1875rem; }

.sh {
  font-family: var(--font-sub);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: var(--ink);
}
.sh-l { font-size: 3.125rem; }
.sh-m { font-size: 2.1875rem; }
.sh-s { font-size: 1.625rem; }

.p {
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: var(--ink);
}
.p-xl { font-size: 1.875rem; }
.p-l  { font-size: 1.625rem; }
.p-m  { font-size: 1.375rem; }
.p-s  { font-size: 1.125rem; }

@media (max-width: 770px) {
  .h  { letter-spacing: 0; line-height: 1.25; }
  .h-xl { font-size: 3.3333rem; }   /* 40px */
  .h-l  { font-size: 3rem; }        /* 36px */
  .h-m  { font-size: 2.5rem; }      /* 30px */
  .sh { letter-spacing: 0; line-height: 1.4; }
  .sh-l { font-size: 2.5rem; }
  .sh-m { font-size: 2rem; }
  .sh-s { font-size: 1.6667rem; }
  .p { letter-spacing: 0; line-height: 1.4; }
  .p-xl { font-size: 2rem; }
  .p-l  { font-size: 1.6667rem; }
  .p-m  { font-size: 1.5rem; }
  .p-s  { font-size: 1.3333rem; }
}

/* --------------------------------------------------------------------------
   Icons (inline SVG replaces Font Awesome)
   -------------------------------------------------------------------------- */
.ico { width: 1em; height: 1em; fill: currentColor; flex: 0 0 auto; }

/* --------------------------------------------------------------------------
   Bullet lists
   -------------------------------------------------------------------------- */
.bullets { list-style: none; margin: 0 0 0 10px; padding: 0; color: #000; }
.bullets li {
  display: flex;
  align-items: flex-start;
  font-size: 1.375rem;
  line-height: 1.5;
}
.bullets li .ico { margin-right: 15px; font-size: 18px; margin-top: 0.45em; color: var(--ink); }
.bullets li + li { margin-top: 15px; }
.bullets.black-icons li .ico { color: #000; }

.bullets.circle { margin-top: 10px; padding-top: 25px; }
.bullets.circle li { font-size: 1.375rem; }
.bullets.circle li + li { margin-top: 10px; }
.bullets.circle li .ico { font-size: 25px; margin-top: 0.35em; }

@media (max-width: 770px) {
  .bullets li .ico { font-size: 10px; margin-top: 0.7em; }
  .bullets.circle { margin-top: 0; }
  .bullets.circle li .ico { font-size: 20px; margin-top: 0.4em; }
  .bullets.circle li + li { margin-top: 15px; }
}

/* --------------------------------------------------------------------------
   Images
   -------------------------------------------------------------------------- */
.img-bordered { border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 12px; }
.r12 { border-radius: 12px; }
.r20 { border-radius: 20px; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero .sub { margin-top: 15px; }
.hero .hero-img { text-align: center; margin-top: 25px; }
.hero .hero-img img { width: 80%; }
.hero .closing { margin-top: 50px; }
@media (max-width: 770px) {
  .hero .sub { margin-top: 0; }
  .hero .hero-img img { width: 100%; }
}

/* --------------------------------------------------------------------------
   Story card (white box after hero)
   -------------------------------------------------------------------------- */
.story { padding: 60px 0; }
.story-card {
  max-width: 600px;
  margin: -20px auto 0;
  background: #fff;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.18);
  padding: 20px 15px;
}
.story-card .p { text-align: left; }
.story-card .quote { margin-top: 20px; padding-top: 20px; }
.story-card .after { margin-top: 30px; padding-top: 20px; padding-bottom: 0; }
@media (max-width: 770px) {
  .story { padding: 15px 25px 50px; }
  .story-card { margin-top: 0; padding: 20px 18px; }
  .story-card .p { font-size: 1.6667rem; }      /* 20px on phones, was 18px */
}

/* --------------------------------------------------------------------------
   Two-column copy blocks
   -------------------------------------------------------------------------- */
.paste-row { margin-top: 50px; }
.paste-row .img-col { text-align: center; margin-top: 20px; }
.paste-row .img-col img { width: 68%; }
.paste-row .p { text-align: left; }
@media (max-width: 770px) {
  .paste-row { margin-top: 0; padding-top: 0; }
  .paste-row .img-col { margin-top: 20px; margin-bottom: 20px; }
  .paste-row .img-col img { width: 75%; }
  .paste-head { margin-top: 0; }
}

.intro-row .p { text-align: left; margin-top: 80px; }
.intro-row .img-col { text-align: center; margin-top: 100px; }
.intro-row .img-col img { width: 78%; }
.introducing { margin-top: 50px; text-align: left; color: #000; }
@media (max-width: 770px) {
  .intro-row .p { margin-top: 10px; padding-bottom: 0; }
  .intro-row .img-col { margin-top: 25px; }
  .intro-row .img-col img { width: 75%; }
  .introducing { margin-top: 30px; padding-top: 0; }
}

/* --------------------------------------------------------------------------
   Product mockup
   -------------------------------------------------------------------------- */
.product-img { text-align: center; margin-top: -75px; }
.product-img img { width: 650px; max-width: 100%; }
@media (max-width: 770px) {
  .product-img { margin-top: -65px; }
  .product-img img { width: 100%; }
}

/* --------------------------------------------------------------------------
   Module / bonus cards
   -------------------------------------------------------------------------- */
.cards { padding: 30px 10px 70px; }
.card {
  display: flex;
  flex-wrap: wrap;
  max-width: 1370px;
  margin: 50px auto 0;
  padding: 40px 0;
  background: #fff;
  border: 1px solid rgba(16, 72, 224, 0.18);
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(7, 31, 47, 0.05);
}
.cards .card:first-child { margin-top: 0; }
.cards.bonuses .card { margin-top: 30px; }
.card .media { width: 33.3333%; padding: 0 40px; text-align: center; }
.card .media img { width: 100%; margin-top: 50px; }
.card .body { width: 66.6667%; padding: 0 35px; }
.card .h { text-align: left; margin-top: 10px; }
.card .sh { text-align: left; margin-top: 15px; }
.card .bullets { margin-top: 0; padding: 0 0 0 10px; }
.cards.bonuses .card .bullets { margin-top: 20px; }
@media (max-width: 770px) {
  .cards { padding: 30px 10px 70px; }
  .card { margin-top: 0 !important; }
  .cards .card + .card { margin-top: 30px !important; }
  .cards.modules .card:first-child { margin-top: -55px !important; }
  .card { padding: 25px 0 30px; }
  .card .media, .card .body { width: 100%; }
  .card .media { padding: 0 20px; order: -1; margin-bottom: 12px; } /* photo always first on phones */
  .card .media img { margin-top: 0; }
  .card .body { padding: 0 20px; }
  .card .h { margin-top: 0; font-size: 2.75rem; line-height: 1.2; }   /* 33px: bigger than the subtitle */
  .card .sh { font-size: 1.5rem; margin-top: 10px; }                    /* 18px */
  .card .bullets { margin-top: 10px; }
}

/* --------------------------------------------------------------------------
   Price story
   -------------------------------------------------------------------------- */
.price-story .h { margin-top: 20px; }
.price-story .strike-price { color: var(--red); }
.price-story .strike-price strong { color: var(--red); }
.price-story .p { text-align: left; margin-top: 25px; }
@media (max-width: 770px) {
  .price-story .container { margin-top: -30px; }
  .price-story .h { margin-top: 10px; }
  .price-story .h.first { margin-top: 20px; }
  .price-story .p { margin-top: 30px; }
}

/* --------------------------------------------------------------------------
   Order box
   -------------------------------------------------------------------------- */
.order-section { padding-bottom: 100px; }
.order {
  max-width: 950px;
  margin: 5px auto 0;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid rgba(16, 72, 224, 0.3);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(16, 72, 224, 0.08);
  text-align: center;
}
.order .sh { color: #000; }
.order .sh strong { color: #000; }
.order .p { color: #000; }
.order .cta-wrap { margin-top: 10px; }
.order .ps { margin-top: 10px; font-style: italic; }
.order .payment { width: 38%; margin-top: 10px; }
@media (max-width: 770px) {
  .order { margin-top: 0; padding: 20px 18px; }
  .order .payment { width: 100%; }
  .order-section { padding-bottom: 30px; }
}
.stack-section .order { margin-top: 25px; }
@media (max-width: 770px) { .stack-section .order { margin-top: 0; } }

/* --------------------------------------------------------------------------
   CTA button
   -------------------------------------------------------------------------- */
@keyframes elevate {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 20px 60px;
  border-radius: 15px;
  background: linear-gradient(90deg, #f26522 0%, #cc7a4b 100%);
  border: 1px solid #cc7a4b;
  border-bottom: 4px solid #993d0e;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  animation: elevate 1.2s ease infinite;
  animation-delay: 0.6s;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
}
.cta:hover, .cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  filter: brightness(1.15);
  animation: none;
}
@media (max-width: 770px) {
  .cta { padding: 10px; font-size: 2.61rem; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .cta { animation: none; }
}

/* --------------------------------------------------------------------------
   Guarantee
   -------------------------------------------------------------------------- */
.guarantee .container { margin-top: 25px; }
.guarantee .lead { margin-top: -90px; }
.guarantee-box {
  border: 5px dotted var(--blue);
  margin-top: 20px;
}
.guarantee-box .h { text-align: left; }
.guarantee-box .p { text-align: left; }
.guarantee-box .badge { text-align: center; margin-top: 35px; }
.guarantee-box .badge img { width: 67%; }
.guarantee .after { margin-top: 65px; }
@media (max-width: 770px) {
  .guarantee .container { padding-top: 0; margin-top: 0; }
  .guarantee .lead { margin-top: 0; padding-top: 0; }
  .guarantee-box { margin-top: 30px; }
  .guarantee-box .badge { margin-top: 0; }
  .guarantee .after { margin-top: 25px; }
}

/* --------------------------------------------------------------------------
   Value stack
   -------------------------------------------------------------------------- */
.stack-section { padding: 100px 0 66px; }
.stack { max-width: 1174px; margin: -50px auto 0; padding: 0 15px 20px; }
.stack .lead { margin-top: -25px; }
.stack .title { margin-top: 25px; }
.stack .mockup { text-align: center; margin-top: -75px; }
.stack .mockup img { width: 650px; max-width: 100%; }
.stack .everything { margin-top: 10px; text-transform: capitalize; }
.stack .everything strong { color: inherit; } /* only the prices are blue in this block */
.stack .everything .ico { color: #000; font-size: 0.8em; vertical-align: -0.1em; margin: 0 0.3em; }
.stack .divider { border: 0; border-top: 2px solid #727272; margin: 10px 0; }
.stack-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.33em;
  padding: 3px 15px;
}
.stack-row.first { align-items: stretch; }
.stack-row .sh { text-align: left; color: #000; padding: 4px 0 5px; }
.stack-row .item { flex: 1 1 auto; }
.stack-row .price { flex: 0 0 auto; }
.stack-row .price strong { color: var(--blue); }
@media (max-width: 770px) {
  .stack-section { padding-top: 0; }
  .stack { padding-left: 20px; padding-right: 20px; }
  .stack .lead { margin-top: 0; }
  .stack .mockup { margin-top: -50px; }
  .stack .everything .ico { font-size: 25px; }
  .stack-row { padding-left: 0; padding-right: 0; }
}

/* --------------------------------------------------------------------------
   Time-limited bonus block (hidden by main.js once the timer expires)
   -------------------------------------------------------------------------- */
.tl-bonus .p-l { text-align: left; padding: 25px 0; }
.tl-bonus .card { margin-top: 30px; }
.tl-bonus .stack { margin-top: 0; }
.gp-inline-timer { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testimonials .lead { margin-top: 10px; padding-bottom: 9px; }
.testimonials .showcase { text-align: center; margin-top: 25px; }
.testimonials .showcase img { width: 53%; }
.testi-row { max-width: 1200px; margin: 0 auto; padding: 20px 0; display: flex; flex-wrap: wrap; }
.testi-row .col { padding: 0 15px; }
.testi-card { background: #fff; border-radius: 12px; padding: 20px; height: 100%; text-align: center; }
.testi-card .stars { width: 100px; }
.testi-card .quote { margin-top: 20px; }
.testi-card .body { margin-top: 20px; }
.testi-card .name {
  margin-top: 15px;
  padding-bottom: 9px;
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .testimonials .lead { margin-top: 0; }
  .testimonials .showcase img { width: 100%; }
  .testi-row .col + .col { margin-top: 20px; }
  .testi-card .name { font-size: 16px; }
}

/* --------------------------------------------------------------------------
   FAQ accordion (native <details>)
   -------------------------------------------------------------------------- */
.faq .lead { margin-top: 50px; }
.faq .accordion { margin-top: 50px; }
.faq details { background: #fff; }
.faq details + details { margin-top: 0; }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--sky);
  color: #000;
  padding: 15px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary b { font-weight: 700; }
.faq summary .ico { font-size: 0.9em; transition: transform 0.2s ease; }
.faq summary:hover, .faq details[open] summary { background: var(--blue); color: #fff; }
.faq details[open] summary .ico { transform: rotate(90deg); }
.faq .answer { padding: 10px 15px; }
.faq .answer .p { text-align: left; }
@media (max-width: 770px) {
  .faq .lead { margin-top: 0; }
  .faq .accordion { margin-top: 25px; }
  .faq summary { font-size: 1.6667rem; padding: 14px 12px; }   /* 20px: questions sit below the headline */
  .faq summary b { font-weight: 600; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { background: var(--footer); padding: 20px 0; }
.footer .p { color: #fff; }
.footer a { color: #fff; }

/* --------------------------------------------------------------------------
   Sticky countdown bar (rendered by main.js)
   -------------------------------------------------------------------------- */
@keyframes gp-pop-in {
  from { transform: translateX(-50%) translateY(16px); opacity: 0; }
  to   { transform: translateX(-50%) translateY(0); opacity: 1; }
}
@keyframes gp-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(242, 101, 34, 0.35); }
  50% { opacity: 0.6; box-shadow: 0 0 0 5px rgba(242, 101, 34, 0); }
}
#gp-sticky-timer-45 {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 22px;
  background: #fff8f0;
  border: 2px solid var(--orange);
  box-shadow: 0 20px 48px rgba(58, 40, 20, 0.2), 0 4px 12px rgba(58, 40, 20, 0.08);
  animation: gp-pop-in 0.45s ease-out both;
  -webkit-tap-highlight-color: transparent;
  max-width: calc(100vw - 24px);
}
#gp-sticky-timer-45 .gp-top-row { display: flex; align-items: center; justify-content: center; gap: 7px; }
#gp-sticky-timer-45 .gp-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--orange); flex-shrink: 0;
  animation: gp-pulse 1.6s ease-in-out infinite;
}
#gp-sticky-timer-45 .gp-label {
  color: #3a2e28; font-size: 13px; font-weight: 600; letter-spacing: 0.1px; white-space: nowrap;
  font-family: var(--font-body);
}
#gp-sticky-timer-45 .gp-clock-pill {
  display: inline-flex; align-items: center;
  background: #3a2e28;
  border: 1px solid rgba(242, 101, 34, 0.55);
  border-radius: 999px;
  padding: 9px 22px;
  color: var(--orange);
  font-variant-numeric: tabular-nums;
  font-weight: 700; font-size: 19px; letter-spacing: 1.2px; white-space: nowrap;
  font-family: var(--font-body);
}
@media (min-width: 700px) {
  #gp-sticky-timer-45 { flex-direction: row; gap: 16px; padding: 14px 14px 14px 28px; border-radius: 999px; bottom: 28px; }
  #gp-sticky-timer-45 .gp-top-row { gap: 10px; }
  #gp-sticky-timer-45 .gp-dot { width: 11px; height: 11px; }
  #gp-sticky-timer-45 .gp-label { font-size: 19px; }
  #gp-sticky-timer-45 .gp-clock-pill { font-size: 22px; padding: 12px 28px; }
}
@media (max-width: 360px) {
  #gp-sticky-timer-45 { padding: 10px 14px; bottom: 12px; }
  #gp-sticky-timer-45 .gp-label { font-size: 12px; }
  #gp-sticky-timer-45 .gp-clock-pill { font-size: 17px; padding: 8px 18px; }
}
