/*
Theme Name: Faceless Sales - ADV Design Match (COMPLETE MOBILE PERFECT v2.8)
Description: RichFx Community - FULL CUSTOM CSS (3-COLUMN SPACED GRID + NO SIDE PADDING)
Version: 2.8 - ZERO SIDE PADDING + DESKTOP 100% + MOBILE ULTRA PERFECTED
Author: Custom
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

* {
  box-sizing: border-box !important;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  overflow-x: hidden !important;
}

body.sales-theme {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
line-height: 1.2;
color: #333;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

/* HIDE WORDPRESS CLUTTER */
body.sales-theme .site-header:not(.custom-header),
body.sales-theme .site-footer:not(.custom-footer) {
display: none !important;
}

/* PERFECT CONTAINER - ZERO SIDE PADDING */
.container {
max-width: 100%; /* ← Full screen width */
width: 100vw; /* ← Touch all edges */
margin: 0; /* ← Alisin ang centering */
padding: 0; /* ← Zero padding everywhere */
box-sizing: border-box;

}

.video-frame {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 44%; /* Binawasan mula 56.25% - ito ang pangunahing height control */
  overflow: hidden;
  min-height: 500px; /* Binawasan mula 280px */
  border: 2px solid #c0c0c0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  box-sizing: border-box;
}

.video-frame__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.video-frame__overlay {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
}

/* Tablet & Mobile */
@media (max-width: 768px) {
  .video-frame {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 44%; /* Parehong binawasan */
    min-height: 200px; /* Binawasan mula 220px */
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .video-frame__iframe {
    border-radius: 6px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .video-frame {
    margin: 0 auto;
    height: 0;
    min-height: 190px; /* Binawasan mula 200px */
    padding-bottom: 36%;
    border-radius: 6px;
  }
}



/* HEADER - FIXED & CLEAN */
.header-bar {
background: #001f3f;
height: 70px;
padding: 0 40px;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
color: white;
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
backdrop-filter: blur(10px);
}

.logo img {
height: 58px;
width: auto;
object-fit: contain;
}

.support-email a {
color: white;
text-decoration: none;
font-size: 1.1rem;
font-weight: 500;
display: flex;
align-items: center;
gap: 8px;
}

.support-email a::before {
content: '✉️';
}

.hero-image2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.15;
}

.hero-image2 img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* HERO2 SECTION */
.hero2 {
background: linear-gradient(135deg, #020617, #001f3f, #020617);
color: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 50px 0 50px; /* ← REMOVED SIDE PADDING */
margin-top: 30px;
position: relative;
overflow: hidden;
}

.hero2 .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 1000px;
gap: 32px;
position: relative;
z-index: 3;
}

.hero2 .hero-image {
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 600px !important;
height: 700px !important;
margin: 20px auto !important;
}

.hero2 .hero-image .transparent-icon {
max-width: 600px !important;
}

/* SECTIONS - PERFECT VERTICAL RHYTHM */
.hero {
background: linear-gradient(135deg, #020617, #001f3f, #020617);
color: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 100px 0 0px; /* ← REMOVED SIDE PADDING */
margin-top: 0px;
}

.hero2 {
background: linear-gradient(135deg, #020617, #001f3f, #020617);
color: white;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 50px 0 0px; /* ← REMOVED SIDE PADDING */
margin-top: 0px;
}

.hero { padding-bottom: 20px; }

.pain-points {
background: linear-gradient(135deg, #fef3c7, #fde68a);
padding: 50px 0 20px;/* ← REMOVED SIDE PADDING */
text-align: center;
}

.features, .testimonials, .faq {
background: #f8fafc;
padding: 50px 0; /* ← REMOVED SIDE PADDING */
}

.bonuses, .coach {
background: linear-gradient(135deg, #1f2937, #111827);
color: white;
padding: 50px 120px 50px 120px !important; /* ← REMOVED SIDE PADDING */
}

.pricing {
background: linear-gradient(135deg, #020617, #001f3f, #020617);
color: white;
padding: 40px 0; /* ← REMOVED SIDE PADDING */
text-align: center;
}

.custom-footer {
background: linear-gradient(135deg, #111827, #1f2937);
color: white;
padding: 20px 10px 30px 10px; /* ← REMOVED SIDE PADDING */
text-align: center;
margin-top: 0px;
box-shadow: 0 -8px 32px rgba(0,0,0,0.3);
}

/* FIXED 3-COLUMN GRID WITH EXTRA GAP SPACING */
.features-grid,
.bonus-grid,
.testimonial-grid,
.pain-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px 70px;
max-width: 1150px;
margin: 0 auto 100px;
justify-items: center;
align-items: start;
padding: 0 20px;
}

/* COMPACT GRID ITEMS */
.feature-item,
.bonus-item,
.testimonial,
.pain-list div {
font-size: 0.95rem;
line-height: 1.55;
width: 100%;
max-width: 320px;
}

.feature-item h3,
.bonus-item h3 {
font-size: 1.25rem;
margin-bottom: 16px;
}

.feature-item, .bonus-item {
padding: 36px 28px;
text-align: center;
border-radius: 28px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item {
background: white;
border: 3px solid transparent;
box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}

.feature-item:hover {
border-color: #dc2626;
transform: translateY(-12px);
box-shadow: 0 36px 72px rgba(0,0,0,0.16);
}

.bonus-item {
background: rgba(255,255,255,0.15);
backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.2);
}

.bonus-item:hover {
background: rgba(255,255,255,0.25);
transform: translateY(-12px);
box-shadow: 0 36px 72px rgba(0,0,0,0.3);
}

.testimonial {
    background: white;
    padding: 32px 24px 68px 24px;
    border-radius: 28px;
    box-shadow: 0 28px 56px rgba(0,0,0,0.12);
    border-left: 8px solid #dc2626;
    font-style: italic;
    position: relative;
    margin: 0;
    text-align: center;
}

.testimonial::after {
    content: '⭐⭐⭐⭐⭐';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fbbf24;
    font-size: 1.3rem;
    z-index: 10;
}


.pain-list div {
background: rgba(255,255,255,0.95);
padding: 28px 24px;
border-radius: 24px;
box-shadow: 0 20px 48px rgba(0,0,0,0.12);
line-height: 1.65;
}

/* HEADERS - PERFECT CENTER ALIGNMENT */
.features h2,
.bonuses h2,
.testimonials h2,
.faq h2 {
font-size: clamp(2.2rem, 5.5vw, 3.8rem);
font-weight: 800;
margin: 0 auto 72px;
line-height: 1.2;
max-width: 800px;
text-align: center !important;
padding: 0;
}

h1 {
font-size: clamp(2.8rem, 6.5vw, 4.8rem);
font-weight: 900;
margin: 0 0 36px 0;
line-height: 1.1;
text-shadow: 0 4px 16px rgba(0,0,0,0.3);
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

h2 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
margin: 0 0 72px 0;
line-height: 1.2;
text-align: center;
}

.red-small-text {
color: #CFB53B;
font-size: 1.125rem;
font-weight: 600;
margin: 0 0 24px 0;
letter-spacing: 0.5px;
text-transform: uppercase;
}

.hero-subtitle {
font-size: clamp(1.125rem, 3vw, 1.375rem);
margin: 0 0 36px 0;
opacity: 0.95;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.italic-disclaimer {
font-size: 1.125rem;
font-style: italic;
color: #b0b0b0;
font-weight: 300;
max-width: 650px;
margin: 0 auto 56px;
line-height: 1.6;
}

/* BUTTONS - PROFESSIONAL */
.btn-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
margin: 56px 0;
}

.btn-primary2 {
background: linear-gradient(45deg, #2563eb, #3b82f6);
color: white;
padding: 28px 20px;
text-decoration: none;
border-radius: 16px;
font-size: 1.125rem;
font-weight: 700;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 60px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 12px 40px rgba(245, 158, 11, 0.5);
border: 2px solid rgba(255, 215, 0, 0.2);
cursor: pointer;
max-width: 450px;
width: 100%;
position: relative;
overflow: hidden;
text-align: center;
}

.btn-primary2:hover {
background: #CFB53B;
box-shadow: 0 20px 60px rgba(245, 158, 11, 0.7),
0 0 30px rgba(255, 215, 0, 0.5);
transform: translateY(-4px);
border-color: rgba(255, 215, 0, 0.4);
}

.btn-primary2:active {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.btn-primary {
background: linear-gradient(45deg, #2563eb, #3b82f6);
color: white;
padding: 28px 120px;
text-decoration: none;
border-radius: 16px;
font-size: 1.125rem;
font-weight: 700;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 60px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 12px 40px rgba(207, 181, 59, 0.4);
border: none;
cursor: pointer;
max-width: 800px;
width: 100%;
position: relative;
overflow: hidden;
text-align: center;
}

.btn-primary:hover {
background: #CFB53B;
box-shadow: 0 20px 60px rgba(245, 158, 11, 0.7),
0 0 30px rgba(255, 215, 0, 0.5);
transform: translateY(-4px);
border-color: rgba(255, 215, 0, 0.4);
}

.btn-title { font-size: 1.125rem; font-weight: 800; }
.btn-subtitle {
font-size: 0.875rem;
font-weight: 500;
opacity: 0.95;
margin-top: 4px;
}

/* PAIN POINTS */
.pain-title {
font-size: clamp(2.2rem, 5.5vw, 3.2rem);
color: #b45309;
margin-bottom: 72px;
font-weight: 800;
text-align: center;
}

.highlight-box {
background: linear-gradient(45deg, #f59e0b, #fbbf24);
padding: 56px 72px;
margin: 56px auto;
border-radius: 24px;
font-size: 1.5rem;
font-weight: 700;
max-width: 950px;
box-shadow: 0 24px 56px rgba(245,158,11,0.3);
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.3;
}

/* PRICING */
.price-new {
font-size: clamp(4.5rem, 13vw, 7.5rem);
font-weight: 900;
margin: 2px 0;
text-shadow: 0 8px 24px rgba(0,0,0,0.5);
letter-spacing: -0.02em;
text-align: center;
}

.price-old {
font-size: 2.25rem;
text-decoration: line-through;
color: #fde68a;
margin-bottom: 2px;
text-align: center;
}

.price-breakdown {
font-size: 1.5rem;
margin: 20px 0;
opacity: 0.9;
text-align: center;
}

.sales-form {
max-width: 540px;
margin: 42px auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}

.sales-form button.submitting {
opacity: 0.7 !important;
cursor: not-allowed !important;
}

.sales-form.submitting * {
pointer-events: none !important;
}

.sales-form input {
width: 100%;
max-width: 440px;
padding: 28px 32px;
border-radius: 20px;
border: 2px solid rgba(255,255,255,0.3);
font-size: 1.0625rem;
background: rgba(255,255,255,0.95);
transition: all 0.3s;
}

.sales-form input:focus {
outline: none;
border-color: white;
box-shadow: 0 0 0 6px rgba(255,255,255,0.2);
}

.free-notice {
font-size: 1.625rem;
margin-top: 72px;
font-weight: 700;
text-align: center;
}

/* RESET BASIC STYLES */
.faq-item,
.faq-question,
.faq-question-content,
.faq-question-icon {
all: unset !important;
display: block !important;
box-sizing: border-box !important;
}

/* --- MOBILE FIRST --- */
.faq-item {
width: 100% !important;
max-width: 380px !important;
margin: 0 auto 12px !important;
}

/* QUESTION CONTAINER */
.faq-question {
position: relative !important; /* para ma-place ang icon sa dulo */
width: 100% !important;
padding: 14px 0px 14px 16px !important; /* may space sa kanan para sa icon */
font-size: 0.85rem !important;
line-height: 1.5 !important;
background: linear-gradient(90deg, #b8860b, #c19a00) !important;
color: #fff !important;
border-radius: 12px 12px 12px 12px !important;
border: 1px solid #a77e00 !important;
cursor: pointer !important;
}

/* TEXT SECTION */
.faq-question-content {
display: block !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}

/* ICON NA NASA DULO */
.faq-question-icon {
position: absolute !important;
top: 50% !important;
right: 30px !important; /* icon naka-align sa pinakakanan */
transform: translateY(-50%) !important;
color: #fff !important;
font-size: 0.88rem !important;
font-weight: 500 !important;
line-height: 2.5 !important;
}

.faq-question-icon::after {
content: '+' !important;
transition: transform 0.3s ease, content 0.3s ease !important;
}

.faq-question.active .faq-question-icon::after {
content: '×' !important;
}

/* ANSWER AREA */
.faq-answer {
max-height: 0 !important;
overflow: hidden !important;
width: 100% !important;
padding: 0 18px !important;
font-size: 0.95rem !important;
line-height: 1.6 !important;
background: #fff !important;
color: #444 !important;
border: 1px solid #dedede !important;
border-top: none !important;
border-radius: 0 0 12px 12px !important;
margin: 0 auto !important;
transition: max-height 0.4s ease, padding 0.3s ease !important;
box-sizing: border-box !important;
}

.faq-question.active + .faq-answer {
max-height: 400px !important;
padding: 12px 50px 18px 16px !important;
}

/* --- MOBILE CUSTOM STYLE (<800px) --- */
@media (max-width: 799px) {
.faq-item {
max-width: 380px !important;
margin: 0 auto 14px !important;
}

.faq-question {
display: flex !important;
align-items: flex-start !important; /* para text sa left at icon sa taas ng column */
justify-content: space-between !important;
font-size: 0.9rem !important;
line-height: 1.5 !important; /* bawas na line height */
min-height: 90px !important; /* moderate height */
padding: 16px 40px 16px 16px !important;
background: linear-gradient(90deg, #b8860b, #c19a00) !important;
color: #fff !important;
border-radius: 12px 12px 12px 12px !important;
border: 1px solid #a77e00 !important;
position: relative !important;
}

.faq-question-content {
margin-top: 5px !important;
flex: 1 !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
padding-right: 12px !important; /* maliit lang na gap sa kanan */
}

.faq-question-icon {
flex-shrink: 0 !important;
margin-top: 0px !important; /* itulak pababa para tapat sa 2nd line */
font-size: 1.2rem !important;
font-weight: 500 !important;
line-height: 5 !important;
color: #fff !important;
}

.faq-question-icon::after {
content: '+' !important;
transition: transform 0.3s ease, content 0.3s ease !important;
}

.faq-question.active .faq-question-icon::after {
content: '×' !important;
}
}

/* --- DESKTOP (unchanged sa dati mong settings) --- */
@media (min-width: 1024px) {
.faq-item {
max-width: 950px !important;
margin: 0 auto 40px !important;
}

.faq-question {
font-size: 1.4rem !important;
line-height: 1.6 !important; /* balik sa normal line height */
min-height: auto !important; /* remove fixed height */
padding: 24px 32px !important; /* original desktop padding */
}

.faq-question-icon::after {
font-size: 1.6rem !important;
}
}


/* CUSTOM FOOTER */
.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto 20px;
flex-wrap: wrap;
gap: 32px;
}

.footer-links {
display: flex;
gap: 30px;
}

.footer-links a {
color: #ffffff;
text-decoration: none;
font-weight: 600;
font-size: 1.0625rem;
transition: all 0.3s;
}

.footer-links a:hover {
color: #ffffff;
transform: translateY(-2px);
}

.footer-credit {
font-size: 0.9375rem;
opacity: 0.85;
border-top: 1px solid rgba(255,255,255,0.15);
padding-top: 32px;
max-width: 700px;
margin: 0 auto;
}

/* MESSENGER */
.messenger-trigger {
width: 60px !important;
height: 60px !important;
bottom: 28px !important;
right: 55px !important;
border-radius: 50% !important;
background: #FFFFFF !important;
box-shadow: 0 16px 40px rgba(0,132,255,0.35) !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
position: fixed !important;
z-index: 9999 !important;
transition: all 0.3s ease !important;
}

.messenger-trigger::before {
content: "" !important;
width: 52px !important;
height: 52px !important;
background-image: url("https://richfx.ph/wp-content/uploads/2026/01/Messenger-Logo.png") !important;
background-size: 52px 52px !important;
background-repeat: no-repeat !important;
background-position: center !important;
display: block !important;
}

.messenger-trigger:hover {
transform: scale(1.15) translateY(-2px) !important;
box-shadow: 0 24px 56px rgba(0,132,255,0.55) !important;
background: #F0F8FF !important;
}

.message-us-text {
position: fixed !important;
bottom: 88px !important;
right: 30px !important;
background: linear-gradient(135deg, #0084FF, #00A1FF) !important;
color: white !important;
padding: 8px 16px !important;
border-radius: 25px !important;
font-size: 14px !important;
font-weight: 600 !important;
font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
box-shadow: 0 8px 24px rgba(0,132,255,0.4) !important;
white-space: nowrap !important;
z-index: 9998 !important;
opacity: 1 !important;
transition: all 0.3s ease !important;
cursor: pointer !important;
}

.message-us-text:hover {
box-shadow: 0 12px 32px rgba(0,132,255,0.6) !important;
background: linear-gradient(135deg, #007ACC, #0099E6) !important;
}

/* RESPONSIVE MASTER */
html {
font-size: 16px;
scroll-behavior: smooth;
}

@media (max-width: 1024px) {
html { font-size: 15px; }
.video-container {
max-width: 100vw !important;
padding-bottom: 35% !important;
}
}

@media (max-width: 768px) {
html { font-size: 14.5px; }
.video-container {
padding-bottom: 45% !important;
max-width: 100vw !important;
margin: 0px auto !important;
min-height: 260px !important;
}

/* HERO IMAGE - CENTERED */
.hero2 .hero-image {
width: clamp(420px, 48vw, 360px) !important;
height: clamp(420px, 43vw, 280px) !important;
max-width: 95% !important;
margin: 0 auto !important;
display: block !important;
position: relative !important;
left: 50% !important;
transform: translateX(-50%) !important;
padding: 8px 0 !important;  /* Maliit na top/bottom padding */
box-sizing: border-box !important;
}



.hero2 .hero-image .transparent-icon {
max-width: 100% !important;
max-height: 100% !important;
display: block !important;
margin: 0 auto !important;
padding: 10px 0 0px !important;
}

.hero2 {
padding: 50px 14px 20px !important;
}

/* ALL CONTAINERS */
.container,
.pain-points, .features, .testimonials,
.faq, .bonuses, .coach, .pricing, .custom-footer {
padding-left: 14px !important;
padding-right: 14px !important;
}

/* HEADER */
.header-bar { height: 64px !important; padding: 0 14px !important; }
.logo img { height: 25px !important; }

/* MOBILE GRIDS */
.features-grid, .bonus-grid, .testimonial-grid, .pain-list {
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
justify-content: center !important;
gap: 20px !important;
margin: 0 auto !important;
width: 100% !important;
padding: 0 !important;
}

/* MOBILE GRID ITEMS */
.testimonials .testimonial,
.testimonials .testimonial-item,
.testimonial-grid .testimonial,
.feature-item,
.bonus-item {
width: 100% !important;
max-width: none !important;
min-height: 130px !important;
padding: 16px 20px !important;
margin: 0 !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: flex-start !important;
text-align: center !important;
box-sizing: border-box !important;
}

/* 🔥✅ PERFECT FULL-VIEWPORT CENTERED PAIN-LIST - MOBILE */
@media (max-width: 768px) {
.pain-list {
width: 100vw !important;
max-width: 100vw !important;
margin-left: calc(50% - 50vw) !important;
margin-right: calc(50% - 50vw) !important;
padding: 0 !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 20px !important;
box-sizing: border-box !important;
}

.pain-list div {
width: 100% !important;
max-width: 300px !important; /* Perfect mobile width */
height: 170px !important;
margin: 0 auto !important; /* KEY: Auto margin center */
padding: 20px 10px 0 10px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
line-height: 1.4 !important;
box-sizing: border-box !important;
border-radius: 12px !important; /* Optional: nice touch */
}

.pain-list div p {
margin: 0 !important;
padding: 0 !important;
font-size: 0.88rem !important;
max-width: 90% !important;
line-height: 1.3 !important;
display: inline-block !important;
word-wrap: break-word !important;
hyphens: auto !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.pain-list div p::before {
content: "✅" !important;
font-size: 1.2em !important;
margin-right: 8px !important;
vertical-align: middle !important;
line-height: 1 !important;
display: inline-block !important;
}
}


/* TESTIMONIAL MOBILE - COMPLETE FIXED VERSION */
.testimonials .testimonial,
.testimonial,
.testimonials .testimonial-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* para consistent height */
    min-height: 140px !important; /* sapat na space para sa 3 lines + stars */
    
}

/* TEXT: STRICT 3 LINES MAX + NO OVERFLOW */
.testimonials .testimonial-text,
.testimonials .testimonial p,
.testimonial .testimonial-text,
.testimonial p {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    width: 100% !important;
    line-height: 0.68 !important; /* predictable 3-line height */
    
    /* STRICT 3 LINES ONLY */
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    
    flex: 1.50 !important; /* mag-aadjust para hindi sumapaw */
}

/* STARS: PALAGI SA BABANG PART */
.testimonials .testimonial-stars,
.testimonials .stars,
.testimonial .stars,
.rating-stars {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding: 4px 0 0 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    flex-shrink: 0 !important; /* hindi magsasara kahit ano */
}

/* INDIVIDUAL STARS */
.testimonials .star,
.stars svg,
.star,
.rating-star {
    font-size: 0.98rem !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

/* EXTRA SAFETY - kung may absolute positioning */
.testimonials * {
    position: relative !important;
}

/* Mobile viewport specific */
@media (max-width: 768px) {
    .testimonials .testimonial,
    .testimonial {
        min-height: 140px !important;
        padding: 12px !important;
    }
    
    .testimonials .testimonial-text,
    .testimonials .testimonial p {
        font-size: 0.73rem !important;
        line-height: 0.98 !important;
    }
}

/* HIGHLIGHT BOX */
.highlight-box {
padding: 18px 16px !important;
font-size: 0.88rem !important;
margin: 12px auto !important;
max-width: 380px !important;
text-align: center !important;
line-height: 1.45 !important;
}

/* BUTTONS */
.btn-primary, .btn-primary2, .btn-secondary {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
width: 100% !important;
max-width: 340px !important;
margin: 8px auto !important;
padding: 22px 32px !important;
min-height: 80px !important;
font-weight: 700 !important;
line-height: 1.22 !important;
letter-spacing: 0.2px !important;
text-transform: uppercase !important;
white-space: normal !important;
border-radius: 12px !important;
box-sizing: border-box !important;
text-align: center !important;
border: none !important;
cursor: pointer !important;
gap: 2px !important;
}

.btn-primary2 {
background: linear-gradient(45deg, #f59e0b, #d97706) !important;
box-shadow: 0 12px 30px rgba(245, 158, 11, 0.5) !important;
border: 2px solid rgba(255, 215, 0, 0.2) !important;
font-size: 0.96rem !important;
}

.btn-title {
font-size: 0.96rem !important;
font-weight: 700 !important;
line-height: 1.18 !important;
margin: 0 !important;
padding: 0 8px !important;
width: 100% !important;
display: block !important;
max-height: 2.4em !important;
overflow: hidden !important;
}

.btn-subtitle {
font-size: 0.7rem !important;
font-weight: 500 !important;
line-height: 1.25 !important;
margin: 0 !important;
padding: 2px 8px 0 8px !important;
opacity: 0.92 !important;
letter-spacing: 0.3px !important;
width: 100% !important;
display: block !important;
}

/* FORM + TITLES + FAQ */
.sales-form {
width: 100% !important;
max-width: 340px !important;
margin: 12px auto !important;
gap: 12px !important;
padding: 0 !important;
}
.sales-form input {
width: 100% !important;
padding: 16px 18px !important;
font-size: 0.95rem !important;
margin: 0 !important;
box-sizing: border-box !important;
border-radius: 12px !important;
}

h1 {
font-size: clamp(1.8rem, 6vw, 2.4rem) !important;
line-height: 1.18 !important;
margin: 0 0 12px 0 !important;
text-align: center !important;
max-width: 100% !important;
}
h2 {
font-size: clamp(1.4rem, 5vw, 1.9rem) !important;
margin: 8px 0 28px 0 !important;
line-height: 1.3 !important;
text-align: center !important;
}

.faq-item { width: 100% !important; max-width: 360px !important; margin: 0 auto 16px !important; }
.faq-question { padding: 20px 24px 20px 24px !important; font-size: 0.98rem !important; }

/* MOBILE MESSENGER */
.message-us-text {
bottom: 80px !important;
right: 18px !important;
font-size: 13px !important;
padding: 6px 14px !important;
}
.messenger-trigger {
width: 56px !important;
height: 56px !important;
bottom: 20px !important;
right: 30px !important;
}
.messenger-trigger::before {
width: 48px !important;
height: 48px !important;
background-size: 48px 48px !important;
}

/* EXTRA SMALL MOBILE */
@media (max-width: 480px) {

.btn-primary, .btn-primary2, .btn-secondary {
padding: 20px 28px !important;
min-height: 76px !important;
}
.highlight-box {
padding: 16px 14px !important;
font-size: 0.85rem !important;
max-width: 300px !important;
}
.sales-form input { padding: 14px 16px !important; }
.pain-list div {
min-height: 120px !important;
height: 120px !important;
padding: 30px 22px !important;
}
}


@keyframes fadeIn {
from { opacity: 0; transform: translateY(-12px); }
to { opacity: 1; transform: translateY(0); }
}

html, body {
overflow-x: hidden !important;
}

html {
font-size: 16px;
scroll-behavior: smooth;
}