/*
Theme Name: IPTV Belgique
Theme URI: https://iptvbelga.com/
Author: IPTV Belgique
Author URI: https://iptvbelga.com/
Description: Thème WordPress sur-mesure pour IPTV Belgique — performance, SEO, conversion. Optimisé pour le marché belge francophone.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-belgique
Tags: custom-menu, custom-logo, featured-images, footer-widgets, threaded-comments, translation-ready
*/

/* ============================================================
   IPTV BELGIQUE — DESIGN SYSTEM
   Prefix: ib-
   ============================================================ */

:root {
    /* Backgrounds */
    --ib-bg: #FFFFFF;
    --ib-bg-soft: #F8F9FA;
    --ib-bg-soft-2: #F1F3F6;

    /* Headings & text */
    --ib-heading: #1A1A2E;
    --ib-heading-alt: #0F0F1E;
    --ib-text: #333333;
    --ib-text-soft: #4A5568;
    --ib-text-muted: #6B7280;

    /* Brand actions — Belgium flag */
    --ib-red: #D1111B;
    --ib-red-dark: #A50E15;
    --ib-yellow: #FFCC00;
    --ib-yellow-dark: #E6B800;
    --ib-wa: #25D366;
    --ib-wa-dark: #1FB955;

    /* Utilities */
    --ib-border: #E2E8F0;
    --ib-border-soft: #EDF0F5;
    --ib-success: #16A34A;
    --ib-shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
    --ib-shadow-sm: 0 2px 10px rgba(0,0,0,0.06);
    --ib-shadow-md: 0 8px 28px rgba(0,0,0,0.10);
    --ib-shadow-lg: 0 20px 55px rgba(0,0,0,0.16);
    --ib-shadow-red: 0 10px 28px rgba(209, 17, 27, 0.28);
    --ib-shadow-yellow: 0 10px 28px rgba(255, 204, 0, 0.32);

    /* Radii */
    --ib-r-xs: 6px;
    --ib-r-sm: 10px;
    --ib-r-md: 16px;
    --ib-r-lg: 24px;
    --ib-r-xl: 34px;

    /* Layout */
    --ib-max: 1220px;
    --ib-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ib-text);
    background: var(--ib-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ib-heading); text-decoration: none; transition: color var(--ib-t); }
a:hover { color: var(--ib-red); }
strong, b { color: var(--ib-heading); font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ib-heading);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.18;
    margin: 0 0 0.6em;
}
h1 { font-size: clamp(2rem, 4.8vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 3.8vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.15rem; }
p { margin: 0 0 1em; }

.accent { color: var(--ib-red); }

/* Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px; width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background: var(--ib-yellow);
    clip: auto !important;
    clip-path: none;
    color: var(--ib-heading);
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 18px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    border-radius: var(--ib-r-sm);
}
.alignleft { float: left; margin: 5px 20px 20px 0; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.aligncenter { display: block; margin: 5px auto; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { max-width: var(--ib-max); margin: 0 auto; padding: 0 22px; }
.section { padding: 88px 0; position: relative; }
.section-sm { padding: 56px 0; position: relative; }
.bg-soft { background: var(--ib-bg-soft); }

.sect-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.sect-heading p { color: var(--ib-text-soft); font-size: 1.05rem; }
.sect-eyebrow {
    display: inline-block;
    background: rgba(209, 17, 27, 0.08);
    color: var(--ib-red);
    padding: 7px 16px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 28px;
    border-radius: 100px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.97rem;
    line-height: 1;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--ib-t);
    text-decoration: none;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ib-red); color: #fff; box-shadow: var(--ib-shadow-red); }
.btn-primary:hover { background: var(--ib-red-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--ib-heading); border-color: var(--ib-heading); }
.btn-outline:hover { background: var(--ib-heading); color: #fff; }
.btn-yellow { background: var(--ib-yellow); color: var(--ib-heading); box-shadow: var(--ib-shadow-yellow); }
.btn-yellow:hover { background: var(--ib-yellow-dark); color: var(--ib-heading); }
.btn-wa { background: var(--ib-wa); color: #fff; box-shadow: 0 10px 28px rgba(37, 211, 102, 0.32); }
.btn-wa:hover { background: var(--ib-wa-dark); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.02rem; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn-block { width: 100%; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ib-border-soft);
}
.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    gap: 24px;
}
.site-logo img { max-height: 46px; width: auto; }
.site-logo-fallback {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--ib-heading);
    letter-spacing: -0.02em;
}
.site-logo-fallback .accent { color: var(--ib-red); }

.primary-nav { display: flex; }
.primary-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
}
.primary-nav a {
    display: inline-block;
    padding: 10px 16px;
    color: var(--ib-text-soft);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--ib-r-sm);
    transition: all var(--ib-t);
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    color: var(--ib-red);
    background: rgba(209, 17, 27, 0.06);
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    background: var(--ib-wa);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 100px;
    transition: all var(--ib-t);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.28);
}
.header-cta-wa:hover { background: var(--ib-wa-dark); color: #fff; transform: translateY(-2px); }
.header-cta-wa svg { width: 18px; height: 18px; fill: currentColor; }

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--ib-border);
    border-radius: var(--ib-r-sm);
    cursor: pointer;
    padding: 0;
    position: relative;
}
.mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ib-heading);
    margin: 4px auto;
    transition: all var(--ib-t);
}
.mobile-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px) {
    .primary-nav {
        position: absolute;
        top: 82px;
        left: 0; right: 0;
        background: #fff;
        border-bottom: 1px solid var(--ib-border-soft);
        box-shadow: var(--ib-shadow-sm);
        max-height: 0;
        overflow: hidden;
        transition: max-height var(--ib-t);
    }
    .primary-nav.open { max-height: 600px; }
    .primary-nav ul { flex-direction: column; padding: 14px 22px 22px; gap: 2px; }
    .primary-nav a { padding: 14px 16px; }
    .mobile-toggle { display: block; }
    .header-cta-wa { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    padding: 86px 0 96px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 0h1v60H0zM0 0h60v1H0z' fill='%23E2E8F0' opacity='0.5'/%3E%3C/svg%3E");
    opacity: 0.6;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    box-shadow: var(--ib-shadow-sm);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ib-text-soft);
    margin-bottom: 22px;
}
.hero-pill .stars { color: var(--ib-yellow); letter-spacing: 1px; }
.hero h1 { margin-bottom: 22px; }
.hero-sub {
    font-size: 1.13rem;
    color: var(--ib-text-soft);
    max-width: 540px;
    margin-bottom: 32px;
    line-height: 1.65;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    font-size: 0.92rem;
    color: var(--ib-text-soft);
}
.hero-checks span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}
.hero-checks svg { width: 18px; height: 18px; color: var(--ib-success); flex-shrink: 0; }

.hero-visual { position: relative; }
.hero-img-wrap {
    position: relative;
    border-radius: var(--ib-r-lg);
    overflow: hidden;
    box-shadow: var(--ib-shadow-lg);
    aspect-ratio: 4/3;
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.hero-badge-card {
    position: absolute;
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--ib-shadow-md);
    z-index: 2;
    min-width: 220px;
}
.hero-badge-card.top-left {
    top: -20px;
    left: -20px;
    animation: floatA 4s ease-in-out infinite;
}
.hero-badge-card.bot-right {
    bottom: -20px;
    right: -20px;
    animation: floatB 4s ease-in-out infinite;
}
@keyframes floatA {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes floatB {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.hero-badge-icon {
    width: 42px; height: 42px;
    border-radius: var(--ib-r-sm);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #fff;
}
.hero-badge-icon.red { background: linear-gradient(135deg, var(--ib-red), var(--ib-red-dark)); }
.hero-badge-icon.yellow { background: linear-gradient(135deg, var(--ib-yellow), var(--ib-yellow-dark)); color: var(--ib-heading); }
.hero-badge-icon svg { width: 22px; height: 22px; }
.hero-badge-card .t { font-weight: 800; color: var(--ib-heading); font-size: 0.95rem; line-height: 1.2; }
.hero-badge-card .s { font-size: 0.78rem; color: var(--ib-text-muted); }

@media (max-width: 880px) {
    .hero-grid { grid-template-columns: 1fr; gap: 42px; }
    .hero-badge-card { display: none; }
    .hero { padding: 56px 0 64px; }
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
    background: linear-gradient(135deg, var(--ib-bg-soft), var(--ib-bg-soft-2));
    padding: 64px 0 56px;
    text-align: center;
    position: relative;
}
.page-hero h1 { margin-bottom: 14px; }
.page-hero p {
    font-size: 1.08rem;
    color: var(--ib-text-soft);
    max-width: 640px;
    margin: 0 auto;
}
.breadcrumbs {
    margin-bottom: 18px;
    font-size: 0.88rem;
    color: var(--ib-text-muted);
}
.breadcrumbs a { color: var(--ib-text-muted); }
.breadcrumbs a:hover { color: var(--ib-red); }
.breadcrumbs .sep { margin: 0 8px; opacity: 0.6; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
    background: var(--ib-bg-soft);
    padding: 32px 0;
    border-top: 1px solid var(--ib-border-soft);
    border-bottom: 1px solid var(--ib-border-soft);
}
.trust-bar-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px 56px;
    text-align: center;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--ib-heading);
    font-size: 0.95rem;
}
.trust-item .stars { color: var(--ib-yellow); letter-spacing: 1px; }
.trust-item svg { width: 22px; height: 22px; color: var(--ib-red); }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    align-items: stretch;
}
.pcard {
    background: var(--ib-bg-soft);
    border: 2px solid transparent;
    border-radius: var(--ib-r-lg);
    padding: 32px 26px;
    position: relative;
    transition: all var(--ib-t);
    display: flex;
    flex-direction: column;
}
.pcard:hover {
    transform: translateY(-6px);
    border-color: var(--ib-red);
    box-shadow: var(--ib-shadow-md);
}
.pcard.best {
    background: #fff;
    border-color: var(--ib-yellow);
    transform: scale(1.03);
    box-shadow: var(--ib-shadow-yellow);
}
.pcard.best:hover { transform: scale(1.03) translateY(-6px); }
.pcard-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ib-yellow);
    color: var(--ib-heading);
    padding: 6px 18px;
    border-radius: 100px;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
.pcard h3 { font-size: 1.2rem; margin-bottom: 6px; }
.pcard-duration { color: var(--ib-text-muted); font-size: 0.9rem; margin-bottom: 22px; }
.pcard-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
    color: var(--ib-heading);
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    line-height: 1;
}
.pcard-price .cur { font-size: 1.4rem; color: var(--ib-red); margin-right: 2px; }
.pcard-price .num { font-size: 3.1rem; }
.pcard-price .cents { font-size: 1.1rem; color: var(--ib-text-soft); }
.pcard-save {
    display: inline-block;
    background: rgba(22, 163, 74, 0.1);
    color: var(--ib-success);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 22px;
}
.pcard-features {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    flex-grow: 1;
}
.pcard-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.93rem;
    color: var(--ib-text-soft);
}
.pcard-features svg {
    width: 18px; height: 18px;
    color: var(--ib-success);
    flex-shrink: 0;
    margin-top: 3px;
}

@media (max-width: 980px) {
    .pricing-cards { grid-template-columns: repeat(2, 1fr); }
    .pcard.best { transform: none; }
    .pcard.best:hover { transform: translateY(-6px); }
}
@media (max-width: 560px) {
    .pricing-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   ICON GRID
   ============================================================ */
.icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}
.icard {
    background: #fff;
    border: 1px solid var(--ib-border-soft);
    border-radius: var(--ib-r-md);
    padding: 30px 26px;
    transition: all var(--ib-t);
}
.icard:hover {
    border-color: var(--ib-red);
    box-shadow: var(--ib-shadow-md);
    transform: translateY(-4px);
}
.icon-box {
    width: 52px;
    height: 52px;
    border-radius: var(--ib-r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #fff;
}
.icon-box svg { width: 26px; height: 26px; }
.icon-box.red { background: linear-gradient(135deg, var(--ib-red), var(--ib-red-dark)); }
.icon-box.yellow { background: linear-gradient(135deg, var(--ib-yellow), var(--ib-yellow-dark)); color: var(--ib-heading); }
.icon-box.navy { background: linear-gradient(135deg, var(--ib-heading), var(--ib-heading-alt)); }
.icon-box.green { background: linear-gradient(135deg, var(--ib-success), #0E7A39); }
.icard h3 { font-size: 1.1rem; margin-bottom: 8px; }
.icard p { color: var(--ib-text-soft); font-size: 0.94rem; margin: 0; }

/* ============================================================
   SPLIT (image + text)
   ============================================================ */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-img {
    border-radius: var(--ib-r-lg);
    overflow: hidden;
    box-shadow: var(--ib-shadow-md);
    aspect-ratio: 5/4;
}
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split-text h2 { margin-bottom: 18px; }
.split-text p { color: var(--ib-text-soft); margin-bottom: 14px; }
.split-list { list-style: none; padding: 0; margin: 18px 0 28px; }
.split-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: var(--ib-text-soft);
}
.split-list svg { width: 20px; height: 20px; color: var(--ib-red); flex-shrink: 0; margin-top: 3px; }

@media (max-width: 880px) {
    .split { grid-template-columns: 1fr; gap: 36px; }
    .split.reverse { direction: ltr; }
}

/* ============================================================
   STEPS ROW
   ============================================================ */
.steps-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
}
.step-card {
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 36px 26px 28px;
    text-align: center;
    position: relative;
    border: 1px solid var(--ib-border-soft);
    transition: all var(--ib-t);
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--ib-shadow-md); }
.step-num {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    font-family: 'Sora', sans-serif;
    box-shadow: var(--ib-shadow-md);
}
.step-card:nth-child(odd) .step-num { background: var(--ib-red); }
.step-card:nth-child(even) .step-num { background: var(--ib-yellow); color: var(--ib-heading); }
.step-card h3 { font-size: 1.1rem; margin-top: 14px; margin-bottom: 8px; }
.step-card p { color: var(--ib-text-soft); font-size: 0.93rem; margin: 0; }

/* ============================================================
   DEVICE ROW
   ============================================================ */
.device-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.device-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: var(--ib-bg-soft);
    border: 1px solid var(--ib-border-soft);
    border-radius: var(--ib-r-md);
    padding: 22px 26px;
    min-width: 140px;
    transition: all var(--ib-t);
}
.device-item:hover { border-color: var(--ib-red); transform: translateY(-3px); }
.device-item svg { width: 38px; height: 38px; color: var(--ib-red); }
.device-item span { font-weight: 700; color: var(--ib-heading); font-size: 0.92rem; }

/* ============================================================
   CHANNEL SHOWCASE
   ============================================================ */
.channel-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}
.chan-card {
    background: #fff;
    border-radius: var(--ib-r-md);
    overflow: hidden;
    box-shadow: var(--ib-shadow-sm);
    transition: all var(--ib-t);
    display: flex;
    flex-direction: column;
}
.chan-card:hover { transform: translateY(-5px); box-shadow: var(--ib-shadow-md); }
.chan-card-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}
.chan-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--ib-t);
}
.chan-card:hover .chan-card-img img { transform: scale(1.05); }
.chan-card-body { padding: 22px; }
.chan-tag {
    display: inline-block;
    background: rgba(209, 17, 27, 0.08);
    color: var(--ib-red);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.chan-card h3 { font-size: 1.1rem; margin-bottom: 6px; }
.chan-card p { color: var(--ib-text-soft); font-size: 0.92rem; margin: 0; }

/* ============================================================
   CHAN MASONRY (channels page)
   ============================================================ */
.chan-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.chan-mcard {
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 28px 26px;
    border-top: 4px solid;
    box-shadow: var(--ib-shadow-sm);
    transition: all var(--ib-t);
}
.chan-mcard:hover { transform: translateY(-4px); box-shadow: var(--ib-shadow-md); }
.chan-mcard:nth-child(5n+1) { border-top-color: var(--ib-red); }
.chan-mcard:nth-child(5n+2) { border-top-color: var(--ib-yellow); }
.chan-mcard:nth-child(5n+3) { border-top-color: var(--ib-heading); }
.chan-mcard:nth-child(5n+4) { border-top-color: var(--ib-success); }
.chan-mcard:nth-child(5n+5) { border-top-color: #6B7280; }
.chan-mcard h3 { font-size: 1.15rem; margin-bottom: 12px; }
.chan-mcard p { color: var(--ib-text-soft); font-size: 0.93rem; margin-bottom: 14px; }
.chan-mcard .count {
    display: inline-block;
    background: var(--ib-bg-soft);
    color: var(--ib-heading);
    padding: 5px 14px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.85rem;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: var(--ib-r-lg);
    padding: 36px 28px;
    box-shadow: var(--ib-shadow-md);
    flex-wrap: wrap;
    gap: 22px;
}
.stat-item {
    text-align: center;
    flex: 1 1 200px;
    padding: 0 18px;
    border-right: 1px solid var(--ib-border-soft);
}
.stat-item:last-child { border-right: 0; }
.stat-num {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: var(--ib-red);
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    color: var(--ib-text-soft);
    font-size: 0.93rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
@media (max-width: 720px) {
    .stat-item { border-right: 0; border-bottom: 1px solid var(--ib-border-soft); padding-bottom: 18px; }
    .stat-item:last-child { border-bottom: 0; padding-bottom: 0; }
}

/* ============================================================
   COMPARISON TABLE (.cmp)
   ============================================================ */
.cmp {
    background: #fff;
    border-radius: var(--ib-r-lg);
    overflow: hidden;
    box-shadow: var(--ib-shadow-md);
    border: 1px solid var(--ib-border-soft);
}
.cmp table { width: 100%; border-collapse: collapse; }
.cmp th, .cmp td {
    padding: 18px 22px;
    text-align: left;
    border-bottom: 1px solid var(--ib-border-soft);
    font-size: 0.95rem;
}
.cmp th {
    background: var(--ib-bg-soft);
    font-family: 'Sora', sans-serif;
    color: var(--ib-heading);
    font-weight: 800;
}
.cmp th.us, .cmp td.us {
    background: rgba(209, 17, 27, 0.04);
    color: var(--ib-heading);
    font-weight: 700;
    border-left: 3px solid var(--ib-red);
    border-right: 3px solid var(--ib-red);
}
.cmp th.us { background: rgba(209, 17, 27, 0.1); }
.cmp tr:last-child td { border-bottom: 0; }
.cmp .check { color: var(--ib-success); font-weight: 800; }
.cmp .cross { color: #DC2626; font-weight: 800; }

/* ============================================================
   TESTIMONIAL GRID (.t-grid)
   ============================================================ */
.t-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
.t-card {
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 30px 28px;
    box-shadow: var(--ib-shadow-sm);
    border: 1px solid var(--ib-border-soft);
    position: relative;
    transition: all var(--ib-t);
}
.t-card:hover { transform: translateY(-4px); box-shadow: var(--ib-shadow-md); }
.t-card::before {
    content: '"';
    position: absolute;
    top: 12px;
    right: 22px;
    font-family: 'Sora', sans-serif;
    font-size: 4rem;
    color: var(--ib-yellow);
    line-height: 1;
    opacity: 0.6;
}
.t-stars { color: var(--ib-yellow); letter-spacing: 2px; margin-bottom: 14px; }
.t-text { color: var(--ib-text); font-size: 0.97rem; line-height: 1.7; margin-bottom: 18px; }
.t-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.t-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ib-red), var(--ib-yellow));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-family: 'Sora', sans-serif;
}
.t-name { font-weight: 800; color: var(--ib-heading); font-size: 0.95rem; }
.t-loc { font-size: 0.82rem; color: var(--ib-text-muted); }

/* ============================================================
   FAQ BLOCK
   ============================================================ */
.faq-block {
    max-width: 880px;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border: 1px solid var(--ib-border-soft);
    border-radius: var(--ib-r-md);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all var(--ib-t);
}
.faq-item.open { border-color: var(--ib-red); box-shadow: var(--ib-shadow-sm); }
.faq-q {
    width: 100%;
    background: none;
    border: 0;
    padding: 20px 56px 20px 24px;
    text-align: left;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--ib-heading);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1.4;
}
.faq-q::after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: var(--ib-red);
    font-weight: 400;
    transition: transform var(--ib-t);
}
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--ib-t), padding var(--ib-t);
    padding: 0 24px;
}
.faq-item.open .faq-a {
    max-height: 600px;
    padding: 0 24px 20px;
}
.faq-a p { color: var(--ib-text-soft); margin: 0 0 10px; line-height: 1.7; }
.faq-a p:last-child { margin-bottom: 0; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
    background: linear-gradient(135deg, var(--ib-heading), var(--ib-heading-alt));
    color: #fff;
    border-radius: var(--ib-r-xl);
    padding: 64px 48px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(209, 17, 27, 0.25), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(255, 204, 0, 0.22), transparent 45%);
    pointer-events: none;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    margin-bottom: 30px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.cta-banner-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

@media (max-width: 640px) { .cta-banner { padding: 44px 24px; } }

/* ============================================================
   VALUES ROW (about page)
   ============================================================ */
.values-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
}
.value-card {
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 32px 26px;
    border: 1px solid var(--ib-border-soft);
    transition: all var(--ib-t);
    text-align: center;
}
.value-card:hover { transform: translateY(-5px); box-shadow: var(--ib-shadow-md); }
.value-icon {
    width: 60px;
    height: 60px;
    border-radius: var(--ib-r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
}
.value-icon svg { width: 30px; height: 30px; }
.value-card:nth-child(4n+1) .value-icon { background: linear-gradient(135deg, var(--ib-red), var(--ib-red-dark)); }
.value-card:nth-child(4n+2) .value-icon { background: linear-gradient(135deg, var(--ib-yellow), var(--ib-yellow-dark)); color: var(--ib-heading); }
.value-card:nth-child(4n+3) .value-icon { background: linear-gradient(135deg, var(--ib-heading), var(--ib-heading-alt)); }
.value-card:nth-child(4n+4) .value-icon { background: linear-gradient(135deg, var(--ib-success), #0E7A39); }
.value-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.value-card p { color: var(--ib-text-soft); font-size: 0.92rem; margin: 0; }

/* ============================================================
   BIG QUOTE
   ============================================================ */
.big-quote {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    padding: 48px 32px;
    position: relative;
}
.big-quote::before {
    content: '"';
    font-family: 'Sora', sans-serif;
    font-size: 8rem;
    color: var(--ib-yellow);
    line-height: 1;
    display: block;
    margin-bottom: -32px;
    opacity: 0.4;
}
.big-quote blockquote {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.3rem, 2.6vw, 1.85rem);
    font-weight: 700;
    color: var(--ib-heading);
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    padding: 0;
}
.big-quote cite {
    color: var(--ib-text-soft);
    font-style: normal;
    font-weight: 700;
    font-size: 0.95rem;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 30px;
    align-items: stretch;
}
.contact-info-card {
    background: linear-gradient(135deg, var(--ib-heading), var(--ib-heading-alt));
    color: #fff;
    border-radius: var(--ib-r-lg);
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
}
.contact-info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 100% 0%, rgba(209, 17, 27, 0.25), transparent 50%);
}
.contact-info-card > * { position: relative; z-index: 1; }
.contact-info-card h2 { color: #fff; margin-bottom: 14px; }
.contact-info-card p { color: rgba(255, 255, 255, 0.8); margin-bottom: 30px; }
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-info-list li:last-child { border-bottom: 0; }
.contact-info-list svg { width: 22px; height: 22px; color: var(--ib-yellow); flex-shrink: 0; margin-top: 2px; }
.contact-info-list .label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.contact-info-list .value { color: #fff; font-weight: 600; }
.contact-info-list a { color: #fff; }
.contact-info-list a:hover { color: var(--ib-yellow); }

.contact-form-card {
    background: #fff;
    border-radius: var(--ib-r-lg);
    padding: 40px 36px;
    box-shadow: var(--ib-shadow-md);
    border: 1px solid var(--ib-border-soft);
}
.contact-form-card h2 { margin-bottom: 8px; font-size: 1.6rem; }
.contact-form-card .subtitle { color: var(--ib-text-soft); margin-bottom: 28px; }
.form-row { margin-bottom: 18px; }
.form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--ib-heading);
    font-size: 0.92rem;
}
.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid var(--ib-border);
    border-radius: var(--ib-r-sm);
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--ib-text);
    background: var(--ib-bg-soft);
    transition: all var(--ib-t);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: var(--ib-red);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(209, 17, 27, 0.1);
}
.form-row textarea { resize: vertical; min-height: 130px; }

@media (max-width: 880px) { .contact-split { grid-template-columns: 1fr; } }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-wrap {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--ib-r-lg);
    padding: 52px;
    box-shadow: var(--ib-shadow-sm);
    border: 1px solid var(--ib-border-soft);
}
.legal-meta {
    background: var(--ib-bg-soft);
    border-left: 4px solid var(--ib-red);
    padding: 18px 22px;
    border-radius: var(--ib-r-sm);
    margin-bottom: 36px;
    font-size: 0.92rem;
    color: var(--ib-text-soft);
}
.legal-meta strong { color: var(--ib-heading); }
.legal-wrap h2 {
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid var(--ib-border-soft);
    font-size: 1.5rem;
}
.legal-wrap h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.legal-wrap h3 { font-size: 1.2rem; margin-top: 24px; }
.legal-wrap p, .legal-wrap li { color: var(--ib-text-soft); }
.legal-wrap ul, .legal-wrap ol { padding-left: 22px; }
.legal-wrap li { margin-bottom: 8px; }

@media (max-width: 640px) { .legal-wrap { padding: 30px 22px; } }

/* ============================================================
   BLOG (home.php / archive.php / search.php)
   ============================================================ */
.blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 26px;
}
.bcard {
    background: #fff;
    border-radius: var(--ib-r-md);
    overflow: hidden;
    box-shadow: var(--ib-shadow-sm);
    border: 1px solid var(--ib-border-soft);
    transition: all var(--ib-t);
    display: flex;
    flex-direction: column;
}
.bcard:hover { transform: translateY(-4px); box-shadow: var(--ib-shadow-md); }
.bcard-img {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--ib-bg-soft);
}
.bcard-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform var(--ib-t);
}
.bcard:hover .bcard-img img { transform: scale(1.04); }
.bcard-body { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
.bmeta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.83rem;
    color: var(--ib-text-muted);
    margin-bottom: 12px;
}
.bmeta .cat { color: var(--ib-red); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.bcard h3 { font-size: 1.18rem; margin-bottom: 10px; line-height: 1.35; }
.bcard h3 a { color: var(--ib-heading); }
.bcard h3 a:hover { color: var(--ib-red); }
.bcard p { color: var(--ib-text-soft); font-size: 0.93rem; flex-grow: 1; }
.bmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ib-red);
    font-weight: 700;
    font-size: 0.92rem;
    margin-top: 14px;
}
.bmore::after {
    content: '→';
    transition: transform var(--ib-t);
}
.bmore:hover::after { transform: translateX(4px); }

/* ============================================================
   SINGLE POST
   ============================================================ */
.single-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 36px;
    align-items: start;
}
.post-wrap {
    background: #fff;
    border-radius: var(--ib-r-lg);
    padding: 44px;
    box-shadow: var(--ib-shadow-sm);
    border: 1px solid var(--ib-border-soft);
}
.post-feat-img {
    margin: 0 -44px 30px;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.post-feat-img img { width: 100%; height: 100%; object-fit: cover; }
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--ib-text-muted);
    font-size: 0.88rem;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--ib-border-soft);
}
.post-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.post-meta-item svg { width: 16px; height: 16px; }

.post-content h2 { margin-top: 36px; margin-bottom: 14px; }
.post-content h3 { margin-top: 28px; margin-bottom: 12px; }
.post-content p { margin-bottom: 16px; }
.post-content ul, .post-content ol { margin: 14px 0 20px; padding-left: 22px; }
.post-content li { margin-bottom: 7px; }
.post-content blockquote {
    margin: 24px 0;
    padding: 18px 24px;
    background: var(--ib-bg-soft);
    border-left: 4px solid var(--ib-red);
    border-radius: 0 var(--ib-r-sm) var(--ib-r-sm) 0;
    font-style: italic;
    color: var(--ib-text);
}
.post-content blockquote p:last-child { margin-bottom: 0; }
.post-content img { margin: 22px 0; border-radius: var(--ib-r-sm); }
.post-content a { color: var(--ib-red); text-decoration: underline; }

.post-tags { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--ib-border-soft); }
.post-tags strong { display: inline-block; margin-right: 10px; color: var(--ib-heading); }
.post-tag-pill {
    display: inline-block;
    background: var(--ib-bg-soft);
    color: var(--ib-text-soft);
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    margin: 4px 6px 4px 0;
    transition: all var(--ib-t);
}
.post-tag-pill:hover { background: var(--ib-red); color: #fff; }

.sidebar-cta {
    background: linear-gradient(135deg, var(--ib-heading), var(--ib-heading-alt));
    color: #fff;
    padding: 30px 26px;
    border-radius: var(--ib-r-md);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sidebar-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(209, 17, 27, 0.3), transparent 60%);
}
.sidebar-cta > * { position: relative; z-index: 1; }
.sidebar-cta h3 { color: #fff; font-size: 1.2rem; margin-bottom: 10px; }
.sidebar-cta p { color: rgba(255, 255, 255, 0.8); font-size: 0.92rem; margin-bottom: 20px; }

.sidebar-box {
    background: #fff;
    padding: 26px;
    border-radius: var(--ib-r-md);
    border: 1px solid var(--ib-border-soft);
    margin-top: 24px;
}
.sidebar-box h3 { font-size: 1.08rem; margin-bottom: 14px; }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { padding: 9px 0; border-bottom: 1px solid var(--ib-border-soft); }
.sidebar-box li:last-child { border-bottom: 0; }
.sidebar-box a { color: var(--ib-text-soft); font-weight: 600; font-size: 0.93rem; display: flex; align-items: center; gap: 6px; }
.sidebar-box a::before { content: '›'; color: var(--ib-red); font-size: 1.2rem; line-height: 1; }
.sidebar-box a:hover { color: var(--ib-red); }

.related-posts { margin-top: 56px; }
.related-posts h2 { margin-bottom: 28px; font-size: 1.6rem; }

@media (max-width: 980px) {
    .single-layout { grid-template-columns: 1fr; }
    .post-wrap { padding: 30px 24px; }
    .post-feat-img { margin: 0 -24px 24px; }
}

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
    flex-wrap: wrap;
}
.pagination a, .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: var(--ib-r-sm);
    background: #fff;
    border: 1px solid var(--ib-border-soft);
    color: var(--ib-text-soft);
    font-weight: 700;
    transition: all var(--ib-t);
}
.pagination a:hover { background: var(--ib-red); color: #fff; border-color: var(--ib-red); }
.pagination .current { background: var(--ib-red); color: #fff; border-color: var(--ib-red); }

/* ============================================================
   404
   ============================================================ */
.notfound {
    text-align: center;
    padding: 96px 22px;
}
.notfound .big {
    font-family: 'Sora', sans-serif;
    font-size: clamp(5rem, 14vw, 9rem);
    font-weight: 800;
    color: var(--ib-red);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
}
.notfound h1 { margin-bottom: 14px; }
.notfound p { color: var(--ib-text-soft); max-width: 540px; margin: 0 auto 28px; }
.notfound-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--ib-heading);
    color: rgba(255, 255, 255, 0.75);
    padding: 64px 0 0;
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ib-red) 0%, var(--ib-yellow) 50%, var(--ib-red) 100%);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 48px;
}
.footer-col h4 {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--ib-yellow);
}
.footer-col p { font-size: 0.93rem; line-height: 1.7; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.93rem;
    transition: color var(--ib-t);
}
.footer-col a:hover { color: var(--ib-yellow); }
.footer-logo { margin-bottom: 18px; }
.footer-logo img { max-height: 42px; filter: brightness(0) invert(1); }
.footer-logo-fallback {
    font-family: 'Sora', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
}
.footer-logo-fallback .accent { color: var(--ib-yellow); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ib-t);
}
.footer-social a:hover { background: var(--ib-red); color: #fff; transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }

.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    align-items: flex-start;
}
.footer-contact-list svg { width: 18px; height: 18px; color: var(--ib-yellow); flex-shrink: 0; margin-top: 4px; }
.footer-contact-list .lbl { font-size: 0.78rem; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.04em; }
.footer-contact-list .val { color: rgba(255, 255, 255, 0.85); font-size: 0.9rem; }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}
.footer-bottom a { color: rgba(255, 255, 255, 0.7); }

@media (max-width: 880px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.float-wa {
    position: fixed;
    right: 22px; bottom: 22px;
    width: 58px; height: 58px;
    background: var(--ib-wa);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
    z-index: 999;
    animation: waPulse 2.6s infinite;
    transition: transform var(--ib-t);
}
.float-wa:hover { transform: scale(1.08); color: #fff; }
.float-wa svg { width: 30px; height: 30px; fill: currentColor; }
@keyframes waPulse {
    0%, 100% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.5); }
    50% { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45), 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* ============================================================
   COMMENTS
   ============================================================ */
.comments-area {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--ib-border-soft);
}
.comments-area h3 { margin-bottom: 22px; }
.comment-list { list-style: none; padding: 0; margin: 0 0 32px; }
.comment-list li { background: var(--ib-bg-soft); padding: 22px; border-radius: var(--ib-r-md); margin-bottom: 14px; }
.comment-meta { font-size: 0.85rem; color: var(--ib-text-muted); margin-bottom: 8px; }
.comment-meta strong { color: var(--ib-heading); }

/* ============================================================
   SEARCH FORM
   ============================================================ */
.searchform { display: flex; gap: 8px; max-width: 560px; }
.searchform input[type="search"] {
    flex: 1;
    padding: 13px 18px;
    border: 1px solid var(--ib-border);
    border-radius: 100px;
    font-family: inherit;
    font-size: 0.95rem;
    background: #fff;
}
.searchform input[type="search"]:focus { outline: none; border-color: var(--ib-red); }
.searchform button {
    padding: 13px 26px;
    background: var(--ib-red);
    color: #fff;
    border: 0;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
    transition: all var(--ib-t);
}
.searchform button:hover { background: var(--ib-red-dark); }

/* ============================================================
   GRID HELPER (.grid-2)
   ============================================================ */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}
.checklist {
    background: #fff;
    border-radius: var(--ib-r-md);
    padding: 32px 28px;
    border: 1px solid var(--ib-border-soft);
}
.checklist h3 { font-size: 1.15rem; margin-bottom: 16px; }
.checklist ul { list-style: none; padding: 0; margin: 0; }
.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    color: var(--ib-text-soft);
    border-bottom: 1px solid var(--ib-border-soft);
}
.checklist li:last-child { border-bottom: 0; }
.checklist svg { width: 20px; height: 20px; color: var(--ib-success); flex-shrink: 0; margin-top: 2px; }

/* ============================================================
   PRINT
   ============================================================ */
@media print {
    .site-header, .site-footer, .float-wa, .cta-banner { display: none; }
    body { color: #000; background: #fff; }
}
