:root { --cl-navy: #06255d; --cl-green: #079567; --cl-ink: #0a2458; --cl-muted: #5d6d82; --cl-soft: #f5f8fb; --cl-line: #dce5ee; }
.credit-inner { color: var(--cl-ink); }.credit-inner .site-header { height: 69px; padding: 0 32px; color: var(--cl-ink); background: #fff; border-color: #e4e9ef; }.credit-inner .brand { width: 165px; height: 68px; border-radius: 0; box-shadow: none; }.credit-inner .brand img { width: 158px; height: 158px; }.credit-inner .desktop-nav { gap: 27px; margin-right: 25px; font-size: 12px; }.credit-inner .desktop-nav a { color: var(--cl-ink); opacity: 1; }.credit-inner .partner-link { display: inline-flex; padding: 11px 19px; border-radius: 4px; color: #fff; background: var(--cl-green); }.cl-inner-hero { min-height: 230px; display: flex; align-items: center; color: #fff; background: linear-gradient(100deg, rgba(2, 30, 78, .95), rgba(4, 51, 105, .82)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=85') center/cover; }.cl-inner-hero .wrap { width: min(1140px, calc(100% - 48px)); }.cl-kicker { margin: 0 0 11px; color: var(--cl-green); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }.cl-inner-hero .cl-kicker { color: #73e0bc; }.cl-inner-hero h1 { margin: 0; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.1; letter-spacing: 0; }.cl-inner-hero p:last-child { margin: 12px 0 0; font-size: 12px; }.cl-inner-hero a { color: #75e1bd; font-weight: 700; }.cl-inner-hero span { margin: 0 8px; color: #fff; }
.credit-inner h2, .credit-inner h3 { letter-spacing: 0; }.cl-page-intro { max-width: 780px; padding: 68px 0 37px; text-align: center; }.cl-page-intro h2, .cl-about h2, .cl-contact-page h2 { margin: 0 0 15px; color: var(--cl-ink); font-size: clamp(30px, 3.3vw, 44px); line-height: 1.18; }.cl-page-intro h2 span, .cl-about h2 span, .cl-contact-page h2 span { color: var(--cl-green); }.cl-page-intro > p:last-child, .cl-about > div > p:not(.cl-kicker), .cl-contact-page > div > p:not(.cl-kicker) { color: var(--cl-muted); font-size: 15px; line-height: 1.7; }
.cl-about { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding: 30px 0 80px; }.cl-about-image { min-height: 350px; position: relative; overflow: hidden; background: var(--cl-navy); }.cl-about-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; mix-blend-mode: luminosity; opacity: .88; }.cl-about-image > div { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 20px 28px; color: #fff; background: var(--cl-green); }.cl-about-image strong { font-size: 38px; }.cl-about-image span { font-size: 12px; font-weight: 700; }.cl-values { padding: 56px 0 62px; background: var(--cl-soft); }.cl-values .wrap > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.cl-values article { padding: 28px; text-align: center; border: 1px solid #e1e9f1; background: #fff; }.cl-values article > i { width: 47px; height: 47px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #fff; background: var(--cl-navy); font-size: 24px; font-style: normal; }.cl-values article:nth-child(2) > i { background: var(--cl-green); }.cl-values h3 { margin: 0 0 8px; font-size: 17px; }.cl-values p { margin: 0; color: var(--cl-muted); font-size: 13px; line-height: 1.6; }
.cl-service-list { padding: 6px 0 85px; }.cl-service-list > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.cl-service-list article { display: grid; grid-template-columns: 57px 1fr auto; align-items: center; gap: 16px; padding: 23px; border: 1px solid var(--cl-line); background: #fff; }.cl-service-list article:hover { border-color: var(--cl-green); box-shadow: 0 10px 22px rgba(5, 40, 91, .08); }.cl-service-list i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--cl-green); background: #e8f7f1; font-size: 23px; font-style: normal; }.cl-service-list h3 { margin: 0 0 5px; font-size: 17px; }.cl-service-list p { margin: 0; color: var(--cl-muted); font-size: 12px; }.cl-service-list a { color: var(--cl-green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.cl-timeline { padding: 15px 0 85px; }.cl-timeline .wrap { max-width: 860px; position: relative; }.cl-timeline .wrap::before { content: ''; position: absolute; top: 10px; bottom: 20px; left: 92px; border-left: 2px solid #bfe6d7; }.cl-timeline article { display: grid; grid-template-columns: 184px 1fr; min-height: 104px; position: relative; }.cl-year { width: 78px; height: 38px; display: grid; place-items: center; z-index: 1; color: #fff; border-radius: 20px; background: var(--cl-navy); font-size: 13px; font-weight: 800; }.cl-timeline article:nth-child(even) .cl-year { background: var(--cl-green); }.cl-timeline article > div:last-child { padding: 4px 0 30px; }.cl-timeline h3 { margin: 0 0 7px; font-size: 18px; }.cl-timeline p { margin: 0; color: var(--cl-muted); font-size: 14px; line-height: 1.6; }
.cl-leaders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; padding: 5px 0 85px; }.cl-leaders article { padding: 0 24px 27px; border: 1px solid var(--cl-line); text-align: center; background: #fff; }.cl-leaders article > div { height: 225px; margin: 0 -24px 21px; overflow: hidden; background: linear-gradient(140deg, #e4eefb, #d7f1e6); }.cl-leaders img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }.cl-leaders h3 { margin: 0 0 4px; font-size: 18px; }.cl-leaders strong { color: var(--cl-green); font-size: 12px; }.cl-leaders p { color: var(--cl-muted); font-size: 13px; line-height: 1.6; }
.cl-contact-page { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; padding: 68px 0 84px; }.cl-contact-page ul { padding: 0; margin: 28px 0 0; list-style: none; }.cl-contact-page li { display: grid; grid-template-columns: 46px 1fr; column-gap: 11px; margin: 18px 0; }.cl-contact-page li i { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--cl-green); background: #e9f8f2; font-style: normal; }.cl-contact-page li b, .cl-contact-page li span { font-size: 13px; }.cl-contact-page li span { margin-top: 3px; color: var(--cl-muted); }.cl-contact-form { padding: 36px; background: var(--cl-soft); }.cl-contact-form h2 { margin: 0 0 20px; font-size: 25px; }.cl-contact-form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.cl-contact-form input, .cl-contact-form select, .cl-contact-form textarea { width: 100%; padding: 12px; border: 1px solid var(--cl-line); border-radius: 3px; color: var(--cl-ink); background: #fff; font: 13px "DM Sans", sans-serif; }.cl-contact-form textarea { min-height: 100px; grid-column: 1 / -1; resize: vertical; }.cl-contact-form .cl-button { margin-top: 18px; border: 0; }
.credit-inner .service-tabs { margin-top: 38px; border-color: var(--cl-line); background: var(--cl-soft); }.credit-inner .service-tabs a { color: var(--cl-muted); }.credit-inner .service-tabs a.active { background: var(--cl-green); }.cl-service-detail { padding: 48px 0 85px; }.cl-service-detail-hero { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--cl-soft); }.cl-service-detail-hero > div:first-child { padding: 52px; }.cl-service-detail-hero h2 { margin: 0 0 14px; font-size: 38px; }.cl-service-detail-hero p:not(.eyebrow) { color: var(--cl-muted); line-height: 1.7; }.cl-detail-image { min-height: 315px; background: var(--cl-navy); }.cl-detail-image img { width: 100%; height: 100%; object-fit: cover; opacity: .83; mix-blend-mode: luminosity; }.credit-inner .detail-apply { border-radius: 4px; background: var(--cl-green); }.cl-detail-requirements { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }.cl-detail-requirements article { padding: 34px; border: 1px solid var(--cl-line); }.cl-detail-requirements h3 { margin: 0 0 9px; font-size: 21px; }.cl-detail-requirements p { color: var(--cl-muted); font-size: 13px; }.cl-detail-requirements ul { padding: 0; list-style: none; }.cl-detail-requirements li { position: relative; padding: 0 0 10px 19px; color: var(--cl-muted); font-size: 13px; line-height: 1.55; }.cl-detail-requirements li::before { content: '•'; position: absolute; left: 1px; color: var(--cl-green); font-size: 18px; }.credit-inner .requirement-icon { color: var(--cl-green); background: #e9f8f2; }
@media (max-width: 1000px) { .credit-inner .desktop-nav { gap: 15px; margin-right: 15px; font-size: 11px; }.credit-inner .partner-link { display: none; }.cl-values .wrap > div { grid-template-columns: 1fr; }.cl-leaders { grid-template-columns: 1fr; max-width: 440px; }.cl-leaders article > div { height: 280px; } }
@media (max-width: 760px) { .credit-inner .site-header { padding: 0 18px; }.credit-inner .desktop-nav { display: none; }.credit-inner .menu-button { display: block; }.credit-inner .menu-button span { background: var(--cl-navy); }.credit-inner .desktop-nav.mobile-open, .credit-home .desktop-nav.mobile-open { position: absolute; top: 69px; right: 0; left: 0; z-index: 20; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 10px 20px 15px; border-top: 1px solid #e2e8ef; background: #fff; box-shadow: 0 12px 22px rgba(6, 37, 93, .14); }.credit-inner .desktop-nav.mobile-open a, .credit-home .desktop-nav.mobile-open a { padding: 12px 0; color: var(--cl-navy); font-size: 13px; }.cl-about, .cl-contact-page, .cl-service-detail-hero, .cl-detail-requirements { grid-template-columns: 1fr; }.cl-about { gap: 30px; }.cl-about-image { min-height: 290px; }.cl-service-list > div { grid-template-columns: 1fr; }.cl-contact-page { gap: 34px; }.cl-inner-hero { min-height: 195px; }.cl-timeline article { grid-template-columns: 104px 1fr; }.cl-timeline .wrap::before { left: 38px; }.cl-contact-form { padding: 26px; }.cl-service-detail-hero > div:first-child { padding: 32px 26px; }.credit-inner .service-tabs { justify-content: flex-start; }.cl-service-detail { padding-top: 35px; } }
@media (max-width: 470px) { .cl-contact-form > div { grid-template-columns: 1fr; }.cl-contact-form textarea { grid-column: auto; }.cl-service-list article { grid-template-columns: 48px 1fr; }.cl-service-list a { grid-column: 2; }.cl-inner-hero h1 { font-size: 35px; }.credit-footer { margin-top: 0; }.credit-footer-grid { grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 28px 0 22px; }.credit-footer-brand { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; padding-bottom: 21px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }.credit-footer .footer-brand { width: 128px; height: 48px; flex: 0 0 128px; }.credit-footer .footer-brand img { width: 125px; height: 125px; }.credit-footer-brand p { margin: 0; font-size: 12px; line-height: 1.45; }.credit-footer-grid > div:not(.credit-footer-brand) { min-width: 0; padding: 0 0 19px; }.credit-footer-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; }.credit-footer-reach { border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px !important; }.credit-footer h3 { margin: 0 0 10px; color: #72dfbb; font-size: 12px; }.credit-footer a:not(.brand) { overflow-wrap: anywhere; margin-bottom: 7px; font-size: 10px; line-height: 1.35; }.credit-footer-reach p { margin: 7px 0 0; font-size: 10px; }.credit-footer .copyright { padding: 15px 0 22px; text-align: center; font-size: 9px; line-height: 1.6; }.credit-footer .copyright span { margin-top: 6px; } }
.credit-home .cl-contact { margin-bottom: 42px; }
@media (max-width: 470px) { .credit-footer-reach { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 18px !important; }.credit-footer-reach h3, .credit-footer-reach .footer-contact-phone, .credit-footer-reach .footer-contact-email, .credit-footer-reach p { grid-column: 1 / -1; }.credit-footer-reach a, .credit-footer-reach p { display: flex !important; align-items: center; gap: 7px; overflow: visible !important; margin: 0 0 10px !important; white-space: nowrap; font-size: 11px !important; }.credit-footer-reach i { width: 18px; color: #72dfbb; font-size: 13px; font-style: normal; text-align: center; } }
.credit-footer { position: relative; overflow: hidden; background: linear-gradient(120deg, #041b48 0%, #06255d 56%, #073568 100%); }.credit-footer::before { content: ''; position: absolute; width: 420px; height: 420px; right: -220px; bottom: -300px; border: 1px solid rgba(103, 225, 183, .18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(103, 225, 183, .04), 0 0 0 90px rgba(103, 225, 183, .025); }.credit-footer-accent { height: 4px; position: relative; z-index: 1; background: linear-gradient(90deg, #079567 0%, #60d9b1 48%, #079567 100%); }.credit-footer-grid { position: relative; z-index: 1; padding-top: 43px; }.credit-footer-grid > div:not(.credit-footer-brand) { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .16); }.credit-footer h3 { position: relative; padding-bottom: 11px; margin-bottom: 13px; color: #fff; font-size: 13px; }.credit-footer h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 27px; border-bottom: 2px solid #54d7ad; }.credit-footer a:not(.brand) { width: fit-content; color: rgba(255, 255, 255, .75); transition: color .2s, transform .2s; }.credit-footer a:not(.brand):hover { color: #6be1bb; transform: translateX(3px); }.credit-footer-brand { padding-right: 16px; }.credit-footer-brand p { margin: 12px 0 15px; color: rgba(255, 255, 255, .87); font-size: 13px; line-height: 1.5; }.footer-cta { display: inline-flex !important; align-items: center; gap: 12px; padding: 9px 13px; border: 1px solid rgba(108, 225, 188, .55); border-radius: 3px; color: #fff !important; font-size: 11px !important; font-weight: 700; }.footer-cta:hover { border-color: #6be1bb; background: rgba(8, 153, 108, .32); }.credit-footer-reach { padding: 16px 16px 12px 22px !important; border: 1px solid rgba(105, 223, 185, .28) !important; background: rgba(0, 20, 61, .22); }.credit-footer-reach a, .credit-footer-reach p { display: flex !important; align-items: center; gap: 8px; margin: 0 0 10px !important; color: rgba(255,255,255,.86) !important; font-size: 11px !important; }.credit-footer-reach p { margin-bottom: 0 !important; }.credit-footer-reach i { width: 18px; color: #65dfb7; font-size: 13px; font-style: normal; text-align: center; }.credit-footer .copyright { position: relative; z-index: 1; margin-top: 6px; color: rgba(255,255,255,.7); }.credit-footer .copyright span { color: rgba(255,255,255,.88); }.credit-footer .footer-brand { background: #fff; border-radius: 4px; }
.credit-footer-grid > div > a:not(.brand) { display: block; margin: 0 0 10px; line-height: 1.35; }
@media (max-width: 760px) { .credit-footer-grid > div:not(.credit-footer-brand) { padding-left: 0; border-left: 0; }.credit-footer-reach { padding-left: 15px !important; } }
@media (max-width: 470px) { .credit-footer-grid { padding-top: 30px; }.credit-footer-brand { padding-right: 0; }.credit-footer-brand .footer-cta { margin-left: auto; }.credit-footer-grid > div:not(.credit-footer-brand) { border-left: 0; }.credit-footer-reach { padding: 16px 14px 10px !important; }.credit-footer h3 { padding-bottom: 8px; margin-bottom: 10px; }.credit-footer .copyright { margin-top: 0; } }
.credit-footer-reach { padding: 0 0 0 22px !important; border: 0 !important; background: transparent !important; }
@media (max-width: 760px) { .credit-footer-reach { padding-left: 0 !important; } }
@media (max-width: 470px) { .credit-footer-reach { padding: 0 0 19px !important; } }
.credit-footer .copyright { justify-content: space-between; gap: 24px; }.credit-footer .copyright-text { white-space: nowrap; }.credit-footer .copyright-links { text-align: right; }
@media (max-width: 470px) { .credit-footer .copyright { gap: 0; }.credit-footer .copyright-text, .credit-footer .copyright-links { white-space: normal; text-align: center; } }
.credit-home .cl-metrics + .cl-process { margin-top: 32px; }
@media (max-width: 470px) { .credit-home .cl-metrics + .cl-process { margin-top: 22px; } }
.credit-home .cl-partners { padding: 30px 0 34px; }.credit-home .cl-partner-logos { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 8px; }.credit-home .cl-partner-logo { height: 92px; display: grid; place-items: center; padding: 8px 6px; border-right: 1px solid #dde5ed; }.credit-home .cl-partner-logo:last-child { border-right: 0; }.credit-home .cl-partner-logo img { max-width: 100%; max-height: 68px; object-fit: contain; filter: saturate(.9); }@media (max-width: 760px) { .credit-home .cl-partner-logos { grid-template-columns: repeat(3, 1fr); gap: 0; }.credit-home .cl-partner-logo:nth-child(3) { border-right: 0; }.credit-home .cl-partner-logo:nth-child(-n+3) { border-bottom: 1px solid #dde5ed; }.credit-home .cl-partner-logo { height: 92px; }.credit-home .cl-partner-logo img { max-height: 56px; } }@media (max-width: 420px) { .credit-home .cl-partner-logos { grid-template-columns: repeat(2, 1fr); }.credit-home .cl-partner-logo { border-right: 1px solid #dde5ed !important; border-bottom: 1px solid #dde5ed !important; }.credit-home .cl-partner-logo:nth-child(2n) { border-right: 0 !important; }.credit-home .cl-partner-logo:nth-last-child(-n+2) { border-bottom: 0 !important; } }

/* ============================================================
   PROFESSIONAL UI UPGRADE — CreditLink Home Page
   Fixes: zoomed-out layout, compressed sections, tiny fonts
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.cl-hero { min-height: 640px; }
.cl-hero-grid { min-height: 640px; }
.cl-hero-copy { padding: 110px 0 88px; }
.cl-hero-copy h1 { font-size: clamp(46px, 5.2vw, 74px); margin-bottom: 22px; line-height: 1.04; }
.cl-hero-copy > p { font-size: 16.5px; line-height: 1.72; max-width: 500px; }
.cl-tags { font-size: 12.5px; font-weight: 600; margin: 26px 0 34px; gap: 18px; }
.cl-actions { gap: 18px; }
.cl-button,
.cl-outline { min-height: 52px; padding: 0 32px; font-size: 14.5px; border-radius: 5px; gap: 16px; }
.cl-network { width: 295px; padding: 28px 24px; border-radius: 8px; }
.cl-network strong { font-size: 21px; line-height: 1.28; }
.cl-network-items { margin-top: 24px; gap: 10px; }
.cl-network-items span { font-size: 26px; gap: 6px; }
.cl-network-items small { font-size: 11px; }

/* ── What We Do Section ────────────────────────────────────── */
.cl-section { padding: 88px 0 96px; }
.cl-title { font-size: 30px; margin-bottom: 42px; }
.cl-title i { width: 48px; margin-top: 14px; }
.cl-card-grid { gap: 18px; }
.cl-card { min-height: 250px; padding: 34px 26px 30px; border-radius: 10px; }
.cl-card > span { width: 56px; height: 56px; font-size: 24px; margin-bottom: 20px; }
.cl-card h3 { font-size: 17px; margin-bottom: 12px; }
.cl-card p { font-size: 13px; line-height: 1.68; }

/* ── Metrics Bar ────────────────────────────────────────────── */
.cl-metrics .wrap > div { padding: 30px 38px; }
.cl-metrics i { font-size: 36px; }
.cl-metrics strong { font-size: 40px; font-weight: 800; }
.cl-metrics small { font-size: 22px; }
.cl-metrics span:not(b span) { font-size: 13.5px; margin-top: 6px; opacity: 0.88; }

/* ── Process / How It Works ─────────────────────────────────── */
.cl-process { min-height: 430px; }
.cl-process > div { padding: 76px 60px 76px 0; }
.cl-steps { gap: 14px; }
.cl-steps b { width: 36px; height: 36px; font-size: 12px; margin-bottom: 22px; }
.cl-steps span { width: 56px; height: 56px; font-size: 26px; }
.cl-steps h3 { font-size: 16px; margin: 12px 0 8px; font-weight: 700; }
.cl-steps p { font-size: 13px; line-height: 1.62; color: #52627a; }
.cl-process .cl-title { margin-bottom: 12px; text-align: left; }
.cl-process .cl-title i { margin-left: 0; }

/* ── Associate / Partner Sidebar ────────────────────────────── */
.cl-associate { padding: 44px 38px; border-radius: 8px; }
.cl-associate h2 { font-size: 26px; margin-bottom: 16px; }
.cl-associate > p { font-size: 14.5px; line-height: 1.7; opacity: 0.9; }
.cl-associate ul { margin-top: 20px; margin-bottom: 26px; }
.cl-associate li { font-size: 13.5px; line-height: 1.6; margin: 6px 0; }

/* ── Financial Solutions Grid ───────────────────────────────── */
.cl-solutions { padding: 0 !important; border-top: 1px solid #e6ebf0; }
.cl-solutions > .wrap { padding: 56px 0 64px; }
.cl-solutions > .wrap > div { margin-top: 16px; }
.cl-solutions a { min-height: 104px; font-size: 12.5px; font-weight: 700; gap: 10px; transition: background 0.2s, color 0.2s; }
.cl-solutions a:hover { background: #f0f5ff; color: var(--cl-green, #079567); }
.cl-solutions i { font-size: 30px; }

/* ── Trusted Partners ───────────────────────────────────────── */
.credit-home .cl-partners { padding: 52px 0 58px; border-top: 1px solid #e6ebf0; }
.credit-home .cl-partner-logo { height: 108px; padding: 10px 10px; }
.credit-home .cl-partner-logo img { max-height: 76px; }

/* ── Contact / Enquiry Section ──────────────────────────────── */
.cl-contact { padding: 80px 0 88px; }
.cl-contact blockquote { padding: 44px 50px; font-size: 15.5px; line-height: 1.72; min-height: 0; }
.cl-contact blockquote::first-letter { font-size: 44px; }
.cl-contact blockquote small { font-size: 13px; margin-top: 22px; }
.cl-contact form { padding: 36px 40px; }
.cl-contact form h2 { font-size: 22px; margin-bottom: 18px; }
.cl-form-grid { gap: 12px; }
.cl-form-grid input,
.cl-form-grid select { height: 44px; padding: 0 14px; font-size: 13.5px; border-radius: 4px; }
.cl-form-grid .cl-button { min-height: 44px; font-size: 14px; }

/* ── Header (credit-home) ───────────────────────────────────── */
.credit-header { height: 78px; }
.credit-header .brand { width: 170px; height: 78px; }
.credit-header .brand img { width: 165px; height: 165px; }
.credit-header .desktop-nav { font-size: 13.5px; gap: 30px; margin-right: 30px; }
.credit-header .partner-link { padding: 12px 22px; font-size: 13.5px; border-radius: 5px; font-weight: 700; }

/* ── Responsive tweaks ──────────────────────────────────────── */
@media (max-width: 900px) {
  .cl-hero { min-height: 520px; }
  .cl-hero-grid { min-height: 520px; }
  .cl-hero-copy { padding: 90px 0 60px; }
  .cl-section { padding: 64px 0 72px; }
  .cl-process > div { padding: 56px 36px 56px 0; }
  .cl-associate { padding: 34px 28px; }
}
@media (max-width: 640px) {
  .cl-hero { min-height: 420px; }
  .cl-hero-grid { min-height: 420px; }
  .cl-hero-copy { padding: 72px 0 48px; }
  .cl-section { padding: 52px 0 58px; }
  .cl-title { font-size: 24px; }
  .cl-card { min-height: 0; padding: 26px 20px 22px; }
  .cl-metrics .wrap > div { padding: 22px 20px; }
  .cl-contact { padding: 52px 0 60px; }
  .cl-contact blockquote { padding: 28px 28px; font-size: 14px; }
  .cl-contact form { padding: 26px 24px; }
  .cl-solutions a { min-height: 88px; }
  .credit-home .cl-partners { padding: 38px 0 44px; }
}


/* ── Inner-page header — match home-page header sizing ────────── */
.credit-inner .site-header {
  height: 78px;
}
.credit-inner .brand {
  width: 170px;
  height: 78px;
}
.credit-inner .brand img {
  width: 165px;
  height: 165px;
}
.credit-inner .desktop-nav {
  font-size: 13.5px;
  gap: 30px;
  margin-right: 30px;
}
.credit-inner .partner-link {
  padding: 12px 22px;
  font-size: 13.5px;
  border-radius: 5px;
  font-weight: 700;
}

/* ── Trusted Partners — remove borders, fix alignment ────────── */
.credit-home .cl-partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.credit-home .cl-partner-logo {
  flex: 1 1 16.666%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-right: 0;
  border-bottom: 0;
}
.credit-home .cl-partner-logo:last-child {
  border-right: 0;
}
.credit-home .cl-partner-logo img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: saturate(0.85) opacity(0.9);
  transition: filter 0.25s;
}
.credit-home .cl-partner-logo img:hover {
  filter: saturate(1) opacity(1);
}
@media (max-width: 760px) {
  .credit-home .cl-partner-logo {
    flex: 1 1 33.333%;
    height: 90px;
    border-bottom: 0;
    border-right: 0;
  }
}
@media (max-width: 420px) {
  .credit-home .cl-partner-logo {
    flex: 1 1 50%;
    height: 80px;
  }
}


/* ============================================================
   MODERN UI UPGRADE — Material Icons + Visual Polish
   ============================================================ */

/* ── Material Symbols base class ─────────────────────────────── */
.mat-icon {
  font-family: 'Material Symbols Rounded', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ── Card icons — colored rounded squares ────────────────────── */
.cl-card > span.mat-icon {
  font-size: 27px;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #079567 0%, #0aae7b 100%);
  box-shadow: 0 6px 18px rgba(7, 149, 103, 0.32);
}
.cl-card:nth-child(2) > span.mat-icon { background: linear-gradient(135deg, #1466c3, #1c7ed6); box-shadow: 0 6px 18px rgba(20,102,195,.32); }
.cl-card:nth-child(3) > span.mat-icon { background: linear-gradient(135deg, #7b4daa, #9b6fd4); box-shadow: 0 6px 18px rgba(123,77,170,.32); }
.cl-card:nth-child(4) > span.mat-icon { background: linear-gradient(135deg, #e05940, #f07a5e); box-shadow: 0 6px 18px rgba(224,89,64,.32); }
.cl-card:nth-child(5) > span.mat-icon { background: linear-gradient(135deg, #0b7358, #079567); box-shadow: 0 6px 18px rgba(7,149,103,.32); }

/* Card styling */
.cl-card {
  text-align: left;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--cl-green, #079567), #06255d) 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cl-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(6, 37, 93, 0.14);
}

/* ── Hero network icons ──────────────────────────────────────── */
.cl-network-items span {
  gap: 6px;
  font-size: 10px;
}
.cl-network-items span > .mat-icon {
  font-size: 30px;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

/* ── Metrics bar icons ───────────────────────────────────────── */
.cl-metrics i.mat-icon {
  width: 52px;
  height: 52px;
  font-size: 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #67e8bc;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / 3;
  align-self: center;
}

/* ── Process step icons ──────────────────────────────────────── */
.cl-steps span.mat-icon {
  font-size: 26px;
  width: 56px;
  height: 56px;
  color: #fff;
  background: linear-gradient(135deg, #06255d, #1466c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-steps article:nth-child(2) span.mat-icon,
.cl-steps article:nth-child(4) span.mat-icon {
  background: linear-gradient(135deg, #079567, #0aae7b);
}

/* ── Solutions grid icons ────────────────────────────────────── */
.cl-solutions i.mat-icon {
  font-size: 30px;
  display: block;
  margin-bottom: 6px;
}

/* ── Section title improvement ────────────────────────────────── */
.cl-title {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.cl-title i {
  display: none; /* hide old underline bar; use pseudo instead */
}
.cl-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #079567, #1466c3);
}
.cl-section .wrap,
.cl-solutions > .wrap,
.cl-partners > .wrap {
  text-align: center;
}
.cl-section .cl-card-grid { text-align: left; }
.cl-process .cl-title {
  display: block;
  text-align: left;
}
.cl-process .cl-title::after {
  left: 0;
  transform: none;
}

/* ── Button improvements ─────────────────────────────────────── */
.cl-button {
  background: linear-gradient(100deg, #079567, #0aae7b);
  box-shadow: 0 4px 18px rgba(7, 149, 103, 0.36);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.cl-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(7, 149, 103, 0.48);
}
.cl-outline {
  border-width: 1.5px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.cl-outline:hover {
  background: #f0f4fd;
  border-color: #1466c3;
  color: #1466c3;
}

/* ── Section backgrounds — alternating subtle polish ─────────── */
.cl-section {
  background: #f6f9fc;
  border-top: 1px solid #edf1f7;
  border-bottom: 1px solid #edf1f7;
}
.cl-metrics {
  background: linear-gradient(100deg, #021e50 0%, #06255d 55%, #08336e 100%);
}
.cl-process {
  background: #fff;
}
.cl-associate {
  border-radius: 10px;
  background: linear-gradient(130deg, rgba(0,20,60,.88), rgba(4,51,105,.82)),
    url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=700&q=80') center/cover;
}
.cl-solutions {
  background: #fff;
}
.credit-home .cl-partners {
  background: #f8fafc;
}
.cl-contact {
  background: #f4f8fc;
}

/* ── Contact section improvements ───────────────────────────── */
.cl-contact blockquote {
  border-radius: 8px 0 0 8px;
  background: linear-gradient(140deg, #03194a, #06255d);
  border-left: 4px solid #079567;
}
.cl-contact form {
  border-radius: 0 8px 8px 0;
  background: #fff;
  box-shadow: 0 8px 32px rgba(6, 37, 93, 0.08);
}
.cl-form-grid input,
.cl-form-grid select {
  border-radius: 6px;
  border-color: #d5deeb;
  transition: border-color 0.18s;
}
.cl-form-grid input:focus,
.cl-form-grid select:focus {
  outline: none;
  border-color: #079567;
  box-shadow: 0 0 0 3px rgba(7, 149, 103, 0.12);
}

/* ── Hero network card polish ────────────────────────────────── */
.cl-network {
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(3,22,68,.95), rgba(6,37,93,.88));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(103,232,188,.2);
  box-shadow: 0 16px 48px rgba(0, 20, 75, 0.28);
}
.cl-network strong {
  font-size: 22px;
  line-height: 1.3;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}
.cl-network-items span {
  padding: 14px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  transition: background 0.2s;
}
.cl-network-items span:hover {
  background: rgba(103,232,188,.12);
  border-color: rgba(103,232,188,.3);
}

/* ── Tags in hero ────────────────────────────────────────────── */
.cl-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(7,149,103,.08);
  border: 1px solid rgba(7,149,103,.2);
  color: #065e42;
  font-size: 12px;
  font-weight: 600;
}

/* ── Solutions hover ─────────────────────────────────────────── */
.cl-solutions a {
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.cl-solutions a:hover {
  background: linear-gradient(135deg, #f0f7ff, #e8f5ef);
  color: #079567;
  transform: translateY(-3px);
}
.cl-solutions a:hover .mat-icon {
  color: #079567;
}


/* ============================================================
   MUI-INSPIRED DESIGN SYSTEM — Rounded Corners + Elevation
   ============================================================ */

/* ── Typography & base radius tokens ─────────────────────────── */
:root {
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   22px;
  --r-pill: 50px;
  --elev-1: 0 1px 3px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.05);
  --elev-2: 0 3px 8px rgba(0,0,0,.1),  0 6px 20px rgba(0,0,0,.07);
  --elev-3: 0 8px 20px rgba(0,0,0,.12),0 14px 40px rgba(0,0,0,.09);
  --elev-4: 0 14px 32px rgba(0,0,0,.16),0 22px 56px rgba(0,0,0,.12);
}

/* ── Header ──────────────────────────────────────────────────── */
.credit-header,
.credit-inner .site-header {
  box-shadow: var(--elev-1);
}
.credit-header .partner-link,
.credit-inner .partner-link {
  border-radius: var(--r-md) !important;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.cl-button,
.cl-outline {
  border-radius: var(--r-md) !important;
  position: relative;
  overflow: hidden;
}
/* Ripple layer */
.cl-button::after,
.cl-outline::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.18);
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.2s;
}
.cl-button:active::after,
.cl-outline:active::after { opacity: 1; }

/* ── Cards ───────────────────────────────────────────────────── */
.cl-card {
  border-radius: var(--r-lg) !important;
  border-top: 3px solid var(--card-accent, #079567);
  border-image: none !important;
  box-shadow: var(--elev-1);
  transition: transform 0.28s cubic-bezier(.34,1.2,.64,1),
              box-shadow 0.28s ease;
  overflow: hidden;
}
.cl-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--elev-4);
}
.cl-card:nth-child(1) { --card-accent: #079567; }
.cl-card:nth-child(2) { --card-accent: #1466c3; }
.cl-card:nth-child(3) { --card-accent: #7b4daa; }
.cl-card:nth-child(4) { --card-accent: #e05940; }
.cl-card:nth-child(5) { --card-accent: #0aae7b; }

/* ── Network card ────────────────────────────────────────────── */
.cl-network { border-radius: var(--r-xl) !important; box-shadow: var(--elev-4); }

/* ── Form inputs ─────────────────────────────────────────────── */
.cl-form-grid input,
.cl-form-grid select {
  border-radius: var(--r-md) !important;
  border: 1.5px solid #cdd6e2;
  height: 46px;
  padding: 0 16px;
  font-size: 14px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cl-form-grid input:focus,
.cl-form-grid select:focus {
  border-color: #079567;
  box-shadow: 0 0 0 3px rgba(7,149,103,.14);
  outline: none;
}
.cl-form-grid .cl-button {
  border-radius: var(--r-md) !important;
  height: 46px;
}

/* ── Contact block ───────────────────────────────────────────── */
.cl-contact .wrap {
  display: grid;
  grid-template-columns: .36fr .64fr;
  gap: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--elev-3);
}
.cl-contact blockquote {
  border-radius: 0 !important;
}
.cl-contact form {
  border-radius: 0 !important;
}

/* ── Metrics cells ───────────────────────────────────────────── */
.cl-metrics .wrap > div {
  border-radius: var(--r-md);
  transition: background 0.2s;
}
.cl-metrics .wrap > div:hover {
  background: rgba(255,255,255,.07);
}

/* ── Process steps ───────────────────────────────────────────── */
.cl-steps span.mat-icon {
  box-shadow: var(--elev-2);
}
.cl-steps b {
  border-radius: 50% !important;
  box-shadow: 0 2px 6px rgba(6,37,93,.25);
}

/* ── Associate card ──────────────────────────────────────────── */
.cl-associate {
  border-radius: var(--r-xl) !important;
  box-shadow: var(--elev-3);
}
.cl-associate .cl-button {
  border-radius: var(--r-md) !important;
}

/* ── Partner logos ───────────────────────────────────────────── */
.credit-home .cl-partner-logos {
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--elev-1);
  padding: 8px 0;
}
.credit-home .cl-partner-logo img {
  border-radius: var(--r-sm);
  transition: transform 0.25s ease, filter 0.25s ease;
}
.credit-home .cl-partner-logo img:hover {
  transform: scale(1.08);
  filter: saturate(1) opacity(1);
}

/* ── Solutions items ─────────────────────────────────────────── */
.cl-solutions a {
  border-radius: var(--r-md) !important;
  transition: background 0.22s, transform 0.22s cubic-bezier(.34,1.2,.64,1),
              box-shadow 0.22s;
}
.cl-solutions a:hover {
  box-shadow: var(--elev-2);
  transform: translateY(-5px) scale(1.02);
}

/* ── Hero tags ───────────────────────────────────────────────── */
.cl-tags span {
  border-radius: var(--r-pill) !important;
  transition: background 0.2s, border-color 0.2s;
}
.cl-tags span:hover {
  background: rgba(7,149,103,.14);
  border-color: rgba(7,149,103,.4);
}

/* ── Metrics icon badge ──────────────────────────────────────── */
.cl-metrics i.mat-icon {
  border-radius: var(--r-md) !important;
}

/* ── Card icon badge ─────────────────────────────────────────── */
.cl-card > span.mat-icon {
  border-radius: var(--r-md) !important;
}

/* ============================================================
   SCROLL-TRIGGERED ANIMATION SYSTEM
   ============================================================ */

/* Base states — elements start invisible */
.anim-up {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.22,1,.36,1);
}
.anim-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim-scale {
  opacity: 0;
  transform: scale(0.93);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.34,1.2,.64,1);
}
.anim-scale.visible {
  opacity: 1;
  transform: scale(1);
}

.anim-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(.22,1,.36,1);
}
.anim-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.anim-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(.22,1,.36,1);
}
.anim-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Delay utilities */
.d1 { transition-delay: 0.08s !important; }
.d2 { transition-delay: 0.16s !important; }
.d3 { transition-delay: 0.24s !important; }
.d4 { transition-delay: 0.32s !important; }
.d5 { transition-delay: 0.40s !important; }
.d6 { transition-delay: 0.48s !important; }
.d7 { transition-delay: 0.56s !important; }
.d8 { transition-delay: 0.64s !important; }


/* ============================================================
   MOBILE RESPONSIVE FIXES
   ============================================================ */
@media (max-width: 760px) {
  /* Metrics — 2×2 grid */
  .cl-metrics .wrap { grid-template-columns: repeat(2,1fr); }
  .cl-metrics .wrap > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .cl-metrics .wrap > div:nth-child(1),
  .cl-metrics .wrap > div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .cl-metrics .wrap > div:nth-child(3),
  .cl-metrics .wrap > div:nth-child(4) { border-bottom: 0; }
  .cl-metrics .wrap > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.2); }

  /* Hero — single column, hide network card */
  .cl-hero-grid { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .cl-hero { min-height: 0 !important; }
  .cl-hero-copy { padding: 88px 0 40px !important; }
  .cl-hero-copy h1 { font-size: clamp(34px, 9vw, 48px) !important; }
  .cl-network { display: none; }

  /* Cards — 1 column */
  .cl-card-grid { grid-template-columns: 1fr !important; }

  /* Process — stack vertically */
  .cl-process.wrap { display: block !important; padding: 48px 0; }
  .cl-process > div { padding: 0 0 40px !important; }
  .cl-associate { margin-top: 0; border-radius: var(--r-lg) !important; }
  .cl-steps { grid-template-columns: repeat(2,1fr) !important; gap: 24px !important; }

  /* Solutions — 4×2 */
  .cl-solutions > .wrap > div { grid-template-columns: repeat(4,1fr) !important; }

  /* Contact wrap */
  .cl-contact .wrap { grid-template-columns: 1fr !important; border-radius: var(--r-lg) !important; }
  .cl-contact blockquote { padding: 30px 28px !important; min-height: 0; }
  .cl-contact form { padding: 28px !important; }

  /* Tags wrap */
  .cl-tags { gap: 8px; }
  .cl-buttons-row { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .cl-metrics .wrap > div { padding: 20px 18px; }
  .cl-metrics i.mat-icon { width: 40px; height: 40px; font-size: 22px; }
  .cl-metrics strong { font-size: 32px; }
  .cl-solutions > .wrap > div { grid-template-columns: repeat(2,1fr) !important; }
  .cl-solutions a { border-right: 0 !important; border-bottom: 1px solid #dde4ec; }
  .cl-solutions a:nth-child(even) { border-right: 0 !important; }
  .cl-steps { grid-template-columns: 1fr !important; }
  .cl-card-grid { gap: 14px; }
}

/* ============================================================
   TYPING CURSOR — HERO ANIMATION
   ============================================================ */
.cl-type-cursor {
  display: inline-block;
  width: 3px;
  height: 0.85em;
  background: var(--cl-green, #079567);
  margin-left: 3px;
  vertical-align: middle;
  border-radius: 2px;
  animation: cursorBlink 0.85s step-end infinite;
}
@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ============================================================
   INNER PAGE — MUI CARD STYLING
   ============================================================ */

/* Values cards (About page) */
.cl-values article {
  border-radius: var(--r-lg) !important;
  border: none !important;
  box-shadow: var(--elev-2);
  transition: transform 0.28s cubic-bezier(.34,1.2,.64,1), box-shadow 0.28s ease;
  overflow: hidden;
}
.cl-values article:hover {
  transform: translateY(-7px);
  box-shadow: var(--elev-4);
}
.cl-values article > i.mat-icon {
  width: 56px;
  height: 56px;
  font-size: 26px;
  border-radius: var(--r-md) !important;
  font-style: normal;
}
.cl-values article:nth-child(1) > i.mat-icon { background: linear-gradient(135deg,#079567,#0aae7b); }
.cl-values article:nth-child(2) > i.mat-icon { background: linear-gradient(135deg,#1466c3,#1c7ed6); }
.cl-values article:nth-child(3) > i.mat-icon { background: linear-gradient(135deg,#7b4daa,#9b6fd4); }

/* Service list items */
.cl-service-list article {
  border-radius: var(--r-lg) !important;
  box-shadow: var(--elev-1);
  transition: transform 0.25s cubic-bezier(.34,1.2,.64,1), box-shadow 0.25s ease, border-color 0.2s;
}
.cl-service-list article:hover {
  transform: translateY(-5px);
  box-shadow: var(--elev-3);
}
.cl-service-list i.mat-icon {
  font-size: 26px;
  font-style: normal;
  border-radius: var(--r-md) !important;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg,#e8f7f1,#d0f0e6);
  color: var(--cl-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(7,149,103,.15);
}

/* Contact page — contact info icons */
.cl-contact-page li i.mat-icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
  font-style: normal;
  border-radius: var(--r-md) !important;
  color: #fff;
  background: linear-gradient(135deg,#079567,#0aae7b);
  box-shadow: 0 4px 12px rgba(7,149,103,.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contact page form */
.cl-contact-form {
  border-radius: var(--r-lg) !important;
  box-shadow: var(--elev-2);
}
.cl-contact-form input,
.cl-contact-form select,
.cl-contact-form textarea {
  border-radius: var(--r-md) !important;
  border: 1.5px solid #d0d8e4 !important;
  font-size: 14px !important;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cl-contact-form input:focus,
.cl-contact-form select:focus,
.cl-contact-form textarea:focus {
  outline: none;
  border-color: #079567 !important;
  box-shadow: 0 0 0 3px rgba(7,149,103,.12);
}
.cl-contact-form .cl-button {
  border-radius: var(--r-md) !important;
  width: 100%;
}

/* Inner page banner */
.cl-inner-hero {
  border-radius: 0 0 var(--r-xl) var(--r-xl);
}

/* Requirement icons (service detail page) */
.requirement-icon {
  border-radius: var(--r-md) !important;
  font-family: 'Material Symbols Rounded', sans-serif;
  font-style: normal;
  font-variation-settings: 'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24;
  font-size: 22px !important;
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(7,149,103,.2);
}

/* Inner page button */
.credit-inner .cl-button,
.credit-inner .detail-apply {
  border-radius: var(--r-md) !important;
}
.credit-inner .detail-apply {
  box-shadow: 0 4px 14px rgba(7,149,103,.35);
  transition: transform 0.15s, box-shadow 0.2s;
}
.credit-inner .detail-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(7,149,103,.45);
}

/* Page intro section */
.cl-page-intro {
  margin: 0 auto;
  text-align: center;
}
.cl-about-image {
  border-radius: var(--r-xl) !important;
  overflow: hidden;
}
.cl-about-image > div {
  border-radius: 0 var(--r-xl) 0 0 !important;
}

/* ── Leader cards — LinkedIn button ──────────────────────────── */
.cl-leaders article {
  border-radius: var(--r-lg) !important;
  box-shadow: var(--elev-2);
  transition: transform 0.28s cubic-bezier(.34,1.2,.64,1), box-shadow 0.28s ease;
}
.cl-leaders article:hover {
  transform: translateY(-7px);
  box-shadow: var(--elev-4);
}
.cl-leaders article > div {
  border-radius: var(--r-lg) var(--r-lg) 0 0 !important;
  overflow: hidden;
}
.cl-leader-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1.5px solid rgba(7,149,103,.35);
  color: #079567;
  font-size: 12px;
  font-weight: 700;
  background: rgba(7,149,103,.06);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.cl-leader-linkedin:hover {
  background: rgba(7,149,103,.13);
  border-color: #079567;
  transform: translateY(-1px);
  color: #079567;
}
.cl-leader-linkedin .mat-icon {
  font-size: 14px;
}

/* ── Hero h1 — three-line format with service typewriter ─────── */
.cl-hero-copy h1 {
  font-size: clamp(36px, 4.4vw, 62px) !important;
  line-height: 1.12 !important;
}
#hero-type {
  color: var(--cl-green, #079567);
  display: inline-block;
  font-style: italic;
  position: relative;
}

/* tighten h1 so 3 lines fit cleanly at all viewports */
.cl-hero-copy h1 { font-size: clamp(32px, 4vw, 56px) !important; line-height: 1.15 !important; }
