/* ============================================================
   WABA PANEL — Outer Website Theme v1.3
   Shared by: landing, features, pricing, faqs, contact,
   blog list, blog detail, dynamic CMS pages
   ============================================================ */
:root {
    --wb-primary: #115E59;
    --wb-primary-dark: #0B4440;
    --wb-primary-soft: #E7F0EE;
    --wb-secondary: #6D5BD0;
    --wb-secondary-soft: #EFECFA;
    --wb-accent: #D4A72C;
    --wb-accent-soft: #FAF3DF;
    --wb-coral: #E9827C;
    --wb-coral-soft: #FBEAE8;
    --wb-success: #5F9F78;
    --wb-success-soft: #E9F3ED;
    --wb-bg: #FCFBF7;
    --wb-card: #FFFFFF;
    --wb-text: #202124;
    --wb-text-2: #747474;
    --wb-border: #E8E5DD;
}
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    background-color: var(--wb-bg);
    color: var(--wb-text);
    overflow-x: hidden;
}
section { background-color: transparent; padding: 80px 0; }
.wb-display { font-family: 'Fraunces', Georgia, serif; letter-spacing: -.015em; }
a { color: var(--wb-primary); text-decoration: none; }
a:hover { color: var(--wb-primary-dark); }
.text-primary { color: var(--wb-primary) !important; }
.bg-primary { background-color: var(--wb-primary) !important; }
.text-success { color: var(--wb-success) !important; }
.bg-success { background-color: var(--wb-success) !important; }
.text-muted { color: var(--wb-text-2) !important; }
.btn { border-radius: 12px; font-weight: 700; padding: .7rem 1.4rem; transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-success {
    background-color: var(--wb-primary) !important;
    border-color: var(--wb-primary) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(17,94,89,.28);
}
.btn-primary:hover, .btn-success:hover { background-color: var(--wb-primary-dark) !important; border-color: var(--wb-primary-dark) !important; }
.btn-outline-gold { border: 2px solid var(--wb-accent); color: #8A6A12; background: transparent; }
.btn-outline-gold:hover { background: var(--wb-accent); color: #3A2E07; }
.btn-outline-success { color: var(--wb-primary) !important; border-color: var(--wb-primary) !important; }
.btn-outline-success:hover { background: var(--wb-primary) !important; color: #fff !important; }

/* ---------- Topbar ---------- */
.wb-topbar {
    background: #14211F; color: #B9C4C0;
    font-size: .82rem; font-weight: 600; padding: 8px 0;
}
.wb-topbar a { color: #B9C4C0; }
.wb-topbar a:hover { color: var(--wb-accent); }
.wb-topbar .wb-topbar-dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--wb-success);
    display: inline-block; box-shadow: 0 0 0 3px rgba(95,159,120,.25);
}
.wb-topbar .wb-topbar-cta {
    background: var(--wb-accent); color: #3A2E07 !important;
    border-radius: 999px; padding: 3px 14px; font-weight: 800;
}
.wb-topbar .wb-topbar-cta:hover { background: #E4BA45; }

/* ---------- Navbar ---------- */
.wb-nav {
    position: sticky; top: 0; z-index: 1030;
    background: rgba(252,251,247,.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--wb-border);
}
.wb-nav .navbar-brand img { max-height: 52px; }
.wb-nav .nav-link { color: var(--wb-text); font-weight: 600; margin: 0 .35rem; }
.wb-nav .nav-link:hover { color: var(--wb-primary); }
.wb-nav .nav-link.active { color: var(--wb-primary); position: relative; }
.wb-nav .nav-link.active::after {
    content: ''; position: absolute; left: 8px; right: 8px; bottom: 0;
    height: 3px; border-radius: 3px; background: var(--wb-accent);
}

/* ---------- Page hero (inner pages) ---------- */
.wb-page-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(140deg, var(--wb-primary) 0%, #14504C 55%, var(--wb-primary-dark) 100%);
    color: #FCFBF7; padding: 72px 0 64px;
}
.wb-page-hero::before {
    content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
    background: var(--wb-secondary); filter: blur(110px); opacity: .5; right: -90px; top: -90px;
}
.wb-page-hero::after {
    content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%;
    background: var(--wb-coral); filter: blur(100px); opacity: .35; left: -70px; bottom: -110px;
}
.wb-page-hero .inner { position: relative; z-index: 2; }
.wb-page-hero .wb-crumb { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--wb-accent); }
.wb-page-hero h1 {
    font-family: 'Fraunces', Georgia, serif; font-weight: 600; letter-spacing: -.02em;
    font-size: clamp(2.1rem, 4.5vw, 3.2rem); color: #FCFBF7;
}
.wb-page-hero p.lead { color: rgba(252,251,247,.82); max-width: 44rem; font-size: 1.08rem; }
.wb-page-hero .hero-img {
    border-radius: 18px; border: 4px solid rgba(252,251,247,.25);
    box-shadow: 0 24px 60px rgba(0,0,0,.28); max-width: 100%;
}

/* ---------- Section headings ---------- */
.wb-sec-eyebrow { color: var(--wb-accent); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
.wb-sec-title { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: clamp(1.8rem, 3.4vw, 2.5rem); letter-spacing: -.015em; }

/* ---------- Feature cards (with images) ---------- */
.wb-feature {
    background: var(--wb-card); border: 1px solid var(--wb-border); border-radius: 18px;
    padding: 26px 24px; height: 100%;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.wb-feature:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(32,33,36,.09); border-color: #DAD5C8; }
.wb-feature h5 { font-weight: 700; font-size: 1.05rem; }
.wb-feature p { color: var(--wb-text-2); font-size: .92rem; margin-bottom: 0; }
.wb-feature .icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
}
.wb-feature-img { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.wb-feature-img .fimg { position: relative; height: 170px; background: var(--wb-primary-soft); }
.wb-feature-img .fimg img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.wb-feature-img .fimg .icon {
    position: absolute; left: 20px; bottom: -26px; border: 4px solid var(--wb-card);
    box-shadow: 0 6px 16px rgba(32,33,36,.14);
}
.wb-feature-img .fbody { padding: 40px 22px 24px; }
.tint-teal { background: var(--wb-primary-soft); color: var(--wb-primary); }
.tint-violet { background: var(--wb-secondary-soft); color: var(--wb-secondary); }
.tint-gold { background: var(--wb-accent-soft); color: #8A6A12; }
.tint-coral { background: var(--wb-coral-soft); color: #C4534C; }
.tint-sage { background: var(--wb-success-soft); color: var(--wb-success); }

/* ---------- CTA band ---------- */
.wb-band {
    background: linear-gradient(140deg, var(--wb-primary) 0%, var(--wb-primary-dark) 100%);
    border-radius: 26px; color: #FCFBF7; padding: 56px 30px; position: relative; overflow: hidden;
}
.wb-band::after {
    content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%;
    background: var(--wb-secondary); filter: blur(110px); opacity: .45; right: -80px; top: -80px;
}
.wb-band .num { font-family: 'Fraunces', Georgia, serif; font-size: 2.6rem; font-weight: 600; color: var(--wb-accent); }
.wb-band .btn-gold { background: var(--wb-accent); color: #3A2E07; border: none; font-weight: 800; }
.wb-band .btn-gold:hover { background: #E4BA45; }

/* ---------- Pricing re-skin (shared partial) ---------- */
#pricing { background: transparent !important; }
.toggle-container { background: var(--wb-card); border: 1px solid var(--wb-border); border-radius: 999px; padding: 6px; display: inline-flex; gap: 4px; }
.btn-toggle { border-radius: 999px !important; font-weight: 700; color: var(--wb-text-2); padding: .55rem 1.4rem; border: none; }
.btn-toggle.active { background: var(--wb-primary) !important; color: #fff !important; box-shadow: 0 4px 14px rgba(17,94,89,.25); }
.btn-toggle .badge { background: var(--wb-accent) !important; color: #3A2E07 !important; }
.price-card {
    border-radius: 20px !important; border: 1px solid var(--wb-border) !important;
    box-shadow: 0 6px 24px rgba(32,33,36,.06) !important;
    transition: transform .18s ease, box-shadow .18s ease;
    background: var(--wb-card); height: 100%;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(17,94,89,.14) !important; }
.price-card .card-body { padding: 30px 26px; display: flex; flex-direction: column; height: 100%; }
.price-card .amount { color: var(--wb-primary) !important; font-family: 'Fraunces', Georgia, serif; font-weight: 600; }
.price-card .badge.bg-warning { background: var(--wb-accent) !important; color: #3A2E07 !important; border-radius: 8px; }
.price-card ul li { font-size: .92rem; color: var(--wb-text); }
.price-card .fa-check-circle { color: var(--wb-success) !important; }
.price-card .fa-times-circle { color: #CFCBC0 !important; }
.btnn { background: var(--wb-primary) !important; color: #fff !important; border: none; }
.btnn:hover { background: var(--wb-primary-dark) !important; color: #fff !important; }
.go-corner {
    position: absolute; top: 0; right: 0; width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--wb-accent); color: #3A2E07;
    border-radius: 0 20px 0 20px; font-weight: 800;
}
.go-arrow { color: #3A2E07; }

/* ---------- FAQ ---------- */
.wb-faq .accordion-item { background: var(--wb-card); border: 1px solid var(--wb-border) !important; border-radius: 14px !important; margin-bottom: 12px; overflow: hidden; }
.wb-faq .accordion-button { background: var(--wb-card); font-weight: 700; color: var(--wb-text); box-shadow: none !important; padding: 1.1rem 1.3rem; }
.wb-faq .accordion-button:not(.collapsed) { color: var(--wb-primary); background: var(--wb-primary-soft); }
.wb-faq .accordion-body { color: var(--wb-text-2); }

/* ---------- Contact ---------- */
.wb-contact-card {
    background: var(--wb-card); border: 1px solid var(--wb-border); border-radius: 22px;
    box-shadow: 0 10px 34px rgba(32,33,36,.07); padding: 36px;
}
.wb-contact-card .form-control {
    background-color: var(--wb-bg) !important; border: 1.5px solid var(--wb-border) !important;
    border-radius: 12px !important; height: 58px;
}
.wb-contact-card textarea.form-control { height: 140px !important; }
.wb-contact-card .form-control:focus { border-color: var(--wb-primary) !important; box-shadow: 0 0 0 3px rgba(17,94,89,.12) !important; }
.wb-contact-side { color: #FCFBF7; }
.wb-contact-side .ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(252,251,247,.14); display: flex; align-items: center; justify-content: center; color: var(--wb-accent); }

/* ---------- Blog ---------- */
.wb-blog-card {
    background: var(--wb-card); border: 1px solid var(--wb-border); border-radius: 18px;
    overflow: hidden; height: 100%; display: flex; flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease;
}
.wb-blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(32,33,36,.1); }
.wb-blog-card .bimg { height: 200px; background: var(--wb-primary-soft); position: relative; }
.wb-blog-card .bimg img { width: 100%; height: 100%; object-fit: cover; }
.wb-blog-card .bimg .date-chip {
    position: absolute; left: 16px; bottom: -16px;
    background: var(--wb-accent); color: #3A2E07; border-radius: 10px;
    font-weight: 800; font-size: .72rem; padding: 6px 12px; letter-spacing: .04em;
    box-shadow: 0 6px 16px rgba(32,33,36,.16);
}
.wb-blog-card .bbody { padding: 30px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.wb-blog-card h5 { font-weight: 700; font-size: 1.08rem; line-height: 1.4; }
.wb-blog-card h5 a { color: var(--wb-text); }
.wb-blog-card h5 a:hover { color: var(--wb-primary); }
.wb-blog-card p { color: var(--wb-text-2); font-size: .92rem; }
.wb-blog-card .read-more { margin-top: auto; font-weight: 700; color: var(--wb-primary); }
.wb-blog-card .read-more:hover { color: var(--wb-primary-dark); }
.wb-blog-content { font-size: 1.05rem; line-height: 1.85; color: #37393C; }
.wb-blog-content h2, .wb-blog-content h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; color: var(--wb-primary); margin-top: 2rem; }
.wb-blog-content img { max-width: 100%; border-radius: 14px; }
.wb-blog-hero-img {
    width: 100%; max-height: 440px; object-fit: cover;
    border-radius: 22px; border: 1px solid var(--wb-border);
    box-shadow: 0 18px 50px rgba(32,33,36,.12);
}
.wb-cms-content { font-size: 1.03rem; line-height: 1.8; color: #37393C; }
.wb-cms-content h2, .wb-cms-content h3 { font-family: 'Fraunces', Georgia, serif; color: var(--wb-primary); }
.wb-cms-content img { max-width: 100%; border-radius: 14px; }

/* Pagination (Laravel bootstrap-5) */
.pagination .page-link { color: var(--wb-primary); border-color: var(--wb-border); border-radius: 10px !important; margin: 0 3px; font-weight: 600; }
.pagination .page-item.active .page-link { background: var(--wb-primary); border-color: var(--wb-primary); color: #fff; }
.pagination .page-link:hover { background: var(--wb-primary-soft); }

/* ---------- Footer ---------- */
.wb-footer { background: #14211F; color: #B9C4C0; padding: 64px 0 26px; }
.wb-footer h6 { color: #FCFBF7; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: .8rem; }
.wb-footer a { color: #B9C4C0; }
.wb-footer a:hover { color: var(--wb-accent); }
.wb-footer .social a {
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid #2C3B38;
    display: inline-flex; align-items: center; justify-content: center; margin-right: 8px;
}
.wb-footer .social a:hover { background: var(--wb-primary); border-color: var(--wb-primary); color: #fff; }
.wb-footer .brand-logo { background: #FCFBF7; border-radius: 12px; padding: 8px 14px; display: inline-block; }
.wb-footer .brand-logo img { max-height: 44px; }
.wb-footer .copy { border-top: 1px solid #24322F; margin-top: 44px; padding-top: 22px; font-size: .85rem; }

/* ---------- Reveal / motion ---------- */
.wb-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.wb-reveal.on { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    .wb-reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
    .btn:hover, .wb-feature:hover, .wb-blog-card:hover, .price-card:hover { transform: none; }
}
@media (max-width: 991px) {
    section { padding: 60px 0; }
    .wb-page-hero { padding: 56px 0 48px; }
}

/* ---------- Topbar social icons ---------- */
.wb-topbar-social a {
    width: 28px; height: 28px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: #B9C4C0; font-size: .8rem; margin-left: 6px;
    border: 1px solid #2C3B38; transition: background-color .15s ease, color .15s ease;
}
.wb-topbar-social a:hover { background: var(--wb-primary); border-color: var(--wb-primary); color: #fff; }

/* ---------- Contact map ---------- */
.wb-map {
    border-radius: 22px; overflow: hidden; height: 400px;
    border: 1px solid var(--wb-border);
    box-shadow: 0 10px 34px rgba(32,33,36,.07);
}
.wb-map iframe { display: block; }
@media (max-width: 767px) { .wb-map { height: 300px; } }

/* ============================================================
   v1.6 — Pricing cards COMPLETE redesign
   Each plan gets its own palette colour (gradient card,
   glass features, inverted white CTA)
   ============================================================ */
.price-card.lw-pc {
    border: none !important;
    border-radius: 24px !important;
    overflow: hidden;
    position: relative;
    color: #FCFBF7;
    box-shadow: 0 14px 40px rgba(32, 33, 36, .16) !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.price-card.lw-pc::before {
    content: '';
    position: absolute;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(252, 251, 247, .1);
    top: -80px; right: -60px;
    pointer-events: none;
}
.price-card.lw-pc::after {
    content: '';
    position: absolute;
    width: 140px; height: 140px;
    border-radius: 50%;
    background: rgba(252, 251, 247, .07);
    bottom: -50px; left: -40px;
    pointer-events: none;
}
.price-card.lw-pc:hover { transform: translateY(-8px) scale(1.01); }

/* --- per-plan colours (all from the site palette, no mismatch) --- */
.price-card.lw-pc-free { background: linear-gradient(150deg, #5F9F78 0%, #43815D 100%) !important; }
.price-card.lw-pc-1 { background: linear-gradient(150deg, #115E59 0%, #0B4440 100%) !important; }
.price-card.lw-pc-2 { background: linear-gradient(150deg, #6D5BD0 0%, #52419F 100%) !important; }
.price-card.lw-pc-3 { background: linear-gradient(150deg, #D4A72C 0%, #B18A1C 100%) !important; }
.price-card.lw-pc-4 { background: linear-gradient(150deg, #E9827C 0%, #C4534C 100%) !important; }
.price-card.lw-pc-free:hover { box-shadow: 0 22px 55px rgba(95, 159, 120, .45) !important; }
.price-card.lw-pc-1:hover { box-shadow: 0 22px 55px rgba(17, 94, 89, .45) !important; }
.price-card.lw-pc-2:hover { box-shadow: 0 22px 55px rgba(109, 91, 208, .45) !important; }
.price-card.lw-pc-3:hover { box-shadow: 0 22px 55px rgba(212, 167, 44, .5) !important; }
.price-card.lw-pc-4:hover { box-shadow: 0 22px 55px rgba(233, 130, 124, .5) !important; }

/* gold card needs dark text for contrast */
.price-card.lw-pc-3, .price-card.lw-pc-3 .amount,
.price-card.lw-pc-3 h1, .price-card.lw-pc-3 h2, .price-card.lw-pc-3 h3,
.price-card.lw-pc-3 h4, .price-card.lw-pc-3 h5, .price-card.lw-pc-3 ul li,
.price-card.lw-pc-3 .card-body, .price-card.lw-pc-3 p, .price-card.lw-pc-3 span {
    color: #3A2E07 !important;
}

/* --- inner text on coloured cards --- */
.price-card.lw-pc .card-body { position: relative; z-index: 2; }
.price-card.lw-pc h1, .price-card.lw-pc h2, .price-card.lw-pc h3,
.price-card.lw-pc h4, .price-card.lw-pc h5,
.price-card.lw-pc .card-body, .price-card.lw-pc p, .price-card.lw-pc span {
    color: #FCFBF7;
}
.price-card.lw-pc .amount {
    color: #FCFBF7 !important;
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.02em;
}
.price-card.lw-pc .text-muted, .price-card.lw-pc small {
    color: rgba(252, 251, 247, .75) !important;
}
.price-card.lw-pc-3 .text-muted, .price-card.lw-pc-3 small { color: rgba(58, 46, 7, .75) !important; }

/* features list — glass rows */
.price-card.lw-pc ul li {
    color: #FCFBF7;
    background: rgba(252, 251, 247, .1);
    border-radius: 10px;
    padding: 7px 12px !important;
    margin-bottom: 7px;
    backdrop-filter: blur(2px);
    font-size: .9rem;
}
.price-card.lw-pc-3 ul li { background: rgba(58, 46, 7, .08); }
.price-card.lw-pc .fa-check-circle { color: #FCFBF7 !important; opacity: .95; }
.price-card.lw-pc-3 .fa-check-circle { color: #3A2E07 !important; }
.price-card.lw-pc .fa-times-circle { color: rgba(252, 251, 247, .35) !important; }
.price-card.lw-pc-3 .fa-times-circle { color: rgba(58, 46, 7, .3) !important; }

/* CTA — inverted white pill, coloured text */
.price-card.lw-pc .btnn {
    background: #FCFBF7 !important;
    border-radius: 999px !important;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}
.price-card.lw-pc-free .btnn { color: #43815D !important; }
.price-card.lw-pc-1 .btnn { color: #115E59 !important; }
.price-card.lw-pc-2 .btnn { color: #6D5BD0 !important; }
.price-card.lw-pc-3 .btnn { color: #8A6A12 !important; }
.price-card.lw-pc-4 .btnn { color: #C4534C !important; }
.price-card.lw-pc .btnn:hover { transform: translateY(-2px); background: #ffffff !important; }

/* popular / savings badges on coloured cards */
.price-card.lw-pc .badge.bg-warning,
.price-card.lw-pc .badge {
    background: #FCFBF7 !important;
    color: #202124 !important;
    border-radius: 999px;
    font-weight: 800;
}
.price-card.lw-pc .go-corner {
    background: rgba(252, 251, 247, .92);
    color: #202124;
    border-radius: 0 24px 0 20px;
}
.price-card.lw-pc .go-corner .go-arrow { color: #202124; }

@media (prefers-reduced-motion: reduce) {
    .price-card.lw-pc:hover { transform: none; }
}
