/* ══════════════════════════════════════════════════════════════
   WOOCOMMERCE PAGE WRAPPER
   Designed to sit inside a standard WooCommerce page template.
   The .w3-page wrapper assumes the theme provides outer container
   and header/footer. All styles are namespaced with .w3- to avoid
   conflicts with WooCommerce or theme CSS.
   ══════════════════════════════════════════════════════════════ */

:root {
  --w3-brand: #1a4f8a;
  --w3-brand-mid: #2b6cb0;
  --w3-accent: #f67599;
  --w3-cream: #fdf8f2;
  --w3-dark: #1a1a2e;
  --w3-mid: #4a5568;
  --w3-light: #e8f0f9;
  --w3-white: #ffffff;
  --w3-radius: 20px;
  --w3-max: 1100px;
  --w3-max-copy: 760px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

/* Page root — sits inside WooCommerce .entry-content or equivalent */
.w3-page {
  color: var(--w3-dark);
  background: var(--w3-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── UTILITY ── */
.w3-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--w3-dark);
  margin-bottom: 14px;
}
.w3-eyebrow--light {
  color: #222;
}

sup.w3-sup {
  font-size: 0.45em;
  vertical-align: super;
  color: var(--w3-dark);
  font-weight: 700;
}
.w3-dark-bg sup.w3-sup {
  color: var(--w3-dark);
}

/* ══════════════════════════════════════════════════════════
     1. VIDEO PLACEHOLDER
     ══════════════════════════════════════════════════════════ */
.w3-video-zone {
  margin-top: 100px;
  width: 100%;
  background: #418fde;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  /* Developer note: replace inner content with <video> or
       iframe embed. Recommended: 16:9 or 2.35:1 aspect ratio. */
}
.w3-video-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(43, 108, 176, 0.04) 0px,
    rgba(43, 108, 176, 0.04) 1px,
    transparent 1px,
    transparent 40px
  );
}

.w3-video-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(246, 173, 43, 0.1);
  border: 2px solid var(--w3-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.w3-video-icon svg {
  width: 28px;
  height: 28px;
  fill: var(--w3-accent);
  margin-left: 4px;
}
.w3-video-label {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 1;
  font-weight: 300;
}
.w3-video-note {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 1;
}
.w3-video-zone .snw-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 600px) {
  .w3-video-zone .snw-video {
    display: block;
  }
}

.w3-video-zone .snw-mobile-video {
  display: block;
  width: 100%;
}

/* .w3-video-zone {
	height: 660px;
} */

@media (min-width: 600px) {
  .w3-video-zone {
    /* 		aspect-ratio: 2.18 / 1; */
    height: 100vh;
  }
  .w3-video-zone .snw-mobile-video {
    display: none;
  }
}
/* ══════════════════════════════════════════════════════════
     2. PAGE TITLE BAND
     ══════════════════════════════════════════════════════════ */
.w3-title-band {
  background: var(--w3-white);
  padding: 60px 24px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.w3-title-band__inner {
  position: relative;
}
.w3-title-band h1 {
  font-size: clamp(31px, 5vw, 80px) !important;
  font-weight: 500;
  color: var(--w3-dark);
  line-height: 0.95;
  letter-spacing: -2px;
}
.w3-title-band h1 sup {
  font-size: 0.38em;
  vertical-align: super;
  color: var(--w3-accent);
  font-weight: 500;
  letter-spacing: 0;
}
.w3-title-band__tagline {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  color: var(--w3-dark);
  margin-top: 18px;
}
.w3-title-band__sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--w3-dark);
  margin-top: 10px;
  letter-spacing: 0.03em;
}
.w3-title-band__cta {
  display: inline-block;
  margin-top: 36px;
  background: var(--w3-accent);
  color: #fff;
  font-weight: 600;
  text-transform: Capitalize;
  font-size: 18px;
  letter-spacing: 0.12em;
  padding: 15px 38px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.w3-title-band__cta:hover {
  /*     transform: translateY(-2px); */
  color: #fff;
  background: #f78aa8;
  /*     box-shadow: 0 8px 28px rgba(246,173,43,0.38); */
}

/* ══════════════════════════════════════════════════════════
     3. INTRO / CONCEPT
     ══════════════════════════════════════════════════════════ */
.shop-online {
  background: #418fde;
}
.w3-concept {
  padding: 30px 24px;
  max-width: var(--w3-max-copy);
  margin: 0 auto;
  text-align: center;
}
.w3-concept h2 {
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.15;
  color: var(--w3-white);
  margin-bottom: 28px;
}
.w3-concept p {
  font-size: 18px;
  line-height: 1.85;
  color: var(--w3-white);
}
.w3-concept p + p {
  margin-top: 18px;
}
.w3-concept strong {
  color: var(--w3-dark);
  font-weight: 500;
}

/* ══════════════════════════════════════════════════════════
     4. THE FIVE BLENDS
     ══════════════════════════════════════════════════════════ */
.w3-blends {
  background: #418fde;
  padding: 90px 24px 110px;
  position: relative;
  overflow: hidden;
}
.w3-blends::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    rgba(43, 108, 176, 0.14) 0%,
    transparent 70%
  );
}
.w3-blends__inner {
  max-width: var(--w3-max);
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
.w3-blends__header {
  text-align: center;
  margin-bottom: 60px;
}
.w3-blends__header h2 {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--w3-white);
  margin-top: 10px;
  line-height: 1.2;
}
.w3-blends__header p {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.w3-blends__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}
.w3-blend-card {
  background: var(--w3-white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--w3-radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s,
    background 0.25s;
}
.w3-blend-card:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 173, 43, 0.28);
  background: #dceffb;
}
.w3-blend-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--w3-accent), #dceffb);
  opacity: 0;
  transition: opacity 0.25s;
}
.w3-blend-card:hover::after {
  opacity: 1;
}
.w3-blend-card__num {
  font-size: 60px;
  display: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
  pointer-events: none;
}
.w3-blend-card__icon {
  font-size: 52px;
  margin-bottom: 16px;
  display: block;
}
.w3-blend-card h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
.w3-blend-card p {
  font-size: 16px;
  color: #000;
  line-height: 27px;
}
.w3-blend-card__tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.w3-tag {
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
}

/* ══════════════════════════════════════════════════════════
     5. HOW IT WORKS
     ══════════════════════════════════════════════════════════ */
.w3-how {
  padding: 90px 24px;
  max-width: 860px;
  margin: 0 auto;
}
.w3-how__header {
  text-align: center;
  margin-bottom: 60px;
}
.w3-how__header h2 {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--w3-dark);
  margin-top: 10px;
}
.w3-steps {
  display: flex;
  flex-direction: column;
}
.w3-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  align-items: start;
  opacity: 0;
  transform: translateX(-16px);
  transition:
    opacity 0.55s,
    transform 0.55s;
}
.w3-step.visible {
  opacity: 1;
  transform: translateX(0);
}
.w3-step__num {
  width: 58px;
  height: 58px;
  background: var(--w3-accent);
  color: var(--w3-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  flex-shrink: 0;
}
.w3-step__content h3 {
  font-size: 24px;
  color: var(--w3-dark);
  margin-bottom: 8px;
}
.w3-step__content p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

/* ══════════════════════════════════════════════════════════
     6. MAIN EDITORIAL COPY
     ══════════════════════════════════════════════════════════ */
.w3-copy-section {
  background: #dceffb;
  padding: 180px 24px 90px;
}
@media (max-width: 640px) {
  .w3-copy-section {
    padding: 120px 24px 90px;
  }
}
.w3-copy-inner {
  max-width: var(--w3-max-copy);
  margin: 0 auto;
}
.w3-copy-inner__header {
  text-align: center;
  margin-bottom: 44px;
}
.w3-copy-inner__header h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--w3-dark);
  margin-top: 10px;
  line-height: 1.2;
}
.w3-copy-block {
  background: var(--w3-white);
  border-radius: var(--w3-radius);
  padding: 52px;
  box-shadow: 0 4px 48px rgba(26, 26, 46, 0.06);
}
.w3-copy-block p {
  font-size: 18px;
  line-height: 1.9;
  color: var(--w3-mid);
}
.w3-copy-block p + p {
  margin-top: 22px;
}
.w3-copy-block strong {
  color: var(--w3-dark);
  font-weight: 500;
}
.w3-copy-block em {
  color: var(--w3-brand);
  font-style: italic;
}

.w3-copy-block h3 {
  font-size: 24px;
  color: var(--w3-dark);
  margin: 36px 0 14px;
}
.w3-pullquote {
  background: #f8f8f8;
  border-left: 4px solid var(--w3-accent);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin: 28px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 1.65;
  color: var(--w3-accent);
  font-weight: 500;
}

/* ══════════════════════════════════════════════════════════
     7. TRUST STRIP
     ══════════════════════════════════════════════════════════ */
.w3-trust {
  background: var(--w3-white);
  padding: 40px 24px;
  border-top: 1px solid rgba(26, 26, 46, 0.06);
  border-bottom: 1px solid rgba(26, 26, 46, 0.06);
}
.w3-trust__inner {
  max-width: var(--w3-max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.w3-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03em;
}
.w3-trust__item span:first-child {
  font-size: 44px;
}

/* ══════════════════════════════════════════════════════════
     8. FAQ ACCORDION
     ══════════════════════════════════════════════════════════ */
.w3-faq--block {
  background-color: var(--w3-cream);
}
.w3-faq {
  padding: 90px 24px;
  max-width: var(--w3-max-copy);
  margin: 0 auto;
}
.w3-faq__header {
  text-align: center;
  margin-bottom: 48px;
}
.w3-faq__header h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  color: var(--w3-dark);
  margin-top: 10px;
}
.w3-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.w3-faq__item {
  background: var(--w3-white);
  border-radius: 14px;
  border: 1px solid rgba(26, 26, 46, 0.07);
  overflow: hidden;
}
.w3-faq__q {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: var(--w3-dark);
  text-align: left;
  gap: 16px;
  transition: background 0.2s;
}
.w3-faq__q:hover {
  background: var(--w3-accent);
}
.w3-faq__q .w3-faq__arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--w3-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.3s,
    background 0.2s;
  font-size: 14px;
  color: var(--w3-accent);
}
.w3-faq__item.open .w3-faq__arrow {
  transform: rotate(180deg);
  background: var(--w3-accent);
  color: #fff;
}
.w3-faq__a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
  padding: 0 24px;
}
.w3-faq__item.open .w3-faq__a {
  max-height: 200px;
  padding: 0 24px 20px;
}

/* ══════════════════════════════════════════════════════════
     9. CTA BAND
     ══════════════════════════════════════════════════════════ */
.w3-cta {
  background: #f3f3f3;
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.w3-cta__inner {
  position: relative;
}
.w3-cta h2 {
  font-size: clamp(26px, 4vw, 42px);
  color: #000;
  margin-bottom: 14px;
}
.w3-cta h2 sup {
  font-size: 0.45em;
  vertical-align: super;
  color: var(--w3-accent);
}
.w3-cta p {
  font-size: 18px;
  color: #000;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.w3-cta__btn {
  display: inline-block;
  margin-top: 36px;
  background: var(--w3-accent);
  color: #fff;
  font-weight: 600;
  text-transform: Capitalize;
  font-size: 18px;
  letter-spacing: 0.12em;
  padding: 15px 38px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.w3-cta__btn:hover {
  color: #fff;
  background: #f78aa8;
}

/* ══════════════════════════════════════════════════════════
     10. LEGAL DISCLAIMER
     ══════════════════════════════════════════════════════════ */
.w3-legal {
  background: var(--w3-white);
  padding: 32px 24px;
  text-align: center;
  border-top: 1px solid rgba(26, 26, 46, 0.07);
}
.w3-legal p {
  font-size: 12px;
  color: rgba(74, 85, 104, 0.65);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
  font-style: italic;
}

/* ══════════════════════════════════════════════════════════
     RESPONSIVE
     ══════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .w3-copy-block {
    padding: 28px 22px;
  }
  .w3-step {
    grid-template-columns: 1fr;
  }
  .w3-step__num {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .w3-trust__inner {
    gap: 24px;
  }
}

/* ══════════════════════════════════════════════════════════
     ANIMATIONS
     ══════════════════════════════════════════════════════════ */
@keyframes w3FadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
