/* ====== HERO SECTION ======= */
.syt-about-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at top left,
            rgba(0, 64, 128, 0.06),
            transparent 36%
        ),
        radial-gradient(
            circle at right center,
            rgba(37, 142, 166, 0.045),
            transparent 30%
        ),
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f8fafc 100%
        );
}

.syt-about-hero-inner {
    max-width: 720px;
}

.syt-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.28);
}

.syt-about-hero-title {
    margin: 0;
    max-width: 680px;
    font-family: var(--syt-font-secondary);
    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -0.055em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-hero-desc {
    max-width: 620px;
    margin-top: 32px;
    margin-bottom: 0;
    font-family: var(--syt-font-primary);
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: -.01em;
    color: var(--syt-text-light);
}

.syt-about-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 48px;
}

.syt-about-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 58px;
    padding: 0 30px;
    border-radius: 18px;
    font-family: var(--syt-font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    text-decoration: none;
    transition: all .28s ease;
}

.syt-about-btn-primary {
    background:
        linear-gradient(
            135deg,
            var(--syt-primary) 0%,
            var(--syt-primary-light) 100%
        );
    background-size: 140% 140%;
    background-position: 0% 50%;
    color: var(--syt-white);
    box-shadow:
        0 14px 34px rgba(0, 64, 128, 0.14);
}

.syt-about-btn-primary:hover {
    transform: translateY(-2px);
    color: var(--syt-white);
    box-shadow:
        0 22px 42px rgba(0, 64, 128, 0.18);
}

.syt-about-btn-primary i {
    font-size: 13px;
    transition: transform .28s ease;
}

.syt-about-btn-primary:hover i {
    transform: translateX(3px);
}

.syt-about-btn-secondary {
    border: 1px solid rgba(0, 64, 128, 0.10);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);
    color: var(--syt-text-dark);
}

.syt-about-btn-secondary:hover {
    border-color: rgba(0, 64, 128, 0.18);
    background: #ffffff;
    color: var(--syt-primary);
    transform: translateY(-2px);
}

.syt-about-hero-visual {
    position: relative;
    max-width: 520px;
    margin-left: auto;
}


.syt-about-hero-visual::before {
    content: "";
    position: absolute;
    inset: 12% 10% 12% 10%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(37, 142, 166, 0.10),
            transparent 72%
        );
    filter: blur(40px);
    z-index: 0;
}

.syt-about-hero-visual::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 14%;
    bottom: 18%;
    border-radius: 50%;
    background: var(--syt-accent);
    opacity: .45;
    z-index: 2;
}

.syt-about-hero-illustration {
    position: relative;
    z-index: 1;
}

.syt-about-hero-illustration img {
    width: 100%;
    opacity: .9;
    transform: translateY(6px);
}

.syt-about-floating-card {
    position: absolute;
    left: -10px;
    bottom: 70px;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 280px;
    padding: 20px;
    border: 1px solid rgba(0, 64, 128, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(18px);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08);
}

.syt-about-floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(0, 64, 128, 0.08);
    color: var(--syt-primary);
    flex-shrink: 0;
}

.syt-about-floating-label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--syt-font-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--syt-text-dark);
}

.syt-about-floating-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: var(--syt-text-light);
}

.syt-about-trust-chip {
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 64, 128, 0.08);
    box-shadow:
        0 14px 34px rgba(15, 23, 42, 0.06);
    font-size: 13px;
    font-weight: 600;
    color: var(--syt-text-dark);
}

.syt-about-trust-chip i {
    color: var(--syt-secondary);
}




/* ======= STORY SECTION ========= */
.syt-about-story {
    position: relative;
    background: var(--syt-white);
}

.syt-about-story-side {
    position: sticky;
    top: 120px;
}

.syt-about-story-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-story-label::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.28);
}


.syt-about-story-content {
    padding-left: 32px;
}

.syt-about-story-intro {
    position: relative;
    max-width: 640px;
    margin: 0 0 28px;
    padding-left: 20px;
    font-family: var(--syt-font-primary);
    font-size: 18px;
    line-height: 1.95;
    letter-spacing: -.015em;
    font-weight: 500;
    color: rgba(0, 64, 128, 0.88);
}

.syt-about-story-intro::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: calc(100% - 20px);
    border-radius: 999px;
    background:
        linear-gradient(
            to bottom,
            var(--syt-primary),
            rgba(0, 64, 128, 0.14)
        );
}

.syt-about-story-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-story-text {
    margin-top: 42px;
}

.syt-about-story-text p {
    margin: 0;
    font-family: var(--syt-font-primary);
    font-size: 18px;
    line-height: 2;
    letter-spacing: -.01em;
    color: var(--syt-text-light);
}

.syt-about-story-text p+p {
    margin-top: 28px;
}


.syt-about-story-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
}

.syt-about-story-meta span {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--syt-font-primary);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: -.01em;
    color: var(--syt-text-light);
}

.syt-about-story-meta span::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(0, 64, 128, 0.18);
}




/* ========= PHILOSOPHY SECTION ========= */
.syt-about-philosophy {
    position: relative;
    background:
        linear-gradient(
            to bottom,
            #f8fafc 0%,
            #fdfefe 100%
        );
}

.syt-about-philosophy::before,
.syt-about-philosophy::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background:
        linear-gradient(
            to right,
            transparent,
            rgba(0, 64, 128, 0.06),
            transparent
        );
}

.syt-about-philosophy::before {
    top: 0;
}

.syt-about-philosophy::after {
    bottom: 0;
}

.syt-about-philosophy-heading {
    max-width: 720px;
    margin-bottom: 64px;
}

.syt-about-philosophy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-philosophy-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.28);
}

.syt-about-philosophy-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-philosophy-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    height: 100%;
    padding: 42px;
    border: 1px solid rgba(0, 64, 128, 0.05);
    border-radius: 34px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.92) 0%,
            rgba(255,255,255,.78) 100%
        );
    backdrop-filter: blur(18px);
    overflow: hidden;
    transition:
        transform .32s ease,
        border-color .32s ease,
        box-shadow .32s ease;
}

.syt-about-philosophy-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background:
        linear-gradient(
            to right,
            transparent,
            rgba(255,255,255,.9),
            transparent
        );
}

.syt-about-philosophy-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 64, 128, 0.08);
    box-shadow:
        0 26px 60px rgba(15, 23, 42, 0.07);
}

.syt-about-philosophy-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background:
        linear-gradient(
            180deg,
            rgba(204, 46, 63, 0.10),
            rgba(204, 46, 63, 0.06)
        );
    color: var(--syt-accent);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.75);
    flex-shrink: 0;
}

.syt-about-philosophy-icon::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.22);
}

.syt-about-philosophy-icon i {
    font-size: 20px;
}

.syt-about-philosophy-card-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--syt-text-dark);
}

.syt-about-philosophy-card-desc {
    margin: 18px 0 0;
    font-family: var(--syt-font-primary);
    font-size: 17px;
    line-height: 1.9;
    color: var(--syt-text-light);
}





/* ======== EXPERIENCE SECTION ============== */

.syt-about-flow {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            to bottom,
            #fcfcfd 0%,
            #ffffff 100%
        );
}

.syt-about-flow-heading {
    max-width: 760px;
    margin-bottom: 80px;
}

.syt-about-flow-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-flow-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.28);
}

.syt-about-flow-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-flow-timeline {
    position: relative;
}

.syt-about-flow-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background:
        linear-gradient(
            to bottom,
            rgba(37, 142, 166, 0.18),
            rgba(37, 142, 166, 0.04)
        );
}

.syt-about-flow-item {
    position: relative;
    min-height: 260px;
}

.syt-about-flow-item + .syt-about-flow-item {
    margin-top: 42px;
}

.syt-about-flow-line {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.syt-about-flow-dot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background:
        linear-gradient(
            180deg,
            rgba(0, 64, 128, 0.12),
            rgba(0, 64, 128, 0.06)
        );
    color: var(--syt-primary);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.7),
        0 14px 34px rgba(0, 64, 128, 0.08);
    border: 6px solid #fcfcfd;
}

.syt-about-flow-dot::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 18px;
    background: rgba(255,255,255,.22);
}

.syt-about-flow-dot i {
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.syt-about-flow-card {
    position: relative;
    width: calc(50% - 72px);
    padding: 42px;
    border: 1px solid rgba(0, 64, 128, 0.05);
    border-radius: 34px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.94) 0%,
            rgba(255,255,255,.78) 100%
        );
    backdrop-filter: blur(18px);
    transition:
        transform .32s ease,
        box-shadow .32s ease,
        border-color .32s ease;
}

.syt-about-flow-card .syt-about-flow-step {
    position: relative;
}

.syt-about-flow-card::after {
    content: "";
    position: absolute;
    top: 46px;
    width: 42px;
    height: 1px;
    background:
        linear-gradient(
            to right,
            rgba(0, 64, 128, 0.14),
            rgba(0, 64, 128, 0.04)
        );
}

.syt-about-flow-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 1px;
    background:
        linear-gradient(
            to right,
            transparent,
            rgba(255,255,255,.9),
            transparent
        );
}

.syt-about-flow-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 64, 128, 0.08);
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.07);
}

.syt-about-flow-item:nth-child(odd) .syt-about-flow-card::after {
    right: -42px;
}

.syt-about-flow-item:nth-child(even) .syt-about-flow-card::after {
    left: -42px;
}


.syt-about-flow-item:nth-child(odd) .syt-about-flow-card {
    margin-right: calc(50% + 72px);
}

.syt-about-flow-item:nth-child(even) .syt-about-flow-card {
    margin-left: calc(50% + 72px);
}

.syt-about-flow-item:nth-child(even) {
    margin-top: 20px;
}

.syt-about-flow-step {
    display: inline-flex;
    margin-bottom: 18px;
    font-family: var(--syt-font-secondary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.42);
}

.syt-about-flow-item-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: var(--syt-text-dark);
}

.syt-about-flow-item-desc {
    max-width: 560px;
    margin: 18px 0 0;
    font-family: var(--syt-font-primary);
    font-size: 17px;
    line-height: 1.95;
    color: var(--syt-text-light);
}





/* ========== TRUST SECTION =========== */

.syt-about-trust {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #fbfcfd 100%
        );
}

.syt-about-trust::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 64, 128, 0.05),
            transparent 72%
        );
    pointer-events: none;
}

.syt-about-trust-left {
    max-width: 520px;
}

.syt-about-trust-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-trust-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.28);
}

.syt-about-trust-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-trust-quote {
    max-width: 440px;
    position: relative;
    margin: 42px 0 0;
    padding-left: 22px;
    font-family: var(--syt-font-secondary);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: var(--syt-text-dark);
}

.syt-about-trust-quote::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 2px;
    border-radius: 999px;
    background:
        linear-gradient(
            to bottom,
            var(--syt-primary),
            rgba(0, 64, 128, 0.12)
        );
}

.syt-about-trust-panels {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.syt-about-trust-panel {
    position: relative;
    padding: 38px 40px;
    border-radius: 30px;
    border: 1px solid rgba(0, 64, 128, 0.04);
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.94) 0%,
            rgba(248,250,252,.74) 100%
        );
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.syt-about-trust-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 1px;
    background:
        linear-gradient(
            to right,
            transparent,
            rgba(255,255,255,.92),
            transparent
        );
}

.syt-about-trust-panel::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 3px;
    height: 44px;
    border-radius: 999px;
    background:
        linear-gradient(
            to bottom,
            var(--syt-primary),
            rgba(0, 64, 128, 0.16)
        );
}

.syt-about-trust-panel:nth-child(2) {
    margin-left: 54px;
}

.syt-about-trust-panel:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 64, 128, 0.08);
    box-shadow:
        0 24px 54px rgba(15, 23, 42, 0.06);
}

.syt-about-trust-panel-title {
    margin: 0;
    font-family: var(--syt-font-secondary);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.035em;
    font-weight: 600;
    color: var(--syt-text-dark);
}

.syt-about-trust-panel-desc {
    margin: 18px 0 0;
    max-width: 560px;
    font-family: var(--syt-font-primary);
    font-size: 17px;
    line-height: 1.95;
    color: var(--syt-text-light);
}




/* ========== CTA SECTION ============= */

.syt-about-cta {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.syt-about-cta-box {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 90px 80px;
    border-radius: 42px;
    border: 1px solid rgba(0, 64, 128, 0.05);
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.96) 0%,
            rgba(248,250,252,.82) 100%
        );
    text-align: center;
    overflow: hidden;
}

.syt-about-cta-box::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 64, 128, 0.06),
            transparent 72%
        );
    pointer-events: none;
}

.syt-about-cta-eyebrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    font-family: var(--syt-font-secondary);
    font-size: 12px;
    font-weight:700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--syt-primary);
}

.syt-about-cta-eyebrow::before,
.syt-about-cta-eyebrow::after {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(0, 64, 128, 0.22);
}

.syt-about-cta-title {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    font-family: var(--syt-font-secondary);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: var(--syt-text-dark);
    text-wrap: balance;
}

.syt-about-cta-desc {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 30px auto 0;
    font-family: var(--syt-font-primary);
    font-size: 18px;
    line-height: 1.95;
    color: var(--syt-text-light);
}

.syt-about-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 46px;
}

.syt-about-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 58px;
    padding: 0 30px;
    border-radius: 18px;
    font-family: var(--syt-font-secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    text-decoration: none;
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        background-position .4s ease;
}

.syt-about-cta-btn-primary {
    background:
        linear-gradient(
            135deg,
            var(--syt-primary) 0%,
            var(--syt-primary-light) 100%
        );
    background-size: 140% 140%;
    background-position: 0% 50%;
    color: var(--syt-white);
    box-shadow:
        0 16px 38px rgba(0, 64, 128, 0.14);
}

.syt-about-cta-btn-primary:hover {
    transform: translateY(-2px);
    background-position: 100% 50%;
    color: var(--syt-white);
    box-shadow:
        0 24px 48px rgba(0, 64, 128, 0.18);
}

.syt-about-cta-btn-primary i {
    font-size: 13px;
    transition: transform .28s ease;
}

.syt-about-cta-btn-primary:hover i {
    transform: translateX(3px);
}

.syt-about-cta-btn-secondary {
    border: 1px solid rgba(0, 64, 128, 0.08);
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(10px);
    color: var(--syt-text-dark);
}

.syt-about-cta-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 64, 128, 0.14);
    background: #ffffff;
    color: var(--syt-primary);
}



/* ============================  MOBILE RESPONSIVE ===================================*/

@media (max-width: 991.98px) {
    /* hero section */
    .syt-about-hero {
        text-align: center;
    }

    .syt-about-hero-inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .syt-about-eyebrow {
        justify-content: center;
    }

    .syt-about-hero-title {
        max-width: 100%;
        font-size: clamp(40px, 9vw, 58px);
        line-height: 1.02;
    }

    .syt-about-hero-desc {
        max-width: 100%;
        margin-inline: auto;
        font-size: 17px;
        line-height: 1.85;
    }

    .syt-about-hero-actions {
        justify-content: center;
    }

    .syt-about-hero-visual {
        max-width: 460px;
        margin: 20px auto 0;
    }

    .syt-about-floating-card {
        left: 0;
        bottom: 40px;
    }

    .syt-about-trust-chip {
        right: 12px;
    }

    /* story section */
    .syt-about-story-side {
        position: relative;
        top: auto;
        margin-bottom: 18px;
    }

    .syt-about-story-content {
        padding-left: 0;
    }

    .syt-about-story-title {
        max-width: 100%;
    }

    .syt-about-story-text {
        margin-top: 30px;
    }

    .syt-about-story-meta {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 18px;
        margin-top: 22px;
    }

    /* philosophy section */
    .syt-about-philosophy-heading {
        margin-bottom: 48px;
    }

    .syt-about-philosophy-card {
        padding: 36px;
    }

    /* experience section */
    .syt-about-flow-heading {
        margin-bottom: 60px;
    }

    .syt-about-flow-card {
        width: calc(50% - 54px);
        padding: 34px;
    }

    .syt-about-flow-item-title {
        font-size: 24px;
    }

    /* trust section */
     .syt-about-trust-left {
        max-width: 100%;
    }

    /* cta section */
    .syt-about-cta-box {
        padding: 72px 56px;
    }

}

@media (max-width: 767.98px) {
    /* hero section */
    .syt-about-hero-title {
        font-size: clamp(36px, 10vw, 48px);
        letter-spacing: -0.05em;
    }

    .syt-about-hero-desc {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.9;
    }

    .syt-about-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-top: 36px;
    }

    .syt-about-btn {
        width: 100%;
        height: 56px;
        border-radius: 16px;
    }

    .syt-about-hero-visual {
        max-width: 100%;
        margin-top: 12px;
    }

    .syt-about-hero-illustration img {
        max-width: 92%;
        margin: 0 auto;
        display: block;
    }

    .syt-about-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 24px);
        margin: -20px auto 0;
        padding: 18px;
        border-radius: 24px;
    }

    .syt-about-floating-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .syt-about-trust-chip {
        position: absolute;
        top: 10px;
        right: 12px;
        padding: 12px 16px;
        font-size: 12px;
    }

    /* story section */
     .syt-about-story-label {
        gap: 10px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-story-label::before {
        width: 28px;
    }

    .syt-about-story-title {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .syt-about-story-text {
        margin-top: 24px;
    }

    .syt-about-story-text p {
        font-size: 16px;
        line-height: 1.9;
    }

    .syt-about-story-text p+p {
        margin-top: 22px;
    }

    .syt-about-story-meta span {
        font-size: 13px;
    }

    /* philosophy section */
    .syt-about-philosophy-title {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.08;
    }

    .syt-about-philosophy-card {
        gap: 22px;
        padding: 30px;
        border-radius: 28px;
    }

    .syt-about-philosophy-card-title {
        font-size: 22px;
    }

    .syt-about-philosophy-card-desc {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.85;
    }

    /* experience section */
    .syt-about-flow-heading {
        margin-bottom: 48px;
    }

    .syt-about-flow-title {
        font-size: clamp(30px, 8vw, 42px);
    }

    .syt-about-flow-timeline::before {
        left: 25px;
        transform: none;
    }

    .syt-about-flow-item {
        min-height: auto;
    }

    .syt-about-flow-item + .syt-about-flow-item {
        margin-top: 30px;
    }

    .syt-about-flow-line {
        left: 25px;
        transform: none;
    }

    .syt-about-flow-dot {
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }

    .syt-about-flow-dot::before {
        inset: 8px;
        border-radius: 12px;
    }

    .syt-about-flow-dot i {
        font-size: 16px;
    }

    .syt-about-flow-card {
        width: auto;
        margin-left: 78px !important;
        margin-right: 0 !important;
        padding: 26px;
        border-radius: 24px;
    }

    .syt-about-flow-step {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .syt-about-flow-item-title {
        font-size: 22px;
    }

    .syt-about-flow-item-desc {
        max-width: 100%;
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.85;
    }

    /* trust section */
    .syt-about-trust-title {
        font-size: clamp(30px, 8vw, 42px);
    }

    .syt-about-trust-quote {
        margin-top: 32px;
        padding-left: 20px;
        font-size: 18px;
        line-height: 1.7;
    }

    .syt-about-trust-panel {
        padding: 28px;
        border-radius: 24px;
    }

    .syt-about-trust-panel-title {
        font-size: 22px;
    }

    .syt-about-trust-panel-desc {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.85;
    }

    /* cta sectoin */
    .syt-about-cta-box {
        padding: 56px 32px;
        border-radius: 32px;
    }

    .syt-about-cta-title {
        font-size: clamp(32px, 8vw, 44px);
    }

    .syt-about-cta-desc {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.9;
    }

    .syt-about-cta-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-top: 36px;
    }

    .syt-about-cta-btn {
        width: 100%;
    }

}

@media (max-width: 575.98px) {

    /* hero section */
    .syt-about-eyebrow {
        gap: 10px;
        margin-bottom: 22px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-eyebrow::before {
        width: 28px;
    }

    .syt-about-hero-title {
        font-size: 34px;
        line-height: 1;
    }

    .syt-about-hero-desc {
        font-size: 15px;
        line-height: 1.85;
    }

    .syt-about-btn {
        height: 54px;
        padding-inline: 22px;
        font-size: 13px;
    }

    .syt-about-floating-card {
        gap: 14px;
        padding: 16px;
        border-radius: 22px;
    }

    .syt-about-floating-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .syt-about-floating-label {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .syt-about-floating-content p {
        font-size: 12.5px;
    }

    .syt-about-trust-chip {
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        font-size: 11px;
    }

    .syt-about-trust-chip i {
        font-size: 11px;
    }

    /* story section */
    .syt-about-story-side {
        margin-bottom: 12px;
    }

   .syt-about-story-intro {
        margin-bottom: 20px;
        padding-left: 16px;
        font-size: 15px;
        line-height: 1.85;
    }

    .syt-about-story-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .syt-about-story-text p {
        font-size: 15px;
        line-height: 1.85;
    }

    .syt-about-story-meta {
        gap: 10px 16px;
        margin-top: 18px;
    }

    .syt-about-story-meta span {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .syt-about-story-meta span::before {
        width: 5px;
        height: 5px;
        margin-right: 10px;
    }

    /* philosophy section */
    .syt-about-philosophy-heading {
        margin-bottom: 38px;
    }

    .syt-about-philosophy-eyebrow {
        gap: 10px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-philosophy-eyebrow::before {
        width: 28px;
    }

    .syt-about-philosophy-title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .syt-about-philosophy-card {
        flex-direction: column;
        gap: 20px;
        padding: 24px;
        border-radius: 24px;
    }

    .syt-about-philosophy-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .syt-about-philosophy-icon i {
        font-size: 18px;
    }

    .syt-about-philosophy-card-title {
        font-size: 20px;
    }

    .syt-about-philosophy-card-desc {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.8;
    }

    /* experience section */
    .syt-about-flow-eyebrow {
        gap: 10px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-flow-eyebrow::before {
        width: 28px;
    }

    .syt-about-flow-title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .syt-about-flow-card {
        margin-left: 68px !important;
        padding: 22px;
    }

    .syt-about-flow-item-title {
        font-size: 20px;
    }

    .syt-about-flow-item-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    /* trust section */
    .syt-about-trust-eyebrow {
        gap: 10px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-trust-eyebrow::before {
        width: 28px;
    }

    .syt-about-trust-title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .syt-about-trust-panel {
        padding: 24px;
    }

    .syt-about-trust-panel:nth-child(2) {
        margin-left: 0;
    }

    /* cta section */
    .syt-about-cta-box {
        padding: 48px 22px;
        border-radius: 28px;
    }

    .syt-about-cta-eyebrow {
        gap: 10px;
        margin-bottom: 22px;
        font-size: 11px;
        letter-spacing: .16em;
    }

    .syt-about-cta-eyebrow::before,
    .syt-about-cta-eyebrow::after {
        width: 24px;
    }

    .syt-about-cta-title {
        font-size: 28px;
        letter-spacing: -0.04em;
    }

    .syt-about-cta-desc {
        font-size: 15px;
        line-height: 1.85;
    }

    .syt-about-cta-btn {
        height: 54px;
        border-radius: 16px;
        font-size: 13px;
    }

}