/* custom header button styles */
a.header__link[href*='/pages/start'] {background-color: var(--color-primary);
    color: var(--color-on-primary);    transition: opacity 200ms, border-color 200ms, background-color 200ms, color 200ms;
    border: 2px solid transparent;
    border-radius: var(--button-corner-radius);
    padding: 6px 28px;font-weight: var(--font-weight-base-bold);}
a.header__link[href*='/pages/start']:hover {
    opacity: 0.8;
    background-color: var(--color-primary);
    color: var(--color-on-primary);
}
.button--primary:hover {
    opacity:1;
    background-color: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur(8px);
    backdrop-filter:  blur(9px);
}

/* utilities */
.hide {
    display: none !important;
}

.newsletter-form__input .input-field {border-radius: 100px}
.newsletter-form__button {margin-left: -50px}
 .footerx {padding: 4rem 0 2rem; 
margin-top: 10vh; border-top: 1px solid #333;
}
.footerx-container {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-bottom: 10vh;
    align-items: center;
    justify-content: center;
}

.footerx-brand {
    padding-right: 2rem;
      display: flex;
}

.footerx .brand-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
}

.footerx .brand-text {
    font-size: 0.75vw;
    line-height: 1.6;
    color: #8d8d8d;
    margin: 0;
    flex: 1;
}

.footerx .brand-logo {
    flex-shrink: 0;
    width: 250px;
    height: auto;
}

.footerx .brand-logo svg {
    width: 100%;
    height: auto;
    max-height: 80px;
}

.footerx .menu-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footerx .menu-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footerx .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footerx .menu-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: block;
    padding: 0.25rem 0;
}

.footerx .menu-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footerx {
        padding: 3rem 0 1.5rem;
    }
    .ghsub {
        display: none;
    }
    
    .footerx-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1.5rem;
    }
    
    .footerx-brand {
        padding-right: 0;
        order: 1;
        display: block;
      
    }
    
    .footerx .brand-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footerx .brand-text {
        font-size: 0.90rem;
        text-align: center;
        margin-right: 10px;
    }
    
    .footerx .brand-logo {
        width: 150px;
    }
    
    .footerx .menu-column {
        gap: 0.75rem;
    }
    
    .footerx .menu-title {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .footerx .menu-list {
        gap: 0.5rem;
    }
    
    .footerx .menu-link {
        font-size: 0.85rem;
        padding: 0.2rem 0;
    }
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .footerx-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 2rem;
        padding: 0 1.5rem;
    }
    
    .footerx-brand {
        padding-right: 1rem;
        
    }
    
    .footerx .brand-text {
        font-size: 0.95rem;
    }
    
    .footerx .brand-logo {
        width: 180px;
    }
}
section.custom-html {
    padding: 0px !important;
}
a.header__link[href*='/pages/start'] {background-color: var(--color-primary);
    color: var(--color-on-primary);    transition: opacity 200ms, border-color 200ms, background-color 200ms, color 200ms;
    border: 2px solid transparent;
    border-radius: var(--button-corner-radius);
    padding: 6px 28px;font-weight: var(--font-weight-base-bold);}
a.header__link[href*='/pages/start']:hover {
    opacity: 0.8;
    background-color: var(--color-primary);
    color: var(--color-on-primary);
}

@media (min-width: 640px) {
    .header__sections {
        grid-template-columns: minmax(180px, min(var(--logo-width, 100px), 100px)) 1fr minmax(180px, min(var(--logo-width, 100px), 100px));
        height: 80px;
    }
}
.header__logo-image {
    max-width: min(var(--logo-width, 160px), 160px);}

.checkout__logo-image {
    max-width: min(var(--logo-width, 160px), 160px);}

.ghsub form .feedback {
	display: none;
}

.ghsub form.success input, form.success button {
	display: none !important;
}

.ghsub form.success .feedback {
	display: unset;
}
.ghsub input {
    display: block;
    transition: color 200ms;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: text;
    color: rgba(255, 255, 255, 0.8);
    font-weight: inherit;
    font-style: inherit;
    line-height: 1.5;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.ghsub button {
    display: block;
    transition: background-color 200ms, color 200ms;
    -webkit-appearance: none;
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    color: #1A1B1E;
    font-weight: normal;
    line-height: 1.5;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    margin-left: -35px;
    opacity: 0.8;
    font-size: 1rem;
 
}
.ghsub button:hover {
    opacity: 1;
}
.ghsub strong.feedback {
    font-weight: 100;color: rgba(255, 255, 255, 0.8);}
.ghsub form {
    display: flex;
    flex-direction: row;
    gap: 0px;
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
    align-items: center;}
.ghsub {
    padding-top: 30px;
    padding-bottom: 50px;
    min-width: 450px;
    max-width: 500px;
    margin: 0 auto;
}
.ghsub .feedback {
    text-align: center;}
.ghsub .newsletter__text {
  
        font-weight: bold;
}
.footerx-brand .ghsub {
    padding-top: 20px;
    padding-bottom: 0px;
}
.dropdown {
    font-size: 0.8rem;
}
typebot-bubble::part(button-icon) {
        fill: currentColor;
    }

