/* =========================================================
   CSE CONTENT PAGES V3
   Scoped redesign for About, Contact, News and Article pages
========================================================= */

.cse-contact-v3,
.cse-news-v3,
.cse-article-v3,
.cse-about-v3 {
    --cse-red: #dc1726;
    --cse-red-dark: #a90d19;
    --cse-red-soft: #fff0f2;
    --cse-ink: #151722;
    --cse-text: #4f586a;
    --cse-line: #eadde0;
    --cse-paper: #fffdfc;
    --cse-surface: #ffffff;
    color: var(--cse-ink);
    background: #fffdfc;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cse-contact-v3 *,
.cse-news-v3 *,
.cse-article-v3 *,
.cse-about-v3 * { box-sizing: border-box; }

.cse-contact-v3 h1, .cse-contact-v3 h2, .cse-contact-v3 h3,
.cse-news-v3 h1, .cse-news-v3 h2, .cse-news-v3 h3,
.cse-article-v3 h1, .cse-article-v3 h2, .cse-article-v3 h3,
.cse-about-v3 h1, .cse-about-v3 h2, .cse-about-v3 h3 {
    margin-top: 0;
    color: var(--cse-ink) !important;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.045em;
}

.cse-contact-v3 p,
.cse-news-v3 p,
.cse-article-v3 p,
.cse-about-v3 p {
    color: var(--cse-text) !important;
}

.cse-v3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 13px;
    border: 1px solid #f4b7bd;
    border-radius: 999px;
    background: #fff5f6;
    color: #b41420 !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.cse-v3-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.cse-v3-btn:hover { transform: translateY(-2px); }
.cse-v3-btn--red { background: var(--cse-red); color: #fff !important; box-shadow: 0 13px 30px rgba(220,23,38,.22); }
.cse-v3-btn--red:hover { background: var(--cse-red-dark); color: #fff !important; }
.cse-v3-btn--light { background: #fff; color: var(--cse-ink) !important; border-color: #eadde0; box-shadow: 0 10px 28px rgba(24,24,35,.09); }
.cse-v3-btn--outline { background: transparent; color: var(--cse-ink) !important; border-color: #d9c9cc; }
.cse-v3-btn--outline:hover { border-color: var(--cse-red); color: var(--cse-red) !important; background: #fff5f6; }
.cse-v3-btn--ghost { background: rgba(255,255,255,.08); color: #fff !important; border-color: rgba(255,255,255,.35); }

.cse-v3-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}
.cse-v3-alert--success { border: 1px solid #a8e7c1; background: #edfff4; color: #17633a; }
.cse-v3-alert--error { border: 1px solid #f4b6bc; background: #fff1f2; color: #991b28; }

/* =========================================================
   CONTACT / ENQUIRY
========================================================= */

.cse-contact-v3__hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,255,255,.78)),
        radial-gradient(circle at 85% 20%, rgba(220,23,38,.17), transparent 36%),
        #fff7f7;
    border-bottom: 1px solid #f0dfe2;
}
.cse-contact-v3__hero::after {
    content: "";
    position: absolute;
    right: -100px;
    top: -170px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(220,23,38,.15);
    border-radius: 50%;
}
.cse-contact-v3__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr);
    gap: 70px;
    align-items: center;
}
.cse-contact-v3__hero-copy h1 {
    max-width: 820px;
    margin: 18px 0 18px;
    font-size: clamp(43px,5.4vw,72px);
    line-height: 1.04;
}
.cse-contact-v3__hero-copy > p {
    max-width: 770px;
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
}
.cse-contact-v3__hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.cse-contact-v3__quick {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0,1fr);
    gap: 17px;
    align-items: start;
    padding: 30px;
    border: 1px solid #f0c7cc;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(85,24,31,.13);
}
.cse-contact-v3__quick::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 26px 0 0 26px;
    background: var(--cse-red);
}
.cse-contact-v3__quick-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--cse-red-soft);
    color: var(--cse-red);
    font-size: 24px;
}
.cse-contact-v3__quick small,
.cse-contact-v3__quick strong { display: block; }
.cse-contact-v3__quick small { margin-bottom: 7px; color: var(--cse-red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cse-contact-v3__quick strong { color: var(--cse-ink); font-size: 18px; line-height: 1.35; }
.cse-contact-v3__quick p { margin: 8px 0 0; font-size: 13px; line-height: 1.65; }

.cse-contact-v3__main { padding: 82px 0; background: #fffdfc; }
.cse-contact-v3__layout { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: 28px; align-items: stretch; }
.cse-contact-v3__info,
.cse-contact-v3__form-card {
    border: 1px solid var(--cse-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(40,26,29,.08);
}
.cse-contact-v3__info { padding: 32px; }
.cse-contact-v3__info-head h2,
.cse-contact-v3__form-head h2 { margin: 15px 0 10px; font-size: clamp(29px,3vw,40px); line-height: 1.12; }
.cse-contact-v3__info-head p,
.cse-contact-v3__form-head p { margin: 0; font-size: 14px; line-height: 1.7; }
.cse-contact-v3__items { display: grid; gap: 11px; margin-top: 28px; }
.cse-contact-v3__item {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid #eee2e4;
    border-radius: 16px;
    background: #fffafa;
    color: var(--cse-ink) !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
a.cse-contact-v3__item:hover { transform: translateX(3px); border-color: #ef9aa3; background: #fff3f4; }
.cse-contact-v3__item > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #ffe8eb; color: var(--cse-red); font-size: 18px; }
.cse-contact-v3__item small,
.cse-contact-v3__item strong { display: block; color: var(--cse-ink) !important; }
.cse-contact-v3__item small { margin-bottom: 4px; color: #7a6670 !important; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cse-contact-v3__item strong { font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.cse-contact-v3__support-box { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 13px; margin-top: 22px; padding: 18px; border-radius: 17px; background: #171924; }
.cse-contact-v3__support-box i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--cse-red); color: #fff; }
.cse-contact-v3__support-box strong { display: block; color: #fff; font-size: 13px; }
.cse-contact-v3__support-box p { margin: 5px 0 0; color: #cfd2dd !important; font-size: 12px; line-height: 1.55; }

.cse-contact-v3__form-card { padding: 34px; }
.cse-contact-v3__form-head { margin-bottom: 25px; }
.cse-contact-v3__form { display: grid; gap: 18px; }
.cse-contact-v3__form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.cse-v3-field label { display: block; margin-bottom: 8px; color: #3e4656; font-size: 12px; font-weight: 800; }
.cse-v3-field label span { color: var(--cse-red); }
.cse-v3-field input,
.cse-v3-field textarea {
    width: 100%;
    border: 1px solid #dfd2d5;
    border-radius: 13px;
    outline: none;
    background: #fffdfd;
    color: var(--cse-ink);
    font: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.cse-v3-field input { min-height: 52px; padding: 0 15px; }
.cse-v3-field textarea { min-height: 155px; padding: 14px 15px; resize: vertical; line-height: 1.65; }
.cse-v3-field input:focus,
.cse-v3-field textarea:focus { border-color: var(--cse-red); background: #fff; box-shadow: 0 0 0 4px rgba(220,23,38,.09); }
.cse-contact-v3__submit { width: fit-content; min-width: 190px; border: 0; cursor: pointer; }

.cse-contact-v3__map { padding: 0 0 90px; background: #fffdfc; }
.cse-contact-v3__map > .container { padding: 30px; border: 1px solid var(--cse-line); border-radius: 29px; background: #fff; box-shadow: 0 24px 60px rgba(40,26,29,.08); }
.cse-contact-v3__map-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.cse-contact-v3__map-head h2 { margin: 14px 0 7px; font-size: clamp(29px,4vw,44px); }
.cse-contact-v3__map-head p { margin: 0; font-size: 14px; }
.cse-contact-v3__map-frame { min-height: 480px; overflow: hidden; border: 7px solid #f8edef; border-radius: 22px; background: #eee; }
.cse-contact-v3__map-frame iframe { width: 100% !important; height: 480px !important; display: block; border: 0 !important; }
.cse-contact-v3__map-empty { min-height: 330px; display: grid; place-items: center; align-content: center; gap: 8px; border: 2px dashed #dec9cc; border-radius: 22px; background: #fff9fa; text-align: center; }
.cse-contact-v3__map-empty i { color: var(--cse-red); font-size: 38px; }
.cse-contact-v3__map-empty h3 { margin: 8px 0 0; }

/* =========================================================
   NEWS LISTING
========================================================= */

.cse-news-v3__hero {
    padding: 72px 0;
    background:
        linear-gradient(135deg, #fff 0%, #fff 58%, #fff0f2 58%, #ffe8eb 100%);
    border-bottom: 1px solid #efdadd;
}
.cse-news-v3__hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 70px; align-items: center; }
.cse-news-v3__hero h1 { max-width: 820px; margin: 18px 0; font-size: clamp(44px,5vw,68px); line-height: 1.04; }
.cse-news-v3__hero p { max-width: 730px; margin: 0; font-size: 17px; line-height: 1.8; }
.cse-news-v3__search { padding: 24px; border: 1px solid #edc5ca; border-radius: 22px; background: #fff; box-shadow: 0 22px 55px rgba(87,22,30,.11); }
.cse-news-v3__search label { display: block; margin-bottom: 10px; color: var(--cse-ink); font-size: 13px; font-weight: 800; }
.cse-news-v3__search > div { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 8px; min-height: 54px; padding-left: 14px; border: 1px solid #e2d5d8; border-radius: 14px; background: #fffdfd; }
.cse-news-v3__search i { color: #8a7479; }
.cse-news-v3__search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--cse-ink); font: inherit; font-size: 13px; }
.cse-news-v3__search button { align-self: stretch; padding: 0 20px; border: 0; border-radius: 0 13px 13px 0; background: var(--cse-red); color: #fff; font-weight: 800; cursor: pointer; }
.cse-news-v3__search > a { display: inline-block; margin-top: 10px; color: var(--cse-red); font-size: 12px; font-weight: 700; }

.cse-news-v3__content { padding: 84px 0; background: #fffdfc; }
.cse-news-v3__heading,
.cse-article-v3__related-head,
.cse-about-v3__section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.cse-news-v3__heading h2,
.cse-article-v3__related-head h2,
.cse-about-v3__section-head h2 { margin: 14px 0 7px; font-size: clamp(31px,4vw,47px); line-height: 1.08; }
.cse-news-v3__heading p { margin: 0; font-size: 13px; }
.cse-news-v3__featured { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); min-height: 420px; overflow: hidden; border: 1px solid #eadadd; border-radius: 28px; background: #fff; box-shadow: 0 28px 70px rgba(48,30,34,.1); }
.cse-news-v3__featured-media { min-height: 420px; display: block; overflow: hidden; background: #f9ecee; }
.cse-news-v3__featured-media img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; transition: transform .5s ease; }
.cse-news-v3__featured:hover img { transform: scale(1.035); }
.cse-news-v3__featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.cse-news-v3__label { width: fit-content; margin-bottom: 16px; padding: 7px 11px; border-radius: 999px; background: var(--cse-red); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cse-news-v3__date { display: flex; align-items: center; gap: 8px; color: #7d6970; font-size: 12px; font-weight: 700; }
.cse-news-v3__featured h3 { margin: 14px 0 14px; font-size: clamp(28px,3vw,40px); line-height: 1.12; }
.cse-news-v3__featured h3 a,
.cse-news-v3__card h3 a,
.cse-article-v3__related-card h3 a { color: var(--cse-ink) !important; text-decoration: none !important; }
.cse-news-v3__featured-copy p { margin: 0 0 20px; font-size: 15px; line-height: 1.75; }
.cse-news-v3__read { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--cse-red) !important; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.cse-news-v3__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 28px; }
.cse-news-v3__card { overflow: hidden; border: 1px solid #eadadd; border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(45,29,33,.07); transition: transform .25s ease, box-shadow .25s ease; }
.cse-news-v3__card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(45,29,33,.12); }
.cse-news-v3__card-media { height: 210px; display: block; overflow: hidden; background: #fceff1; }
.cse-news-v3__card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.cse-news-v3__card:hover img { transform: scale(1.04); }
.cse-news-v3__card-body { padding: 22px; }
.cse-news-v3__card h3 { margin: 12px 0 10px; font-size: 20px; line-height: 1.3; letter-spacing: -.035em; }
.cse-news-v3__card p { min-height: 66px; margin: 0 0 15px; font-size: 13px; line-height: 1.65; }
.cse-news-v3__fallback { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 12px; background: linear-gradient(135deg,#fff0f2,#ffdce0); color: var(--cse-red); }
.cse-news-v3__fallback i { font-size: 36px; }
.cse-news-v3__fallback span { color: #9c1722; font-weight: 800; }
.cse-news-v3__fallback--large i { font-size: 58px; }
.cse-news-v3__pagination { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.cse-news-v3__pagination a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #e1d2d5; border-radius: 12px; background: #fff; color: var(--cse-ink) !important; font-weight: 800; text-decoration: none !important; }
.cse-news-v3__pagination a.active { border-color: var(--cse-red); background: var(--cse-red); color: #fff !important; }
.cse-news-v3__empty { min-height: 350px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 40px; border: 2px dashed #e3cdd0; border-radius: 24px; background: #fff8f9; text-align: center; }
.cse-news-v3__empty i { color: var(--cse-red); font-size: 45px; }
.cse-news-v3__empty h3 { margin: 17px 0 8px; font-size: 25px; }
.cse-news-v3__empty p { margin: 0 0 20px; }
.cse-news-v3__cta,
.cse-article-v3__cta,
.cse-about-v3__cta { padding: 28px 0; background: linear-gradient(110deg,#8f0813,#df1727); }
.cse-news-v3__cta .container,
.cse-article-v3__cta .container,
.cse-about-v3__cta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cse-news-v3__cta span,
.cse-article-v3__cta span,
.cse-about-v3__cta span { color: #ffd8dc; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cse-news-v3__cta h2,
.cse-article-v3__cta h2,
.cse-about-v3__cta h2 { margin: 5px 0 0; color: #fff !important; font-size: clamp(23px,3vw,37px); }

/* =========================================================
   ARTICLE DETAILS
========================================================= */

.cse-article-v3__hero { padding: 52px 0 70px; background: linear-gradient(135deg,#fff 0%,#fff 62%,#fff0f2 62%,#ffe9ec 100%); border-bottom: 1px solid #efdadd; }
.cse-article-v3__breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 35px; color: #7a6870; font-size: 12px; }
.cse-article-v3__breadcrumb a { color: #6c5960 !important; text-decoration: none !important; }
.cse-article-v3__breadcrumb i { font-size: 8px; }
.cse-article-v3__hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(230px,.65fr); gap: 60px; align-items: end; }
.cse-article-v3__hero h1 { max-width: 980px; margin: 17px 0; font-size: clamp(42px,5.2vw,68px); line-height: 1.06; }
.cse-article-v3__hero-copy > p { max-width: 850px; margin: 0; font-size: 17px; line-height: 1.75; }
.cse-article-v3__meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; }
.cse-article-v3__meta span { display: inline-flex; align-items: center; gap: 8px; color: #6d5960; font-size: 12px; font-weight: 700; }
.cse-article-v3__meta i { color: var(--cse-red); }
.cse-article-v3__hero-mark { min-height: 190px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 13px; padding: 25px; border: 1px solid #edcbd0; border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(88,22,30,.1); text-align: center; }
.cse-article-v3__hero-mark i { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: var(--cse-red); color: #fff; font-size: 27px; }
.cse-article-v3__hero-mark span { color: var(--cse-ink); font-size: 13px; font-weight: 800; }
.cse-article-v3__body-section { padding: 70px 0 80px; background: #fffdfc; }
.cse-article-v3__body-wrap { max-width: 1020px; }
.cse-article-v3__cover { margin: 0 0 28px; overflow: hidden; border: 8px solid #fff; border-radius: 27px; background: #eee; box-shadow: 0 25px 65px rgba(47,29,34,.12); }
.cse-article-v3__cover img { width: 100%; max-height: 580px; display: block; object-fit: cover; }
.cse-article-v3__cover-fallback { min-height: 380px; display: grid; place-items: center; align-content: center; gap: 14px; margin-bottom: 28px; border-radius: 27px; background: linear-gradient(135deg,#fff0f2,#ffdce0); color: var(--cse-red); }
.cse-article-v3__cover-fallback i { font-size: 58px; }
.cse-article-v3__cover-fallback span { color: #9e1722; font-size: 18px; font-weight: 800; }
.cse-article-v3__content { padding: 46px 52px; border: 1px solid #eadadd; border-radius: 26px; background: #fff; box-shadow: 0 20px 55px rgba(46,29,33,.07); color: #3f4757; font-size: 16px; line-height: 1.9; }
.cse-article-v3__content > *:first-child { margin-top: 0; }
.cse-article-v3__content > *:last-child { margin-bottom: 0; }
.cse-article-v3__content h2 { margin: 34px 0 13px; font-size: 30px; }
.cse-article-v3__content h3 { margin: 28px 0 11px; font-size: 23px; }
.cse-article-v3__content p { color: #4f5868 !important; }
.cse-article-v3__content a { color: var(--cse-red) !important; font-weight: 700; }
.cse-article-v3__content img { max-width: 100%; height: auto; border-radius: 15px; }
.cse-article-v3__content ul,
.cse-article-v3__content ol { padding-left: 24px; }
.cse-article-v3__content blockquote { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--cse-red); border-radius: 0 14px 14px 0; background: #fff2f3; color: #5e2930; font-weight: 700; }
.cse-article-v3__share-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 20px 22px; border: 1px solid #e6d5d8; border-radius: 18px; background: #fff7f8; }
.cse-article-v3__share-note > div { display: flex; align-items: center; gap: 10px; color: var(--cse-ink); font-weight: 700; }
.cse-article-v3__share-note i { color: var(--cse-red); }
.cse-article-v3__related { padding: 75px 0; background: #fff6f7; border-top: 1px solid #f0dadd; }
.cse-article-v3__related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.cse-article-v3__related-card { overflow: hidden; border: 1px solid #eadadd; border-radius: 21px; background: #fff; box-shadow: 0 16px 40px rgba(47,29,34,.07); }
.cse-article-v3__related-media { height: 185px; display: block; background: #ffecef; }
.cse-article-v3__related-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.cse-article-v3__related-media > span { width: 100%; height: 100%; display: grid; place-items: center; color: var(--cse-red); font-size: 36px; }
.cse-article-v3__related-card > div { padding: 21px; }
.cse-article-v3__related-card small { color: var(--cse-red); font-size: 11px; font-weight: 800; }
.cse-article-v3__related-card h3 { margin: 10px 0; font-size: 19px; line-height: 1.3; }
.cse-article-v3__related-card p { min-height: 62px; margin: 0 0 14px; font-size: 12px; line-height: 1.65; }
.cse-article-v3__related-card > div > a { color: var(--cse-red) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.cse-article-v3__cta .container > div:last-child,
.cse-about-v3__cta .container > div:last-child { display: flex; gap: 11px; }

/* =========================================================
   ABOUT PAGE
========================================================= */

.cse-about-v3__hero { position: relative; overflow: hidden; padding: 78px 0; background: linear-gradient(125deg,#fff 0%,#fff 57%,#fff0f2 57%,#ffe4e8 100%); border-bottom: 1px solid #efdadd; }
.cse-about-v3__hero::before { content:""; position:absolute; left:-180px; bottom:-260px; width:470px; height:470px; border:1px solid rgba(220,23,38,.12); border-radius:50%; }
.cse-about-v3__hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(350px,.75fr); gap: 68px; align-items: center; }
.cse-about-v3__hero-copy h1 { max-width: 900px; margin: 18px 0; font-size: clamp(44px,5.4vw,72px); line-height: 1.04; }
.cse-about-v3__hero-copy > p { max-width: 780px; margin: 0; font-size: 17px; line-height: 1.8; }
.cse-about-v3__hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.cse-about-v3__hero-panel { padding: 27px; border: 1px solid #efcbd0; border-radius: 28px; background: #fff; box-shadow: 0 28px 70px rgba(87,22,30,.13); }
.cse-about-v3__hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff0f2; color: var(--cse-red); font-size: 11px; font-weight: 800; }
.cse-about-v3__hero-card { margin: 18px 0; padding: 20px; border-radius: 18px; background: #171924; }
.cse-about-v3__hero-card small,
.cse-about-v3__hero-card strong { display: block; }
.cse-about-v3__hero-card small { margin-bottom: 7px; color: #ffb6bd; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cse-about-v3__hero-card strong { color: #fff; font-size: 19px; line-height: 1.5; }
.cse-about-v3__hero-mini-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.cse-about-v3__hero-mini-grid div { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 11px; border: 1px solid #eee1e3; border-radius: 14px; background: #fffafa; }
.cse-about-v3__hero-mini-grid i { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; border-radius: 9px; background: #ffe8eb; color: var(--cse-red); }
.cse-about-v3__hero-mini-grid span { color: var(--cse-ink); font-size: 11px; font-weight: 800; line-height: 1.35; }
.cse-about-v3__stats { padding: 0 0 70px; background: #fffdfc; }
.cse-about-v3__stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid #eadadd; border-radius: 21px; background: #fff; box-shadow: 0 18px 45px rgba(47,29,34,.08); }
.cse-about-v3__stats-grid div { min-height: 115px; display: flex; justify-content: center; flex-direction: column; padding: 22px 27px; border-right: 1px solid #eadadd; }
.cse-about-v3__stats-grid div:last-child { border-right: 0; }
.cse-about-v3__stats-grid strong { color: var(--cse-red); font-family: "Sora",sans-serif; font-size: 30px; }
.cse-about-v3__stats-grid span { margin-top: 5px; color: #616979; font-size: 12px; font-weight: 700; line-height: 1.4; }
.cse-about-v3__story { padding: 75px 0 90px; background: #fffdfc; }
.cse-about-v3__story-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 65px; align-items: center; }
.cse-about-v3__story-media { position: relative; min-height: 520px; overflow: hidden; border: 8px solid #fff; border-radius: 32px; background: #ffecef; box-shadow: 0 28px 70px rgba(47,29,34,.13); }
.cse-about-v3__story-media img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.cse-about-v3__story-fallback { min-height: 520px; display: grid; place-items: center; align-content: center; gap: 14px; color: var(--cse-red); }
.cse-about-v3__story-fallback i { font-size: 60px; }
.cse-about-v3__story-fallback span { color: #9d1722; font-size: 18px; font-weight: 800; }
.cse-about-v3__story-label { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px 20px; border-radius: 17px; background: rgba(23,25,36,.92); backdrop-filter: blur(8px); }
.cse-about-v3__story-label strong,
.cse-about-v3__story-label span { display: block; }
.cse-about-v3__story-label strong { color: #fff; font-size: 15px; }
.cse-about-v3__story-label span { margin-top: 4px; color: #d6d8e2; font-size: 11px; }
.cse-about-v3__story-copy h2 { margin: 15px 0 16px; font-size: clamp(34px,4vw,51px); line-height: 1.08; }
.cse-about-v3__story-copy > p { margin: 0; font-size: 15px; line-height: 1.85; }
.cse-about-v3__checklist { display: grid; gap: 12px; margin-top: 23px; }
.cse-about-v3__checklist div { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; color: #3e4656; font-size: 13px; line-height: 1.55; }
.cse-about-v3__checklist i { margin-top: 2px; color: var(--cse-red); }
.cse-about-v3__story-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cse-about-v3__values { padding: 88px 0; background: #fff5f6; border-top: 1px solid #f0dadd; border-bottom: 1px solid #f0dadd; }
.cse-about-v3__section-head > p { max-width: 620px; margin: 0; font-size: 14px; line-height: 1.75; }
.cse-about-v3__values-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.cse-about-v3__values-grid article { padding: 27px; border: 1px solid #eadadd; border-radius: 21px; background: #fff; box-shadow: 0 15px 38px rgba(46,29,33,.06); }
.cse-about-v3__values-grid article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: #ffe8eb; color: var(--cse-red); font-size: 20px; }
.cse-about-v3__values-grid h3 { margin: 17px 0 9px; font-size: 19px; }
.cse-about-v3__values-grid p { margin: 0; font-size: 12px; line-height: 1.7; }
.cse-about-v3__mission { padding: 82px 0; background: #fffdfc; }
.cse-about-v3__mission-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.cse-about-v3__mission-card { min-height: 360px; padding: 38px; border-radius: 27px; }
.cse-about-v3__mission-card > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; font-size: 24px; }
.cse-about-v3__mission-card small { display: block; margin: 22px 0 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cse-about-v3__mission-card h2 { margin-bottom: 14px; font-size: 34px; }
.cse-about-v3__mission-card p { margin: 0; font-size: 14px; line-height: 1.8; }
.cse-about-v3__mission-card--red { background: linear-gradient(145deg,#c70f1e,#ec2534); }
.cse-about-v3__mission-card--dark { background: #171924; }
.cse-about-v3__mission-card--red > span { background: rgba(255,255,255,.15); color: #fff; }
.cse-about-v3__mission-card--dark > span { background: var(--cse-red); color: #fff; }
.cse-about-v3__mission-card--red small,
.cse-about-v3__mission-card--dark small { color: #ffcbd0; }
.cse-about-v3__mission-card--red h2,
.cse-about-v3__mission-card--dark h2 { color: #fff !important; }
.cse-about-v3__mission-card--red p,
.cse-about-v3__mission-card--dark p { color: #eef0f7 !important; }
.cse-about-v3__process { padding: 88px 0; background: #fff6f7; }
.cse-about-v3__process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.cse-about-v3__process-grid article { position: relative; padding: 27px 22px; border: 1px solid #eadadd; border-radius: 20px; background: #fff; }
.cse-about-v3__process-grid b { position: absolute; right: 18px; top: 14px; color: #f1dadd; font-family: "Sora",sans-serif; font-size: 32px; }
.cse-about-v3__process-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--cse-red); color: #fff; font-size: 18px; }
.cse-about-v3__process-grid h3 { margin: 17px 0 8px; font-size: 18px; }
.cse-about-v3__process-grid p { margin: 0; font-size: 12px; line-height: 1.65; }
.cse-about-v3__testimonials { padding: 85px 0; background: #fffdfc; }
.cse-about-v3__testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.cse-about-v3__testimonial-grid article { padding: 26px; border: 1px solid #eadadd; border-radius: 21px; background: #fff; box-shadow: 0 15px 40px rgba(46,29,33,.06); }
.cse-about-v3__stars { color: #f0a000; letter-spacing: 3px; }
.cse-about-v3__testimonial-grid article > p { min-height: 98px; margin: 14px 0 20px; font-size: 13px; line-height: 1.75; }
.cse-about-v3__student { display: flex; align-items: center; gap: 12px; }
.cse-about-v3__student img,
.cse-about-v3__student > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; object-fit: cover; background: #ffe8eb; color: var(--cse-red); font-weight: 800; }
.cse-about-v3__student strong,
.cse-about-v3__student small { display: block; }
.cse-about-v3__student strong { color: var(--cse-ink); font-size: 13px; }
.cse-about-v3__student small { margin-top: 3px; color: #777f90; font-size: 10px; }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    .cse-contact-v3__hero-grid,
    .cse-news-v3__hero-grid,
    .cse-article-v3__hero-grid,
    .cse-about-v3__hero-grid,
    .cse-contact-v3__layout,
    .cse-about-v3__story-grid { grid-template-columns: 1fr; gap: 36px; }

    .cse-contact-v3__quick,
    .cse-about-v3__hero-panel { max-width: 760px; }

    .cse-news-v3__featured { grid-template-columns: 1fr; }
    .cse-news-v3__featured-media,
    .cse-news-v3__featured-media img { min-height: 360px; }
    .cse-news-v3__grid,
    .cse-article-v3__related-grid,
    .cse-about-v3__values-grid,
    .cse-about-v3__testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cse-about-v3__stats-grid,
    .cse-about-v3__process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cse-about-v3__stats-grid div:nth-child(2) { border-right: 0; }
    .cse-about-v3__stats-grid div:nth-child(-n+2) { border-bottom: 1px solid #eadadd; }
}

@media (max-width: 720px) {
    .cse-contact-v3__hero,
    .cse-news-v3__hero,
    .cse-about-v3__hero { padding: 56px 0; }
    .cse-article-v3__hero { padding: 38px 0 55px; }

    .cse-contact-v3__hero-copy h1,
    .cse-news-v3__hero h1,
    .cse-article-v3__hero h1,
    .cse-about-v3__hero-copy h1 { font-size: 42px; }

    .cse-contact-v3__main,
    .cse-news-v3__content,
    .cse-about-v3__story,
    .cse-about-v3__values,
    .cse-about-v3__mission,
    .cse-about-v3__process,
    .cse-about-v3__testimonials { padding: 62px 0; }

    .cse-contact-v3__form-grid,
    .cse-news-v3__grid,
    .cse-article-v3__related-grid,
    .cse-about-v3__values-grid,
    .cse-about-v3__mission-grid,
    .cse-about-v3__process-grid,
    .cse-about-v3__testimonial-grid { grid-template-columns: 1fr; }

    .cse-contact-v3__info,
    .cse-contact-v3__form-card,
    .cse-contact-v3__map > .container,
    .cse-news-v3__featured-copy,
    .cse-article-v3__content,
    .cse-about-v3__mission-card { padding: 23px; }

    .cse-news-v3__heading,
    .cse-article-v3__related-head,
    .cse-about-v3__section-head,
    .cse-contact-v3__map-head,
    .cse-news-v3__cta .container,
    .cse-article-v3__cta .container,
    .cse-about-v3__cta .container { align-items: flex-start; flex-direction: column; }

    .cse-news-v3__featured-media,
    .cse-news-v3__featured-media img { min-height: 270px; }
    .cse-contact-v3__map-frame,
    .cse-contact-v3__map-frame iframe { min-height: 380px; height: 380px !important; }
    .cse-article-v3__share-note { align-items: flex-start; flex-direction: column; }
    .cse-article-v3__cta .container > div:last-child,
    .cse-about-v3__cta .container > div:last-child { flex-wrap: wrap; }
    .cse-about-v3__stats-grid { grid-template-columns: 1fr; }
    .cse-about-v3__stats-grid div { border-right: 0; border-bottom: 1px solid #eadadd; }
    .cse-about-v3__stats-grid div:last-child { border-bottom: 0; }
    .cse-about-v3__story-media,
    .cse-about-v3__story-media img,
    .cse-about-v3__story-fallback { min-height: 390px; }
}

@media (max-width: 520px) {
    .cse-contact-v3__hero-actions,
    .cse-about-v3__hero-actions,
    .cse-about-v3__story-actions { flex-direction: column; }
    .cse-contact-v3__hero-actions .cse-v3-btn,
    .cse-about-v3__hero-actions .cse-v3-btn,
    .cse-about-v3__story-actions .cse-v3-btn { width: 100%; }
    .cse-contact-v3__quick { grid-template-columns: 52px minmax(0,1fr); padding: 22px; }
    .cse-contact-v3__quick-icon { width: 52px; height: 52px; border-radius: 15px; }
    .cse-news-v3__search > div { grid-template-columns: 20px minmax(0,1fr); padding: 10px 12px; }
    .cse-news-v3__search button { grid-column: 1 / -1; min-height: 45px; border-radius: 10px; }
    .cse-about-v3__hero-mini-grid { grid-template-columns: 1fr; }
    .cse-article-v3__content { font-size: 15px; line-height: 1.8; }
    .cse-article-v3__content h2 { font-size: 25px; }
    .cse-contact-v3__map-frame,
    .cse-contact-v3__map-frame iframe { min-height: 320px; height: 320px !important; }
}


/* =========================================================
   BLOG DETAIL FOOTER TRANSITION — FINAL FIX
   Prevents duplicate CTA sections above the shared footer.
========================================================= */
.cse-article-v3__cta {
    display: none !important;
}

.cse-article-v3__related {
    padding-bottom: 54px !important;
}

.cse-article-v3__related:last-child {
    margin-bottom: 0 !important;
}

.cse-article-v3 {
    margin-bottom: 0 !important;
}
