<style>
 
    .trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

       .trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
}

.trust-item svg {
    color: #00b67a;
}

.section-header {
    text-align: center;
    margin-bottom: 56px;
}

.tag {
    display: inline-block;
    background: #e8faf4;
    color: #007a52;
    font-size: 11px;
    font-weight: 600;
   letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
}

.section-header h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 38px;
    color: #000;
    letter-spacing: -.025em;
    margin-bottom: 14px;
    line-height: 1.15;
}
.section-header p {
    font-size: 17px;
    color: #718096;
    max-width: 560px;
    margin: 0 auto !important
    ;
    line-height: 1.7;
}

.steps-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card{
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: box-shadow .2s, transform .2s;
}

.step-card:hover { box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14); transform: translateY(-4px); }

.step-num {
    width: 48px; height: 48px; border-radius: 12px;
    background: #00b67a; color: white;
    font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
  }
  
  .step-card h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}

.step-card p{
    font-size: 14px;
    color: #718096;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }
	
	.why-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 900px){
	.faq-inner{
		grid-template-columns: 1fr !important;
        gap: 40px !important;
	}
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cat-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all .2s;
}

.cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.cat-card h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    color: #0000ee;
}
.cat-card p {
    font-size: 13px;
    color: #718096;
}

.cat-arrow {
    margin-left: auto;
    color: #718096;
    font-size: 18px;
}

.cat-card:hover {
    border-color: #00b67a;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

@media (max-width: 768px) {
	
	.broker-row, .broker-card.broker-row{
		display: grid !important;
		grid-template-columns: 2fr;
		grid-template-rows: 2fr;
	}
	
	.broker-row div:nth-child(3), .broker-card.broker-row div:nth-child(3){
		grid-column-start: 2;
		grid-row-start: 1;
	}
	
	.broker-row div:nth-child(2), .broker-card.broker-row div:nth-child(2){
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	
    .reviews-grid, .cat-grid {
        grid-template-columns: 1fr !important;
    }
}

   .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
   
       .review-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px;
    transition: box-shadow .2s, transform .2s;
}

.review-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.reviewer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.reviewer-name {
    font-weight: 600;
    font-size: 14px;
}

.reviewer-meta {
    font-size: 12px;
    color: #718096;
    margin-top: 2px;
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.65;
    margin-bottom: 14px;
}

.review-broker {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.review-broker-badge {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

 .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
    
        .why-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.why-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e8faf4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.why-feature h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.why-feature p {
    font-size: 14px;
    color: #718096;
    line-height: 1.65;
}

.why-visual {
    background: linear-gradient(135deg, #0d1b2a 0%, #1a2d42 100%);
    border-radius: 24px;
    padding: 36px;
    position: relative;
    overflow: hidden;
}

.why-visual::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 182, 122, .2) 0%, transparent 70%);
}

.score-dial {
    text-align: center;
    margin-bottom: 28px;
}

.dial-num {
    font-family: 'Sora', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: #00b67a;
    line-height: 1;
}

.dial-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-top: 4px;
}

.mini-metrics {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.metric-bar label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
}

.metric-bar label span {
    color: white;
    font-weight: 600;
}

.bar-track {
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    height: 8px;
}

.bar-fill {
    height: 8px;
    border-radius: 999px;
    background: #00b67a;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 182, 122, .15) 0%, transparent 70%);
    pointer-events: none;
}

.faq-inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 70px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.faq-left .tag {
    background: rgba(0, 182, 122, .2);
    color: #00d68f;
    margin-bottom: 20px;
}

.faq-left h2 {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: white;
    line-height: 1.15;
    letter-spacing: -.025em;
    margin-bottom: 18px;
}

.faq-left p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    margin-bottom: 32px !important;
}

.faq-left h2 span {
    color: #00b67a;
}

.faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all .2s;
    width: 100%;
}

.faq-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #00b67a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.faq-contact-text .ct {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.faq-contact-text .cs {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    margin-top: 2px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item.active {
    background: rgba(0, 182, 122, .08);
    border-color: rgba(0, 182, 122, .35);
}

.faq-item {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s, background .2s;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
}

.faq-q-text {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: white;
    line-height: 1.4;
}

.faq-item.active .faq-icon {
    background: #00b67a;
    color: white;
    transform: rotate(45deg);
}

.faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b67a;
    font-size: 20px;
    font-weight: 300;
    flex-shrink: 0;
    transition: transform .3s, background .2s;
    line-height: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s cubic-bezier(.4, 0, .2, 1), padding .3s;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer-inner {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    padding-bottom: 22px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 14px;
}

.faq-contact:hover {
    background: rgba(0, 182, 122, .15);
    border-color: rgba(0, 182, 122, .4);
}

.article-mini:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
	width: 100%;
    background: #00b67a;
    opacity: 0;
    transition: opacity .2s;
}

.article-mini:hover::before {
    opacity: 1;
}
.article-mini:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
	width: 100%;
    background: #00b67a;
    opacity: 0;
    transition: opacity .2s;
}

.article-mini:hover::before {
    opacity: 1;
}

    </style>