/* ========================================
   HOME PAGE - Modern, full-page experience
   ======================================== */

/* ============================================================
   HERO MAIN — Advantech-style clean corporate hero
   ============================================================ */
.hero-main {
    position: relative;
    background:
        radial-gradient(1200px 700px at 100% -10%, rgba(10, 108, 219, 0.10), transparent 60%),
        radial-gradient(900px 600px at -10% 110%, rgba(10, 108, 219, 0.05), transparent 65%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    padding: 5rem 0 0;
    overflow: hidden;
    isolation: isolate;
}
.hero-main::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(10, 108, 219, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.35), transparent 65%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.35), transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.hero-main-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
    align-items: center;
    padding-bottom: 4rem;
}
.hero-main-content { display: flex; flex-direction: column; gap: 1.4rem; }
.hero-main-eyebrow {
    display: inline-flex; align-items: center; gap: 0.55rem;
    align-self: flex-start;
    padding: 0.5rem 1.1rem;
    background: linear-gradient(135deg, rgba(10,108,219,0.12), rgba(10,108,219,0.04));
    color: #0a4faf;
    border: 1px solid rgba(10,108,219,0.2);
    border-radius: 999px;
    font-size: 0.75rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.15em;
}
.hero-main-eyebrow .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.25);
    animation: heroPulse 2s ease-in-out infinite;
}
@keyframes heroPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
    50%      { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}
.hero-main-title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin: 0;
}
.hero-main-title .accent {
    background: linear-gradient(135deg, #0a6cdb 0%, #1ea7fd 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-main-lead {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #475569;
    max-width: 560px;
    margin: 0;
}
.hero-main-actions {
    display: flex; gap: 1rem; flex-wrap: wrap;
    margin-top: 0.5rem;
}
.hero-main-actions .btn-primary {
    background: linear-gradient(135deg, #0a6cdb 0%, #0a4faf 100%);
    color: #fff; border: 0;
    padding: 0.95rem 1.8rem;
    border-radius: 12px;
    font-weight: 700; font-size: 0.98rem;
    box-shadow: 0 10px 26px -6px rgba(10, 108, 219, 0.45), 0 2px 6px rgba(10, 79, 175, 0.25);
    transition: transform .25s, box-shadow .25s;
}
.hero-main-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px -6px rgba(10, 108, 219, 0.55);
}
.hero-main-actions .btn-outline {
    background: rgba(255,255,255,0.85);
    color: #0a6cdb;
    border: 2px solid #0a6cdb;
    padding: 0.85rem 1.7rem;
    border-radius: 12px;
    font-weight: 700; font-size: 0.98rem;
    backdrop-filter: blur(8px);
    transition: all .25s;
}
.hero-main-actions .btn-outline:hover {
    background: #0a6cdb; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -6px rgba(10, 108, 219, 0.45);
}
.hero-main-mini-stats {
    display: flex; gap: 2.5rem; flex-wrap: wrap;
    margin-top: 1.4rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(10, 108, 219, 0.15);
}
.hero-main-mini-stats > div {
    display: flex; flex-direction: column; gap: 0.15rem;
}
.hero-main-mini-stats strong {
    font-size: 1.6rem; font-weight: 900;
    background: linear-gradient(135deg, #0a6cdb, #0a4faf);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
    line-height: 1;
}
.hero-main-mini-stats span {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hero-main-visual {
    position: relative;
}
.hero-main-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(10, 108, 219, 0.1),
        0 30px 60px -20px rgba(10, 79, 175, 0.4),
        0 6px 18px rgba(15, 23, 42, 0.08);
    background: #fff;
    transform: rotate(-1deg);
    transition: transform .5s ease;
}
.hero-main-image-wrap::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(10, 79, 175, 0.4) 100%);
    pointer-events: none;
}
.hero-main-image-wrap:hover { transform: rotate(0deg) scale(1.01); }
.hero-main-image-wrap img {
    width: 100%; height: auto; aspect-ratio: 4 / 3;
    object-fit: cover; display: block;
}
.hero-main-image-tag {
    position: absolute;
    bottom: 18px; left: 18px;
    z-index: 2;
    display: inline-flex; align-items: center; gap: 0.7rem;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(14px);
    padding: 0.7rem 1rem;
    border-radius: 14px;
    box-shadow: 0 10px 24px -6px rgba(15, 23, 42, 0.25);
}
.hero-main-image-tag .tag-icon {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #0a6cdb, #0a4faf);
    color: #fff; font-size: 1.2rem;
    border-radius: 10px;
}
.hero-main-image-tag strong {
    display: block; color: #0f172a; font-size: 0.92rem; line-height: 1;
}
.hero-main-image-tag em {
    font-style: normal; color: #64748b; font-size: 0.72rem;
    font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}

@media (max-width: 960px) {
    .hero-main { padding: 3rem 0 0; }
    .hero-main-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; }
    .hero-main-visual { order: -1; }
    .hero-main-image-wrap { transform: none; }
}
@media (max-width: 640px) {
    .hero-main-mini-stats { gap: 1.4rem; }
    .hero-main-mini-stats strong { font-size: 1.3rem; }
}

/* ============================================================
   SOLUTIONS SECTION — wraps the diamond grid
   ============================================================ */
.solutions {
    padding: 6rem 0 5rem;
    background:
        radial-gradient(700px 400px at 0% 0%, rgba(10,108,219,0.05), transparent 60%),
        radial-gradient(700px 400px at 100% 100%, rgba(230,57,70,0.04), transparent 60%),
        #ffffff;
}
.solutions-grid {
    max-width: 760px;
    margin: 0 auto;
}
.solutions-quote {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.15rem;
    color: #475569;
    padding: 1rem 1.2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    border-left: 4px solid #ff6b35;
    max-width: 560px;
    margin-left: auto; margin-right: auto;
}


/* ============ HERO ============ */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0a4faf 0%, #0a6cdb 45%, #1ea7fd 100%);
    color: #fff;
    padding: 6rem 1.5rem 8rem;
    overflow: hidden;
    isolation: isolate;
}
.hero::before, .hero::after {
    content: ''; position: absolute; border-radius: 50%;
    filter: blur(40px); opacity: 0.5; z-index: -1;
    animation: float 8s ease-in-out infinite;
}
.hero::before {
    top: -80px; left: -100px; width: 360px; height: 360px;
    background: radial-gradient(circle, #ff6b35, transparent 70%);
}
.hero::after {
    bottom: -100px; right: -80px; width: 480px; height: 480px;
    background: radial-gradient(circle, #00b8a9, transparent 70%);
    animation-delay: -3s;
}
@keyframes float {
    0%, 100% { transform: translate(0,0); }
    50%      { transform: translate(20px, -20px); }
}

.hero .container {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem;
    align-items: center; position: relative; z-index: 1;
}
.hero-content { max-width: 600px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,.15); backdrop-filter: blur(10px);
    padding: 0.5rem 1.2rem; border-radius: 50px;
    border: 1px solid rgba(255,255,255,.2);
    font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem;
    color: #fff;
}
.hero-badge .dot {
    width: 8px; height: 8px; border-radius: 50%; background: #10b981;
    box-shadow: 0 0 0 4px rgba(16,185,129,.3);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,.4); }
    50%      { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800; line-height: 1.1; letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
}
.hero h1 .gradient-text {
    background: linear-gradient(135deg, #ff8e53 0%, #ffd55a 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p.lead {
    font-size: 1.15rem; line-height: 1.7;
    color: rgba(255,255,255,.92); margin-bottom: 2rem; max-width: 540px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero .btn-primary {
    background: var(--gradient-accent);
    box-shadow: 0 8px 24px rgba(255,107,53,.4);
}
.hero .btn-primary:hover { box-shadow: 0 12px 32px rgba(255,107,53,.55); }
.hero .btn-outline {
    background: rgba(255,255,255,.1); backdrop-filter: blur(10px);
    border-color: rgba(255,255,255,.4); color: #fff;
}
.hero .btn-outline:hover { background: rgba(255,255,255,.2); color: #fff; }

.hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
    padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15);
}
.hero-stats .stat-num {
    font-size: 1.9rem; font-weight: 800; letter-spacing: -0.02em;
}
.hero-stats .stat-lbl {
    font-size: 0.85rem; color: rgba(255,255,255,.75); font-weight: 500;
}

.hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    min-height: 380px;
}
.hero-card {
    background: rgba(255,255,255,.95); color: var(--dark);
    border-radius: 24px; padding: 2rem; width: 100%; max-width: 380px;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);
    transform: rotate(-2deg);
    transition: transform .3s;
}
.hero-card:hover { transform: rotate(0); }
.hero-card-header {
    display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem;
    padding-bottom: 1rem; border-bottom: 1px solid var(--slate-200);
}
.hero-card-icon {
    width: 50px; height: 50px; border-radius: 12px;
    background: var(--gradient-primary); color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.hero-card-header h4 { font-size: 1.05rem; font-weight: 700; }
.hero-card-header p { font-size: 0.85rem; color: var(--slate-600); }
.hero-card-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 0.6rem 0; font-size: 0.92rem;
}
.hero-card-row .lbl { color: var(--slate-600); }
.hero-card-row .val { font-weight: 700; }
.hero-card-row .good { color: var(--success); }

.hero-floating {
    position: absolute; background: #fff; padding: 0.9rem 1.2rem;
    border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.18);
    display: flex; align-items: center; gap: 0.7rem;
    font-size: 0.88rem; color: var(--dark); font-weight: 600;
    animation: bobble 4s ease-in-out infinite;
}
.hero-floating .icon {
    width: 36px; height: 36px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(16,185,129,.15); color: var(--success); font-size: 1.1rem;
}
.hero-floating.fl-1 { top: 10%; right: -10px; }
.hero-floating.fl-2 { bottom: 15%; left: -20px; animation-delay: -2s; }
@keyframes bobble {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

/* ============ TRUST BAR ============ */
.trust-bar {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 2.4rem 0;
    border-top: 1px solid rgba(10, 108, 219, 0.08);
    border-bottom: 1px solid rgba(10, 108, 219, 0.08);
    position: relative;
}
.trust-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem; align-items: center;
}
.trust-item {
    display: flex; align-items: center; gap: 0.9rem;
    color: var(--slate-600);
    padding: 0.5rem;
    border-radius: 12px;
    transition: background .2s, transform .2s;
}
.trust-item:hover {
    background: rgba(10, 108, 219, 0.04);
    transform: translateY(-2px);
}
.trust-icon {
    width: 50px; height: 50px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(10, 108, 219, 0.12), rgba(10, 108, 219, 0.04));
    color: var(--primary); font-size: 1.4rem; flex-shrink: 0;
    box-shadow: 0 4px 10px -2px rgba(10, 108, 219, 0.15);
}
.trust-item strong { color: var(--dark); display: block; font-size: 0.95rem; letter-spacing: -0.01em; }
.trust-item .sub { font-size: 0.8rem; color: var(--slate-500); }

/* ============ FEATURED PRODUCTS ============ */
.featured-products {
    padding: 6rem 0;
    background:
        radial-gradient(800px 400px at 100% 0%, rgba(10,108,219,0.06), transparent 60%),
        radial-gradient(700px 400px at 0% 100%, rgba(230,57,70,0.04), transparent 60%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.featured-products .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.8rem;
}
.featured-products .product-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 14px -4px rgba(15,23,42,0.08);
    border: 1px solid rgba(10,108,219,0.08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    display: flex; flex-direction: column;
}
.featured-products .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px -12px rgba(10,108,219,0.25);
    border-color: rgba(10,108,219,0.3);
}
.featured-products .product-card .product-image {
    position: relative;
    height: 220px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.featured-products .product-card .product-image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s ease;
}
.featured-products .product-card:hover .product-image img { transform: scale(1.08); }
.featured-products .product-card .badge {
    position: absolute; top: 14px; right: 14px; z-index: 2;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #fff; font-size: 0.72rem; font-weight: 800;
    padding: 5px 11px; border-radius: 999px;
    box-shadow: 0 4px 12px rgba(230,57,70,0.4);
    letter-spacing: 0.5px;
}
.featured-products .product-card .product-info {
    padding: 1.2rem 1.4rem 1.4rem;
    display: flex; flex-direction: column; gap: 0.5rem;
    flex: 1;
}
.featured-products .product-card .category-badge {
    align-self: flex-start;
    font-size: 0.7rem; font-weight: 700;
    color: var(--primary);
    background: rgba(10,108,219,0.08);
    padding: 3px 9px; border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.featured-products .product-card h3 {
    font-size: 1.05rem; font-weight: 700;
    color: var(--dark); margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.featured-products .product-card .description {
    font-size: 0.85rem; color: var(--slate-500);
    line-height: 1.5; margin: 0;
}
.featured-products .product-card .price-section {
    margin: 0.4rem 0 0.6rem;
    display: flex; align-items: baseline; gap: 0.6rem;
}
.featured-products .product-card .mrp {
    text-decoration: line-through; color: var(--slate-400); font-size: 0.85rem;
}
.featured-products .product-card .price {
    color: var(--dark); font-size: 1.35rem; font-weight: 800;
    letter-spacing: -0.02em;
}
.featured-products .product-card .btn {
    margin-top: auto;
    width: 100%;
    background: linear-gradient(135deg, #0a6cdb 0%, #0a4faf 100%);
    color: #fff; border: 0;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    font-weight: 700;
    transition: all .25s;
}
.featured-products .product-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -4px rgba(10,108,219,0.45);
}

/* ============ CATEGORIES ============ */
.categories {
    padding: 6rem 0;
    background:
        radial-gradient(700px 400px at 10% 0%, rgba(10,108,219,0.04), transparent 60%),
        radial-gradient(600px 400px at 90% 100%, rgba(230,57,70,0.04), transparent 60%),
        #ffffff;
    position: relative;
}

/* Mobile-app promo banner (in the section-title-block of Categories) */
.mobile-app-promo {
    display: inline-flex; align-items: center; gap: 1.4rem;
    margin: 1.8rem auto 0;
    padding: 1rem 1.2rem 1rem 1.6rem;
    background: linear-gradient(135deg, #0a4faf 0%, #0a6cdb 100%);
    color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 32px -10px rgba(10, 79, 175, 0.45);
    text-align: left;
    max-width: 640px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.mobile-app-promo::before {
    content: '';
    position: absolute; top: -40px; right: -30px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 65%);
    pointer-events: none;
}
.mobile-app-promo-text {
    display: flex; flex-direction: column;
    flex: 1;
    line-height: 1.4;
    position: relative; z-index: 1;
}
.mobile-app-promo-text strong {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.01em;
}
.mobile-app-promo-text span {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
    margin-top: 2px;
}
.mobile-app-promo-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.75rem 1.3rem;
    background: #ffffff;
    color: #0a4faf;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.92rem;
    box-shadow: 0 6px 16px -3px rgba(0,0,0,0.2);
    transition: transform .2s, box-shadow .2s;
    white-space: nowrap;
    z-index: 1;
}
.mobile-app-promo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -3px rgba(0,0,0,0.25);
}
.mobile-app-promo-btn .mapb-icon {
    font-size: 1.15rem;
    line-height: 1;
}
@media (max-width: 560px) {
    .mobile-app-promo { flex-direction: column; align-items: stretch; padding: 1rem; gap: 0.9rem; }
    .mobile-app-promo-text { text-align: center; }
    .mobile-app-promo-btn { justify-content: center; }
}
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
}
.category-card {
    position: relative; overflow: hidden;
    background: #fff; color: var(--dark);
    border-radius: var(--radius-lg);
    text-decoration: none; text-align: left;
    border: 1px solid var(--slate-200);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    display: flex; flex-direction: column;
    min-height: 280px;
}
.category-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
    background: var(--gradient-primary); transform: scaleX(0); transform-origin: left;
    transition: transform .3s; z-index: 3;
}
.category-card:hover {
    transform: translateY(-6px); border-color: transparent;
    box-shadow: var(--shadow-md); color: var(--dark);
}
.category-card:hover::before { transform: scaleX(1); }

/* Colored header on category card — uniform across all cards */
.category-card .cat-image {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--cat-hex, #0a6cdb) 0%, color-mix(in srgb, var(--cat-hex, #0a6cdb) 70%, #000) 100%);
    display: flex; align-items: center; justify-content: center;
    padding: 1rem 1.2rem;
}
.category-card .cat-image::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.18), transparent 55%);
    pointer-events: none;
}
.category-card .cat-image-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.01em;
    z-index: 1;
    word-break: break-word;
    hyphens: auto;
    max-width: 220px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: transform .25s ease;
}
.category-card:hover .cat-image-title { transform: scale(1.03); }
.category-card .cat-image-icon {
    position: absolute; right: 10px; bottom: 10px;
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,0.95); backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 2;
}

.category-card .cat-body {
    padding: 1.2rem 1.4rem 1.4rem;
    display: flex; flex-direction: column; gap: 0.3rem; flex: 1;
}
.category-card h3 {
    font-size: 1.1rem; font-weight: 700;
    margin: 0 0 0.2rem; color: var(--dark);
}
.category-card p { color: var(--slate-600); font-size: 0.86rem; margin: 0; }
.category-card .arrow {
    margin-top: auto; color: var(--primary); font-weight: 600;
    font-size: 0.88rem; display: inline-flex; align-items: center; gap: 0.3rem;
    padding-top: 0.6rem;
}
.category-card .arrow::after {
    content: '→'; transition: transform .25s;
}
.category-card:hover .arrow::after { transform: translateX(4px); }

/* ============ WHY CHOOSE US ============ */
.why-choose {
    padding: 6rem 0;
    background:
        radial-gradient(700px 400px at 0% 50%, rgba(10,108,219,0.05), transparent 60%),
        radial-gradient(700px 400px at 100% 50%, rgba(230,57,70,0.04), transparent 60%),
        #f8fbff;
    position: relative; overflow: hidden;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.feature-box {
    background: #fff; padding: 2.2rem 1.8rem;
    border-radius: 18px;
    border: 1px solid rgba(10,108,219,0.08);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.feature-box::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, #0a6cdb, #e63946);
    transform: scaleX(0); transform-origin: left;
    transition: transform .4s ease;
}
.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -12px rgba(10,108,219,0.2);
    border-color: rgba(10,108,219,0.2);
}
.feature-box:hover::before { transform: scaleX(1); }
.feature-icon {
    width: 60px; height: 60px; border-radius: 16px;
    background: linear-gradient(135deg, #0a6cdb, #0a4faf);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; margin-bottom: 1.4rem;
    box-shadow: 0 8px 20px -4px rgba(10,108,219,0.45);
    transition: transform .35s ease;
}
.feature-box:hover .feature-icon {
    transform: scale(1.1) rotate(-6deg);
}
.feature-box h3 {
    font-size: 1.15rem; font-weight: 800; color: var(--dark);
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
}
.feature-box p {
    color: var(--slate-600); font-size: 0.92rem; line-height: 1.65;
}

/* ============ STATS BAND ============ */
.stats-band {
    background: var(--gradient-dark); color: #fff; padding: 4rem 0;
    position: relative; overflow: hidden;
}
.stats-band::before {
    content: ''; position: absolute; inset: 0; opacity: 0.4;
    background:
        radial-gradient(circle at 20% 50%, rgba(10,108,219,.4), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255,107,53,.3), transparent 50%);
}
.stats-band .container { position: relative; z-index: 1; }
.stats-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem; text-align: center;
}
.stat-block .num {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800; letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 0%, #c7e2ff 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-block .lbl {
    color: rgba(255,255,255,.8); font-size: 0.95rem; margin-top: 0.4rem;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
    padding: 6rem 0;
    background:
        radial-gradient(800px 400px at 50% 0%, rgba(10,108,219,0.04), transparent 60%),
        #ffffff;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.8rem;
}
.testimonial {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.2rem 2rem 1.6rem;
    position: relative;
    border: 1px solid rgba(10,108,219,0.1);
    box-shadow: 0 4px 14px -4px rgba(15,23,42,0.06);
    transition: all .35s ease;
}
.testimonial:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -12px rgba(10,108,219,0.2);
    border-color: rgba(10,108,219,0.25);
}
.testimonial .quote {
    font-size: 4.5rem;
    background: linear-gradient(135deg, #0a6cdb, #e63946);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.6;
    font-family: Georgia, serif;
    margin-bottom: -0.5rem;
    opacity: 0.6;
}
.testimonial blockquote {
    color: var(--slate-700); font-size: 0.96rem; line-height: 1.7;
    margin: 0 0 1.4rem; font-style: italic;
}
.testimonial-author {
    display: flex; align-items: center; gap: 0.9rem;
    padding-top: 1.2rem; border-top: 1px solid var(--slate-200);
}
.testimonial-author .avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, #0a6cdb, #0a4faf);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.05rem;
    box-shadow: 0 6px 14px -2px rgba(10,108,219,0.4);
}
.testimonial-author strong { color: var(--dark); font-size: 0.95rem; font-weight: 800; }
.testimonial-author .role { color: var(--slate-500); font-size: 0.82rem; }
.testimonial-author .stars {
    color: #fbbf24;
    margin-left: auto;
    font-size: 1rem;
    letter-spacing: 1px;
}

/* ============ NEWSLETTER ============ */
.newsletter {
    padding: 5rem 0;
    background: linear-gradient(135deg, #064999 0%, #0a6cdb 100%);
    color: #fff; position: relative; overflow: hidden;
}
.newsletter::before {
    content: ''; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,107,53,.3), transparent 70%);
}
.newsletter .container { position: relative; z-index: 1; max-width: 700px; text-align: center; }
.newsletter h2 {
    font-size: 2.2rem; font-weight: 800; margin-bottom: 0.8rem; line-height: 1.2;
}
.newsletter p { color: rgba(255,255,255,.85); margin-bottom: 2rem; font-size: 1.05rem; }
.newsletter-form {
    display: flex; gap: 0.6rem; max-width: 480px; margin: 0 auto;
    background: rgba(255,255,255,.1); backdrop-filter: blur(10px);
    padding: 0.5rem; border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,.2);
}
.newsletter-form input {
    flex: 1; padding: 0.85rem 1.1rem; background: transparent;
    border: none; color: #fff; font-size: 1rem; font-family: inherit;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-form input:focus { outline: none; }
.newsletter-form button {
    background: var(--gradient-accent); color: #fff;
    border: none; padding: 0.85rem 1.6rem; border-radius: var(--radius-sm);
    font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s;
    font-family: inherit;
}
.newsletter-form button:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.25); }

/* ============ CONTACT ============ */
.contact-section { padding: 5rem 0; background: var(--slate-50); }
.contact-content {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem;
    background: #fff; border-radius: var(--radius-lg);
    padding: 2.5rem; box-shadow: var(--shadow);
}
.contact-info h3 {
    font-size: 1.4rem; margin-bottom: 1.5rem; color: var(--dark); font-weight: 700;
}
.contact-info p {
    margin-bottom: 1rem; line-height: 1.7; color: var(--slate-600);
    display: flex; gap: 0.8rem; align-items: flex-start;
}
.contact-info p strong { color: var(--dark); display: inline-block; }

/* Office cards (Head / Branch / Malda) */
.office-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #e63946;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    transition: transform .2s, box-shadow .2s;
}
.office-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -4px rgba(15,23,42,0.1);
}
.office-card.office-head {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-left-width: 5px;
}
.office-card .office-label {
    color: #e63946;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
}
.office-card .office-address {
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.55;
    font-weight: 500;
}
.office-card .office-address strong {
    color: #0a4faf;
    font-weight: 800;
}
.office-card .office-contact {
    margin-top: 0.7rem;
    display: flex; flex-direction: column; gap: 0.35rem;
    font-size: 0.88rem;
    color: #475569;
}
.office-card .office-contact a {
    color: #0a6cdb;
    text-decoration: none;
    font-weight: 600;
}
.office-card .office-contact a:hover {
    text-decoration: underline;
}
.office-hours {
    margin-top: 0.8rem;
    padding: 0.6rem 0.9rem;
    background: rgba(10, 108, 219, 0.06);
    color: #0f172a;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
}
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form textarea {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius); font-family: inherit; font-size: 0.95rem;
    transition: border-color .2s, box-shadow .2s;
    background: var(--slate-50);
}
.contact-form input:focus, .contact-form textarea:focus {
    outline: none; border-color: var(--primary); background: #fff;
    box-shadow: 0 0 0 4px rgba(10,108,219,.1);
}

/* ============ Responsive ============ */
@media (max-width: 900px) {
    .hero { padding: 4rem 1.5rem 5rem; }
    .hero .container { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { min-height: 0; }
    .contact-content { grid-template-columns: 1fr; padding: 1.8rem; }
}
@media (max-width: 640px) {
    .hero { padding: 3rem 1.5rem 4rem; }
    .hero-stats { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .featured-products, .categories, .why-choose, .testimonials, .newsletter, .contact-section { padding: 3rem 0; }
    .newsletter-form { flex-direction: column; padding: 1rem; }
    .newsletter-form input { background: rgba(255,255,255,.15); border-radius: var(--radius-sm); }
}

/* ============================================================
   BROCHURE HERO — ADVENTEK-style banner
   ============================================================ */
.brochure-hero {
    position: relative;
    background:
        radial-gradient(1100px 600px at 90% -10%, rgba(10, 108, 219, 0.10), transparent 60%),
        radial-gradient(800px 500px at -10% 110%, rgba(230, 57, 70, 0.07), transparent 65%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #f4f8ff 100%);
    padding: 3rem 0 0;
    overflow: hidden;
    isolation: isolate;
}
.brochure-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(10, 108, 219, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 0 0;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 70%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.bh-bg-shape { display: none; }
.bh-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2rem;
    align-items: start;
}

/* LEFT column */
.bh-left { display: flex; flex-direction: column; gap: 1.5rem; }

.bh-brand {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
}
.bh-logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #e63946;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow:
        0 0 0 4px rgba(230, 57, 70, 0.08),
        0 12px 30px rgba(230, 57, 70, 0.18);
    flex-shrink: 0;
    transition: transform .35s ease;
}
.bh-logo:hover { transform: scale(1.04) rotate(-2deg); }
.bh-logo img {
    width: 100%; height: 100%; object-fit: contain;
}
.bh-logo-placeholder {
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: .2rem;
    background: radial-gradient(circle at 30% 30%, #d4f0d4 0%, #ffffff 70%);
    padding: 6px;
    text-align: center;
}
.bh-logo-icon { font-size: 2rem; line-height: 1; }
.bh-logo-text {
    font-size: .55rem;
    font-weight: 800;
    color: #0a6cdb;
    letter-spacing: .5px;
    line-height: 1.2;
}

.bh-title { display: flex; flex-direction: column; line-height: 1; }
.bh-title-primary {
    font-size: clamp(2.6rem, 6.2vw, 4.8rem);
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    letter-spacing: -1.5px;
    margin: 0;
    line-height: 0.95;
    filter: drop-shadow(0 4px 12px rgba(230, 57, 70, 0.18));
}
.bh-title-suffix {
    font-size: clamp(1.1rem, 2.5vw, 1.9rem);
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0.3rem 0 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.6rem;
}
.bh-title-suffix::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 64px; height: 3px;
    background: linear-gradient(90deg, #0a6cdb, transparent);
    border-radius: 2px;
}

.bh-hero-image {
    position: relative;
    margin: 1rem 0;
}
.bh-bed-card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 14px 14px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 18px 50px -10px rgba(10, 79, 175, 0.25),
        0 4px 12px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(10, 108, 219, 0.12);
    overflow: hidden;
    isolation: isolate;
}
.bh-bed-card::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(10,108,219,0.5), rgba(230,57,70,0.35));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.bh-bed-photo {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 24px -6px rgba(15, 23, 42, 0.25);
    transition: transform .5s ease;
}
.bh-bed-card:hover .bh-bed-photo { transform: scale(1.04); }
.bh-bed-icon { font-size: 6rem; line-height: 1; }
.bh-bed-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: .5px;
}

.bh-cta { padding-top: .5rem; }
.bh-cta-title, .bh-cta-sub {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    color: #0f172a;
}
.bh-cta-sub { margin-top: .15rem; display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.bh-cta-red { color: #e63946; }
.bh-cta-blue { color: #0a6cdb; }
.bh-cta-sub em { font-style: italic; font-weight: 600; color: #334155; }
.bh-cta-plus {
    color: #0a6cdb;
    font-size: 1.8rem;
    font-weight: 900;
}
.bh-cta-actions {
    display: flex; gap: .9rem; flex-wrap: wrap;
    margin-top: 1.4rem;
}
.bh-cta-actions .btn-primary {
    background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
    color: #fff; border: 0;
    box-shadow: 0 8px 22px -4px rgba(230, 57, 70, 0.5), 0 2px 4px rgba(193, 18, 31, 0.2);
    transform: translateY(0);
    transition: transform .25s, box-shadow .25s;
}
.bh-cta-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -4px rgba(230, 57, 70, 0.6), 0 4px 8px rgba(193, 18, 31, 0.3);
}
.bh-cta-actions .btn-outline {
    background: rgba(255,255,255,0.85); color: #0a6cdb;
    border: 2px solid #0a6cdb;
    backdrop-filter: blur(8px);
    transition: all .25s;
}
.bh-cta-actions .btn-outline:hover {
    background: #0a6cdb; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px -4px rgba(10, 108, 219, 0.45);
}

/* RIGHT column — diamond grid */
.bh-right { display: flex; flex-direction: column; gap: 1.5rem; }

.bh-diamond-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 1.4rem;
    padding: 1.5rem 1.5rem 3rem;
    transform: rotate(0);
}
.bh-diamond {
    position: relative;
    display: block;
    aspect-ratio: 1;
    transform: rotate(45deg);
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
    border-radius: 14px;
    overflow: visible;
    text-decoration: none;
    color: inherit;
}
.bh-diamond:hover {
    transform: rotate(45deg) scale(1.06);
    z-index: 2;
}
/* Inner wrapper holds the clipped photo */
.bh-diamond-inner {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #ffffff;
    background: linear-gradient(135deg, #e6f0ff 0%, #b6d4ff 100%);
    box-shadow:
        0 0 0 1px rgba(10, 108, 219, 0.15),
        0 10px 24px -4px rgba(15, 23, 42, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    display: flex; align-items: center; justify-content: center;
    transition: box-shadow .3s ease, border-color .3s ease;
}
.bh-diamond:hover .bh-diamond-inner {
    box-shadow:
        0 0 0 2px rgba(10, 108, 219, 0.4),
        0 18px 36px -6px rgba(10, 108, 219, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}
.bh-diamond-inner img {
    /* Counter-rotate and scale so a square photo fully covers the rotated diamond */
    transform: rotate(-45deg) scale(1.42);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.bh-diamond:hover .bh-diamond-inner img {
    transform: rotate(-45deg) scale(1.55);
}
/* Emoji fallback when the photo fails */
.bh-diamond-emoji {
    display: none;
    transform: rotate(-45deg);
    font-size: 2.2rem;
    line-height: 1;
}
.bh-diamond-inner.no-img {
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}
.bh-diamond-inner.no-img .bh-diamond-emoji { display: inline-block; }

.bh-diamond > small {
    position: absolute;
    left: 50%;
    bottom: -1.6rem;
    transform: rotate(-45deg) translate(-50%, 0);
    transform-origin: left top;
    font-size: .68rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #fff;
    padding: 3px 9px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
    opacity: 1;
    transition: all .25s;
    white-space: nowrap;
    pointer-events: none;
    z-index: 3;
}
.bh-diamond:hover > small {
    background: #0a6cdb;
    color: #fff;
    box-shadow: 0 4px 12px rgba(10, 108, 219, 0.4);
}

.bh-quote {
    text-align: center;
    font-size: 1.15rem;
    color: #475569;
    padding: .8rem 1rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border-left: 4px solid #ff6b35;
}
.bh-quote-accent {
    color: #ff6b35;
    font-weight: 800;
    display: inline-block;
    margin-left: .3rem;
}

/* Bottom band */
.bh-bottom-band {
    margin-top: 3rem;
    background:
        linear-gradient(90deg, #0a4faf 0%, #0a6cdb 50%, #0a4faf 100%);
    color: #fff;
    padding: 1.3rem 0;
    font-size: .93rem;
    line-height: 1.6;
    position: relative;
    box-shadow: 0 -8px 24px -8px rgba(10, 79, 175, 0.3);
}
.bh-bottom-band::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, #ffd966 30%, #ffd966 70%, transparent);
}
.bh-bottom-band strong { color: #ffd966; margin-right: .4rem; letter-spacing: .3px; }

/* Stats row below brochure */
.bh-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    padding: 3rem 1.5rem 4rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.bh-stats > div {
    text-align: center;
    background: #ffffff;
    padding: 1.6rem 1.2rem;
    border-radius: 16px;
    border: 1px solid rgba(10, 108, 219, 0.12);
    box-shadow: 0 4px 18px -4px rgba(15, 23, 42, 0.08);
    transition: transform .25s, box-shadow .25s, border-color .25s;
    position: relative;
    overflow: hidden;
}
.bh-stats > div::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #0a6cdb, #e63946);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.bh-stats > div:hover {
    transform: translateY(-4px);
    border-color: rgba(10, 108, 219, 0.3);
    box-shadow: 0 14px 32px -8px rgba(10, 108, 219, 0.18);
}
.bh-stats > div:hover::before { transform: scaleX(1); }
.bh-stats .stat-num {
    font-size: 2.2rem; font-weight: 900;
    background: linear-gradient(135deg, #0a6cdb 0%, #0a4faf 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
    line-height: 1;
}
.bh-stats .stat-lbl {
    font-size: .82rem; color: #64748b; font-weight: 700;
    margin-top: .5rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Responsive */
@media (max-width: 960px) {
    .bh-container { grid-template-columns: 1fr; }
    .bh-diamond-grid { grid-template-columns: repeat(4, 1fr); }
    .bh-stats { grid-template-columns: repeat(2, 1fr); }
    .bh-bg-shape { display: none; }
}
@media (max-width: 640px) {
    .bh-brand { justify-content: center; text-align: center; }
    .bh-logo { width: 96px; height: 96px; }
    .bh-title { align-items: center; }
    .bh-diamond-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .bh-bed-icon { font-size: 4rem; }
    .bh-cta-title, .bh-cta-sub { font-size: 1.3rem; }
    .bh-bottom-band { font-size: .82rem; padding: .9rem 0; }
}
