.about-section{display:flex;flex-direction:column;gap:3rem;padding:4rem 2rem;background:#f9f9f9;margin-top:3rem}@media(max-width:500px){.about-section{padding:3rem 1rem}}.about-section .about-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 0 20px rgba(0,0,0,.05);transition:transform .3s ease}@media(max-width:500px){.about-section .about-card{padding:1rem}}.about-section .about-card h2{font-size:2rem;color:var(--primary-color);margin-bottom:.5rem}.about-section .about-card h4{font-size:1.3rem;font-weight:600;color:#555;margin-bottom:1.5rem}.about-section .about-card p{font-size:1rem;color:#333;line-height:1.6;margin-bottom:1rem}.about-section .about-card p strong{font-weight:600;color:#222}.about-section .about-card:hover{transform:translateY(-4px)}.about-section .optigo,.about-section .orail{border-left:6px solid var(--primary-color)}@media(min-width:768px){.about-section{flex-direction:row}.about-section .about-card{flex:1}}.about-benefits-bullets{margin-top:3rem;padding:4rem 2rem;border-radius:15px}@media(max-width:500px){.about-benefits-bullets{padding:1rem}}.about-benefits-bullets__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.about-benefits-bullets__title{font-size:2rem;font-weight:600;color:var(--primary-color)}.about-benefits-bullets__view-all{background:none;border:none;color:var(--primary-color);font-weight:500;display:flex;align-items:center;cursor:pointer}.about-benefits-bullets__view-all .benefits-bullets__arrow{margin-left:6px}.about-benefits-bullets__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1000px){.about-benefits-bullets__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.about-benefits-bullets__grid{grid-template-columns:1fr}}.about-benefits-bullets .about-bullet-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 10px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.5rem;transition:transform .3s ease}.about-benefits-bullets .about-bullet-card:hover{transform:translateY(-4px)}.about-benefits-bullets .about-bullet-card__icon{font-size:2rem}.about-benefits-bullets .about-bullet-card__title{font-size:1.3rem;font-weight:600;color:#333}.about-benefits-bullets .about-bullet-card__description{margin-top:.5rem;font-size:.95rem;color:#444}.about-benefits-bullets .about-bullet-card__list{padding-top:1.5rem;list-style-type:none}.about-benefits-bullets .about-bullet-card__list li{font-size:.95rem;color:#444;margin-bottom:.5rem}.about-benefits-bullets .about-bullet-card__list li::marker{color:var(--primary-color)}.about-benefits-bullets .about-bullet-card__link{margin-top:auto;font-weight:500;color:var(--primary-color);display:inline-flex;align-items:center;gap:4px;font-size:.95rem}.about-benefits-bullets .about-bullet-card__link:hover{text-decoration:underline}