.page-about__hero-section{display:flex;flex-direction:column;gap:14px;align-items:center;padding-top:10px;background:#ffffff}.page-about__hero-image{width:100%;max-width:1200px;border-radius:12px;overflow:hidden}.page-about__hero-image img{display:block;width:100%;height:auto;aspect-ratio:17/5;object-fit:cover}.page-about__hero-content{width:100%;max-width:900px;text-align:center;padding:0 12px}.page-about__main-title{margin:0.3em auto 0.3em;font-weight:800;line-height:1.2;letter-spacing:0.5px;color:#0477db;max-width:820px;font-size:clamp(1.1rem, 2vw, 1.6rem)}.page-about__main-desc{margin:0 0 16px;line-height:1.6;color:#333333}.page-about__hero-actions,.page-about__cta-buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.page-about__btn{display:inline-block;padding:12px 28px;border-radius:999px;font-weight:700;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .25s ease,opacity .2s;border:0;cursor:pointer;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}.page-about__btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,0.12)}.page-about__btn--login,.page-about__btn--register{background:#EA7C07;color:#ffffff}.page-about__btn--download{background:#0477db;color:#ffffff}.page-about__btn--link{color:#0477db;background:transparent;border:1.5px solid #0477db}.page-about__btn--link:hover{background:#e5f6ff}.page-about__container{max-width:1200px;margin:0 auto;padding:32px 20px;width:100%}.page-about__section-title{font-size:2rem;text-align:center;color:#0477db;font-weight:800;margin-bottom:16px}.page-about__text{line-height:1.7;margin-bottom:12px}.page-about__intro-content,.page-about__faq-list{max-width:800px}.page-about__section-desc{font-weight:600;color:#333333}.page-about__logo-grid{padding:48px 16px;background:#f4faff}.page-about__logo-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px;justify-items:center;max-width:1200px;margin:16px auto}.page-about__logo-item{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:280px;border:1px solid #e2f0ff;background:#ffffff;border-radius:16px;padding:14px;box-shadow:0 4px 16px rgba(0,0,0,0.05)}.page-about__logo-item img{width:100%;aspect-ratio:2/1;object-fit:contain;border-radius:8%;display:block;background:#ffffff}.page-about__logo-item:hover{box-shadow:0 12px 28px rgba(38,169,224,0.18)}.page-about__logo-cta{display:inline-block;margin-top:auto;padding:10px 22px;border-radius:999px;background:#0477db;color:#fff !important;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;max-width:100%;box-sizing:border-box;border:0;transition:transform .2s ease,box-shadow .25s ease}.page-about__logo-cta:hover{transform:translateY(-2px);box-shadow:0 7px 10px rgba(0,0,0,0.15)}.page-about__logo-item:nth-child(5){grid-column:2}.page-about__logo-item:nth-child(6){grid-column:3}.page-about__features{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center}.page-about__feature-card{background:#ffffff;border:1px solid #d4edff;border-radius:18px;overflow:hidden;flex:1 1 260px;max-width:340px}.page-about__feature-card:hover{box-shadow:0 10px 24px rgba(38,169,224,0.18)}.page-about__feature-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.page-about__feature-title{text-align:center;padding:0 12px;font-weight:800;color:#0477db;margin-top:12px;font-size:1.4rem}.page-about__feature-desc{text-align:center;line-height:1.5;padding:0 12px 12px;margin-top:8px;color:#333333}.page-about__guide-section{background:#ffffff;padding:40px 16px}.page-about__guide-inner{max-width:1000px;margin:0 auto;padding:16px 16px 48px}.page-about__guide-steps{display:flex;flex-direction:column;gap:32px;padding-top:24px;margin-top:0}.page-about__guide-figure{margin:0;background:#ffffff;border-radius:20px;box-shadow:0 6px 24px rgba(0,0,0,0.08);display:flex;flex-direction:column;overflow:hidden}.page-about__guide-figure img{width:100%;max-width:800px;aspect-ratio:2/1;object-fit:cover;margin:0 auto;display:block}.page-about__guide-figure figcaption{color:#333333;padding:14px 20px;font-weight:600;line-height:1.5}.page-about__faq-section{background:#f4faff;padding:48px 16px}.page-about__faq-list{max-width:820px;margin:0 auto}.page-about__faq-item{border:1px solid #d8ecff;border-radius:12px;margin-bottom:14px;background:#ffffff;padding:8px 18px}.page-about__faq-question{font-weight:700;color:#0477db;cursor:pointer;padding:12px 30px 12px 0;position:relative;list-style:none}.page-about__faq-question::-webkit-details-marker{display:none}.page-about__faq-question:before{content:'+';position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:2rem;color:#26A9E0;font-weight:400}.page-about__faq-item[open] .page-about__faq-question:before{content:'−'}.page-about__faq-answer{padding:0 0 16px;line-height:1.6;color:#333333}.page-about__cta-section{padding:48px 16px;background:#ffffff}.page-about__cta-title{text-align:center;color:#0477db}.page-about__cta-desc{text-align:center;font-weight:500;color:#333333;max-width:700px;margin:0 auto 24px}@media (max-width: 1024px){.page-about__logo-grid-container{grid-template-columns:repeat(3,1fr)}.page-about__logo-item:nth-child(5),.page-about__logo-item:nth-child(6){grid-column:auto}.page-about__guide-inner{padding-bottom:32px}.page-about__btn{padding:10px 17px}}@media (max-width: 768px){.page-about {color:#333333; max-width:100%; overflow-x:hidden}.page-about__hero-section{align-items:center;padding-left:12px;padding-right:12px}.page-about__hero-image img{aspect-ratio:2/1}.page-about__hero-content{padding-top:8px;width:100%}.page-about img{max-width:100% !important; height:auto !important}.page-about__logo-grid-container{grid-template-columns:repeat(2,1fr);gap:12px}.page-about__logo-item:nth-child(5),.page-about__logo-item:nth-child(6),.page-about__logo-item{grid-column:auto}.page-about__logo-cta,.page-about__btn{max-width:100%; box-sizing:border-box; white-space:normal; word-wrap:break-word}.page-about__cta-buttons,.page-about__hero-actions{flex-direction:column; align-items:center}.page-about__section-title{font-size:1.3rem}.page-about__main-title{font-weight:800;margin-bottom:20px}.page-about__guide-title{text-align:center;color:#0477db; font-size:1.8rem}.page-about__guide-steps{gap:18px} }