:root {
    --about-bg: #050b1a;
    --about-bg-soft: #101a2d;
    --about-card: #0f172b;
    --about-card-2: #16233f;
    --about-line: rgba(255, 255, 255, 0.08);
    --about-text: #ffffff;
    --about-muted: rgba(255, 255, 255, 0.68);
    --about-blue: #2f6bff;
    --about-blue-2: #77a2ff;
    --about-radius-xl: 30px;
    --about-radius-lg: 22px;
    --about-radius-md: 18px;
    --about-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}

body {
    background: var(--about-bg);
}

.about-page {
    background-color: #fff;
    color: var(--about-text);
    overflow: hidden;
}

.about-page img {
    display: block;
    width: 100%;
    height: auto;
}

.navbar-standard {
    background: rgba(4, 10, 22, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background .25s ease, box-shadow .25s ease;
}

.navbar-standard.navbar-scrolled {
    background: rgba(4, 10, 22, 0.92);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

.about-hero,
.about-trusted,
.about-highlights,
.about-story,
.about-team,
.about-values,
.about-process, {
    padding: 88px 0;
    background-color: #fff !important;
}
.about-cta {
    padding: 8px 0;
}
.about-hero {
    padding-top: 1px;
    padding-bottom: 80px;
}

.about-hero__grid,
.story-grid,
.values-grid {
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 48px;
    align-items: center;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
}

.about-title {
    font-size: 64px;
    line-height: 0.98;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 22px;
    max-width: 700px;
}

.about-title span,
.story-content h2 span {
    color: var(--about-blue);
}
/* ========================================
   SAAS SHOWCASE SECTION
======================================== */
.about-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.about-reveal.is-revealed {
    opacity: 1;
    transform: translateY(0);
}


.trusted-item {
    cursor: pointer;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    font: inherit;
    transition: border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.trusted-item:hover,
.trusted-item.is-active {
    border-color: #3867ff;
    color: #3867ff;
    box-shadow: 0 16px 40px rgba(56, 103, 255, .12);
}

.about-service-preview {
    max-width: 820px;
    min-height: 118px;
    margin: 28px auto 0;
    padding: 26px 32px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);
    color: #111;
}

.about-service-preview strong {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    color: #111;
}

.about-service-preview p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}
/* New SaaS hero block for About page. All classes are namespaced to avoid conflicts with about.css */
.saas-showcase {
    position: relative;
    padding: 1px 0 1px;
    background: #ffffff;
    color: #111827;
    overflow: hidden;
}

.saas-showcase::before {
    content: "";
    position: absolute;
    inset: auto -120px -220px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
}

.saas-showcase__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 72px;
    align-items: center;
}

.saas-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 17px;
    margin-bottom: 28px;
    border: 1px solid #151515;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.saas-showcase__title {
    max-width: 700px;
    margin: 0 0 24px;
    color: #171717;
    font-size: clamp(46px, 5.8vw, 46px);
    line-height: .93;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.saas-showcase__title span {
    color: #356dff;
}

.saas-showcase__text {
    max-width: 760px;
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.75;
}

.saas-showcase__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.saas-showcase__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.saas-showcase__stat {
    min-height: 124px;
    padding: 24px 26px;
    border: 1px solid #151515;
    border-radius: 22px;
    background: rgba(255, 255, 255, .78);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.saas-showcase__stat:hover {
    transform: translateY(-4px);
    border-color: rgba(53, 109, 255, .65);
    box-shadow: 0 18px 50px rgba(33, 73, 160, .10);
}

.saas-showcase__stat strong {
    display: block;
    margin-bottom: 10px;
    color: #1f68d8;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.saas-showcase__stat span {
    display: block;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.35;
}

.saas-showcase__visual {
    position: relative;
    min-height: 560px;
}

.saas-showcase__image-wrap {
    position: absolute;
    inset: 24px 0 0 74px;
    overflow: hidden;
    border-radius: 34px;
    background: #0d1424;
}

.saas-showcase__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 15, 30, .64), rgba(8, 15, 30, .10) 45%, rgba(8, 15, 30, .22)),
        radial-gradient(circle at 82% 16%, rgba(53, 109, 255, .35), rgba(53, 109, 255, 0) 34%);
    pointer-events: none;
}

.saas-showcase__image-wrap img,
.saas-showcase__image-bg {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transform: scale(1.02);
}

.saas-showcase__panel {
    position: absolute;
    z-index: 3;
    display: block;
    border: 1px solid rgba(255, 255, 255, .70);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #111827;
    animation: saasPanelFloat 5.2s ease-in-out infinite;
}

.saas-showcase__panel--course {
    top: 108px;
    left: 0;
    width: 280px;
    padding: 16px;
}

.saas-showcase__panel--course .saas-showcase__panel-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.saas-showcase__panel-tab {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #334155;
    font-size: 10px;
    font-weight: 700;
}

.saas-showcase__panel-tab.is-active {
    background: #c8ff38;
    color: #111111;
}

.saas-showcase__task {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    font-size: 12px;
    color: #334155;
}

.saas-showcase__task:last-child {
    border-bottom: 0;
}

.saas-showcase__status {
    padding: 4px 8px;
    border-radius: 999px;
    background: #e8f0ff;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.saas-showcase__panel--status {
    top: 96px;
    right: -6px;
    width: 270px;
    padding: 14px;
    animation-delay: .6s;
}

.saas-showcase__status-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
}

.saas-showcase__avatar {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #dbeafe, #93c5fd);
    overflow: hidden;
}

.saas-showcase__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saas-showcase__status-card strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
}

.saas-showcase__status-card span {
    color: #64748b;
    font-size: 12px;
}

.saas-showcase__panel--topics {
    right: -2px;
    bottom: 76px;
    width: 270px;
    padding: 16px;
    animation-delay: 1.1s;
}

.saas-showcase__topics-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.saas-showcase__topics-head strong {
    color: #111827;
    font-size: 15px;
}

.saas-showcase__topics-head span {
    color: #94a3b8;
    font-size: 12px;
}

.saas-showcase__topic-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
}

.saas-showcase__topic-item.is-bright {
    margin-top: 8px;
    background: #c8ff38;
    color: #111111;
}

.saas-showcase__panel--tag {
    left: 52px;
    bottom: 92px;
    padding: 16px 18px;
    background: #101827;
    border-color: rgba(255, 255, 255, .12);
    color: #ffffff;
    animation-delay: 1.6s;
}

.saas-showcase__panel--tag strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.saas-showcase__panel--tag span {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.saas-showcase__decor-line {
    position: absolute;
    z-index: 2;
    right: 122px;
    top: 80px;
    width: 1px;
    height: 380px;
    background: rgba(255, 255, 255, .58);
    opacity: .7;
}

.saas-showcase__decor-line::before,
.saas-showcase__decor-line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #111827;
    transform: translateX(-50%);
}

.saas-showcase__decor-line::before {
    top: 0;
}

.saas-showcase__decor-line::after {
    bottom: 0;
}

@keyframes saasPanelFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}

@media (max-width: 1199.98px) {
    .saas-showcase__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .saas-showcase__visual {
        min-height: 620px;
    }

    .saas-showcase__image-wrap {
        inset: 0 40px 0 90px;
    }
}

@media (max-width: 767.98px) {
    .saas-showcase {
        padding: 72px 0 68px;
    }

    .saas-showcase__title {
        font-size: 44px;
        line-height: .98;
    }

    .saas-showcase__text {
        font-size: 16px;
    }

    .saas-showcase__stats {
        grid-template-columns: 1fr;
    }

    .saas-showcase__visual {
        min-height: auto;
        padding-top: 0;
    }

    .saas-showcase__image-wrap {
        position: relative;
        inset: auto;
        min-height: 420px;
        border-radius: 28px;
    }

    .saas-showcase__image-bg {
        min-height: 420px;
    }

    .saas-showcase__decor-line,
    .saas-showcase__panel--course,
    .saas-showcase__panel--status,
    .saas-showcase__panel--topics,
    .saas-showcase__panel--tag {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 14px;
        animation: none;
    }
}




.about-description,
.section-head p,
.story-content p,
.values-content p,
.cta-box p,
.team-card__body p,
.process-card p,
.highlight-quote p,
.highlight-quote__author span,
.mini-stat-card span,
.story-stat span,
.phragma-about-footer__text {
    color: #1a1a1a;
}

.highlight-stat span {
    color: #1a1a1a;
    margin-bottom: 28px;
}

.highlight-card__overlay p{
    color: #fff;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 28px;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

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

.mini-stat-card,
.story-stat,
.process-card,
.team-card,
.trusted-item,
.highlight-card,
.cta-box {
    border: 1px solid #1a1a1a;
}

.mini-stat-card {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.mini-stat-card strong,
.story-stat strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #1a68d1;
    margin-bottom: 8px;
}

.hero-image-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--about-radius-xl);
    border: 1px solid var(--about-line);
    box-shadow: var(--about-shadow);
    background: rgba(255, 255, 255, 0.04);
}

.hero-image-card img {
    aspect-ratio: 0.92 / 1;
    object-fit: cover;
}

.floating-badge {
    position: absolute;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(7, 14, 28, 0.72);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.floating-badge strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

.floating-badge span {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}

.floating-badge--top {
    top: 22px;
    right: 22px;
}

.floating-badge--bottom {
    left: 22px;
    bottom: 22px;
    max-width: 260px;
}

.section-head {
    margin-bottom: 42px;
}

.section-head--center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-head--between {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.section-head h2,
.story-content h2,
.values-content h2,
.cta-box h2 {
    font-size: 42px;
    line-height: 1.12;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}

.section-head p,
.story-content p,
.values-content p,
.cta-box p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    color: #000;
}

.trusted-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.trusted-item {
    min-height: 74px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.about-chip-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    color: #dce8ff;
    background: rgba(47, 107, 255, 0.14);
    border: 1px solid rgba(47, 107, 255, 0.24);
    transition: .25s ease;
}

.about-chip-link:hover {
    color: #fff;
    background: rgba(47, 107, 255, 0.22);
}

.highlights-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 18px;
}

.highlight-card {
    min-height: 230px;
    border-radius: var(--about-radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}

.highlight-card--large {
    grid-row: span 2;
    min-height: 478px;
}

.highlight-card--large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
    color: #fff;
}

.highlight-card__overlay h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.highlight-stat,
.highlight-quote {
    height: 80%;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.highlight-stat strong {
    display: block;
    font-size: 56px;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.highlight-stat span {
    font-size: 15px;
    line-height: 1.7;
}

.highlight-card--dark {
    background: linear-gradient(180deg, rgba(21, 33, 61, 0.94), rgba(9, 17, 32, 1));
}

.highlight-quote p {
    font-size: 19px;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 24px;
}

.highlight-quote__author strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

.story-media img,
.values-media img {
    border-radius: var(--about-radius-xl);
    border: 1px solid var(--about-line);
    box-shadow: var(--about-shadow);
    aspect-ratio: 1.06 / 0.8;
    object-fit: cover;
}

.story-stat {
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.04);
}

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

.team-card {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    transition: transform .25s ease, border-color .25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 107, 255, 0.35);
}

.team-card img {
    aspect-ratio: 0.85 / 1;
    object-fit: cover;
}

.team-card__body {
    padding: 18px 18px 20px;
    text-align: center;
}

.team-card__body h3 {
    color: #1a1a1a;
    font-size: 20px;
    margin-bottom: 8px;
}

.value-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.value-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.04);
    border: 1px solid var(--about-line);
    font-size: 14px;
}

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

.process-card {
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.process-step {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(47, 107, 255, 0.12);
    border: 1px solid rgba(47, 107, 255, 0.25);
    color: #dce8ff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

.process-card h3 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.cta-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    padding: 54px 40px;
    border-radius: 10px;
    background: #ffffff;
}

.cta-box p {
    max-width: 680px;
    margin: 0 auto;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.phragma-about-footer {
    padding: 44px 0 26px;
    background: #040914;
    border-top: 1px solid rgba(255,255,255,.06);
}

.phragma-about-footer__top,
.phragma-about-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.phragma-about-footer__top {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.phragma-about-footer__text {
    max-width: 520px;
    margin: 14px 0 0;
    line-height: 1.7;
    font-size: 15px;
}

.phragma-about-footer__contacts,
.phragma-about-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.phragma-about-footer__contacts a,
.phragma-about-footer__bottom span,
.phragma-about-footer__links a {
    color: rgba(255,255,255,.72);
    text-decoration: none;
    font-size: 14px;
}

.phragma-about-footer__contacts a:hover,
.phragma-about-footer__links a:hover {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .about-title {
        font-size: 58px;
    }

    .section-head h2,
    .story-content h2,
    .values-content h2,
    .cta-box h2 {
        font-size: 38px;
    }
}

@media (max-width: 1199.98px) {
    .about-hero__grid,
    .story-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .highlight-card--large {
        grid-row: auto;
        min-height: 420px;
    }
}

@media (max-width: 991.98px) {
    .about-hero,
    .about-trusted,
    .about-highlights,
    .about-story,
    .about-team,
    .about-values,
    .about-process,
    .about-cta {
        padding: 72px 0;
        background-color: #fff !important;
    }

    .about-hero {
        padding-top: 132px;
    }

    .about-title {
        font-size: 46px;
    }

    .section-head h2,
    .story-content h2,
    .values-content h2,
    .cta-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        padding-top: 118px;
    }

    .about-title {
        font-size: 38px;
    }

    .section-head h2,
    .story-content h2,
    .values-content h2,
    .cta-box h2 {
        font-size: 30px;
    }

    .trusted-grid,
    .team-grid,
    .process-grid,
    .about-hero__stats,
    .story-stats {
        grid-template-columns: 1fr;
    }

    .cta-box {
        padding: 38px 22px;
    }

    .highlight-stat strong {
        font-size: 46px;
    }

    .phragma-about-footer__top,
    .phragma-about-footer__bottom {
        flex-direction: column;
    }
}
