/* Brookstone Footer - Landing Page Override */

/* Reset any conflicting styles */



.brookstone-footer,
.brookstone-footer * {
    all: revert;
    box-sizing: border-box;
}

.brookstone-footer {
    display: block !important;
    width: 100% !important;
}

.brookstone-footer-bg {
    background-color: #000000 !important;
    padding: 60px 0 40px !important;
}

/* Force white text everywhere */
.brookstone-footer,
.brookstone-footer *,
.brookstone-footer a,
.brookstone-footer span,
.brookstone-footer li {
    color: white !important;
}

.brookstone-footer a {
    text-decoration: none !important;
    padding: 0 !important;
}

/* Keep headings red */
.brookstone-footer-heading {
    color: #D22630 !important;
}

/* Force SVG icons to show as white */
.brookstone-footer-icon {
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.brookstone-footer-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: white !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.brookstone-footer-icon svg * {
    fill: white !important;
}

/* Mobile button - exact match to preview */
.brookstone-mobile-footer {
    display: none !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    padding: 12px 15px !important;
    background: transparent !important;
    opacity: 0 !important;
    transform: translateY(100%) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    pointer-events: none !important;
}

.brookstone-mobile-footer.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.brookstone-mobile-btn {
    display: block !important;
    width: 100% !important;
    background: #D22630 !important;
    color: white !important;
    padding: 18px 24px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

.brookstone-mobile-btn:hover {
    background: #B01E28 !important;
}

/* Mobile specific */
@media (max-width: 768px) {
    .brookstone-footer-bg {
        padding: 40px 0 100px !important;
    }
    
    .brookstone-mobile-footer {
        display: block !important;
    }
    
    /* Force icons visible */
    .brookstone-footer-icon,
    .brookstone-footer-icon *,
    .brookstone-footer-icon svg,
    .brookstone-footer-icon svg * {
        display: inline-flex !important;
        fill: white !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Desktop - hide button */
@media (min-width: 769px) {
    .brookstone-mobile-footer {
        display: none !important;
    }
  
  
  /* ===== Variant E Offer Banner (full width + sticky) ===== */
.lp-offer-banner{
  position: fixed;
  top: 125px;                 /* below fixed header */
  z-index: 11000;
 left: 50%;
  transform: translateX(-50%);
  width: 100vw;
   padding: 14px 12px !important; 
}

/* HubSpot sections often have inner containers; style them too */
.lp-offer-banner,
.lp-offer-banner .content-wrapper,
.lp-offer-banner .dnd-section,
.lp-offer-banner .dnd-row,
.lp-offer-banner .row-fluid{
  background: #ffcc12 !important;  /* correct orange */
}

/* Make sure the inner content spans full width (not boxed) */
.lp-offer-banner .content-wrapper,
.lp-offer-banner .container,
.lp-offer-banner .row-fluid{
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Style the rich text text itself */
.lp-offer-banner .hs-richtext,
.lp-offer-banner .hs-richtext *{
  color: #fff !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  margin: 0 !important;
}

/* Banner height/padding */
.lp-offer-banner-row .hs-richtext{
  padding: 0px 0px !important;
  line-height: 1.2;
}

/* Mobile offsets */
@media (max-width: 768px){
  .lp-offer-banner{ top: 20px; }
  .lp-offer-banner .hs-richtext{ padding: 9px 10px !important; }
  .lp-offer-banner .hs-richtext{ font-size: 12px !important; }
}
@media (max-width: 480px){
  .lp-offer-banner top: 28px; }
}





@media (max-width: 768px){
  :root{
    --mobile-header-height: 120px; /* red phone bar + white nav */
  }

  /* Offer banner: full-width, no container padding, sits ON TOP of hero */
  .lp-offer-banner{
    position: fixed !important;
    top: 90px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;

    

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;          /* kill any centering margins */
    border-radius: 0 !important;   /* no "card" look */
    box-shadow: none !important;

    background: #f4c300 !important;
    z-index: 11000 !important;

    padding: 10px 12px !important;
    box-sizing: border-box !important;
  }

  /* Remove inner wrapper spacing that makes it look inset */
  .lp-offer-banner .hs-richtext,
  .lp-offer-banner .hs-richtext *{
    background: transparent !important;
  }

  .lp-offer-banner p{
    margin: 0 !important;
    text-align: center !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 1.2;
  }

  /* IMPORTANT: remove the extra body padding we added earlier */
  body{
    padding-top: var(--mobile-header-height) !important;
  }
}

/* Smaller phones */
@media (max-width: 480px){
  :root{ --mobile-header-height: 90px; }
}



  
}