/* =====================================================
   ILOGO V6.2 — MASTER MODULAR CSS
   CONSOLIDATED TOKENS + HERO + TRUST + BENEFITS
===================================================== */

/* -----------------------------------------------------
   BLOCK 1: ROOT TOKENS (FULL REUNION SYSTEM)
   ----------------------------------------------------- */
:root {
  --content-width: 1380px;

  /* Spacing Scale */
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 6rem;

  /* Typography Scale */
  --text-sm: 0.9rem;
  --text-base: 1.05rem;
  --text-lg: 1.2rem;
  --text-xl: 1.45rem;
  --text-section: clamp(1.8rem, 3vw, 2.4rem);
  --text-display: clamp(2.2rem, 4vw, 3rem);
  --text-hero: clamp(2.4rem, 6vw, 4.2rem);

  /* Brand Color System */
  --brand-blue: #002a53;
  --brand-blue-dark: #001f3f;
  --brand-blue-light: #0b3d75;
  --brand-orange: #ff7a00;
  --brand-accent: #1c8ed6;
  --btn-cyan: #09f;

  /* Surface & Neutrals */
  --bg-page: #ffffff;
  --bg-cream: #f5f4ed;
  --text-dark: #111111;
  --text-muted: #666666;
  --border-light: #eeeeee;

  /* Shapes & Effects */
  --subtle-radius: 6px; /* CustomInk-style tighter corners */
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-hero: 28px;
  --shadow-soft: 0 20px 50px rgba(0,0,0,0.06);
}

/* -----------------------------------------------------
   BLOCK 2: BASE FRAMEWORK
   ----------------------------------------------------- */
*, ::after, ::before { box-sizing: border-box; }

.solution-page-v5 {
    background-color: var(--bg-page);
    font-family: Roboto-Regular, sans-serif;
    color: #3a4148;
}

.v2-wrapper {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 0 20px;
}

.v2-desktop-only { display: flex !important; }
.v2-mobile-only { display: none !important; }

@media (max-width: 990px) {
    .v2-desktop-only { display: none !important; }
    .v2-mobile-only { display: block !important; }
}
@media (max-width: 990px) {
    /* GLOBAL WRAPPER OVERRIDE */
    .v2-wrapper {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
/* =====================================================
   BLOCK 4: TRUST DASHBOARD (V8.5 - PREMIUM B2B)
===================================================== */

.v2-trust-dashboard { padding: 30px 0; background: #ffffff; }

.dashboard-container { 
    display: flex; border: 1px solid var(--border-light); 
    border-radius: var(--radius-lg); overflow: hidden; background: #ffffff; 
}

/* DESKTOP ACTION COLUMN */
.db-action { 
    flex: 0 0 20%; background: #f8fafc; padding: 25px; text-align: center; 
    border-right: 1px solid var(--border-light); display: flex !important;
    flex-direction: column !important; justify-content: center; align-items: center; 
}
.db-action h3 { font-size: 1.1rem; font-weight: 800; color: var(--brand-blue); margin-bottom: 12px; }
.btn-check-price.thinner { 
    background: var(--btn-cyan) !important; color: #fff; padding: 10px 24px; 
    border-radius: 4px; text-decoration: none; font-weight: 700; display: inline-block;
}
.how-pricing { display: block; margin-top: 8px; font-size: 0.85rem; color: var(--brand-accent); text-decoration: underline; font-weight: 600; }

/* MAIN INFO WRAPPER */
.db-info { flex: 1; padding: 0 !important; display: flex; align-items: stretch; }

/* DESKTOP CENTER SECTION */
.db-main-info-row { 
    display: flex; align-items: center; gap: 30px; flex: 1 !important; 
    border-right: 1px solid var(--border-light); padding: 20px 60px; 
}
.v2-box-img { width: 150px !important; height: auto; display: block; }
.db-content-text { display: flex; flex-direction: row; gap: 40px; }

/* DESKTOP ENTERPRISE SECTION */
.db-enterprise-row { 
    flex: 0 0 auto !important; min-width: 320px; background: #f8fafc !important; 
    display: flex; align-items: center; gap: 20px; padding: 20px 60px !important; margin: 0 !important; 
}
.ent-visual-side svg { width: 100px !important; height: 100px !important; color: var(--brand-blue); flex-shrink: 0; display: block; }

/* UNIFIED TEXT SPACING */
.db-shipping-col, .db-urgent-col, .ent-content-text { display: flex; flex-direction: column; justify-content: center; }

.db-info strong { 
    font-size: 1.1rem !important; color: var(--brand-blue); 
    display: block; margin-bottom: 2px !important; font-weight: 800; white-space: nowrap; 
}

.ent-description-lines p, .db-shipping-col p, .db-urgent-col p { 
    font-size: 0.95rem; color: #333; margin: 0 !important; 
    padding: 0 !important; line-height: 1.3 !important; white-space: nowrap; 
}

.learn-more-link { display: block; font-size: 0.85rem; font-weight: 500; color: var(--brand-blue); text-decoration: underline; margin-top: 4px !important; }

/* MOBILE RESPONSIVE - PREMIUM B2B */
@media (max-width: 990px) {
    .db-action { display: none !important; }
    .v2-trust-dashboard .dashboard-container { border: none; background: transparent; display: block; }
    .v2-trust-dashboard .db-info { padding: 0; display: block; }
    .db-mobile-stack { display: flex; flex-direction: column; gap: 12px; padding: 0; }
    .db-mobile-strip { width: 100%; border-radius: 8px; padding: 20px; text-align: center; box-sizing: border-box; }

    .db-shipping-combined { 
        background: #ffffff; border: 1px solid #e2e8f0 !important; 
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }
    .db-enterprise-mobile { background: #f8fafc; border: 1px solid #e2e8f0 !important; }

    .mobile-strip-text { font-size: 1.3rem; color: #002a53; font-weight: 600; margin-bottom: 0; }
    .mobile-urgent-row { margin-top: 10px; padding-top: 10px; border-top: 1px solid #f1f5f9; }
    .mobile-urgent-link { color: #475569; text-decoration: none; font-size: 1.2rem; font-weight: 550; }
    .mobile-urgent-link i { color: #25d366; margin-left: 5px; }
	.db-info strong { 
    font-size: 1.3rem !important; font-weight: 600;
	}
}

/* =====================================================
   BLOCK 7: GOOGLE REVIEWS V7.5 (THE ALIGNMENT LOCK)
===================================================== */

/* 1. GLOBAL BASE */
section.v2-google-reviews { 
    padding: 45px 0 !important; 
    background: #ffffff !important; 
    overflow: hidden !important; 
}

section.v2-google-reviews .reviews-container { 
    max-width: 1200px !important; 
    margin: 0 auto !important; 
    padding: 0 20px !important; 
}

/* HEADER CENTER FIX */
section.v2-google-reviews .reviews-header { 
    width: 100% !important; 
    text-align: center !important; 
    margin-bottom: 50px !important; 
}

section.v2-google-reviews .v2-section-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #002a53 !important;
}

/* 2. THE NAVY CARD - HIERARCHY & STYLE */
section.v2-google-reviews .v2-card-navy {
    background: #002a53 !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    padding: 25px !important; /* Sync with Review Card Padding */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* REORDERING ELEMENTS */
section.v2-google-reviews .v2-card-navy .v2-rating-text { order: 1 !important; font-size: 1.1rem !important; font-weight: 700 !important; margin-bottom: 8px !important; }
section.v2-google-reviews .v2-card-navy .v2-business-logo { order: 2 !important; max-width: 40px !important; height: auto !important; margin-bottom: 8px !important; filter: none !important; }
section.v2-google-reviews .v2-card-navy .v2-card-stars { order: 3 !important; margin-bottom: 6px !important; }
section.v2-google-reviews .v2-card-navy .v2-review-count { order: 4 !important; font-size: 0.8rem !important; opacity: 0.9 !important; }

/* 3. DESKTOP SPECIFIC (min-width: 992px) */
@media (min-width: 992px) {
    section.v2-google-reviews .v2-split-container {
        display: flex !important;
        gap: 30px !important;
        align-items: stretch !important; /* Forces equal height */
    }

    section.v2-google-reviews .v2-col-left { 
        flex: 0 0 280px !important; 
        display: flex !important; 
    }

    section.v2-google-reviews .v2-card-navy {
        width: 100% !important;
        margin: 20px 0 35px 0 !important; /* Sync with Review Card Margin */
        height: auto !important;
    }

    section.v2-google-reviews .v2-col-right { flex: 1 !important; min-width: 0 !important; }

    /* DESKTOP REVIEW CARD */
    #verified-customer-carousel .v2-review-item {
        width: 310px !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 16px !important;
        padding: 25px !important; /* Sync with Navy Card Padding */
        margin: 10px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    }

    /* DESKTOP NAV BUTTONS (Inside Navy Box) */
    section.v2-google-reviews .owl-nav {
        order: 5 !important;
        display: flex !important;
        justify-content: center !important;
        gap: 12px !important;
        margin-top: 20px !important;
        position: static !important;
    }

    section.v2-google-reviews .owl-nav button {
        background: rgba(255,255,255,0.1) !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
        color: white !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        cursor: pointer !important;
    }
}
	/* Styling for the View All Reviews link */
	/* Navy Card Review Button */
	.v2-all-reviews-link {
		display: inline-block;
		margin-top: 15px;
		padding: 10px 20px;
		font-size: 14px;
		font-weight: 700;
		color: #ffffff !important;
		text-decoration: none !important;
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-radius: 6px;
		transition: all 0.3s ease;
		background: rgba(255, 255, 255, 0.05);
	}

	.v2-all-reviews-link:hover {
		background: #ffffff;
		color: #1e293b !important; /* Navy text on white hover */
		border-color: #ffffff;
		transform: translateY(-2px);
	}
/* 4. MOBILE SPECIFIC (max-width: 991px) */
@media (max-width: 991px) {
    section.v2-google-reviews .v2-split-container { display: flex !important; flex-direction: column !important; }
    section.v2-google-reviews .v2-card-navy { margin-bottom: 35px !important; width: 100% !important; }

    /* Mobile Equal Height Fix */
    section.v2-google-reviews .owl-stage { display: flex !important; align-items: stretch !important; }
    section.v2-google-reviews .owl-item { flex: 0 0 70vw !important; margin-right: 15px !important; display: flex !important; }

    #verified-customer-carousel .v2-review-item {
        background: #ffffff !important;
        border-radius: 16px !important;
        
		overflow: visible !important; 
        padding: 10px 7px !important;
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    section.v2-google-reviews .owl-nav { display: flex !important; justify-content: center !important; gap: 20px !important; margin-top: 25px !important; }
    section.v2-google-reviews .owl-nav button { background: #002a53 !important; color: white !important; width: 40px !important; height: 40px !important; border-radius: 50% !important; }
}

/* 5. SHARED ASSETS */
section.v2-google-reviews .v2-avatar { width: 44px !important; height: 44px !important; border-radius: 50% !important; margin-bottom: 10px !important; object-fit: cover; }
section.v2-google-reviews .v2-card-stars img { height: 16px !important; width: auto !important; display: inline-block !important; }

/* --- GOOGLE REVIEW CARD MOBILE FIX --- */
@media (max-width: 990px) {
    /* 1. The Card Outline & Padding */
    .v2-review-item {
        background: #ffffff !important;
        border: 1px solid #cbd5e1 !important; /* Visible Light Grey Outline */
        border-radius: var(--subtle-radius) !important;
        padding: 20px !important;
		margin-bottom: 15px !important; 
        border: 1px solid #cbd5e1 !important; /* Your darkened border */
        display: block !important;
        height: auto !important;
        
        /* THE KEY: Vertical margin creates space so the outline isn't cut off */
        margin: 0px 4px !important; 
        
        /* Ensures the card has a physical presence */
        
        flex-direction: column !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02); /* Very subtle depth */
    }

    /* 1. Create a "Safe Zone" for the bottom border */
    #verified-customer-carousel {
        padding-bottom: 25px !important; /* This stops the bottom clip */
        overflow: visible !important;   /* Allows the shadow/border to exist */
        margin-bottom: 0 !important;
    }

 /* =====================================================
   BLOCK 7: CUSTOMER PHOTOS(THE ALIGNMENT LOCK)
===================================================== */   
}
/* --- GALLERY BASE --- */
.gallery-v2-page {
    background-color: #f5f4ed; /* Titanium Cream */
    padding-bottom: 60px;
}

.gallery-hero {
    padding: 60px 0;
    background: #ffffff;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.gallery-hero h1 {
    font-size: 3rem;
    color: #002a53; /* Premium Navy */
    font-weight: 800;
}

/* --- MASONRY GRID --- */
.gallery-masonry-grid {
    display: block;
    width: 100%;
    column-count: 4;
    column-gap: 24px;
    clear: both;
}



/* --- CARD STYLING & PADDING --- */
.gallery-card {
    background: #fff;
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
}

.gallery-card:hover { 
    transform: translateY(-5px); 
}

/* Increased Internal Padding for text */
.gallery-card-content {
    padding: 22px 24px; 
}

.gallery-card-content h3 {
    font-size: 1.15rem;
    color: #002a53;
    margin-bottom: 10px;
    font-weight: 700;
}

.gallery-card-content p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

/* --- THE HOVER OVERLAY --- */
.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #002a53; /* Dark base for the fade */
}

.gallery-image-wrapper img { 
    width: 100%; 
    display: block; 
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 42, 83, 0.6); /* Navy Tint */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.gallery-overlay span {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(15px);
    transition: transform 0.3s ease;
}

/* Trigger Hover Effects */
.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card:hover .gallery-overlay span {
    transform: translateY(0);
}

.gallery-card:hover .gallery-image-wrapper img {
    transform: scale(1.1);
    filter: blur(2px);
}

/* --- SECTION ISOLATION --- */
.v2-pagination-section {
    display: block; width: 100%; clear: both; padding: 40px 0;
}

.v2-reviews-bottom-bg {
    display: block; width: 100%; clear: both; background: #ffffff; padding: 80px 0; margin-top: 40px;
}

.v2-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 991px) {
    .gallery-hero { padding: 60px 0; }
    .gallery-masonry-grid { column-count: 1; }
    .gallery-hero h1 { font-size: 2.2rem; }
    .gallery-card-content { padding: 18px 20px; } /* Slightly tighter for mobile */
    
    /* On mobile, we often show the overlay or keep it tap-friendly */
    .gallery-overlay { display: none; } /* Usually cleaner to hide hover text on mobile */
}

/* --- VISUAL BREADCRUMBS --- */
.v2-breadcrumb-nav {
    background: #ffffff;
    padding: 15px 0 5px 0; /* Tight spacing to stay close to header */
}

.v2-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.v2-breadcrumb-item {
    display: flex;
    align-items: center;
    color: #64748b; /* Muted Slate */
}

/* The Separator */
.v2-breadcrumb-item + .v2-breadcrumb-item::before {
    content: "/";
    padding: 0 12px;
    color: #cbd5e1;
    font-weight: 300;
}

.v2-breadcrumb-item a {
    color: #002a53; /* iLogo Navy */
    text-decoration: none;
    transition: color 0.2s ease;
}

.v2-breadcrumb-item a:hover {
    color: #ff7a00; /* Brand Orange highlight on hover */
    text-decoration: underline;
}

.v2-breadcrumb-item.active {
    color: #94a3b8;
    pointer-events: none;
}

/* Mobile Tweaks */
@media (max-width: 991px) {
    .v2-breadcrumb-nav {
        padding: 12px 0 0 0;
    }
    .v2-breadcrumb {
        font-size: 0.8rem;
    }
}

/* --- PHOTO DETAIL V2 MASTER STYLES --- */
.photo-detail-v2 {
    background-color: #f5f4ed; /* Titanium Cream */
    padding: 40px 0 80px;
}

/* Breadcrumbs */
.v2-breadcrumb-nav { background: #fff; padding: 15px 0; border-bottom: 1px solid #eee; }
.v2-breadcrumb { display: flex; list-style: none; font-size: 0.85rem; padding: 0; margin: 0; }
.v2-breadcrumb-item a { color: #002a53; text-decoration: none; font-weight: 500; }
.v2-breadcrumb-separator { padding: 0 10px; color: #cbd5e1; }
.v2-breadcrumb-item.active { color: #94a3b8; }

/* Image Wrapper & Badge */
.main-photo-wrapper {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.v2-main-img { border-radius: 8px; width: 100%; display: block; }

.v2-verified-badge {
    position: absolute; top: 25px; right: 25px;
    background: #002a53; color: #fff;
    padding: 8px 15px; border-radius: 50px;
    font-weight: 700; font-size: 0.75rem;
    display: flex; align-items: center; gap: 6px; z-index: 5;
}

/* Content Card */
.story-card {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
}
.v2-detail-title { color: #002a53; font-weight: 800; font-size: 2.2rem; margin-bottom: 10px; line-height: 1.2; }
.v2-label-caps { text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #94a3b8; font-size: 0.75rem; margin-bottom: 12px; }
.v2-story-text { font-size: 1.1rem; line-height: 1.7; color: #334155; margin-bottom: 30px; }

/* CTA Box & Normalized Buttons */
.v2-action-box { background: #f8fafc; padding: 25px; border-radius: 8px; border: 1px solid #e2e8f0; }
.action-title { font-weight: 700; color: #1e293b; margin-bottom: 15px; font-size: 1rem; }
.action-button-group { display: flex; flex-direction: column; gap: 12px; }

.rv2-btn-primary-v2, .rv2-btn-outline-v2 {
    display: block; width: 100%; text-align: center;
    padding: 16px 20px !important; border-radius: 6px;
    font-weight: 700; text-decoration: none !important;
    font-size: 1rem; line-height: 1;
    box-sizing: border-box; transition: 0.3s;
    outline: none !important; border: 2px solid #002a53 !important;
}
.rv2-btn-primary-v2 { background: #002a53 !important; color: #fff !important; }
.rv2-btn-outline-v2 { background: transparent !important; color: #002a53 !important; }

/* Mobile Stacking Fix */
@media (max-width: 991px) {
    .photo-detail-v2 { padding: 20px 0 40px; }
    .story-card { margin-top: 30px; padding: 25px; }
    .v2-detail-title { font-size: 1.8rem; }
    .v2-verified-badge { top: 20px; right: 20px; padding: 6px 12px; font-size: 0.7rem; }
}

/* --- MOBILE BREADCRUMB RESCUE --- */
@media (max-width: 991px) {
    .v2-breadcrumb-nav {
        display: block !important; /* Forces it to show */
        visibility: visible !important;
        position: relative;
        z-index: 99; /* Ensures it stays above the cream background */
        padding: 15px 10px !important; /* Adds some 'breathing room' on small screens */
        background: #ffffff !important;
        margin-top: 70px;/* Adjust this if it's hiding behind your mobile menu */
    }

    .v2-breadcrumb {
        flex-wrap: wrap !important; /* Prevents long titles from cutting off */
        overflow: visible !important;
    }

    .v2-breadcrumb-item, 
    .v2-breadcrumb-item a {
        font-size: 0.75rem !important; /* Makes text slightly smaller to fit mobile widths */
        color: #002a53 !important; /* Ensures the Navy color is forced */
    }
}