.partner-hero { margin: auto; padding: 75px 9%; display: grid; grid-template-columns: 1fr 500px; gap: 75px; background: #002121; align-items: center; }
.partner-content h1 { font-size: clamp(3rem,5.75vw,5rem); line-height: 1; letter-spacing: -2px; color: #00bfa5; font-weight: 500; margin-bottom: 21px; }
.partner-content p { max-width: 500px; color: #eee; line-height: 1.75; font-size: 1.12rem; }
.partner-actions { display: flex; gap: 15px; margin-top: 30px; }
.primary-btn { background: #00bfa5; color: #002121; }
.partner-actions a { text-decoration: none; padding: 15px 21px; border-radius: 999px; font-weight: 500; }
.partner-image img { width: 100%; display: block; border-radius: 21px; }
@media(max-width:900px) { .partner-hero { grid-template-columns: 1fr; text-align: center; gap: 55px; } .partner-content p { margin: auto; } .partner-actions { justify-content: center; flex-wrap: wrap; } .partner-image { max-width: 415px; margin: auto; } }
.coverage-section { margin: auto; padding: 75px 9%; display: grid; grid-template-columns: 1fr 500px; gap: 75px; align-items: center; }
.coverage-content h2 { margin: 15px 0 21px; font-size: clamp(2.55rem,5vw,4.45rem); line-height: 1; font-weight: 700; color: #002121; letter-spacing: -1.75px; }
.coverage-content p { color: #757575; line-height: 1.75; max-width: 500px; }
.coverage-stats { margin-top: 30px; display: flex; align-items: center; gap: 30px; }
.coverage-stats strong { display: block; font-size: 1.75rem; letter-spacing: -1.12px; font-weight: 400; color: #002121; }
.coverage-stats span { color: #757575; }
.coverage-arrow { font-size: 2.1rem; color: #00bfa5; }
.coverage-visual { position: relative; width: 445px; height: 445px; margin: auto; }
.coverage-center { position: absolute; top: 50%; left: 50%; width: 90px; height: 90px; transform: translate(-50%,-50%); background: #00bfa5; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #002121; font-size: 2.1rem; z-index: 10; }
.radius { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); border: 9px solid #00bfa5; }
.radius-small { width: 121px; height: 121px; opacity: .75; }
.radius-medium { width: 255px; height: 255px; opacity: .45; animation: expand 3s infinite; }
.radius-large { width: 415px; height: 415px; opacity: .3; animation: expand 3s infinite 1.5s; }
@keyframes expand { 0% { transform: translate(-50%,-50%) scale(.8); opacity: .7; } 100% { transform: translate(-50%,-50%) scale(1.1); opacity: .05; } }
@media(max-width:900px) { .coverage-section { grid-template-columns: 1fr; text-align: center; } .coverage-stats { justify-content: center; } .coverage-visual { width: 321px; height: 321px; } .radius-large { width: 300px; height: 300px; } .radius-medium { width: 212px; height: 212px; } }
.partner-benefits { padding: 90px 9%; background: #00bfa5; }
.section-heading { max-width: 1200px; margin: 0 auto 21px; display: flex; align-items: center; gap: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(1.75rem,3.45vw,3rem); color: #002121; white-space: nowrap; text-align: center; font-weight: 500; letter-spacing: -1px; }
.section-heading .line { flex: 1; height: 1.75px; background: #eee; }
.benefits-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 55px; }
.benefit-item { text-align: center; }
.benefit-icon { width: 90px; height: 90px; margin: 0 auto 30px; border-radius: 50%; background: #002121; display: flex; align-items: center; justify-content: center; color: #00bfa5; font-size: 2.21rem; }
.benefit-item h3 { font-size: 1.45rem; line-height: 1.2; font-weight: 500; margin-left: 15px; margin-right: 15px; margin-bottom: 21px; color: #002121; }
.benefit-item p { color: #002121; line-height: 1.75; max-width: 300px; font-weight: 400; margin: auto; }
.benefit-item a { color: #eee; text-decoration: none; font-weight: 400; }
@media (max-width:900px) { .section-heading { gap: 21px; margin-bottom: 55px; } .section-heading h2 { white-space: normal; } .benefits-grid { grid-template-columns: 1fr; gap: 50px; } .benefit-item h3 { font-size: 1.45rem; } }
@media (max-width:575px) { .partner-benefits { padding: 75px 30px; } .section-heading .line { display: none; } }
.partner-documents { padding: 115px 21px; }
.documents-card { max-width: 975px; margin: auto; background: #fff; border-radius: 30px; padding: 45px; border: 1.75px solid #eee; }
.documents-content h2 { margin: 0; font-weight: 300; color: #002121; font-size: clamp(1.75rem,3vw,2.75rem); letter-spacing: -1px; }
.documents-subtitle { margin: 3px 0 45px; color: #757575; line-height: 1.75; }
.documents-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 21px; }
.document-item { display: flex; gap: 15px; align-items: flex-start; }
.document-item i { color: #00bfa5; font-size: 1.5rem; margin-top: 3px; }
.document-item strong { display: block; color: #002121; font-size: 1.12rem; font-weight: 400; }
.document-item span { display: block; margin-top: 5px; color: #757575; font-size: .95rem; }
@media(max-width:755px) { .partner-documents { padding: 75px 21px; } .documents-card { padding: 30px 21px; } .documents-grid { grid-template-columns: 1fr; } }
.faq-section { padding: 21px; background: #fff; }
.faq-container { max-width: 1145px; margin: auto; }
.faq-container h2 { text-align: center; font-size: clamp(1.75rem,3.75vw,2.75rem); color: #002121; letter-spacing: -1px; font-weight: 500; margin-bottom: 45px; }
.faq-list { display: flex; flex-direction: column; gap: 21px; }
.faq-item { border: 1px solid #eeee; border-radius: 21px; overflow: hidden; background: #fff; }
.faq-question { width: 100%; border: none; background: none; cursor: pointer; padding: 30px; display: flex; justify-content: space-between; align-items: center; text-align: left; font-size: 1.2rem; font-weight: 400; color: #002121; font-family: 'Poppins', sans-serif; }
.faq-question i { transition: .3s; color: #00bfa5; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p,.faq-answer ul { padding: 0 30px 30px; color: #757575; line-height: 1.75; }
.faq-answer ul { margin: 0; padding-left: 45px; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer a { color: #00bfa5; text-decoration: none; font-weight: 600; }
@media(max-width:755px) { .faq-section { padding: 75px 21px; } .faq-container h2 { margin-bottom: 45px; } .faq-question { padding: 21px; font-size: 1.05rem; line-height: 1.5; } .faq-answer p,.faq-answer ul { padding: 0 21px 21px; } .faq-answer ul { padding-left: 45px; } }
.partner-legal { padding: 121px 21px; background: #002121; }
.partner-legal-content { max-width: 775px; margin: auto; text-align: center; }
.partner-legal-content h2 { font-size: clamp(2.21rem,4.45vw,3.75rem); line-height: 1; letter-spacing: -1.75px; color: #00bfa5; margin-bottom: 21px; }
.partner-legal-content p { max-width: 500px; margin: auto; color: #eee; line-height: 1.75; }
.partner-legal-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 45px; padding: 21px 30px; background: #00bfa5; color: #002121; text-decoration: none; font-weight: 500; border-radius: 999px; transition: .3s; }
.partner-legal-btn:hover { transform: translateY(-1px); }
@media(max-width:755px) { .partner-legal { padding: 75px 21px; } .partner-legal-btn { width: 100%; max-width: 321px; } }