/* ===================================
   LANDING PAGES CSS - Flore Ibagué
   Estilo nativo para Google Ads landings
   =================================== */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- HEADER (Landing pages - blanco con texto negro) --- */
.header {
    background: #ffffff;
    padding: 12px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #ececec;
}
.header .container,
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.logo img,
.header-logo img,
.logo-container img,
.footer-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}
.logo { flex-shrink: 0; }
.nav {
    display: flex;
    gap: 20px;
}
.nav-link {
    font-size: .92rem;
    font-weight: 500;
    color: #0D0D0D;
    transition: color .2s;
}
.nav-link:hover { color: #25D366; }
.header .contact-header,
.header .contact-header * {
    color: #0D0D0D;
}
.contact-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cta-btn,
.cta-button,
.cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .2s;
    white-space: nowrap;
}
.cta-btn:hover,
.cta-button:hover,
.cta-primary:hover {
    background: #1fb855;
    transform: translateY(-1px);
}
.whatsapp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 600;
}
.whatsapp-badge:hover { background: #1fb855; }
.whatsapp-icon { width: 20px; height: 20px; }
.whatsapp-number { font-weight: 600; }
.phone-icon { margin-right: 4px; }

/* --- HERO (Landing pages - background floral) --- */
.hero {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #2d6a4f;
    background-image: url('https://images.unsplash.com/photo-1487530811176-3780de880c2d?w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.52);
    z-index: 0;
}
.hero .container,
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 20px 50px;
}
.hero h1,
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.hero p,
.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 28px;
    opacity: .93;
    line-height: 1.6;
    text-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.hero-cta,
.cta-button-large,
.cta-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 18px rgba(37,211,102,.35);
}
.hero-cta:hover,
.cta-button-large:hover,
.cta-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37,211,102,.5);
}
.hero-logo img {
    height: 80px;
    margin-bottom: 20px;
}

/* --- TRUST BADGES --- */
.trust-badges,
.trust-section {
    background: #f8f5f0;
    padding: 30px 0;
    border-bottom: 1px solid #e8e2d9;
}
.trust-badges .container,
.trust-container,
.badges-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}
.badge-item,
.badge,
.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    flex: 1;
    min-width: 180px;
    max-width: 240px;
}
.badge-item h3,
.badge h3,
.trust-badge h3 {
    font-family: 'Poppins', sans-serif;
    font-size: .95rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
}
.badge-item p,
.badge p,
.trust-badge p {
    font-family: 'Poppins', sans-serif;
    font-size: .82rem;
    color: #777;
    margin: 0;
}
.badge-icon {
    font-size: 1.8rem;
    line-height: 1;
}
.badge-text { text-align: center; }
.badge svg {
    flex-shrink: 0;
}

/* --- CONTENT SECTION --- */
.content-section,
.seo-content {
    padding: 50px 0;
}
.content-section .container { max-width: 1100px; }
.content-section h2,
.seo-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #2c2c2c;
    margin-bottom: 24px;
    text-align: center;
}
.content-section h3,
.seo-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #3a3a3a;
    margin: 28px 0 10px;
}
.content-section p,
.seo-content p {
    font-family: 'Poppins', sans-serif;
    font-size: .97rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 16px;
}
.article-content,
.seo-article,
.content-article {
    max-width: 800px;
    margin: 0 auto;
}
.article-content h2,
.seo-article h2 {
    text-align: left;
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 20px;
}
.content-card,
.content-block {
    background: #faf8f5;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #ede8e0;
}
.content-card h3,
.content-block h3 {
    margin-top: 0;
    font-size: 1.15rem;
}
.content-card p,
.content-block p {
    margin-bottom: 0;
}

/* Highlight Box */
.highlight-box {
    background: #f0ede7;
    border-left: 4px solid #25D366;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}
.highlight-box h3 { margin-top: 0; }

/* --- ZONES SECTION --- */
.zones-section {
    background: #faf8f5;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}
.zones-section h3 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 10px;
}
.zones-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
.zone-badge {
    background: #40353E;
    color: #fff;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: .85rem;
    font-weight: 500;
}

/* Orchid List */
.orchid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin: 16px 0;
}
.orchid-list li {
    background: #faf8f5;
    border-radius: 8px;
    padding: 14px 18px;
    border: 1px solid #ede8e0;
}
.orchid-list li strong {
    color: #2c2c2c;
}

/* --- CATALOG FILTERS & SEARCH --- */
.catalog-filters {
    padding: 30px 0 10px;
    background: #fff;
}
.search-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
}
.search-input {
    width: 100%;
    padding: 12px 44px 12px 16px;
    border: 2px solid #e5e0d8;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: .95rem;
    color: #333;
    background: #faf8f5;
    outline: none;
    transition: border-color .2s;
}
.search-input:focus {
    border-color: #25D366;
}
.search-input::placeholder {
    color: #aaa;
}
.search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #999;
    pointer-events: none;
}
.search-clear {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #999;
    cursor: pointer;
    display: none;
    line-height: 1;
    padding: 4px;
}
.search-clear:hover { color: #333; }
.filters-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.filter-label {
    font-family: 'Poppins', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    color: #555;
    margin-right: 4px;
}
.filter-btn {
    background: #f5f2ed;
    color: #555;
    border: 1px solid #e5e0d8;
    padding: 7px 16px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: .82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
}
.filter-btn:hover {
    background: #ebe7e0;
    border-color: #d5d0c8;
}
.filter-btn.active {
    background: #40353E;
    color: #fff;
    border-color: #40353E;
}
.results-counter {
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: .88rem;
    color: #777;
    text-align: center;
}
.empty-state {
    display: none;
    text-align: center;
    padding: 60px 20px;
    color: #999;
}
.empty-state h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 8px;
}
.empty-state p {
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
}

/* --- PRODUCTS SECTION --- */
.products-section {
    background: #faf8f5;
    padding: 50px 0;
}
.products-section h2,
.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 12px;
}
.section-subtitle,
.products-section .subtitle {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #777;
    margin-bottom: 30px;
    font-size: .95rem;
}
.products-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.product-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    transition: transform .25s, box-shadow .25s;
}
.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.product-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.product-item:hover .product-image img {
    transform: scale(1.05);
}
.product-info {
    padding: 16px 18px 20px;
}
.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #2c2c2c;
    margin: 0 0 8px;
}
.product-info p {
    font-family: 'Poppins', sans-serif;
    font-size: .85rem;
    color: #666;
    line-height: 1.55;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-footer .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c2c2c;
}
.product-footer .btn-order {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}
.product-footer .btn-order:hover {
    background: #1fb855;
}

/* --- FAQ SECTION --- */
.faq-section {
    padding: 50px 0;
    background: #fff;
}
.faq-section .container {
    max-width: 800px;
}
.faq-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 30px;
}
.faq-list,
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #e5e0d8;
    padding: 0;
}
.faq-question {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #2c2c2c;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    gap: 16px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}
.faq-question h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    flex: 1;
}
.faq-toggle,
.faq-icon {
    font-size: 1.4rem;
    color: #999;
    flex-shrink: 0;
    transition: transform .2s;
    line-height: 1;
}
.faq-item.open .faq-toggle,
.faq-item.open .faq-icon {
    transform: rotate(45deg);
}
.faq-answer {
    font-family: 'Poppins', sans-serif;
    font-size: .93rem;
    color: #555;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 0 0 0;
}
.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 0 18px 0;
}

/* --- FINAL CTA --- */
.final-cta,
.cta-final-section {
    background: linear-gradient(135deg, #40353E 0%, #8C748B 100%);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}
.final-cta h2,
.cta-final-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 14px;
    color: #fff;
}
.final-cta p,
.cta-final-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    opacity: .85;
    margin-bottom: 20px;
    color: #fff;
}
.final-cta .cta-button-large,
.cta-final-section .cta-button-large {
    background: #25D366;
    color: #fff;
    font-size: 1.1rem;
    margin-top: 8px;
}
.cta-subtitle {
    font-size: .9rem !important;
    opacity: .7 !important;
    margin-top: 12px;
}
.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

/* --- FOOTER --- */
.footer {
    background: #0D0D0D;
    color: #ccc;
    padding: 30px 0;
    text-align: center;
}
.footer-content {
    max-width: 800px;
    margin: 0 auto;
}
.footer-info {
    margin-bottom: 12px;
}
.footer-info p {
    font-size: .9rem;
    margin-bottom: 4px;
    color: #bbb;
}
.footer-info a {
    color: #25D366;
}
.footer-info a:hover {
    text-decoration: underline;
}
.footer-copyright {
    font-size: .8rem;
    color: #888;
    margin-top: 10px;
}
.footer-brand {
    margin-bottom: 8px;
}
.footer-section {
    margin-bottom: 8px;
}
.footer-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-links a {
    color: #25D366;
    font-size: .88rem;
}
.footer-bottom {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #333;
}

/* --- CONTACT INFO --- */
.contact-info {
    background: #faf8f5;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
}
.header-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #2c2c2c;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .hero h1, .hero-title { font-size: 2rem; }
    .hero p, .hero-subtitle { font-size: 1rem; }
    .products-container { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .trust-badges .container,
    .badges-grid { gap: 16px; }
    .badge-item, .badge { min-width: 140px; }
    .content-grid { grid-template-columns: 1fr; }
    .header-content, .header .container { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .nav { gap: 12px; }
    .faq-section { padding: 30px 0; }
    .content-section { padding: 30px 0; }
    .final-cta, .cta-final-section { padding: 40px 16px; }
    .orchid-list { grid-template-columns: 1fr; }
    .filters-container { gap: 6px; }
    .filter-btn { font-size: .78rem; padding: 6px 12px; }
    .catalog-filters { padding: 20px 0 8px; }
}
@media (max-width: 480px) {
    .hero h1, .hero-title { font-size: 1.6rem; }
    .hero-cta, .cta-button-large { font-size: .95rem; padding: 12px 24px; }
    .products-container { grid-template-columns: 1fr; }
    .product-footer { flex-direction: column; align-items: flex-start; }
    .nav { display: none; }
    .zones-list { gap: 8px; }
    .zone-badge { font-size: .78rem; padding: 5px 14px; }
    .filter-btn { font-size: .75rem; padding: 5px 10px; }
    .search-input { font-size: .88rem; }
}
