/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1e1e1e;
    background-color: #ffffff;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 156px;
}





/* Header Styles */
.header {
    background: #ffffff;
    border-bottom: 1px solid #d9e5f1;
    margin-bottom: 20px;
}

.header-top {
    height: 35px;
    background: #ffffff;
}

.header-main {
    height: 45px;
    background: #ffffff;
    /* border: 1px solid #d9e5f1; */
    position: relative;

    
    /* border-bottom: 1px solid #d9e5f1; */
}

.header-content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.logo {
    width: 122px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav {
    display: flex;
    gap: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #158bec;
}

.header-disclaimer {
    background: #f1f6fd;
    padding: 12px 0;
}

.disclaimer-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    max-width: 1136px;
    margin: 0 auto;
}

.disclaimer-main {
    font-weight: 500;
    color: #7e92af;
}

.disclaimer-link {
    font-weight: 500;
    color: #148beb;
    cursor: pointer;
}

.disclaimer-link:hover {
    text-decoration: underline;
}

/* Category Tabs */
.category-tabs {
    padding: 32px 0;
}

.tabs-wrapper {
    display: flex;
    width: 100%;
    gap: 8px;          
    flex-wrap: wrap;    
    justify-content: center; 
}

.tab-button {
    flex: 1 1 auto;     
    min-width: 120px;    
    padding: 8px 16px;
    border: 1px solid #d9e5f1;
    background: #f5f6f7;
    color: #061c3d;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tab-button.active {
    background: #eff4ff;
    color: #158bec;
    font-weight: 500;
}

.tab-button:hover:not(.active) {
    background: #e8f0fe;
    color: #158bec;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tab-button {
        flex: 1 1 45%;   /* 2 tabs per row if screen is small */
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .tab-button {
        flex: 1 1 100%;  /* 1 tab per row on very small screens */
    }
}

/* Category Tabs */
/* .category-tabs {
    padding: 32px 0;
}

.tabs-wrapper {
    display: flex;          
    width: 100%;
    gap: 4px;
    flex-wrap: wrap;         
}

.tab-button {
    flex: 1 1 0;        
    min-width: 0;            
    height: auto;
    padding: 6px 12px;
    border: 1px solid #d9e5f1;
    background: #f5f6f7;
    color: #061c3d;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.tab-button.active {
    background: #eff4ff;
    color: #158bec;
    font-weight: 500;
}

.tab-button:hover:not(.active) {
    background: #e8f0fe;
    color: #158bec;
}
 */


/* Category Tabs */
/* .category-tabs {
    padding: 32px 0;
}

.tabs-wrapper {
    display: inline-flex;
    gap: 4px;
}

.tab-button {
    height: auto;
    padding: 6px 12px;
    border: 1px solid #d9e5f1;
    background: #f5f6f7;
    color: #061c3d;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.tab-button.active {
    background: #eff4ff;
    color: #158bec;
    font-weight: 500;
}

.tab-button:hover:not(.active) {
    background: #e8f0fe;
    color: #158bec;
} */

/* Feature Highlight Section */
.feature-highlight {
    margin-bottom: 16px;
}

.feature-card {
    border: 1px solid #d9e5f1;
    padding: 32px;
    background: #ffffff;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43.2px;
    color: #080a10;
    margin-bottom: 16px;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
    margin-bottom: 16px;
}

.feature-updated {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #158bec;
}

/* Brand Showcase Section */
.brand-showcase {
    margin-bottom: 16px;
}

.brand-card {
    border: 1px solid #d9e5f1;
    padding: 16px;
    background: #ffffff;
    margin-bottom: 16px;
}

.brand-card:last-child {
    margin-bottom: 0;
}

.brand-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.brand-logo {
    width: 185px;
    height: 156px;
    flex-shrink: 0;
}

.brand-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.brand-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43.2px;
    color: #080a10;
}

.brand-offer {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #158bec;
}

.brand-features p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
    margin-bottom: 4px;
}

.brand-features p:last-child {
    margin-bottom: 0;
}

.brand-rating {
    width: 186px;
    height: 157px;
    background: #ffffff;
    border: 1px solid #d9e5f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 12px;
}

.rating-score {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 57.6px;
    color: #158bec;
    text-align: center;
}

.rating-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061c3d;
    text-align: center;
}

.rating-stars {
    display: flex;
    gap: 4px;
}

.star {
    width: 12px;
    height: 16px;
    color: #ff9a00;
    font-size: 12px;
}

.visit-button {
    width: 188px;
    height: 158px;
    background: #eff4ff;
    border: 1px solid #d9e5f1;
    color: #158bec;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 6px 12px;
}

.visit-button:hover {
    background: #e8f0fe;
    transform: translateY(-2px);
}

/* Company Logos Section */
/* .company-logos {
    background: #f5f6f7;
    border: 1px solid #d9e5f1;
    padding: 32px 0;
    margin-bottom: 16px;
}

.logos-header {
    text-align: center;
    margin-bottom: 24px;
}

.logos-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43.2px;
    color: #080a10;
    margin-bottom: 16px;
}

.logos-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
    max-width: 362px;
    margin: 0 auto;
}

.logos-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.logo-row {
    display: flex;
    gap: 24px;
}

.logo-card {
    width: 170px;
    height: 100px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.logo-card img {
    max-width: 88px;
    max-height: 44px;
    object-fit: contain;
} */


/* Company Logos Section */
.company-logos {
	/* background: #f5f6f7; */
	/* border: 0; */
/*	border-top: 1px solid #d9e5f1;  full-width top border */
	padding: 32px 0;
	margin-bottom: 16px;
	overflow-x: clip; /* prevent any horizontal overflow */
}

.logos-header {
	text-align: center;
	/* margin-bottom: 24px; */
    background: #F5F6F7;
    padding-top: 20px;
}

.logos-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 43.2px;
	color: #080a10;
	margin-bottom: 16px;
}

.logos-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22.4px;
	color: #7f93af;
	max-width: 362px;
	margin: 0 auto;
}

.logos-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
    background: #F5F6F7;
    padding-top: 36px;
    padding-bottom: 38px;
}

.logo-row {
	display: flex;
	gap: 24px;
}

.logo-card {
	width: 170px;
	height: 100px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.logo-card img {
	max-width: 88px;
	max-height: 44px;
	object-fit: contain;
}

@media (max-width: 768px) {
	.logo-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.logo-card {
		width: 140px;
		height: 80px;
	}
}

@media (max-width: 480px) {
	.logos-title {
		font-size: 20px;
		line-height: 30px;
	}
}

/* Content Wrapper Section */
.content-wrapper {
    margin-bottom: 16px;
}

.content-card {
    border: 1px solid #d9e5f1;
    padding: 32px;
    background: #ffffff;
}

.content-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43.2px;
    color: #080a10;
    margin-bottom: 16px;
}

.content-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
    margin-bottom: 16px;
}

.content-text:last-child {
    margin-bottom: 0;
}

/* FAQ Section */
.faq-section {
    margin-bottom: 16px;
}

.faq-card {
    border: 1px solid #d9e5f1;
    padding: 32px;
    background: #ffffff;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 43.2px;
    color: #080a10;
    margin-bottom: 16px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    border-bottom: 1px solid #d9e5f1;
    background: #F5F6F7;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    padding: 16px 48px 16px 12px;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #061c3d;
    text-align: left;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    transition: color 0.2s ease;
}

.faq-item:hover .faq-question {
    color: #158bec;
}

.faq-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #7f93af;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faq-icon:hover {
    background: #f5f6f7;
    color: #158bec;
}

.faq-answer {
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease, opacity 0.25s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 8px 12px 16px;
    opacity: 1;
}

.faq-item.active .faq-icon {
    color: #158bec;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #061c3d;
}

/* Footer */
.footer {
    background: #ffffff;
    /* border-top: 1px solid #d9e5f1; */
}

.footer-content {
    padding: 40px 0 24px;
    display: grid;
    grid-template-columns: 1fr 604px;
    grid-template-rows: auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
}

.footer-nav-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
}

.footer-nav-row {
    position: relative;
    background: #ffffff;
    /* border-top: 1px solid #e6edf6; */
    


    border-bottom: 1px solid #e6edf6;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
    padding: 14px 0;
}

.footer-legal-row {
    min-height: 44px;
    background: #ffffff;
    border-top: 1px solid #e6edf6;
    border-bottom: 1px solid #e6edf6;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.footer-logo {
    width: 122px;
    height: 42px;
    flex-shrink: 0;
}

.footer-nav {
    display: flex;
    gap: 28px;
    flex-wrap: nowrap;
    /* justify-content: center; */
    border-top: 1px solid #e6edf6;
   
    padding-top: 18px;
}

.footer-legal {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #158bec;
}

.footer-info {
    max-width: 560px;
    align-self: start;
}

.footer-description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
}

.footer-email {
    color: #148beb;
}

.footer-contact {
    margin-left: auto;
    width: 100%;
    max-width: 604px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5edf6;
    padding: 10px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #061c3d;
    /* border-radius: 6px; */
}

.form-input::placeholder {
    color: #9aa8bd;
}

.form-input:focus {
    outline: none;
    border-color: #158bec;
    /* box-shadow: 0 0 0 3px rgba(21, 139, 236, 0.12); */
}

.form-textarea-wrapper {
    position: relative;
}

.form-textarea {
    width: 100%;
    height: 144px;
    background: #ffffff;
    border: 1px solid #e5edf6;
    /* border-radius: 6px; */
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #061c3d;
    resize: none;
}

.form-textarea::placeholder {
    color: #9aa8bd;
}

.form-textarea:focus {
    outline: none;
    border-color: #158bec;
    /* box-shadow: 0 0 0 3px rgba(21, 139, 236, 0.12); */
}

.textarea-icon {
    position: absolute;
    top: 134px;
    right: 13px;
    transform: rotate(-45deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.textarea-icon img:first-child {
    width: 7.36px;
    height: 7.36px;
    transform: rotate(45deg);
}

.textarea-icon img:last-child {
    width: 4.54px;
    height: 4.54px;
    transform: rotate(45deg);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-privacy {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #7f93af;
}

.privacy-link {
    color: #158bec;
    cursor: pointer;
}

.privacy-link:hover {
    text-decoration: underline;
}

.submit-button {
    width: 120px;
    height: 40px;
    background: #eff4ff;
    color: #158bec;
    border: 1px solid #d9e5f1;
    padding: 8px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    /* border-radius: 6px; */
}

.submit-button:hover {
    background: #e8f0fe;
    transform: translateY(-1px);
}

.footer-copyright {
    grid-column: 1 / -1;
    padding-top: 8px;
    padding-bottom: 16px;
}

.footer-copyright p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #158bec;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 80px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
    
    .footer-contact {
        width: 100%;
        max-width: 604px;
    }
    
    .form-textarea {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .header-content {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
    }
    
    .logo {
        /* position: static; */
        transform: none;
        margin-bottom: 20px;
        /* position: relative;
        bottom: 30px; */
        transform: translateY(-20px);
    }
    
    .nav {
        position: static;
        transform: none;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .brand-content {
        flex-direction: column;
        text-align: center;
    }
    
    .brand-logo {
        width: 150px;
        height: 120px;
    }
    
    .logo-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .logo-card {
        width: 140px;
        height: 80px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }
    
    .footer-nav-row {
        flex-direction: column;
        height: auto;
        padding: 16px;
        gap: 12px;
        align-items: flex-start;
    }
    
    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-contact {
        margin-left: 0;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-input {
        width: 100%;
    }
    
    .form-footer {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .tabs-wrapper {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .tab-button {
        font-size: 14px;
        padding: 8px 12px;
    }
    
    .feature-title,
    .content-title,
    .faq-title,
    .logos-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .brand-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .nav {
        gap: 15px;
    }
    
    .nav-link {
        font-size: 11px;
    }
}