/* Scoped presentation for the public company page. */
.about-company { color: #343b3e; padding: 20px 0 8px; font-size: 16px; line-height: 1.65; }
.about-company h1, .about-company h2, .about-company h3 { color: #272d30; line-height: 1.2; }
.about-company h1 { font-size: 42px; letter-spacing: -1.2px; margin: 12px 0 22px; }
.about-company h2 { font-size: 28px; letter-spacing: -.5px; margin: 0 0 18px; }
.about-company h3 { font-size: 19px; margin: 0 0 12px; }
.about-company p { margin: 0 0 18px; }
.about-company .about-eyebrow { font-size: 11px; font-weight: bold; letter-spacing: 1.8px; color: #72604a; margin: 0 0 12px; }
.about-hero { padding: 34px 36px; border-top: 4px solid #eea442; border-radius: 4px; background: #f7f5ef; }
.about-company .about-lead { font-size: 18px; line-height: 1.65; max-width: 690px; }
.about-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.about-company .about-text-link { font-weight: bold; }
.about-company .btn-warning { background: #f0a644; color: #352a1c; text-shadow: none; border-color: #c7862e; font-weight: bold; }
.about-company .btn-warning:hover, .about-company .btn-warning:focus { background: #e39835; color: #211a11; }
.about-company a:focus-visible, .about-company summary:focus-visible { outline: 3px solid #00729a; outline-offset: 4px; }
.about-section { margin-top: 42px; }
.about-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.about-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.about-use { border-top: 1px solid #dfded7; padding-top: 18px; }
.about-number { display: block; color: #94601c; font-size: 13px; font-weight: bold; margin-bottom: 12px; }
.about-platform { padding: 28px; background: #f4f7f7; border: 1px solid #e2e8e8; border-radius: 4px; }
.about-company-data { padding: 24px; background: #fafafa; border-left: 3px solid #e9a445; }
.about-company-data dl { margin: 0; }
.about-company-data dt { font-size: 12px; color: #62676b; font-weight: normal; }
.about-company-data dd { margin: 0 0 12px; font-weight: bold; overflow-wrap: anywhere; }
.about-company-data dd:last-child { margin-bottom: 0; }
.about-next { margin-top: 38px; padding: 26px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.about-next h2 { font-size: 24px; }
.about-history { margin-top: 24px; font-size: 14px; overflow-wrap: anywhere; }
.about-history summary { cursor: pointer; color: #52616a; font-weight: bold; padding: 10px 0; }
.about-history-note { margin-top: 15px !important; padding: 16px; background: #f7f5ef; }
.about-history h3 { margin-top: 24px; }
@media (max-width: 979px) { .about-company h1 { font-size: 34px; } .about-hero { padding: 26px; } .about-grid { gap: 18px; } }
@media (max-width: 767px) { .about-company { padding-top: 10px; } .about-company h1 { font-size: 32px; } .about-company h2 { font-size: 25px; } .about-hero { padding: 24px 20px; } .about-grid, .about-grid-two { grid-template-columns: 1fr; gap: 22px; } .about-section { margin-top: 30px; } .about-platform { padding: 22px; } .about-company .about-lead { font-size: 17px; } }
