:root {
    --navy: #071839;
    --ink: #101d42;
    --blue: #0757dd;
    --blue2: #136ffa;
    --pale: #f2f7ff;
    --line: #dce7f6;
    --muted: #566582;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(17, 42, 95, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font: 14px/1.55 Inter, Arial, sans-serif;
    background: #fff
}

h1,
h2,
h3 {
    font-family: Manrope, Inter, sans-serif;
    font-weight: 800
}

a {
    text-decoration: none
}



.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    z-index: 20
}

.navbar {
    min-height: 84px
}

.logo-link img {
    width: 165px;
    height: 46px;
    object-fit: contain
}

.nav-link {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink) !important;
    padding: .9rem .85rem !important;
    position: relative
}

.nav-link:hover,
.nav-link.active {
    color: var(--blue) !important
}

.nav-link:hover:after,
.nav-link.active:after {
    content: "";
    position: absolute;
    left: .85rem;
    right: .85rem;
    bottom: .45rem;
    height: 2px;
    background: var(--blue)
}

.btn {
    font: 700 12px Manrope, Inter, sans-serif;
    padding: .78rem 1.2rem;
    border-radius: 5px
}

.btn-primary {
    background: linear-gradient(110deg, #0757dd, #126cf0);
    border-color: #0757dd;
    box-shadow: 0 8px 18px #0b57dc33
}

.btn-outline-primary {
    border-width: 1px;
    color: var(--blue)
}

.btn i {
    margin-left: .7rem
}

.marketing-hero,
.case-hero {
    padding: 55px 0 38px;
    background: radial-gradient(circle at 80% 55%, #e4f0ff 0, transparent 34%), linear-gradient(115deg, #fff 45%, #f5f9ff);
    overflow: hidden
}

.eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 10px;
    border-radius: 100px;
    background: #eaf1ff;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em
}

.marketing-hero h1,
.case-hero h1 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1.1;
    letter-spacing: -1.5px
}

.marketing-hero h1 span,
.case-hero h1 span {
    color: var(--blue);
    display: block
}

.hero-copy {
    max-width: 565px;
    margin: 18px 0;
    color: #465673;
    font-size: 15px;
    line-height: 1.7
}

.trust-list {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 20px 0;
    color: #203966;
    font-size: 11px;
    font-weight: 700
}

.trust-list span {
    display: flex;
    align-items: center;
    gap: 6px
}

.trust-list i {
    color: var(--blue);
    font-size: 14px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px
}

.security-visual {
    height: 350px;
    position: relative;
    display: grid;
    place-items: center
}

.network {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(30deg, transparent 47%, #cadcff 48%, transparent 49%), linear-gradient(150deg, transparent 47%, #cadcff 48%, transparent 49%);
    background-size: 70px 88px;
    opacity: .55
}

.shield {
    z-index: 2;
    width: 152px;
    height: 172px;
    clip-path: polygon(50% 0, 95% 18%, 88% 72%, 50% 100%, 12% 72%, 5% 18%);
    background: linear-gradient(135deg, #52a6ff, #0757dd 55%, #032773);
    display: grid;
    place-items: center;
    color: white;
    font-size: 63px;
    box-shadow: inset 0 0 0 6px #96ccff, 0 28px 40px #0757dd55
}

.platform {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    width: 260px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(#287ff3, #043aaf);
    box-shadow: 0 14px 0 #062e8a, 0 28px 0 #0a55c5, 0 40px 24px #001f6766
}

.platform i {
    position: absolute;
    inset: 10px;
    border: 1px solid #83baff;
    border-radius: 50%
}

.platform i:nth-child(2) {
    inset: 24px
}

.platform i:nth-child(3) {
    inset: 39px
}

.visual-node {
    z-index: 3;
    position: absolute;
    width: 55px;
    height: 55px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: white;
    color: var(--blue);
    font-size: 25px;
    box-shadow: var(--shadow)
}

.node-one {
    top: 28px;
    right: 15%
}

.node-two {
    top: 125px;
    right: 4%
}

.node-three {
    bottom: 28px;
    right: 14%
}

.section {
    padding: 55px 0
}

.section-tint {
    background: #fafcff;
    border-block: 1px solid #edf2fb
}

.section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 28px
}

.section-heading h2 {
    margin: 0;
    font-size: 30px;
    color: var(--navy)
}

.section-heading p {
    margin: 5px 0 0;
    font-size: 12px;
    color: var(--muted)
}

.feature-card {
    height: 100%;
    padding: 24px 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px #152e6010;
    transition: .2s
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: #b8cef7
}

.feature-icon,
.process-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a63ec, #0848bd);
    color: #fff;
    font-size: 25px
}

.feature-card h3 {
    font-size: 14px;
    text-align: center;
    min-height: 38px
}

.feature-card p {
    min-height: 76px;
    text-align: center;
    color: #566582;
    font-size: 17px;
    line-height: 1.6
}

.feature-card a {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: var(--blue)
}

.feature-card a i {
    margin-left: 7px
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.process-card {
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 28px 18px 18px
}

.process-card>span {
    position: absolute;
    top: -14px;
    left: calc(50% - 14px);
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800
}

.process-card h3 {
    font-size: 13px
}

.process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 11px
}

.process-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    background: #eef4ff;
    color: var(--blue);
    font-size: 21px
}

.outcome-panel {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: #fff
}

.outcome-panel>h2 {
    text-align: center;
    font-size: 22px;
    margin: 20px
}

.outcome {
    display: flex;
    gap: 13px;
    padding: 20px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    height: 100%
}

.outcome>i {
    font-size: 30px;
    color: var(--blue)
}

.outcome h3 {
    font-size: 16px;
    margin: 0
}

.outcome p {
    font-size: 14px;
    margin: 4px 0 0;
    color: var(--muted)
}

.detail-band {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 55px;
    padding: 30px 38px;
    border-radius: 12px;
    background: linear-gradient(115deg, #eaf3ff, #fff);
    border: 1px solid var(--line)
}

.detail-band h2 {
    font-size: 23px
}

.detail-band p {
    max-width: 650px;
    color: var(--muted)
}

.detail-band ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    min-width: 340px;
    padding: 15px 0 0;
    list-style: none;
    color: var(--ink);
    font-size: 12px;
    font-weight: 700
}

.detail-band li i {
    color: var(--blue);
    margin-right: 5px
}

.partner-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    padding: 26px;
    margin-top: 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--navy);
    font-size: 22px
}

.partner-logos b:nth-child(2) {
    font-size: 32px
}

.cta-band {
    padding: 29px 0;
    background: linear-gradient(110deg, #07369c, #0757dd);
    color: #fff
}

.cta-band h2 {
    font-size: 23px;
    margin: 0
}

.cta-band p {
    margin: 5px 0 0;
    color: #dbe8ff
}

.btn-light {
    color: var(--blue);
    background: #fff
}

.site-footer {
    padding: 45px 0 16px;
    background: linear-gradient(120deg, #020c22, #061b43);
    color: #d7e1f5
}

.footer-main {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 32px
}

.footer-logo {
    width: 160px
}

.footer-brand p {
    max-width: 220px;
    margin-top: 12px;
    font-size: 11px;
    color: #b3c1d9
}

.footer-column h6 {
    font-size: 12px;
    font-weight: 800;
    color: #fff
}

.footer-column a {
    display: block;
    margin: 7px 0;
    color: #c4d0e6;
    font-size: 11px
}

.footer-button {
    border: 1px solid #b5c4e1;
    border-radius: 5px;
    padding: 8px !important;
    color: #fff !important
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    padding-top: 14px;
    border-top: 1px solid #ffffff33;
    font-size: 10px
}

.footer-bottom-links {
    display: flex;
    gap: 14px
}

.footer-bottom-links a {
    color: #d5dff0
}

.case-hero {
    background: radial-gradient(circle at 80% 50%, #123a99 0, transparent 36%), linear-gradient(115deg, #020a22, #062369);
    color: #030303
}

.case-hero h1 {
    color: #080808
}

.case-hero .hero-copy {
    color: #000000
}

.case-hero .trust-list {
    color: #060707
}

.dashboard {
    height: 280px;
    max-width: 500px;
    margin: auto;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 25px 45px #0007
}

.dashboard aside {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 26px 15px;
    background: #041642;
    color: #b9d4ff
}

.dashboard-main {
    flex: 1;
    padding: 22px
}

.dash-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-top: 16px
}

.dash-stats span {
    padding: 11px 7px;
    border-radius: 6px;
    background: #f7f9fc;
    font-size: 8px
}

.dash-stats strong {
    display: block;
    font-size: 18px
}

.dash-stats em {
    font-style: normal;
    color: #0aa779;
    font-size: 8px
}

.dash-chart {
    margin-top: 16px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 6px
}

.dash-chart svg {
    display: block;
    width: 100%;
    height: 105px
}

.dash-chart path {
    stroke: #dae2ef;
    stroke-width: 1
}

.dash-chart polyline {
    fill: none;
    stroke: var(--blue);
    stroke-width: 3
}

.fact-grid,
.metric-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

.fact-grid article,
.metric-grid article,
.info-card {
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 11px #1738760b
}

.fact-grid i {
    display: block;
    color: var(--blue);
    font-size: 22px
}

.fact-grid small,
.metric-grid small {
    display: block;
    color: var(--muted);
    font-size: 10px
}

.fact-grid b {
    font-size: 11px
}

.info-card h2 {
    font-size: 15px
}

.info-card h2 i {
    color: var(--blue)
}

.info-card li {
    margin: 7px 0;
    color: #4a5975;
    font-size: 11px
}

.automation-flow {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 14px;
    margin-top: 13px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #f8fbff;
    text-align: center
}

.automation-flow span {
    font-size: 11px;
    font-weight: 700
}

.automation-flow i {
    display: block;
    margin-bottom: 5px;
    color: var(--blue);
    font-size: 22px
}

.automation-flow>b {
    color: var(--blue)
}

.metric-grid {
    grid-template-columns: repeat(4, 1fr)
}

.metric-grid article {
    display: flex;
    align-items: center;
    gap: 11px
}

.metric-grid i {
    font-size: 25px;
    color: var(--blue)
}

.metric-grid strong {
    display: block;
    font-size: 16px;
    color: #0757dd
}

@media(max-width:991px) {
    .navbar-collapse {
        padding: 12px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px
    }

    .footer-main {
        grid-template-columns: repeat(3, 1fr)
    }

    .security-visual {
        height: 300px
    }

    .feature-card p {
        min-height: auto
    }

    .fact-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:767px) {

    .marketing-hero,
    .case-hero {
        padding: 40px 0 30px
    }

    .security-visual {
        height: 265px


    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 10px
    }

    .detail-band {
        display: block;
        padding: 24px
    }

    .detail-band ul {
        min-width: auto
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr)
    }

    .automation-flow {
        flex-wrap: wrap
    }

    .metric-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:480px) {
    .logo-link img {
        width: 135px
    }

    .marketing-hero h1,
    .case-hero h1 {
        font-size: 31px
    }

    .trust-list {
        gap: 10px
    }

    .dashboard {
        height: 230px
    }

    .dash-stats strong {
        font-size: 13px
    }

    .fact-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .footer-bottom {
        flex-direction: column
    }

    .partner-logos {
        justify-content: flex-start;
        font-size: 18px
    }

    .outcome {
        border-right: 0
    }
}

.contact-hero {
    padding: 58px 0;
    background: radial-gradient(circle at 2% 90%, #e1efff, transparent 33%), #fff
}

.contact-hero h1 {
    font-size: clamp(32px, 4vw, 51px);
    line-height: 1.12;
    color: var(--navy)
}

.contact-hero h1 span {
    color: var(--blue)
}

.contact-benefits div {
    position: relative;
    padding: 11px 0 11px 60px
}

.contact-benefits i {
    position: absolute;
    left: 0;
    top: 9px;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 9px;
    background: var(--blue);
    color: white;
    font-size: 21px
}

.contact-benefits b {
    font-size: 13px
}

.contact-benefits p {
    margin: 3px 0;
    color: var(--muted);
    font-size: 16px
}

.contact-form,
.contact-side article,
.faq-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    box-shadow: var(--shadow)
}

.contact-form h2,
.contact-side h2,
.faq-card h2 {
    font-size: 30px
}

.contact-form label {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 700
}

.contact-form .form-control,
.contact-form .form-select {
    margin-top: 5px;
    font-size: 14px;
    padding: 10px;
    border-color: var(--line)
}

.form-note {
    font-size: 14px;
    color: var(--muted)
}

.contact-side {
    display: grid;
    gap: 16px
}

.contact-side article p {
    font-size: 16px;
    color: var(--muted)
}

.contact-side article p i {
    color: var(--blue);
    margin-right: 8px
}

.contact-side .blue-card {
    background: linear-gradient(135deg, #0757dd, #06319c);
    color: #fff
}

.blue-card p {
    color: #dce9ff !important
}

.faq-question {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 9px;
    padding: 11px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 7px;
    color: var(--ink);
    font-size: 18px;
    text-align: left
}

.faq-answer {
    display: none;
    margin: 0;
    padding: 10px;
    color: var(--muted);
    font-size: 16px
}

.faq-answer.open {
    display: block
}

.meeting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: 15px
}

.meeting a {
    color: var(--blue);
    font-weight: 700;
    font-size: 15px
}

.page-hero {
    padding: 60px 0;
    background: #f5f9ff
}

.page-hero h1 {
    font-size: 42px
}

.page-hero p {
    color: var(--muted)
}

.page-section {
    padding: 55px 0
}

.alert-success {
    font-size: 12px
}

.challenge-box {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px #1738760b;
    overflow: hidden;
    margin-bottom: 16px
}

.challenge-box h2 {
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid var(--line)
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.challenge-grid article {
    display: flex;
    gap: 11px;
    padding: 20px 17px;
    border-right: 1px solid var(--line)
}

.challenge-grid article:last-child {
    border-right: 0
}

.challenge-grid article>i {
    font-size: 28px;
    color: var(--blue);
    flex: 0 0 auto
}

.challenge-grid h3 {
    font-size: 12px;
    margin: 0
}

.challenge-grid p {
    font-size: 10px;
    color: var(--muted);
    margin: 4px 0
}

.outcomes-box .challenge-grid article {
    background: #fcfdff
}

.scenario-card {
    height: 100%;
    padding: 22px 16px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.scenario-card>i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #edf4ff;
    color: var(--blue);
    font-size: 26px
}

.scenario-card h3 {
    font-size: 12px
}

.scenario-card p {
    font-size: 10px;
    color: var(--muted)
}

.split-panels {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 20px
}

.split-panels>article {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #f6f9ff
}

.split-panels h2 {
    font-size: 25px
}

.split-panels p {
    font-size: 16px;
    color: #445372
}

.split-panels p b {
    color: var(--ink)
}

.split-panels p i {
    color: var(--blue);
    margin-right: 7px
}

.blue-panel {
    background: linear-gradient(130deg, #0644bd, #095de5) !important;
    color: #fff
}

.blue-panel p {
    color: #e5eeff
}

.check-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin: 18px 0;
    font-size: 11px
}

.story-card {
    height: 100%;
    padding: 20px 17px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px #17387608
}

.story-icon {
    display: grid;
    place-items: center;
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 23px
}

.story-card>small {
    font-size: 9px;
    font-weight: 800;
    color: var(--blue)
}

.story-card h3 {
    font-size: 20px;
    margin: 7px 0
}

.story-card>p {
    min-height: 58px;
    font-size: 11px;
    color: var(--muted)
}

.story-metrics {
    display: flex;
    border-block: 1px solid var(--line);
    margin: 14px 0;
    padding: 10px 0;
    gap: 18px
}

.story-metrics b {
    font-size: 20px;
    color: var(--blue);
    flex: 1
}

.story-metrics small {
    display: block;
    font-size: 9px;
    line-height: 1.3;
    color: var(--muted);
    font-weight: 400
}

.story-card>a {
    font-size: 11px;
    color: var(--blue);
    font-weight: 800
}

.case-feature {
    display: grid;
    grid-template-columns: 1.4fr .8fr .7fr;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    overflow: hidden
}

.case-feature-copy {
    padding: 28px
}

.case-feature h2 {
    font-size: 23px
}

.case-feature-copy>p:not(.eyebrow) {
    font-size: 11px;
    color: var(--muted)
}

.case-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 20px
}

.case-mini-grid span {
    border-right: 1px solid var(--line);
    padding-right: 10px
}

.case-mini-grid i {
    display: block;
    color: var(--blue);
    font-size: 25px
}

.case-mini-grid b,
.case-mini-grid small {
    display: block;
    font-size: 15px
}

.case-mini-grid small {
    font-size: 10px;
    color: var(--muted)
}

.case-feature .case-image {
    min-height: 280px;
    background: linear-gradient(135deg, #e9f4ff, #7fb6ea);
    position: relative
}

.office-window {
    position: absolute;
    inset: 35px 20px 30px;
    background: linear-gradient(120deg, #0b3e8f, #bce1ff);
    border: 9px solid #fff;
    box-shadow: 0 7px 12px #1e467c44
}

.office-window i {
    position: absolute;
    bottom: 0;
    width: 12%;
    height: 70%;
    background: #092c69;
    border-radius: 50% 50% 5px 5px
}

.office-window i:nth-child(1) {
    left: 10%;
    height: 55%
}

.office-window i:nth-child(2) {
    left: 34%;
    height: 78%
}

.office-window i:nth-child(3) {
    left: 58%;
    height: 65%
}

.office-window i:nth-child(4) {
    left: 80%;
    height: 83%
}

.case-feature>aside {
    padding: 25px 18px
}

.case-feature>aside h3 {
    font-size: 14px
}

.case-feature>aside b {
    display: block;
    margin: 20px 0;
    color: var(--blue);
    font-size: 20px
}

.case-feature>aside small {
    display: block;
    font-size: 10px;
    color: var(--muted);
    font-weight: 400
}

.case-feature+blockquote {
    margin: 18px 0 0;
    padding: 22px 28px;
    border-radius: 10px;
    background: #eef5ff;
    color: var(--ink);
    font-size: 15px;
    font-weight: 600
}

.case-feature+blockquote small {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 400
}

.deliverable-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 11px
}

.deliverable-grid article {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 10px
}

.deliverable-grid i {
    color: var(--blue);
    font-size: 21px
}

.deliverable-grid b {
    font-size: 10px;
    color: var(--blue)
}

.deliverable-grid small {
    display: none
}

.who-heading {
    margin-top: 35px
}

.audience-card {
    height: 100%;
    display: flex;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.audience-card>i {
    font-size: 25px;
    color: var(--blue)
}

.audience-card h3 {
    font-size: 12px;
    margin: 0
}

.audience-card p {
    font-size: 10px;
    color: var(--muted);
    margin: 4px 0
}

.health-proof {
    display: grid;
    grid-template-columns: .8fr .9fr 1.3fr;
    margin-top: 24px;
    border: 1px solid #b7cef3;
    border-radius: 11px;
    overflow: hidden
}

.health-proof>div {
    padding: 23px
}

.health-proof h3 {
    font-size: 15px
}

.health-proof b {
    display: inline-block;
    margin: 9px 18px 0 0;
    color: var(--blue);
    font-size: 18px
}

.health-proof b small {
    display: block;
    color: var(--muted);
    font-size: 9px;
    font-weight: 400;
    max-width: 75px
}

.proof-image {
    background: linear-gradient(135deg, #e7f3ff, #8abbe7)
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.about-overview {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 35px
}

.about-overview>div:first-child h2 {
    font-size: 23px
}

.about-overview p {
    color: var(--muted);
    font-size: 11px
}

.stats-grid article {
    padding: 20px 13px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.stats-grid i {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 21px
}

.stats-grid b {
    display: block;
    color: var(--blue);
    font-size: 17px
}

.stats-grid small {
    font-size: 10px;
    color: var(--muted)
}

.mission-grid {
    display: grid;
    grid-template-columns: .8fr .8fr 1.5fr;
    gap: 17px;
    margin-top: 25px
}

.mission-grid article {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.mission-grid article>i {
    font-size: 25px;
    color: var(--blue)
}

.mission-grid h3 {
    font-size: 14px
}

.mission-grid p {
    font-size: 10px;
    color: var(--muted)
}

.mini-process {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.mini-process span {
    text-align: center
}

.mini-process i {
    display: block;
    margin: auto auto 6px;
    width: 34px;
    height: 34px;
    padding-top: 8px;
    border-radius: 50%;
    background: #edf4ff;
    color: var(--blue)
}

.mini-process b {
    font-size: 15px
}

.values-grid {
    grid-template-columns: repeat(5, 1fr)
}

.architecture-grid {
    display: grid;
    grid-template-columns: .85fr 1.4fr .85fr;
    gap: 18px;
    margin-top: 30px
}

.architecture-grid>article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.architecture-grid h2 {
    font-size: 16px
}

.architecture-grid p {
    display: flex;
    gap: 9px;
    font-size: 15px;
    color: var(--muted)
}

.architecture-grid p i {
    color: var(--blue);
    font-size: 16px
}

.arch-columns {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 8px;
    align-items: center
}

.arch-columns>div {
    display: grid;
    gap: 5px
}

.arch-columns span {
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 5px;
    font-size: 8px
}

.arch-columns strong {
    padding: 15px 7px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(#0d58d9, #052d8e);
    color: #fff;
    font-size: 10px
}

.arch-columns strong i {
    display: block;
    font-size: 22px
}

.arch-columns strong small {
    display: block;
    margin-top: 8px;
    font-size: 8px;
    line-height: 1.6
}

.reasons-grid {
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff
}

.reasons-grid article {
    border-bottom: 0
}

@media(max-width:991px) {
    .challenge-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .challenge-grid article:nth-child(2n) {
        border-right: 0
    }

    .case-feature {
        grid-template-columns: 1fr 1fr
    }

    .case-feature>aside {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .case-feature>aside h3 {
        grid-column: 1/-1
    }

    .architecture-grid {
        grid-template-columns: 1fr 1fr
    }

    .architecture {
        grid-column: 1/-1
    }

    .about-overview {
        grid-template-columns: 1fr
    }

    .mission-grid {
        grid-template-columns: 1fr 1fr
    }

    .about-process {
        grid-column: 1/-1
    }

    .values-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .health-proof {
        grid-template-columns: 1fr 1fr
    }

    .health-proof .blue-panel {
        grid-column: 1/-1
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {

    .split-panels,
    .case-feature,
    .architecture-grid {
        grid-template-columns: 1fr
    }

    .case-feature>aside {
        grid-template-columns: repeat(2, 1fr)
    }

    .case-feature>aside h3 {
        grid-column: 1/-1
    }

    .case-image {
        min-height: 210px
    }

    .deliverable-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .mission-grid {
        grid-template-columns: 1fr
    }

    .about-process {
        grid-column: auto
    }

    .values-grid,
    .reasons-grid {
        grid-template-columns: 1fr
    }

    .challenge-grid {
        grid-template-columns: 1fr
    }

    .challenge-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .check-columns {
        grid-template-columns: 1fr
    }

    .health-proof {
        grid-template-columns: 1fr
    }

    .health-proof .blue-panel {
        grid-column: auto
    }

    .arch-columns {
        grid-template-columns: 1fr
    }

    .arch-columns strong {
        order: -1
    }

    .case-mini-grid {
        grid-template-columns: 1fr
    }

    .case-mini-grid span {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding-bottom: 8px
    }
}

/* ================================
   ATIKES NAVBAR
================================ */

.site-header .navbar {
    min-height: 104px;
}

.logo-link {
    text-decoration: none;
    white-space: nowrap;
    transform: translateX(-80px);
}

.atikes-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.atikes-brand-name {
    margin-left: -50px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #111a3a;
}

/* Navigation spacing */
.atikes-nav {
    gap: 8px;
}

.atikes-nav .nav-link {
    padding: 12px 14px !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

/* Consultation button */
.atikes-nav .nav-consultation {
    margin-left: 8px;
    padding: 14px 22px;
    white-space: nowrap;
}

/* Desktop container */
@media (min-width: 1200px) {
    .site-header .container {
        max-width: 1600px !important;
    }


    .atikes-nav {
        gap: 10px;
    }

    .atikes-nav .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* =========================================================
   GLOBAL CONTENT WIDTH
========================================================= */

.container {
    width: 100%;
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Smaller desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .atikes-brand-name {
        font-size: 22px;
    }

    .atikes-logo {
        width: 42px;
        height: 42px;
    }

    .atikes-nav {
        gap: 2px;
    }

    .atikes-nav .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 14px;
    }

    .atikes-nav .nav-consultation {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* Card */
.effort-card {
    background: #f7f9fc;
    border: 1px solid #dce7f6;
    border-radius: 14px;
    /* 🔥 increase size */
    padding: 45px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.effort-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.effort-header h2 {
    font-size: 24px;
    font-weight: 800;
    color: #071839;
}

.effort-header p {
    font-size: 13px;
    color: #566582;
}

/* Labels */
.effort-labels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 35px;
    text-align: center;
}

.effort-labels span {
    font-size: 12px;
    color: #566582;
    display: block;
}

.effort-labels b {
    font-size: 14px;
    color: #071839;
}

/* Bar */
.effort-bar {
    display: flex;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}

/* Segments (exact proportions) */
.seg.dark {
    width: 14%;
    background: #0b1f3a;
}

.seg.blue {
    width: 19%;
    background: #2563eb;
}

.seg.cyan {
    width: 40%;
    background: #2bb3b1;
}

.seg.blue:nth-child(4) {
    width: 17%;
}

.seg.green {
    width: 10%;
    background: #2e7d5b;
}

/* Total */
.effort-total {
    text-align: center;
    margin-top: 18px;
    font-size: 24px;
    font-weight: 800;
    color: #071839;
}


/* Outcomes */
.outcomes-section {
    margin-top: 40px;
}

.outcomes-section h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

/* Cards */
.outcome-box {
    background: #fff;
    border: 1px solid #e3eaf5;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
}

/* Icons */
.icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.icon.teal {
    background: #2bb3b1;
}

.icon.blue {
    background: #2563eb;
}

/* Text */
.outcome-box h5 {
    font-size: 15px;
    font-weight: 700;
}

.outcome-box p {
    font-size: 12px;
    color: #566582;
    margin-top: 6px;
}


/* =========================================================
   ATIKES MODERN DESIGN SYSTEM
   Global UI refresh
========================================================= */

:root {
    --navy: #071a3a;
    --navy-2: #0b2552;

    --blue: #0766e8;
    --blue-2: #2b85ff;
    --blue-soft: #edf5ff;

    --ink: #102044;
    --text: #33415d;
    --muted: #6c7890;

    --line: #e4ebf5;
    --surface: #ffffff;
    --surface-2: #f7faff;

    --shadow-sm: 0 8px 25px rgba(20, 53, 105, .06);
    --shadow-md: 0 18px 45px rgba(20, 53, 105, .10);
    --shadow-lg: 0 30px 80px rgba(20, 53, 105, .14);

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;

    --ease: cubic-bezier(.2, .75, .25, 1);
}


/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #fbfdff 45%,
            #ffffff 100%);
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

main {
    overflow: hidden;
}

section {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, Inter, sans-serif;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: -.025em;
}

p {
    color: var(--text);
}

img {
    max-width: 100%;
}



/* =========================================================
   SECTION SYSTEM
========================================================= */

.section {
    padding: 95px 0;
}

.section-tint {
    background:
        linear-gradient(180deg,
            #f7faff 0%,
            #f2f7ff 100%);
}

.section-heading {
    max-width: 780px;
    margin-bottom: 52px;
}

.section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.12;
    margin-bottom: 17px;
}

.section-heading p {
    max-width: 680px;
    font-size: 16px;
    color: var(--muted);
}


/* =========================================================
   EYEBROW
========================================================= */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 7px 12px;

    border: 1px solid #d7e6ff;
    border-radius: 999px;

    background: rgba(237, 245, 255, .8);

    color: var(--blue);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .10em;
    text-transform: uppercase;

    box-shadow: 0 4px 12px rgba(7, 102, 232, .05);
}


/* =========================================================
   BUTTONS
========================================================= */

.btn {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 46px;

    padding: 12px 20px;

    border-radius: 9px;

    font-family: Manrope, Inter, sans-serif;
    font-size: 12px;
    font-weight: 800;

    transition:
        transform .25s var(--ease),
        box-shadow .25s var(--ease),
        background .25s var(--ease);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    border: 1px solid var(--blue);

    background:
        linear-gradient(135deg,
            var(--blue),
            var(--blue-2));

    box-shadow:
        0 10px 25px rgba(7, 102, 232, .20);
}

.btn-primary:hover {
    box-shadow:
        0 16px 35px rgba(6, 37, 80, 0.27);
}

.btn-outline-primary {
    border: 1px solid #042c68;
    background: #fff;
    color: var(--blue);
}




/* =========================================================
   NAVBAR
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, .82);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(220, 231, 246, .8);

    transition:
        box-shadow .3s ease,
        background .3s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .94);

    box-shadow:
        0 10px 30px rgba(12, 39, 83, .08);
}

.navbar {
    min-height: 78px;
}

.nav-link {
    font-size: 12px;
    font-weight: 750;

    transition:
        color .2s ease,
        transform .2s ease;
}

.nav-link:hover {
    transform: translateY(-1px);
}


/* =========================================================
   MODERN HERO
========================================================= */

.marketing-hero,
.case-hero,
.contact-hero,
.new-home-hero {

    position: relative;

    padding: 50px 0 70px;

    background:
        radial-gradient(circle at 82% 24%,
            rgba(31, 126, 255, .15),
            transparent 30%),
        radial-gradient(circle at 15% 80%,
            rgba(103, 177, 255, .10),
            transparent 30%),
        linear-gradient(180deg,
            #ffffff,
            #f5f9ff);
}

.marketing-hero::before,
.case-hero::before,
.contact-hero::before,
.new-home-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(rgba(20, 90, 180, .04) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(20, 90, 180, .04) 1px,
            transparent 1px);

    background-size: 45px 45px;

    mask-image:
        linear-gradient(to bottom,
            black,
            transparent);
}

.marketing-hero h1,
.case-hero h1,
.contact-hero h1 {

    position: relative;

    font-size: clamp(38px, 5vw, 68px);

    line-height: 1.02;

    letter-spacing: -.045em;

    margin-bottom: 24px;
}

.hero-copy {

    max-width: 650px;

    font-size: 17px;
    line-height: 1.75;

    color: var(--muted);
}


/* =========================================================
   CARDS — GLOBAL UPGRADE
========================================================= */

.feature-card,
.process-card,
.scenario-card,
.service-tile,
.outcome-box,
.info-card,
.faq-card,
.story-card,
.case-fact,
.case-metric,
.case-outcome,
.audience-card {

    position: relative;

    border: 1px solid rgba(218, 228, 242, .85);

    border-radius: var(--radius-md);

    background:
        linear-gradient(180deg,
            #ffffff,
            #fbfdff);

    box-shadow:
        var(--shadow-sm);

    transition:
        transform .35s var(--ease),
        box-shadow .35s var(--ease),
        border-color .35s ease;
}

.feature-card:hover,
.process-card:hover,
.scenario-card:hover,
.service-tile:hover,
.outcome-box:hover,
.info-card:hover,
.faq-card:hover,
.story-card:hover,
.case-fact:hover,
.case-metric:hover,
.case-outcome:hover,
.audience-card:hover {

    transform: translateY(-8px);

    border-color: #c6dcfa;

    box-shadow:
        var(--shadow-md);
}


/* =========================================================
   CARD ICONS
========================================================= */

.feature-icon,
.process-icon,
.story-icon {

    transition:
        transform .35s var(--ease),
        box-shadow .35s var(--ease);
}

.feature-card:hover .feature-icon,
.process-card:hover .process-icon,
.story-card:hover .story-icon {

    transform:
        translateY(-3px) scale(1.05);

    box-shadow:
        0 10px 25px rgba(7, 102, 232, .18);
}


/* =========================================================
   PROCESS FLOW
========================================================= */

.process-grid {

    position: relative;
}

.process-card {

    padding: 28px 22px;

    min-height: 210px;
}

.process-card::after {

    content: "→";

    position: absolute;

    right: -26px;
    top: 50%;

    transform: translateY(-50%);

    color: #a8c8ef;

    font-size: 22px;
    font-weight: 700;
}

.process-card:last-child::after {
    display: none;
}


/* =========================================================
   FEATURE / SERVICE CARDS
========================================================= */

.feature-card,
.service-tile,
.story-card {

    overflow: hidden;
}

.feature-card::before,
.service-tile::before,
.story-card::before {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 3px;

    background:
        linear-gradient(90deg,
            var(--blue),
            #66b1ff);

    transform: scaleX(0);

    transform-origin: left;

    transition:
        transform .35s var(--ease);
}

.feature-card:hover::before,
.service-tile:hover::before,
.story-card:hover::before {

    transform: scaleX(1);
}


/* =========================================================
   METRICS
========================================================= */

.case-metric,
.case-fact {

    overflow: hidden;
}

.case-metric strong,
.case-fact strong {

    font-family: Manrope, Inter, sans-serif;

    font-size: 30px;

    letter-spacing: -.03em;
}

.story-metrics b {

    font-size: 25px;
}


/* =========================================================
   DARK CTA
========================================================= */

.cta-band,
.home-final-cta {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    border-radius: 24px;

    background:
        radial-gradient(circle at 85% 10%,
            rgba(84, 158, 255, .30),
            transparent 28%),
        linear-gradient(135deg,
            #061b42,
            #0a4aa8);

    box-shadow:
        0 25px 65px rgba(4, 39, 91, .20);
}

.cta-band::before,
.home-final-cta::before {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -130px;
    bottom: -180px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, .14);
}


/* =========================================================
   FORMS
========================================================= */

.form-control,
.form-select {

    min-height: 48px;

    border: 1px solid #d9e4f2;

    border-radius: 10px;

    background: #fff;

    color: var(--ink);

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.form-control:focus,
.form-select:focus {

    border-color: #7ab1f8;

    box-shadow:
        0 0 0 4px rgba(7, 102, 232, .08);
}


/* =========================================================
   FAQ
========================================================= */

.faq-card {

    overflow: hidden;

    margin-bottom: 14px;
}

.faq-question {

    position: relative;

    width: 100%;

    padding: 20px 24px;

    border: 0;

    background: #fff;

    text-align: left;

    font-family: Manrope, Inter, sans-serif;

    font-weight: 800;

    color: var(--ink);
}

.faq-question::after {

    content: "+";

    position: absolute;

    right: 24px;

    top: 50%;

    transform: translateY(-50%);

    color: var(--blue);

    font-size: 22px;

    transition: transform .25s ease;
}

.faq-question.open::after {
    content: "−";
}

.faq-answer {

    max-height: 0;

    overflow: hidden;

    padding: 0 24px;

    color: var(--muted);

    transition:
        max-height .4s ease,
        padding .4s ease;
}

.faq-answer.open {

    max-height: 500px;

    padding:
        0 24px 22px;
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.reveal {

    opacity: 0;

    transform:
        translateY(35px);

    transition:
        opacity .8s var(--ease),
        transform .8s var(--ease);
}

.reveal.visible {

    opacity: 1;

    transform:
        translateY(0);
}


/* =========================================================
   STAGGER ANIMATION
========================================================= */

[data-delay="1"] {
    transition-delay: .08s;
}

[data-delay="2"] {
    transition-delay: .16s;
}

[data-delay="3"] {
    transition-delay: .24s;
}

[data-delay="4"] {
    transition-delay: .32s;
}

[data-delay="5"] {
    transition-delay: .40s;
}


/* =========================================================
   FLOATING EFFECT
========================================================= */

.float-animation {

    animation:
        atikesFloat 5s ease-in-out infinite;
}

@keyframes atikesFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-10px);
    }
}


/* =========================================================
   PULSE
========================================================= */

.pulse-animation {

    animation:
        atikesPulse 3s ease-in-out infinite;
}

@keyframes atikesPulse {

    0%,
    100% {
        box-shadow:
            0 0 0 0 rgba(7, 102, 232, .18);
    }

    50% {
        box-shadow:
            0 0 0 18px rgba(7, 102, 232, 0);
    }
}


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

@media (max-width: 991px) {

    .section {
        padding: 75px 0;
    }

    .process-card::after {
        display: none;
    }

}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .section {
        padding: 60px 0;
    }

    .marketing-hero,
    .case-hero,
    .contact-hero,
    .new-home-hero {
        padding: 35px 0;
    }

    .marketing-hero h1,
    .case-hero h1,
    .contact-hero h1 {
        font-size: 40px;
    }

    .section-heading {
        margin-bottom: 32px;
    }

}

.btn {
    overflow: hidden;
}

.button-ripple {

    position: absolute;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .55);

    transform:
        translate(-50%, -50%) scale(0);

    pointer-events: none;

    animation:
        buttonRipple .6s ease-out;
}

@keyframes buttonRipple {

    to {

        transform:
            translate(-50%, -50%) scale(25);

        opacity: 0;

    }

}

/* =========================================================
   PROCESS FLOW
========================================================= */

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.process-card {
    position: relative;
    min-height: 230px;
    padding: 30px 24px;

    background: #ffffff;

    border: 1px solid #e0e9f5;
    border-radius: 16px;

    box-shadow: 0 8px 25px rgba(20, 53, 105, 0.06);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.process-card:hover {
    transform: translateY(-8px);
    border-color: #b9d5f8;
    box-shadow: 0 20px 45px rgba(20, 53, 105, 0.12);
}

/* Number circle */
.process-card .process-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: linear-gradient(135deg,
            #eaf3ff,
            #d8eaff);

    color: #0766e8;

    font-size: 13px;
    font-weight: 800;
}

/* Icon */
.process-card .process-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 12px;

    background: #f1f6ff;

    color: #0766e8;

    font-size: 20px;
}

.process-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #6c7890;
}

/* Connecting line */
@media (min-width: 992px) {

    .process-card:not(:last-child)::after {
        content: "";

        position: absolute;

        width: 28px;
        height: 1px;

        right: -24px;
        top: 52px;

        background: #b9d3f5;
    }

}

@media (max-width: 991px) {

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

}

@media (max-width: 575px) {

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

}

/* =========================================================
   SHARED CTA - SERVICES / SOLUTIONS / INNER PAGES
========================================================= */

.cta-band {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 1600px;

    margin: 45px auto 60px;

    padding: 0;

    border-radius: 22px;

    background:
        radial-gradient(circle at 90% 10%,
            rgba(84, 158, 255, 0.28),
            transparent 30%),
        linear-gradient(135deg,
            #061b42,
            #0a4aa8);

    color: #ffffff;
}

.cta-band .container {
    max-width: 1600px !important;

    min-height: 150px;

    padding: 32px 55px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.cta-band h2 {
    margin: 0 0 8px;

    color: #ffffff !important;

    font-family: Manrope, Inter, sans-serif;

    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
}

.cta-band p {
    margin: 0;

    max-width: 760px;

    color: #ffffff !important;

    font-size: 13px;
    line-height: 1.5;
}

.cta-band .btn {
    min-width: 155px;
    min-height: 48px;

    padding: 12px 22px;

    border-radius: 10px;

    white-space: nowrap;

    font-size: 12px;
    font-weight: 700;
}

/* Agentic AI identity-security capability */
.agentic-service {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 40px;
    align-items: start;
    padding: 42px;
    border: 1px solid rgba(198, 220, 250, .9);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, #fff 0%, #f2f8ff 100%);
    box-shadow: var(--shadow-sm);
}

.agentic-service-copy h2 {
    max-width: 650px;
}

.agentic-service-copy>p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.75;
}

.agentic-capabilities {
    padding: 26px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(218, 228, 242, .85);
}

.agentic-capabilities h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.agentic-capabilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.agentic-capabilities li {
    color: var(--muted);
    line-height: 1.45;
    display: flex;
    gap: 9px;
}

.agentic-capabilities i {
    color: var(--blue);
}

@media (max-width:767px) {
    .agentic-service {
        grid-template-columns: 1fr;
        padding: 26px;
        gap: 24px;
    }
}

.partner-hero-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(218, 228, 242, .9);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--shadow-sm);
}

.partner-logo-item {
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 10px;
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-logo-item span {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    text-align: center;
}

.partner-offerings {
    padding-top: 26px;
}

.partner-cta {
    margin: 18px auto 0;
    max-width: 1200px;
    border-radius: 10px;
    background: linear-gradient(90deg, #edf5ff, #f8fbff);
    color: var(--navy);
}

.partner-cta h2,
.partner-cta p {
    color: var(--navy) !important;
}

.partner-cta .btn {
    background: var(--blue);
    color: #fff;
}

@media (max-width:767px) {
    .partner-hero-logos {
        font-size: 11px;
        gap: 9px 12px;
    }
}

/* Featured case-study identity dashboard */
.case-feature .case-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: linear-gradient(135deg, #e9f4ff, #a8d2fb);
}

.identity-dashboard {
    display: grid;
    grid-template-columns: 30px 1fr;
    width: 100%;
    max-width: 390px;
    min-height: 248px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 4px;
    background: #f8fbff;
    box-shadow: 0 8px 22px rgba(8, 69, 148, .28);
    font-family: Inter, sans-serif;
}

.dashboard-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 15px;
    background: #082e70;
    color: #c9e4ff;
    font-size: 10px;
}

.dashboard-content {
    padding: 10px 11px;
    color: #162c52;
}

.dashboard-title {
    margin-bottom: 8px;
    font-size: 9px;
    font-weight: 800;
}

.dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.dashboard-metrics span {
    min-width: 0;
    padding: 6px;
    border: 1px solid #e3eaf5;
    border-radius: 3px;
    background: #fff;
}

.dashboard-metrics small {
    display: block;
    overflow: hidden;
    color: #74849d;
    font-size: 5px;
    white-space: nowrap;
}

.dashboard-metrics b {
    display: block;
    margin-top: 2px;
    font-size: 11px;
}

.dashboard-metrics i {
    color: #1ab979;
    font-size: 7px;
}

.dashboard-charts {
    display: grid;
    grid-template-columns: 1.22fr .95fr;
    gap: 7px;
    margin-top: 7px;
}

.dashboard-charts>div,
.recent-activity {
    padding: 7px;
    border: 1px solid #e3eaf5;
    border-radius: 3px;
    background: #fff;
}

.dashboard-charts b,
.recent-activity>b {
    display: block;
    font-size: 6px;
}

.line-chart svg {
    width: 100%;
    height: 68px;
    margin-top: 4px;
}

.line-chart .grid-line {
    fill: none;
    stroke: #e6edf7;
    stroke-width: 1;
}

.line-chart polyline {
    fill: none;
    stroke: #1266ee;
    stroke-width: 2.3;
}

.line-chart text {
    fill: #8190a7;
    font-size: 6px;
}

.provisioning-chart {
    position: relative;
}

.donut {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-top: 7px;
    border-radius: 50%;
    background: conic-gradient(#1266ee 0 72%, #75aaf7 72% 88%, #d7e7ff 88% 100%);
}

.donut::before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
}

.donut span {
    position: absolute;
    top: 39px;
    left: 15px;
    font-size: 6px;
    font-weight: 800;
}

.provisioning-chart ul {
    position: absolute;
    top: 24px;
    right: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #71819a;
    font-size: 5px;
    line-height: 1.8;
}

.provisioning-chart li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 3px;
    border-radius: 50%;
    background: #1266ee;
}

.provisioning-chart li:nth-child(2) i {
    background: #75aaf7;
}

.provisioning-chart li:nth-child(3) i {
    background: #d7e7ff;
}

.recent-activity {
    margin-top: 7px;
}

.recent-activity div {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.2fr .85fr .6fr;
    gap: 3px;
    margin-top: 6px;
    padding: 6px 4px;
    color: #63738b;
    font-size: 5px;
    background: #f8fbff;
}

.recent-activity em {
    color: #16a970;
    font-style: normal;
    font-weight: 800;
}

@media (max-width:767px) {
    .identity-dashboard {
        min-height: 220px;
    }

    .case-feature .case-image {
        min-height: 250px;
    }
}

/* About page composition */
.about-hero-visual {
    width: 100%;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
}

.about-hero-visual img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

@media (max-width: 767px) {
    .about-hero-visual {
        min-height: 250px;
    }

    .about-hero-visual img {
        max-height: 300px;
    }
}
.about-hero-visual::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 170px;
    opacity: .24;
    background: repeating-linear-gradient(90deg, transparent 0 27px, #3282dd 28px 29px), repeating-linear-gradient(0deg, transparent 0 27px, #3282dd 28px 29px);
    transform: perspective(250px) rotateX(58deg);
}

.about-hero-visual>i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff;
    color: #0967e6;
    box-shadow: 0 16px 26px rgba(12, 96, 208, .25);
    font-size: 47px;
}

.about-node {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #0967e6;
    box-shadow: 0 6px 12px rgba(12, 96, 208, .16);
}

.about-node.node-a {
    top: 45px;
    right: 24%;
}

.about-node.node-b {
    top: 47%;
    right: 8%;
}

.about-node.node-c {
    bottom: 30px;
    right: 34%;
}

.about-intro {
    padding-bottom: 38px;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.about-intro h2 {
    max-width: 400px;
}

.about-intro p {
    color: var(--muted);
    line-height: 1.7;
}

.about-contact-card {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff, #f5faff);
    box-shadow: var(--shadow-sm);
}

.about-contact-card>p {
    color: var(--ink);
    font-size: 17px;
    font-weight: 650;
}

.about-contact-card>div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 14px;
}

.about-contact-card>div>i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e8f2ff;
    color: var(--blue);
}

.about-contact-card footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 24px -30px -30px;
    padding: 15px 22px;
    border-radius: 0 0 12px 12px;
    background: #f8fbff;
    color: #62728d;
    font-size: 10px;
}

.about-contact-card footer i {
    color: var(--blue);
}

.about-contact-card:has(img) {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.about-contact-card:has(img) img {
    display: block;
    width: 100%;
    height: auto;
}

.about-values {
    padding-top: 42px;
}

.about-value-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 12px;
}

.about-value-grid article {
    padding: 20px;
    border: 1px solid #dde8f6;
    border-radius: 10px;
    background: #fff;
}

.about-value-grid article>i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #e7f1ff;
    color: var(--blue);
}

.about-value-grid h3 {
    font-size: 15px;
}

.about-value-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.about-proof {
    padding-top: 28px;
    padding-bottom: 28px;
}

.about-metric-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 0;
    border: 1px solid #dce8f6;
    border-radius: 10px;
    background: #f8fbff;
}

.about-metric-row span {
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #e0e9f5;
}

.about-metric-row span:last-child {
    border: 0;
}

.about-metric-row b {
    display: block;
    color: var(--blue);
    font-size: 24px;
}

.about-metric-row small {
    color: var(--muted);
    font-size: 10px;
}

.leadership {
    padding-top: 30px;
}

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

.leadership-grid article {
    padding: 0 15px 17px;
    overflow: hidden;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
}

.leader-photo {
    position: relative;
    display: grid;
    place-items: center;
    height: 150px;
    margin: 0 -15px 14px;
    background: linear-gradient(135deg, #dce8f4, #9cb3c9);
    color: #fff;
    font-size: 58px;
}

.leader-photo span {
    position: absolute;
    right: 10px;
    bottom: 8px;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(8, 43, 96, .7);
    font-size: 10px;
    font-weight: 800;
}

.leadership-grid h3 {
    margin: 0;
    font-size: 14px;
}

.leadership-grid small {
    color: var(--blue);
    font-size: 10px;
    font-weight: 700;
}

.leadership-grid p {
    min-height: 48px;
    margin: 9px 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}

.leadership-grid>article>i {
    color: var(--blue);
    font-size: 13px;
}

/* Keep the three Contact cards visually balanced. */
.contact-hero .row>[class*="col-lg-4"] {
    display: flex;
}

.contact-side {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    flex: 1;
}

.contact-side article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.contact-side article .btn {
    align-self: flex-start;
}

@media (max-width:991px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-value-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-value-grid article:first-child {
        grid-column: span 3;
    }

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

@media (max-width:767px) {

    .about-value-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .about-value-grid article:first-child {
        grid-column: auto;
    }

    .about-metric-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 0;
    }

    .about-metric-row span:nth-child(2) {
        border-right: 0;
    }

    .about-metric-row span:last-child {
        grid-column: 1/-1;
    }

    .about-hero-visual {
        min-height: 220px;
    }

    .contact-hero .row>[class*="col-lg-4"] {
        display: block;
    }

    .contact-side {
        min-height: 0;
    }

    .contact-side article {
        min-height: 0;
    }
}

/* Contact desktop layout: every column reaches the same baseline and the
   three utility cards consume the full column height. */
@media (min-width:992px) {
    .contact-hero .row {
        align-items: stretch !important;
    }

    .contact-hero .row>.col-lg-4 {
        flex-direction: column;
    }

    .contact-form {
        flex: 1 1 auto;
        height: 100%;
    }

    .contact-side {
        height: 100%;
        min-height: 100%;
        grid-template-rows: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .contact-side article {
        min-height: 0;
        box-sizing: border-box;
    }
}

/* Footer navigation and GateWell company details */
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.footer-brand-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-operated {
    margin-top: 10px !important;
    color: #8fa5c6 !important;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1f3e6c;
    color: #fff;
    font-size: 12px;
}

.footer-column a,
.footer-contact>span {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.footer-column a>i,
.footer-contact>span>i {
    width: 13px;
    margin-top: 1px;
    color: #58a0ff;
}

.footer-consultation {
    align-items: center !important;
    margin-top: 14px !important;
    padding: 12px !important;
    border-radius: 8px;
    background: #0b2b60;
    color: #fff !important;
}

.footer-consultation>i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: #1469e8;
    color: #fff;
}

.footer-consultation span {
    font-size: 10px;
    line-height: 1.35;
}

.footer-consultation b {
    display: block;
    margin-top: 4px;
    color: #8fc2ff;
    font-size: 10px;
}

.footer-consultation b i {
    margin-left: 4px;
}

@media (max-width:991px) {
    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: 1/-1;
    }

    .footer-contact {
        min-width: 0;
    }
}

@media (max-width:575px) {
    .footer-main {
        grid-template-columns: 1fr;
    }

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

    .footer-brand {
        grid-column: auto;
    }
}

/* Privacy Policy and Terms of Service */
.legal-hero {
    padding: 64px 0 36px;
    background: linear-gradient(115deg, #fff, #edf6ff);
}

.legal-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.legal-hero h1 {
    margin: 4px 0 10px;
    color: var(--navy);
    font-size: clamp(36px, 5vw, 57px);
}

.legal-hero p {
    max-width: 600px;
    color: var(--muted);
}

.legal-hero small {
    color: #72819b;
    font-size: 11px;
}

.legal-hero-art {
    display: grid;
    place-items: center;
    width: 155px;
    height: 125px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0 34%, #dceeff 35% 48%, transparent 49%);
    color: var(--blue);
}

.legal-hero-art i {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border-radius: 18px;
    background: linear-gradient(145deg, #177aff, #0647bb);
    box-shadow: 0 14px 22px rgba(8, 92, 211, .25);
    color: #fff;
    font-size: 36px;
}

.legal-content {
    padding: 30px 0 18px;
    background: #fbfdff;
}

.legal-list {
    display: grid;
    gap: 8px;
}

.legal-list article {
    display: grid;
    grid-template-columns: 24px 36px 1fr;
    align-items: start;
    gap: 12px;
    padding: 15px 19px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
}

.legal-list article>span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.legal-list article>i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--blue);
}

.legal-list h2 {
    margin: 0 0 5px;
    color: var(--navy);
    font-size: 14px;
}

.legal-list p {
    margin: 0;
    color: #53637c;
    font-size: 12px;
    line-height: 1.55;
}

.legal-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding: 16px 20px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #f1f7ff;
}

.legal-contact>i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    font-size: 17px;
}

.legal-contact div {
    flex: 1;
}

.legal-contact h2 {
    margin: 0;
    font-size: 15px;
}

.legal-contact p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.legal-cta {
    padding: 18px 0 28px;
    background: #fbfdff;
}

.legal-cta .container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #edf6ff, #f9fcff);
}

.legal-cta>.container>i {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    font-size: 23px;
}

.legal-cta div div {
    flex: 1;
}

.legal-cta h2 {
    margin: 0;
    font-size: 17px;
}

.legal-cta p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.legal-cta .btn {
    white-space: nowrap;
}

.footer-bottom,
.footer-bottom-links,
.footer-bottom-links a {
    font-size: 13px;
}

@media (max-width:767px) {
    .legal-hero {
        padding-top: 42px;
    }

    .legal-hero-art {
        display: none;
    }

    .legal-list article {
        grid-template-columns: 22px 32px 1fr;
        padding: 13px;
    }

    .legal-contact,
    .legal-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-contact .btn {
        align-self: stretch;
    }

    .legal-cta .btn {
        width: 100%;
    }

    .footer-bottom,
    .footer-bottom-links,
    .footer-bottom-links a {
        font-size: 12px;
    }
}



/* =========================================================
   ABOUT - FOUNDERS PREVIEW
========================================================= */

.about-founders {
    padding-top: 80px;
    padding-bottom: 85px;
    width: 100%;
}


/* =========================================================
   FOUNDERS GRID
========================================================= */

.about-founders-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(380px, 500px));

    justify-content: center;

    gap: 100px;

    margin-top: 55px;
}


/* =========================================================
   FOUNDER CARD
========================================================= */

.about-founder-card {
    text-align: center;

    padding: 10px 20px;

    transition: transform 0.3s ease;
}


.about-founder-card:hover {
    transform: translateY(-6px);
}


/* =========================================================
   FOUNDER PHOTO
========================================================= */

.about-founder-photo {

    position: relative;

    width: 190px;
    height: 190px;

    margin: 0 auto 25px;

    overflow: visible;

    border: 1px solid #d5dce5;

    border-radius: 50%;

    background: #f3f5f7;

    padding: 6px;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Outer circle */

.about-founder-photo::before {

    content: "";

    position: absolute;

    inset: -8px;

    border: 1px solid rgba(37, 99, 235, 0.15);

    border-radius: 50%;

    pointer-events: none;
}


/* Image */

.about-founder-photo img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}


/* Hover */

.about-founder-card:hover .about-founder-photo {

    transform: scale(1.04);

    box-shadow:
        0 18px 45px rgba(37, 99, 235, 0.18);
}


/* =========================================================
   FOUNDER NAME
========================================================= */

.about-founder-card h3 {

    margin: 0;

    color: #071a41;

    font-size: 25px;

    font-weight: 800;

    line-height: 1.3;
}


/* =========================================================
   FOUNDER ROLE
========================================================= */

.about-founder-card small {

    display: block;

    margin-top: 8px;

    color: var(--blue);

    font-size: 16px;

    font-style: italic;

    font-weight: 600;

    line-height: 1.5;
}


/* =========================================================
   FOUNDER DESCRIPTION
========================================================= */

.about-founder-description {

    max-width: 480px;

    margin: 18px auto 0;

    color: #64748b;

    font-size: 16px;

    line-height: 1.7;

    text-align: center;
}


.about-founder-description p {

    margin: 0 0 14px;
}


.about-founder-description p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   COMPANY DESCRIPTION
========================================================= */

.about-company-description {

    max-width: 1050px;

    margin: 55px auto 0;

    padding: 0 20px;

    color: #334e7c;

    font-size: 17px;

    line-height: 1.7;

    text-align: center;
}


.about-company-description p {

    margin: 0 0 10px;
}


.about-company-description p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   FULL TEAM BUTTON
========================================================= */

.about-team-action {

    margin-top: 38px;

    text-align: center;
}


.about-team-action a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-width: 225px;

    padding: 15px 28px;

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #4f7ff0
        );

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.4px;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.22);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.about-team-action a:hover {

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 18px 40px rgba(37, 99, 235, 0.30);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .about-founders {

        padding-top: 70px;
        padding-bottom: 75px;
    }


    .about-founders-grid {

        grid-template-columns:
            repeat(2, minmax(300px, 1fr));

        gap: 50px;

        margin-top: 45px;
    }


    .about-founder-photo {

        width: 170px;
        height: 170px;
    }


    .about-founder-card h3 {

        font-size: 23px;
    }


    .about-founder-card small {

        font-size: 15px;
    }


    .about-founder-description {

        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-founders {

        padding-top: 60px;
        padding-bottom: 65px;
    }


    .about-founders-grid {

        grid-template-columns: 1fr;

        gap: 60px;

        margin-top: 40px;
    }


    .about-founder-photo {

        width: 175px;
        height: 175px;

        margin-bottom: 24px;
    }


    .about-founder-card h3 {

        font-size: 23px;
    }


    .about-founder-card small {

        font-size: 15px;
    }


    .about-founder-description {

        max-width: 500px;

        font-size: 15px;

        line-height: 1.65;
    }


    .about-company-description {

        margin-top: 50px;

        font-size: 15px;

        line-height: 1.65;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .about-founders-grid {

        gap: 55px;
    }


    .about-founder-photo {

        width: 155px;
        height: 155px;
    }


    .about-founder-card h3 {

        font-size: 21px;
    }


    .about-founder-card small {

        font-size: 14px;
    }


    .about-founder-description {

        font-size: 14px;
    }


    .about-company-description {

        font-size: 14px;
    }

}