/*
Theme Name: Fooundit Explore
Theme URI: https://fooundit.com
Author: Team Fooundit
Author URI: https://fooundit.com
Description: Minimal, secure, high-performance theme. Uses default WooCommerce templates. Bootstrap available for optional styling.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: fooundit-explore
Tags: blog, custom-logo, e-commerce, accessibility-ready, translation-ready
*/
/* Minimal CSS reset and theme variables. Keep this file very small. */
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("./assets/fonts/inter/InterVariable.woff2") format("woff2");
}
:root
{--content-width:1380px;--accent:#ec1e26;--fooundit-color-primary:#03352C;--fooundit-color-secondary:#00bffe;--fooundit-color-gradient:#03352C33;}
html,
body,
button,
input,
select,
textarea
{font-family:"Inter",sans-serif;font-size:1rem;overflow-x: hidden}
.h1, h1
{
font-size:1.8rem;    
}
.h2, h2
{
font-size:1.6rem;    
}
.h3, h3
{
font-size:1.4rem;    
}
.h4, h4
{
font-size:1.2rem;    
}
.site
{max-width:var(--content-width);margin:0 auto;padding:0 24px}
.site-title
{font-size:1.25rem;margin:0}
ol, ul {
padding-left: 1rem;
}
a
{text-decoration:none!important;}
.small, small {
font-size: .575em;
}
.post-meta
{
font-size: .875em;  
}
.grey-simple
{
background:#f6f8fd;    
}
p
{
color:#4e5c79ff;
margin: 0 0 1em;
line-height: 24px;
text-rendering: optimizeLegibility;    
}
b, strong {
font-weight: 600!important;
}
.widget-title
{
background: #f70d28;
border-radius: 2px;
color: #fff;
font-size: 1rem;
padding: 1rem 0;
text-align: center;
font-weight: 600;  
margin:0rem;
}
.site-single
{
display: flow-root;
}
.site-single .container,
.site-single .content-area
{
display: flow-root;
}
.content-box
{
padding: 1.4rem;
border: 1px solid #dee2e6 !important;
border-radius: .5rem; 
background:#fff;   
}
.glow
{
animation: pulse-glow 1s infinite;
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 212, 89, 1);
  }
  70% {
    /* Expand the blur and spread, then fade the color transparency */
    box-shadow: 0 0 20px 10px rgba(250, 212, 89, 1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 212, 89, 1);
  }
}
.entry-header h1
{
font-size: 1.3rem;
margin-top: 0;
font-weight: 600;
line-height: 1.4;
margin-bottom: 1rem;
}
.fooundit-sidebar-widgets
{
border: 1px solid #e0e0e0;
background: #fff;
margin-bottom: 30px; 
}
.site-branding a img
{
height: auto;
}
.fooundit-container
{
width: auto;
margin: 0 auto;
padding: 0;    
}
.head
{
height: 70px;    
}
.wp-block-heading
{
font-size: 1.4rem;
font-weight:600;  
line-height: 1.4;
}
/* FIX MENU: Remove bullets + force horizontal flex */
nav.main-navigation ul,
nav.main-navigation li {
list-style:none !important;
margin:0;
padding:0;
display: flex;
gap: 20px;
}
nav.main-navigation .nav {
display:flex !important;
align-items:center;
gap:20px;
}
nav.main-navigation .nav > li > a {
text-decoration:none;
color:#222;
font-weight:500;
}
nav.main-navigation .nav > li > a:hover {
color:var(--accent);
}
.comment-respond
{
background: #f6f8fdff;
padding: 1rem 1.5rem;
border-radius: 4px;
margin-bottom: 1rem;    
}
label {
display: block;
}
.btn, .button, input[type=submit]{
border: none;
border-radius: 0;
background: #f70d28;
color: #fff;
padding: 0 20px;
line-height: 40px;
height: 40px;
display: inline-block;
cursor: pointer;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
outline: 0;
-webkit-appearance: none;
-webkit-transition: .3s ease;
transition: .3s ease;
}
.chosen-container-single .chosen-single, textarea {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 0.4rem;
padding: 7px 14px;
height: 40px;
outline: 0;
font-size: 14px;
font-weight: 300;
margin: 0;
width: 100%;
max-width: 100%;
-webkit-transition: all .2s ease;
transition: .25s ease;
box-shadow: none;
}
input[type="text"],
input[type="tel"],input[type="email"],
select {
width: 100%;
height: 50px;
border: 1px solid #cad8f0;
border-radius: 0.4rem;
padding: 0 14px;
font-size: 14px
}
.fooundit-page-heading
{
background-color: var(--fooundit-color-primary) !important;
padding: 1rem;
border-top: 6px solid #FAD459 !important;
font-size: 1.2rem;
}
.fooundit-page-title{    
font-size: 1.2rem !important;
font-weight: 600;
color:#fff;
}
.entry-content
{
margin:2rem 0;  
}
.fooundit-home-search
{
padding:28px 0 18px;
background:rgb(0, 58, 128);
}
.home-search
{
background: #fff;
    border-radius: .3rem;
    padding: .6rem;
    border: 0px;
}
.fooundit-home-search-card
{
/**background:#ffffff;
border:1px solid #d9e6fb;
border-radius:0.2rem;*/
padding:2rem 0;
}
.fooundit-home-search-kicker
{
font-size:12px;
font-weight:600;
text-transform:uppercase;
letter-spacing:.06em;
color:#0b6efd;
margin:0 0 8px !important;
}
.fooundit-home-search-title
{
font-size:clamp(1rem,2vw,1.4rem);
font-weight:600;
line-height:1.2;
color:#fff;
margin:0 0 14px;
}
.fooundit-home-search-form
{
display:flex;
align-items:center;
gap:10px;
}
.fooundit-home-search-input
{
height:55px;
border:1px solid #cad8f0;
border-radius:0.4rem;
padding:0 16px;
font-size:14px;
background:#fff;
width: 100%;
}
.fooundit-home-search-input:focus
{
outline:none;
box-shadow:0 0 0 3px rgba(11,110,253,.14);
}

.fooundit-home-search-btn
{
height:54px;
min-width:120px;
border:0;
border-radius:0.2rem;
background:var(--fooundit-color-primary);
color:#fff;
font-size:14px;
font-weight:500;
letter-spacing:.04em;
padding:0 18px;
}

.fooundit-home-search-btn:hover
{
filter:brightness(.95);
}
.fooundit-404-page
{
min-height:calc(100vh - 160px);
}
.fooundit-404-search
{
}
.fooundit-404-card
{
padding:2rem;
text-align:center;
}
.fooundit-404-illustration
{
max-width:250px;
display:block;
margin:0 auto 18px;
}
.fooundit-404-title
{
font-size: 1.6rem;
line-height:1.2;
font-weight:600;
color:#1d3761;
margin:0 0 10px;
}

.fooundit-home-content
{
padding:8px 0 0;
}

.fooundit-top-posts
{
padding:2rem 0;
background:#f6f8fd;
border-bottom:1px solid #e5edf7;
}
.fooundit-top-posts-header
{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:14px;
}
.fooundit-top-posts-title
{
margin:0;
font-size:1.2rem;
font-weight:600;
color:#10233e;
}
.fooundit-top-posts-more
{
font-size:13px;
font-weight:600;
color:var(--fooundit-color-primary);
}
.fooundit-top-featured-card
{
background:#fff;
border:1px solid #d9e5f4;
border-radius:0.4rem;
overflow:hidden;
height:100%;
}
.fooundit-top-featured-image-wrap
{
display:block;
}
.fooundit-top-featured-image
{
display:block;
width:100%;
height:280px;
object-fit:cover;
}
.fooundit-top-featured-body
{
padding:16px;
}
.fooundit-top-post-category
{
margin:0 0 8px !important;
font-size:11px;
font-weight:600;
text-transform:uppercase;
letter-spacing:.05em;
color:var(--fooundit-color-primary) !important;
}
.fooundit-top-featured-title
{
margin:0 0 8px;
font-size:1.25rem;
line-height:1.3;
font-weight:600;
}
.fooundit-top-featured-title a
{
color:#13223f;
}
.fooundit-top-featured-title a:hover
{
color:var(--fooundit-color-primary);
}
.fooundit-top-featured-excerpt
{
margin:0 0 10px !important;
font-size:14px;
line-height:1.6;
color:#586781 !important;
}
.fooundit-top-featured-date
{
margin:0 !important;
font-size:12px;
font-weight:600;
color:#6f7f96 !important;
}
.fooundit-top-posts-list
{
display:flex;
flex-direction:column;
gap:10px;
}
.fooundit-top-list-item
{
display:flex;
gap:12px;
align-items:flex-start;
padding:10px;
background:#fff;
border:1px solid #d9e5f4;
border-radius:0.4rem;
}
.fooundit-top-list-image-wrap
{
display:block;
width:84px;
min-width:84px;
}
.fooundit-top-list-image
{
display:block;
width:84px;
height:70px;
object-fit:cover;
border-radius:0.4rem;
}
.fooundit-top-list-image-placeholder
{
display:block;
width:84px;
height:70px;
border-radius:6px;
background:#e8eef8;
}
.fooundit-top-list-body
{
min-width:0;
}
.fooundit-top-list-title
{
margin:0 0 6px;
font-size:14px;
line-height:1.4;
font-weight:600;
}
.fooundit-top-list-title a
{
color:#13223f;
}
.fooundit-top-list-title a:hover
{
color:var(--fooundit-color-primary);
}
.fooundit-top-list-date
{
margin:0 !important;
font-size:10px;
font-weight:500;
color:#6f7f96 !important;
}

.fooundit-card-image
{
display:block;
width:100%;
height:220px;
object-fit:cover;
}

/* Scroll-up AJAX search bar (navbar stays normal, not sticky) */
.header
{
position:relative;
background:#fff;
transition:box-shadow .2s ease;
}
.fooundit-scroll-search-wrap
{
max-height:0;
opacity:0;
overflow:hidden;
transform:translateY(-100%);
transition:max-height .22s ease,opacity .18s ease,transform .18s ease,padding .18s ease;
border-bottom:0;
background:#fff;
padding:0;
pointer-events:none;
position:fixed;
top:0;
left:0;
right:0;
z-index:1060;
box-shadow:0 8px 18px rgba(15,23,42,.08);
}
body.admin-bar .fooundit-scroll-search-wrap
{
top:32px;
}
body.fooundit-show-scroll-search .fooundit-scroll-search-wrap
{
max-height:96px;
opacity:1;
transform:translateY(0);
padding:10px 0;
pointer-events:auto;
overflow:visible;
border-bottom:1px solid #e6edf5;
}
.fooundit-scroll-search-form
{
display:flex;
align-items:center;
gap:30px;
position:relative;
flex-wrap:nowrap;
}
.fooundit-scroll-search-brand
{
width:100px;
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 150px;
background:#ffffff;
overflow:hidden;
}
.fooundit-scroll-search-brand img
{
width:100%;
height:100%;
object-fit:contain;
display:block;
}
.fooundit-scroll-search-brand-text
{
font-size:10px;
font-weight:600;
line-height:1.1;
text-align:center;
color:#1f2f4f;
padding:4px;
}
.fooundit-scroll-search-input
{
width:auto;
flex:1 1 auto;
min-width:0;
height:46px;
padding:0 16px;
border:1px solid #d7e2f0;
border-radius:999px;
background:#fff;
font-size:14px;
color:#14233f;
}
.fooundit-scroll-search-results
{
position:absolute;
left:0;
right:0;
top:calc(100% + 8px);
background:#fff;
border:1px solid #d6e1f2;
border-radius:10px;
box-shadow:0 12px 30px rgba(15,23,42,.12);
z-index:999;
max-height:380px;
overflow:auto;
}
.fooundit-scroll-search-results[hidden]
{
display:none;
}
.fooundit-scroll-search-results-list
{
list-style:none;
margin:0;
padding:6px;
}
.fooundit-scroll-search-results-item a
{
display:block;
padding:10px 12px;
border-radius:0.4rem;
color:#14233f;
line-height:1.4;
font-size:14px;
}
.fooundit-scroll-search-results-item a:hover
{
background:#f2f7ff;
color:#0b6efd;
}
.fooundit-scroll-search-results-item small
{
color:#6b7280;
font-size:11px;
font-weight:500;
}
.fooundit-scroll-search-results-empty
{
padding:12px 14px;
font-size:13px;
color:#6b7280
}
@media (max-width:767px){
.fooundit-home-search-form{flex-direction:column;align-items:stretch}
.fooundit-home-search-btn{width:100%}
.fooundit-scroll-search-form{flex-direction:row;align-items:center}
.fooundit-top-posts{padding:20px 0 8px}
.fooundit-top-posts-header{margin-bottom:10px}
.fooundit-top-featured-image{height:220px}
.fooundit-top-featured-title{font-size:1.05rem}
.fooundit-card-image{height:190px}
.archive-card__title{min-height:0}
.archive-card__excerpt{min-height:0}
.fooundit-404-card{padding:24px 16px 18px}
.fooundit-404-title{font-size:1.5rem}
.fooundit-404-text{font-size:1.02rem}
.fooundit-404-text-strong{font-size:1.15rem}
}
@media (max-width:782px){
body.admin-bar .fooundit-scroll-search-wrap{top:46px}
}

.fooundit-footer {
background:#1d1d1d;
color: #fff;
border-top: 8px solid;
border-image-source: linear-gradient(to right, #03352C, #FAD459);
    border-image-slice: 1;
}
.fooundit-scroll-search-brand
{
        flex: 0 0 100px;
}
.fooundit-footer a {
color: inherit;
}

.fooundit-footer__main {
padding: 0;
}

.fooundit-footer__support {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
padding: 2rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.archive-card
{
display:flex;
flex-direction:column;
}

.archive-card__image-wrap
{
display:block;
}

.archive-card__body
{
display:flex;
flex-direction:column;
flex:1 1 auto;
min-width:0;
}

.archive-card__category
{
flex:0 0 auto;
}

.archive-card__title
{
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
min-height:3.3rem;
}

.archive-card__excerpt
{
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
overflow:hidden;
min-height:5.8rem;
}

.archive-card__button
{
margin-top:auto;
align-self:flex-start;
}
.fooundit-footer__support-title {
margin: 0;
font-size: 1.15rem;
font-weight: 600;
line-height: 1.4;
color: #fff !important;
}

.fooundit-footer__support-links {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 1rem;
flex-wrap: wrap;
}

.fooundit-footer__support-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 150px;
padding: 0.85rem 1rem;
border: 1px solid rgba(255, 255, 255);
border-radius: 999px;
font-size: 1rem;
font-weight: 600;
line-height: 1;
transition: background-color .2s ease, border-color .2s ease;
}

.fooundit-footer__support-link:hover {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.36);
}

.fooundit-footer__desktop-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr) minmax(280px, 1.2fr);
gap: 2rem;
padding: 3rem 0 3.5rem;
}

.fooundit-footer__mobile-panels {
display: none;
}

.fooundit-footer__column,
.fooundit-footer__group {
min-width: 0;
}

.fooundit-footer__column--stacked {
display: grid;
gap: 2rem;
}

.fooundit-footer__heading,
.fooundit-footer__app-title {
margin: 0 0 1rem;
font-size: 1.2rem;
font-weight: 600;
line-height: 1.25;
color: #fff;
}

.fooundit-footer__menu {
list-style: none;
margin: 0;
padding: 0;
}
.fooundit-footer__menu li
{
margin-bottom:0.4rem;  
}

.fooundit-footer__menu li + li {
margin-top: 0.5rem;
}

.fooundit-footer__menu a {
font-size: 0.9rem;
line-height: 1.4;
font-weight: 400;
opacity: 0.95;
}

.fooundit-footer__menu a:hover {
opacity: 1;
text-decoration: underline !important;
text-underline-offset: 0.18em;
}

.fooundit-footer__app-card {
padding: 1.5rem;
border-radius: 1rem;
background:#ffffffc9;
color: #212529;
}

.fooundit-footer__app-title {
color: #212529;
}

.fooundit-footer__app-buttons {
display: grid;
gap: 1rem;
}

.fooundit-footer__store-button {
display: flex;
flex-direction: column;
justify-content: center;
color: #231416;
}

.fooundit-footer__store-image {
display: block;
max-width: 200px;
height: auto;
border-radius: 0.6rem;
}

.fooundit-footer__utility-block {
margin-top: 1.75rem;
}

.fooundit-footer__utility-block--first {
margin-top: 0;
}

.fooundit-footer__utility-block .fooundit-footer__heading {
font-size: 1rem;
margin: 0.85rem 0;
}

.fooundit-footer__socials {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.75rem;
}

.fooundit-footer__social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background: #fff;
color: #151515;
transition: transform .2s ease;
}

.fooundit-footer__social-link:hover {
transform: translateY(-2px);
}

.fooundit-footer__social-link svg {
width: 28px;
height: 28px;
display: block;
fill: #151515;
}

.fooundit-footer__social-link svg path {
fill: #151515;
}

.fooundit-footer__payment-image {
display: block;
max-width: 300px;
height: auto;
border-radius: 0.4rem;
border: 1px solid rgba(71, 178, 228, 0.8) !important;
}

.fooundit-footer__bottom {
background: #fff;
color: #161616;
}

.fooundit-footer__bottom-row {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
padding: 1.5rem 0;
}

.fooundit-footer__copyright {
margin: 0;
color: #161616 !important;
font-size: 0.8rem;
line-height: 1.4;
}

.fooundit-footer__panel {
border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.fooundit-footer__panel:last-of-type {
border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.fooundit-footer__panel summary {
position: relative;
padding: 1.2rem 1.2rem 1.2rem 0;
list-style: none;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
}

.fooundit-footer__panel summary::-webkit-details-marker {
display: none;
}

.fooundit-footer__panel summary::before,
.fooundit-footer__panel summary::after {
content: "";
position: absolute;
top: 50%;
right: 0.25rem;
width: 14px;
height: 2px;
background: #fff;
border-radius: 999px;
transform: translateY(-50%);
transition: transform .2s ease;
}

.fooundit-footer__panel summary::after {
transform: translateY(-50%) rotate(90deg);
}

.fooundit-footer__panel[open] summary::after {
transform: translateY(-50%) rotate(0deg);
}

.fooundit-footer__panel .fooundit-footer__menu {
padding: 0 0 1.25rem;
}

.fooundit-footer__mobile-socials {
padding: 1.75rem 0 0.5rem;
}

.fooundit-footer__app-card--mobile {
margin-top: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .fooundit-footer__support {
    flex-direction: column;
    text-align: center;
  }

  .fooundit-footer__support-links {
    justify-content: center;
  }

  .fooundit-footer__support-link {
    min-width: 0;
    width: calc(33.333% - 0.7rem);
  }

  .fooundit-footer__desktop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .entry-header h1
  {
    font-size:1rem;
  }
  .fooundit-footer {
    margin-top: 0rem;
  }

  .fooundit-footer__main {
    padding: 0 0 2rem;
  }

  .fooundit-footer__support {
    gap: 1rem;
    padding: 2rem 0 1.5rem;
  }

  .fooundit-footer__support-title {
    font-size: 1.15rem;
    max-width: 18rem;
    margin: 0 auto;
  }

  .fooundit-footer__support-links {
    width: 100%;
    gap: 0.75rem;
  }

  .fooundit-footer__support-link {
    width: auto;
    padding: 0;
    min-width: 0;
    border: 0;
    border-radius: 0;
    text-decoration: underline !important;
    text-underline-offset: 0.2em;
    background: transparent;
  }

  .fooundit-footer__desktop-grid {
    display: none;
  }

  .fooundit-footer__mobile-panels {
    display: block;
    padding-bottom: 0;
  }

  .fooundit-footer__mobile-socials .fooundit-footer__socials {
    justify-content: flex-start;
  }

  .fooundit-footer__app-card {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }

  .fooundit-footer__app-title {
    text-align: center;
    font-size: 1rem;
  }

  .fooundit-footer__app-buttons {
    grid-template-columns: 1fr;
  }

  .fooundit-footer__store-button {
    min-height: 84px;
  }

.fooundit-footer__bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.fooundit-footer-v2 {
background: #fff;
color: #19332d;
}

.fooundit-footer-v2 a {
color: inherit;
}

.fooundit-footer-v2__signup {
background: var(--fooundit-color-gradient) !important;
border-bottom: 8px solid var(--fooundit-color-primary);
}

.fooundit-footer-v2__signup-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
padding: 3.5rem 0;
}

.fooundit-footer-v2__signup-copy {
max-width: 760px;
}

.fooundit-footer-v2__signup-title {
margin: 0;
font-size: clamp(1.8rem, 3vw, 1.8rem);
font-weight: 600;
line-height: 1.3;
color: #172022;
}

.fooundit-footer-v2__signup-text {
margin: 0.5rem 0 0;
font-size: 0.9rem;
line-height: 1.4;
color: #21382f;
}

.fooundit-footer-v2__signup-feedback {
flex: 0 0 100%;
font-size: 0.9rem;
font-weight: 500;
line-height: 1.4;
color:#e41d32 !important
}

.fooundit-footer-v2__signup-feedback.is-success,
.fooundit-footer-v2__signup-feedback.is-info {
color: #1d5f3d;
}

.fooundit-footer-v2__signup-feedback.is-error {
color: #9f1d1d;
}

.fooundit-footer-v2__signup-form {
display: flex;
align-items: stretch;
justify-content: flex-end;
gap: 0.85rem;
flex-wrap: wrap;
width: min(100%, 620px);
}

.fooundit-footer-v2__signup-input {
flex: 1 1 320px;
min-height: 56px;
padding: 0 1rem;
border: 1px solid var(--fooundit-color-primary);
border: 1px solid color-mix(in srgb, var(--fooundit-color-primary) 24%, transparent);
border-radius: 0;
background: #fff;
color: #172022;
font-size: 1rem;
line-height: 1.2;
}

.fooundit-footer-v2__signup-input:focus,
.fooundit-footer-v2__signup-input:focus-visible {
outline: none;
box-shadow: none;
border-color: var(--fooundit-color-primary);
}

.fooundit-footer-v2__signup-input::placeholder {
color: #5d6779;
opacity: 1;
}

.fooundit-footer-v2__signup-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 220px;
padding: 1rem 2rem;
background: var(--fooundit-color-primary);
color: #fff !important;
font-size: 1rem;
font-weight: 600;
line-height: 1;
text-align: center;
border: 0;
outline: none;
box-shadow: none;
border-radius: 0.4rem;
transition: background-color .2s ease, transform .2s ease;
cursor: pointer;
}

.fooundit-footer-v2__signup-button:hover {
background: var(--fooundit-color-primary);
filter: brightness(.95);
transform: translateY(-1px);
}

.fooundit-footer-v2__signup-button:focus,
.fooundit-footer-v2__signup-button:focus-visible {
outline: none;
box-shadow: none;
}

.fooundit-footer-v2__signup-button[disabled] {
opacity: 0.82;
cursor: wait;
transform: none;
}

.fooundit-footer--light {
background: #fff;
color: #1d2b27;
border-top: 0;
}

.fooundit-footer--light .fooundit-footer__main {
padding: 0 0 2rem;
}

.fooundit-footer--light .fooundit-footer__desktop-grid {
padding-top: 3.5rem;
}

.fooundit-footer--light .fooundit-footer__heading,
.fooundit-footer--light .fooundit-footer__app-title {
color: #11191b;
}

.fooundit-footer--light .fooundit-footer__menu a {
color: inherit;
opacity: 1;
}

.fooundit-footer--light .fooundit-footer__social-link {
background: var(--fooundit-color-primary);
color: #fff;
}

.fooundit-footer--light .fooundit-footer__social-link svg,
.fooundit-footer--light .fooundit-footer__social-link svg path {
fill: currentColor;
}

.fooundit-footer--light .fooundit-footer__app-card {
background: var(--fooundit-color-gradient) !important;
padding: 1.5rem;
border-radius: 0.5rem;
}

.fooundit-footer--light .fooundit-footer__store-button {
border: 0;
border-radius: 0;
background: transparent;
padding: 0;
}

.fooundit-footer--light .fooundit-footer__utility-block {
margin: 1.5rem 0;
}

.fooundit-footer--light .fooundit-footer__utility-block--first {
margin-top: 0;
}

.fooundit-footer--light .fooundit-footer__bottom {
background: transparent;
border-top: 1px solid #e7ebf2;
}

.fooundit-footer--light .fooundit-footer__bottom-row {
justify-content: space-between;
gap: 1.5rem;
}

.fooundit-footer--light .fooundit-footer__copyright {
color: #161616 !important;
}

.fooundit-footer--light .fooundit-footer__socials--footer-bar {
justify-content: flex-end;
flex-wrap: nowrap;
gap: 1.25rem;
margin-left: auto;
}

.fooundit-footer--light .fooundit-footer__social-link--footer-bar {
width: auto;
height: auto;
padding: 0;
border-radius: 0;
background: transparent;
color: #11191b;
}

.fooundit-footer--light .fooundit-footer__social-link--footer-bar svg,
.fooundit-footer--light .fooundit-footer__social-link--footer-bar svg path {
fill: currentColor;
}

.fooundit-footer--light .fooundit-footer__panel {
border-top-color: #e7ebf2;
}

.fooundit-footer--light .fooundit-footer__panel:last-of-type {
border-bottom-color: #e7ebf2;
}

.fooundit-footer--light .fooundit-footer__panel summary {
color: #11191b;
}

.fooundit-footer--light .fooundit-footer__panel summary::before,
.fooundit-footer--light .fooundit-footer__panel summary::after {
background: #11191b;
}

@media only screen and (max-width: 991px) {
  .fooundit-footer-v2__signup-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 0;
  }

  .fooundit-footer-v2__signup-button {
    min-width: 0;
  }

  .fooundit-footer-v2__signup-form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fooundit-footer-v2__signup-inner {
    gap: 1.5rem;
    padding: 2.4rem 1.2rem;
  }

  .fooundit-footer-v2__signup-title {
    font-size: 1.4rem;
  }

  .fooundit-footer-v2__signup-text {
    font-size: 0.9rem;
  }

  .fooundit-footer-v2__signup-button {
    width: 100%;
  }

  .fooundit-footer-v2__signup-input {
    flex-basis: 100%;
  }

  .fooundit-footer--light .fooundit-footer__bottom {
    display:none;
  }
}

.fooundit-header-v2 {
background:#fff;
border-bottom:1px solid #e5edf7;
}
.fooundit-header-v2__topbar {
background:var(--fooundit-color-secondary);
color:#fff;
font-size:12px;
line-height:1.2;
}
.fooundit-header-v2__topbar-inner {
display:flex;
align-items:center;
justify-content:flex-end;
min-height:36px;
}
.fooundit-header-v2__topbar-text {
font-weight:600;
letter-spacing:.02em;
}
.fooundit-header-v2__main {
background:#fff;
}
.fooundit-header-v2__row {
display:flex;
align-items:center;
justify-content:space-between;
gap:24px;
padding:0.9rem 0px;
}
.fooundit-header-v2__brand {
display:flex;
align-items:center;
min-width:0;
}
.fooundit-header-v2__brand .custom-logo-link,
.fooundit-mobile-popup__brand .custom-logo-link {
display:inline-flex;
align-items:center;
}
.fooundit-header-v2__brand img,
.fooundit-mobile-popup__brand img {
max-height:56px;
width:auto;
}
.fooundit-header-v2__actions {
display:flex;
align-items:center;
justify-content:flex-end;
gap:14px;
flex:1 1 auto;
min-width:0;
}
.fooundit-header-v2__button {
display:inline-flex;
align-items:center;
justify-content:center;
min-height:40px;
padding:0 18px;
border-radius:999px;
font-size:14px;
font-weight:500;
line-height:1;
white-space:nowrap;
transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.fooundit-header-v2__button:hover {
transform:translateY(-1px);
}
.fooundit-header-v2__button--primary {
background:#03352C;
color:#fff !important;
}
.fooundit-header-v2__button--secondary {
background:#FAD459;
color:#03352C;
}
.fooundit-header-v2__search {
position:relative;
display:flex;
align-items:center;
min-width:240px;
max-width:320px;
flex:0 1 300px;
}
.fooundit-header-v2__search input {
width:100%;
height:46px;
padding:0 16px 0 44px;
border:1px solid #d7e2f0;
border-radius:999px;
background:#fff;
font-size:14px;
color:#14233f;
}
.fooundit-header-v2__search input:focus,
.fooundit-scroll-search-input:focus {
outline:none;
border-color:#7cb7ea;
box-shadow:0 0 0 3px rgba(124,183,234,.18);
}
.fooundit-header-v2__search-icon {
position:absolute;
left:16px;
width:18px;
height:18px;
color:#5f7291;
pointer-events:none;
}
.fooundit-header-v2__menu-toggle {
display:inline-flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:6px;
width:40px;
height:40px;
padding:0;
border:0;
border-radius:50%;
background:transparent;
color:#14233f;
}
.fooundit-header-v2__menu-toggle span {
display:block;
width:22px;
height:2px;
border-radius:999px;
background:currentColor;
}
.fooundit-mobile-popup-open {
overflow:hidden;
}
.fooundit-mobile-popup-overlay {
position:fixed;
inset:0;
background:rgba(15,23,42,.42);
z-index:9998;
}
.fooundit-mobile-popup {
position:fixed;
inset:0;
display:flex;
justify-content:flex-end;
align-items:flex-start;
padding:12px;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:opacity .22s ease, visibility .22s ease;
z-index:9999;
}
.fooundit-mobile-popup.is-open {
opacity:1;
visibility:visible;
pointer-events:auto;
}
.fooundit-mobile-popup__inner {
display:flex;
flex-direction:column;
width:min(420px,calc(100vw - 24px));
max-width:100%;
max-height:calc(100vh - 24px);
background:#fff;
border-radius:0.5rem;
border:1px solid #e5edf7;
box-shadow:0 30px 80px rgba(15,23,42,.22);
overflow:hidden;
pointer-events:auto;
}
.fooundit-mobile-popup__head {
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
padding:18px 15px 18px;
border-bottom:1px solid #e5edf7;
}
.fooundit-mobile-popup__close {
display:inline-flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
padding:0;
border:0;
border-radius:50%;
background:transparent;
font-size:24px;
line-height:1;
color:#14233f;
}
.fooundit-mobile-popup__content {
display:flex;
flex-direction:column;
gap:22px;
padding:24px;
overflow:auto;
}
.fooundit-mobile-popup-menu,
.fooundit-mobile-popup-menu .sub-menu {
list-style:none;
margin:0;
padding:0;
}
.fooundit-mobile-popup-menu > li {
position:relative;
border-bottom:1px solid #edf2f8;
padding:0;
}
.fooundit-mobile-popup-menu a {
display:block;
padding:14px 42px 14px 0;
font-size:16px;
font-weight:600;
line-height:1.4;
color:#14233f;
}
.fooundit-mobile-popup-menu .sub-menu {
display:none;
padding:0 0 10px 16px;
}
.fooundit-mobile-popup-menu .sub-menu a {
padding:10px 0;
font-size:14px;
font-weight:500;
color:#42526f;
}
.fooundit-mobile-popup-menu .menu-item-has-children.is-open > .sub-menu {
display:block;
}
.fooundit-mobile-popup-menu__toggle {
position:absolute;
top:8px;
right:0;
display:inline-flex;
align-items:center;
justify-content:center;
width:34px;
height:34px;
padding:0;
border:0;
border-radius:50%;
background:transparent;
}
.fooundit-mobile-popup-menu__toggle span {
position:absolute;
display:block;
width:12px;
height:2px;
background:#42526f;
border-radius:999px;
transition:transform .18s ease, opacity .18s ease;
}
.fooundit-mobile-popup-menu__toggle span:last-child {
transform:rotate(90deg);
}
.fooundit-mobile-popup-menu .menu-item-has-children.is-open > .fooundit-mobile-popup-menu__toggle span:last-child {
transform:rotate(0deg);
opacity:0;
}
.fooundit-mobile-popup__buttons {
display:flex;
flex-wrap:wrap;
gap:12px;
padding-top:8px;
}
.fooundit-mobile-popup__buttons .fooundit-header-v2__button {
display:inline-flex;
flex:1 1 calc(50% - 6px);
min-width:160px;
}

.fooundit-mobile-dock {
display:none;
}

@media (max-width:991px) {
.fooundit-header-v2__row {
min-height:82px;
gap:16px;
}
.fooundit-header-v2__actions {
gap:10px;
}
.fooundit-header-v2__button {
padding:0 14px;
font-size:13px;
}
.fooundit-header-v2__search {
min-width:200px;
}
}

@media (max-width:767px) {
body {
padding-bottom:calc(72px + env(safe-area-inset-bottom));
}
.fooundit-header-v2__topbar-inner {
justify-content:center;
text-align:center;
min-height:34px;
}
.fooundit-header-v2__row {
min-height:74px;
gap:12px;
}
.fooundit-header-v2__brand {
flex:0 0 auto;
}
.fooundit-header-v2__brand img {
max-height:44px;
}
.fooundit-header-v2__actions {
flex:1 1 auto;
gap:10px;
}
.fooundit-header-v2__search {
min-width:0;
max-width:none;
flex:1 1 auto;
}
.fooundit-header-v2__search input {
width:100%;
padding:0 16px 0 44px;
color:#14233f;
cursor:text;
}
.fooundit-header-v2__search input::placeholder {
color:#6b7280;
}
.fooundit-header-v2__search-icon {
left:16px;
}
.fooundit-header-v2__button {
display:none;
}
.fooundit-header-v2__menu-toggle {
flex:0 0 48px;
}
.fooundit-mobile-popup {
padding:10px;
align-items:flex-start;
justify-content:flex-end;
padding-top:max(10px,env(safe-area-inset-top));
padding-right:max(10px,env(safe-area-inset-right));
padding-left:max(10px,env(safe-area-inset-left));
padding-bottom:max(10px,env(safe-area-inset-bottom));
}
.fooundit-mobile-popup__inner {
width:min(420px,100%);
max-height:calc(100vh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
border-radius:0.5rem;
}
.fooundit-mobile-dock {
position:fixed;
left:0;
right:0;
bottom:0;
display:block;
padding:0 0 env(safe-area-inset-bottom);
z-index:9990;
pointer-events:none;
}
.fooundit-mobile-dock__list {
display:grid;
grid-template-columns:repeat(4, minmax(0, 1fr));
align-items:center;
gap:0;
padding:0.8rem 0.8rem 0.5rem;
background:#fff;
border-top:1px solid #d9e4f1;
pointer-events:auto;
list-style:none;
margin:0;
}
.fooundit-mobile-dock__slot {
margin:0;
padding:0;
}
.fooundit-mobile-dock__item {
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:0.6rem;
padding:0.2rem 0.15rem 0;
border:0;
background:transparent;
color:var(--fooundit-color-primary);
text-align:center;
text-decoration:none !important;
width:100%;
}
.fooundit-mobile-dock__icon {
display:inline-flex;
align-items:center;
justify-content:center;
width:22px;
height:22px;
}
.fooundit-mobile-dock__icon svg {
width:22px;
height:22px;
display:block;
}
.fooundit-mobile-dock__icon img {
width:28px;
height:28px;
display:block;
object-fit:contain;
}
.fooundit-mobile-dock__label {
font-size:0.8rem;
font-weight:500;
line-height:1.2;
color:#1d1d1d;
}
.fooundit-mobile-dock__item--menu {
cursor:pointer;
}
}
