
/* Duplicate .grid.grid-2 inline image rule removed by patch */
/* Custom styling overrides
 *
 * 1. Reduce the width of inline images within two‑column grids so that
 *    photos sitting beside text do not dominate the layout. The images
 *    remain horizontally centred thanks to existing margin‑auto rules.
 * 2. Align the blog education videos with the store's preview grid by
 *    relying on the shared grid system while keeping spacing consistent
 *    within the blog section.
 */
.grid.grid-2 > * > img {
  width: 90% !important;
}

.blog-education-videos .grid.grid-2 {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}

.blog-education-videos .grid.grid-2 .video-wrapper {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.blog-education-videos .grid.grid-2 .video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/*
 * Distinguish the home page call‑to‑action (CTA) and follow‑us sections.
 * These classes mirror the overrides in the main site and create a
 * subtle visual separation between the CTA and the social follow section.
 */
.cta-section {
  background-color: #111;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.follow-us-section {
  background-color: #181818;
  border-top: 1px solid rgba(245, 192, 0, 0.3);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*
 * Performance Gallery cues
 * Encourage users to click images by changing the cursor to zoom-in
 * and adding a gentle hover effect.  This avoids altering the HTML
 * structure while still providing a clear hint of interactivity.
 */
.gallery-grid img {
  cursor: zoom-in;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}
:root{--color-gold:#f5c000;--color-gold-dark:#d4a000;--color-black:#0a0a0a;--color-charcoal:#141414;--color-gray:#888888;--color-light:#f5f5f5;--font-heading:'Bebas Neue',sans-serif;--font-body:'Open Sans',sans-serif;--max-width:1200px;--header-height:100px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-light);background-color:var(--color-black);line-height:1.6;font-size:16px;background-image:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/new/AI_All_Pages_Background_Image.jpeg');background-size:cover;background-attachment:fixed;background-position:center;background-repeat:no-repeat}img{max-width:100%;height:auto;display:block}a{color:var(--color-gold);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--color-gold-dark);text-decoration:underline}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:rgba(0,0,0,0.85);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,0.6);transition:transform 0.3s ease}header.hidden{transform:translateY(-100%)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 1rem}.logo img{height:80px;width:auto;object-fit:contain}nav ul{list-style:none;display:flex;align-items:center;gap:1.5rem}nav a{font-family:var(--font-body);font-weight:600;font-size:0.95rem;color:var(--color-light);text-transform:uppercase;letter-spacing:0.5px}nav a:hover,nav a.active{color:var(--color-gold)}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:2rem;height:2rem;cursor:pointer;gap:4px}.nav-toggle span{width:100%;height:2px;background-color:var(--color-light);transition:transform 0.3s ease}.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:var(--header-height);overflow:hidden;color:var(--color-light)}.hero video,.hero img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1}.hero .content{position:relative;z-index:2;max-width:800px;padding:2rem}.hero h1{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:1px;margin-bottom:1rem;color:var(--color-gold);text-shadow:0 2px 10px rgba(0,0,0,0.4)}.hero p{font-size:1.1rem;color:var(--color-light);margin-bottom:2rem;text-shadow:0 1px 6px rgba(0,0,0,0.35)}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:999px;background-color:var(--color-gold);color:var(--color-black);font-family:var(--font-body);font-weight:600;font-size:0.875rem;letter-spacing:0.5px;text-transform:uppercase;transition:background-color 0.3s ease,color 0.3s ease}.btn:hover{background-color:var(--color-gold-dark);color:var(--color-light)}.btn.secondary{background-color:transparent;border:2px solid var(--color-gold);color:var(--color-gold)}.btn.secondary:hover{background-color:var(--color-gold);color:var(--color-black)}.section{padding:4rem 0;position:relative}.section-title{font-family:var(--font-heading);font-size:2.5rem;color:var(--color-gold);text-align:center;margin-bottom:1rem;letter-spacing:1px}.section-subtitle{text-align:center;color:var(--color-gray);font-size:1rem;margin-bottom:2rem}.card{background:rgba(255,255,255,0.05);backdrop-filter:blur(6px);border:1px solid rgba(245,192,0,0.3);border-radius:1rem;padding:2rem;box-shadow:0 8px 28px rgba(0,0,0,0.35),0 0 16px rgba(245,192,0,0.25);transition:transform 0.3s ease,box-shadow 0.3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.45),0 0 24px rgba(245,192,0,0.35)}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.service-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.service-card i{font-size:2rem;color:var(--color-gold)}.service-card h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-light)}.service-card p{font-size:0.9rem;color:var(--color-gray);line-height:1.5}.stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat .number{font-family:var(--font-heading);font-size:3rem;color:var(--color-gold);margin-bottom:0.5rem}.stat .label{font-size:0.9rem;color:var(--color-gray)}.floating-box{background-color:rgba(0,0,0,0.8);border:2px solid var(--color-gold);border-radius:1rem;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,0.5)}.news-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.news-card{background-color:rgba(20,20,20,0.8);border-radius:0.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.6);display:flex;flex-direction:column;justify-content:space-between}.news-card img{width:100%;height:160px;object-fit:cover}.news-card .news-content{padding:1rem}.news-card .news-title{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-light);margin-bottom:0.5rem}.news-card .news-link{font-size:0.85rem;color:var(--color-gold);text-transform:uppercase;letter-spacing:0.5px}.blog-education-videos{padding:4rem 0}.blog-education-videos .section-title,.blog-education-videos h2{font-family:var(--font-heading);font-size:2.5rem;color:var(--color-gold);text-align:center;margin-bottom:1rem;letter-spacing:1px}.blog-education-videos .section-subtitle{text-align:center;color:var(--color-gray);font-size:1rem;margin-bottom:2rem}.blog-education-videos .video-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-education-videos video{width:100%;height:auto;max-height:80vh;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.6)}.page-testimonials .card .gallery-grid img{height:auto;max-height:380px;object-fit:contain;object-position:center;background-color:var(--color-charcoal)}.testimonials{display:flex;flex-direction:column;gap:2rem;align-items:center}.testimonial-card{max-width:620px;position:relative;background:rgba(255,255,255,0.03);border:1px solid rgba(245,192,0,0.25);border-radius:1rem;padding:2rem 2.5rem;box-shadow:0 6px 24px rgba(0,0,0,0.4)}.testimonial-card p{font-size:1rem;color:var(--color-light);margin-bottom:1rem;line-height:1.6}.testimonial-card .author{font-weight:600;color:var(--color-gold);font-size:0.9rem;text-transform:uppercase}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.gallery-grid img{width:100%;height:200px;object-fit:cover;object-position:center top;border-radius:0.5rem;background-color:var(--color-charcoal)}form{display:flex;flex-direction:column;gap:1rem}form input,form textarea{padding:0.75rem 1rem;border-radius:0.5rem;border:1px solid #333;background-color:#1a1a1a;color:var(--color-light);font-family:var(--font-body);resize:vertical}form input:focus,form textarea:focus{outline:none;box-shadow:0 0 0 2px rgba(245,192,0,0.35);border-color:var(--color-gold)}form button{align-self:flex-start}footer{background-color:#111;padding:3rem 0;color:var(--color-gray);font-size:0.85rem}footer .footer-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}footer .footer-col{flex:1 1 200px}footer h4{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-gold);margin-bottom:1rem}footer ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem}footer ul li a{color:var(--color-gray);font-size:0.9rem}footer ul li a:hover{color:var(--color-gold)}footer .socials{display:flex;gap:1rem;margin-top:1rem}footer .socials a{color:var(--color-gray);font-size:1.25rem;transition:color 0.2s ease}footer .socials a:hover{color:var(--color-gold)}.cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.9);color:var(--color-gray);padding:1rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;z-index:2000;font-size:0.85rem}.cookie-banner p{flex:1 1 300px}.cookie-banner button{border:none;background-color:var(--color-gold);color:var(--color-black);border-radius:999px;padding:0.5rem 1rem;font-family:var(--font-body);font-weight:600;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease}.cookie-banner button:hover{background-color:var(--color-gold-dark);color:var(--color-light)}@media (max-width:768px){nav ul{position:absolute;top:var(--header-height);right:0;background-color:rgba(0,0,0,0.95);flex-direction:column;align-items:flex-start;width:220px;padding:1rem;transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity 0.3s ease,transform 0.3s ease;z-index:999}nav ul.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-toggle{display:flex}nav a{padding:0.5rem 0}.stats{flex-direction:column;gap:1.5rem}}.blog-hero{background-position:center;background-size:cover}.blog-categories .category-card{background-color:rgba(20,20,20,0.8);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.6);transition:transform 0.3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-categories .category-card img{width:100%;height:180px;object-fit:cover}.blog-categories .category-card h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-gold);margin:0.5rem 0}.blog-categories .category-card p{font-size:0.95rem;color:var(--color-gray);padding:0 1rem 1rem}.blog-categories .category-card:hover{transform:translateY(-4px)}.blog-posts .post-card{background-color:rgba(20,20,20,0.8);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.6);display:flex;flex-direction:column;justify-content:space-between}.post-card .post-thumb img{width:100%;height:auto;max-height:50vh;object-fit:contain}.post-card .post-content{padding:1rem}.post-card .post-tag{font-size:0.75rem;color:var(--color-gold-dark);text-transform:uppercase;letter-spacing:1px}.post-card .post-title{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-light);margin:0.3rem 0}.post-card p{font-size:0.9rem;color:var(--color-gray);margin-bottom:1rem}.video-wrapper{position:relative;width:100%;max-width:720px;margin-left:auto;margin-right:auto}.video-wrapper video{width:100%;height:auto;max-height:80vh;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.6)}@media (max-width:768px){.blog-categories .category-card,.blog-posts .post-card{margin-bottom:1.5rem}}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:var(--color-light)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.75rem;border:1px solid #333;background-color:rgba(20,20,20,0.8);color:var(--color-light);border-radius:4px;font-family:var(--font-body);resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-gold)}.form-status{margin-top:1rem;color:var(--color-gold)}.store-items .store-card{background-color:rgba(20,20,20,0.8);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.6);display:flex;flex-direction:column;transition:transform 0.3s ease}.store-items .store-card:hover{transform:translateY(-4px)}.store-card img{width:100%;height:200px;object-fit:cover}.store-card .store-content{padding:1rem;flex:1;display:flex;flex-direction:column}.store-card h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-gold);margin-bottom:0.5rem}.store-card p{font-size:0.9rem;color:var(--color-gray);margin-bottom:0.5rem;flex:1}.store-card ul{list-style:none;margin:0 0 0.5rem;padding:0}.store-card ul li{font-size:0.85rem;color:var(--color-light);margin-bottom:0.25rem;display:flex;align-items:center}.store-card ul li i{margin-right:0.5rem;color:var(--color-gold-dark)}p + p{margin-top:1rem}#header-indicator{position:fixed;top:0;left:0;width:100%;height:20px;background:var(--color-gold);color:var(--color-black);display:none;align-items:center;justify-content:center;font-size:0.8rem;font-weight:600;z-index:999;cursor:pointer}#header-indicator::after{content:' ▼';margin-left:0.3rem;font-size:0.9rem}#header-indicator.active{display:flex}#gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);display:none;align-items:center;justify-content:center;z-index:3000}#gallery-lightbox.active{display:flex}.gallery-lightbox-content{position:relative;max-width:90%;max-height:90%;text-align:center}.gallery-lightbox-content img{width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.6)}.gallery-lightbox-close{margin-top:1rem;background-color:var(--color-gold);color:var(--color-black);border:none;padding:0.5rem 1.2rem;border-radius:4px;font-family:var(--font-body);font-weight:600;cursor:pointer}.gallery-lightbox-close:hover{background-color:var(--color-gold-dark)}.grid.grid-2{align-items:stretch}.grid.grid-2 > * > img{width:100%;height:auto;object-fit:contain;display:block;margin-left:auto;margin-right:auto;}
@media (max-width: 768px) {
  body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/new/Mobile_AI_All_Pages_Background_Image.jpeg');
    background-attachment: scroll;
    background-size: cover, 100% auto;
    background-repeat: no-repeat, repeat-y;
    background-position: center, top center;
    background-color: var(--color-black);
  }
}

