/* =========================================================
   ABOUT PAGE — PHASE 2
   Load after about-redesign.css
========================================================= */

.about-story {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(47,158,219,.08), transparent 27%),
        #fff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 75px;
    align-items: center;
}

.about-story-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(47,158,219,.16), transparent 42%),
        linear-gradient(145deg, #f9fcfe, #eaf4fa);
    box-shadow: 0 25px 65px rgba(13,34,56,.10);
}

.story-orbit {
    position: absolute;
    border: 1px solid rgba(47,158,219,.23);
    border-radius: 50%;
}

.story-orbit-one {
    width: 350px;
    height: 350px;
}

.story-orbit-two {
    width: 470px;
    height: 470px;
    border-style: dashed;
    animation: storySpin 32s linear infinite;
}

.story-core {
    position: relative;
    z-index: 2;
    width: 225px;
    min-height: 225px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: linear-gradient(145deg, #0d2238, #1174b5);
    box-shadow: 0 25px 55px rgba(13,34,56,.24);
}

.story-core-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255,255,255,.14);
    font-size: 25px;
}

.story-core strong {
    color: #fff;
    font-size: 23px;
}

.story-core small {
    max-width: 150px;
    margin-top: 7px;
    color: rgba(255,255,255,.72);
    line-height: 1.5;
}

.story-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 12px;
    color: var(--navy);
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 35px rgba(13,34,56,.12);
    font-size: 13px;
    font-weight: 700;
}

.story-chip i {
    color: var(--sky-dark);
}

.story-chip-one { top: 85px; left: 35px; }
.story-chip-two { top: 155px; right: 25px; }
.story-chip-three { left: 65px; bottom: 70px; }

.about-story-content h2,
.quality-copy h2 {
    margin: 14px 0 22px;
    color: var(--navy);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.14;
    letter-spacing: -1px;
}

.about-story-content h2 span {
    color: var(--sky-dark);
}

.about-story-content > p,
.quality-copy > p {
    margin: 0 0 17px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
}

.story-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 20px;
    margin: 28px 0 32px;
}

.story-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.story-point i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--sky);
    font-size: 11px;
}

.story-btn {
    border-radius: 10px;
    padding: 15px 23px;
}

.why-sutez {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 10%, rgba(47,158,219,.09), transparent 28%),
        #f5f9fc;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.why-card {
    position: relative;
    overflow: hidden;
    min-height: 255px;
    padding: 31px 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(13,34,56,.055);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.why-card::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -50px;
    bottom: -55px;
    border-radius: 50%;
    background: rgba(47,158,219,.07);
    transition: transform .4s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(47,158,219,.48);
    box-shadow: 0 23px 50px rgba(13,34,56,.13);
}

.why-card:hover::after {
    transform: scale(1.45);
}

.why-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--sky-dark), var(--sky));
    box-shadow: 0 12px 28px rgba(47,158,219,.25);
    font-size: 22px;
}

.why-card h3 {
    margin: 0 0 11px;
    color: var(--navy);
    font-size: 20px;
}

.why-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.process-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(47,158,219,.18), transparent 27%),
        radial-gradient(circle at 88% 82%, rgba(47,158,219,.12), transparent 24%),
        linear-gradient(135deg, #061522, #0d2b46 62%, #0b2238);
}

.process-section::before,
.process-section::after {
    content: "";
    position: absolute;
    inset: auto;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    opacity: .45;
    pointer-events: none;
}

.process-section::before {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -120px;
    background: radial-gradient(circle, rgba(47,158,219,.20), transparent 68%);
    animation: processGlowFloat 10s ease-in-out infinite alternate;
}

.process-section::after {
    width: 280px;
    height: 280px;
    left: -90px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(17,116,181,.18), transparent 68%);
    animation: processGlowFloat 12s ease-in-out infinite alternate-reverse;
}

.process-head {
    position: relative;
    z-index: 2;
}

.process-head h2 {
    color: #fff;
}

.process-head p {
    color: #b9c9d6;
}

.process-section .section-kicker {
    color: #7bd0ff;
}

.process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 17px;
}

.process-line::before {
    display: none;
}

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

.process-step {
    position: relative;
    z-index: 2;
    min-height: 308px;
    padding: 25px 18px 27px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 17px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 16px 35px rgba(0,0,0,.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(0);
    transition:
        transform .38s ease,
        background .38s ease,
        border-color .38s ease,
        box-shadow .38s ease;
    animation: processCardFloat 5.8s ease-in-out infinite;
}

.process-step:nth-child(2) {
    animation-delay: .35s;
}

.process-step:nth-child(3) {
    animation-delay: .7s;
}

.process-step:nth-child(4) {
    animation-delay: 1.05s;
}

.process-step:nth-child(5) {
    animation-delay: 1.4s;
}

.process-step::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(
        135deg,
        rgba(123,208,255,.0),
        rgba(123,208,255,.38),
        rgba(47,158,219,.0)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .3;
    pointer-events: none;
}

.process-step:hover {
    transform: translateY(-10px);
    border-color: rgba(123,208,255,.48);
    background:
        linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
    box-shadow:
        0 20px 45px rgba(0,0,0,.22),
        0 0 0 1px rgba(123,208,255,.08),
        0 0 32px rgba(47,158,219,.18);
    animation-play-state: paused;
}

.process-number {
    position: relative;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    margin-bottom: 10px;
    padding: 0 9px;
    border: 1px solid rgba(123,208,255,.30);
    border-radius: 999px;
    color: #7bd0ff;
    background: rgba(47,158,219,.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    box-shadow: 0 0 0 rgba(123,208,255,0);
    animation: processNumberPulse 3.8s ease-in-out infinite;
}

.process-step:nth-child(2) .process-number {
    animation-delay: .25s;
}

.process-step:nth-child(3) .process-number {
    animation-delay: .5s;
}

.process-step:nth-child(4) .process-number {
    animation-delay: .75s;
}

.process-step:nth-child(5) .process-number {
    animation-delay: 1s;
}

.process-icon {
    position: relative;
    z-index: 6;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border: 1px solid rgba(123,208,255,.34);
    border-radius: 50%;
    color: #fff;
    background:
        radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 30%),
        linear-gradient(135deg, rgba(17,116,181,.96), rgba(47,158,219,.90));
    box-shadow:
        0 14px 30px rgba(0,0,0,.20),
        0 0 0 0 rgba(123,208,255,.20);
    font-size: 22px;
    animation: processIconPulse 3.6s ease-in-out infinite;
    transition:
        transform .38s ease,
        box-shadow .38s ease,
        background .38s ease;
}

.process-icon::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(123,208,255,.18);
    border-radius: 50%;
    opacity: .75;
    animation: processRing 3.6s ease-out infinite;
}

.process-step:nth-child(2) .process-icon,
.process-step:nth-child(2) .process-icon::after {
    animation-delay: .3s;
}

.process-step:nth-child(3) .process-icon,
.process-step:nth-child(3) .process-icon::after {
    animation-delay: .6s;
}

.process-step:nth-child(4) .process-icon,
.process-step:nth-child(4) .process-icon::after {
    animation-delay: .9s;
}

.process-step:nth-child(5) .process-icon,
.process-step:nth-child(5) .process-icon::after {
    animation-delay: 1.2s;
}

.process-step:hover .process-icon {
    transform: scale(1.08) rotate(5deg);
    box-shadow:
        0 18px 36px rgba(0,0,0,.24),
        0 0 0 8px rgba(123,208,255,.08),
        0 0 28px rgba(47,158,219,.35);
}

.process-step h3 {
    position: relative;
    z-index: 6;
    margin: 0 0 9px;
    color: #fff;
    font-size: 18px;
    transition: color .3s ease, transform .3s ease;
}

.process-step:hover h3 {
    color: #7bd0ff;
    transform: translateY(-1px);
}

.process-step p {
    position: relative;
    z-index: 6;
    margin: 0;
    color: #aebfcd;
    font-size: 13px;
    line-height: 1.65;
}

12% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }

    88% {
        opacity: 1;
    }

    100% {
        left: 75%;
        opacity: 0;
        transform: scaleX(.65);
    }
}

@keyframes processIconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 14px 30px rgba(0,0,0,.20),
            0 0 0 0 rgba(123,208,255,.18);
    }

    50% {
        transform: scale(1.045);
        box-shadow:
            0 16px 34px rgba(0,0,0,.22),
            0 0 0 9px rgba(123,208,255,.04);
    }
}

@keyframes processRing {
    0% {
        transform: scale(.88);
        opacity: .55;
    }

    75%, 100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

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

@keyframes processNumberPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(123,208,255,0);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(123,208,255,.035);
    }
}

@keyframes processGlowFloat {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(22px, 18px, 0) scale(1.08);
    }
}



.process-step {
    overflow: hidden;
}

.process-step::after {
    content: "";
    position: absolute;
    inset: -35%;
    z-index: 1;
    background:
        linear-gradient(
            115deg,
            transparent 38%,
            rgba(123,208,255,.08) 47%,
            rgba(255,255,255,.13) 50%,
            rgba(123,208,255,.08) 53%,
            transparent 62%
        );
    transform: translateX(-55%) rotate(8deg);
    animation: processCardShine 7s ease-in-out infinite;
    pointer-events: none;
}

.process-step:nth-child(2)::after {
    animation-delay: .8s;
}

.process-step:nth-child(3)::after {
    animation-delay: 1.6s;
}

.process-step:nth-child(4)::after {
    animation-delay: 2.4s;
}

.process-step:nth-child(5)::after {
    animation-delay: 3.2s;
}

.process-step:hover::after {
    animation-play-state: paused;
    opacity: .65;
}

.process-step:hover {
    transform: translateY(-12px) scale(1.015);
}

.process-step:hover .process-icon {
    transform: scale(1.10) rotate(7deg);
}

.process-step:hover .process-number {
    transform: translateY(-2px);
    border-color: rgba(123,208,255,.55);
    background: rgba(47,158,219,.14);
}

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

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

@keyframes processCardShine {
    0%, 68% {
        transform: translateX(-58%) rotate(8deg);
        opacity: 0;
    }

    74% {
        opacity: .55;
    }

    86% {
        opacity: .55;
    }

    100% {
        transform: translateX(58%) rotate(8deg);
        opacity: 0;
    }
}


.quality-section {
    background: #fff;
}

.quality-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
}

.quality-note {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(47,158,219,.2);
    border-radius: 13px;
    background: #f2f9fd;
}

.quality-note i {
    margin-top: 3px;
    color: var(--sky-dark);
}

.quality-note p {
    margin: 0;
    color: #567083;
    font-size: 13px;
    line-height: 1.7;
}

.quality-cards {
    display: grid;
    gap: 16px;
}

.quality-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(13,34,56,.055);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.quality-card:hover {
    transform: translateX(7px);
    border-color: rgba(47,158,219,.45);
    box-shadow: 0 18px 38px rgba(13,34,56,.11);
}

.quality-card > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--sky-dark);
    background: #eaf6fc;
    font-size: 21px;
}

.quality-card h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 18px;
}

.quality-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

@keyframes storySpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
    .about-story-grid,
    .quality-grid {
        gap: 45px;
    }

    .process-line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-line::before {
    display: none;
}

}

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

    .about-story-visual {
        min-height: 480px;
    }

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

@media (max-width: 768px) {
    .about-story-visual {
        min-height: 410px;
        border-radius: 20px;
    }

    .story-orbit-one {
        width: 280px;
        height: 280px;
    }

    .story-orbit-two {
        width: 365px;
        height: 365px;
    }

    .story-core {
        width: 190px;
        min-height: 190px;
    }

    .story-chip {
        padding: 10px 12px;
        font-size: 11px;
    }

    .story-chip-one { top: 52px; left: 14px; }
    .story-chip-two { top: 126px; right: 10px; }
    .story-chip-three { left: 24px; bottom: 42px; }

    .story-points {
        grid-template-columns: 1fr;
    }

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

    .why-card {
        min-height: auto;
    }

    .process-step {
        text-align: left;
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 15px;
    }

    .process-number {
        grid-column: 1 / -1;
        margin: 0;
    }

    .process-icon {
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .process-step h3 {
        align-self: center;
        margin: 0;
    }

    .process-step p {
        grid-column: 2;
    }

    .quality-card {
        grid-template-columns: 50px 1fr;
        padding: 19px;
    }

    .quality-card > span {
        width: 50px;
        height: 50px;
    }


@media (max-width: 480px) {
    .about-story-content h2,
    .quality-copy h2 {
        font-size: 31px;
    }

    .story-chip span {
        display: none;
    }

    .story-chip {
        width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        border-radius: 50%;
    }
}


@media (max-width: 1100px) {
    .process-line::before,
    .process-line::after {
    display: none;
}

.process-step {
        min-height: 285px;
    }
}

@media (max-width: 768px) {
    .process-step {
        min-height: auto;
        animation: none;
    }

    .process-step::after {
        animation: none;
        display: none;
    }

    .process-icon,
    .process-icon::after,
    .process-number {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .story-orbit-two,
    .process-section::before,
    .process-section::after,
    .process-line::after,
    .process-step,
    .process-number,
    .process-icon,
    .process-icon::after,
    .process-step::after {
        animation: none !important;
    }

    .why-card,
    .process-step,
    .process-icon,
    .process-number,
    .quality-card {
        transition: none !important;
    }
}
