/* =============================================
   CARTANTS — about-us.css
   ============================================= */

/* ── Breadcrumb (standalone) ── */
.cp-breadcrumb {
    display: flex; flex-direction: row;
    align-items: center; gap: 8px;
    padding: 7px 14px;
    background: rgba(0,0,0,0.004);
    border: 1px solid rgba(201,205,228,0.4);
    border-radius: 24px;
    width: fit-content;
}
.cp-breadcrumb__part { display: flex; align-items: center; gap: 6px; }
.cp-breadcrumb__part a,
.cp-breadcrumb__part span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 12px;
    color: #3D4470; text-decoration: none;
}
.cp-breadcrumb__part a:hover { color: #7661B4; }
.cp-breadcrumb__part img { opacity: 0.7; flex-shrink: 0; }
.cp-breadcrumb__part--active span { color: #0D23AC; font-weight: 600; }

/* ════ SECTION 1 — HERO ══════════════════════════
   Figma: padding 0 100px, gap 64px
   ═══════════════════════════════════════════ */
.au-hero {
    display: flex; flex-direction: row;
    align-items: center; justify-content: space-between;
    padding: 140px 100px 64px; gap: 48px;
    width: 100%; box-sizing: border-box;
    flex-wrap: wrap;
}
.au-hero__left {
    display: flex; flex-direction: column;
    align-items: flex-start; gap: 16px;
    flex: 1; min-width: 320px; max-width: 560px;
}
.au-hero__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; font-size: 14px;
    color: #4A559A; margin: 0;
}
/* Figma: 61px → 42px */
.au-hero__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 42px;
    line-height: 52px; color: #2D335D; margin: 0;
}
/* Figma: 25px → 15px */
.au-hero__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 15px;
    line-height: 24px; color: #2D335D; margin: 0;
}
.au-hero__right { flex-shrink: 0; }
.au-hero__img {
    width: 100%; max-width: 460px; height: auto;
    display: block; border-radius: 16px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

/* ════ SECTION 2 — OUR GOALS ═════════════════════ */
.au-goals {
    display: flex; flex-direction: column;
    align-items: center; padding: 40px 100px 80px; gap: 32px;
    width: 100%; box-sizing: border-box;
}
/* Figma: 49px → 28px */
.au-goals__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 28px;
    line-height: 36px; color: #2D335D; margin: 0;
    text-align: center; width: 100%;
}
.au-goals__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; width: 100%; max-width: 1240px;
}
.au-goal-card {
    display: flex; flex-direction: column; gap: 16px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(243,244,254,0.5);
    border: 1px solid #EEEFF6;
    transition: transform 0.2s, box-shadow 0.2s;
}
.au-goal-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(118,97,180,0.1); }
.au-goal-card__top {
    display: flex; flex-direction: row;
    align-items: center; justify-content: space-between; width: 100%;
}
/* Figma: h4 31px → 20px */
.au-goal-card__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 20px;
    color: #2D335D; margin: 0;
}
/* Figma: 25px → 14px */
.au-goal-card__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 14px;
    line-height: 22px; color: #3A4278; margin: 0;
}

/* ════ SECTION 3 — AT CARTANTS WE HELP YOU ═══════
   Figma: padding 32px 100px, bg radial dark
   ═══════════════════════════════════════════ */
.au-help {
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    padding: 56px 100px; gap: 32px;
    width: 100%; box-sizing: border-box;
    background: radial-gradient(124.41% 513.32% at -20.35% 183.17%,
        #7661B4 0%, #172262 100%
    );
}
/* Figma: → 24px */
.au-help__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 24px;
    color: #ffffff; margin: 0; text-align: center;
}
.au-help__grid {
    display: flex; flex-direction: row;
    align-items: flex-start; gap: 16px;
    width: 100%; max-width: 1241px; flex-wrap: wrap;
}
.au-help-item {
    display: flex; flex-direction: column;
    align-items: flex-start; gap: 12px;
    flex: 1; min-width: 200px;
}
/* Icon — Figma: 64x64 Gradd2 radius 99 */
.au-help-item__icon {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(107.49deg, #AED7EB 7.25%, #C598E3 51.3%, #92ADE6 73.32%, #888DE8 95.34%);
}
.au-help-item__icon img { width: 28px; height: 28px; object-fit: contain; }
/* Figma: 25px → 15px */
.au-help-item__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 15px;
    line-height: 22px; color: #ffffff; margin: 0;
}

/* ════ SECTION 4 — OUR ACTIVITIES ════════════════ */
.au-activities {
    display: flex; flex-direction: column;
    align-items: center; padding: 80px 100px; gap: 40px;
    width: 100%; box-sizing: border-box;
    background: #ffffff;
}
/* Figma: → 28px */
.au-activities__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 28px;
    line-height: 36px; color: #2D335D; margin: 0;
    text-align: center; width: 100%;
}

/* Webinar feature */
.au-webinar {
    display: flex; flex-direction: row;
    align-items: center; gap: 40px;
    width: 100%; max-width: 1240px; flex-wrap: wrap;
}
.au-webinar__img {
    width: 100%; max-width: 460px; height: auto;
    border-radius: 20px; display: block; flex-shrink: 0;
}
.au-webinar__text { flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 12px; }
/* Figma: 39px → 24px */
.au-webinar__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 24px;
    line-height: 32px; color: #3A4278; margin: 0;
}
/* Figma: 20px → 14px */
.au-webinar__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 14px;
    line-height: 22px; color: #747DBA; margin: 0;
}

/* Career event cards */
.au-events {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; width: 100%; max-width: 1240px;
}
.au-event-card {
    box-sizing: border-box;
    display: flex; flex-direction: column;
    justify-content: flex-end; align-items: stretch;
    padding: 16px; gap: 12px;
    background: rgba(251,251,253,0.5);
    border: 1px solid #EEEFF6;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 320px;
}
.au-event-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(118,97,180,0.12); }
.au-event-card__img {
    width: 100%; height: 220px; object-fit: cover;
    border-radius: 14px; display: block;
}
.au-event-card__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 15px;
    color: #2D335D; margin: 0;
}
.au-event-card__sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 12px;
    color: #9CA3AF; margin: 0;
}

/* ── Event Modal ── */
.au-modal {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(13,35,172,0.45);
    display: flex; align-items: center; justify-content: center;
    padding: 24px; opacity: 0; visibility: hidden;
    transition: opacity 0.2s ease;
}
.au-modal.is-open { opacity: 1; visibility: visible; }
.au-modal__box {
    position: relative;
    background: #ffffff; border-radius: 24px;
    width: 100%; max-width: 560px; max-height: 90vh;
    overflow: hidden; overflow-y: auto;
    transform: scale(0.95); transition: transform 0.2s ease;
    box-shadow: 0 20px 60px rgba(13,35,172,0.25);
}
.au-modal.is-open .au-modal__box { transform: scale(1); }
.au-modal__close {
    position: absolute; top: 16px; right: 16px; z-index: 2;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.9); border: none;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background 0.15s;
}
.au-modal__close:hover { background: #fff; }
.au-modal__img { width: 100%; height: 260px; object-fit: cover; display: block; }
.au-modal__content { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.au-modal__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 20px; color: #2D335D; margin: 0;
}
.au-modal__date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 12px; color: #7661B4; margin: 0;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.au-modal__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; line-height: 22px; color: #6B7280; margin: 4px 0 0;
}

/* ════ SECTION 5 — REAL CUSTOMERS + DATA & ANALYTICS ═══ */
.au-stats {
    display: flex; flex-direction: column;
    align-items: center; padding: 80px 100px; gap: 40px;
    width: 100%; box-sizing: border-box; background: #FBFBFD;
}
.au-stats__header {
    display: flex; flex-direction: row;
    justify-content: space-between; align-items: center;
    gap: 32px; width: 100%; max-width: 1240px; flex-wrap: wrap;
}
.au-stats__text { flex: 1; min-width: 280px; max-width: 600px; display: flex; flex-direction: column; gap: 8px; }
/* Figma: 39px → 26px */
.au-stats__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 26px;
    line-height: 34px; color: #2D335D; margin: 0;
}
/* Figma: 25px → 14px */
.au-stats__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; font-size: 14px;
    color: #8A92C5; margin: 0;
}

.au-stats__grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 12px; flex-shrink: 0;
}
/* Stat box — Figma: bg rgba(255,255,255,0.25) radius 24 */
.au-stat-box {
    box-sizing: border-box;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 14px 24px; gap: 6px;
    min-width: 140px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #EEEFF6;
    border-radius: 18px;
}
/* Figma: 31px → 22px */
.au-stat-box__num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 22px;
    color: #4A559A; margin: 0; text-align: center;
}
/* Figma: 16px → 12px */
.au-stat-box__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; font-size: 12px;
    color: #2D335D; margin: 0; text-align: center;
}

/* Data & Analytics */
/* Figma: 31px → 20px */
.au-stats__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 20px;
    color: #141414; margin: 0;
    width: 100%; max-width: 1240px;
}

.au-charts {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px; width: 100%; max-width: 1240px;
}
.au-chart-card {
    box-sizing: border-box;
    display: flex; flex-direction: column; gap: 6px;
    padding: 24px;
    background: #ffffff; border: 1px solid #EEEFF6;
    border-radius: 20px; box-shadow: 0 2px 12px rgba(13,35,172,0.04);
}
.au-chart-card__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; font-size: 15px; color: #2D335D; margin: 0;
}
.au-chart-card__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; color: #9CA3AF; margin: 0 0 12px;
}
.au-chart {
    display: flex; flex-direction: row;
    align-items: center; gap: 24px; flex-wrap: wrap;
}
.au-chart__pie {
    width: 120px; height: 120px; border-radius: 50%;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
}
.au-chart__legend {
    display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 160px;
}
.au-chart__legend-item {
    display: flex; align-items: center; gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; color: #3A4278;
}
.au-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; display: inline-block; }

/* ════ SECTION 6 — HAVE A QUESTION (CONTACT) ════
   Figma: padding 64px 100px, bg Gradd
   ═══════════════════════════════════════════ */
.au-contact {
    display: flex; flex-direction: row;
    justify-content: space-between; align-items: flex-start;
    padding: 80px 100px; gap: 40px;
    width: 100%; box-sizing: border-box;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    flex-wrap: wrap;
}
.au-contact__text {
    display: flex; flex-direction: column; gap: 4px;
    flex: 1; min-width: 280px; padding-top: 24px;
}
/* Figma: → 32px */
.au-contact__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 32px;
    line-height: 42px; color: #ffffff; margin: 0;
}
.au-contact__title--accent {
    background: linear-gradient(107.49deg, #AED7EB 7.25%, #C598E3 51.3%, #92ADE6 73.32%, #888DE8 95.34%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Form box — Figma: bg rgba(238,239,246,0.83) radius 32 */
.au-contact__form-wrap {
    box-sizing: border-box;
    padding: 28px;
    width: 100%; max-width: 540px; flex-shrink: 0;
    background: rgba(238,239,246,0.92);
    border-radius: 24px;
}
.au-contact__form-wrap form { display: flex; flex-direction: column; gap: 14px; }
.au-contact__field { display: flex; flex-direction: column; gap: 6px; }
.au-contact__field label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; font-size: 13px; color: #2D335D;
}
.au-contact__success {
    padding: 10px 14px; background: rgba(22,163,74,0.08);
    border: 1px solid rgba(22,163,74,0.2); border-radius: 12px;
    font-family: 'Montserrat',sans-serif; font-size: 13px; color: #15803D;
    margin-bottom: 12px;
}
.au-contact__loggedin {
    font-family: 'Montserrat',sans-serif; font-size: 12px; color: #3A4278;
    padding: 8px 12px; background: rgba(255,255,255,0.6);
    border: 1px solid #DCDCE2; border-radius: 12px;
}
/* Input — Figma: bg rgba(249,249,252,0.4) border #DCDCE2 radius 16 */
.au-contact__input {
    width: 100%; height: 44px; padding: 10px 14px;
    background: rgba(249,249,252,0.6); border: 1px solid #DCDCE2;
    border-radius: 14px; font-family: 'Montserrat',sans-serif;
    font-size: 13px; color: #222747; outline: none;
    box-sizing: border-box; transition: border-color 0.15s, background 0.15s;
}
.au-contact__input:focus { border-color: #7661B4; background: #fff; }
.au-contact__input::placeholder { color: #9CA3AF; }
.au-contact__textarea { height: 120px; resize: none; padding-top: 12px; }

/* Button — Figma: gradient radius 24 */
.au-contact__btn {
    width: 100%; height: 50px;
    background: linear-gradient(107.49deg, #7661B4 7.25%, #0D23AC 95.34%);
    border: none; border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 14px; color: #ffffff;
    cursor: pointer; transition: opacity 0.15s, transform 0.15s;
}
.au-contact__btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ════ SECTION 7 — NEWSLETTER ════════════════════ */
.au-newsletter-wrap {
    display: flex; justify-content: center;
    padding: 32px 100px 64px;
    width: 100%; box-sizing: border-box; background: #ffffff;
}
/* Figma: radial gradient bg radius 32 */
.au-newsletter {
    box-sizing: border-box;
    display: flex; flex-direction: row;
    justify-content: space-between; align-items: center;
    gap: 24px; padding: 24px 32px;
    width: 100%; max-width: 1241px;
    background: radial-gradient(168.45% 168.45% at 51.89% 3.51%,
        rgba(254,254,254,0.59) 12.98%, rgba(81,89,173,0.59) 100%
    );
    border-radius: 24px; flex-wrap: wrap;
}
.au-newsletter__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 16px; color: #2D335D; margin: 0;
    flex-shrink: 0;
}
.au-newsletter__form {
    display: flex; flex-direction: row; gap: 12px;
    flex: 1; min-width: 280px; max-width: 480px;
}
.au-newsletter__input {
    flex: 1; height: 48px; padding: 10px 16px;
    border: 1px solid #DCDCE2; border-radius: 24px;
    background: rgba(255,255,255,0.7);
    font-family: 'Montserrat', sans-serif; font-size: 13px; color: #222747;
    outline: none; box-sizing: border-box;
}
.au-newsletter__input:focus { border-color: #7661B4; background: #fff; }
.au-newsletter__input::placeholder { color: #9CA3AF; }
.au-newsletter__btn {
    padding: 0 28px; height: 48px;
    background: #4A559A; border: none; border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 13px; color: #ffffff;
    cursor: pointer; white-space: nowrap;
    transition: background 0.15s;
}
.au-newsletter__btn:hover { background: #3A4278; }

/* ── Responsive ── */
@media(max-width:1280px){
    .au-hero,.au-goals,.au-help,.au-activities,.au-stats,.au-contact { padding-left:60px; padding-right:60px; }
    .au-newsletter-wrap { padding-left:60px; padding-right:60px; }
}
@media(max-width:1024px){
    .au-hero,.au-goals,.au-help,.au-activities,.au-stats,.au-contact { padding-left:40px; padding-right:40px; }
    .au-newsletter-wrap { padding-left:40px; padding-right:40px; }
    .au-goals__grid { grid-template-columns: 1fr; }
    .au-events { grid-template-columns: repeat(2,1fr); }
    .au-charts { grid-template-columns: 1fr; }
    .au-help__grid { flex-direction: column; }
}
@media(max-width:768px){
    .au-hero { padding:100px 24px 48px; flex-direction: column; }
    .au-goals,.au-activities,.au-stats { padding:48px 24px; }
    .au-help,.au-contact { padding:48px 24px; }
    .au-newsletter-wrap { padding:32px 24px 48px; }
    .au-hero__title { font-size:30px; line-height:38px; }
    .au-events { grid-template-columns: 1fr; }
    .au-stats__header { flex-direction: column; align-items: flex-start; }
    .au-stats__grid { grid-template-columns: repeat(2,1fr); width: 100%; }
    .au-contact { flex-direction: column; }
    .au-contact__form-wrap { max-width: 100%; }
    .au-newsletter { flex-direction: column; text-align: center; }
    .au-newsletter__form { width: 100%; max-width: 100%; }
}
