/* Landing Page Plugin - Frontend Styles */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
.lp-body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

.lp-container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* ANNOUNCE */
.lp-announce-bar { background: var(--navy); color: #fff; text-align: center; padding: 10px 16px; font-size: 13px; letter-spacing: .04em; }
.lp-announce-bar span { color: var(--orange-light); font-weight: 600; }

/* HERO */
.lp-hero { background: linear-gradient(135deg, var(--sky) 0%, color-mix(in srgb, var(--sky) 70%, var(--blue) 30%) 45%, var(--sky) 100%); width: 100%; overflow: hidden; }
.lp-hero-inner { max-width: var(--max-w); margin: 0 auto; padding: 80px 24px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: flex-end; gap: 48px; min-height: 560px; }
.lp-hero-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-radius: 50px; padding: 6px 14px; margin-bottom: 18px; }
.lp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); display: inline-block; }
.lp-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,52px); line-height: 1.15; color: var(--navy); margin-bottom: 10px; }
.lp-hero h1 em { color: var(--blue); font-style: italic; }
.lp-hero-spf { display: inline-block; font-family: 'Playfair Display', serif; font-size: clamp(14px,2vw,18px); font-weight: 700; color: var(--orange); background: rgba(244,121,32,.1); border: 1.5px solid var(--orange); border-radius: 8px; padding: 4px 14px; margin-bottom: 20px; letter-spacing: .08em; }
.lp-hero-sub { font-size: 15px; color: var(--text-light); line-height: 1.75; margin-bottom: 28px; max-width: 440px; }
.lp-hero-bullets { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 10px; }
.lp-hero-bullets li { font-size: 14px; color: var(--text); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.lp-hero-bullets li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.lp-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lp-btn-primary { background: var(--orange); color: #fff; border: none; padding: 15px 36px; border-radius: 50px; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; box-shadow: 0 8px 24px rgba(244,121,32,.35); font-family: 'DM Sans', sans-serif; }
.lp-btn-primary:hover { background: color-mix(in srgb, var(--orange) 80%, black 20%); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(244,121,32,.45); }
.lp-btn-secondary { background: transparent; color: var(--navy); border: 2px solid var(--navy); padding: 13px 28px; border-radius: 50px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s; font-family: 'DM Sans', sans-serif; }
.lp-btn-secondary:hover { background: var(--navy); color: #fff; }
.lp-hero-stars { display: flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; color: var(--text-light); }
.lp-stars { color: var(--star); font-size: 14px; letter-spacing: 1px; }
.lp-hero-image-wrap { display: flex; justify-content: center; align-items: flex-end; position: relative; }
.lp-hero-image-wrap img { width: 100%; max-width: 400px; height: 500px; object-fit: contain; display: block; filter: drop-shadow(0 20px 40px rgba(30,109,181,.2)); }
.lp-hero-floating-badge { position: absolute; top: 40px; right: 20px; background: var(--orange); color: #fff; border-radius: 50%; width: 90px; height: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; box-shadow: 0 6px 20px rgba(244,121,32,.4); text-align: center; line-height: 1.1; }
.lp-spf-num { font-size: 26px; font-family: 'Playfair Display', serif; }
.lp-spf-label { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; opacity: .9; }

/* TRUST STRIP */
.lp-trust-strip { background: var(--navy); width: 100%; }
.lp-trust-strip-inner { max-width: var(--max-w); margin: 0 auto; padding: 24px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.lp-trust-item { display: flex; align-items: center; gap: 10px; }
.lp-trust-icon { font-size: 20px; }
.lp-trust-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); }

/* SECTION HEADINGS */
.lp-section-head { text-align: center; margin-bottom: 48px; }
.lp-section-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px,3.5vw,40px); color: var(--navy); margin-bottom: 12px; }
.lp-section-head p { font-size: 15px; color: var(--text-light); max-width: 540px; margin: 0 auto; line-height: 1.7; }
.lp-overline { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }

/* FEATURES */
.lp-features-section { width: 100%; background: #fafcff; }
.lp-features-section .lp-container { padding-top: 80px; padding-bottom: 80px; }
.lp-features-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.lp-feature-card { background: #fff; border-radius: var(--radius); padding: 32px 24px; text-align: center; box-shadow: 0 2px 16px rgba(10,37,64,.07); transition: transform .25s, box-shadow .25s; border-top: 3px solid transparent; }
.lp-feature-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(10,37,64,.12); border-top-color: var(--blue); }
.lp-feature-icon { width: 64px; height: 64px; border-radius: 18px; background: var(--sky); margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.lp-feature-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.lp-feature-card p { font-size: 13px; color: var(--text-light); line-height: 1.7; }

/* PRODUCT DETAILS */
.lp-details-section { width: 100%; background: #fff; }
.lp-details-inner { max-width: var(--max-w); margin: 0 auto; padding: 80px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-details-img-wrap { position: relative; }
.lp-details-img-wrap img { width: 100%; border-radius: 24px; box-shadow: 0 16px 48px rgba(10,37,64,.12); object-fit: cover; height: 460px; }
.lp-details-badge { position: absolute; bottom: 24px; left: 24px; background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: 12px; font-weight: 600; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.lp-details-badge strong { display: block; font-size: 16px; color: var(--orange-light); }
.lp-details-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px,3vw,38px); color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.lp-details-text h2 em { color: var(--blue); font-style: italic; }
.lp-details-text p { font-size: 15px; color: var(--text-light); line-height: 1.8; margin-bottom: 28px; }
.lp-details-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.lp-details-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text); line-height: 1.6; }
.lp-details-list li .lp-icon { font-size: 18px; flex-shrink: 0; }

/* HELIOPLEX */
.lp-helio-section { background: var(--navy); width: 100%; }
.lp-helio-inner { max-width: var(--max-w); margin: 0 auto; padding: 80px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lp-helio-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px,3.5vw,44px); color: #fff; line-height: 1.2; margin-bottom: 16px; }
.lp-helio-text h2 em { color: var(--orange-light); font-style: italic; }
.lp-helio-text p { color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.8; margin-bottom: 32px; }
.lp-helio-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-pill { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2); padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; }
.lp-helio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-helio-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.lp-helio-grid img:first-child { grid-column: 1/-1; aspect-ratio: 16/9; }

/* STATS BANNER */
.lp-stats-banner { background: linear-gradient(135deg, var(--blue) 0%, color-mix(in srgb, var(--blue) 80%, black 20%) 100%); width: 100%; }
.lp-stats-banner-inner { max-width: var(--max-w); margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.lp-stat-item { color: #fff; border-right: 1px solid rgba(255,255,255,.15); padding: 0 12px; }
.lp-stat-item:last-child { border-right: none; }
.lp-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(32px,4vw,48px); font-weight: 700; line-height: 1; margin-bottom: 8px; color: var(--orange-light); }
.lp-stat-label { font-size: 13px; opacity: .8; }

/* HOW TO USE */
.lp-how-section { width: 100%; background: var(--sky); }
.lp-how-section .lp-container { padding-top: 80px; padding-bottom: 80px; }
.lp-steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 48px; }
.lp-step-card { text-align: center; background: #fff; border-radius: var(--radius); padding: 32px 24px; box-shadow: 0 2px 12px rgba(10,37,64,.07); }
.lp-step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: 0 4px 16px rgba(244,121,32,.35); }
.lp-step-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 20px; }
.lp-step-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.lp-step-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

/* REVIEWS */
.lp-reviews-section { width: 100%; background: #fff; }
.lp-reviews-section .lp-container { padding-top: 80px; padding-bottom: 80px; }
.lp-reviews-rating-head { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 16px; }
.lp-big-rating { font-family: 'Playfair Display', serif; font-size: 56px; color: var(--navy); line-height: 1; }
.lp-big-stars { color: var(--star); font-size: 26px; letter-spacing: 3px; }
.lp-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.lp-review-card { background: var(--sky); border-radius: var(--radius); padding: 26px 24px; transition: transform .2s; border-left: 3px solid var(--blue); }
.lp-review-card:hover { transform: translateY(-4px); }
.lp-review-stars { color: var(--star); font-size: 14px; margin-bottom: 12px; }
.lp-review-text { font-size: 14px; line-height: 1.7; color: var(--text); margin-bottom: 18px; font-style: italic; }
.lp-review-author { display: flex; align-items: center; gap: 10px; }
.lp-review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.lp-review-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.lp-review-location { font-size: 12px; color: var(--text-light); }

/* INGREDIENTS */
.lp-ingredients-section { background: #fff; width: 100%; }
.lp-ingredients-section .lp-container { padding-top: 72px; padding-bottom: 72px; }
.lp-ingredients-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-ingredients-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px,3vw,36px); color: var(--navy); margin-bottom: 16px; line-height: 1.2; }
.lp-ingredients-text p { font-size: 14px; color: var(--text-light); line-height: 1.8; margin-bottom: 20px; }
.lp-ingredient-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-tag { background: var(--sky); color: var(--navy); padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; border: 1px solid color-mix(in srgb, var(--sky) 70%, var(--blue) 30%); }
.lp-tag.lp-highlight { background: var(--navy); color: #fff; border-color: var(--navy); }
.lp-ingredients-img img { width: 100%; height: 380px; object-fit: cover; border-radius: 20px; box-shadow: 0 12px 36px rgba(10,37,64,.1); }

/* FAQ */
.lp-faq-section { width: 100%; background: #fafcff; }
.lp-faq-inner { max-width: 800px; margin: 0 auto; padding: 80px 24px; }
.lp-faq-item { border-bottom: 1px solid color-mix(in srgb, var(--sky) 80%, var(--blue) 20%); }
.lp-faq-q { width: 100%; text-align: left; background: none; border: none; padding: 22px 0; font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: 'DM Sans', sans-serif; }
.lp-faq-q:hover { color: var(--blue); }
.lp-faq-icon { font-size: 20px; color: var(--blue); transition: transform .3s; flex-shrink: 0; }
.lp-faq-a { font-size: 14px; color: var(--text-light); line-height: 1.8; padding-bottom: 20px; display: none; }
.lp-faq-item.lp-open .lp-faq-icon { transform: rotate(45deg); }
.lp-faq-item.lp-open .lp-faq-a { display: block; }
.lp-faq-inner .lp-section-head { text-align: center; margin-bottom: 40px; }

/* GUARANTEE */
.lp-guarantee-section { background: var(--sky); width: 100%; }
.lp-guarantee-section .lp-container { padding-top: 64px; padding-bottom: 64px; text-align: center; }
.lp-guarantee-icons { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 40px; }
.lp-guarantee-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lp-guarantee-icon-wrap { width: 72px; height: 72px; border-radius: 50%; background: #fff; box-shadow: 0 4px 16px rgba(30,109,181,.15); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.lp-guarantee-item h4 { font-size: 14px; font-weight: 700; color: var(--navy); }
.lp-guarantee-item p { font-size: 13px; color: var(--text-light); max-width: 140px; text-align: center; }

/* SUBSCRIBE */
.lp-subscribe-section { background: var(--navy); width: 100%; }
.lp-subscribe-section .lp-container { padding-top: 72px; padding-bottom: 72px; text-align: center; }
.lp-subscribe-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px,3vw,36px); color: #fff; margin-bottom: 12px; }
.lp-subscribe-section p { color: rgba(255,255,255,.6); font-size: 15px; margin-bottom: 32px; }
.lp-subscribe-form { display: flex; max-width: 480px; margin: 0 auto; gap: 12px; flex-wrap: wrap; }
.lp-subscribe-form input { flex: 1; min-width: 200px; padding: 14px 20px; border-radius: 50px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; font-size: 14px; outline: none; font-family: 'DM Sans', sans-serif; }
.lp-subscribe-form input::placeholder { color: rgba(255,255,255,.4); }
.lp-subscribe-form input:focus { border-color: var(--orange-light); }
.lp-subscribe-form button { background: var(--orange); color: #fff; border: none; padding: 14px 28px; border-radius: 50px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .2s; white-space: nowrap; font-family: 'DM Sans', sans-serif; }
.lp-subscribe-form button:hover { background: var(--orange-light); }

/* FOOTER */
.lp-footer { background: #040e1c; color: rgba(255,255,255,.5); width: 100%; }
.lp-footer-inner { max-width: var(--max-w); margin: 0 auto; padding: 48px 24px 28px; }
.lp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.lp-footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #fff; display: block; margin-bottom: 6px; }
.lp-footer-brand p { font-size: 13px; line-height: 1.7; max-width: 240px; margin-top: 10px; }
.lp-footer-col h4 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.6); margin-bottom: 14px; letter-spacing: .1em; text-transform: uppercase; }
.lp-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lp-footer-col a { color: rgba(255,255,255,.45); text-decoration: none; font-size: 13px; transition: color .2s; }
.lp-footer-col a:hover { color: var(--orange-light); }
.lp-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; }

/* STICKY CTA */
.lp-sticky-cta { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 32px rgba(244,121,32,.5); z-index: 999; white-space: nowrap; transition: background .2s, transform .2s; border: none; font-family: 'DM Sans', sans-serif; opacity: 0; pointer-events: none; }
.lp-sticky-cta:hover { background: color-mix(in srgb, var(--orange) 80%, black 20%); transform: translateX(-50%) translateY(-2px); }

/* ANIMATIONS */
.lp-fade-in { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.lp-fade-in.lp-visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width:1024px) {
  .lp-features-grid { grid-template-columns: repeat(2,1fr); }
  .lp-stats-banner-inner { grid-template-columns: repeat(2,1fr); }
  .lp-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 24px; }
  .lp-stat-item:last-child { border-bottom: none; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width:768px) {
  .lp-hero-inner { grid-template-columns: 1fr; padding: 60px 24px 0; min-height: unset; gap: 32px; }
  .lp-hero-image-wrap img { max-width: 280px; height: 360px; }
  .lp-hero-floating-badge { top: 10px; right: calc(50% - 160px); }
  .lp-features-grid { grid-template-columns: 1fr 1fr; }
  .lp-details-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .lp-helio-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .lp-steps-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .lp-reviews-grid { grid-template-columns: 1fr; }
  .lp-ingredients-grid { grid-template-columns: 1fr; }
}
@media (max-width:480px) {
  .lp-hero-inner { padding: 40px 16px 0; }
  .lp-hero-image-wrap img { max-width: 240px; height: 300px; }
  .lp-hero-floating-badge { width: 70px; height: 70px; }
  .lp-btn-primary, .lp-btn-secondary { width: 100%; text-align: center; }
  .lp-features-grid { grid-template-columns: 1fr; }
  .lp-stats-banner-inner { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr; }
  .lp-subscribe-form { flex-direction: column; }
  .lp-subscribe-form input, .lp-subscribe-form button { width: 100%; }
}

/* CUSTOM CONTENT SECTION */
.lp-custom-section { width: 100%; box-sizing: border-box; }
.lp-custom-inner { box-sizing: border-box; width: 100%; }

/* Ensure shortcode content inside is responsive */
.lp-custom-inner img { max-width: 100%; height: auto; }
.lp-custom-inner table { max-width: 100%; overflow-x: auto; display: block; }
.lp-custom-inner iframe { max-width: 100%; }
.lp-custom-inner .woocommerce ul.products { width: 100%; }

@media (max-width: 768px) {
  .lp-custom-inner { padding-left: 16px !important; padding-right: 16px !important; }
}
@media (max-width: 480px) {
  .lp-custom-inner { padding-left: 12px !important; padding-right: 12px !important; }
}

/* Button as <a> tag — shared base */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.lp-btn:hover { text-decoration: none; }
.lp-sticky-cta.lp-btn { display: flex; }

/* WP nav menu inside footer columns — match existing style */
.lp-footer-col .menu,
.lp-footer-col ul.menu,
.lp-footer-col .nav-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.lp-footer-col .menu li a,
.lp-footer-col .nav-menu li a {
  color: rgba(255,255,255,.45);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
}
.lp-footer-col .menu li a:hover,
.lp-footer-col .nav-menu li a:hover {
  color: var(--orange-light);
}
/* Hide sub-menus in footer */
.lp-footer-col .sub-menu { display: none; }

section.lp-hero.lp-fade-in.lp-visible {
    padding-bottom: 57px;
}

ul.lp-hero-bullets, .lp-footer-col ul {
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}


/* markup for mobile */
@media screen and (max-width:768px) {
.lp-trust-strip-inner {
    gap: 0;
}
}