/**
 * Stylesheet for Landing Page - Rò Hậu Môn
 *
 * Deep Green: #0F5132 | Warm Gold: #C5A85C | Mint: #E8F5E9 | Dark: #212529 | Accent Red: #DC3545
 */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&display=swap');

/* Global variables and resets for the template page */
.landing-rohaumon-wrapper {
    --landing-bg-herbs: url('/wp-content/uploads/2026/06/ChatGPT-Image-Jun-30-2026-10_15_48-AM.webp');
    --landing-bg-medicine: url('../images/landing_medicine.png');
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: hidden;
}

.landing-rohaumon-wrapper h1,
.landing-rohaumon-wrapper h2,
.landing-rohaumon-wrapper h3,
.landing-rohaumon-wrapper h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0F5132;
    margin-top: 0;
}

.landing-rohaumon-wrapper .landing-container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Helper styles */
.text-center { text-align: center; }
.text-green { color: #0F5132; font-weight: bold; }
.text-red { color: #DC3545; font-weight: bold; }

/* Sections — spacing, separation & alternating backgrounds */
.landing-rohaumon-wrapper section {
    position: relative;
    padding: 80px 0;
    scroll-margin-top: 80px;
}

/* Button styles */
.landing-rohaumon-wrapper .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.landing-rohaumon-wrapper .btn-primary {
    background: linear-gradient(135deg, #0F5132 0%, #198754 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(15, 81, 50, 0.3);
}

.landing-rohaumon-wrapper .btn-primary:hover {
    background: linear-gradient(135deg, #198754 0%, #0F5132 100%);
    box-shadow: 0 6px 20px rgba(15, 81, 50, 0.45);
    transform: translateY(-2px);
}

.landing-rohaumon-wrapper .btn-secondary {
    background-color: #ffffff;
    color: #0F5132 !important;
    border: 2px solid #0F5132;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.landing-rohaumon-wrapper .btn-secondary:hover {
    background-color: #E8F5E9;
    transform: translateY(-2px);
}

.landing-rohaumon-wrapper .btn-block {
    display: flex;
    width: 100%;
}

.landing-rohaumon-wrapper .btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Hero Section */
.landing-hero {
    background-size: cover;
    background-position: center;
    padding: 100px 0 !important;
    position: relative;
    border-bottom: 5px solid #0F5132;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.hero-tag {
    display: inline-block;
    background-color: #E8F5E9;
    color: #0F5132;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.landing-hero h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0c4028;
}

.hero-subtext {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.hero-bullets {
    margin-bottom: 35px;
}

.bullet-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.bullet-icon {
    color: #C5A85C;
    font-weight: bold;
    font-size: 18px;
    margin-right: 12px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.hero-hotline-wrap {
    font-size: 15px;
}

.hero-hotline {
    color: #DC3545;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px dashed #DC3545;
    transition: color 0.3s;
}

.hero-hotline:hover {
    color: #bd2130;
}

.hero-image-box {
    position: relative;
}

.hero-featured-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 5px solid #ffffff;
    display: block;
    margin: 0 auto;
    animation: float 6s ease-in-out infinite;
}

.badge-experience {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, #C5A85C 0%, #D4AF37 100%);
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(197, 168, 92, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
}

.badge-number {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.badge-text {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

/* Statistics Bar Section */
.landing-stats-bar {
    background: linear-gradient(135deg, #0F5132 0%, #0c4028 100%);
    padding: 30px 0 !important;
    border-bottom: 4px solid #C5A85C;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item {
    padding: 10px;
    color: #ffffff;
}

.stat-number {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* Floating Actions CSS */
/* .landing-floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.float-btn:hover {
    transform: scale(1.05);
}

.float-call {
    background-color: #DC3545;
}

.float-zalo {
    background-color: #0068ff;
}

.float-icon {
    font-size: 20px;
} */

/* Section Headers */
.section-header {
    margin-bottom: 50px;
}

.section-subtitle {
    display: inline-block;
    color: #C5A85C;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.header-line {
    width: 60px;
    height: 4px;
    background-color: #C5A85C;
    margin: 0 auto 20px auto;
    border-radius: 2px;
}

.header-line.left {
    margin-left: 0;
}

.section-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
}

/* Disease Section */
.landing-disease {
    background-color: #faf8f4;
}

.disease-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.disease-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0edf8;
    position: relative;
    transition: all 0.3s ease;
}

.disease-card:hover {
    transform: translateY(-5px);
    border-color: #0F5132;
    box-shadow: 0 12px 35px rgba(15, 81, 50, 0.08);
}

.card-num {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    color: #E8F5E9;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 25px;
    line-height: 1;
}

.disease-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.disease-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    position: relative;
    z-index: 1;
}

.warning-box {
    background-color: #FFF2F2;
    border-left: 5px solid #DC3545;
    padding: 25px 30px;
    border-radius: 0 15px 15px 0;
}

.warning-box h4 {
    color: #DC3545;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

.warning-box p {
    font-size: 14px;
    color: #444;
    margin: 0;
}

/* Solution Section */
.landing-solution {
    background-color: #ffffff;
    overflow: hidden;
    background-image:
        linear-gradient(105deg, rgba(255, 255, 255, 0.97) 42%, rgba(248, 252, 249, 0.9) 100%),
        var(--landing-bg-herbs);
    background-size: cover, 58% auto;
    background-position: center, right -40px center;
    background-repeat: no-repeat, no-repeat;
}

.solution-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.solution-content,
.comparison-box {
    min-width: 0;
    max-width: 100%;
}

.solution-content h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.solution-content .intro {
    font-size: 15px;
    margin-bottom: 30px;
    color: #555;
}

.mechanism-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step-item {
    display: flex;
    gap: 20px;
}

.step-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #0F5132;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.step-text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.step-text p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Comparison Box */
.comparison-box {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    padding: 40px 30px;
    border: 1px solid #f0edf8;
    width: 100%;
    box-sizing: border-box;
}

.comparison-box h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.comparison-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    width: 100%;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 15px;
    font-size: 13px;
    border-bottom: 1px solid #f0edf8;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    vertical-align: top;
    hyphens: auto;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 28%;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
    width: 36%;
}

.comparison-table th {
    font-weight: 700;
    color: #0F5132;
}

.col-highlight {
    background-color: #F4FAF7;
    font-weight: 600;
}

/* Patient Journey Timeline Section styling */
.landing-journey {
    background-color: #f0f7f2;
    background-image:
        linear-gradient(180deg, rgba(240, 247, 242, 0.93) 0%, rgba(240, 247, 242, 0.86) 100%),
        var(--landing-bg-herbs);
    background-size: cover, 100% auto;
    background-position: center, left -50px top 20px;
    background-repeat: no-repeat, no-repeat;
}

.timeline-wrapper {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #E8F5E9;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    z-index: 2;
}

.timeline-item.right {
    left: 50%;
    justify-content: flex-start;
}

.timeline-item.left {
    left: 0;
}

.timeline-badge {
    position: absolute;
    right: -20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #C5A85C;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(197, 168, 92, 0.3);
    z-index: 5;
}

.timeline-item.right .timeline-badge {
    left: -20px;
}

.timeline-panel {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.96);
    border: 1px solid #f0edf8;
    padding: 25px 30px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.timeline-item.left .timeline-panel {
    margin-right: 25px;
}

.timeline-item.right .timeline-panel {
    margin-left: 25px;
}

.timeline-panel h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-panel p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/* Ingredients Section */
.landing-ingredients {
    background-color: #E8F5E9;
    background-image:
        linear-gradient(180deg, rgba(232, 245, 233, 0.9) 0%, rgba(223, 240, 226, 0.82) 100%),
        var(--landing-bg-herbs);
    background-size: cover, 52% auto;
    background-position: center, right -30px bottom -20px;
    background-repeat: no-repeat, no-repeat;
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.ingredient-card {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 81, 50, 0.05);
    transition: all 0.3s;
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(15, 81, 50, 0.1);
}

.ingredient-img-placeholder {
    font-size: 40px;
    margin-bottom: 15px;
}

.ingredient-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredient-card p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* Medicine / Product Section */
.landing-product {
    background-color: #ffffff;
    background-size: cover, 520px auto;
    background-position: center, right -100px center;
    background-repeat: no-repeat, no-repeat;
}

.product-showcase {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
    gap: 40px;
    align-items: center;
    margin: 0 auto;
    padding: 36px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e8f0eb;
    box-shadow: 0 20px 50px rgba(15, 81, 50, 0.08);
}

.product-showcase-visual {
    position: relative;
}

.product-image-frame {
    background: linear-gradient(145deg, #edf7f0 0%, #f8fbf9 100%);
    border-radius: 20px;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.product-image-frame img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 81, 50, 0.12);
}

.product-visual-stamp {
    position: absolute;
    right: -8px;
    bottom: 20px;
    background: #0F5132;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(15, 81, 50, 0.25);
}

.product-showcase-content {
    padding: 10px 0;
}

.product-badge {
    display: inline-block;
    background-color: #C5A85C;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.product-name {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #0F5132;
}

.product-price-box {
    background: #fff8f8;
    border: 1px solid #fde2e2;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 22px;
}

.product-price-label {
    font-size: 17px;
    color: #DC3545;
    font-weight: 700;
    margin: 0 0 8px;
}

.product-price-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.product-benefits-block h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
}

.product-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.product-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #f7fbf8;
    border: 1px solid #e3efe7;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
}

.benefit-check {
    color: #0F5132;
    font-weight: 700;
    flex-shrink: 0;
}

.product-usage-card {
    background: #faf8f3;
    border-left: 3px solid #C5A85C;
    border-radius: 0 10px 10px 0;
    padding: 14px 16px;
    margin-bottom: 22px;
}

.product-usage-card strong {
    display: block;
    margin-bottom: 6px;
    color: #0F5132;
    font-size: 13px;
}

.product-usage-card p {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.product-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-cta-row .btn-primary {
    flex: 1 1 220px;
    text-align: center;
}

.product-hotline-btn {
    flex: 1 1 200px;
    text-align: center;
    font-size: 13px;
}

/* Doctors Team Section */
.landing-doctors-team {
    background-color: #f0f7f2;
    background-image: linear-gradient(180deg, rgba(240, 247, 242, 0.93) 0%, rgba(240, 247, 242, 0.86) 100%), var(--landing-bg-herbs);
    background-size: cover, 100% auto;
    background-position: center, left -50px top 20px;
    background-repeat: no-repeat, no-repeat;
}

.doctors-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.doctor-team-card {
    background: #ffffff;
    border: 1px solid #ebe8f2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doctor-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(15, 81, 50, 0.12);
}

.doctor-team-photo {
    height: 260px;
    overflow: hidden;
    background: #edf5f0;
}

.doctor-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doctor-team-body {
    padding: 22px 20px 24px;
}

.doctor-team-tag {
    display: inline-block;
    color: #0F5132;
    border: 1px solid #0F5132;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.doctor-team-body h3 {
    font-size: 20px;
    margin: 0 0 6px;
    color: #1f2937;
}

.doctor-team-role {
    font-size: 13px;
    color: #0F5132;
    font-weight: 600;
    margin: 0 0 6px;
}

.doctor-team-exp {
    font-size: 12px;
    color: #C5A85C;
    font-weight: 700;
    margin: 0 0 12px;
}

.doctor-team-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Core Quality Commitments Section styling */
.landing-commitments {
    background: linear-gradient(180deg, #fffbf5 0%, #faf6ee 100%);
}

.commitments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.commitment-card {
    background-color: #ffffff;
    border: 1px solid #f0edf8;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.commitment-card:hover {
    transform: translateY(-5px);
    border-color: #C5A85C;
    box-shadow: 0 12px 30px rgba(197,168,92,0.1);
}

.commit-icon-box {
    width: 60px;
    height: 60px;
    background-color: #E8F5E9;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F5132;
}

.commitment-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.commitment-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Testimonials Section */
.landing-testimonials {
    background-color: #edf5ef;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.testimonial-card {
    background-color: #fcfbf9;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid #f0edf8;
}

.testimonial-rating {
    margin-bottom: 15px;
    font-size: 16px;
}

.testimonial-content {
    font-size: 14px;
    color: #444;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-avatar-placeholder {
    width: 45px;
    height: 45px;
    background-color: #0F5132;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.user-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.user-info span {
    font-size: 11px;
    color: #777;
    display: block;
}

/* FAQ Section */
.landing-faq {
    background-color: #ffffff;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #f0edf8;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #0f4028;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #F4FAF7;
}

.faq-icon {
    font-size: 18px;
    font-weight: 700;
    color: #C5A85C;
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 0 25px 10px 25px;
    border-top: 1px solid #f0edf8;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Form Section */
.landing-consult-form {
    background: linear-gradient(135deg, #0F5132 0%, #062b1a 100%);
    position: relative;
}

.form-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    padding: 50px;
    max-width: 750px;
    margin: 0 auto;
}

.form-header h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.form-header p {
    font-size: 13px;
    color: #666;
    margin-bottom: 35px;
}

.landing-form .form-group-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #444;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #dcdde1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #0F5132;
    outline: none;
}

.required {
    color: #DC3545;
}

.form-alert {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    font-weight: 600;
}

.form-alert.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-alert.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Animations Scroll Reveal Class */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 1s forwards 0.2s;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    animation: fadeInRight 1s forwards 0.2s;
}

/* CSS Keyframes */
@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(15, 81, 50, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(15, 81, 50, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(15, 81, 50, 0);
    }
}

.btn-pulse {
    animation: pulse 2s infinite;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 992px) {
    .landing-hero {
        padding: 60px 0 !important;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .hero-content {
        order: 1;
    }
    .hero-image-box {
        order: 2;
        max-width: 320px;
        margin: 0 auto;
    }
    .badge-experience {
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        width: max-content;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .disease-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .solution-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
    .solution-content {
        order: 1;
        width: 100%;
    }
    .comparison-box {
        order: 2;
        width: 100%;
        padding: 28px 20px;
    }
    .comparison-table {
        table-layout: auto;
    }

    .timeline-line {
        left: 20px;
    }
    .timeline-item {
        width: 100%;
        left: 0 !important;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .timeline-badge {
        left: 0 !important;
        right: auto !important;
    }
    .timeline-panel {
        width: calc(100% - 50px);
        margin-left: 50px !important;
        margin-right: 0 !important;
    }

    .product-showcase {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    .product-image-frame {
        min-height: 280px;
        padding: 24px;
    }
    .product-benefits-grid {
        grid-template-columns: 1fr;
    }
    .doctors-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .commitments-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ingredients-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .landing-rohaumon-wrapper .landing-container {
        padding: 0 18px;
    }

    .landing-rohaumon-wrapper section {
        padding: 56px 0;
        scroll-margin-top: 70px;
    }

    .landing-hero {
        padding: 48px 0 !important;
    }

    .landing-stats-bar {
        padding: 24px 0 !important;
    }

    .landing-consult-form {
        padding: 64px 0 !important;
    }

    .section-header {
        margin-bottom: 36px;
    }

    .section-header h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .section-subtitle {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .section-desc {
        font-size: 14px;
        padding: 0 4px;
    }

    .landing-hero h1 {
        font-size: 28px;
    }

    .hero-subtext {
        font-size: 15px;
    }

    .stat-number {
        font-size: 34px;
    }

    .stat-label {
        font-size: 12px;
    }

    .disease-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .disease-card {
        padding: 28px 22px;
    }

    .warning-box {
        padding: 20px 18px;
    }

    .landing-solution .solution-grid {
        gap: 28px;
    }

    .landing-solution {
        background-size: cover, 0 0;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 249, 0.95) 100%);
    }

    .landing-journey {
        background-size: cover, 0 0;
        background-image: linear-gradient(180deg, rgba(240, 247, 242, 0.98) 0%, rgba(240, 247, 242, 0.94) 100%);
    }

    .landing-ingredients {
        background-size: cover, 340px auto;
        background-position: center, center bottom -30px;
        background-image:
            linear-gradient(180deg, rgba(177, 255, 183, 0.94) 0%, rgba(223, 240, 226, 1) 75%, rgba(115, 255, 126, 0.8) 100%),
            var(--landing-bg-herbs);
    }

    .landing-product {
        background-size: cover, 300px auto;
        background-position: center, center bottom -40px;
        background-image:
            linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 249, 0.9) 70%, rgba(255, 255, 255, 0.82) 100%),
            var(--landing-bg-medicine);
    }

    .landing-solution .solution-content .header-line.left {
        margin-left: 0;
    }

    .comparison-box {
        padding: 20px 14px;
        border-radius: 14px;
        margin: 0;
    }

    .comparison-box h3 {
        font-size: 17px;
        margin-bottom: 18px;
        padding: 0 4px;
    }

    .comparison-table-wrapper {
        margin: 0;
        padding-bottom: 2px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 11px;
        line-height: 1.45;
        white-space: normal;
    }

    .comparison-table th:first-child,
    .comparison-table td:first-child {
        width: 30%;
    }

    .step-item {
        align-items: flex-start;
    }

    .step-text {
        min-width: 0;
    }

    .timeline-panel {
        padding: 20px 18px;
    }

    .ingredient-card {
        padding: 24px 16px;
    }

    .product-showcase {
        padding: 20px 16px;
        border-radius: 18px;
        gap: 28px;
    }

    .product-image-frame {
        min-height: 220px;
        padding: 20px;
    }

    .product-visual-stamp {
        right: 8px;
        bottom: 12px;
        font-size: 11px;
    }

    .product-name {
        font-size: 24px;
    }

    .doctor-team-photo {
        height: 220px;
    }

    .doctor-team-body {
        padding: 18px 16px 20px;
    }

    .commitment-card {
        padding: 28px 22px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 24px 20px;
    }

    .faq-question {
        padding: 18px 16px;
        font-size: 14px;
        gap: 12px;
        min-height: 52px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 14px 16px;
    }

    .landing-form .form-group-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-wrapper {
        padding: 28px 18px;
        border-radius: 16px;
    }

    .form-group input,
    .form-group textarea {
        padding: 14px 16px;
        font-size: 16px;
        min-height: 48px;
    }

    .form-group textarea {
        min-height: 120px;
    }

    .landing-rohaumon-wrapper .btn {
        padding: 14px 22px;
        font-size: 14px;
        min-height: 48px;
    }

    .float-text {
        display: none;
    }

    .float-btn {
        width: 50px;
        height: 50px;
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .landing-rohaumon-wrapper .landing-container {
        padding: 0 14px;
    }

    .landing-rohaumon-wrapper section {
        padding: 44px 0;
    }

    .landing-hero h1 {
        font-size: 24px;
    }

    .section-header h2 {
        font-size: 22px;
    }

    .header-line {
        width: 48px;
        height: 3px;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .stat-item {
        padding: 8px 4px;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-label {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .badge-experience {
        padding: 12px 18px;
        gap: 10px;
    }

    .badge-number {
        font-size: 26px;
    }

    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .doctors-team-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-cta-row {
        flex-direction: column;
    }

    .product-cta-row .btn {
        width: 100%;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-hotline {
        font-size: 16px;
        word-break: break-word;
    }

    .card-num {
        font-size: 32px;
        top: 14px;
        right: 16px;
    }

    .step-item {
        gap: 14px;
    }

    .step-icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .landing-solution .solution-content h2 {
        font-size: 20px;
    }

    .landing-ingredients {
        background-size: cover, 260px auto;
        background-position: center, center bottom -50px;
    }

    .landing-product {
        background-size: cover, 240px auto;
        background-position: center, center bottom -60px;
    }

    .comparison-table th,
    .comparison-table td {
        font-size: 10px;
        padding: 8px 6px;
    }

    .product-hotline-btn {
      flex: 1 1 60px;
    }

    .product-cta-row .btn-primary {
      flex: 1 1 60px;
    }
}
