/* Página institucional OnCloud: conteúdo completo em uma narrativa objetiva. */
.about-story {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
    gap: clamp(34px, 7vw, 104px);
    align-items: center;
}

.about-story-copy h2,
.about-closing h2 {
    max-width: 700px;
    margin: 12px 0 22px;
    color: #071d42;
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.07;
    letter-spacing: -.045em;
}

.about-story-copy p {
    max-width: 720px;
    margin: 0 0 18px;
    color: #526f95;
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.72;
}

.about-story-copy p strong { color: #082d63; }

.about-story-note {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    min-height: 330px;
    align-content: center;
    padding: clamp(30px, 4vw, 46px);
    border: 1px solid rgba(132, 216, 255, .25);
    border-radius: 28px;
    color: #fff;
    background: radial-gradient(circle at 88% 14%, rgba(39, 202, 255, .30), transparent 29%), linear-gradient(145deg, #041b3d, #0b5592);
    box-shadow: 0 26px 56px rgba(7, 57, 112, .22);
}

.about-story-note::after {
    position: absolute;
    right: -54px;
    bottom: -80px;
    width: 245px;
    aspect-ratio: 1;
    border: 1px solid rgba(146, 225, 255, .28);
    border-radius: 50%;
    content: '';
}

.about-story-note > * { position: relative; z-index: 1; }
.about-story-note-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; color: #7de6ff; background: rgba(160, 231, 255, .12); }
.about-story-note-icon svg { width: 29px; height: 29px; }
.about-story-note > span { color: #9beaff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-story-note strong { max-width: 310px; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.12; letter-spacing: -.03em; }
.about-story-note p { margin: 0; color: #d4e9fa; font-size: 15px; line-height: 1.6; }

.about-offerings { background: #eef6fd; }
.about-section-head p { max-width: 700px; margin-right: auto; margin-left: auto; color: #557198; }
.about-front-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.about-front {
    padding: clamp(25px, 3vw, 38px);
    border: 1px solid #d7e8f8;
    border-radius: 25px;
    background: linear-gradient(145deg, #fff, #f6fbff);
    box-shadow: 0 17px 42px rgba(7, 61, 119, .07);
}

.about-front-corporate { border-top: 4px solid #087ee6; }
.about-front-education { border-top: 4px solid #15b8e9; }
.about-front header { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 16px; align-items: center; }
.about-front-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 17px; color: #087fe8; background: linear-gradient(145deg, #e4f5ff, #d9edff); }
.about-front-icon svg { width: 27px; height: 27px; }
.about-front header span { display: block; color: #128ee7; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-front h3 { margin: 3px 0 0; color: #071d42; font-size: clamp(22px, 2.25vw, 30px); line-height: 1.1; letter-spacing: -.035em; }
.about-front > p { min-height: 50px; margin: 22px 0; color: #527098; font-size: 16px; line-height: 1.55; }

.about-service-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.about-service-list li { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 12px; align-items: start; padding: 12px 0; border-top: 1px solid #e0ecf7; }
.about-service-list li > svg { width: 20px; height: 20px; margin-top: 2px; color: #138fe8; }
.about-service-list span { display: grid; gap: 3px; }
.about-service-list a { width: fit-content; color: #0a2853; font-size: 15px; }
.about-service-list a:hover { color: #087fe8; }
.about-service-list small { color: #617d9f; font-size: 13px; line-height: 1.45; }

.about-closing { padding-top: clamp(66px, 8vw, 110px); padding-bottom: clamp(72px, 9vw, 120px); background: #fff; }
.about-closing-card { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(235px, .78fr); gap: 42px; align-items: center; padding: clamp(30px, 5vw, 64px); border: 1px solid #d3e5f6; border-radius: 30px; background: linear-gradient(135deg, #e9f8ff, #f8fbff 52%, #eaf0ff); }
.about-closing h2 { max-width: 650px; margin-bottom: 17px; font-size: clamp(31px, 3.7vw, 48px); }
.about-closing p { max-width: 710px; margin: 0; color: #557198; font-size: 17px; line-height: 1.65; }
.about-closing-actions { display: grid; gap: 17px; justify-items: start; }
.about-closing-actions .btn { min-width: 220px; }
.about-closing-actions > a:not(.btn) { color: #0d6efd; font-weight: 800; }
.about-closing-actions > a:not(.btn) span { display: inline-block; margin-left: 5px; font-size: 19px; transition: transform .2s ease; }
.about-closing-actions > a:not(.btn):hover span { transform: translateX(5px); }

@media (max-width: 900px) {
    .about-story-grid, .about-front-grid, .about-closing-card { grid-template-columns: 1fr; }
    .about-story-note { min-height: 0; }
    .about-front > p { min-height: 0; }
}

@media (max-width: 560px) {
    .about-story-copy h2, .about-closing h2 { font-size: 34px; }
    .about-story-copy p { font-size: 16px; }
    .about-story-note, .about-front, .about-closing-card { border-radius: 20px; }
    .about-story-note { padding: 28px 24px; }
    .about-front { padding: 24px 20px; }
    .about-front header { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
    .about-front-icon { width: 48px; height: 48px; border-radius: 15px; }
    .about-front h3 { font-size: 22px; }
    .about-closing-card { gap: 28px; padding: 30px 24px; }
    .about-closing-actions, .about-closing-actions .btn { width: 100%; }
}
