.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; } }
.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; } }
.faq-section { padding: 21px; background: #fff; }
.faq-container { max-width: 1145px; margin: 45px 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; } }
.delivery-bike { position: fixed; left: 0; bottom: -9px; width: 112px; z-index: 999; transform-origin: center center; transition: transform .15s linear; }
.delivery-bike img { height: 75px; display: block; }
.journey-glass-section { position: relative; padding: 121px 21px; background: url("delivery-partner-bg-promo.png") center/cover no-repeat; overflow: hidden; }
.journey-glass-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.1); z-index: 1; }
.journey-glass-container { position: relative; z-index: 2; border-radius: 21px; max-width: 975px; margin: 0 auto; }
.journey-glass-header { text-align: center; color: #fff; margin-bottom: 45px; }
.journey-glass-header h2 { font-size: 45px; line-height: 1.2; color: #fff; font-weight: 600; margin: 0 0 15px; }
.journey-glass-grid { display: grid; grid-template-columns: repeat(3,1fr); background: #00bfa5; border-radius: 9px; }
.journey-glass-card { position: relative; padding: 30px; min-height: 300px; color: #002121; text-align: center; overflow: hidden; }
.glass-icon { width: 75px; height: 75px; margin: 21px auto 21px; border-radius: 50%; background: #002121; color: #00bfa5; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.journey-glass-card h3 { font-size: 30px; margin-bottom: 15px; font-weight: 500; }
.journey-glass-card p { font-size: 15px; line-height: 1.75; opacity: .9; }
@media(max-width:755px) { .journey-glass-section { padding: 55px 15px; } .journey-glass-header h2 { font-size: 30px; } .journey-glass-grid { grid-template-columns: 1fr; margin-left: 9%; margin-right: 9%; } .journey-glass-card { min-height: auto; padding: 21px; } }