:root {
    --navy: #071a2f;
    --navy-light: #0d2c4f;
    --blue: #1769ff;
    --teal: #00b7ad;
    --cyan: #48d7f4;
    --ink: #102033;
    --muted: #69798d;
    --soft: #f5f8fb;
    --line: #e4eaf1;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--ink);
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

.caspa-navbar {
    background: rgba(7, 26, 47, .96);
    backdrop-filter: blur(14px);
    padding: 15px 0;
}

.caspa-navbar .nav-link {
    color: rgba(255,255,255,.78);
    font-weight: 600;
}

.caspa-navbar .nav-link:hover {
    color: #fff;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--teal));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.btn {
    border-radius: 12px;
    font-weight: 700;
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
}

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(0,183,173,.22), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(23,105,255,.22), transparent 30%),
        var(--navy);
    color: #fff;
    padding: 105px 0 110px;
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .09;
    background-image:
        linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
    background-size: 42px 42px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 800;
    font-size: .77rem;
    color: #b8f5ef;
}

.hero-eyebrow span {
    width: 32px;
    height: 2px;
    background: var(--teal);
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5.6rem);
    line-height: .98;
    letter-spacing: -.045em;
    margin-top: 22px;
    max-width: 900px;
}

.hero-title span {
    display: block;
    color: #8ee8df;
}

.hero-copy {
    margin-top: 26px;
    max-width: 700px;
    color: rgba(255,255,255,.74);
    font-size: 1.15rem;
    line-height: 1.8;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.hero-proof div {
    display: flex;
    flex-direction: column;
}

.hero-proof strong {
    color: #fff;
}

.hero-proof span {
    color: rgba(255,255,255,.58);
    font-size: .84rem;
}

.hero-panel {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(18px);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.hero-panel-top {
    padding: 17px 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.72);
    font-size: .84rem;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #32e5ad;
}

.hero-panel-body {
    padding: 20px;
}

.system-card {
    display: flex;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.055);
    padding: 18px;
    border-radius: 15px;
    margin-bottom: 12px;
}

.system-card i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(72,215,244,.12);
    color: var(--cyan);
    font-size: 1.25rem;
}

.system-card strong,
.system-card span {
    display: block;
}

.system-card span {
    margin-top: 3px;
    color: rgba(255,255,255,.56);
    font-size: .8rem;
}

.trust-strip {
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
    background: #fff;
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip strong {
    font-family: "Manrope", sans-serif;
}

.trust-strip span {
    font-size: .8rem;
    color: var(--muted);
    margin-top: 4px;
}

.section-padding {
    padding: 100px 0;
}

.section-heading {
    max-width: 760px;
}

.section-label {
    display: inline-block;
    color: var(--blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    margin-bottom: 12px;
}

.section-label.light {
    color: #82ded6;
}

.section-heading h2,
.projects-section h2 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    letter-spacing: -.035em;
}

.section-heading p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.service-card {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 20px;
    transition: .25s ease;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(11, 35, 65, .09);
    border-color: #cfd9e5;
}

.service-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #edf4ff;
    color: var(--blue);
    font-size: 1.35rem;
    margin-bottom: 24px;
}

.service-card h3 {
    font-size: 1.18rem;
    font-weight: 800;
}

.service-card p {
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.7;
}

.projects-section {
    padding: 100px 0;
    background: var(--navy);
}

.projects-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.project-card {
    position: relative;
    height: 100%;
    min-height: 220px;
    border-radius: 22px;
    padding: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    overflow: hidden;
}

.project-card-featured {
    min-height: 466px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        radial-gradient(circle at 75% 20%, rgba(0,183,173,.3), transparent 35%),
        linear-gradient(145deg, #10355f, #071a2f);
}

.project-tag {
    color: #8ee8df;
    font-size: .72rem;
    letter-spacing: .13em;
    font-weight: 800;
    margin-bottom: 14px;
}

.project-card h3 {
    font-size: 1.75rem;
    font-weight: 800;
}

.project-card p {
    color: rgba(255,255,255,.64);
    max-width: 520px;
}

.project-arrow {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.16);
    display: grid;
    place-items: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.why-box {
    background: var(--soft);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--line);
}

.why-box strong {
    color: var(--blue);
    font-size: .82rem;
}

.why-box h4 {
    margin-top: 16px;
    font-size: 1.08rem;
}

.why-box p {
    color: var(--muted);
    font-size: .9rem;
    margin-bottom: 0;
}

.cta-section {
    padding: 0 0 100px;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 50px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 0%, rgba(72,215,244,.3), transparent 30%),
        linear-gradient(120deg, #1359dd, #073764);
}

.cta-card span {
    display: block;
    font-size: .75rem;
    letter-spacing: .13em;
    font-weight: 800;
    margin-bottom: 10px;
    color: #bceff4;
}

.cta-card h2 {
    margin: 0;
    max-width: 620px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.site-footer {
    background: #051524;
    color: rgba(255,255,255,.65);
    padding: 70px 0 35px;
}

.site-footer strong,
.site-footer h6 {
    color: #fff;
}

.footer-copy {
    max-width: 400px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 9px;
}

.footer-links a {
    color: rgba(255,255,255,.62);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact div {
    margin-bottom: 8px;
}

.site-footer hr {
    border-color: rgba(255,255,255,.1);
    margin: 50px 0 26px;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 3.6rem;
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2.75rem;
    }

    .section-padding,
    .projects-section {
        padding: 75px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .cta-card {
        padding: 32px 24px;
    }
}

/* =========================================================
   CASPA TECHNOLOGIES - PUBLIC WEBSITE EXTENSIONS
   ========================================================= */

.min-vh-hero {
    min-height: 760px;
}

.caspa-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 22%, rgba(23,105,255,.22), transparent 34%),
        radial-gradient(circle at 20% 80%, rgba(0,183,173,.12), transparent 30%),
        #071a2f;
    color: #fff;
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #70e5dd;
}

.hero-copy h1 {
    margin-top: 1.4rem;
    max-width: 850px;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.055em;
}

.hero-copy h1 span,
.section-heading-row h2 span,
.big-heading span,
.home-cta-card h2 span,
.page-hero h1 span {
    color: #3c8cff;
}

.hero-lead {
    max-width: 730px;
    margin-top: 1.8rem;
    color: rgba(255,255,255,.72);
    font-size: 1.12rem;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.caspa-primary-btn {
    border: none;
    background: linear-gradient(135deg, #1769ff, #2e84ff);
    box-shadow: 0 14px 35px rgba(23,105,255,.27);
}

.hero-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 3rem;
}

.hero-capabilities div {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: rgba(255,255,255,.68);
    font-size: .9rem;
}

.hero-capabilities i {
    color: #56ddd5;
}

.hero-tech-panel {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    padding: 1.4rem;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
    box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.tech-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: .8rem .7rem 1.3rem;
}

.small-label {
    display: block;
    font-size: .68rem;
    letter-spacing: .16em;
    font-weight: 800;
    color: #6c829a;
}

.tech-panel-head h3 {
    margin: .5rem 0 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.panel-status {
    white-space: nowrap;
    font-size: .75rem;
    color: #8aa0b7;
}

.panel-status span {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: .35rem;
    border-radius: 50%;
    background: #2dd4bf;
    box-shadow: 0 0 12px #2dd4bf;
}

.tech-system-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .8rem;
}

.tech-system-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-height: 110px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: rgba(0,0,0,.12);
}

.system-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(23,105,255,.18);
    color: #62a3ff;
    font-size: 1.2rem;
}

.tech-system-card strong {
    display: block;
    color: #fff;
    font-size: .9rem;
}

.tech-system-card span {
    display: block;
    margin-top: .2rem;
    font-size: .72rem;
    color: #7990a8;
}

.tech-panel-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem .7rem .4rem;
    color: #849aaf;
    font-size: .72rem;
}

.tech-panel-footer i {
    color: #00b7ad;
}

.trust-band {
    border-bottom: 1px solid #e8edf3;
    background: #fff;
}

.trust-items {
    min-height: 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.trust-items div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7rem;
    color: #516275;
    font-weight: 600;
    border-right: 1px solid #e8edf3;
}

.trust-items div:last-child {
    border-right: 0;
}

.trust-items i {
    color: #1769ff;
}

.section-heading-row {
    display: grid;
    grid-template-columns: 1.5fr .75fr;
    gap: 4rem;
    align-items: end;
}

.section-heading-row h2,
.big-heading {
    margin-top: .8rem;
    margin-bottom: 0;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -.04em;
}

.section-heading-row p {
    margin: 0;
    color: #718196;
    line-height: 1.8;
}

.service-card-link,
.project-showcase-card,
.related-card,
.portfolio-project-row {
    text-decoration: none;
}

.service-card {
    position: relative;
    height: 100%;
    min-height: 330px;
    padding: 2rem;
    border: 1px solid #e2e8ef;
    border-radius: 22px;
    background: #fff;
    transition: .25s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: #cbd6e3;
    box-shadow: 0 22px 60px rgba(15,32,51,.10);
}

.service-card-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #bec8d3;
    font-size: .8rem;
    font-weight: 700;
}

.service-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 1.6rem;
    border-radius: 16px;
    background: #eef5ff;
    color: #1769ff;
    font-size: 1.45rem;
}

.service-card h3 {
    color: #102033;
    font-size: 1.35rem;
    font-weight: 750;
}

.service-card p {
    margin-top: 1rem;
    color: #718196;
    line-height: 1.75;
}

.service-link {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: #1769ff;
    font-size: .85rem;
    font-weight: 700;
}

.featured-projects-section {
    padding: 110px 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(23,105,255,.14), transparent 26%),
        #071a2f;
}

.section-label-light {
    color: #55ddd5;
}

.project-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.project-showcase-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    background: #0c2845;
    color: #fff;
}

.project-showcase-card.project-featured {
    grid-row: span 2;
    min-height: 715px;
}

.project-bg-image,
.project-bg-pattern {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.project-bg-pattern {
    background:
        radial-gradient(circle at 75% 30%, rgba(23,105,255,.32), transparent 30%),
        linear-gradient(135deg, #102e4f, #071a2f);
}

.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2,12,23,.96), rgba(2,12,23,.08));
}

.project-showcase-content {
    position: absolute;
    inset: auto 0 0;
    padding: 2.1rem;
}

.project-category {
    display: inline-block;
    margin-bottom: 1rem;
    color: #5de2da;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.project-showcase-content h3 {
    font-size: 2rem;
    font-weight: 800;
}

.project-showcase-content p {
    max-width: 580px;
    color: rgba(255,255,255,.65);
}

.project-open {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
}

.why-caspa-section {
    background: #f6f8fb;
}

.large-muted {
    margin-top: 1.5rem;
    color: #718196;
    font-size: 1.05rem;
    line-height: 1.8;
}

.text-arrow-link {
    display: inline-block;
    margin-top: 1rem;
    color: #1769ff;
    font-weight: 700;
    text-decoration: none;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.why-card {
    position: relative;
    padding: 2rem;
    min-height: 260px;
    border: 1px solid #e1e7ee;
    border-radius: 20px;
    background: #fff;
}

.why-card > span {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    color: #bdc7d2;
    font-size: .7rem;
    font-weight: 800;
}

.why-card > i {
    color: #1769ff;
    font-size: 1.7rem;
}

.why-card h4 {
    margin-top: 1.8rem;
    font-weight: 750;
}

.why-card p {
    color: #748499;
    line-height: 1.7;
}

.home-cta-section {
    padding: 100px 0;
    background: #fff;
}

.home-cta-card {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 3rem;
    padding: 4rem;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(72,215,244,.19), transparent 25%),
        linear-gradient(135deg, #1769ff, #0646bd);
    box-shadow: 0 30px 80px rgba(23,105,255,.22);
}

.home-cta-card h2 {
    margin: .6rem 0;
    font-size: clamp(2.5rem, 4vw, 4.1rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.home-cta-card h2 span {
    color: #bde9ff;
}

.home-cta-card p {
    margin: 0;
    max-width: 680px;
    color: rgba(255,255,255,.76);
}

.cta-eyebrow {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.cta-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

.page-hero {
    padding: 145px 0 105px;
}

.dark-page-hero,
.projects-page-hero {
    background:
        radial-gradient(circle at 80% 20%, rgba(23,105,255,.20), transparent 28%),
        #071a2f;
    color: #fff;
}

.page-hero-inner {
    max-width: 950px;
}

.page-hero h1 {
    margin: 1rem 0 1.5rem;
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 800;
}

.page-hero p {
    max-width: 700px;
    color: rgba(255,255,255,.68);
    font-size: 1.08rem;
    line-height: 1.8;
}

.service-list-card {
    height: 100%;
    min-height: 350px;
    padding: 2.3rem;
    border: 1px solid #e2e8ef;
    border-radius: 24px;
    background: #fff;
    transition: .25s ease;
}

.service-list-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 55px rgba(20,40,65,.09);
}

.service-list-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service-icon.large {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}

.service-order {
    color: #b5c0cc;
    font-weight: 800;
    font-size: .8rem;
}

.service-list-card h2 {
    margin-top: 2rem;
    color: #102033;
    font-size: 1.6rem;
    font-weight: 800;
}

.service-list-card p {
    color: #718196;
    line-height: 1.8;
}

.service-bottom-cta {
    padding: 80px 0;
    background: #071a2f;
    color: #fff;
}

.service-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.service-bottom-inner span {
    color: #5de2da;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.service-bottom-inner h2 {
    max-width: 850px;
    margin-top: .7rem;
    font-weight: 800;
}

.service-detail-hero {
    padding: 140px 0 90px;
    background: #f5f8fb;
}

.service-detail-hero h1,
.project-detail-hero h1 {
    margin: 1rem 0;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.05em;
}

.service-detail-hero p {
    max-width: 760px;
    margin-bottom: 2rem;
    color: #687a8f;
    font-size: 1.12rem;
    line-height: 1.8;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #5f7185;
    text-decoration: none;
    font-weight: 650;
}

.back-link.light {
    color: rgba(255,255,255,.6);
}

.service-detail-icon {
    width: 220px;
    height: 220px;
    margin-left: auto;
    display: grid;
    place-items: center;
    border-radius: 38px;
    background:
        radial-gradient(circle at 70% 30%, #3b87ff, #0a54d6);
    color: #fff;
    font-size: 5rem;
    box-shadow: 0 35px 70px rgba(23,105,255,.25);
}

.detail-prose {
    color: #435469;
    font-size: 1.02rem;
    line-height: 1.95;
}

.detail-prose p {
    margin-bottom: 1.4rem;
}

.detail-side-card {
    position: sticky;
    top: 110px;
    padding: 2rem;
    border: 1px solid #e2e8ef;
    border-radius: 22px;
    background: #f8fafc;
}

.detail-side-card h3 {
    margin: .8rem 0 1rem;
    font-weight: 800;
}

.detail-side-card p {
    color: #748499;
    line-height: 1.7;
}

.whatsapp-side-link {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-top: 1rem;
    color: #147c73;
    font-weight: 700;
    text-decoration: none;
}

.related-section {
    padding: 90px 0;
    background: #f5f8fb;
}

.related-card {
    display: block;
    height: 100%;
    padding: 1.8rem;
    border: 1px solid #e2e8ef;
    border-radius: 18px;
    background: #fff;
    color: #102033;
}

.related-card > i {
    color: #1769ff;
    font-size: 1.6rem;
}

.related-card h4 {
    margin: 1.4rem 0;
    font-weight: 750;
}

.related-card span {
    color: #1769ff;
    font-weight: 700;
    font-size: .82rem;
}

.projects-portfolio-section {
    padding: 110px 0;
    background: #f6f8fb;
}

.portfolio-project-row {
    display: grid;
    grid-template-columns: 80px minmax(280px, .9fr) 1.2fr;
    gap: 2rem;
    align-items: center;
    padding: 2.2rem 0;
    border-bottom: 1px solid #dce3ea;
    color: #102033;
}

.portfolio-project-number {
    color: #aeb9c5;
    font-size: .76rem;
    font-weight: 800;
}

.portfolio-project-visual {
    height: 280px;
    overflow: hidden;
    border-radius: 22px;
}

.portfolio-project-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 70% 30%, rgba(23,105,255,.5), transparent 35%),
        #0b2846;
    color: #fff;
    font-size: 4rem;
}

.portfolio-project-copy > span {
    color: #1769ff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.portfolio-project-copy h2 {
    margin: .7rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.portfolio-project-copy p {
    color: #718196;
    line-height: 1.8;
}

.portfolio-project-copy strong {
    display: inline-block;
    margin-top: 1rem;
    color: #1769ff;
    font-size: .85rem;
}

.project-detail-hero {
    padding: 145px 0 100px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(23,105,255,.25), transparent 30%),
        #071a2f;
}

.project-detail-hero p {
    max-width: 800px;
    color: rgba(255,255,255,.66);
    font-size: 1.12rem;
    line-height: 1.8;
}

.project-image-band {
    margin-top: -45px;
    position: relative;
    z-index: 3;
}

.project-detail-image {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(0,0,0,.15);
}

.project-info-card {
    padding: 2rem;
    border: 1px solid #e0e7ee;
    border-radius: 20px;
    background: #f8fafc;
}

.project-info-card div {
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8ef;
}

.project-info-card div:last-child {
    border-bottom: none;
}

.project-info-card span {
    display: block;
    margin-bottom: .35rem;
    color: #8a99aa;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.project-info-card strong {
    color: #18293c;
}

.project-info-card i {
    color: #00a88f;
}

.project-value-section {
    padding: 80px 0;
    background: #f6f8fb;
}

.value-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid #e1e7ee;
    border-radius: 20px;
    background: #fff;
}

.value-card i {
    color: #1769ff;
    font-size: 1.8rem;
}

.value-card h4 {
    margin: 1.4rem 0 .7rem;
    font-weight: 800;
}

.value-card p {
    color: #718196;
    line-height: 1.75;
}

.dark-related {
    background: #071a2f;
}

.related-card.dark {
    border-color: rgba(255,255,255,.08);
    background: #0d2844;
    color: #fff;
}

.related-card.dark span {
    display: block;
    margin-bottom: 1rem;
    color: #58ddd5;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.related-card.dark strong {
    color: #76aaff;
    font-size: .8rem;
}

@media (max-width: 991.98px) {

    .min-vh-hero {
        min-height: auto;
        padding: 130px 0 90px;
    }

    .section-heading-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .trust-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-items div {
        min-height: 70px;
    }

    .project-showcase-grid {
        grid-template-columns: 1fr;
    }

    .project-showcase-card.project-featured {
        grid-row: auto;
        min-height: 430px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .home-cta-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 3rem;
    }

    .portfolio-project-row {
        grid-template-columns: 50px 1fr;
    }

    .portfolio-project-visual {
        grid-column: 2;
    }

    .portfolio-project-copy {
        grid-column: 2;
    }

    .service-detail-icon {
        margin: 0;
    }
}

@media (max-width: 575.98px) {

    .hero-copy h1 {
        font-size: 3.1rem;
    }

    .tech-system-grid {
        grid-template-columns: 1fr;
    }

    .tech-panel-footer {
        flex-direction: column;
    }

    .trust-items {
        grid-template-columns: 1fr;
        padding: 1rem 0;
    }

    .trust-items div {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid #e8edf3;
    }

    .trust-items div:last-child {
        border-bottom: 0;
    }

    .home-cta-card {
        padding: 2rem;
    }

    .service-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-detail-icon {
        width: 150px;
        height: 150px;
        font-size: 3.5rem;
    }

    .portfolio-project-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .portfolio-project-number,
    .portfolio-project-visual,
    .portfolio-project-copy {
        grid-column: auto;
    }

    .portfolio-project-visual {
        height: 220px;
    }
}

/* =========================================================
   CASPA HOMEPAGE REFINEMENTS
   ========================================================= */

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card p {
    flex-grow: 1;
}

.service-link {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1.25rem;
}

/* Keep project cards balanced until real project visuals are added */
.project-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
}

.project-showcase-card,
.project-showcase-card.project-featured {
    grid-row: auto;
    min-height: 430px;
}

/* Improve hover behaviour */
.project-showcase-card {
    transition: transform .25s ease,
                border-color .25s ease,
                box-shadow .25s ease;
}

.project-showcase-card:hover {
    transform: translateY(-5px);
    border-color: rgba(92, 168, 255, .35);
    box-shadow: 0 25px 65px rgba(0, 0, 0, .22);
}

.project-showcase-card:hover .project-open {
    color: #65e1da;
}

.service-card:hover .service-link {
    color: #0059e8;
}

@media (max-width: 767.98px) {
    .project-showcase-grid {
        grid-template-columns: 1fr;
    }

    .project-showcase-card,
    .project-showcase-card.project-featured {
        min-height: 380px;
    }
}

/* =========================================================
   BASE TEMPLATE REFINEMENTS
   ========================================================= */

.navbar-project-btn {
    padding: .7rem 1.25rem;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        #1769ff,
        #2f82ff
    );
}

.navbar-project-btn:hover {
    background: linear-gradient(
        135deg,
        #0f5be4,
        #2475ef
    );
}

.footer-brand {
    color: #fff;
}

.footer-brand:hover {
    color: #fff;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    color: #63e0d8 !important;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255,255,255,.55);
    font-size: .82rem;
}

.system-messages {
    position: relative;
    z-index: 20;
}

@media (max-width: 991.98px) {

    .caspa-navbar .navbar-collapse {
        padding: 1rem 0 1.25rem;
    }

    .caspa-navbar .nav-link {
        padding: .7rem 0;
    }

    .navbar-project-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {

    .footer-bottom {
        flex-direction: column;
    }

    .brand-text {
        font-size: 1rem;
    }
}

/* =========================================================
   HOMEPAGE SOLUTIONS
   ========================================================= */

.home-solutions-section {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(0, 183, 173, .15),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 80%,
            rgba(23, 105, 255, .13),
            transparent 28%
        ),
        #0a223b;
}

.solutions-home-heading {
    margin-top: .8rem;
    margin-bottom: 0;
    max-width: 850px;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.045em;
}

.solutions-home-heading span {
    color: #55ddd5;
}

.solutions-home-intro {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 1rem;
    line-height: 1.85;
}

.home-solution-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.home-solution-card {
    display: flex;
    flex-direction: column;
    min-height: 355px;
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .055),
            rgba(255, 255, 255, .018)
        );
    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.home-solution-card:hover {
    transform: translateY(-6px);
    border-color: rgba(85, 221, 213, .34);
    background:
        linear-gradient(
            145deg,
            rgba(23, 105, 255, .11),
            rgba(0, 183, 173, .05)
        );
}

.home-solution-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-solution-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(23, 105, 255, .16);
    color: #68a8ff;
    font-size: 1.5rem;
}

.home-solution-top > span {
    color: #58748f;
    font-size: .72rem;
    font-weight: 800;
}

.home-solution-card h3 {
    margin-top: 1.8rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.home-solution-card p {
    flex-grow: 1;
    margin-top: .8rem;
    color: rgba(255, 255, 255, .55);
    line-height: 1.75;
}

.home-solution-card strong {
    color: #55ddd5;
    font-size: .82rem;
}

@media (max-width: 767.98px) {

    .home-solutions-section {
        padding: 80px 0;
    }

    .home-solution-card {
        min-height: 320px;
    }
}

/* =========================================================
   PREMIUM CONTACT PAGE
   ========================================================= */

.contact-premium-hero {
    position: relative;
    overflow: hidden;
    padding: 115px 0 105px;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(23, 105, 255, .22),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 80%,
            rgba(0, 183, 173, .13),
            transparent 26%
        ),
        #071a2f;
    color: #fff;
}

.contact-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image:
        linear-gradient(
            rgba(255,255,255,.15) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.15) 1px,
            transparent 1px
        );
    background-size: 55px 55px;
}

.contact-premium-hero h1 {
    max-width: 800px;
    margin: 1.2rem 0 1.4rem;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.contact-premium-hero h1 span {
    display: block;
    color: #4a91ff;
}

.contact-hero-lead {
    max-width: 720px;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.68);
    font-size: 1.08rem;
    line-height: 1.85;
}

.contact-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
}

.contact-hero-points > div {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: rgba(255,255,255,.78);
    font-size: .88rem;
}

.contact-hero-points i {
    color: #55ddd5;
}


/* HERO INFO PANEL */

.contact-hero-info-panel {
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );
    backdrop-filter: blur(15px);
    box-shadow: 0 35px 80px rgba(0,0,0,.18);
}

.contact-hero-info-panel h3 {
    margin: .7rem 0 1.5rem;
    font-size: 1.55rem;
    font-weight: 800;
}

.contact-info-line {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.contact-info-line:last-of-type {
    border-bottom: 0;
}

.contact-info-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #55ddd5;
    background: rgba(0,183,173,.11);
    font-size: 1.1rem;
}

.contact-info-line small {
    display: block;
    margin-bottom: .2rem;
    color: #6d89a2;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.contact-info-line a,
.contact-info-line span {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
}

.contact-info-line a:hover {
    color: #55ddd5;
}

.contact-whatsapp-btn {
    border: 0;
    border-radius: 13px;
    padding: .8rem 1rem;
    font-weight: 700;
}


/* =========================================================
   ENQUIRY SECTION
   ========================================================= */

.premium-enquiry-section {
    padding: 100px 0 115px;
    background:
        linear-gradient(
            180deg,
            #f3f6fa 0%,
            #ffffff 100%
        );
}

.premium-enquiry-card {
    padding: 3rem;
    border: 1px solid #e3e9ef;
    border-radius: 28px;
    background: #fff;
    box-shadow:
        0 30px 70px rgba(10, 35, 60, .08);
}

.premium-form-heading {
    max-width: 700px;
    margin-bottom: 2.5rem;
}

.premium-form-heading h2 {
    margin: .7rem 0 .8rem;
    color: #102033;
    font-size: clamp(2rem, 3vw, 2.8rem);
    letter-spacing: -.035em;
    font-weight: 800;
}

.premium-form-heading p {
    color: #718196;
    line-height: 1.75;
}


/* FORM SECTION TITLES */

.form-section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.form-section-title > span {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #1769ff;
    background: #edf4ff;
    font-size: .76rem;
    font-weight: 800;
}

.form-section-title strong {
    display: block;
    color: #14283c;
    font-size: 1rem;
}

.form-section-title small {
    display: block;
    margin-top: .15rem;
    color: #8a98a8;
}


/* FORM CONTROLS */

.premium-enquiry-card .form-label {
    margin-bottom: .5rem;
    color: #35485b;
    font-size: .8rem;
    font-weight: 700;
}

.premium-enquiry-card .form-label span {
    color: #1769ff;
}

.premium-enquiry-card .form-control,
.premium-enquiry-card .form-select {
    min-height: 58px;
    padding: .9rem 1rem;
    border: 1px solid #dce4ec;
    border-radius: 13px;
    background-color: #fbfcfe;
    color: #1e3144;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}

.premium-enquiry-card textarea.form-control {
    min-height: 190px;
    resize: vertical;
}

.premium-enquiry-card .form-control::placeholder {
    color: #9aa8b7;
}

.premium-enquiry-card .form-control:focus,
.premium-enquiry-card .form-select:focus {
    border-color: #1769ff;
    background: #fff;
    box-shadow:
        0 0 0 .22rem rgba(23,105,255,.09);
}

.form-error {
    margin-top: .4rem;
    color: #c62828;
    font-size: .76rem;
}


/* FORM FOOTER */

.premium-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #edf0f3;
}

.premium-submit-btn {
    min-width: 245px;
    padding: .9rem 1.4rem;
    border-radius: 13px;
    border: none;
    font-weight: 700;
    background:
        linear-gradient(
            135deg,
            #1769ff,
            #2c80ff
        );
}

.premium-submit-btn:hover {
    background:
        linear-gradient(
            135deg,
            #0f5adb,
            #236fe3
        );
}

.form-privacy-note {
    display: flex;
    align-items: center;
    gap: .6rem;
    max-width: 290px;
    color: #8a98a8;
    font-size: .76rem;
    line-height: 1.5;
}

.form-privacy-note i {
    color: #00a88f;
    font-size: 1rem;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.premium-contact-sidebar {
    position: sticky;
    top: 105px;
}

.contact-sidebar-card {
    margin-bottom: 1.2rem;
    padding: 2rem;
    border: 1px solid #e2e8ef;
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 20px 50px rgba(20, 40, 60, .05);
}

.contact-sidebar-card.dark-card {
    color: #fff;
    border-color: #0b2846;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(23,105,255,.16),
            transparent 32%
        ),
        #0b2846;
}

.sidebar-card-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 1.3rem;
    border-radius: 15px;
    color: #55ddd5;
    background: rgba(0,183,173,.11);
    font-size: 1.35rem;
}

.sidebar-card-icon.blue {
    color: #1769ff;
    background: #edf4ff;
}

.contact-sidebar-card h3 {
    margin: .8rem 0 1rem;
    font-size: 1.6rem;
    font-weight: 800;
}

.contact-sidebar-card h4 {
    margin-bottom: 1.7rem;
    color: #162a3e;
    font-weight: 800;
}

.contact-sidebar-card p {
    margin-bottom: 0;
    color: #718196;
    line-height: 1.75;
}

.contact-sidebar-card.dark-card p {
    color: rgba(255,255,255,.62);
}


/* PROCESS */

.contact-process-step {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #edf0f3;
}

.contact-process-step > span {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #1769ff;
    background: #edf4ff;
    font-size: .72rem;
    font-weight: 800;
}

.contact-process-step strong {
    display: block;
    margin-bottom: .25rem;
    color: #26394c;
    font-size: .88rem;
}

.contact-process-step p {
    font-size: .79rem;
    line-height: 1.55;
}


/* CAPABILITIES */

.contact-capabilities-card {
    background: #f8fafc;
}

.sidebar-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1rem;
}

.sidebar-capabilities span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .75rem;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    background: #fff;
    color: #526477;
    font-size: .74rem;
    font-weight: 700;
}

.sidebar-capabilities i {
    color: #1769ff;
}


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

@media (max-width: 991.98px) {

    .contact-premium-hero {
        padding: 95px 0 80px;
    }

    .premium-contact-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {

    .contact-premium-hero {
        padding: 80px 0 70px;
    }

    .contact-premium-hero h1 {
        font-size: 3rem;
    }

    .contact-hero-points {
        flex-direction: column;
        gap: .8rem;
    }

    .premium-enquiry-section {
        padding: 65px 0 80px;
    }

    .premium-enquiry-card {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .premium-form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .premium-submit-btn {
        width: 100%;
    }

    .form-privacy-note {
        max-width: none;
    }
}

/* =========================================================
   CASPA SOLUTIONS PAGE - FINAL
   ========================================================= */

.caspa-solutions-hero {
    position: relative;
    overflow: hidden;
    padding: 125px 0 105px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(23, 105, 255, .24),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 80%,
            rgba(0, 183, 173, .13),
            transparent 27%
        ),
        #071a2f;
}

.caspa-solutions-grid {
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        linear-gradient(
            rgba(255,255,255,.18) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.18) 1px,
            transparent 1px
        );
    background-size: 56px 56px;
}

.caspa-solutions-hero h1 {
    max-width: 900px;
    margin: 1rem 0 1.4rem;
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.caspa-solutions-hero h1 span {
    display: block;
    color: #4b92ff;
}

.caspa-solutions-hero > .container > .row > div:first-child > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 1.08rem;
    line-height: 1.85;
}

.solutions-hero-note {
    padding: 1.7rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.045);
    backdrop-filter: blur(10px);
}

.solutions-hero-note > span {
    color: #55ddd5;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.solutions-hero-note p {
    margin: .8rem 0 0;
    color: rgba(255,255,255,.68);
    line-height: 1.75;
}


/* INTRO STRIP */

.solutions-intro-strip {
    border-bottom: 1px solid #e6ebf0;
    background: #ffffff;
}

.solutions-intro-items {
    min-height: 86px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.solutions-intro-items > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .65rem;
    min-height: 42px;
    border-right: 1px solid #e7ecf1;
    color: #415367;
    font-size: .82rem;
    font-weight: 700;
}

.solutions-intro-items > div:first-child {
    justify-content: flex-start;
}

.solutions-intro-items > div:last-child {
    justify-content: flex-end;
    border-right: 0;
}

.solutions-intro-items i {
    color: #1769ff;
    font-size: 1.05rem;
}


/* MAIN CONTENT */

.caspa-solutions-content {
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #f5f8fb 0%,
            #ffffff 100%
        );
}

.solutions-section-heading {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 5rem;
    margin-bottom: 3.5rem;
}

.solutions-section-heading h2 {
    max-width: 760px;
    margin: .8rem 0 0;
    color: #102033;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.solutions-section-heading h2 span {
    color: #1769ff;
}

.solutions-section-heading > p {
    margin: 0;
    color: #718196;
    line-height: 1.8;
}


/* CARD GRID */

.caspa-solutions-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}


/* CARDS */

.caspa-solution-card {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid #e1e8ef;
    border-radius: 22px;
    background: #ffffff;
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 12px 35px rgba(20, 40, 60, .035);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.caspa-solution-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    background: linear-gradient(
        90deg,
        #1769ff,
        #00b7ad
    );
    transition: opacity .25s ease;
}

.caspa-solution-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-7px);
    border-color: rgba(23,105,255,.25);
    box-shadow: 0 25px 60px rgba(20,40,60,.10);
}

.caspa-solution-card:hover::before {
    opacity: 1;
}

.caspa-solution-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.caspa-solution-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #1769ff;
    background: #edf4ff;
    font-size: 1.5rem;
    transition:
        background .25s ease,
        color .25s ease;
}

.caspa-solution-card:hover .caspa-solution-icon {
    color: #ffffff;
    background: #1769ff;
}

.caspa-solution-number {
    color: #a7b3c0;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.caspa-solution-card-body {
    flex-grow: 1;
    padding-top: 2rem;
}

.caspa-solution-card-body h3 {
    margin: 0 0 1rem;
    color: #13273b;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.025em;
}

.caspa-solution-card-body p {
    margin: 0;
    color: #718196;
    font-size: .92rem;
    line-height: 1.8;
}

.caspa-solution-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.7rem;
    padding-top: 1.3rem;
    border-top: 1px solid #edf0f3;
}

.caspa-solution-card-footer > span {
    color: #1769ff;
    font-size: .8rem;
    font-weight: 800;
}

.caspa-solution-card-footer > div {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #1769ff;
    background: #edf4ff;
    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease;
}

.caspa-solution-card:hover
.caspa-solution-card-footer > div {
    color: #ffffff;
    background: #1769ff;
    transform: rotate(6deg);
}


/* CUSTOM CTA */

.solutions-custom-section {
    padding: 0 0 110px;
    background: #ffffff;
}

.solutions-custom-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    padding: 4rem;
    border-radius: 28px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(0,183,173,.23),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #0a2745,
            #0b1e34
        );
}

.solutions-custom-card::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -150px;
    bottom: -190px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.solutions-custom-card > div {
    position: relative;
    z-index: 1;
}

.solutions-cta-label {
    color: #55ddd5;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.solutions-custom-card h2 {
    max-width: 700px;
    margin: .8rem 0 1rem;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 800;
}

.solutions-custom-card h2 span {
    color: #55ddd5;
}

.solutions-custom-card p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.63);
    line-height: 1.75;
}

.solutions-custom-actions {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}


/* EMPTY STATE */

.solutions-empty-state {
    grid-column: 1 / -1;
    padding: 4rem;
    text-align: center;
    border: 1px solid #e2e8ef;
    border-radius: 22px;
    background: #ffffff;
}

.solutions-empty-state > i {
    color: #1769ff;
    font-size: 2rem;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {

    .caspa-solutions-hero {
        padding: 100px 0 85px;
    }

    .solutions-section-heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .caspa-solutions-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solutions-custom-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .solutions-custom-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


@media (max-width: 767.98px) {

    .caspa-solutions-hero {
        padding: 80px 0 70px;
    }

    .caspa-solutions-hero h1 {
        font-size: 3rem;
    }

    .solutions-intro-items {
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem 0;
    }

    .solutions-intro-items > div,
    .solutions-intro-items > div:first-child,
    .solutions-intro-items > div:last-child {
        justify-content: flex-start;
        border-right: 0;
        padding: .6rem 0;
    }

    .caspa-solutions-content {
        padding: 75px 0;
    }

    .caspa-solutions-card-grid {
        grid-template-columns: 1fr;
    }

    .caspa-solution-card {
        min-height: 340px;
    }

    .solutions-custom-section {
        padding-bottom: 75px;
    }

    .solutions-custom-card {
        padding: 2rem;
        border-radius: 22px;
    }

    .solutions-custom-actions {
        width: 100%;
        flex-direction: column;
    }

    .solutions-custom-actions .btn {
        width: 100%;
    }
}

/* =========================================================
   CASPA ABOUT PAGE - FINAL
   ========================================================= */

.caspa-about-hero {
    position: relative;
    overflow: hidden;
    padding: 125px 0 105px;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(23,105,255,.24),
            transparent 30%
        ),
        radial-gradient(
            circle at 12% 85%,
            rgba(0,183,173,.12),
            transparent 28%
        ),
        #071a2f;
}

.caspa-about-grid {
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        linear-gradient(
            rgba(255,255,255,.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.16) 1px,
            transparent 1px
        );
    background-size: 56px 56px;
}

.caspa-about-hero h1 {
    max-width: 900px;
    margin: 1rem 0 1.3rem;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.caspa-about-hero h1 span {
    display: block;
    color: #4a91ff;
}

.caspa-about-hero > .container > .row > div:first-child > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 1.08rem;
    line-height: 1.85;
}

.about-hero-side-card {
    padding: 1.8rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
}

.about-hero-side-card h3 {
    margin: .8rem 0;
    font-size: 1.5rem;
    font-weight: 800;
}

.about-hero-side-card p {
    margin: 0;
    color: rgba(255,255,255,.62);
    line-height: 1.75;
}


/* INTRO */

.caspa-about-intro {
    padding: 110px 0;
    background: #fff;
}

.caspa-about-intro h2 {
    max-width: 600px;
    margin-top: .8rem;
    color: #102033;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.caspa-about-intro h2 span {
    color: #1769ff;
}

.about-intro-copy {
    max-width: 760px;
}

.about-intro-copy p {
    color: #5d6f82;
    font-size: 1rem;
    line-height: 1.9;
}

.about-lead-copy {
    color: #183149 !important;
    font-size: 1.22rem !important;
    font-weight: 700;
}


/* PRINCIPLES */

.caspa-about-principles {
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(23,105,255,.12),
            transparent 27%
        ),
        #071a2f;
}

.about-section-heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 5rem;
}

.about-section-heading h2 {
    max-width: 760px;
    margin: .8rem 0 0;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.about-section-heading h2 span {
    color: #55ddd5;
}

.about-section-heading > p {
    margin: 0;
    color: rgba(255,255,255,.55);
    line-height: 1.8;
}

.about-principle-card {
    position: relative;
    min-height: 320px;
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );
}

.principle-number {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    color: #506d89;
    font-size: .7rem;
    font-weight: 800;
}

.principle-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #55ddd5;
    background: rgba(0,183,173,.11);
    font-size: 1.45rem;
}

.about-principle-card h3 {
    margin: 2rem 0 .9rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
}

.about-principle-card p {
    margin: 0;
    color: rgba(255,255,255,.56);
    line-height: 1.75;
}


/* CAPABILITIES */

.caspa-about-capabilities {
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #f5f8fb 0%,
            #fff 100%
        );
}

.caspa-about-capabilities h2 {
    max-width: 600px;
    margin: .8rem 0 1.2rem;
    color: #102033;
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.caspa-about-capabilities h2 span {
    color: #1769ff;
}

.caspa-about-capabilities .col-lg-5 > p {
    color: #718196;
    line-height: 1.85;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.about-capability-item {
    min-height: 100px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid #e2e8ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(20,40,60,.04);
}

.about-capability-item > div {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #1769ff;
    background: #edf4ff;
    font-size: 1.2rem;
}

.about-capability-item > span {
    color: #273a4e;
    font-size: .95rem;
    font-weight: 800;
}


/* WHAT WE BUILD */

.caspa-about-build {
    padding: 110px 0;
    color: #fff;
    background: #0a223b;
}

.about-build-panel {
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(0,183,173,.15),
            transparent 30%
        ),
        rgba(255,255,255,.04);
}

.about-build-panel h2 {
    margin: .8rem 0 1rem;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 800;
}

.about-build-panel p {
    margin-bottom: 2rem;
    color: rgba(255,255,255,.61);
    line-height: 1.8;
}

.about-build-list > div {
    display: flex;
    gap: 1.2rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.about-build-list > div:last-child {
    border-bottom: 0;
}

.about-build-list > div > span {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #55ddd5;
    background: rgba(0,183,173,.1);
    font-size: .72rem;
    font-weight: 800;
}

.about-build-list strong {
    display: block;
    margin-bottom: .45rem;
    font-size: 1rem;
}

.about-build-list p {
    margin: 0;
    color: rgba(255,255,255,.55);
    line-height: 1.7;
}


/* FINAL CTA */

.caspa-about-cta {
    padding: 110px 0;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            #1769ff,
            #0648c5
        );
}

.about-cta-inner {
    max-width: 900px;
    margin: auto;
}

.about-cta-inner > span {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.about-cta-inner h2 {
    margin: 1rem 0 1rem;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 800;
}

.about-cta-inner p {
    max-width: 650px;
    margin: 0 auto 2rem;
    color: rgba(255,255,255,.72);
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {

    .caspa-about-hero {
        padding: 100px 0 85px;
    }

    .about-section-heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .about-capability-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .caspa-about-hero {
        padding: 80px 0 70px;
    }

    .caspa-about-hero h1 {
        font-size: 3rem;
    }

    .caspa-about-intro,
    .caspa-about-principles,
    .caspa-about-capabilities,
    .caspa-about-build,
    .caspa-about-cta {
        padding: 75px 0;
    }

    .about-principle-card {
        min-height: 280px;
    }

    .about-build-panel {
        padding: 1.7rem;
    }
}

/* =========================================================
   PROJECTS PAGE - FINAL
   ========================================================= */

.caspa-projects-hero {
    position: relative;
    overflow: hidden;
    padding: 125px 0 105px;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(23,105,255,.23),
            transparent 30%
        ),
        radial-gradient(
            circle at 15% 85%,
            rgba(0,183,173,.12),
            transparent 27%
        ),
        #071a2f;
}

.caspa-projects-grid {
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        linear-gradient(
            rgba(255,255,255,.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.16) 1px,
            transparent 1px
        );
    background-size: 56px 56px;
}

.caspa-projects-hero h1 {
    max-width: 900px;
    margin: 1rem 0 1.4rem;
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.caspa-projects-hero h1 span {
    display: block;
    color: #4a91ff;
}

.caspa-projects-hero > .container > .row > div:first-child > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 1.08rem;
    line-height: 1.85;
}

.projects-hero-note {
    padding: 1.8rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(12px);
}

.projects-hero-note h3 {
    margin: .8rem 0;
    font-weight: 800;
}

.projects-hero-note p {
    margin: 0;
    color: rgba(255,255,255,.6);
    line-height: 1.75;
}


/* CONTENT */

.caspa-projects-content {
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #f5f8fb,
            #fff
        );
}

.projects-section-heading {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    align-items: end;
    gap: 5rem;
    margin-bottom: 4rem;
}

.projects-section-heading h2 {
    margin: .8rem 0 0;
    color: #102033;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.projects-section-heading h2 span {
    color: #1769ff;
}

.projects-section-heading > p {
    margin: 0;
    color: #718196;
    line-height: 1.8;
}


/* PROJECT ROW */

.caspa-project-list {
    display: grid;
    gap: 2rem;
}

.caspa-project-row {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    min-height: 430px;
    border: 1px solid #e2e8ef;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(20,40,60,.05);
}

.caspa-project-row:nth-child(even) {
    grid-template-columns: .9fr 1.1fr;
}

.caspa-project-row:nth-child(even)
.caspa-project-visual {
    order: 2;
}

.caspa-project-visual {
    min-height: 430px;
}

.caspa-project-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-visual-placeholder {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    color: #fff;
    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(23,105,255,.25),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #0b2b4a,
            #071a2f
        );
}

.project-placeholder-grid {
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image:
        linear-gradient(
            rgba(255,255,255,.15) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.15) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

.project-placeholder-icon {
    position: relative;
    z-index: 1;
    width: 95px;
    height: 95px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    color: #55ddd5;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.09);
    font-size: 2.6rem;
}

.project-visual-placeholder > span {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,.57);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.caspa-project-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem;
}

.project-copy-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.project-index {
    color: #9aa8b7;
    font-size: .75rem;
    font-weight: 800;
}

.project-category-pill {
    padding: .45rem .7rem;
    border-radius: 8px;
    color: #1769ff;
    background: #edf4ff;
    font-size: .68rem;
    font-weight: 800;
}

.caspa-project-copy h2 {
    color: #102033;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
}

.caspa-project-copy p {
    margin: 1rem 0 1.7rem;
    color: #718196;
    line-height: 1.85;
}

.project-explore-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    width: fit-content;
    color: #1769ff;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 800;
}

.project-explore-link:hover {
    color: #0054d8;
}


/* DELIVERY */

.projects-delivery-section {
    padding: 110px 0;
    color: #fff;
    background: #071a2f;
}

.projects-delivery-section h2 {
    margin: .8rem 0 1rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.projects-delivery-section .col-lg-5 > p {
    color: rgba(255,255,255,.58);
    line-height: 1.85;
}

.projects-delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.projects-delivery-grid > div {
    position: relative;
    min-height: 210px;
    padding: 1.6rem;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
}

.projects-delivery-grid > div > span {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    color: #4d6983;
    font-size: .68rem;
    font-weight: 800;
}

.projects-delivery-grid i {
    color: #55ddd5;
    font-size: 1.5rem;
}

.projects-delivery-grid strong {
    display: block;
    margin: 1.2rem 0 .5rem;
}

.projects-delivery-grid p {
    margin: 0;
    color: rgba(255,255,255,.52);
    font-size: .85rem;
    line-height: 1.65;
}


/* FINAL CTA */

.projects-final-cta {
    padding: 110px 0;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #1769ff,
            #0648c5
        );
}

.projects-cta-inner {
    max-width: 900px;
    margin: auto;
}

.projects-cta-inner > span {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.projects-cta-inner h2 {
    margin: 1rem 0;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -.045em;
}

.projects-cta-inner h2 strong {
    color: #a9d2ff;
}

.projects-cta-inner p {
    margin: 0 auto 2rem;
    max-width: 650px;
    color: rgba(255,255,255,.72);
}

.projects-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {

    .projects-section-heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .caspa-project-row,
    .caspa-project-row:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .caspa-project-row:nth-child(even)
    .caspa-project-visual {
        order: 0;
    }

    .projects-delivery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .caspa-projects-hero {
        padding: 80px 0 70px;
    }

    .caspa-projects-hero h1 {
        font-size: 3rem;
    }

    .caspa-projects-content,
    .projects-delivery-section,
    .projects-final-cta {
        padding: 75px 0;
    }

    .caspa-project-copy {
        padding: 2rem;
    }

    .caspa-project-visual,
    .project-visual-placeholder {
        min-height: 300px;
    }
}

/* =========================================================
   FOUNDER SECTION
   ========================================================= */

.caspa-founder-section {
    padding: 110px 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f5f8fb 100%
        );
}

.founder-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #071a2f;
    box-shadow:
        0 30px 70px rgba(10, 35, 60, .14);
}

.founder-image {
    display: block;
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: center 18%;
}

.founder-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(7, 26, 47, .18) 68%,
            rgba(7, 26, 47, .52) 100%
        );
}

.founder-quote-card {
    position: absolute;
    z-index: 2;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1.45rem 1.5rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    color: #fff;
    background: rgba(7, 26, 47, .88);
    backdrop-filter: blur(14px);
}

.founder-quote-card i {
    display: block;
    margin-bottom: .55rem;
    color: #55ddd5;
    font-size: 1.7rem;
}

.founder-quote-card p {
    margin: 0;
    max-width: 320px;
    font-size: 1.18rem;
    line-height: 1.4;
    font-weight: 800;
}

.founder-copy {
    max-width: 760px;
}

.founder-copy h2 {
    margin: .7rem 0 1.2rem;
    color: #102033;
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 800;
}

.founder-lead {
    color: #2f4357 !important;
    font-size: 1.08rem !important;
    font-weight: 600;
    line-height: 1.8 !important;
}

.founder-copy > p {
    color: #718196;
    line-height: 1.85;
}

.founder-expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .9rem;
    margin-top: 2rem;
}

.founder-expertise-grid > div {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 76px;
    padding: 1rem 1.1rem;
    border: 1px solid #e1e8ef;
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 12px 30px rgba(20,40,60,.035);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.founder-expertise-grid > div:hover {
    transform: translateY(-3px);
    border-color: rgba(23,105,255,.22);
    box-shadow:
        0 18px 38px rgba(20,40,60,.07);
}

.founder-expertise-grid i {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #1769ff;
    background: #edf4ff;
    font-size: 1.1rem;
}

.founder-expertise-grid span {
    color: #304459;
    font-size: .88rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {

    .caspa-founder-section {
        padding: 85px 0;
    }

    .founder-image {
        height: 560px;
    }
}

@media (max-width: 767.98px) {

    .caspa-founder-section {
        padding: 75px 0;
    }

    .founder-image {
        height: 500px;
        object-position: center top;
    }

    .founder-expertise-grid {
        grid-template-columns: 1fr;
    }

    .founder-copy h2 {
        font-size: 3rem;
    }

    .founder-quote-card {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
}

@media (max-width: 575.98px) {

    .founder-image {
        height: 440px;
    }

    .founder-quote-card p {
        font-size: 1rem;
    }
}