/* ==========================================================================
   About page — hero, sections, motion
   ========================================================================== */

:root {
    --about-navy: #0b3d91;
    --about-navy-deep: #062a66;
    --about-ink: #0a1628;
    --about-slate: #3d4a5c;
    --about-muted: #5c6b7a;
    --about-line: rgba(11, 61, 145, 0.12);
    --about-gold: #d4a017;
    --about-surface: #f4f7fb;
}

/* ----- Hero (matches product category show banner) ----- */
.about-hero {
    background: linear-gradient(135deg, #0b3d91 0%, #1565c0 35%, #212529 100%);
    padding: 2.5rem 0 3.25rem;
}

.about-hero__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.about-hero__breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.about-hero__breadcrumb .breadcrumb-item.active,
.about-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.65);
}

.about-hero__label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

.about-hero__title {
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}

.about-hero__lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.92);
    max-width: 36rem;
    line-height: 1.6;
}

.about-hero__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.85rem;
    font-weight: 500;
}

.about-hero__chip--gold {
    background: rgba(255, 193, 7, 0.25);
    border-color: rgba(255, 193, 7, 0.45);
}

.about-hero__visual {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.about-hero__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

.about-hero__anim {
    opacity: 0;
    transform: translateY(18px);
    animation: aboutHeroIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-hero__breadcrumb.about-hero__anim { animation-delay: 0.05s; }
.about-hero__label.about-hero__anim { animation-delay: 0.12s; }
.about-hero__title.about-hero__anim { animation-delay: 0.2s; }
.about-hero__lead.about-hero__anim { animation-delay: 0.28s; }
.about-hero__anim.d-flex { animation-delay: 0.36s; }
.about-hero__anim--visual {
    transform: translateX(28px) scale(0.97);
    animation-delay: 0.22s;
    animation-name: aboutHeroVisualIn;
}

@keyframes aboutHeroIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutHeroVisualIn {
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* ----- Shared section chrome ----- */
.about-section-head {
    margin-bottom: 0.25rem;
}

.about-section-head--center {
    text-align: center;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--about-navy);
}

.about-heading {
    margin: 0 0 0.75rem;
    font-size: clamp(1.45rem, 2.2vw, 1.95rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--about-ink);
}

.about-sub {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--about-muted);
}

.about-lead {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--about-slate);
}

.about-copy {
    margin: 0 0 1rem;
    font-size: 0.97rem;
    line-height: 1.7;
    color: var(--about-muted);
}

/* ----- Story ----- */
.about-story {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 3rem 0 3.5rem;
    background:
        radial-gradient(ellipse 55% 60% at 0% 30%, rgba(11, 61, 145, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 45% 50% at 100% 80%, rgba(21, 101, 192, 0.04) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 42%, #f4f7fb 100%);
    overflow: hidden;
}

.about-story__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(11, 61, 145, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 61, 145, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    opacity: 0.7;
}

.about-story__media {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    padding: 1.25rem 0 1.75rem 1.25rem;
}

.about-story__accent {
    position: absolute;
    left: 0;
    top: 0;
    width: 72%;
    height: 72%;
    border: 2px solid rgba(11, 61, 145, 0.18);
    border-radius: 1.1rem;
    z-index: 0;
    transform: translate(-6px, -6px);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-story__media:hover .about-story__accent {
    transform: translate(-10px, -10px);
}

.about-story__frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 22px 48px rgba(10, 22, 40, 0.14);
    background: #0b3d91;
}

.about-story__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-story__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.18) 48%, transparent 62%);
    transform: translateX(-120%);
    pointer-events: none;
}

.about-story__media:hover .about-story__img {
    transform: scale(1.045);
}

.about-story__media:hover .about-story__shine {
    animation: aboutStoryShine 0.9s ease forwards;
}

@keyframes aboutStoryShine {
    to { transform: translateX(120%); }
}

.about-story__badge {
    position: absolute;
    left: 0.35rem;
    bottom: 2.4rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-width: 7.5rem;
    padding: 0.95rem 1.15rem;
    color: #fff;
    background: linear-gradient(145deg, #0b3d91 0%, #082b66 100%);
    border-radius: 0.75rem;
    box-shadow: 0 12px 28px rgba(11, 61, 145, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.about-story__badge-num {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.about-story__badge-label {
    margin-top: 0.2rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.88;
}

.about-story__float {
    position: absolute;
    right: 0.25rem;
    top: 0.35rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 0.95rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(11, 61, 145, 0.1);
    animation: aboutStoryFloat 4.5s ease-in-out infinite;
}

.about-story__float i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(11, 61, 145, 0.1);
    color: var(--about-navy);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.about-story__float strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--about-ink);
    line-height: 1.2;
}

.about-story__float span {
    display: block;
    font-size: 0.72rem;
    color: var(--about-muted);
    line-height: 1.3;
}

@keyframes aboutStoryFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.about-story__copy {
    max-width: 34rem;
}

.about-story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--about-navy);
}

.about-story__eyebrow::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: var(--about-navy);
}

.about-story__heading {
    margin: 0 0 1rem;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: var(--about-ink);
}

.about-story__lead {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--about-slate);
}

.about-story__points {
    list-style: none;
    margin: 0 0 1.6rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.about-story__point {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1.15rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(11, 61, 145, 0.1);
    border-radius: 0.75rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-story__point:hover {
    transform: translateX(4px);
    border-color: rgba(11, 61, 145, 0.22);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.about-story__point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    flex-shrink: 0;
    background: linear-gradient(145deg, #0b3d91 0%, #1565c0 100%);
    color: #fff;
    font-size: 0.95rem;
}

.about-story__point strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--about-ink);
}

.about-story__point p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--about-muted);
}

.about-story__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #0b3d91 0%, #1565c0 100%);
    border-radius: 0.5rem;
    box-shadow: 0 10px 24px rgba(11, 61, 145, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease;
}

.about-story__cta:hover {
    color: #fff;
    transform: translateY(-2px);
    gap: 0.75rem;
    box-shadow: 0 14px 28px rgba(11, 61, 145, 0.32);
}

/* Story-specific reveal directions */
.about-story.about-reveal .about-story__media-col {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-story.about-reveal .about-story__copy-col {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.about-story.about-reveal.is-inview .about-story__media-col,
.about-story.about-reveal.is-inview .about-story__copy-col {
    opacity: 1;
    transform: none;
}

.about-story.about-reveal .about-story__point,
.about-story.about-reveal .about-story__cta {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0s);
}

.about-story.about-reveal.is-inview .about-story__point,
.about-story.about-reveal.is-inview .about-story__cta,
.about-story.about-reveal .about-story__point.is-inview,
.about-story.about-reveal .about-story__cta.is-inview {
    opacity: 1;
    transform: none;
}

/* ----- Stats ----- */
.about-stats {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 3rem 0;
    color: #fff;
    background:
        radial-gradient(ellipse 70% 80% at 0% 50%, rgba(33, 150, 243, 0.18) 0%, transparent 55%),
        linear-gradient(115deg, var(--about-ink) 0%, var(--about-navy-deep) 55%, var(--about-navy) 100%);
    overflow: hidden;
}

.about-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.about-stats .container {
    position: relative;
    z-index: 1;
}

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

.about-stats__item {
    padding: 1.15rem 1.1rem 1.15rem 1.25rem;
    border-left: 2px solid rgba(212, 160, 23, 0.65);
    border-radius: 0 0.65rem 0.65rem 0;
    background: rgba(255, 255, 255, 0.04);
}

.about-stats__value {
    display: block;
    margin-bottom: 0.35rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.about-stats__label {
    display: block;
    font-size: 0.85rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.78);
}

/* ----- Why cards ----- */
.about-why {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 3.5rem 0;
    background: var(--about-surface);
}

.about-card {
    height: 100%;
    padding: 1.9rem 1.65rem 1.75rem;
    background: #fff;
    border: 1px solid var(--about-line);
    border-top: 3px solid var(--about-navy);
    border-radius: 0.85rem;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.3s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(10, 22, 40, 0.08);
    border-color: rgba(11, 61, 145, 0.22);
}

.about-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    color: var(--about-navy);
    background: rgba(11, 61, 145, 0.08);
    font-size: 1.15rem;
}

.about-card__title {
    margin: 0 0 0.55rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--about-ink);
}

.about-card__text {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--about-muted);
}

/* ----- Process ----- */
.about-process {
    position: relative;
    overflow: hidden;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 4rem 0 4.25rem;
    background:
        radial-gradient(ellipse 50% 45% at 0% 0%, rgba(11, 61, 145, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 100% 100%, rgba(21, 101, 192, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 45%, #f7f9fc 100%);
}

.about-process__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(11, 61, 145, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 61, 145, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
}

.about-process .about-section-head {
    margin-bottom: 3rem;
}

.about-process__underline {
    width: 56px;
    height: 4px;
    margin-top: 1.15rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-navy) 0%, #4e8cff 100%);
    box-shadow: 0 2px 8px rgba(11, 61, 145, 0.25);
}

.about-process__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
}

.about-process__track::before {
    content: "";
    position: absolute;
    top: 3.1rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(11, 61, 145, 0.18) 12%,
        rgba(11, 61, 145, 0.28) 50%,
        rgba(11, 61, 145, 0.18) 88%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 0;
}

.about-process__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 1.85rem 1.5rem 1.7rem;
    background: #fff;
    border: 1px solid rgba(11, 61, 145, 0.1);
    border-radius: 1.1rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 32px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.3s ease;
}

.about-process__step:hover {
    transform: translateY(-8px);
    border-color: rgba(11, 61, 145, 0.3);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 44px rgba(11, 61, 145, 0.14);
}

.about-process__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.15rem;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.2rem;
    background: linear-gradient(145deg, #1565c0 0%, var(--about-navy) 55%, var(--about-navy-deep) 100%);
    box-shadow: 0 10px 22px rgba(11, 61, 145, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-process__step:hover .about-process__icon {
    transform: scale(1.06) rotate(-3deg);
    box-shadow: 0 14px 28px rgba(11, 61, 145, 0.35);
}

.about-process__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    height: 1.55rem;
    margin-bottom: 0.75rem;
    padding: 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--about-navy);
    background: rgba(11, 61, 145, 0.08);
    border: 1px solid rgba(11, 61, 145, 0.16);
    border-radius: 999px;
}

.about-process__title {
    margin: 0 0 0.65rem;
    font-size: 1.2rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    color: var(--about-ink);
}

.about-process__text {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.7;
    color: var(--about-muted);
}

/* ----- Mission / values ----- */
.about-mission {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 3.5rem 0;
    background:
        linear-gradient(180deg, #eef3f9 0%, #f7f9fc 100%);
}

.about-section-block {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

/* ----- Google reviews (about variant) ----- */
.about-reviews {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 45% at 10% 0%, rgba(11, 61, 145, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 90% 100%, rgba(21, 101, 192, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.about-reviews__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(11, 61, 145, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 61, 145, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.about-reviews__underline {
    width: 56px;
    height: 4px;
    margin: 1.15rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--about-navy) 0%, #4e8cff 100%);
    box-shadow: 0 2px 8px rgba(11, 61, 145, 0.25);
}

.about-reviews__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    margin: 0 auto 2.25rem;
    padding: 0.9rem 1.35rem;
    max-width: 36rem;
    background: #fff;
    border: 1px solid var(--about-line);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.about-reviews__rating-stars {
    display: inline-flex;
    gap: 0.2rem;
    color: #f5b301;
    font-size: 0.95rem;
}

.about-reviews__rating-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--about-slate);
}

.about-reviews__rating-text .fab {
    color: #4285f4;
    margin-right: 0.35rem;
}

.about-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.about-reviews__loading {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2.5rem 1rem;
    color: var(--about-muted);
    font-size: 0.95rem;
}

.about-reviews__spinner {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(11, 61, 145, 0.2);
    border-top-color: var(--about-navy);
    border-radius: 50%;
    animation: aboutSpin 0.7s linear infinite;
}

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

.about-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.85rem 1.65rem 1.7rem;
    background: #fff;
    border: 1px solid var(--about-line);
    border-radius: 1rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.3s ease;
}

.about-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 61, 145, 0.28);
    box-shadow: 0 18px 40px rgba(11, 61, 145, 0.12);
}

.about-review-card__quote {
    position: absolute;
    top: 1.15rem;
    right: 1.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--about-navy);
    background: rgba(11, 61, 145, 0.08);
    font-size: 0.85rem;
}

.about-review-card__stars {
    margin-bottom: 0.85rem;
    color: #f5b301;
    letter-spacing: 0.08em;
    font-size: 0.95rem;
}

.about-review-card__text {
    flex: 1;
    margin: 0 0 1.35rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--about-slate);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-review-card__footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(11, 61, 145, 0.08);
}

.about-review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(11, 61, 145, 0.12);
    flex-shrink: 0;
}

.about-review-card__avatar--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--about-navy) 0%, #1565c0 100%);
    color: #fff;
    font-size: 1rem;
}

.about-review-card__name {
    margin: 0 0 0.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--about-ink);
}

.about-review-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: var(--about-muted);
}

.about-review-card__meta .fab {
    color: #4285f4;
}

.about-reviews__all {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.25rem;
    padding: 0.8rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 650;
    color: var(--about-navy);
    text-decoration: none;
    background: #fff;
    border: 1.5px solid rgba(11, 61, 145, 0.28);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-reviews__all:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--about-navy) 0%, #1565c0 100%);
    border-color: #1565c0;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(11, 61, 145, 0.28);
}

.about-value {
    height: 100%;
    padding: 1.85rem 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(11, 61, 145, 0.08);
    border-radius: 0.85rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-value:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(10, 22, 40, 0.07);
}

.about-value__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--about-navy) 0%, var(--about-navy-deep) 100%);
    font-size: 1.05rem;
}

.about-value__title {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--about-ink);
}

.about-value__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--about-muted);
}

/* ----- CTA ----- */
.about-cta {
    padding: 0 0 3.5rem;
    background: #fff;
}

.about-cta__panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 2.25rem;
    color: #fff;
    background:
        radial-gradient(ellipse 50% 80% at 100% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(120deg, var(--about-ink) 0%, var(--about-navy-deep) 50%, var(--about-navy) 100%);
    border-left: 4px solid var(--about-gold);
}

.about-cta__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.about-cta__text {
    margin: 0;
    max-width: 34rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.about-cta__btn {
    padding: 0.7rem 1.35rem;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-cta__btn--primary {
    background: #fff;
    color: var(--about-navy-deep);
    border: 1px solid #fff;
}

.about-cta__btn--primary:hover {
    background: transparent;
    color: #fff;
}

.about-cta__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.about-cta__btn--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ----- Scroll reveal (works with home-reveal.js) ----- */
.about-reveal .about-reveal__item {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}

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

/* Stats — rise + slight scale */
.about-stats.about-reveal .about-stats__item {
    transform: translateY(28px) scale(0.94);
}

.about-stats.about-reveal.is-inview .about-stats__item {
    transform: translateY(0) scale(1);
}

/* Why / mission / services cards — fade + scale in */
.about-why.about-reveal .about-reveal__item,
.about-mission.about-reveal .about-reveal__item,
.about-services.about-reveal .about-reveal__item,
.about-reviews.about-reveal .about-review-card {
    transform: translateY(36px) scale(0.96);
}

.about-why.about-reveal.is-inview .about-reveal__item,
.about-mission.about-reveal.is-inview .about-reveal__item,
.about-services.about-reveal.is-inview .about-reveal__item,
.about-reviews.about-reveal.is-inview .about-review-card,
.about-review-card.is-inview {
    transform: translateY(0) scale(1);
}

.about-why.about-reveal .about-card,
.about-mission.about-reveal .about-value,
.about-services .modern-service-card,
.about-services .service-card,
.about-services .about-cat-card {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.3s ease;
}

.about-process.about-reveal .about-process__step {
    transform: translateY(34px) scale(0.97);
}

.about-process.about-reveal.is-inview .about-process__step {
    transform: translateY(0) scale(1);
}

.about-process.about-reveal.is-inview .about-process__step:hover {
    transform: translateY(-8px) scale(1);
}

.about-services .modern-service-card,
.about-services .service-card {
    padding: 1.75rem 1.5rem !important;
    border-radius: 0.85rem;
    height: 100%;
}

.about-services .modern-service-card:hover,
.about-services .service-card:hover {
    transform: translateY(-5px);
}

/* About page category cards with images */
.about-cat-card {
    background: #fff;
    border: 1px solid rgba(11, 61, 145, 0.12);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.about-cat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(11, 61, 145, 0.28);
    box-shadow: 0 18px 40px rgba(11, 61, 145, 0.12);
}

.about-cat-card__media {
    position: relative;
    display: block;
    height: 180px;
    overflow: hidden;
    text-decoration: none;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(255, 255, 255, 0.95) 0%, transparent 60%),
        linear-gradient(160deg, #f7f9fc 0%, #e8eef7 48%, #dde7f4 100%);
}

.about-cat-card__media--empty {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-cat-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0.65rem;
    transition: transform 0.45s ease;
}

.about-cat-card:hover .about-cat-card__img {
    transform: scale(1.02);
}

.about-cat-card__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background-image:
        linear-gradient(rgba(11, 61, 145, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 61, 145, 0.045) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, #000 20%, transparent 75%);
}

.about-cat-card__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 61, 145, 0.12);
    color: #0b3d91;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.about-cat-card__icon i {
    font-size: 1.5rem;
}

.about-cat-card__body {
    padding: 1.15rem 1.2rem 1.25rem;
    gap: 0.55rem;
}

.about-cat-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
}

.about-cat-card__title a {
    color: #0a1628;
    text-decoration: none;
    transition: color 0.2s ease;
}

.about-cat-card__title a:hover {
    color: #0b3d91;
}

.about-cat-card__text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #5c6b7a;
}

.about-cat-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 650;
    text-decoration: none;
    color: #1d4ed8;
    background: #eef4ff;
    border: 1px solid rgba(59, 130, 246, 0.22);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.about-cat-card__link i {
    font-size: 0.65rem;
}

.about-cat-card__link:hover,
.about-cat-card:hover .about-cat-card__link {
    color: #fff;
    background: #3b82f6;
    border-color: #3b82f6;
    gap: 0.5rem;
}

@media (max-width: 767.98px) {
    .about-cat-card__media {
        height: 160px;
    }
}

/* ----- Responsive ----- */
@media (max-width: 991.98px) {
    .about-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
    }

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

    .about-process__track::before {
        display: none;
    }

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

@media (max-width: 767.98px) {
    .about-hero__visual {
        max-width: 400px;
        margin: 0 auto;
    }

    .about-story,
    .about-stats,
    .about-why,
    .about-process,
    .about-mission,
    .about-section-block {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .about-story {
        padding: 2.25rem 0 2.75rem;
    }

    .about-why,
    .about-process,
    .about-mission,
    .about-section-block {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .about-story__media {
        padding: 1rem 0 1.5rem 0.75rem;
    }

    .about-story__float {
        right: 0;
        top: 0;
        padding: 0.6rem 0.75rem;
    }

    .about-story__badge {
        left: 0;
        bottom: 1.6rem;
        padding: 0.75rem 0.95rem;
    }

    .about-story.about-reveal .about-story__media-col,
    .about-story.about-reveal .about-story__copy-col {
        transform: translateY(24px);
    }

    .about-stats {
        padding: 2.25rem 0;
    }

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

    .about-process__track {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .about-process__step {
        padding: 1.5rem 1.35rem;
    }

    .about-reviews__grid {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .about-reviews__rating {
        border-radius: 1rem;
        text-align: center;
    }

    .about-review-card {
        padding: 1.5rem 1.35rem;
    }

    .about-cta__panel {
        padding: 1.5rem 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .about-stats__grid {
        grid-template-columns: 1fr;
    }

    .about-story,
    .about-why,
    .about-mission,
    .about-section-block {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .about-story {
        padding: 1.75rem 0 2.15rem;
    }

    .about-why,
    .about-mission,
    .about-section-block {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .about-heading {
        font-size: clamp(1.35rem, 6vw, 1.7rem);
    }

    .about-story__heading {
        font-size: clamp(1.35rem, 6vw, 1.7rem);
    }

    .about-story__lead,
    .about-sub {
        font-size: 0.95rem;
    }

    .about-story__badge {
        position: static;
        margin-top: 0.85rem;
        display: inline-flex;
    }

    .about-story__media {
        padding: 0.5rem 0 1rem;
    }

    .about-card,
    .about-value {
        padding: 1.15rem 1.05rem;
    }

    .about-reviews__rating {
        padding: 1.15rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero__anim,
    .about-reveal .about-reveal__item,
    .about-story__img,
    .about-story__float,
    .about-story.about-reveal .about-story__media-col,
    .about-story.about-reveal .about-story__copy-col,
    .about-story.about-reveal .about-story__point,
    .about-story.about-reveal .about-story__cta,
    .about-stats.about-reveal .about-stats__item,
    .about-process.about-reveal .about-process__step,
    .about-reviews__spinner,
    .about-review-card,
    .about-cta.about-reveal .about-cta__panel {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}
